@charset "utf-8";
/* BLACK FRIDAY
-------------------------------*/
/*設定
--------------------*/ :root {
  --black: #222222;
  --white: #fff;
  --lightGray: #E2E2E2;
  --pink: #FF049F;
  --green: #29FF03;
  --green-2: #2BCB0F;
  --blue: #02A0A8;
  --blue-2: #40D6ED;
  --yellow: #FBFF00;
  --yellow-2: #C1A320;
  --purple: #2D0E67;
}
article {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--black);
  margin: 0 auto;
}
.yellow {
  color: var(--yellow);
}
/*共通 パーツ
-------------------------------*/
/*ヘッダー*/
body {}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
small {
  font-size: 70%;
}
p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;	
}
/* Contents
---------------------------------------------*/
#blackfriday-wrap {
  background: #000000 url("/static/img/campaign/blackfriday/bg-bf.webp") repeat;
  background-size: contain;
	position: relative;
}
#main-contents {
  width: 100%;
  max-width: 480px;
  background: #000;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  color: #fff;
}

#pc-menu-area{
		display: none;
	}


@media screen and (min-width: 1200px) {
    #sp-menu.onsale-box {
      display: none;
    }
	#pc-menu-area{
      display: block;
      position: sticky;
      top: 0; /* ページ上部から少し下に */
      left: 8%;
      align-self: flex-start;
      z-index: 10;
      width: 360px;
	}
	#pc-menu-area .pc-menu dt {
		text-align: left;
		padding-top: 20px;
	}
	#pc-menu-area .pc-menu dt img{
		width: 340px;
	}
	
	#pc-menu-area .pc-menu dd img{
		height: 85px;
	}	
	#main-contents{
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.3);}
}




.mv-wrap {
  position: relative;
  width: 100%; /* 背景に応じて調整 */
  max-width: 1200px; /* 実際の画像横サイズに合わせて変更してください */
  margin: 0 auto;
}
.mv-wrap img.bg-main {
  display: block;
  width: 100%;
  height: auto;
}
/*BLACK FRIDAY */
.neon-red {
  overflow: visible;
  padding: 20px;
  width: 52%;
  position: absolute;
  top: 25%;
  left: 23%;
}
/*42%OFF */
.neon-badge {
  position: absolute;
  display: inline-block;
  width: 25%;
  top: 32%;
  right: 10px;
}
.neon-badge img {
  display: block;
  width: 100px;
  height: auto;
  animation: neonFlicker 1.5s infinite alternate;
  filter:
    drop-shadow(0 0 10px rgba(228, 32, 135, 0.8)) drop-shadow(0 0 20px rgba(228, 32, 135, 0.6)) drop-shadow(0 0 30px rgba(228, 32, 135, 0.4)) drop-shadow(0 0 40px rgba(228, 32, 135, 0.2)) brightness(1.3);
}
/* ネオンチカチカアニメーション */
@keyframes neonFlicker {
  0%, 100% {
    filter:
      drop-shadow(0 0 1px rgba(228, 32, 135, 0.6)) drop-shadow(0 0 5px rgba(228, 32, 135, 0.4)) drop-shadow(0 0 10px rgba(228, 32, 135, 0.2)) brightness(1.1);
    opacity: 0.7;
  }
  10% {
    filter:
      drop-shadow(0 0 5px rgba(228, 32, 135, 1)) drop-shadow(0 0 15px rgba(228, 32, 135, 0.5)) drop-shadow(0 0 25px rgba(228, 32, 135, 0.4)) drop-shadow(0 0 30px rgba(228, 32, 135, 0.3)) brightness(1.5);
    opacity: 1;
  }
  20% {
    filter:
      drop-shadow(0 0 1px rgba(228, 32, 135, 0.5)) drop-shadow(0 0 5px rgba(228, 32, 135, 0.4)) drop-shadow(0 0 15px rgba(228, 32, 135, 0.1)) brightness(1.2);
    opacity: 0.65;
  }
  30% {
    filter:
      drop-shadow(0 0 5px rgba(228, 32, 135, 1)) drop-shadow(0 0 30px rgba(228, 32, 135, 0.6)) drop-shadow(0 0 50px rgba(228, 32, 135, 0.4)) drop-shadow(0 0 60px rgba(228, 32, 135, 0.2)) brightness(1.6);
    opacity: 1;
  }
  50% {
    filter:
      drop-shadow(0 0 2px rgba(228, 32, 135, 0.7)) drop-shadow(0 0 5px rgba(228, 32, 135, 0.5)) drop-shadow(0 0 10px rgba(228, 32, 135, 0.3)) brightness(1.4);
    opacity: 0.75;
  }
  70% {
    filter:
      drop-shadow(0 0 4px rgba(228, 32, 135, 1)) drop-shadow(0 0 10px rgba(228, 32, 135, 0.5)) drop-shadow(0 0 15px rgba(228, 32, 135, 0.4)) brightness(1.5);
    opacity: 1;
  }
}
.sale-label {
  position: absolute;
  bottom: 19%;
  left: 35%;
  width: 24%;
}
.bigchance {
  width: 70%;
  margin: -20px auto 0;
}
/* キャンペーンメニュー */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
  margin: -20px 5% 10px;
}
.menu-wrap {
  border: 3px solid;
  border-radius: 15px;
  padding: 10px 0;
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}
.menu-bussale {
  color: #10E5F1;
}
.menu-coupon {
  color: var(--pink);
}
.menu-bushotel {
  color: var(--green);
}
.menu-challenge {
  color: var(--yellow);
}
.onsale {
  margin-top: 10px;
}
.onsale .menu-wrap {
  color: var(--white);
  padding: 4px 0 16px;
  line-height: 18px;
}
.onsale a {
  position: relative;
  display: block;
}
.onsale a:hover {
  opacity: 1;
}
.onsale a::before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 900;
  content: "\f107";
  transform: translate(-50%, 0);
  bottom: 0;
  color: var(--white);
  font-size: 20px;
  z-index: 2;
}
.onsale .menu-bussale .menu-wrap {
  background: var(--blue);
  outline: 1px solid #fff;
  outline-offset: -3px;
  border: none;
}
.onsale .menu-bussale a:hover .menu-wrap {
  box-shadow: 0 6px 10px 2px rgba(60, 194, 235, 0.5), -2px 2px 10px rgba(60, 194, 235, 0.5), 2px -2px 10px rgba(60, 194, 235, 0.5), -2px -2px 10px rgba(60, 194, 235, 0.5);
}
.onsale .menu-coupon .menu-wrap {
  background: var(--pink);
  outline: 1px solid #fff;
  outline-offset: -3px;
  border: none;
}
.onsale .menu-coupon a:hover .menu-wrap {
  box-shadow: 0 6px 10px 2px rgba(255, 4, 159, 0.5), -2px 2px 10px rgba(255, 4, 159, 0.5), 2px -2px 10px rgba(255, 4, 159, 0.5), -2px -2px 10px rgba(255, 4, 159, 0.5);
}
.onsale .menu-bushotel .menu-wrap {
  background: var(--green-2);
  outline: 1px solid #fff;
  outline-offset: -3px;
  border: none;
}
.onsale .menu-bushotel a:hover .menu-wrap {
  box-shadow: 0 6px 10px 2px rgba(43, 203, 15, 0.5), -2px 2px 10px rgba(43, 203, 15, 0.5), 2px -2px 10px rgba(43, 203, 15, 0.5), -2px -2px 10px rgba(43, 203, 15, 0.5);
}
.onsale .menu-challenge .menu-wrap {
  background: #D4B21B;
  outline: 1px solid #fff;
  outline-offset: -3px;
  border: none;
}
.onsale .menu-challenge a:hover .menu-wrap {
  box-shadow: 0 6px 10px 2px rgba(212, 178, 27, 0.5), -2px 2px 10px rgba(212, 178, 27, 0.5), 2px -2px 10px rgba(212, 178, 27, 0.5), -2px -2px 10px rgba(212, 178, 27, 0.5);
}
.bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 5px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.bubble::before, .bubble::after {
  content: '';
  width: 2px;
  height: 25px;
  display: block;
  bottom: 0;
  position: absolute;
}
.bubble::before {
  transform: rotate(-30deg);
  left: 3%;
}
.bubble::after {
  transform: rotate(30deg);
  right: 3%;
}
.menu-bussale .bubble::before, .menu-bussale .bubble::after {
  background: #10E5F1;
}
.menu-coupon .bubble::before, .menu-coupon .bubble::after {
  background: var(--pink);
}
.menu-bushotel .bubble::before, .menu-bushotel .bubble::after {
  background: var(--green);
}
.menu-challenge .bubble::before, .menu-challenge .bubble::after {
  background: var(--yellow);
}
.onsale .menu-challenge .bubble::before, .onsale .menu-challenge .bubble::after {
  background: #D4B21B;
}
.onsale .menu-challenge {
  color: #D4B21B;
}
@media (max-width: 460px) {
  .bubble {
    font-size: 13px;
  }
  .bubble::before, .bubble::after {
    content: '';
    width: 2px;
    height: 20px;
    display: block;
    bottom: 0;
    position: absolute;
  }
  .bubble::before {
    transform: rotate(-20deg);
    left: 0;
  }
  .bubble::after {
    transform: rotate(20deg);
    right: 0;
  }
}
@media (max-width: 380px) {
  .bubble {
    font-size: 12px;
  }
  .menu-wrap {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .bubble {
    font-size: 11px;
  }
  .menu-wrap {
    font-size: 14px;
  }
}

#Bussale{
  padding: 0 16px 20px;
}
#Coupon, #Bushotel, #Challenge, #Challenge {
  padding: 20px 16px 20px;
}
/*onsale
-----------------------------------------------*/
.tit-neon {
  width: 70%;
  margin: 0 auto;
}
.erea-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.erea-box label input {
  display: none; /* デフォルトのinputは非表示にする */
}
.erea-box label {
  width: 32%;
  color: #FFF; /* 文字色を黒に */
  font-size: 14px; /* 文字サイズを14pxに */
  border: 1px solid #FFF; /* 淵の線を指定 */
  border-radius: 5px; /* 角丸を入れて、左右が丸いボタンにする */
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erea-box label:has(input:checked) {
  color: #FFF; /* 文字色を白に */
  background: var(--blue);
  border: 1px solid var(--blue); /* 淵の線を薄い赤に */
}
.erea-box label.txt-two {
  font-size: 12px;
  line-height: 14px;
}

.bus-item{
opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.bus-item.hidden {
  opacity: 0;
}
.bus-item.fade-out {
  opacity: 0;
  transform: translateY(10px); /* ← 少し沈む */
  pointer-events: none;
}

.bussale-box {
  padding: 16px;
  border: 3px solid var(--blue);
  border-radius: 10px;
  margin: 0 auto 10px;
}
.bussale-box dl {
  align-items: center;
}
.bussale-box dl dt {
  font-size: 16px;
  text-align: left;
  margin-right: auto;
}
.bussale-box dl dd {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
.bussale-box dl dd.basic {
  text-decoration: line-through;
  font-size: 16px;
  padding: 0 6px;
  font-weight: normal;
}
.bussale-box dl dd.price {
  font-size: 20px;
  color: var(--pink);
}
.bussale-box dl dd.price span.txt-big {
  font-size: 22px;
  margin: 0 0 0 3px;
}
.btn-bussale-set {
  display: flex;
  justify-content: space-between;
  margin: 6px 0 12px;
}
.btn-bussale-set li {
  width: 48%;
}
.btn-bussale {
  display: block;
  background: var(--blue);
  color: var(--white);
  padding: 10px 12px 10px 4px;
  outline: 1px solid #fff; /* 線の太さ・線状・色 */
  outline-offset: -3px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 6px 10px 0 rgba(60, 194, 235, 0.5);
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  position: relative;
}
.btn-bussale:hover {
  background: var(--blue);
  opacity: 1;
  color: var(--white);
  box-shadow: 2px 2px 10px rgba(60, 194, 235, 0.8), -2px 2px 10px rgba(60, 194, 235, 0.8), 2px -2px 10px rgba(60, 194, 235, 0.8), -2px -2px 10px rgba(60, 194, 235, 0.8);
}
.btn-bussale::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 12px;
}

.hidden {
    opacity: 0;
  }
/*他社バスクーポン
-----------------------------------------------*/
.coupon-wrap {
  padding: 16px 0;
  border: 3px solid var(--pink);
  border-radius: 10px;
}
.priod {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  color: var(--yellow);
  border-top: 1px solid var(--yellow);
  border-bottom: 1px solid var(--yellow);
  padding: 8px 0;
  margin: 10px auto;
  width: 290px;
	flex-wrap: wrap;
}
.priod dt {
  font-weight: normal;
  font-size: 14px;
	width: 38%;
}
.priod dd {
  font-weight: normal;
	width: 62%;	
}


.btn-use {
  color: var(--white);
  border: 1px solid var(--white);
  padding: 12px 20px;
  display: block;
  width: 290px;
  border-radius: 8px;
  margin: 24px auto 30px;
}
.btn-use:after {
  margin-left: 10px;
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
}
.btn-use:hover {
  color: var(--white);
  opacity: 1;
  box-shadow: 2px 2px 8px rgba(255, 255, 255, 0.3), -2px 2px 10px rgba(255, 255, 255, 0.5), 2px -2px 10px rgba(255, 255, 255, 0.4), -2px -2px 10px rgba(255, 255, 255, 0.3);
}
.btn-coupon {
  display: block;
  background: var(--pink);
  color: #fff;
  padding: 24px 10px;
  outline: 1px solid #fff; /* 線の太さ・線状・色 */
  outline-offset: -4px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 6px 10px 0 rgba(255, 4, 159, 0.6);
  transition: all 0.3s ease;
  width: 90%;
  max-width: 360px;
  text-align: center;
  position: relative;
  margin: 0 auto 20px;
}
.btn-coupon:hover {
  color: var(--white);
  opacity: 1;
  background: var(--pink);
  box-shadow: 2px 2px 10px rgba(255, 4, 159, 0.8), -2px 2px 10px rgba(255, 4, 159, 0.8), 2px -2px 10px rgba(255, 4, 159, 0.8), -2px -2px 10px rgba(255, 4, 159, 0.8);
}
.btn-coupon::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 14px;
}
.pickup-box {
  flex: 0 0 auto; /* 横方向固定幅 */
  scroll-snap-align: start; /* スナップ位置 */
  overflow: hidden;
  margin: 20px 5px 5px;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #4D4D4D;
}
.pickup-box h4 {
  color: var(--yellow);
  font-size: 16px;
  padding: 0 0 8px;
}
.slick-slide .pickup-box img {
  border-radius: 5px;
  margin-bottom: 12px;
}
.img-setubi {
  display: inline;

}
.img-setubi img{
 height: 27px;	
}
.pickup-box dl {
  align-items: center;
  color: var(--white);
}
.pickup-box dl dt {
  font-size: 14px;
  text-align: left;
  margin-right: auto;
  font-weight: normal;
}
.pickup-box dl dd {
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}
.pickup-box dl dd.basic {
  text-decoration: line-through;
  font-size: 13px;
  padding: 0 6px;
}
.pickup-box dl dd.price {
  font-size: 20px;
  color: var(--pink);
}
.pickup-box dl dd.price span.txt-big {
  font-size: 24px;
  margin: 0 0 0 3px;
}
.pickup-box .btn-bussale {
  padding: 8px 10px 8px 2px;
  font-weight: normal;
  font-size: 14px;
}
.pickup-box .btn-bussale::after{
	right: 5px;
}
#blackfriday-wrap .slick-dots {
  bottom: -25px;
}
#blackfriday-wrap .slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#blackfriday-wrap .slick-dots li.slick-active button:before {
  color: var(--yellow);
}
.btn-rosen {
  display: block;
  background: var(--pink);
  color: #fff;
  padding: 12px 8px;
  outline: 1px solid #fff; /* 線の太さ・線状・色 */
  outline-offset: -4px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 6px 10px 0 rgba(255, 4, 159, 0.6);
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 20px auto 10px;
}
.btn-rosen:hover {
  color: var(--white);
  opacity: 1;
  background: var(--pink);
  box-shadow: 2px 2px 10px rgba(255, 4, 159, 0.8), -2px 2px 10px rgba(255, 4, 159, 0.8), 2px -2px 10px rgba(255, 4, 159, 0.8), -2px -2px 10px rgba(255, 4, 159, 0.8);
}
.btn-rosen::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  font-size: 14px;
}
.img-setubi {
  height: 27px;
  width: auto;
}
/*高速バス＋ホテル　SALE
-----------------------------------------------*/
.bushotel-wrap {
  padding: 16px;
  border: 3px solid var(--green);
  border-radius: 10px;
}
.tour-box {
  flex: 0 0 auto; /* 横方向固定幅 */
  scroll-snap-align: start; /* スナップ位置 */
  overflow: hidden;
  margin: 20px 0 5px;
  padding: 12px 12px 0;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #4D4D4D;
}
.tour-box h3 {
  color: var(--yellow);
  font-size: 16px;
  padding: 0 0 8px;
}
.box-deteal-tour {
  display: flex;
  color: var(--white);
  flex-wrap: wrap;
	width: 100%;
}
.box-deteal-tour dt {
  font-weight: normal;
  font-size: 11px;
  width: 25%;
  max-width: 90px;
  padding: 6px 0;
  border: 1px solid #fff;
  line-height: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(255, 255, 255, 0.3), -2px 2px 10px rgba(255, 255, 255, 0.3), 2px -2px 10px rgba(255, 255, 255, 0.2), -2px -2px 10px rgba(255, 255, 255, 0.2);
}
.box-deteal-tour dd {
  font-size: 13px;
  text-align: left;
  padding-left: 8px;
  width: 75%;
}
.box-deteal-tour dd span {
  display: block;
  font-size: 11px;
  text-align: right;
}
.box-deteal-tour dd.price {
  font-size: 20px;
  color: var(--pink);
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: baseline;
  line-height: 24px;
	font-family: 'Oswald', sans-serif;
}
.box-deteal-tour dd.price span.txt-big {
  font-size: 24px;
  margin: 0 0 0 3px;
}
.tour-box .btn-rosen {
  width: 90%;
  margin: 10px auto 30px;
  max-width: 300px;
}

.tour-box .btn-rosen::after{
	  content: "\f24d";
	font-weight: normal;
}

/*クーポンチャレンジ
-----------------------------------------------*/
.challenge-wrap {
  padding: 12px 16px 24px;
  border: 3px solid var(--yellow);
  border-radius: 10px;
}


.seat-box {
  display: flex;
  text-align: left;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.detail-seat {
  width: 56%;
  max-width: 160px;
}
.img-seat {
  width: 44%;
}
.seat-box li {
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0 0;
}
.seat-box li.txt-coupon {
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid var(--yellow);
  padding: 6px 0;
}
.seat-box .btn-bussale {
  width: 156px;
  font-weight: normal;
}
.box-method {
  border-top: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
  padding: 12px 8px 20px;
  margin: 20px auto 20px;
  width: 96%;
}
.box-method dt {
  font-size: 18px;
  color: var(--yellow);
  font-weight: bold;
  margin-bottom: 12px;
}
.box-method dd {
  font-size: 15px;
  text-align: left;
}
#blackfriday-wrap .visible {
  display: block;
}
#blackfriday-wrap .bus-filters {
  margin-bottom: 10px;
}
#blackfriday-wrap .fade-out {
  opacity: 0;
  max-height: 0;
  padding: 0 10px;
  margin: 0;
}
#Other {
  padding: 20px 16px 20px;
}
#Other h2 img {
  display: block;
  height: auto;
  animation: neon-wihite 1.5s infinite alternate;
}
/* ネオンチカチカアニメーション */
@keyframes neon-wihite {
  0%, 100% {
    filter:
      drop-shadow(0 0 1px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 3px rgba(41, 255, 3, 0.1)) brightness(1.1);
  }
  10% {
    filter:
      drop-shadow(0 0 1px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 2px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 4px rgba(41, 255, 3, 0.1)) brightness(1.1);
  }
  20% {
    filter:
      drop-shadow(0 0 1px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 5px rgba(41, 255, 3, 0.1)) brightness(1.1);
  }
  30% {
    filter:
      drop-shadow(0 0 1px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 2px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 4px rgba(41, 255, 3, 0.1)) brightness(1.1);
  }
  50% {
    filter:
      drop-shadow(0 0 1px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 3px rgba(41, 255, 3, 0.2)) drop-shadow(0 0 5px rgba(41, 255, 3, 0.1)) brightness(1.1);
  }
}
/*注意事項
-----------------------------------------------*/
#Attention {
  padding: 16px 16px 30px;
}
#Attention h2 {
  max-width: 330px;
  margin: 0 auto;
}
.dl-attention {
  text-align: left;
  font-size: 14px;
}
.dl-attention dd {
  font-size: 12px;
  margin-bottom: 4px;
  padding-left: 12px;
  display: flex;
}
.dl-attention dd::before {
  content: "・";
}
.dl-attention dt {
  margin-top: 12px;
}
/*mordal
-----------------------------------------------*/
.mordal-bf{
	top:16px;
}
.mordal-bf .modal-content {
  background: #E7E6E8;
  font-family: "Noto Sans JP", sans-serif;
}
.mordal-bf .modal-header, .mordal-bf .modal-footer {
  border: none;
  text-align: center;
}
.mordal-bf .close {
  opacity: 1;
  top: -6px;
  right: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: var(--blue); /* 背景色を半透明の黒に設定 */
  border-radius: 50%; /* 円形にする */
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mordal-bf .close:hover, .mordal-bf .close:link {
  color: #fff !important;
}
.mordal-bf .modal-body{
	padding-top: 0;
}

.txt-use {
  color: var(--purple);
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
  display: flex;
  width: 100%;
  max-width: 400px;
  justify-content: center;
  border-top: 2px dashed var(--purple);
  border-bottom: 2px dashed var(--purple);
  padding: 8px;
  font-size: 18px;
}
.mordal-bf .btn-close {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  margin: 0 auto 10px;
  padding: 8px 0;
  width: 200px;
  border-radius: 20px;
}
.how-use-text {
  display: flex;
}
.how-use-text p {
  font-size: 14px;
  color: var(--purple);
}
.how-use-text img {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.how-use-img {
  text-align: center;
  color: var(--purple);
  font-size: 12px;
  margin-bottom: 30px;
}
.how-use-img p {
  margin: 10px 0 0;
}
.how-use-img img {
  width: 90%;
  max-width: 300px;
  margin: 10px 0 0;
}

.modal-list-departure li a{
	position:relative;
	display:flex;
	padding:15px 25px 15px 15px;
	color:#000;font-weight: bold;
	background: #fff;
	font-size:14px;
	text-decoration:none;
	line-height: 1.2;
	justify-content: space-between;
}
.modal-list-departure li {
    border: 1px solid #dbdbdb;
    border-top: none;
    text-align: left;
}
.modal-list-departure li:first-child {
    border-top: 1px solid #dbdbdb;
}
.modal-list-departure a:before{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-0.6em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f53d7e;
    content: "\f105";
}
.modal-list-departure a:hover {
    background: #feebf2;
}

.mordal-bf .card-plan-price span{
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
}
.mordal-bf .txt-tour{
	font-size: 14px;
	font-weight: bold;
  color: var(--purple);	
	text-align: left;
}

@media (max-width: 400px) {
	.bussale-box dl dt,.bussale-box dl dd.basic{
		font-size: 14px;
	}	
	.challenge-wrap {
		padding: 12px 10px 24px;
	}	
article p{
	font-size: 14px;
	
}
}
/*soldout
-----------------------------------------------*/
.mask-soldout{
top: 0; 
left: 0;
width: 100%;
height: 100%;
position: absolute;
z-index:100;
	pointer-events: none;
}
.mask-soldout .soldout{
background: rgba(0,0,0,0.7);
display: flex;
justify-content: center;
align-items: center;
height:100%;
border-radius:8px;
}
.mask-soldout .soldout>p{
font-size:16px;
font-weight:bold;
width:100%;
margin:0 auto;
text-align:center;
color:#fff;
}

a:has(.mask-soldout) {
	pointer-events: none;
	box-shadow: none;
}


