/* 共通 */
.sponly {
  display: none;
}

@media screen and (max-width:668px) {
  .sponly {
    display: block;
  }
}

.top_btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.top_btn a {
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 16px 10px;
  background-color: #FDDC0E;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.top_btn a:hover {
  opacity: 0.7;
}

.top_btn img {
  width: 20px !important;
  height: 20px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1100px) {
  .top_btn {
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .top_btn a {
    font-size: 13px;
    padding: 10px;
  }

  .top_btn.is-show {
    opacity: 1;
    pointer-events: auto;
  }

  .top_btn img {
    width: 16px !important;
    height: 16px !important;
  }
}

.anker-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  width: 90%;
  margin: 50px auto;
}

.anker-link li {
  margin-right: 6%;
  margin-bottom: 10px;
}

.anker-link li:last-child {
  margin-right: 0;
}

.anker-link li a {
  border-bottom: 4px solid #eee;
  padding-bottom: 5px;
  font-weight: 600;
}

@media screen and (max-width:668px) {
  .anker-link li a {
    font-size: 14px;
  }
}

/* USE CACES */
.subject {
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.subject .sub {
  margin-bottom: 10px;
  display: inline-block;
  background-color: #055f8c;
  color: #fff;
  font-size: 1.7rem;
  padding: 4px 30px;
  width: 250px;
  border-radius: 30px;
  ;
}

.subject .comment {
  font-size: 2.5rem;
  font-weight: 600;
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}

.subject .comment span {
  font-size: 2rem;
  line-height: 1.6;
  display: inline-block;
  margin-top: 5px;
}

.subject.sub.btn-sub {
  margin-top: 0;
}

.aboutArea .sub {
  border-radius: 30px;
  margin-top: 50px;
}

.illust.sec {
  margin-top: 60px !important;
}

@media screen and (max-width:668px) {
  .illust.sec {
    margin-top: 30px !important;
  }

  .subject .comment {
    font-size: 2rem;
  }

  .subject .comment span {
    font-size: 1.6rem;
  }
}

.column-wrap {
  display: flex;
  justify-content: center;
  /* 中央寄せ */
  align-items: stretch;
  /* 高さを揃える */

  /* 1. セクション同士の間の余白 */
  gap: 40px;
  /* ここで3つの箱の間の隙間を調整 */

  /* 2. 画面全体の左右の余白 */
  max-width: 1200px;
  /* コンテンツの最大幅を決める */
  margin: 0 auto;
  /* 左右中央に配置 */
  padding: 0 20px;
  /* スマホなどで端がくっつかないように */

}

@media screen and (max-width:668px) {
  .column-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.column {
  flex: 1;
  /* 3つを均等な幅にする */
  display: flex;
  flex-direction: column;
  /* 縦並び */
  /* 必要であれば背景色や枠線を足すと余白が分かりやすくなります */
}

.column.sec {
  flex: none !important;
}

@media screen and (max-width:668px) {
  .column {
    width: 100% !important;
  }
}

.column .comment {
  flex-grow: 1;
  /* 文章が短くても下の画像を押し下げる */
  margin-bottom: 24px;
  /* テキストと画像の間の隙間 */
}

.column .illust {
  text-align: center;
  /* 画像を中央に */
  padding-top: 10px;
}

.column .illust img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.arrow {
  width: 32px;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* HOWTOUSE */
.howtouse {
  background: #055f8c;
  padding: 70px 0;
}

#howtouse+h3 {
  margin-bottom: 0 !important;
}

.howtosection.first {
  margin-bottom: 60px;
}

.airplane img {
  width: 55px;
  height: 32px;
}

.airplane-ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.comment-txt {
  margin-bottom: 16px;
}

.comment-txt span {
  font-size: 15px;
}

.mn-txt {
  font-size: 13px !important;
}

.detail {
  font-size: 12px !important;
}

@media (max-width: 1200px) {
  .comment-txt-span {
    font-size: clamp(15px, 1.4166666667vw, 100px) !important;
  }

  .comment-txt span {
    font-size: clamp(13px, 1.3vw, 100px);
  }
}

.step-bottom {
  background: #fff;
  padding: 10px;
}

.step-bottom-ttl {
  font-size: 17px;
  position: relative;
  text-align: center;
}

.step-bottom-ttl::after {
  content: "";
  height: 3px;
  width: 60px;
  background: #055f8c;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.step-bottom-txt {
  margin-top: 16px;
  font-size: 15px;
  text-align: center;
}

.step-blk {
  background: #f5f5f5;
  border-radius: 20px;
  padding: max(30px, 2vw) max(20px, 2vw);
}

.site-img {
  display: flex;
  justify-content: center;
}

.site-img.first {
  justify-content: left;
}

.site-img.sec img {
  width: 50% !important;
}

.map {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.map img {
  width: 12px !important;
  margin-right: 5px;
}

.code {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.code-big-wrap {
  display: flex;
  justify-content: center;
  align-items: center;

}

@media screen and (max-width:780px) {
  .code-big-wrap {
    flex-direction: column;
  }

  .code {
    font-size: 14px;
  }
}

.code-big {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}

.copy-text {
  font-size: 45px;
  font-weight: 700;
}

@media screen and (max-width:890px) {
  .code-big {
    font-size: 38px;
    margin-bottom: 16px;
  }

  .copy-text {
    font-size: 38px;
  }
}

@media screen and (max-width:780px) {
  .code-big {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .copy-text {
    font-size: 32px;
  }
}

@media screen and (max-width:480px) {
  .code-big {
    font-size: 20px;
  }

  .copy-text {
    font-size: 20px;
  }
}

.btn-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  margin-left: 20px;
  font-weight: 600;
  /* transition: 0.3s; */
}

@media screen and (max-width:780px) {
  .btn-copy {
    nav-left: 0;
  }
}

.btn-copy a {
  color: #055f8c;
  padding: 8px 28px;
}

.btn-copy img {
  width: 18px !important;
  position: relative;
  bottom: 3px;
  left: 5px;
}

.yellow-btn {
  max-width: 400px;
  width: 90%;
  margin: 60px auto 0;
}

.yellow-btn a {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  border-radius: 30px;
  background-color: #FFCC00;
  color: #000;
  transition: 0.3s;
}

.yellow-btn a:hover {
  transform: translateY(-5px);
}

.rulesArea {
  padding-bottom: 100px;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.rulesAreaul {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.reulesAreali:first-child {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.kiyaku {
  margin-top: 30px;
  display: inline-block;
  background-color: #055f8c;
  color: #fff;
  font-size: 1.7rem;
  padding: 15px 10px;
  width: 250px;
  text-align: center;
  border-radius: 30px;
}

.kiyaku:hover {
  opacity: 0.7;
}


.info-list {
  list-style: none;
  /* デフォルトのポッチを消す */
  padding: 0;
  margin: 0;
}

.info-list li {
  position: relative;
  padding-left: 1.5em;
  /* 記号分の余白を確保 */
  line-height: 1.8;
  /* 行間を広げて読みやすく */
  /* リスト同士の隙間 */
  border-bottom: 1px solid #b0adad;
  padding: 16px 0;
  margin-right: 0 !important;
}

@media screen and (max-width: 668px) {
  .info-list li {
    width: 100% !important;
  }
}

.contact {
  text-align: center;
  margin-top: 50px;
}

.contact-txt {
  background: linear-gradient(transparent 60%, #FDDC0E 30%);
  display: inline;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 668px) {
  .contact {
    margin-bottom: 50px;
  }

  .contact-txt {
    font-size: 16px;
  }
}

/* モーダル */
/* モーダル本体（初期状態） */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;

  /* 初期は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

/* JSでこのクラスが付与されたら表示 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* 背景の暗転部分 */
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  cursor: pointer;
}

.modal-wrapper {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 12px;
  transform: scale(0.9);
  /* 少し小さくしておく */
  transition: transform 0.4s;
}

.modal-content {
  text-align: center;
}

/* 表示時のアニメーション */
.modal.is-active .modal-wrapper {
  transform: scale(1);
}

.close {
  position: absolute;
  top: -10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #000;
}

/* ボタンのデフォルト枠消し */
.js-modal-open {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.bottom-txt {
  text-align: right;
}

.bottom-txt p {
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
}

.copy-value {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  /* margin-left: 20px; */
  font-weight: 600;
  padding: 10px 20px;
  color: #055f8c;
}

/* Tooltip */
.tooltip::after {
  content: "Copied";
  background: #fff;
  display: inline-block;
  color: #055f8c;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%, 0);
  font-size: 14px;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
  width: 130px;
  text-align: center;
}

/* Animation */
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}

.reserve {
  position: relative;
}

.reserve::after {
  content: "";
  background-image: url(../images/done.png);
  width: 120px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: -160%;
}

@media screen and (max-width:980px) {
  .reserve::after {
    width: 90px;

  }
}

@media screen and (max-width:780px) {
  .reserve::after {
    width: 60px;
  }
}

@media screen and (max-width:668px) {
  .reserve::after {
    width: 100px;
    left: -180%;
  }
}

.faq-btn-wrap {
  text-align: center;
}

.faq-btn {
  display: inline-block;
  background-color: #055f8c;
  color: #fff;
  font-size: 1.7rem;
  padding: 15px 15px;
  text-align: center;
  border-radius: 30px;
}

.faq-btn:hover {
  opacity: 0.7;
}