body {
  font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000 !important;
}

@media screen and (min-width: 641px) {
  header.is-pagetop .js-common-burger > i > svg {
    fill: #FFF !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}
a img {
  transition: opacity 0.3s ease-in;
}

.indentText {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#wrapper {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.sec {
  text-align: center;
}
.sec#eventinfo {
  padding-top: min(25px, 6vw);
}
.sec#coasterhalfpipe {
  padding-top: min(10px, 2vw);
}
.sec__inner {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 min(20px, 6vw);
}
.sec__head {
  position: relative;
}
.sec__head__title {
  background-image: url(../img/hx_bg1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(1200px, 180vw) auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(52px, 7vw) 0;
}
@media screen and (max-width: 640px) {
  .sec__head__title {
    background-image: url(../img/hx_bg1_sp.png);
    background-size: 100% auto;
    padding: 12vw 7vw 7vw 7vw;
  }
}
.sec__head__title.typeGR {
  background-image: url(../img/hx_bg2.png);
}
@media screen and (max-width: 640px) {
  .sec__head__title.typeGR {
    background-image: url(../img/hx_bg2_sp.png);
    background-size: 100% auto;
  }
}
@media screen and (max-width: 640px) {
  .eventinfo .sec__head__title {
    background-image: url(../img/hx_bg3_sp.png);
    background-size: 100% auto;
  }
}
.sec__head + div:not(.sec-gourmet) {
  margin-top: max(-30px, -1vw);
}
@media screen and (max-width: 640px) {
  .sec__subHead h3 img {
    width: auto;
    max-width: none;
    height: 22vw;
  }
  .sec-titan .sec__subHead h3 img {
    height: 32vw;
  }
  .sec-naruto .sec__subHead h3 img {
    height: 26vw;
  }
  .sec-sadako .sec__subHead h3 img {
    height: 33vw;
  }
  .sec-issen .sec__subHead h3 img {
    height: 32vw;
  }
  .sec-houseofthedead .sec__subHead h3 img {
    height: 28vw;
  }
}
.sec__subHead + div {
  margin-top: max(-50px, -6vw);
}
.sec__main {
  position: relative;
  max-width: 900px;
}
.sec__main__img {
  padding: min(58px, 6.4vw) min(60px, 6.4vw);
  background-image: url(../img/flame01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .sec__main__img {
    width: calc(100% + 10vw);
    transform: translateX(-5vw);
  }
}
.sec__main__img::before, .sec__main__img::after {
  content: "";
  display: block;
  width: min(314px, 33vw);
  aspect-ratio: 314/154;
  position: absolute;
  top: max(-20px, -1.5vw);
  left: calc(50% + min(80px, 10vw));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sec__main__img::before {
  background-image: url(../img/light_overray.png);
  mix-blend-mode: overlay;
}
.sec__main__img::after {
  background-image: url(../img/light_screen.png);
  mix-blend-mode: screen;
}
.sec__main__img img {
  position: relative;
  z-index: 1;
}
.sec__main__img.rv {
  background-image: url(../img/flame02.png);
}
.sec__main__img.narutoflame {
  padding: min(48px, 5.2vw) min(60px, 6.4vw);
  background-image: url(../img/flame_naruto.png);
}
.sec__main__text {
  max-width: 782px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: min(17px, 4vw);
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec__main__text {
    margin-top: -1vw;
  }
}
.sec__main__text p {
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec__main__text p {
    line-height: 1.6;
  }
}
.sec__sub {
  margin-top: min(35px, 4vw);
}
.sec__sub__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(32px, 8vw) min(56px, 6.4vw);
  max-width: 860px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sec__sub__list ul li {
  text-align: left;
}
@media screen and (min-width: 641px) {
  .sec__sub__list ul li {
    width: calc((100% - 56px) / 2);
  }
}
.sec__sub__list ul li .img {
  width: 100%;
}
.sec__sub__list ul li .img img {
  border: 1px solid #FFF;
  width: 100%;
  height: auto;
}
.sec__sub__list ul li .detail {
  margin-top: 0.5rem;
  font-size: min(17px, 3.6vw);
}
@media screen and (min-width: 641px) {
  .sec__sub__list ul li.eventfit .img {
    aspect-ratio: 400/283;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sec__sub__list ul li p {
  line-height: 1.6; font-size: .875em;
}
.sec__sub__list ul li p + p {
  margin-top: 1rem;
}

.cafe__box {
  position: relative;
  text-align: center;
}
.cafe__box p {
  line-height: 1.7;
}
@media screen and (min-width: 780px) {
  .cafe__box__head {
    margin-top: -10px;
    margin-left: -10px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .cafe__box__head h3 {
    padding: 0 20vw;
  }
  .dippindots .cafe__box__head h3 {
    padding: 0 10vw;
  }
  .cafe__box__head h3 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.cafe__box__main {
  background: url(../img/cafe_flame.png) no-repeat center top;
  background-size: contain;
  padding: 58px;
  aspect-ratio: 1194/868;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .cafe__box__main {
    position: absolute;
    top: -20px;
  }
}
@media screen and (max-width: 640px) {
  .cafe__box__main {
    width: calc(100% + 4vw);
    transform: translateX(-2vw);
    padding: 9vw;
    margin-top: -5vw;
  }
}
.cafe__box__text {
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .cafe__box__text {
    text-align: center;
    font-size: 3.6vw;
    margin-top: -1vw;
  }
}
.cafe__box__sub {
  margin-top: min(20px, 5vw);
}
.cafe__box__sub > ul li {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cafe__box__sub {
    padding: 0 8vw;
  }
}
.cafe__box__sub__text {
  text-align: left;
  margin-top: min(8px, 1vw);
}
@media screen and (max-width: 640px) {
  .cafe__box__sub__text {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 780px) {
  .cafe__box .linkBtn {
    position: absolute;
    top: 380px;
  }
}
.cafe__box:not(:last-child) {
  padding-bottom: min(120px, 15vw);
}
.cafe__box:not(:last-child)::after {
  content: "";
  width: 552px;
  background: url(../img/hr_star.png) no-repeat center bottom;
  aspect-ratio: 1104/184;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .cafe__box:not(:last-child)::after {
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 780px) {
  .cafe__box:nth-of-type(odd) {
    padding-left: 570px;
  }
  .cafe__box:nth-of-type(odd) .cafe__box__main {
    left: -30px;
  }
  .cafe__box:nth-of-type(odd) .linkBtn {
    left: 30px;
  }
  .cafe__box:nth-of-type(even) {
    padding-right: 570px;
  }
  .cafe__box:nth-of-type(even) .cafe__box__main {
    right: -30px;
  }
  .cafe__box:nth-of-type(even) .linkBtn {
    right: 30px;
  }
}

.information {
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .information .sec__inner {
    padding: 0;
  }
}
.information__box {
  background-image: url(../img/information_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1050px auto;
  min-height: 780px;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .information__box {
    background-image: url(../img/information_bg_sp.jpg);
    background-size: 100% auto;
    padding: 7vw 11vw;
    min-height: 145vw;
  }
  .information__box h2 {
    padding: 0 3vw;
  }
}
.information__detail {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.information__detail__img {
  border: 1px solid #FFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .information__detail__img {
    margin-bottom: 5vw;
  }
}
.information__detail__address {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(48px, 9vw);
  line-height: 1.6;
  margin-top: min(25px, 4vw);
}
.information__detail__address dt {
  text-align: right;
  position: relative;
}
.information__detail__address dt::after {
  content: "";
  width: min(12px, 3vw);
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  right: max(-32px, -6.5vw);
  top: min(8px, 2.2vw);
}
.information__detail__address dd {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .information__detail__address dd {
    flex: 1;
  }
}
.information .linkBtn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .information .linkBtn {
    width: 85vw;
    bottom: -5vw;
  }
}

.linkBtn {
  background: url(../img/btn_arrow.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 1006/306;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 641px) {
  .linkBtn {
    width: 503px;
  }
}
.linkBtn::before {
  content: "";
  background: url(../img/light_btn.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 890/245;
  width: 444px;
  position: absolute;
  top: 10px;
  left: 30px;
  mix-blend-mode: screen;
}
@media screen and (max-width: 640px) {
  .linkBtn::before {
    width: 90%;
    top: 2vw;
    left: 5vw;
  }
}
.linkBtn a {
  font-size: min(20px, 4.4vw);
  font-weight: bold;
  text-decoration: none !important;
  transition: opacity 0.3s ease-in;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83%;
  aspect-ratio: 420/70;
  position: relative;
  z-index: 1;
}

.dec {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .dec {
    display: none;
  }
}
.sec-event .dec.decLeft {
  top: -10px;
  left: -130px;
}
.sec-event .dec.decLeft img {
  transform: rotate(180deg);
}
.sec-gekion .dec.decLeft {
  top: -80px;
  left: -105px;
}
.sec-halfpipe .dec.decLeft {
  top: -20px;
  left: -125px;
}
.sec-titan .dec.decLeft {
  top: -40px;
  left: -105px;
}
.sec-naruto .dec.decLeft {
  top: -30px;
  left: -110px;
}
.sec-fortune .dec.decLeft {
  top: -60px;
  left: -100px;
}
.sec-bijomen .dec.decLeft {
  top: -30px;
  left: -110px;
}
.sec-sadako .dec.decLeft {
  top: -20px;
  left: -110px;
}
.sec-ayakashi .dec.decLeft {
  top: -50px;
  left: -120px;
}
.sec-issen .dec.decLeft {
  top: -10px;
  left: -90px;
}
.sec-houseofthedead .dec.decLeft {
  top: -50px;
  left: -105px;
}
.dec.decLeft2 {
  top: -150px;
  left: -175px;
}
.sec-event .dec.decRight {
  top: -45px;
  right: -175px;
}
.sec-gekion .dec.decRight {
  top: -30px;
  right: -125px;
}
.sec-halfpipe .dec.decRight {
  top: -20px;
  right: -105px;
}
.sec-halfpipe .dec.decRight img {
  transform: rotate(180deg);
}
.sec-titan .dec.decRight {
  top: -30px;
  right: -115px;
}
.sec-naruto .dec.decRight {
  top: -30px;
  right: -125px;
}
.sec-fortune .dec.decRight {
  top: -30px;
  right: -105px;
}
.sec-bijomen .dec.decRight {
  top: -20px;
  right: -115px;
}
.sec-sadako .dec.decRight {
  top: -30px;
  right: -115px;
}
.sec-sadako .dec.decRight img {
  transform: rotate(180deg);
}
.sec-ayakashi .dec.decRight {
  top: -60px;
  right: -135px;
}
.sec-issen .dec.decRight {
  top: 0px;
  right: -165px;
}
.sec-houseofthedead .dec.decRight {
  top: -40px;
  right: -135px;
}

/* -------- KV AREA --------  */
.mv {
  position: relative;
  width: 100%;
  max-width: 1600px;
    margin: 0 auto;
}
.mv img.fit {
  width: 100%;
  height: auto;
}
.mv__inner {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mv__picture {
    width: 100%;
  }
}
.mv__detail {
  position: relative;
  margin-top: -4.5rem;
}
@media screen and (max-width: 640px) {
  .mv__detail {
    margin-top: 4.2vw;
  }
}
.mv__detail .eventText {
  text-align: center;
  color: #FFF;
}
.mv__detail .eventText p {
  font-size: min(20px, 4.4vw);
  line-height: 2;
}
.mv__detail .eventText p + p {
  margin-top: 1.3em;
}
@media screen and (max-width: 640px) {
  .mv__detail .eventText p {
    font-size: 3.7vw;
    line-height: 1.84;
  }
}

#pageNav {
  padding: min(50px, 10vw) 0 min(15px, 4vw) 0;
}
#pageNav .pageMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 min(26px, 4vw);
  gap: min(32px, 3.5vw) min(16px, 2vw);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#pageNav .pageMenu li {
  width: calc((100% - min(48px, 6vw)) / 4);
  aspect-ratio: 275/125;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  padding: 0 min(10px, 2vw);
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li {
    width: calc((100% - min(48px, 2vw)) / 2);
    aspect-ratio: 550/250;
    padding: 5vw 3vw;
  }
}
#pageNav .pageMenu li.type1 {
  background-image: url(../img/nav_bg1.png);
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li.type1 {
    background-image: url(../img/nav_bg1_sp.png);
  }
}
#pageNav .pageMenu li.type2 {
  background-image: url(../img/nav_bg2.png);
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li.type2 {
    background-image: url(../img/nav_bg2_sp.png);
  }
}
#pageNav .pageMenu li.type3 {
  background-image: url(../img/nav_bg3.png);
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li.type3 {
    background-image: url(../img/nav_bg3_sp.png);
  }
}
#pageNav .pageMenu li.type4 {
  background-image: url(../img/nav_bg4.png);
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li.type4 {
    background-image: url(../img/nav_bg4_sp.png);
  }
}
#pageNav .pageMenu li::after {
  content: "";
  width: calc(100% + min(16px, 3vw));
  aspect-ratio: 582/305;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: max(-16px, -4.2vw);
  left: max(-11px, -2.4vw);
  mix-blend-mode: screen;
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li::after {
    aspect-ratio: 350/248;
  }
}
#pageNav .pageMenu li a {
  position: relative;
  z-index: 1;
}
#pageNav .pageMenu li:nth-of-type(odd)::after {
  background-image: url(../img/light_nav1.png);
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li:nth-of-type(odd)::after {
    background-image: url(../img/light_nav1_sp.png);
  }
}
#pageNav .pageMenu li:nth-of-type(even)::after {
  background-image: url(../img/light_nav2.png);
}
@media screen and (max-width: 640px) {
  #pageNav .pageMenu li:nth-of-type(even)::after {
    background-image: url(../img/light_nav2_sp.png);
  }
}

.eventContents {
  background-color: #000;
  color: #FFF;
}
@media screen and (min-width: 641px) {
  .eventContents {
    background-image: url(../img/cbg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1300px auto;
  }
}
.eventContents a {
  color: #FFF;
  text-decoration: underline;
}

.credit {
  margin-top: min(40px, 5vw);
}
.credit p {
  font-size: min(13px, 3vw);
  line-height: 1.7;
}

.fnav {
  position: fixed;
  top: 90px;
  right: -500px;
  z-index: 100;
  width: 500px;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: #f88a30;
  background-image: linear-gradient(180deg, #ea484d 0%, #f88a30 130px);
  color: #FFF;
  padding: min(20px, 3vw);
  font-size: min(17px, 4vw);
}
@media screen and (max-width: 640px) {
  .fnav {
    width: 80vw;
    right: -80vw;
    font-size: min(14px, 3.4vw);
  }
}
.fnav.on {
  opacity: 1;
  pointer-events: auto;
}
.fnav.open {
  transform: translateX(-500px);
}
@media screen and (max-width: 640px) {
  .fnav.open {
    transform: translateX(-80vw);
  }
}
.fnav .fnav_btn {
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  aspect-ratio: 80/97;
  padding: min(10px, 3vw);
  padding-bottom: min(30px, 10vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #ea484d 0%, #f88a30 130px);
  -webkit-mask: url("../img//mask-tab.svg") no-repeat left top/100% 100%;
  mask: url("../img/mask-tab.svg") no-repeat left top/100% 100%;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .fnav .fnav_btn {
    width: 15vw;
    left: -15vw;
  }
}
.fnav .fnav_btn span {
  font-size: min(13px, 3vw);
}
.fnav .fnav_btn.on img {
  transform: scale(-1, -1);
}
.fnav ul {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: min(10px, 3vw);
}
.fnav ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: min(10px, 3vw);
  line-height: 1.4;
}
.fnav ul li a .text {
  flex: 1;
}