@charset "UTF-8";

@font-face {
  font-family: "Neura Display";
  src: url("../fonts//NeuraDisplayVariable[wght].ttf") format("truetype");
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --color-black: #2d2d2d;
  --color-white: #ffffff;
  --color-gray: #807e7b;
  --color-navy: #1d4984;
  --color-pink: #dbb7c3;
  --color-gold: #bd9e85;
}

/*============================
全体
============================*/
html {
  font-size: 10px;
}
body {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0;
  width: 100%;
}
main {
  overflow-x: hidden;
}
a {
  color: var(--color-black);
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.neura-display {
  font-family: "Neura Display", sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

/*============================
共通
============================*/
.thistime__section-title-box {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.thistime__section-title-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 21.3rem;
  height: 2px;
  background: var(--color-navy);
}
.thistime__section-title {
  color: var(--color-navy);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}
.thistime__section-subtitle {
  color: var(--color-gray);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .thistime__section-title-box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 18rem;
    height: 1px;
    background: var(--color-navy);
  }
  .thistime__section-title {
    color: var(--color-navy);
  }
  .thistime__section-subtitle {
    color: var(--color-gray);
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
}
/*============================
こんな時に・ファーストビュー
============================*/
#thistime__fv {
  position: relative;
  width: 100%;
  height: auto;
  background: url("../img/thistime-hero.png") center / cover no-repeat;
  margin-top: 8rem;
  padding: 20rem 0;
}
.thistime__fv-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 8%;
  display: flex;
  align-items: center;
}
.thistime__title-box {
  text-align: center;
}
.thistime__title {
  position: relative;
  display: inline-block;
  color: var(--color-navy);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 1.1rem;
}
.thistime__title::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.3rem;
  height: 2px;
  background-color: var(--color-navy);
}
.thistime__subtitle {
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 2px #688d6f;
  margin-bottom: 0.7rem;
}
.thistime__txt {
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 2px #688d6f;
}
@media screen and (max-width: 767px) {
  #thistime__fv {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 20rem 0 8rem;
  }
  .thistime__title {
    font-size: 4.8rem;
    margin-bottom: 0.6rem;
  }
  .thistime__title::after {
    bottom: 0.5rem;
    width: 17rem;
    height: 1px;
  }
  .thistime__subtitle {
    font-size: 2.2rem;
    margin-bottom: 0.4rem;
  }
  .thistime__txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
}

/* ==========================================
   こんな時にスライダー・共通・レイアウト設定
   ========================================== */
.thistime__supplement {
  background-color: #f4f9fc;
  padding: 80px 0px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #333333;
  height: auto;
}
.thistime__scene {
  background: url("../img/scene_back.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #333333;
  height: auto;
}
.thistime__flavor {
  background: url("../img/flavor_back.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #333333;
  height: auto;
}

.thistime__container {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .thistime__grid {
    grid-template-columns: 1fr; /* 1列（縦並び）に変更 */
    gap: 20px; /* スマホ用に隙間を少し狭く調整（お好みで） */
  }
  .thistime__supplement,
  .thistime__scene,
  .thistime__flavor {
    height: auto;
  }
}

/* ==========================================
   スライダートップ部分
   ========================================== */
.thistime__supplement_head {
  text-align: center;
  margin-bottom: 50px;
}

.thistime__sub-title {
  display: inline-block;
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  color: #1e4b85;
  margin-bottom: 4px;
  position: relative;
  width: 18%;
  text-align: left;
}

.thistime__sub-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1e457e;
  margin-top: 4px;
}

.thistime__main-title {
  margin-top: 13px;
  margin-bottom: 22px;
  letter-spacing: 0.15em;
}

.thistime__main-title h2 {
  width: 25%;
  margin: 0 auto;
  text-align: right;
  color: #666666;
  font-weight: normal;
  font-size: 20px;
}

.thistime__lead-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.05em;
}

/* ==========================================
   グリッド・カードレイアウト
   ========================================== */
.thistime__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  align-items: center !important;
  padding: 160px 0 !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* カード共通スタイル */
.thistime__card {
  display: none !important; /* 基本は非表示 */
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  padding: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  /* ★ポイント：高さ（transform）のアニメーションを消し、フェード（opacity）のみにする */
  transition: opacity 0.5s ease-in-out !important;
  opacity: 0;
}

/* 1〜3番目のカードの位置指定と表示 */
.thistime__card:nth-child(1) {
  display: flex !important;
  opacity: 1 !important;
  transform: translateY(140px) !important; /* 左：下 */
}

.thistime__card:nth-child(2) {
  display: flex !important;
  opacity: 1 !important;
  transform: translateY(0) !important; /* 中央：普通 */
}

.thistime__card:nth-child(3) {
  display: flex !important;
  opacity: 1 !important;
  transform: translateY(-140px) !important; /* 右：上 */
}

/* スマホ表示 */
@media (max-width: 960px) {
  .thistime__grid {
    grid-template-columns: 1fr !important;
    max-width: 380px !important;
    padding: 20px 0 !important;
  }
  .thistime__card:nth-child(1),
  .thistime__card:nth-child(2),
  .thistime__card:nth-child(3) {
    transform: translateY(0) !important;
  }
}

/* ==========================================
   各カード固有の背景
   ========================================== */
/* Scene: */
.thistime__card--morning {
  background: url("../img/morning.jpg") no-repeat center center;
  background-size: cover;
  color: #1e2c5a;
}

.thistime__card--focus {
  background: url("../img/focus.jpg") no-repeat center center;
  background-size: cover;
  background-position: -20px 0px;
  color: #1e2c5a;
}
.thistime__card--sleep {
  background: url("../img/sleep.jpg") no-repeat center center;
  background-size: 130%;
  color: #1e2c5a;
}
.thistime__card--beauty {
  background: url("../img/beauty_back.jpg") no-repeat center center;
  background-size: cover;
  color: #1e2c5a;
}
.thistime__card--refresfsea {
  background: url("../img/refresh_sea.jpg") no-repeat center center;
  background-size: cover;
  color: #1e2c5a;
}
/* Supplement: */
.thistime__card--relax {
  background: url("../img/relax.jpg") no-repeat center center;
  background-size: cover;
  color: #1e2c5a;
}
.thistime__card--refresh {
  background: url("../img/refresh.jpg") no-repeat center center;
  background-size: cover;
  color: #1c352d;
}
.thistime__card--energy {
  background: url("../img/energy.jpg") no-repeat center center;
  background-size: cover;
  background-position: -260px -6px;
  color: #1e334a;
}
.thistime__card--stamina {
  background: url("../img/stamina.jpg") no-repeat center center;
  background-size: cover;
  color: #1c352d;
}
.thistime__card--aging {
  background: url("../img/aging_back.jpg") no-repeat center center;
  background-size: cover;
  color: #1c352d;
}
/* Flavor: */
.thistime__card--fruits,
.thistime__card--tea,
.thistime__card--cafe {
  background: url("../img/flavor.png") no-repeat center center;
  background-size: cover;
  color: #1c352d;
}

/* 白背景 */
.thistime__slide-item {
  background-color: #f4feff;
  flex: 0 0 211px;
  width: 211px;
  box-sizing: border-box;
  height: 240px;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  scroll-snap-align: center;
}

/* ==========================================
   1. ページ全体・親セクションの横スクロール防止
   ========================================== */
html,
body {
  overflow-x: hidden !important;
  width: 100%;
}

#thistime__supplement-section,
.thistime__supplement,
.thistime__scene {
  overflow: hidden !important;
  width: 100%;
}

/* ==========================================
   2. 外枠コンテナ＆斜め配置スタイル（滑らかスライド版）
   ========================================== */
.mySceneSwiper {
  width: 100% !important;
  max-width: 1300px !important; /* ★ 3枚（400px×3＋隙間）が納まる領域 */
  height: 650px !important;
  margin: 0 auto !important;
  padding: 40px 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important; /* ★ 画面内での端っこの見切れを防止 */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  user-select: none;
  cursor: grab;
}

.mySceneSwiper:active {
  cursor: grabbing;
}

/* トラック */
.mySceneSwiper .swiper-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  transform: none !important;
  position: relative !important;
}

/* 各外枠カード */
.mySceneSwiper .swiper-wrapper > article.thistime__card {
  position: absolute !important;
  width: 400px !important;
  height: 500px !important;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  /* ★ トランプのような単体出現を防ぎ、常に滑らかに横移動させるキー設定 */
  transition:
    transform 0.7s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.7s ease !important;
  will-change: transform, opacity;
}

/* ------------------------------------------
   ★「左肩下がり」レール上の5ポジション固定
   ------------------------------------------ */

/* 1. 左奥（画面左外で滑らかに待機） */
.mySceneSwiper .swiper-wrapper > article.thistime__card.is-pos-hidden-left {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-840px, 120px) !important;
  z-index: 1;
}

/* 2. 左（一番下・低い位置） */
.mySceneSwiper .swiper-wrapper > article.thistime__card.is-pos-left {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(-420px, 60px) !important;
  z-index: 2;
}

/* 3. 中央（真ん中） */
.mySceneSwiper .swiper-wrapper > article.thistime__card.is-pos-center {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(0, 0) !important;
  z-index: 3;
}

/* 4. 右（一番上・高い位置） */
.mySceneSwiper .swiper-wrapper > article.thistime__card.is-pos-right {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(420px, -60px) !important;
  z-index: 2;
}

/* 5. 右奥（画面右外で滑らかに待機） */
.mySceneSwiper .swiper-wrapper > article.thistime__card.is-pos-hidden-right {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(840px, -120px) !important;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .thistime__flavor .mySceneSwiper {
    cursor: default !important;
  }

  .thistime__flavor .swiper-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* 動かないようにアニメーションを無効化 */
  .thistime__flavor .swiper-wrapper > article.thistime__card {
    transition: none !important;
  }

  /* 1枚目（左）：左下へ配置固定 */
  .thistime__flavor .swiper-wrapper > article.thistime__card:nth-child(1) {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-420px, 60px) !important;
    z-index: 2;
  }

  /* 2枚目（中央）：真ん中に配置固定 */
  .thistime__flavor .swiper-wrapper > article.thistime__card:nth-child(2) {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(0, 0) !important;
    z-index: 3;
  }

  /* 3枚目（右）：右上へ配置固定 */
  .thistime__flavor .swiper-wrapper > article.thistime__card:nth-child(3) {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(420px, -60px) !important;
    z-index: 2;
  }
}

/* ==========================================
   3. カード内部：小スライダー（商品画像＆矢印）
   ========================================== */
.thistime__slider-area {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.thistime__slide-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
  gap: 15px;
  margin: 0 auto;
  padding-left: calc(50% - 90px) !important;
  padding-right: calc(50% - 90px) !important;
  box-sizing: border-box;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.thistime__slide-container::-webkit-scrollbar {
  display: none;
}

.thistime__slide-item {
  background-color: #f4feff;
  flex: 0 0 180px !important;
  width: 180px !important;
  height: 220px;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center !important;
}

.thistime__product-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.thistime__arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.thistime__arrow--prev {
  left: 90px !important;
}

.thistime__arrow--next {
  right: 90px !important;
}

.thistime__arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
}

.thistime__arrow--prev::before {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.thistime__arrow--next::before {
  transform: rotate(45deg) translate(-1px, -1px);
}

/* ==========================================
   3. テキスト・コンテンツエリア
   ========================================== */
.thistime__card-content {
  padding: 0 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.thistime__card-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 12px;
}

.thistime__card--energy .thistime__card-title {
  color: #1e334a;
}

.thistime__card-desc {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 20px;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-top: 2px solid #1d4984;
  padding-top: 13px;
}

.thistime__card-desc_gray {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 20px;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #807e7b;
  border-top: 2px solid #1d4984;
  padding-top: 15px;
}

/* ==========================================
   4. 詳細ボタン
   ========================================== */
.thistime__btn {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid currentColor;
  color: #1d4984;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  background: transparent;
  margin-top: 20px;
}

.thistime__btn_white {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid currentColor;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  background: transparent;
}

.thistime__btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
..thistime__btn_white:hover {
  background-color: #1d4984;
}

/*============================
プロダクト・使い切りタイプ
============================*/
#thistime-singleuse {
  background-color: #f8f5eb;
  padding: 9.6rem 0;
}
.thistime-singleuse__inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.singleuse-title {
  max-width: 40rem;
  margin: 0 auto 8rem;
}
.thistime-singleuse__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15rem;
}
.thistime-singleuse__device-img {
  width: 36rem;
  height: 100%;
}
.thistime-singleuse__txt-box {
  position: relative;
  margin-bottom: 4.6rem;
}
.thistime-singleuse__main-txt {
  color: var(--color-navy);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
.thistime-singleuse__txt {
  line-height: 1.7;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.thistime-singleuse__more-btn {
  position: absolute;
  right: -25.4rem;
  bottom: -4.6rem;
  display: flex;
  flex-flow: column;
  width: fit-content;
  cursor: pointer;
}
.more-btn__text-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.4em;
  margin-bottom: -0.4rem;
  padding-left: 0.4rem;
}
.more-btn__text {
  position: absolute;
  left: 0.4rem;
  top: 0;
  color: var(--color-navy);
  font-size: 2.4rem;
  line-height: 1.2;
  white-space: nowrap;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}
/* 最初に見える文字 */
.more-btn__text.is-front {
  transform: translateY(0);
  opacity: 1;
}
/* 下から出てくる文字（初期は下に待機） */
.more-btn__text.is-back {
  transform: translateY(110%);
  opacity: 0;
}
.more-btn__icon {
  width: 11.8rem;
  height: auto;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  #thistime-singleuse {
    padding: 4.8rem 0;
  }
  .thistime-singleuse__content {
    justify-content: space-around;
    gap: 0;
  }
  .thistime-singleuse__more-btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #thistime-singleuse {
    padding: 4rem 0 6.4rem;
  }
  .thistime-singleuse__inner {
    padding: 0 2rem;
  }
  .singleuse-title {
    max-width: 28rem;
    margin: 0 auto 4rem;
  }
  .thistime-singleuse__content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  .thistime-singleuse__device-img {
    width: 30rem;
  }
  .thistime-singleuse__txt-box {
    margin-bottom: 0;
  }
  .thistime-singleuse__main-txt {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .thistime-singleuse__txt {
    font-size: 1.4rem;
  }
  .thistime-singleuse__more-btn {
    right: -2.4rem;
    bottom: -2.4rem;
  }
  .more-btn__text {
    font-size: 2rem;
  }
  .more-btn__icon {
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .thistime-singleuse__more-btn:hover .more-btn__text.is-front {
    animation: textOutUp 0.35s ease forwards;
  }
  .thistime-singleuse__more-btn:hover .more-btn__text.is-back {
    animation: textInUp 0.35s ease forwards;
  }
  .thistime-singleuse__more-btn:not(:hover) .more-btn__text.is-front {
    animation: textInUp 0.35s ease forwards;
  }
  .thistime-singleuse__more-btn:not(:hover) .more-btn__text.is-back {
    animation: textOutUp 0.35s ease forwards;
  }

  @keyframes textOutUp {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(-110%);
      opacity: 0;
    }
  }
  @keyframes textInUp {
    from {
      transform: translateY(110%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .thistime-singleuse__more-btn:hover .more-btn__icon {
    transform: translateX(10px);
  }
}

/* ==========================================
   スターターキット
   ========================================== */
.starter-kit-section {
  padding: 60px 20px;
  background: url("../img/start_back.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  font-family: "LINE Seed JP", sans-serif;
}

/* 白い角丸のメインコンテナ */
.container {
  max-width: 1000px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* 少し後ろを透かす白 */
  border-radius: 20px;
  padding: 50px 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* タイトル */
.section-title {
  text-align: center;
  font-size: 60px;
  color: #1a4487; /* 濃い青 */
  margin-top: 0;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}

/* 2カラムレイアウト */
.content-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 左側：ビジュアルエリア */
.product-visual {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badges {
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
}

.badge {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.badge-red {
  background-color: #d32f2f;
}
.badge-blue {
  background-color: #1a4487;
}

.product-images {
  width: 100%;
  text-align: center;
}

.image-group {
  margin: 15px 0;
}

.group-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blue-text {
  color: #1a4487;
}

.plus-sign {
  font-size: 20px;
  color: #666;
  margin: 10px 0;
}

.img-responsive {
  width: 50%;
  height: auto;
}
.img-responsive_flavorlist {
  width: 80%;
  height: auto;
}

/* 右側：情報エリア */
.product-info {
  flex: 1;
}

.intro-text {
  font-size: 13px;
  color: #333;
  margin-bottom: 20px;
}

.main-lead {
  font-size: 18px;
  font-weight: bold;
  color: #1a4487;
  margin-bottom: 20px;
}

.sub-lead {
  font-size: 14px;
  margin-bottom: 20px;
}

.accent-lead {
  font-size: 16px;
  font-weight: bold;
  color: #1a4487;
  margin-bottom: 30px;
}

/* 価格内訳 */
.price-breakdown {
  font-size: 12px;
  color: #444;
  margin-bottom: 15px;
}

.breakdown-details {
  margin-top: 4px;
}

.strike {
  text-decoration: line-through;
  color: #888;
  margin-right: 4px;
}

.red-bold {
  color: #d32f2f;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
}

/* メイン価格表示の並び */
.price-display {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

/* 52% OFF バッジ */
.discount-badge {
  background-color: #d32f2f;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.1;
}

.discount-badge .percent {
  font-size: 18px;
}
.discount-badge .off {
  font-size: 11px;
}

/* 金額の数字 */
.final-price {
  color: #d32f2f;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}

.currency-number {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: "Neura Display";
}

.unit {
  font-size: 14px;
  margin-left: 4px;
}

/* 送料無料バッジ */
.shipping-badge {
  background-color: #d32f2f;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 8px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

/* 購入ボタン */
.cta-area {
  width: 40%;
  margin: 20px auto 0;
}

.btn-cta {
  display: block;
  background-color: #1a4487;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(26, 68, 135, 0.3);
  transition: background-color 0.3s;
}

.btn-cta:hover {
  background-color: #123366;
}

/* レスポンシブ対応（スマホサイズで縦並びにする） */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .container {
    padding: 30px 20px;
  }
  .section-title {
    font-size: 28px;
  }
  .price-display {
    flex-wrap: wrap;
  }
}
