@charset "UTF-8";
/*-----------------------------------

jfc.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

footer #bottomArea p {
  text-align: center;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  font-family: "Noto Sans JP", sans-serif;
  overscroll-behavior: none; /* モダンブラウザ */
}

body {
  background: #EBEBEB;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  font-family: "Noto Sans JP", sans-serif;
  overscroll-behavior: none; /* モダンブラウザ */
}

body footer {
  line-height: 130%;
}

.CLM__half, .CLM__three, .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.txt__red {
  color: #C20D23;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}
.txt__bold {
  font-weight: bold;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  text-align: left;
}

.list__style__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.list__style__disc li {
  padding-bottom: 0.5em;
}
.list__style__attention {
  list-style: none;
}
.list__style__attention li {
  padding-left: 1em;
  position: relative;
}
.list__style__attention li:after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.headline__main {
  margin-bottom: 50px;
}
.headline__main .en {
  font-family: "Mohave", sans-serif;
  font-weight: bold;
  font-size: 75px;
  font-size: 7.5rem;
  text-align: center;
  color: #fff;
}
.headline__main .en i {
  font-family: "Mohave", sans-serif;
  font-weight: bold;
  font-size: 75px;
  font-size: 7.5rem;
  text-align: center;
  color: #C20D23;
  font-style: normal;
}
.headline__main .jp {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
.headline__main .jp_L {
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  color: #fff;
}
.headline__main i {
  font-weight: bold;
  font-style: normal;
}
.headline__main .txt__red {
  color: #C20D23;
}
.headline__main.black .en, .headline__main.black .jp {
  color: #000;
}
.headline__main.left .en, .headline__main.left .jp, .headline__main.left .jp_L {
  text-align: left;
}
.headline__main.center .en, .headline__main.center .jp, .headline__main.center .jp_L {
  text-align: center;
}
.headline__main.nowrap .en, .headline__main.nowrap .jp, .headline__main.nowrap .jp_L {
  display: inline-block;
}
.headline__main.nowrap .en {
  margin-right: 20px;
}
.headline__main.whats .en {
  font-size: 63px;
  font-size: 6.3rem;
}
.headline__main.whats .jp {
  font-size: 18px;
  font-size: 1.8rem;
}
.headline__point {
  margin-bottom: 40px;
}
.headline__point .point {
  font-weight: bold;
  font-family: "Mohave", sans-serif;
  line-height: 35px;
  border-radius: 10000px;
  background: #C20D23;
  font-size: 20px;
  font-size: 2rem;
  width: 120px;
  height: 35px;
  text-align: center;
  margin: 0 auto 15px;
  color: #fff;
}
.headline__point .txt {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.headline__point.white .txt {
  color: #fff;
}
.headline__round {
  margin-bottom: 20px;
}
.headline__round .img {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
}
.headline__round .img img {
  width: 100%;
}
.headline__round .jp {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
.headline__round .txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.headline__round.left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 10px;
}
.headline__round.left .img {
  max-width: 60px;
  margin: inherit;
  margin-bottom: 0;
}
.headline__round.left .jp {
  text-align: left;
  white-space: nowrap;
}
.headline__round.left .txt {
  text-align: left;
}

.btn {
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  display: inline-flex;
  gap: 2rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 1.6rem 6rem;
  border-radius: 9999px; /* pill型 */
  font-size: 18px;
  font-size: 1.8rem;
  background: linear-gradient(180deg, #C20D23 0%, #970B1C 100%);
  box-shadow: 0 4px 5px 0 rgba(255, 0, 0, 0.3);
}
.btn:after {
  font-family: "ionicons";
  content: "\f125";
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  transition: 0.3s ease-in-out;
}
.btn__txt {
  font-weight: 700;
  font-size: 16px;
}
.btn__red {
  background-color: #C20D23;
}
.btn__txt p {
  height: 55px;
  display: flex;
  align-items: center;
  background-color: #666666;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  box-shadow: 0 4px 5px 0 rgba(65, 65, 65, 0.3);
}
.btn__txt p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: 0.2s;
}
.btn__txt p:hover::before {
  width: 100%;
}
.btn__modal {
  width: 330px;
  margin: 50px auto;
  position: relative;
  display: inline-block;
}
.btn__modal:hover {
  opacity: 1;
}
.btn__modal .player1 {
  position: absolute;
  right: -20px;
  top: -40px;
  z-index: 1;
}
.btn__modal .player2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
}
.btn__modal::before {
  background-image: url(/img/special/jfc/label_checkitout.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -33px;
}

a:hover img {
  opacity: 1;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  max-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__90 {
  width: 90%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 80px 5vw;
}

.tabContents .tabSelecter {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 1362px;
  width: 100%;
  padding-bottom: 13px;
}
.tabContents .tabSelecter .tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 10px;
}
.tabContents .tabSelecter .tab.white li > a {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.tabContents .tabSelecter .tab li {
  border: none;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.tabContents .tabSelecter .tab li > a {
  background: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.tabContents .tabSelecter .tab li.current a {
  border-bottom: 2px solid #C20D23;
  color: #C20D23;
}
.tabContents .tabSelecter .tab li.current a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #C20D23;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
h1.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ==========================================================================
   header
========================================================================== */
/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  width: 100%;
  height: 100%;
  background: url(/img/special/jfc/kv_bg_pc.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 60px;
}
.kvArea__wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13%;
}
.kvArea .jfcHeader__jLogo {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100000;
}
.kvArea .jfcHeader__jLogo img {
  width: 40px;
}

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

.kv-slider__wrap {
  padding-top: 350px;
  padding-bottom: 60px;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  overflow: visible !important;
}

.kv-slider__wrap-left {
  display: none;
}

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

.kv-slider__wrap .slick-track {
  display: flex !important;
}

.kv-slider__wrap .slick-slide {
  height: auto !important;
}

.kv-slider__wrap .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   leadArea
========================================================================== */
/* ==========================================================================
   point
========================================================================== */
/* ==========================================================================
   outlineArea
========================================================================== */
/* ==========================================================================
   combinationArea
========================================================================== */
.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 5px;
}

.margT20 {
  margin-top: 10px;
}

.margT30 {
  margin-top: 15px;
}

.margT40 {
  margin-top: 20px;
}

.margT50 {
  margin-top: 25px;
}

.margT60 {
  margin-top: 30px;
}

.margT70 {
  margin-top: 35px;
}

.margT80 {
  margin-top: 40px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 5px;
}

.margB20 {
  margin-bottom: 10px;
}

.margB30 {
  margin-bottom: 15px;
}

.margB40 {
  margin-bottom: 20px;
}

.margB50 {
  margin-bottom: 25px;
}

.margB60 {
  margin-bottom: 30px;
}

.margB70 {
  margin-bottom: 35px;
}

.margB80 {
  margin-bottom: 40px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 5px;
}

.paddT20 {
  padding-top: 10px;
}

.paddT30 {
  padding-top: 15px;
}

.paddT40 {
  padding-top: 20px;
}

.paddT50 {
  padding-top: 25px;
}

.paddT60 {
  padding-top: 30px;
}

.paddT70 {
  padding-top: 35px;
}

.paddT80 {
  padding-top: 40px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 5px;
}

.paddB20 {
  padding-bottom: 10px;
}

.paddB30 {
  padding-bottom: 15px;
}

.paddB40 {
  padding-bottom: 20px;
}

.paddB50 {
  padding-bottom: 25px;
}

.paddB60 {
  padding-bottom: 30px;
}

.paddB70 {
  padding-bottom: 35px;
}

.paddB80 {
  padding-bottom: 40px;
}

.container {
  max-width: 1373px;
  max-width: 980px;
  margin: 0 auto 40px;
  border: 1px solid #fff;
  background-color: #f5f5f5;
  box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.8117647059), 5px 5px 5px rgba(0, 0, 0, 0.1019607843);
  position: relative;
  padding: 40px 20px 50px;
  text-align: center;
}
.container__inner .play__detail {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.container__inner .play__detail span {
  color: #C30D23;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.container__inner .play__detail__wrap {
  display: flex;
  width: 780px;
  margin: 0 auto;
  gap: 24px;
  position: relative;
  margin-top: 100px;
}
.container__inner .play__detail__wrap__tit {
  position: absolute;
  top: -70px;
  left: -30px;
}
.container__inner .play__detail__wrap__tit img {
  width: 100%;
}
.container__inner .play__detail__wrap__img img {
  width: 100%;
}
.container__inner .play__detail__wrap__inner {
  width: 100%;
}
.container__inner .play__detail__wrap__inner .txt {
  text-align: left;
  margin-bottom: 2rem;
}
.container__inner .play__wrap {
  width: 780px;
  margin: auto;
}
.container__inner .play__wrap img {
  width: 100%;
}
.container__inner .play__wrap__inner {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.container__inner .play__wrap__inner__item {
  width: 30%;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.container__inner .play__wrap__inner__item .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}
.container__inner .play__wrap__inner__item .txt::before {
  content: "";
  display: inline-block;
  bottom: -12px;
  width: 8%;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  background: #C20D23;
}
.container__inner .play__wrap__inner__item .txt span {
  color: #C20D23;
}
.container__inner .play__wrap__inner__item figure {
  width: 170px;
  margin: auto;
  display: flex;
  align-items: center;
}
.container .heading {
  background-color: #000000;
  color: #fff;
  padding: 5px 0;
  transform: skewX(-17deg);
  width: 900px;
  margin: 0 auto 30px;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 2px;
  font-weight: 900;
}
.container .heading span {
  font-size: 14px;
  font-size: 1.4rem;
}
.container .txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
.container .txt span {
  color: #C20D23;
  font-weight: bold;
}
.container .commonTable {
  border-top: unset;
  width: 780px;
  margin: auto;
}
.container .commonTable tbody th {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background-color: unset;
  border-right: unset;
  border-bottom: unset;
}
.container .commonTable tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  border-right: unset;
  border-bottom: unset;
}

.play__wrap + .btn__official {
  margin-top: 30px;
}

/* ==========================================================================
   sns
========================================================================== */
.sns__area {
  margin: 0 auto 40px;
  text-align: center;
  width: 450px;
}
.sns__area__wrap .hukidashi {
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4509803922);
  margin-bottom: 15px;
}
.sns__area__wrap .hukidashi .txt {
  font-weight: 700;
}
.sns__area__wrap .hukidashi::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%);
  border-width: 10px 11px 0 11px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
  filter: blur(1px);
}
.sns__area__wrap .hukidashi::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.sns__area__wrap button {
  width: 100%;
  background-color: rgb(37, 37, 37);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  height: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 30px;
  border: none;
}
.sns__area__wrap button img {
  width: auto;
  height: 33px;
  padding-right: 15px;
}

/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 10px;
  height: inherit;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: block;
  pointer-events: none;
}
.floatingbnrArea.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  background: #646464;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -30px;
  pointer-events: all !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: #4d4d4d;
}

#pageTop {
  bottom: 130px;
}

/* ==========================================================================
   modal
========================================================================== */
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper-1, .modalWrapper-2 {
  width: 100%;
  max-width: 780px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 100px auto;
}
.modalWrapper-1 .txt, .modalWrapper-2 .txt {
  font-weight: 700;
  line-height: 20px;
}
.modalWrapper-1 .modalContents + .modalContents, .modalWrapper-2 .modalContents + .modalContents {
  margin-top: 40px;
}

.modalWrapper-1 .txt {
  width: 450px;
}

.closeModal {
  position: fixed;
  top: 30px;
  right: 140px;
  width: 3.31vw;
  height: 3.31vw;
  z-index: 99;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  cursor: pointer;
}

.modal__wrap {
  border-bottom: 3px solid #000000;
  display: flex;
  padding: 0 6px;
  align-items: center;
  align-self: stretch;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.modal__wrap .num1 {
  border-right: 3px solid #000000;
  padding-right: 19px;
  margin-right: 19px;
  position: relative;
}
.modal__wrap .num1::before {
  background-image: url(/img/special/jfc/label_point_1.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 3.19vw;
  height: 7.38vw;
}
.modal__wrap .num2 {
  border-right: 3px solid #000000;
  padding-right: 19px;
  margin-right: 19px;
  position: relative;
}
.modal__wrap .num2::before {
  background-image: url(/img/special/jfc/label_point_2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 3.19vw;
  height: 7.38vw;
}
.modal__wrap .num3 {
  border-right: 3px solid #000000;
  padding-right: 19px;
  margin-right: 19px;
  position: relative;
}
.modal__wrap .num3::before {
  background-image: url(/img/special/jfc/label_point_3.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 3.19vw;
  height: 7.38vw;
}
.modal__title {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
}
.modal__con {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}