/* ========================================
   簡易特集C LP
   CURUCURU select 既存特集の幅・配置に準拠
   ref: /feature/easy/260710_taikeicover/
   ======================================== */
:root {
  --color-text: #3f3c3c;
  --color-intro: #e9e9e9;
  --color-point-bg: #faf6f2;
  --color-item-point: #e07a9a;
  --color-cta: #f08a55;
  --color-btn-dark: #3f3c3c;
  --color-border: #cccccc;
  --content-width: 950px;
  --font-sans: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  color: var(--color-text);
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/* ========================================
   Wrapper（サイト横幅）
   SP: 100% / PC(480px〜): min-width 980px
   ======================================== */
.wrapper {
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  background: #fff;
}

/* ========================================
   Buttons（コーデ表・CTA用）
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.06em;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.btn--dark {
  background: var(--color-btn-dark);
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
}

.btn--sm {
  font-size: 11px;
  padding: 6px 10px;
}

.btn--cta {
  background: var(--color-cta);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 32px;
  width: 100%;
  max-width: 420px;
  border-radius: 4px;
  letter-spacing: 0.08em;
}

.btn__arrow {
  font-size: 1.25em;
  line-height: 1;
  margin-left: 0.15em;
}

/* ========================================
   1. Catch（メインビジュアル）
   フル幅画像 → その下にリード文
   ======================================== */
.catch__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 930 / 660;
  object-fit: cover;
}

.catch__textArea {
  background: var(--color-intro);
  padding: 20px 16px;
}

.catch__text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* ========================================
   2. Block（PICK UP ITEM）
   ======================================== */
.block {
  border-top: 1px solid var(--color-border);
  padding: 30px 20px 80px;
}

.block__title {
  font-size: 24px;
  margin: 0 0 14px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.block__titleSub {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
  letter-spacing: 0.04em;
}

.block__mainImgArea {
  margin: 0 0 20px;
}

.block__subImgArea {
  margin: 0 0 30px;
}

.block__subImg {
  width: 72%;
}

.block__subImg--ml {
  margin: 20px 0 0 auto;
}

.block__text {
  font-size: 16px;
  margin: 0 0 46px;
  line-height: 1.8;
}

.block__name {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.block__price {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.block__btn {
  background: var(--color-btn-dark);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 20px auto 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

/* ========================================
   3. ITEM POINT
   ======================================== */
.item-point {
  background: var(--color-point-bg);
  padding: 40px 20px 50px;
}

.item-point__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.item-point__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--color-item-point);
  margin-bottom: 24px;
}

.item-point__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 14px;
}

.item-point__card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 10px;
}

.item-point__caption {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center;
  letter-spacing: 0.03em;
}

/* ========================================
   4. Staff Coordinate
   ======================================== */
.coordinate {
  padding: 40px 20px 20px;
}

.coordinate__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.coordinate__banner {
  border: 1px solid var(--color-text);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.coordinate__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border: 1px solid var(--color-border);
  padding: 20px;
  align-items: start;
}

.coordinate__point-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.coordinate__points {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.85;
  color: #666;
}

.coordinate__items {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.coordinate__items tr {
  border-bottom: 1px solid #eee;
}

.coordinate__items th,
.coordinate__items td {
  padding: 10px 4px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}

.coordinate__items th {
  font-weight: 500;
  white-space: nowrap;
}

.coordinate__items .price {
  color: #666;
  white-space: nowrap;
}

.coordinate__items td:last-child {
  text-align: right;
}

.coordinate__image {
  order: -1; /* スマホでは画像を上に表示 */
}

.coordinate__image img {
  width: 100%;
  aspect-ratio: 3 / 5;
  object-fit: cover;
}

/* ========================================
   5. CTA
   ======================================== */
.cta {
  padding: 24px 20px 40px;
  display: flex;
  justify-content: center;
}

/* ========================================
   Recommend / Footer / toTop
   （既存特集 common.css 相当）
   ======================================== */
.recommend {
  background: #f6f6f6;
  padding: 30px 12px 0;
}

.recommend__title {
  font-size: 23px;
  margin: 0 0 38px;
  text-align: center;
  font-weight: 700;
}

.sec-banner-inner {
  max-width: 800px;
  margin: 0 auto;
}

.sec-banner-inner-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid #ccc;
}

.sec-banner-inner-item .banner {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.sec-banner-inner-item .banner a {
  display: flex;
  align-items: center;
  padding: 14px 0;
}

.banner-thumb {
  width: 140px;
  flex-shrink: 0;
}

.banner-thumb img {
  width: 100%;
  height: auto;
}

.banner-head {
  font-size: 14px;
  padding: 0 0 0 20px;
  width: calc(100% - 140px);
}

.recommend__btn {
  border: 1px solid #3f3c3c;
  display: block;
  margin: 30px 0 0;
  padding: 20px 0;
  text-align: center;
}

.footer {
  background: #f6f6f6;
  padding: 60px 0 40px;
}

.footer__logo {
  display: block;
  margin: 0 auto;
  width: 156px;
}

.toTop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 50;
  width: 44px;
}

.toTop__img {
  width: 100%;
}

/* ========================================
   PC（480px〜）— 既存特集と同じブレークポイント
   ======================================== */
@media print, screen and (min-width: 480px) {
  .wrapper {
    margin: 0 auto;
    min-width: 980px;
  }

  .catch__textArea {
    padding: 20px 0;
  }

  .block {
    margin: 0 auto;
    padding: 40px 20px 100px;
  }

  .block__title {
    font-size: 30px;
    margin: 0 0 40px;
  }

  .block__titleSub {
    font-size: 16px;
  }

  .block__wrap {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: var(--content-width);
  }

  .block__mainImgArea {
    width: 50%;
    padding: 0 35px 0 0;
    margin: 0;
  }

  .block__infoArea {
    width: 50%;
  }

  .block__subImgArea {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
  }

  .block__subImg {
    width: 220px;
  }

  /* 右のサブ画像を下にずらす（既存特集と同じ） */
  .block__subImg--ml {
    margin: 80px 0 0;
  }

  .block__text {
    margin: 0 0 30px;
  }

  .block__name {
    margin: 0 0 4px;
  }

  .block__price {
    font-size: 16px;
  }

  .block__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 0;
    width: 180px;
  }

  .item-point {
    padding: 50px 20px 60px;
  }

  .item-point__title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .item-point__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }

  .item-point__caption {
    font-size: 12px;
  }

  .coordinate {
    padding: 50px 20px 30px;
  }

  .coordinate__box {
    grid-template-columns: 1.2fr 0.9fr;
    padding: 24px;
    gap: 28px;
  }

  .coordinate__points {
    font-size: 12px;
  }

  .coordinate__image {
    order: 0; /* PCでは右側（HTML順） */
  }

  .cta {
    padding: 30px 20px 60px;
  }

  .header__title {
    margin: 0 auto;
    padding: 14px 0;
    width: 148px;
  }

  .sec-banner-inner-item {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
  }

  .sec-banner-inner-item .banner {
    width: 50%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }

  .banner-thumb {
    width: 186px;
  }

  .banner-head {
    padding: 0 18px 0 20px;
    width: calc(100% - 180px);
  }

  .recommend__btn {
    margin: 40px auto 0;
    padding: 16px 0;
    width: 400px;
  }
}
