/* ==============================
   ハランボじゃこ天 商品ページ
   ============================== */

/* ------------------------------
 width: all (PC)
------------------------------ */

/* タイトルボックス背景 */
main section.ttlbox .wrapper {
  background-image: url(../../images/ttl_award.jpg);
}


/* ====== s01: ヒーロー ====== */
main section.s01 {
  background-image: url(../../images/etc/haranbo_jakoten/haranbo_04_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 80px;
}

main section.s01 .wrapper {
  width: 1120px;
  margin: 0 auto;
}

main section.s01 .hero-layout {
  display: flex;
  align-items: center;
  gap: 40px;
}

main section.s01 .hero-text {
  flex: 1;
}

main section.s01 .hero-text h3 {
  font-size: 48px;
  letter-spacing: 6px;
  color: #0f1f55;
  line-height: 150%;
}

main section.s01 .hero-text .lead {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 200%;
  color: #555;
}

main section.s01 .hero-img-area {
  width: 420px;
  flex-shrink: 0;
}

main section.s01 .hero-img {
  width: 100%;
  display: block;
}

/* 受賞バッジ（インライン・控えめ） */
main section.s01 .award-badge-inline {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
  padding: 15px 25px;
  border: 2px solid #a69661;
  background: rgba(255,253,245,0.9);
  max-width: 440px;
}

main section.s01 .award-badge-img {
  width: 100px;
  flex-shrink: 0;
}

main section.s01 .award-badge-text {
  text-align: left;
}

main section.s01 .award-badge-sub {
  font-size: 11px;
  color: #888;
  letter-spacing: 2px;
}

main section.s01 .award-badge-main {
  font-size: 20px;
  color: #0f1f55;
  letter-spacing: 3px;
  margin-top: 3px;
}


/* ====== s02: ハランボとは ====== */
main section.s02 {
  background-color: #fff;
  padding: 100px 0;
}

main section.s02 .wrapper {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}

main section.s02 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s02 .wrapper h3 {
  font-size: 42px;
  letter-spacing: 4px;
  margin-top: 10px;
  color: #0f1f55;
  line-height: 160%;
}

main section.s02 .about-fish-hero {
  margin: 40px auto 0;
  max-width: 600px;
  text-align: center;
}

main section.s02 .about-fish-hero img {
  width: 100%;
  display: block;
}

/* テキスト縦流しレイアウト */
main section.s02 .about-flow {
  width: 800px;
  margin: 50px auto 0;
  text-align: left;
}

main section.s02 .about-flow > p {
  font-size: 16px;
  line-height: 200%;
  color: #444;
  margin-bottom: 20px;
}

/* ざる写真＋ノドグロ正面 横並び */
main section.s02 .about-twin-photos {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  margin: 30px 0 40px;
}

main section.s02 .about-twin-left {
  flex: 1;
}

main section.s02 .about-twin-left img {
  width: 100%;
  display: block;
}

main section.s02 .about-twin-right {
  flex: 1;
  text-align: right;
}

main section.s02 .about-twin-right img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin-left: auto;
}

main section.s02 .about-twin-right .nodoguro-caption {
  font-size: 13px;
  color: #a69661;
  margin-top: 8px;
  letter-spacing: 1px;
}

/* 南予の注釈ボックス */
main section.s02 .nanyo-note {
  display: flex;
  gap: 25px;
  align-items: center;
  background-color: #f8f6f0;
  border-left: 4px solid #a69661;
  padding: 20px 25px;
  margin: 25px 0 30px;
}

main section.s02 .nanyo-note-map {
  width: 300px;
  flex-shrink: 0;
}

main section.s02 .nanyo-note-map img {
  width: 100%;
  display: block;
}

main section.s02 .nanyo-note-title {
  font-size: 16px;
  color: #0f1f55;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

main section.s02 .nanyo-note-text p {
  font-size: 14px;
  line-height: 180%;
  color: #555;
  margin-bottom: 0;
}

/* 漁船＋SVGテキスト重ね */
main section.s02 .about-boat {
  position: relative;
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 20px;
}

main section.s02 .about-boat .boat-img {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}

main section.s02 .about-boat .boat-text-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
}


/* ====== s03: 宇和海と漁師さん ====== */
main section.s03 {
  background-image: url(../../images/bg_ab01.png);
  background-size: 100% 100%;
  background-color: #fff;
  padding: 100px 0;
}

main section.s03 .wrapper {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}

main section.s03 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s03 .wrapper h3 {
  font-size: 42px;
  letter-spacing: 4px;
  margin-top: 10px;
  color: #0f1f55;
  line-height: 160%;
}

main section.s03 .wrapper .lead {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 200%;
  color: #555;
}

/* 海ブロック（交互レイアウト） */
main section.s03 .sea-block {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 60px;
  text-align: left;
}

main section.s03 .sea-block.reverse {
  flex-direction: row-reverse;
}

main section.s03 .sea-block .sea-img-area {
  width: 480px;
  flex-shrink: 0;
}

main section.s03 .sea-block .sea-img-area img {
  width: 100%;
  display: block;
}

main section.s03 .sea-block .sea-text-area {
  flex: 1;
}

main section.s03 .sea-block .sea-text-area h4 {
  font-size: 26px;
  color: #0f1f55;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

main section.s03 .sea-block .sea-text-area p {
  font-size: 15px;
  line-height: 200%;
  color: #444;
  margin-bottom: 15px;
}

main section.s03 .sea-quote {
  font-size: 20px !important;
  color: #a69661 !important;
  line-height: 170% !important;
  margin-top: 10px;
  letter-spacing: 1px;
}

/* 漁師さんセクション */
main section.s03 .fisherman-intro {
  margin-top: 70px;
}

main section.s03 .fisherman-photo-row {
  margin-bottom: 50px;
}

main section.s03 .fisherman-photo-row .fisherman-scene {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

main section.s03 .fisherman-profile {
  display: flex;
  gap: 40px;
  align-items: center;
  text-align: left;
  background-color: #fff;
  padding: 40px;
}

main section.s03 .fisherman-profile-img {
  width: 320px;
  flex-shrink: 0;
}

main section.s03 .fisherman-profile-img img {
  width: 100%;
  display: block;
}

main section.s03 .fisherman-profile-text {
  flex: 1;
}

main section.s03 .fisherman-profile-text h4 {
  font-size: 26px;
  color: #0f1f55;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

main section.s03 .fisherman-profile-text p {
  font-size: 15px;
  line-height: 200%;
  color: #444;
  margin-bottom: 15px;
}

/* 漁の動画 */
main section.s03 .fishing-movie {
  margin-top: 60px;
  text-align: center;
}

main section.s03 .fishing-movie .movie-label {
  font-size: 20px;
  color: #0f1f55;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

main section.s03 .fishing-movie .movie-wrap {
  position: relative;
  width: 800px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 40.18%;
}

main section.s03 .fishing-movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ====== s04: 骨ごとすり身のこだわり ====== */
main section.s04 {
  background-color: #fff;
  padding: 100px 0;
}

main section.s04 .wrapper {
  width: 1120px;
  margin: 0 auto;
  text-align: center;
}

main section.s04 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s04 .wrapper h3 {
  font-size: 42px;
  letter-spacing: 4px;
  margin-top: 10px;
  color: #0f1f55;
  line-height: 160%;
}

main section.s04 .wrapper .lead {
  margin: 20px auto 0;
  font-size: 16px;
  color: #555;
}

main section.s04 .method-block {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 60px;
  text-align: left;
}

main section.s04 .method-block.reverse {
  flex-direction: row-reverse;
}

main section.s04 .method-block .method-img-area {
  width: 480px;
  flex-shrink: 0;
}

main section.s04 .method-block .method-img-area img {
  width: 100%;
  display: block;
}

main section.s04 .method-block .method-text-area {
  flex: 1;
}

main section.s04 .method-block .method-text-area h4 {
  font-size: 26px;
  color: #0f1f55;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

main section.s04 .method-block .method-text-area p {
  font-size: 15px;
  line-height: 200%;
  color: #444;
  margin-bottom: 15px;
}

main section.s04 .method-block .method-text-area p:last-child {
  margin-bottom: 0;
}


/* ====== s04-photos: フォトギャラリー ====== */
main section.s04-photos {
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  line-height: 0;
  font-size: 0;
}

main section.s04-photos .photo-grid {
  display: flex;
  gap: 0;
  width: 100%;
}

main section.s04-photos .photo-grid img {
  flex: 1;
  width: 25%;
  height: 280px;
  object-fit: cover;
  display: block;
}


/* ====== s05: 三代の技 ====== */
main section.s05 {
  background-color: #0f1f55;
  color: #fff;
  padding: 100px 20px;
}

main section.s05 .wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

main section.s05 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s05 .wrapper h3 {
  font-size: 42px;
  letter-spacing: 6px;
  margin-top: 10px;
  color: #fff;
  line-height: 150%;
}

main section.s05 .wrapper .lead {
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 200%;
  color: rgba(255,255,255,0.7);
}

main section.s05 .generation-story {
  margin-top: 60px;
  text-align: left;
}

main section.s05 .generation-item {
  display: flex;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

main section.s05 .generation-item:last-child {
  border-bottom: none;
}

main section.s05 .generation-label {
  width: 100px;
  flex-shrink: 0;
  font-size: 18px;
  color: #D4A843;
  letter-spacing: 4px;
  padding-top: 5px;
}

main section.s05 .generation-content {
  flex: 1;
}

main section.s05 .generation-content h4 {
  font-size: 22px;
  color: #D4A843;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

main section.s05 .generation-content p {
  font-size: 15px;
  line-height: 200%;
  color: rgba(255,255,255,0.8);
}


/* ====== s06: 味わいを知る ====== */
main section.s06 {
  background-image: url(../../images/bg_ab01.png);
  background-size: 100% 100%;
  background-color: #fff;
  padding: 100px 0;
}

main section.s06 .wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

main section.s06 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s06 .wrapper h3 {
  font-size: 42px;
  letter-spacing: 6px;
  color: #0f1f55;
  line-height: 150%;
}

main section.s06 .wrapper .lead {
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 200%;
  color: #555;
}

/* 味わいヒーロー写真 */
main section.s06 .taste-hero {
  margin: 50px auto 0;
  max-width: 650px;
}

main section.s06 .taste-hero img {
  width: 100%;
  display: block;
}

/* 味の特徴 3カラム */
main section.s06 .taste-features {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  text-align: center;
}

main section.s06 .taste-feature {
  flex: 1;
  background-color: #fff;
  padding: 30px 25px;
}

main section.s06 .taste-feature h4 {
  font-size: 24px;
  color: #0f1f55;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

main section.s06 .taste-feature p {
  font-size: 15px;
  line-height: 190%;
  color: #444;
  text-align: left;
}

/* 食べ比べ */
main section.s06 .taste-compare {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

main section.s06 .taste-compare h4 {
  font-size: 28px;
  color: #0f1f55;
  letter-spacing: 3px;
}

main section.s06 .taste-compare .compare-intro {
  margin: 15px auto 0;
  font-size: 16px;
  color: #555;
}

main section.s06 .taste-compare .compare-infographic {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 40px auto 0;
}

main section.s06 .taste-compare .compare-note {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}

/* 受賞セクション */
main section.s06 .award-section {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

main section.s06 .award-visual {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

main section.s06 .award-photo {
  width: 320px;
  flex-shrink: 0;
  display: block;
}

main section.s06 .award-info {
  flex: 1;
  text-align: left;
}

main section.s06 .award-info h4 {
  font-size: 26px;
  color: #0f1f55;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

main section.s06 .award-table {
  width: 100%;
  border-collapse: collapse;
}

main section.s06 .award-table tr th {
  width: 100px;
  background-color: #0f1f55;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

main section.s06 .award-table tr td {
  border-bottom: 2px dashed #aaa;
  font-size: 14px;
  padding: 10px 18px;
  text-align: left;
}

main section.s06 .award-table tr.highlight th {
  background-color: #a69661;
}

main section.s06 .award-table tr.highlight td {
  background: linear-gradient(90deg, #fffdf5, #fff);
  border-bottom: 2px solid #a69661;
  font-weight: bold;
}

/* 受賞コメント */
main section.s06 .comment-section {
  margin-top: 60px;
}

main section.s06 .comment-box {
  display: flex;
  gap: 35px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  padding: 40px;
  align-items: flex-start;
}

main section.s06 .comment-photo {
  display: block;
  width: 200px;
  flex-shrink: 0;
}

main section.s06 .comment-text {
  flex: 1;
}

main section.s06 .comment-name {
  font-size: 20px;
  color: #0f1f55;
  margin-bottom: 18px;
  letter-spacing: 3px;
}

main section.s06 .comment-body {
  font-size: 15px;
  line-height: 200%;
  color: #444;
  margin-bottom: 12px;
}

main section.s06 .comment-body:last-child {
  margin-bottom: 0;
}

/* 受賞報告動画 */
main section.s06 .award-movie {
  margin-top: 60px;
  text-align: center;
}

main section.s06 .award-movie .movie-label {
  font-size: 20px;
  color: #0f1f55;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

main section.s06 .award-movie .movie-wrap {
  position: relative;
  width: 700px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 35.16%;
}

main section.s06 .award-movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ====== s07: CTA ====== */
main section.s07 {
  background-color: #0f1f55;
  color: #fff;
  padding: 80px 20px 100px;
}

main section.s07 .wrapper {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

main section.s07 .wrapper h3 {
  font-size: 38px;
  letter-spacing: 6px;
  color: #fff;
  line-height: 160%;
}

main section.s07 .cta-grid {
  display: flex;
  gap: 24px;
  margin-top: 50px;
}

main section.s07 .cta-card {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  transition: .4s;
  display: block;
}

main section.s07 .cta-card:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.3);
}

main section.s07 .cta-card-inner {
  padding: 40px 30px;
  text-align: center;
}

main section.s07 .cta-card h4 {
  font-size: 20px;
  color: #D4A843;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

main section.s07 .cta-card p {
  font-size: 14px;
  line-height: 180%;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

main section.s07 .cta-btn {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #D4A843;
  color: #D4A843;
  font-size: 14px;
  letter-spacing: 2px;
  transition: .4s;
}

main section.s07 .cta-card:hover .cta-btn {
  background-color: #D4A843;
  color: #0f1f55;
}

main section.s07 .cta-note {
  margin-top: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
}


/* ====== 画像タップ拡大 ====== */
img.zoomable {
  cursor: pointer;
  transition: opacity 0.2s;
}

img.zoomable:hover {
  opacity: 0.85;
}


/* ------------------------------
 width < 767px (SP)
------------------------------ */
@media screen and (max-width: 767px) {

  main section.ttlbox .wrapper {
    background-image: url(../../images/ttl_award.jpg);
  }

  /* s01 */
  main section.s01 {
    padding: 50px 20px 40px;
    background-position: right center;
  }
  main section.s01 .wrapper {
    width: 100%;
  }
  main section.s01 .hero-layout {
    flex-direction: column;
    gap: 30px;
  }
  main section.s01 .hero-text h3 {
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    text-shadow:
      0 0 8px rgba(255,255,255,0.95),
      0 0 16px rgba(255,255,255,0.8),
      0 0 30px rgba(255,255,255,0.6),
      2px 2px 4px rgba(255,255,255,0.9),
      -2px -2px 4px rgba(255,255,255,0.9);
  }
  main section.s01 .hero-text .lead {
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    text-shadow:
      0 0 6px rgba(255,255,255,0.9),
      0 0 12px rgba(255,255,255,0.7),
      1px 1px 3px rgba(255,255,255,0.8),
      -1px -1px 3px rgba(255,255,255,0.8);
  }
  main section.s01 .hero-img-area {
    width: 70%;
    margin: 0 auto;
  }
  main section.s01 .award-badge-inline {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    padding: 15px 20px;
    margin: 25px auto 0;
    justify-content: center;
  }
  main section.s01 .award-badge-img {
    width: 90px;
  }
  main section.s01 .award-badge-text {
    text-align: center;
  }
  main section.s01 .award-badge-main {
    font-size: 17px;
  }

  /* s02 */
  main section.s02 {
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
  }
  main section.s02 .wrapper h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  main section.s02 .about-fish-hero {
    max-width: 90%;
    margin-top: 25px;
  }
  main section.s02 .about-flow {
    width: 100%;
    margin-top: 30px;
  }
  main section.s02 .about-flow > p {
    font-size: 14px;
    line-height: 180%;
  }
  main section.s02 .about-twin-photos {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 30px;
  }
  main section.s02 .about-twin-right {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  main section.s02 .about-twin-right img {
    width: auto !important;
    max-width: 70% !important;
    max-height: 50vh !important;
    margin: 0 auto !important;
    display: block !important;
  }
  main section.s02 .about-twin-right .nodoguro-caption {
    text-align: center !important;
  }
  main section.s02 .nanyo-note {
    flex-direction: column;
    gap: 15px;
    padding: 18px 20px;
    margin: 20px 0 25px;
  }
  main section.s02 .nanyo-note-map {
    width: 220px;
    margin: 0 auto;
  }
  main section.s02 .nanyo-note-title {
    font-size: 15px;
    text-align: center;
  }
  main section.s02 .nanyo-note-text p {
    font-size: 13px;
  }
  main section.s02 .about-boat {
    margin-top: 30px;
    padding: 30px 0 10px;
  }
  main section.s02 .about-boat .boat-img {
    width: 90%;
  }
  main section.s02 .about-boat .boat-text-svg {
    width: 280px;
  }

  /* s03 */
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
  }
  main section.s03 .wrapper h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  main section.s03 .wrapper .lead {
    font-size: 14px;
  }
  main section.s03 .sea-block {
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
  }
  main section.s03 .sea-block.reverse {
    flex-direction: column;
  }
  main section.s03 .sea-block .sea-img-area {
    width: 100%;
  }
  main section.s03 .sea-block .sea-text-area h4 {
    font-size: 22px;
  }
  main section.s03 .sea-block .sea-text-area p {
    font-size: 14px;
    line-height: 180%;
  }
  main section.s03 .sea-quote {
    font-size: 18px !important;
  }
  main section.s03 .fisherman-photo-row .fisherman-scene {
    height: 200px;
  }
  main section.s03 .fisherman-profile {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
  main section.s03 .fisherman-profile-img {
    width: 80%;
    margin: 0 auto;
  }
  main section.s03 .fisherman-profile-text h4 {
    font-size: 22px;
  }
  main section.s03 .fisherman-profile-text p {
    font-size: 14px;
    line-height: 180%;
  }
  main section.s03 .fishing-movie .movie-wrap {
    width: 100%;
    padding-bottom: 56.25%;
  }
  main section.s03 .fishing-movie .movie-label {
    font-size: 18px;
  }

  /* s04 */
  main section.s04 {
    padding: 50px 20px;
  }
  main section.s04 .wrapper {
    width: 100%;
  }
  main section.s04 .wrapper h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }
  main section.s04 .method-block {
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
  }
  main section.s04 .method-block.reverse {
    flex-direction: column;
  }
  main section.s04 .method-block .method-img-area {
    width: 100%;
  }
  main section.s04 .method-block .method-text-area h4 {
    font-size: 22px;
  }
  main section.s04 .method-block .method-text-area p {
    font-size: 14px;
    line-height: 180%;
  }

  /* s04-photos */
  main section.s04-photos .photo-grid {
    flex-wrap: wrap;
  }
  main section.s04-photos .photo-grid img {
    width: 50%;
    flex: none;
    height: 160px;
  }

  /* s05 */
  main section.s05 {
    padding: 50px 20px;
  }
  main section.s05 .wrapper {
    width: 100%;
  }
  main section.s05 .wrapper h3 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  main section.s05 .wrapper .lead {
    font-size: 14px;
  }
  main section.s05 .generation-item {
    flex-direction: column;
    gap: 10px;
    padding: 25px 0;
  }
  main section.s05 .generation-label {
    width: auto;
    font-size: 16px;
  }
  main section.s05 .generation-content h4 {
    font-size: 20px;
  }
  main section.s05 .generation-content p {
    font-size: 14px;
    line-height: 180%;
  }

  /* s06 */
  main section.s06 {
    padding: 50px 20px;
  }
  main section.s06 .wrapper {
    width: 100%;
  }
  main section.s06 .wrapper h3 {
    font-size: 28px;
    letter-spacing: 3px;
  }
  main section.s06 .wrapper .lead {
    font-size: 15px;
  }
  main section.s06 .taste-hero {
    max-width: 100%;
    margin-top: 30px;
  }
  main section.s06 .taste-features {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  main section.s06 .taste-feature {
    padding: 25px 20px;
  }
  main section.s06 .taste-feature h4 {
    font-size: 20px;
  }
  main section.s06 .taste-feature p {
    font-size: 14px;
  }
  main section.s06 .taste-compare {
    margin-top: 50px;
    padding-top: 40px;
  }
  main section.s06 .taste-compare h4 {
    font-size: 22px;
  }
  main section.s06 .taste-compare .compare-infographic {
    max-width: 100%;
  }
  main section.s06 .award-section {
    margin-top: 50px;
    padding-top: 40px;
  }
  main section.s06 .award-visual {
    flex-direction: column;
    gap: 25px;
  }
  main section.s06 .award-photo {
    width: 100%;
  }
  main section.s06 .award-table tr th {
    width: 75px;
    font-size: 12px;
  }
  main section.s06 .award-table tr td {
    font-size: 12px;
    padding: 8px 12px;
  }
  main section.s06 .comment-box {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    align-items: center;
  }
  main section.s06 .comment-photo {
    width: 160px;
  }
  main section.s06 .comment-name {
    font-size: 18px;
    text-align: center;
  }
  main section.s06 .comment-body {
    font-size: 14px;
    line-height: 180%;
  }
  main section.s06 .award-movie .movie-wrap {
    width: 100%;
    padding-bottom: 56.25%;
  }
  main section.s06 .award-movie .movie-label {
    font-size: 18px;
  }

  /* s07 */
  main section.s07 {
    padding: 50px 20px;
  }
  main section.s07 .wrapper {
    width: 100%;
  }
  main section.s07 .wrapper h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  main section.s07 .cta-grid {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
  main section.s07 .cta-card-inner {
    padding: 30px 20px;
  }
  main section.s07 .cta-card h4 {
    font-size: 18px;
  }
}
