/*-----------------------------------

2026specialseason.scss

------------------------------------*/
.pcDISP {
  display: none !important;
}

.spDISP {
  display: initial !important;
}

.contArea {
  padding: 0;
  background: none;
  width: 100%;
}

#main {
  padding-top: 0px;
  background: none;
}

body {
  overflow: hidden;
}

body .bottomArea,
body #partnersArea {
  line-height: 130%;
}

.specialArea {
  background: #fff;
}

#pageTopBtn {
  z-index: 100;
  bottom: 30vw;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner980, .sec__inner1100, .sec__inner90 {
  width: 90%;
  margin: auto;
  padding: 30px 0;
}

.btn {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 0;
  gap: 10px;
  width: 100%;
}
.btn__point {
  width: 100%;
  margin: 60px auto 20px;
}
.btn__point .player1 {
  width: 90px;
  right: 25px;
  top: -45px;
}
.btn__point .player2 {
  width: 90px;
  top: -25px;
  width: 80px;
  right: 20px;
}
.btn__point .player2 img {
  width: 100%;
}

/* ==========================================================================
   header
========================================================================== */
/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  background: url(/img/special/jfc/kv_bg_sp.jpg) no-repeat center center;
  position: relative;
  height: 480px;
  background-size: cover;
  margin-bottom: 40px;
}
.kvArea__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 276px;
  top: 55%;
}
.kvArea__mainlogo img {
  width: 100%;
}
.kvArea .jfcHeader__jLogo {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 111;
}

.kv-slider__wrap__item + .kv-slider__wrap__item {
  margin-right: 5px;
}
.kv-slider__wrap__item img {
  width: 100%;
}

.kv-slider__wrap {
  padding: 0;
  position: absolute;
  top: 90px;
  bottom: 0;
}

.kv-slider__wrap-left {
  position: absolute;
  display: block;
  bottom: 50px;
}

.kv-slider__wrap-in {
  max-width: 300px;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  width: 90%;
  left: 50%;
}
.floatingbnrArea.is-active {
  transform: translateX(-50%);
}
.floatingbnrArea .btn__close {
  right: 20px;
  top: -30px;
}

/* ==========================================================================
   container
========================================================================== */
.container {
  width: 90%;
  padding: 30px 20px;
  min-height: auto;
}
.container__inner .heading {
  font-size: 22px;
  font-size: 2.2rem;
  width: 100%;
  letter-spacing: 1px;
}
.container__inner .heading span {
  font-size: 12px;
  font-size: 1.2rem;
}
.container__inner .txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.container__inner .play__wrap {
  width: 100%;
}
.container__inner .play__wrap__inner {
  gap: 20px;
}
.container__inner .play__wrap__inner__item {
  width: 40%;
  padding: 15px;
}
.container__inner .play__wrap__inner__item figure {
  width: 100%;
}
.container__inner .play__wrap__inner__item .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
}
.container__inner .play__detail {
  font-size: 20px;
  font-size: 2rem;
}
.container__inner .play__detail span {
  font-size: 24px;
  font-size: 2.4rem;
}
.container__inner .play__detail__wrap {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.container__inner .play__detail__wrap__inner {
  margin-left: 0;
  margin-top: 20px;
}
.container__inner .play__detail__wrap__tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  width: 250px;
}
.container__inner .commonTable {
  width: 100%;
}
.container__inner .commonTable tbody tr {
  border-bottom: 1px dotted #dcdcdc;
}
.container__inner:nth-child(2) {
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}

.sns__area {
  width: 90%;
}

/* ==========================================================================
   modal
========================================================================== */
.modalWrapper-1, .modalWrapper-2 {
  width: 90%;
  padding: 30px 20px;
  top: 70%;
}
.modalWrapper-1 .modal__wrap, .modalWrapper-2 .modal__wrap {
  width: 100%;
}
.modalWrapper-1 .modal__wrap .num1::before, .modalWrapper-1 .modal__wrap .num2::before, .modalWrapper-1 .modal__wrap .num3::before, .modalWrapper-2 .modal__wrap .num1::before, .modalWrapper-2 .modal__wrap .num2::before, .modalWrapper-2 .modal__wrap .num3::before {
  width: 43px;
  height: 98px;
}
.modalWrapper-1 .modal__title, .modalWrapper-2 .modal__title {
  line-height: 32px;
}
.modalWrapper-1 .modal__con, .modalWrapper-2 .modal__con {
  display: block;
}
.modalWrapper-1 .modal__img1, .modalWrapper-1 .modal__img2, .modalWrapper-1 .modal__img3, .modalWrapper-2 .modal__img1, .modalWrapper-2 .modal__img2, .modalWrapper-2 .modal__img3 {
  text-align: center;
}
.modalWrapper-1 .modalContents:last-child, .modalWrapper-2 .modalContents:last-child {
  margin-bottom: 0;
}
.modalWrapper-1 .modalContents .txt, .modalWrapper-2 .modalContents .txt {
  width: 100%;
  margin-bottom: 10px;
}
.modalWrapper-1 .closeModal, .modalWrapper-2 .closeModal {
  right: 50px;
}