/* ========== フォント ========== */
/*@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url("fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url("fonts/notosansjp/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "notosansjp";
  font-weight: 600;
  src: url("fonts/notosansjp/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url("fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}*/
article {
  /*font-family: "notosansjp", sans-serif;*/
  overflow-x: hidden;
overflow-wrap: break-word;
word-break: normal;
}

/* ========== c-btn ========== */
.c-btn { display: block; width: 80%; margin: 0 auto; padding: 10px 40px 10px 16px; text-align: center; border-radius: 60px; font-size: 12px; font-weight: 700; position: relative; text-decoration: none; transition: opacity .2s; }
.c-btn:hover { opacity: 0.5; text-decoration: none; }
.c-btn::after { content: "\f054"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 14px; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; }
@media (min-width: 768px) {
  .c-btn { width: 100%; max-width: 450px; padding: 26px 40px 26px 16px; font-size: 20px; }
}
.c-btn--primary { border: 1px solid #EC7190; color: #EC7190; }
.c-btn--primary::after { color: #EC7190; }
.c-btn--primary:hover { color: #EC7190; }
.c-btn--secondary { border: 1px solid #111111; color: #111111; }
.c-btn--secondary::after { color: #111111; }
.c-btn--secondary:hover { color: #111111; }

/* ============================================================
   共通
============================================================ */
.u-br-sp { display: none; }
@media (max-width: 767px) {
  .u-br-sp { display: block; }
}
.u-br-pc { display: none; }
@media (min-width: 768px) {
  .u-br-pc { display: block; }
}
.block-sp { display: block; }
.block-pc { display: none; }
@media (min-width: 768px) {
  .block-sp { display: none; }
  .block-pc { display: block; }
}

/* ============================================================
   FV / KV
============================================================ */
.p-fv {
  position: relative;
  overflow: hidden;
}
.p-fv__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-auto-rows: 110px;
  gap: 4px;
  width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-fv__grid-item {
  overflow: hidden;
  position: relative;
}
.p-fv__grid-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  animation: colorize 1s ease both;
}
@keyframes colorize {
  from { filter: grayscale(1); transform: scale(1.5); }
  to   { filter: grayscale(0); transform: scale(1); }
}
@keyframes shine {
  0%   { left: 0%;   width: 0%;   }
  40%  { left: 0%;   width: 100%; }
  100% { left: 100%; width: 0%;   }
}
.p-fv__shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 215, 94, 0.5) 0%, rgba(255, 92, 145, 0.5) 100%);
  animation: shine 0.8s cubic-bezier(.16, 1, .3, 1) forwards;
  pointer-events: none;
}
@keyframes fadeInUpperRight {
  from {
    opacity: 0;
    transform: translate(40px, -40px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.p-fv__kv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.10) 100%);
}
.p-fv__kv-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 110px 20px 0;
  text-align: center;
}
.p-fv img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-fv img {
    height: auto;
  }
}
.p-fv__kv-title {
  width: 95%;
  max-width: 1126px;
  opacity: 0;
  animation: fadeInUpperRight 1.2s cubic-bezier(.34, 1.35, .64, 1) forwards;
  animation-delay: 0.3s;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.p-fv__kv-20th {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  line-height: 0;
}
.p-fv__kv-20th img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-fv__grid { display: none; }
  .p-fv__kv-text { padding-top: 60px; }
  .p-fv__kv-20th {
    bottom: 0;
    left: auto;
    right: 3%;
    transform: none;
    max-width: 70%;
  }
}

/* SP グリッド */
.p-fv__grid-sp {
  list-style: none;
  margin: 0;
  padding: 0 0 32px;
  display: flex;
  gap: 4px;
}
.p-fv__grid-sp-col {
  flex: 16;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  position: relative;
}
.p-fv__grid-sp-col img {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  animation: colorize 1s ease both;
}
.p-fv__grid-sp-wide {
  flex: 40;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-fv__grid-sp-panel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-fv__grid-sp-panel__full {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  animation: colorize 1s ease both;
}
.p-fv__grid-sp-panel__cols {
  display: flex;
  gap: 4px;
}
.p-fv__grid-sp-panel__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
}
.p-fv__grid-sp-panel__col:first-child { flex: 1.5; }
.p-fv__grid-sp-panel__col:last-child  { flex: 1; }
.p-fv__grid-sp-panel__cols--equal .p-fv__grid-sp-panel__col:first-child { flex: 1; }
.p-fv__grid-sp-panel__cols--equal .p-fv__grid-sp-panel__col:last-child  { flex: 1.5; }
.p-fv__grid-sp-panel__cols--reverse .p-fv__grid-sp-panel__col:first-child { flex: 1; }
.p-fv__grid-sp-panel__cols--reverse .p-fv__grid-sp-panel__col:last-child  { flex: 1.5; }
.p-fv__grid-sp-panel__col img {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  animation: colorize 1s ease both;
}
@media (min-width: 768px) {
  .p-fv__grid-sp { display: none; }
}

/* ============================================================
   ティザー：開催告知
============================================================ */
.p-teaser-announce {
  background:
    linear-gradient(to right, rgba(255, 215, 94, 0.9) 0%, rgba(255, 92, 145, 0.9) 100%),
    url('/tw/campaign/wex-20th-anniversary/img/top/bg-saleinfo.webp') center / cover no-repeat;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 348px;
  padding: 48px 24px 80px;
}
.p-teaser-announce__body {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-teaser-announce__message {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
.p-teaser-announce__message + .p-teaser-announce__message {
  margin-top: 1.5em;
}
.p-teaser-announce__thanks {
  position: absolute;
  bottom: -26%;
  right: 4px;
  width: 260px;
  height: auto;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .p-teaser-announce {
    min-height: 495px;
    padding: 80px 16px 100px;
    margin-top: 60px;
  }
  .p-teaser-announce__message {
    font-size: 30px;
  }
  .p-teaser-announce__message + .p-teaser-announce__message {
    margin-top: 1.5em;
  }
  .p-teaser-announce__thanks {
    bottom: -60%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 440px;
    z-index: -1;
  }
}

/* ============================================================
   ティザー：セール3本柱（告知カード）
============================================================ */
.p-teaser-sales {
  background: linear-gradient(99deg, #80E39A 3.96%, #50C153 88.32%);
  padding-top: 32px;
}
.p-teaser-sales__header {
  text-align: center;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-teaser-sales__title-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}
.p-teaser-sales__title-wrap img {
  width: 100%;
  max-width: 338px;
  height: auto;
  margin: 0 auto;
}
.p-teaser-sales__body {
  background: #FFFFFF;
  border-radius: 40px 40px 0 0;
  padding: 60px 20px 80px;
  margin-top: -30px;
}

/* リード文 */
.p-teaser-sales__lead {
  text-align: center;
  margin-bottom: 32px;
}
.p-teaser-sales__lead-catch {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin: 0 0 16px;
}
.p-teaser-sales__lead-text {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  margin: 0;
}
.p-teaser-sales__lead-text + .p-teaser-sales__lead-text {
  margin-top: 12px;
}

/* カードリスト */
.p-teaser-sales__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* カード */
.p-teaser-sales__card {
  border-radius: 50px 10px 10px 10px;
  overflow: hidden;
  border: 1px solid;
  display: flex;
  flex-direction: column;
}
.p-teaser-sales__card--01 { border-color: #2ca84c; filter: drop-shadow(1px 5px 6px rgba(0, 0, 0, 0.25)); background: #fff; }
.p-teaser-sales__card--02 { border-color: #ea9c08; filter: drop-shadow(1px 5px 6px rgba(0, 0, 0, 0.25)); background: #fff; }
.p-teaser-sales__card--03 { border-color: #ea3374; filter: drop-shadow(1px 5px 6px rgba(0, 0, 0, 0.25)); background: #fff; }

/* カードヘッダー */
.p-teaser-sales__card-head {
  display: flex;
  align-items: center;
  min-height: 83px;
  padding: 12px 16px 12px 32px;
  gap: 12px;
}
.p-teaser-sales__card--01 .p-teaser-sales__card-head { background: linear-gradient(102deg, #2aa64a 4.96%, #73e591 117.81%); }
.p-teaser-sales__card--02 .p-teaser-sales__card-head { background: linear-gradient(102deg, #ea9c08 18.52%, #fcc463 103.7%); }
.p-teaser-sales__card--03 .p-teaser-sales__card-head { background: linear-gradient(102deg, #ea3374 18.52%, #ff91b8 103.7%); }

/* Sale番号バッジ */
.p-teaser-sales__card-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
  width: 48px;
}
.p-teaser-sales__card-badge img {
  width: 100%;
  height: auto;
}
.p-teaser-sales__card-badge em {
  font-style: italic;
  font-size: 11px;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}
.p-teaser-sales__card-badge strong {
  font-size: 26px;
  font-weight: 900;
  display: block;
}

/* セパレーター */
.p-teaser-sales__card-sep {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

/* カードタイトル */
.p-teaser-sales__card-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

/* カードボディ */
.p-teaser-sales__card-body {
  padding: 24px 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1;
}

/* ビジュアル */
.p-teaser-sales__card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.p-teaser-sales__card-visual img { max-width: 100%; height: auto; }
.p-teaser-sales__card--01 .p-teaser-sales__card-visual img:first-child { height: 50px; width: auto; }
.p-teaser-sales__card--01 .p-teaser-sales__card-visual img:last-child  { height: 100px; width: auto; }
.p-teaser-sales__card--02 .p-teaser-sales__card-visual img              { height: 100px; width: auto; }
.p-teaser-sales__card--03 .p-teaser-sales__card-visual img              { height: 100px; width: auto; }

/* 説明文 */
.p-teaser-sales__card-desc {
  font-size: 16px;
  color: #222;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

/* ボタン */
.p-teaser-sales__card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 57px;
  margin-top: auto;
  border-radius: 100px;
  border: 1px solid;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 0 40px 0 16px;
  transition: opacity .2s;
}
.p-teaser-sales__card-btn:hover { opacity: 0.6; text-decoration: none; }
.p-teaser-sales__card-btn::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.p-teaser-sales__card--01 .p-teaser-sales__card-link { display: flex; flex-direction: column; flex: 1; color: inherit; text-decoration: none; }
.p-teaser-sales__card--01 .p-teaser-sales__card-btn { color: #2aa64a; border-color: #2aa64a; }
.p-teaser-sales__card--01 .p-teaser-sales__card-link:hover .p-teaser-sales__card-btn { background-color: #2aa64a; color: #fff; opacity: 1; }
.p-teaser-sales__card--01 .p-teaser-sales__card-btn::after { background-image: url(/tw/campaign/wex-20th-anniversary/img/top/sales-arrow-01.webp); }
.p-teaser-sales__card--02 .p-teaser-sales__card-link { display: flex; flex-direction: column; flex: 1; color: inherit; text-decoration: none; }
.p-teaser-sales__card--02 .p-teaser-sales__card-btn { color: #ea9c08; border-color: #ea9c08; }
.p-teaser-sales__card--02 .p-teaser-sales__card-btn::after { background-image: url(/tw/campaign/wex-20th-anniversary/img/top/sales-arrow-02.webp); }
.p-teaser-sales__card--02 .p-teaser-sales__card-link:hover .p-teaser-sales__card-btn { background-color: #ea9c08; color: #fff; opacity: 1; }
.p-teaser-sales__card--03 .p-teaser-sales__card-link { display: flex; flex-direction: column; flex: 1; color: inherit; text-decoration: none; }
.p-teaser-sales__card--03 .p-teaser-sales__card-btn { color: #ff5591; border-color: #ff5591; }
.p-teaser-sales__card--03 .p-teaser-sales__card-btn::after { background-image: url(/tw/campaign/wex-20th-anniversary/img/top/sales-arrow-03.webp); }
.p-teaser-sales__card--03 .p-teaser-sales__card-link:hover .p-teaser-sales__card-btn { background-color: #ff5591; color: #fff; opacity: 1; }

/* 全セールボタン */
.p-teaser-sales__all {
  margin-top: 40px;
  text-align: center;
}
.p-teaser-sales__all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 65px;
  background: #222;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity .2s;
}
.p-teaser-sales__all-btn:hover { background: linear-gradient(93deg, rgba(255, 211, 222, 1) -35.52%, rgba(255, 228, 108, 1) 3.05%, rgba(255, 100, 151, 1) 66.42%); color: #fff; text-decoration: none; opacity: 1; }

@media (min-width: 768px) {
  .p-teaser-sales {
    background: linear-gradient(45deg, #80E39A 3.96%, #50C153 88.32%);
    padding-top: 100px;
  }
  .p-teaser-sales__title-wrap {
    width: 630px;
    max-width: none;
    padding: 0;
  }
  .p-teaser-sales__title-wrap img {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .p-teaser-sales__body {
    border-radius: 150px 150px 0 0;
    padding: 104px 16px 100px;
    margin-top: -60px;
  }
  .p-teaser-sales__lead {
    max-width: 1140px;
    margin: 0 auto 48px;
  }
  .p-teaser-sales__lead-catch { font-size: 24px; margin-bottom: 20px; }
  .p-teaser-sales__lead-text  { font-size: 18px; }
  .p-teaser-sales__cards {
    flex-direction: row;
    gap: 16px;
    max-width: 640px;
    margin: 0 auto;
  }
  .p-teaser-sales__card { flex: 1; }
  .p-teaser-sales__card-title { font-size: 20px; }
  .p-teaser-sales__all { margin-top: 60px; }
}
@media (min-width: 1921px) {
  .p-teaser-sales,
  .p-history {
    background-size: 100% auto;
  }
}

/* フェードインアップ */
.js-fadein-center {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-fadein-center.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   キャンペーン：うめきた温泉 蓮
============================================================ */
.p-teaser-campaign {
  padding: 50px 16px;
}
.p-teaser-campaign__card {
  background: #f8f8f8;
  border-radius: 19px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
}
.p-teaser-campaign__cols {
  margin-top: -40px;
}
.p-teaser-campaign__title-wrap {
  margin: 0 0 20px;
  line-height: 0;
  text-align: center;
}
.p-teaser-campaign__title-sp {
  display: block;
  width: 69%;
  max-width: 272px;
  height: auto;
  margin: 0 auto;
}
.p-teaser-campaign__title-pc {
  display: none;
}
.p-teaser-campaign__lead {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 16px;
}
.p-teaser-campaign__logo {
  text-align: center;
  margin-bottom: 30px;
}
.p-teaser-campaign__logo img {
  width: 100%;
  max-width: 370px;
  height: auto;
}
.p-teaser-campaign__facility-desc {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  margin: 0 0 10px;
}
.p-teaser-campaign__price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.p-teaser-campaign__price-label {
  display: inline-block;
  border: 1px solid #f7292d;
  color: #f7292d;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 8px;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  bottom: -3px;
}
.p-teaser-campaign__price-num {
  margin: 0;
  color: #f7292d;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.p-teaser-campaign__price-num strong {
  font-size: 44px;
  font-weight: bold;
}
.p-teaser-campaign__slider {
}
@media (max-width: 767px) {
  .p-teaser-campaign__slider .slick-slider {
    margin-bottom: 16px;
  }
}
.p-teaser-campaign__dots .slick-dots {
  position: static;
  margin-top: 12px;
}
.p-teaser-campaign__dots .slick-dots li {
  width: 30px;
  height: 5px;
  margin: 0 4px;
}
.p-teaser-campaign__dots .slick-dots li button {
  width: 30px;
  height: 5px;
  padding: 0;
  background: #e0e0e0;
  border-radius: 100px;
}
.p-teaser-campaign__dots .slick-dots li button:before {
  display: none;
}
.p-teaser-campaign__dots .slick-dots li.slick-active button {
  background: #888888;
}
.p-teaser-campaign__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.p-teaser-campaign__feature-title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin: 16px 0 8px;
}
.p-teaser-campaign__feature-text {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  margin: 0;
}
.p-teaser-campaign__cta {
  text-align: center;
  margin-top: 32px;
}
.p-teaser-campaign__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 323px;
  min-height: 65px;
  border: 1px solid #222;
  border-radius: 100px;
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  padding: 12px 44px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
  transition: opacity .2s;
  cursor: pointer;
}
.p-teaser-campaign__cta-btn:hover {
  background: #222;
  color: #fff;
  opacity: 1;
}
.p-teaser-campaign__cta-btn::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.p-teaser-campaign__cta-btn.is-open::after {
  content: "\f068";
}
.p-teaser-campaign__cta-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.p-teaser-campaign__cta-panel.is-open {
  max-height: 2000px;
}
.p-teaser-campaign__routes-title {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  margin: 24px 0 16px;
}
.p-teaser-campaign__route-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-teaser-campaign__route-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #bbb;
}
.p-teaser-campaign__route-item + .p-teaser-campaign__route-item {
  margin-top: 20px;
}
.p-teaser-campaign__route-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-teaser-campaign__route-main {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icons name" "icons price";
  align-items: center;
  gap: 4px 10px;
  margin-bottom: 14px;
}
.p-teaser-campaign__route-icons {
  grid-area: icons;
  align-self: start;
  display: flex;
  gap: 4px;
}
.p-teaser-campaign__route-icon {
  display: block;
  width: 22px;
  height: 22px;
}
.p-teaser-campaign__route-name {
  grid-area: name;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin: 0;
  text-align: left;
}
.p-teaser-campaign__route-arrow {
  color: #999;
  font-size: 14px;
}
.p-teaser-campaign__route-price {
  grid-area: price;
  font-size: 18px;
  font-weight: bold;
  color: #f7292d;
  white-space: nowrap;
  margin: 0;
  text-align: right;
}
.p-teaser-campaign__route-price-num {
  font-size: 26px;
}
.p-teaser-campaign__route-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity .2s;
  white-space: nowrap;
}
.p-teaser-campaign__route-btn:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.p-teaser-campaign__notice {
  background: #eee;
  border-radius: 6px;
  padding: 16px 20px;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: left;
}
.p-teaser-campaign__notice-title {
  font-size: 13px;
  font-weight: bold;
  color: #444;
  margin: 0 0 10px;
}
.p-teaser-campaign__notice-list {
  list-style: disc;
  padding-left: 1.4em;
  margin: 0;
}
.p-teaser-campaign__notice-list li {
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}
.p-teaser-campaign__note {
  font-size: 12px;
  color: #222;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .p-teaser-campaign {
    padding: 70px 16px;
  }
  .p-teaser-campaign__card {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 70px 95px 27px;
  }
  .p-teaser-campaign__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 0;
  }
  .p-teaser-campaign__col-left {
    margin-top: -90px;
  }
  .p-teaser-campaign__col-right {
    min-width: 0;
  }
  .p-teaser-campaign__title-wrap {
    margin: 0 0 24px;
    line-height: 0;
  }
  .p-teaser-campaign__title-sp {
    display: none;
  }
  .p-teaser-campaign__title-pc {
    display: block;
    width: 100%;
    max-width: 366px;
    height: auto;
  }
  .p-teaser-campaign__lead {
    text-align: left;
    font-size: 20px;
    margin-bottom: 44px;
  }
  .p-teaser-campaign__facility-desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .p-teaser-campaign__slider {
    margin: 0;
  }
  .p-teaser-campaign__slider .slick-list {
    border-radius: 12px;
  }
  .p-teaser-campaign__cta-btn {
    max-width: 473px;
  }
  .p-teaser-campaign__cta-btn br {
    display: none;
  }
  .p-teaser-campaign__route-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 24px;
  }
  .p-teaser-campaign__route-item + .p-teaser-campaign__route-item {
    margin-top: 24px;
  }
  .p-teaser-campaign__route-main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    margin-bottom: 0;
  }
  .p-teaser-campaign__route-icons {
    grid-area: unset;
    align-self: auto;
    flex-shrink: 0;
  }
  .p-teaser-campaign__route-icon {
    width: 26px;
    height: 26px;
  }
  .p-teaser-campaign__route-name {
    grid-area: unset;
    flex: 1;
  }
  .p-teaser-campaign__route-price {
    grid-area: unset;
    text-align: left;
  }
  .p-teaser-campaign__route-btn {
    width: 120px;
  }
  .p-teaser-campaign__note {
    font-size: 14px;
  }
}

/* ============================================================
   WILLER's HISTORY
============================================================ */
/* SP */
.p-history {
  background: linear-gradient(88deg, #F7D572 24.7%, #FAB528 91.79%);
  padding-top: 24px;
}
.p-history__head {
  line-height: 0;
  position: relative;
  z-index: 2;
  margin-bottom: -60px;
}
.p-history__title-img {
  display: block;
  width: 81%;
  max-width: 321px;
  height: auto;
  margin: 0 auto;
}

.p-history__title-img--pc {
  display: none;
}
.p-history__title-overlay {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 211px;
  padding: 0 8px;
}
.p-history__title-overlay img {
  width: 100%;
  height: auto;
  display: block;
}.p-history__body {
  background: #fff;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 80px 16px 60px;
}
.p-history__subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 32px;
}
.p-history__flow-sp {
  display: block;
  width: 100%;
  max-width: 356px;
  height: auto;
  margin: 0 auto;
}
.p-history__flow-pc {
  display: none;
}
/* PC */
@media (min-width: 768px) {
  .p-history {
    padding-top: 55px;
  }
  .p-history__head {
    text-align: center;
    margin-bottom: -134px;
  }
  .p-history__title-img {
    width: 100%;
    max-width: 552px;
    height: auto;
    margin: 0 auto;
  }

  .p-history__title-img--sp {
    display: none;
  }
  .p-history__title-img--pc {
    display: block;
  }
  .p-history__title-overlay {
    width: 100%;
    max-width: 365px;
  }  .p-history__body {
    border-radius: 150px 150px 0 0;
    padding: 152px 40px 80px;
  }
  .p-history__subtitle {
    font-size: 26px;
    margin: 0 0 48px;
  }
  .p-history__flow-sp {
    display: none;
  }
  .p-history__flow-pc {
    display: block;
    width: 100%;
    max-width: 1084px;
    height: auto;
    margin: 0 auto;
  }
}

/* ===============================================
   p-sale-cta
=============================================== */
.p-sale-cta {
  background: linear-gradient(111deg, #FC83AE 13.91%, #FF5591 95.21%);
  padding: 40px 20px;
}
.p-sale-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.p-sale-cta__heading {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.p-sale-cta__lead {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 13px;
}
.p-sale-cta__lead-arrow {
  flex-shrink: 0;
  display: block;
}
.p-sale-cta__lead-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.p-sale-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  height: 65px;
  width: 100%;
  max-width: 360px;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.p-sale-cta__btn:hover {
  background: linear-gradient(93deg, rgba(255, 211, 222, 1) -35.52%, rgba(255, 228, 108, 1) 3.05%, rgba(255, 100, 151, 1) 66.42%);
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .p-sale-cta {
    padding: 60px 20px;
  }
  .p-sale-cta__heading {
    font-size: 22px;
  }
}

/* ===============================================
   p-history__flow 年表
=============================================== */
.p-history__flow {
  position: relative;
  padding: 0 0 24px;
}
.p-history__line-track {
  position: absolute;
  left: 30px;
  transform: translateX(-50%);
  top: 40px;
  bottom: 45px;
  width: 3px;
  overflow: hidden;
  z-index: 1;
}
.p-history__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(to bottom,
    #fdb51f, #f0b119 7%,
    #f26c06 14%, #ef5109 21%,
    #f12525 28%, #fb2470 35%,
    #ed3680 42%, #eb3bd3 49%,
    #733dc8 60%, #6f60f1 67%,
    #27b2d3 73%, #28d2ae 80%,
    #20c117 87%, #ccd533 93%,
    #dac705
  );
}
.p-history__item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  margin-bottom: 20px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.p-history__item:last-child {
  margin-bottom: 0;
}
.p-history__item-col {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.p-history__item-col.p-history__item-col--right::before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: currentColor;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: 0 50%;
  flex-shrink: 0;
  position: absolute;
  top: 52px;
  left: -20px;
}
.p-history__item-col.p-history__item-col--left::before {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: currentColor;
  transform: rotate(45deg) scaleX(0);
  transform-origin: 100% 50%;
  flex-shrink: 0;
  position: absolute;
  top: 52px;
  right: -20px;
}
.p-history__item-center {
  display: flex;
  justify-content: center;
  padding-top: 34px;
  position: relative;
  z-index: 2;
}
.p-history__item-node {
  width: 50px;
  height: 50px;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  flex-shrink: 0;
  display: block;
}
.p-history__item-node.is-visible {
  transform: scale(1);
  opacity: 1;
}
.p-history__item-head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 8px;
  gap: 2px;
  padding-bottom: 10px;
  padding-right: 24px;
  position: relative;
}
.p-history__item-head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: currentColor;
  width: 0;
}
.p-history__item-head--left::after {
  left: auto;
  right: 0;
}
.p-history__item-col--right:has(.js-history-card.is-visible) .p-history__item-head::after {
  animation: p-history-border-reveal 0.6s ease 0.4s forwards;
}
.p-history__item-col--right:has(.js-history-card.is-visible)::before {
  animation: p-history-line-reveal 0.4s ease forwards;
}
.p-history__item-col--left:has(.js-history-card.is-visible) .p-history__item-head::after {
  animation: p-history-border-reveal 0.6s ease 0.4s forwards;
}
.p-history__item-col--left:has(.js-history-card.is-visible)::before {
  animation: p-history-line-reveal-left 0.4s ease forwards;
}
@keyframes p-history-border-reveal {
  to { width: 100%; }
}
@keyframes p-history-line-reveal {
  to { transform: rotate(-45deg) scaleX(1); }
}
@keyframes p-history-line-reveal-left {
  to { transform: rotate(45deg) scaleX(1); }
}
.p-history__item-col--left {
  justify-content: flex-end;
}
.p-history__item-head--left {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 24px;
  order: 2;
}
.p-history__item-year {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 0 4px;
}
.p-history__item-year span {
  font-size: 16px;
}
.p-history__item-card {
  border-radius: 20px;
  padding: 16px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: relative;
}
.p-history__item-card--left {
  transform: translateX(-20px);
}
.p-history__item-card.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.p-history__item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-history__item-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.2;
}
.p-history__item-list li > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-history__item-list li + li {
  margin-top: 8px;
}
.p-history__item-list .fas {
  flex-shrink: 0;
  font-size: 18px;
  margin-top: 1px;
}
.p-history__item-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.p-history__item-sub {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
.p-history__item-episode {
  display: inline-block;
  align-self: flex-start;
  background: #fff;
  border: 1px solid #222;
  border-radius: 100px;
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-top: 8px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 4;
}
.p-history__item-episode:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.p-history__item-card--left .p-history__item-episode {
  align-self: flex-end;
}
@keyframes p-history-photo-spin {
  0% {
    transform: rotateY(0deg);
    animation-timing-function: ease-in-out;
  }
  33% { transform: rotateY(360deg); }
  100% { transform: rotateY(360deg); }
}
.p-history__item-photo {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  animation: p-history-photo-spin 3s infinite;
}
.p-history__item-photo--2011 {
  width: 120px;
  height: 120px;
  bottom: -120%;
  left: -35%;
  animation-delay: 0s;
}
.p-history__item-photo--2013-01 {
  width: 120px;
  height: 120px;
  top: -90%;
  right: -10%;
  animation-delay: 0.5s;
}
.p-history__item-photo--2013-02 {
  width: 100px;
  height: 100px;
  bottom: -70%;
  left: -15%;
  animation-delay: 1s;
}
.p-history__item-photo--2016 {
  width: 100px;
  height: 100px;
  top: -40%;
  right: 3%;
  animation-delay: 1.5s;
}
.p-history__item-photo--2017 {
  width: 100px;
  height: 100px;
  bottom: -40%;
  left: -10%;
  animation-delay: 2s;
}
.p-history__item-photo--2019 {
  width: 100px;
  height: 100px;
  bottom: -30%;
  right: 5%;
  animation-delay: 2.5s;
}
@media (min-width: 768px) {
  .p-history__item-episode {
    font-size: 18px;
  }
  .p-history__item--y2007 {
    margin-top: -40px;
    position: relative;
    z-index: 2;
  }
  .p-history__item--y2008 {
    margin-top: -80px;
    position: relative;
    z-index: 1;
  }
  .p-history__item--y2009 { margin-top: -60px; }
  .p-history__item--y2010 { margin-top: -100px; }
  .p-history__item--y2011 { margin-top: -100px; }
  .p-history__item--y2012 { margin-top: -40px; }
  .p-history__item--y2013 { margin-top: -40px; }
  .p-history__item--y2016 { margin-top: -40px; }
  .p-history__item--y2017 { margin-top: -40px; }
  .p-history__item--y2019 { margin-top: -40px; }
  .p-history__item--y2023 { margin-top: -40px; }
  .p-history__item--y2024 { margin-top: -40px; }
  .p-history__item--y2025 { margin-top: -40px; }
  .p-history__item--y2026 { margin-top: -40px; }
}
@media (min-width: 1141px) {
  .p-history__item--y2006 .p-history__item-card { width: 334px; }
  .p-history__item--y2007 .p-history__item-card { width: 315px; }
  .p-history__item--y2008 .p-history__item-card { width: 296px; }
  .p-history__item--y2009 .p-history__item-card { width: 315px; }
  .p-history__item--y2010 .p-history__item-card { width: 383px; }
  .p-history__item--y2011 .p-history__item-card { width: 229px; }
  .p-history__item--y2012 .p-history__item-card { width: 371px; }
  .p-history__item--y2013 .p-history__item-card { width: 315px; }
  .p-history__item--y2016 .p-history__item-card { width: 371px; }
  .p-history__item--y2017 .p-history__item-card { width: 315px; }
  .p-history__item--y2019 .p-history__item-card { width: 343px; }
  .p-history__item--y2023 .p-history__item-card { width: 315px; }
  .p-history__item--y2024 .p-history__item-card { width: 371px; }
  .p-history__item--y2025 .p-history__item-card { width: 315px; }
  .p-history__item--y2026 .p-history__item-card { width: 315px; }
}
/* SP: 左タイムライン＋全アイテム右カード */
@media (max-width: 767px) {
  .p-history__item {
    grid-template-columns: 60px 1fr;
    margin-bottom: 16px;
  }
  .p-history__item-center {
    grid-column: 1;
    grid-row: 1;
    padding-top: 36px;
    justify-content: center;
  }
  /* 右側アイテム（左colが空）: 右colを列2に */
  .p-history__item-col--left:empty {
    display: none;
  }
  .p-history__item-col--right:empty {
    display: none;
  }
  .p-history__item-col--right:not(:empty) {
    grid-column: 2;
    grid-row: 1;
  }
  /* 左側アイテム（右colが空）: 左colを列2に */
  .p-history__item-col--left:not(:empty) {
    grid-column: 2;
    grid-row: 1;
  }
  .p-history__item-head--left {
    padding-left: 0;
  }
  .p-history__item-head--left::after {
    left: 0;
    right: auto;
  }
  .p-history__item-card--left {
    transform: translateX(20px);
  }
  .p-history__item-col {
    display: block;
  }
  .p-history__item-col.p-history__item-col--left::before {
    transform: rotate(-45deg) scaleX(0);
    transform-origin: 0 50%;
    top: 52px;
    right: auto;
    left: -20px;
  }
  .p-history__item-col.p-history__item-col--left:has(.js-history-card.is-visible)::before {
    animation: p-history-line-reveal 0.4s ease forwards;
  }
  .p-history__item-head {
    display: block;
    width: 50%;
    padding-bottom: 4px;
    margin-bottom: 12px;
    position: relative;
    top: -6px;
  }
  .p-history__item-card {
    margin: 0 0 0 auto;
    width: calc(100% - 14px);
    border-radius: 20px;
  }
  .p-history__item-photo {
    width: 80px;
    height: 80px;
    top: auto;
    left: auto;
    bottom: -20%;
    right: -10px;
  }
  .p-history__item-photo--2013-01 {
    top: -20%;
    bottom: auto;
  }
  .p-history__item-card--left .p-history__item-episode {
    align-self: flex-start;
  }
  .p-history__item--y2011 .p-history__item-list li:last-child,
  .p-history__item--y2013 .p-history__item-list li:last-child,
  .p-history__item--y2016 .p-history__item-list li:last-child,
  .p-history__item--y2017 .p-history__item-list li:last-child,
  .p-history__item--y2019 .p-history__item-list li:last-child {
    padding-right: 50px;
  }
  .p-history__item--y2013 .p-history__item-list li:first-child {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .p-history__flow {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .p-history__line-track {
    left: 50%;
    width: 4px;
  }
  .p-history__item {
    grid-template-columns: 1fr 70px 1fr;
    margin-bottom: 36px;
  }
  .p-history__item-center {
    padding-top: 32px;
  }
  .p-history__item-node {
    width: 50px;
    height: 50px;
  }
  .p-history__item-head {
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin-bottom: 8px;
  }
  .p-history__item-head--left {
    flex-direction: row-reverse;
    align-items: center;
  }
  .p-history__item-year {
    font-size: 24px;
    padding: 0 8px;
    line-height: 1;
  }
  .p-history__item-year span {
    font-size: 16px;
  }
  .p-history__item-card {
    border-radius: 20px;
    padding: 16px;
    transform: translateX(30px);
  }
  .p-history__item-card--left {
    transform: translateX(-30px);
  }
  .p-history__item-list li {
    font-size: 16px;
  }
  .p-history__item-list .fas {
    font-size: 18px;
  }
  .p-history__item-sub {
    font-size: 14px;
  }
}

/* スクロールカラーアニメーション */
.js-colorize-section,
.js-colorize-img,
.js-colorize-center {
  filter: grayscale(1);
  transition: filter 1.2s ease;
}
.js-colorize-section.is-visible,
.js-colorize-img.is-visible,
.js-colorize-center.is-visible {
  filter: grayscale(0);
}

/* ============================================================
   アニメーション（トップページ）
============================================================ */

/* sale02：5 × 2 拡大縮小アニメーション */
.p-teaser-sales__card-economy {
  position: relative;
  display: inline-block;
}
.p-teaser-sales__card-55 {
  position: absolute;
  bottom: 0;
  left: 18%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-teaser-sales__card--02 .p-teaser-sales__card-55 img {
  height: 55px;
  width: auto;
}
@keyframes anim-5-pulse {
  0%        { transform: scale(1); }
  10%       { transform: scale(1.2); }
  20%, 100% { transform: scale(1); }
}
.js-anim-5--first {
  animation: anim-5-pulse 4s ease-in-out infinite;
}
.js-anim-5--second {
  animation: anim-5-pulse 4s ease-in-out infinite;
  animation-delay: 0.25s;
}

/* 5円コイン：水平2回転 → 止まる × 2 ループ */
@keyframes spin-y-twice {
  0%   { transform: rotateY(0deg); }
  25%  { transform: rotateY(720deg); }
  50%  { transform: rotateY(720deg); }
  75%  { transform: rotateY(1440deg); }
  100% { transform: rotateY(1440deg); }
}
.js-anim-spin5yen {
  animation: spin-y-twice 6s linear infinite;
}

/* 62off：スクワッシュ＆ストレッチ → 3秒停止 ループ（計5秒） */
@keyframes bounce-pyon {
  0%   { transform: translateY(0) scale(1); }
  4%   { transform: translateY(0) scaleX(1.2) scaleY(0.8); }
  10%  { transform: translateY(-22px) scaleX(0.88) scaleY(1.12); }
  16%  { transform: translateY(0) scaleX(1.18) scaleY(0.82); }
  21%  { transform: translateY(-14px) scaleX(0.92) scaleY(1.08); }
  26%  { transform: translateY(0) scaleX(1.12) scaleY(0.88); }
  30%  { transform: translateY(-6px) scaleX(0.96) scaleY(1.04); }
  36%  { transform: translateY(0) scale(1); }
  100% { transform: translateY(0) scale(1); }
}
.js-anim-bounce62off {
  animation: bounce-pyon 5s linear infinite;
}

/* === p-history Episode modal === */
.p-history-modal .modal-dialog {
  max-width: 600px;
  margin: 40px auto;
}
.p-history-modal .modal-content {
  border-radius: 12px;
  border: none;
  overflow: hidden;
}
.p-history-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 2px dashed #FF5591;
}
.p-history-modal__title-icon {
  width: 71px;
  height: auto;
}
.p-history-modal .modal-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.p-history-modal .close {
  padding: 0;
  margin: 0;
  opacity: 1;
  background: none;
  border: none;
  line-height: 1;
}
.p-history-modal .close img {
  width: 37px;
  height: auto;
}
.p-history-modal .close:hover {
  opacity: 0.6;
}
.p-history-modal .modal-body {
  padding: 24px;
}
.p-history-modal .modal-body p {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-history-modal .modal-dialog {
    margin: 20px 16px;
  }
}