@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* =========================
   リセット（必要最低限）
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  text-align: center;
  background-image: url("../img/bg.jpg");
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}




/* ---------------------------------------------------
layout
---------------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,0.3);
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .l-container {
    width: 100%;
  }
}


/* =========================
   Language Switch（最終版）
========================= */
/* 右上に固定 */
.lang-switch {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

/* ボタン本体（＝伸びる箱） */
.lang-trigger {
  width: 120px;          /* 画像に合わせる */
  height: 30px;          /* 初期高さ（画像分） */
  padding: 5px 10px 15px 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; /* ← 上に固定 */
  overflow: hidden;      /* 中身を隠す */
  transition: height 0.35s ease;
  /* 左下だけ角丸 */
  border-radius: 0 0 0 20px;
}

/* トリガー画像 */
.lang-trigger-img {
  width: 90%;
  display: block;
}

/* 言語リスト */
.lang-items {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

.lang-items li {
  padding: 10px 0;
  font-size: 12px;
  color: #666;
  border-top: 1px dotted #bbb;
}

/* ✅ ここが重要 */
.lang-items a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.lang-items a:hover {
  background-color: rgba(0, 91, 170, 0.08);
}


/* 開いたとき：ボタン自体が伸びる */
.lang-switch.is-open .lang-trigger {
  height: 230px; /* 中身が全部出る高さ */
}
/* PCだけ：LP幅に合わせて寄せる */
@media screen and (min-width: 768px) {
  .lang-switch {
    right: calc(50% - 195px); /* 390px / 2 */
  }
}








/* ----------------------------------------------------
Object - Project
---------------------------------------------------- */
.p-header {
  background: #28a9e0;
  position: relative;
}

.p-header__inner {
  height: 440px;
  position: relative; /* ← 超重要 */
}

/* タイトル */
.p-header__title {
  width: 100%;
  margin: 0 auto;
}

/* 説明文 */
.p-header__desc {
  margin: 22px auto;
  color: #fff;
  font-size: 1.6rem;
  width: 280px;
  line-height: 2;
}

/* イラスト周り */
.p-header__illust-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
}

.p-header__illust {
  position: absolute;
  bottom: 22px;
  width: 100%;
  z-index: 2;
}

.illust_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #b5b5b5;
  z-index: 1;
}

/* 英語バナー全体 */

.english-banner {
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 40px;
}

.english-banner__inner {
  max-width: 340px;
  margin: 0 auto;
}

.english-banner__main {
  color: #28a9e0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  word-break: break-word;   /* 英語の変なはみ出し防止 */
}


/* 強調色（黄色） */
.english-banner__main span {
  color: #ffd200;
}

/* サブコピー */
.english-banner__sub {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}



/* Web-Transer 自動言語セレクタを非表示 */
#hp_transer_selector,
.hp_transer_selector,
.hp_transer_lang,
#hp_transer_lang {
  display: none !important;
}
 



.payment-area {
  background: #ccecfa;
  padding: 40px 25px 25px;
}

/* タイトル */
.payment-title {
  text-align: center;
  margin-bottom: 20px;
}

.payment-title-small {
  display: block;
  font-size: 1.8rem;
  color: #28a9e0;
  margin-bottom: 2px;
  letter-spacing: 0.1em;
}

.payment-title-main {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.payment-card {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
}

.payment-head {
  background: #28a9e0;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px;
}

.payment-image {
  max-width: 100%;
  height: auto;
  padding: 20px;
  margin: 0 auto;
}

/* 英語バナーだけを最初は非表示にする（多言語時のみ出す） */
.english-banner {
  display: none !important;
}

/* 支払いエリアは「常に表示」する（noneを削除） */
.payment-area {
  background: #ccecfa;
  padding: 50px 25px;
  display: block !important; /* 強制的に常に表示させる */
}

/* 多言語（英語・中・韓・タイ）の時だけ、英語バナーを表示させる */
html[lang^="en"] .english-banner,
html[lang^="zh"] .english-banner,
html[lang^="ko"] .english-banner,
html[lang^="th"] .english-banner {
  display: block !important;
}
/* =========================
   見出し
========================= */

.l-main{
  margin-top: 50px;
}

.city{
  margin-top: 40px;
}

.heading {
  position: relative;
  text-align: center;
  padding: 40px 0 20px;
}

.heading-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5.4rem;
  color: #005baa;
  opacity: 0.1;
  font-weight: 500;
}

.heading-main {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1f5c99;
}

.heading-line {
  width: 100px;
  height: 2px;
  background: #1f5c99;
  margin: 20px auto 0;
}

/* =========================
   ロッカー
========================= */
.locker {
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 20px;
}

.locker-head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
}

.locker-head__icon {
  font-size: 6rem;
  font-weight: bold;
  color: #ccecfa;
}

.locker-head__text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.02em;
}


/* =========================
   画像
========================= */
.locker-image {
  aspect-ratio: 2 / 1;
  overflow: hidden;
  margin: 12px 0;
}

.locker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   Swiper
========================= */
.swiper {
  width: 100%;
  overflow: hidden;
}

.locker-slider {
  margin-bottom: 10px;
}

.locker-slider .swiper-wrapper {
  display: flex;
}

.locker-slider .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}

/* ドット */
.swiper-pagination {
  position: static;
  margin-top: 5px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #666;
}

/* =========================
   説明
========================= */
.locker-desc {
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
  margin-bottom: 20px;
}

/* =========================
   テーブル
========================= */
.locker-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 1.2rem;
  table-layout: fixed;
}

.locker-table th {
  background: #005baa;
  color: #fff;
  padding: 12px;
  border: 1px solid #fff;
  overflow-wrap: break-word;
}

.locker-table td {
  text-align: center;
  padding: 14px;
  border: 1px solid #fff;
  color: #005baa;
  overflow-wrap: break-word;
}

.locker-table tr:nth-child(odd) td {
  background: #ccdeee;
}

.locker-table tr:nth-child(even) td {
  background: #e5eff6;
}

/* =========================
   下情報
========================= */
.locker-info {
  text-align: left;
}

.locker-info p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.label {
  background: #ccecfa;
  padding: 2px 6px;
  margin-right: 6px;
  color: #005baa;
  flex-shrink: 0;
}

.content {
  flex: 1;
  padding: 2px 0;
  line-height: 0,2em;
}

.row {
  display: flex;
  align-items: flex-start;
}


/* ボタン */
.btn-shine {
  margin: 20px auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 30px;
  background: #005baa;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
  max-width: 390px;
}

/* 背景スライド */
.btn-shine::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #28a9e0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 0;
}

/* hover */
.btn-shine:hover::before {
  transform: translateX(0);
}

.btn-shine:hover {
  color: #fff;
}

/* 中身を前面に */
.btn-text,
.btn-arrow {
  position: relative;
  z-index: 1;
}

/* 矢印アニメーション */
.btn-arrow {  
  font-size: 0.6rem;
  transition: transform 0.3s ease;
}

.btn-shine:hover .btn-arrow {
  transform: translateX(6px);
}


/* =========================
   オレンジテーマ
========================= */
.parks {
  margin-top: 40px;
}

.heading--orange .heading-bg {
  color: #f59e0b;
}

.heading--orange .heading-main {
  color: #f2970e;
}

.heading--orange .heading-line {
  background: #f2970e;
}

.locker--orange .locker-head__icon {
  color: #fff6b7;
}

.locker--orange .locker-table th {
  background: #f2970e;
}

.locker--orange .locker-table td {
  color: #f2970e;
}

.locker--orange .locker-table tr:nth-child(odd) td {
  background: #fdeed9;
}

.locker--orange .locker-table tr:nth-child(even) td {
  background: #fef7ec;
}

.locker-info .label {
  background: #ccecfa;
  color: #005baa;
}

.locker--orange .locker-info .label {
  background: #fef3b9;
  color: #f2970e;
}

.locker--orange .btn-shine {
  background: #f2970e;
}

.locker--orange .btn-shine::before{
  background: #ffce00;
}

/* =========================
   footer
========================= */

.coupon-banner {
  text-align: center;
  margin: 40px auto 60px;
  padding: 15px 20px !important;
  display: flow-root; /* これでロゴとの被りを防止 */
}


.coupon-banner img {
  display: block;
  filter: brightness(1.05);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.coupon-banner a:hover img {
  transform: scale(1.02);
  filter: brightness(1.1);
}



/* 英語バナーだけを最初は非表示にする（多言語時のみ出す） */
.coupon-banner {
  display: none !important;
}

/* 多言語（英語・中・韓・タイ）の時だけ、英語バナーを表示させる */
html[lang^="en"] .coupon-banner,
html[lang^="zh"] .coupon-banner,
html[lang^="ko"] .coupon-banner,
html[lang^="th"] .coupon-banner {
  display: block !important;
}



.p-footer__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer__logo-item {
  width: 40px;
  margin-right: 12px;
}

.p-footer__logo-list {
  list-style: none;
  padding: 0;
  margin: 60px auto 0;
}

.p-footer__copyright {
  margin-top: 35px;
  font-family: Jost, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}


/* =========================
   ページトップ
========================= */
@media screen and (width <= 960px) {
  .p-navi__left-catchcopy {
    font-size: 1.6rem;
  }
}
.p-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: scrollin 0.5s forwards;
  animation: scrollin 0.5s forwards;
}
@media screen and (width <= 768px) {
  .p-to-top {
    width: 45px;
    height: 45px;
  }
}

