/* 共通設定 */
html {
  font-family: zen-maru-gothic, "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 700;
  font-style: normal;
  color: #0e0013;
  margin: 0;
  padding: 0;
}

* {
  line-height: 1.5;
}

/* バウンスアニメーション */
@keyframes bounce-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* フェードイン + スライドアップアニメーション */
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(calc(-50% + 10px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}

/* フェードイン + スライドアップアニメーション（通常の要素用） */
@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ベネフィットリスト用フェードインアニメーション */
@keyframes fade-in-benefits {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.kiwi {
  font-family: kiwi-maru, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kaisei {
  font-family: kaisei-decol, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vdl-logomarupop {
  font-family: vdl-logomarupop-futoline, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vdl-logomarupop-shadow {
  font-family: vdl-logomarupop-shadow, sans-serif;
  font-weight: 400;
  font-style: normal;
}

img,
a {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.bg-fixed {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url("../img/BG_sp.jpg") center bottom/cover no-repeat;
  pointer-events: none;
}

.site-wrapper {
  position: relative;
  z-index: 1;
}

.wrapper {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  position: relative;
}

.content {
  padding: 80px 0 40px;
}

.section-inner {
  padding: 30px 20px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin-top: -10px;
  overflow: visible;
  position: relative;
}

/* KV */
.header-inner {
  width: 100%;
  padding: 30px 0;
}
.site-title {
  width: 100%;
  position: relative;
}

.kv-title-img {
  width: 100%;
}

.kv-bright-teeth {
  width: 20%;
  position: absolute;
  z-index: 10;
  top: 15%;
  right: 5%;
  animation: bounce-down 2s ease-in-out infinite;
}

.kv-white-teeth {
  width: 20%;
  position: absolute;
  z-index: 10;
  top: 72%;
  left: 11%;
  animation: bounce-down 2s ease-in-out infinite;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.offers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  width: 100%;
  max-width: 350px;
  margin: 10px auto 30px;
  color: #642f7d;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}

.offers div {
  text-shadow:
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
  flex-shrink: 1;
}

.kv-text {
  text-align: center;
  margin-top: 18px;
  font-weight: 700;
  text-shadow: 0px 0px 4px #ffffff;
}

.kv-date {
  width: 280px;
  height: 79px;
  margin: 20px auto 0;
  background: url(../img/neon_frame.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-day,
.kv-week {
  color: #fdd9d6;
  text-shadow: 0px 0px 2px rgba(253, 217, 214, 0.8);
}

.kv-day {
  font-size: 2.8rem;
}

.kv-week {
  font-size: 1.2rem;
  transform-origin: center;
  transform: rotate(-90deg);
}

.kv-panel-frame {
  width: 214px;
  height: 82px;
  margin: auto;
  background: url(../img/ribbon_panel_frame.png) center/cover no-repeat;
  position: relative;
}

.kv-panel-frame span {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
}

/* ここが推せる！5つのポイント♡ */
.point {
  position: relative;
}

.section-title {
  width: 100%;
  background: linear-gradient(
    90deg,
    #b6bad7 0%,
    #e4aed2 27.94%,
    #dfded8 52.92%,
    #c3d5e3 78.19%,
    #e9b6db 100%
  );
  box-shadow: 2.68345px 2.68345px 5.36691px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  left: 0;
  padding: 5px;
  z-index: 1000;
}

/* SVG グラデーションストローク用 - セクションタイトル */
.section-svg {
  width: 355px;
  height: 41px;
  display: block;
  margin: auto;
}

.section-main-text {
  font-size: 2.4rem;
  fill: #0e0013;
  stroke: url(#sectionGrad);
  stroke-width: 3px;
  paint-order: stroke fill;
}

.title-line {
  width: 100%;
  max-width: 470px;
  position: absolute;
  left: 50%;
}

.title-line-top {
  top: 0;
  transform: translateX(-50%) translateY(-50%);
}

.title-line-bottom {
  bottom: 0;
  transform: translateX(-50%) translateY(50%) rotate(180deg);
}

.section-intro {
  font-size: 1.4rem;
  text-align: center;
}

.section-gradation-box-wrap {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.section-gradation-box {
  text-align: center;
  position: relative;
}

.gradient-pink {
  background: linear-gradient(
    90deg,
    rgba(235, 206, 152, 0.2) 0%,
    rgba(244, 241, 195, 0.2) 50%,
    rgba(227, 158, 185, 0.2) 100%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px 30px 20px 40px;
}

.gradient-blue {
  background: linear-gradient(
    90deg,
    rgba(171, 186, 214, 0.2) 0%,
    rgba(196, 221, 202, 0.2) 50%,
    rgba(213, 190, 203, 0.2) 100%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px 40px 20px 30px;
}

.section-gradation-title {
  font-size: 1.8rem;
}

.section-gradation-img {
  width: 90px;
  position: absolute;
  top: 50%;
  opacity: 0;
}

.section-gradation-img.visible {
  animation: fade-in 0.4s ease-in forwards;
  transform: translateY(-50%);
}

.gradient-pink .section-gradation-img {
  left: -50px;
}

.gradient-blue .section-gradation-img {
  right: -50px;
}

/* Voice video */
.movie-wrap {
  display: flex;
  justify-content: center;
}

.voice-video {
  width: 100%;
  height: 100%;
  pointer-events: auto;
  object-fit: cover;
}

.voice-embla {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.voice-box {
  position: relative;
  width: 111%;
  margin-left: -5.5%;
}

.video-wrap {
  position: relative;
  padding: 4.5% 6%;
  height: 100%;
  width: 100%;
  aspect-ratio: 0.514;
  border-radius: 20%;
  overflow: hidden;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 12;
  display: grid;
  place-items: center;
  transition: opacity 0.2s ease;
}

.video-play-button::before {
  content: "";
  width: 18px;
  height: 22px;
  margin-left: 2px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.video-play-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.voice .section-inner {
  padding: 30px 0;
}

.video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.voice-embla .embla__slide {
  position: relative;
  flex: 0 0 70%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  max-width: 400px;
}

.voice-embla .embla__container {
  display: flex;
  margin-left: -6px;
  height: 100%;
}

.voice-box-wrap {
  position: relative;
  overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
  width: 90px;
  height: 90px;
  background-image: url("../img/slider_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  margin: 0;
  z-index: 100;
}

.swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev::before,
.swiper-button-next::before {
  content: none;
  display: none;
}

.swiper-button-prev {
  left: -30px;
  transform: translateY(-50%);
}

.swiper-button-next {
  right: -30px;
  transform: translateY(-50%) rotate(-180deg);
}

.phone-mock {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

.voice-bright-teeth {
  width: 90px;
  position: absolute;
  z-index: 10000;
  top: 15px;
  right: -35px;
  animation: bounce-down 2s ease-in-out infinite;
}

.voice-white-teeth {
  width: 90px;
  position: absolute;
  z-index: 10000;
  bottom: 10px;
  left: -30px;
  animation: bounce-down 2s ease-in-out infinite;
}

.content-inner {
  overflow: hidden;
}

/* お友達特典 */
.friends-intro {
  text-align: center;
  font-size: 1.8rem;
  text-align: center;
}

.friends-intro span {
  text-shadow: 0px 0px 4px #fbdeed;
  color: #642f7d;
}

.friends-intro span {
  font-weight: bold;
}

.friends-img {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
}

/* スタンプラリー特典 */
.podium-img {
  width: 280px;
  margin: auto;
  padding: 120px 0 0;
}

.podium-img img {
  width: 100%;
}

.benefits-wrap {
  position: relative;
}

.benefits-tickets-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.benefits-ticket {
  text-align: center;
  width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.benefits-ticket--gold {
  box-shadow:
    0 0 14px rgba(255, 214, 64, 0.9),
    0 0 28px rgba(255, 214, 64, 0.5);
  margin: 25px auto;
}

.benefits-ticket--silver {
  box-shadow:
    0 0 14px rgba(214, 222, 234, 0.9),
    0 0 28px rgba(214, 222, 234, 0.5);
}

.benefits-ticket--bronze {
  box-shadow:
    0 0 14px rgba(197, 125, 78, 0.9),
    0 0 28px rgba(197, 125, 78, 0.5);
}

.benefits-ticket img {
  width: 50px;
  margin: 0 auto;
}

.benefits-ticket p {
  font-size: 1.2rem;
  margin-top: 5px;
}

.benefits-ticket-wrap {
  display: flex;
  gap: 70px;
  justify-content: center;
  margin-top: -65px;
}

.chance-text {
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.4rem;
  color: #642f7d;
  font-weight: 900;
  background: url(../img/glitter_gradation.jpg) center/cover no-repeat;
  width: fit-content;
  margin: auto;
  text-align: center;
  border-radius: 12px;
  color: #642f7d;
  text-shadow:
    1px 0 #fff,
    -1px 0 #fff,
    0 1px #fff,
    0 -1px #fff;
  position: relative;
  z-index: 1;
}

.benefits-list-wrap {
  margin-top: 40px;
}

.benefits-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.benefits-list li {
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  position: relative;
}

.benefits-list li:first-child {
  grid-column: span 2;
  background-color: #fff;
  overflow: hidden;
  font-size: 1.6rem;
}

.benefits-list li:first-child img {
  margin-top: 0;
  border-radius: 0;
}

.benefits-item-best {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.benefits-item-best > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benefits-list li.visible {
  animation: fade-in-benefits 0.4s ease-in forwards;
}

.benefits-list img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 5px;
}

.price {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 5px;
  font-size: 1.2rem;
  background: linear-gradient(-90deg, #e6c78b, #d8a85c);
  color: #fff;
}

.price span {
  font-size: 1rem;
}

.benefits-list li:first-child .price {
  position: static;
  font-size: 1.8rem;
}

/* =========================
   No.1カード専用フレーム
========================= */
.benefits-list__item--best {
  --frame-gold: #b3ab79;
  --frame-gold-sub: #c6c097;
  --frame-shadow: rgba(124, 93, 31, 0.12);
  --frame-corner-size: 26px;
  --frame-border-radius: 2px;
  --frame-padding: 10px;

  position: relative;
  padding: var(--frame-padding);
  background: #fff;
  box-sizing: border-box;
  isolation: isolate;
}

/* 外枠 */
.benefits-list__item--best::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 2px solid var(--frame-gold);
  box-shadow:
    inset 0 0 0 1px var(--frame-gold-sub),
    0 6px 14px var(--frame-shadow);
  border-radius: var(--frame-border-radius);
  z-index: 2;
}

/* 四隅SVG */
.benefits-list__item--best::after {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  z-index: 3;
  background:
    url("../img/frame-corner-tl.svg") top left / var(--frame-corner-size) var(--frame-corner-size)
      no-repeat,
    url("../img/frame-corner-tr.svg") top right / var(--frame-corner-size) var(--frame-corner-size)
      no-repeat,
    url("../img/frame-corner-bl.svg") bottom left / var(--frame-corner-size)
      var(--frame-corner-size) no-repeat,
    url("../img/frame-corner-br.svg") bottom right / var(--frame-corner-size)
      var(--frame-corner-size) no-repeat;
}

/* 中身がフレームより上に来るように */
.benefits-list__item--best > * {
  position: relative;
  z-index: 1;
}

/* 参加店舗リスト */
.participating-hospitals .content-inner {
  padding: 60px 0;
  margin-top: -70px;
}

.participating-hospitals-sub-title {
  text-align: center;
}

.participating-hospitals-sub-title {
  position: relative;
  isolation: isolate;
  text-align: center;

  color: #000;
}

.participating-hospitals-sub-title::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  text-align: inherit;

  -webkit-text-stroke: 4px #fff;
  -webkit-text-fill-color: transparent;

  z-index: -1;
  pointer-events: none;
}

.participating-hospitals-title {
  width: 224px;
  margin: auto;
  position: relative;
  z-index: 10;
  position: sticky;
  top: 0;
}

.hospital-list {
  display: grid;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.hospital-card {
  list-style: none;
  position: relative;
}

.jewel-frame {
  --border: 7px; /* 縁の太さ（アイコン帯の幅） */
  --jewel: 7px; /* 一粒のサイズ */
  --img: url("../img/jewel_border.png"); /* 透過PNG/SVG推奨 */
  --frame-pad: 10px;

  position: relative;
  background: #fff;
  padding: calc(var(--border) + var(--frame-pad)); /* 中身が縁に被らないよう余白 */
}

/* 上下 */
.jewel-frame::before,
.jewel-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--border);
  background-image: var(--img);
  background-size: var(--jewel) var(--jewel);
  background-repeat: repeat-x;
  background-position: left center;
  pointer-events: none;
}

.jewel-frame::before {
  top: 0;
}
.jewel-frame::after {
  bottom: 0;
}

/* 左右（inner側の疑似要素を使う） */
.jewel-frame__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
}

.jewel-frame__inner::before,
.jewel-frame__inner::after {
  content: "";
  position: absolute;
  top: calc(-1 * (var(--border) + var(--frame-pad)));
  bottom: calc(-1 * (var(--border) + var(--frame-pad)));
  width: var(--border);
  background-image: var(--img);
  background-size: var(--jewel) var(--jewel);
  background-repeat: repeat-y;
  background-position: center top;
  pointer-events: none;
}

.jewel-frame__inner::before {
  left: calc(-1 * (var(--border) + var(--frame-pad)));
}
.jewel-frame__inner::after {
  right: calc(-1 * (var(--border) + var(--frame-pad)));
}

/* 数字の丸バッジ：ボーダーを画像にする */
.hospital-card__no {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid transparent;
  color: #642f7d;
  font-size: 1.4rem;
  line-height: 1;
  background:
    linear-gradient(133.45deg, #d6b8df 17.49%, #b1d7e3 79.2%) padding-box,
    /* ←内側の塗り */ url("../img/silver-aesthetic-wallpaper-with-glitter.jpg") center/cover
      no-repeat border-box; /* ←リング */
  position: absolute;
  z-index: 10;
  top: -10px;
  left: -10px;
}

.hospital-card:first-of-type .hospital-card__no {
  background:
    linear-gradient(133.45deg, #e9d0c1 17.49%, #f0f38d 79.2%) padding-box,
    /* ←内側の塗り */ url("../img/silver-aesthetic-wallpaper-with-glitter.jpg") center/cover
      no-repeat border-box; /* ←リング */
}

.hospital-card__pref {
  width: fit-content;
  padding: 2px 5px;
  border: 1px solid transparent;
  font-size: 1.2rem;
  line-height: 1;
  color: #642f7d;
  font-weight: 900;
  background:
    linear-gradient(
        84.48deg,
        #d3bad6 0.14%,
        #e7e2c8 28.64%,
        #c2e1e5 50.1%,
        #b7c1e4 71.76%,
        #e7c7da 99.31%
      )
      padding-box,
    /* 中の背景 */ url("../img/silver-aesthetic-wallpaper-with-glitter.jpg") center/cover no-repeat
      border-box; /* ボーダー */
}

.hospital-card__name {
  font-size: 1.4rem;
}

.hospital-card__tags {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
}

.hospital-card__tag {
  list-style: none;

  /* stroke設定 */
  --b: 2px;
  --fill: #d3fae7;
  --s1: #e6cdd9;
  --s2: #d7aedc;

  border: var(--b) solid transparent;
  box-sizing: border-box;

  /* 中身 + ボーダー（グラデ） */
  background:
    linear-gradient(var(--fill), var(--fill)) padding-box,
    linear-gradient(90deg, var(--s1) 0%, var(--s2) 100%) border-box;

  /* 既存 */
  box-shadow: inset 0px 0px 2px #344c4b;
  border-radius: 11px;
  padding: 3px 10px;
  width: fit-content;
  color: #ae4998;
  line-height: 1;
  font-weight: 900;
}

.participating-hospitals-bright-teeth {
  width: 90px;
  position: absolute;
  z-index: 10;
  top: -40px;
  right: -35px;
  animation: bounce-down 2s ease-in-out infinite;
}

.participating-hospitals-white-teeth {
  width: 90px;
  position: absolute;
  z-index: 10;
  bottom: -45px;
  left: -30px;
  animation: bounce-down 2s ease-in-out infinite;
}

/* 会場案内 */
.participating-hospitals.content {
  padding: 0 0 40px;
}

.map-text {
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.2rem;
  color: #642f7d;
  font-weight: 900;
  background: url(../img/glitter_gradation.jpg) center/cover no-repeat;
  width: fit-content;
  margin: 0 auto -5px;
  text-align: center;
  border-radius: 11px;
  color: #642f7d;
  text-shadow:
    1px 0 #fff,
    -1px 0 #fff,
    0 1px #fff,
    0 -1px #fff;
  position: relative;
  z-index: 1;
}

.map-box {
  background: #ffffff;
  box-shadow: 0px 0px 10px #f3abd5;
  border-radius: 5px;
  padding: 10px;
}

.map-box img {
  width: 100%;
}

.map-box-wrapper {
  display: grid;
  gap: 20px;
}

.map-text-box {
  color: #642f7d;
  font-weight: 900;
  font-size: 1.1rem;
}

.map-text-box.jewel-frame {
  --frame-pad: 11px;
  padding: calc(var(--border) + var(--frame-pad));
}

.map-text-box ul {
  padding-left: 15px;
}

.access {
  margin: 5px 0;
}

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.map-link img {
  width: 30px;
  border-radius: 50%;
}

/* よくある質問 */
.acd-wrap dl {
  background: linear-gradient(
    90deg,
    rgba(240, 213, 224, 0.3) 0%,
    rgba(242, 204, 210, 0.3) 21.63%,
    rgba(242, 229, 207, 0.3) 50%,
    rgba(220, 231, 231, 0.3) 77.88%,
    rgba(237, 199, 218, 0.3) 100%
  );
  border-radius: 5px;
  padding: 10px;
  transition: background 0.3s ease;
}

.acd-wrap dl:has(dd.is-open) {
  background: linear-gradient(
    90deg,
    rgba(171, 186, 214, 0.3) 0%,
    rgba(196, 221, 202, 0.3) 50%,
    rgba(213, 190, 203, 0.3) 100%
  );
}

.acd-wrap dt {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}

.acd-wrap dt.is-active {
  background: transparent;
}

.q-txt {
  padding-left: 30px;
}

.q-a-close {
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  position: relative;
  background: transparent;
}

.q-a-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: url(../img/silver-aesthetic-wallpaper-with-glitter.jpg) center/cover no-repeat;
}

.q-a-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background: url(../img/silver-aesthetic-wallpaper-with-glitter.jpg) center/cover no-repeat;
  transition: transform 0.5s;
}

.acd-wrap dt.is-active .q-a-close span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.acd-wrap dd {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in;
}

.acd-wrap dd.is-open {
  max-height: 500px;
}

.acd-wrap {
  display: grid;
  gap: 10px;
}

.question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

.q-icon {
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.answer {
  padding-left: 30px;
  margin-top: 10px;
  position: relative;
  font-size: 1.2rem;
}

.a-icon {
  color: #fff;
  background: #642f7d;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* エントリー */
.cta {
  width: 280px;
  height: auto;
  margin: 20px auto 0;
  animation: bounce-down 2s ease-in-out infinite;
}

footer {
  padding-bottom: 50px;
}

.pc {
  display: none;
}

.pc * {
  display: none;
}

@media screen and (min-width: 981px) {
  .phone {
    display: none;
  }

  .phone * {
    display: none;
  }

  .pc {
    display: block;
  }

  .pc * {
    display: initial;
  }

  .video-play-button {
    display: grid;
    place-items: center;
  }

  .video-play-button::before {
    display: block;
  }

  .bg-fixed {
    background: url("../img/BG_pc.jpg") center bottom/cover no-repeat;
  }

  .site-title {
    margin: -10% auto 0;
    width: 60%;
  }

  header {
    padding: 20px 0;
  }

  .header-inner {
    padding: 0;
  }

  .header-inner {
    width: 90%;
    border: 10px solid #fff;
    border-radius: 10px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)),
      url("../img/BG_pc.jpg") center bottom / cover no-repeat;
    padding-bottom: 20px;
  }

  .kv-label {
    width: 80%;
  }

  .kv-bright-teeth {
    top: -32%;
    right: -13%;
  }

  .kv-white-teeth {
    top: 60%;
    left: -6%;
  }

  .kv-svg {
    width: 585px;
    height: 67px;
  }

  .kv-main-text {
    font-size: 1.6rem;
  }

  .kv-text-box {
    --border: 7px;
    --jewel: 7px;
    --img: url("../img/jewel_border.png");

    position: relative;
    display: block;
    background: #fff;
    max-width: 900px;
    width: 90%;
    margin: 20px auto 0;
    padding: calc(var(--border) + 20px);
  }

  .kv-text-box::before,
  .kv-text-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: var(--border);
    background-image: var(--img);
    background-size: var(--jewel) var(--jewel);
    background-repeat: repeat-x;
    pointer-events: none;
  }

  .kv-text-box::before {
    top: 0;
  }

  .kv-text-box::after {
    bottom: 0;
  }

  .kv-text-box__inner {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .kv-text-box__inner::before,
  .kv-text-box__inner::after {
    content: "";
    position: absolute;
    top: calc(-1 * (var(--border) + 20px));
    bottom: calc(-1 * (var(--border) + 20px));
    width: var(--border);
    background-image: var(--img);
    background-size: var(--jewel) var(--jewel);
    background-repeat: repeat-y;
    pointer-events: none;
  }

  .kv-text-box__inner::before {
    left: calc(-1 * (var(--border) + 20px));
  }

  .kv-text-box__inner::after {
    right: calc(-1 * (var(--border) + 20px));
  }

  .offers {
    font-size: 3.5rem;
    margin: 0;
  }

  .offers div {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #f3abd5;
  }

  .kv-date {
    width: 440px;
    height: 124px;
    margin-top: 0;
  }

  .kv-day {
    font-size: 4.5rem;
  }

  .kv-week {
    font-size: 1.8rem;
  }

  .kv-about-box {
    width: 440px;
  }

  .kv-panel-frame {
    width: 340px;
    height: 130px;
  }

  .kv-panel-frame span {
    font-size: 3.2rem;
    bottom: 32px;
  }

  .section-svg {
    width: 100%;
    height: 79px;
  }

  .section-intro {
    font-size: 1.6rem;
  }

  .section-inner {
    padding: 50px 20px;
  }

  .section-gradation-img {
    width: 120px;
    position: static;
    transform: translateY(0);
    margin-top: 10px;
  }

  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: translateY(calc(10px));
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .section-gradation-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
  }

  .section-gradation-box {
    width: calc((100% - 60px) / 3);
    aspect-ratio: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    padding: 0;
  }

  .section-gradation-box::before {
    content: attr(data-no);
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    font-size: 20rem;
    font-family: kiwi-maru, sans-serif;
    font-weight: 500;
    line-height: 1;
    color: rgba(180, 185, 210, 0.22);
    z-index: 0;
    pointer-events: none;
  }

  .section-gradation-title {
    font-size: 2em;
  }

  .section-gradation-box p {
    font-size: 1.4rem;
  }

  .voice-box-wrap {
    width: 30%;
    max-width: 460px;
    margin: 30px auto;
  }

  .voice-box {
    width: 100%;
    margin-left: 0;
  }

  .voice-embla .embla__slide {
    flex: 0 0 100%;
    max-width: none;
    margin: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 120px;
    height: 120px;
  }

  .swiper-button-next {
    right: -80px;
  }

  .swiper-button-prev {
    left: -80px;
  }

  .movie-comments {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    display: grid;
    gap: 24px;
    z-index: 2;
  }

  .movie-comments--left {
    left: 20px;
  }

  .movie-comments--right {
    right: 20px;
  }

  .movie-comment {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    padding: 15px 15px;
  }

  .movie-comment__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }

  .movie-comment__head img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .movie-comment__head p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #7a7a7a;
  }

  .movie-comment__text {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.5;
    color: #111;
  }

  .movie-comments--left .movie-comment:first-child {
    margin-right: 20px;
  }

  .movie-comments--left .movie-comment:nth-child(2) {
    margin-left: 40px;
  }

  .movie-comments--left .movie-comment:nth-child(3) {
    margin-right: 20px;
    margin-top: 60px;
  }
  .movie-comments--left .movie-comment:nth-child(4) {
    margin-left: 20px;
  }

  .movie-comments--right .movie-comment:first-child {
    margin-left: 20px;
  }

  .movie-comments--right .movie-comment:nth-child(2) {
    margin-right: 40px;
  }

  .movie-comments--right .movie-comment:nth-child(3) {
    margin-left: 20px;
    margin-top: 60px;
  }
  .movie-comments--right .movie-comment:nth-child(4) {
    margin-right: 20px;
  }

  .podium-img {
    width: 900px;
    padding: 250px 0 0;
  }

  .benefits-ticket {
    width: 250px;
  }

  .benefits-ticket img {
    width: 120px;
  }

  .benefits-ticket p {
    font-size: 2rem;
    margin-top: 10px;
  }

  .benefits-ticket-wrap {
    gap: 335px;
    margin-top: -185px;
  }

  .benefits-list-wrap {
    margin-top: 80px;
  }

  .benefits-list li:first-child {
    grid-column: span 3;
    width: 50%;
    margin: 0 auto;
    font-size: 2rem;
  }

  .benefits-list__item--best {
    --frame-padding: 15px;
  }

  .chance-text {
    font-size: 2.4rem;
    border-radius: 17px;
    padding: 5px 20px;
  }

  .friends-intro {
    font-size: 2.4rem;
    width: 550px;
  }

  .friends-img {
    width: calc(100% - 570px);
  }

  .friends-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
    max-width: 980px;
    margin: auto;
  }

  .benefits-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 15px;
    max-width: 800px;
    margin: 40px auto 0;
  }

  .benefits-list li {
    font-size: 1.4rem;
  }

  .participating-hospitals-sub-title {
    font-size: 1.2rem;
  }

  .participating-hospitals-title {
    width: 450px;
  }

  .hospital-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .hospital-card__name {
    font-size: 2rem;
  }

  .map-text {
    font-size: 2rem;
  }

  .map-box-wrapper {
    display: flex;
    align-items: center;
  }

  .map-text-box {
    font-size: 1.8rem;
  }

  .map-box-wrapper > div:first-child {
    width: calc(100% - 504px);
  }

  .map-link img {
    width: 40px;
  }

  .q-icon {
    width: 35px;
  }

  .q-txt {
    padding-left: 40px;
  }

  .q-a-close {
    width: 24px;
    height: 24px;
  }

  .a-icon {
    width: 30px;
    height: 30px;
  }

  .answer {
    padding-left: 40px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .acd-wrap dt {
    font-size: 1.8rem;
  }

  .cta {
    width: 380px;
  }
}
