@charset "UTF-8";

/* ONLY PC and hover*/
@media only screen and (min-width: 1025px) {
  #header #pcNav li a:hover::after {
    width: 100%;
  }

  #header #pcNav li a:hover {
    opacity: 0.8;
  }

  #header #spMenu a:hover {
    opacity: 0.7;
  }

  #header .logo img:hover {
    opacity: 0.7;
  }

  #snsBtn img:hover {
    opacity: 0.8;
  }

  #ticketBtn img:hover {
    opacity: 0.8;
  }

  #footer #topBtn a:hover {
    opacity: .5;
  }

  #caution .topInfo a:hover {
    color: var(--hovercolor);
  }

  #caution .singleList:hover {
    opacity: .8;
  }

  #caution .singleDescBox .subDesc a:hover {
    opacity: 0.7;
  }

  #footer .area li a:hover {
    color: #1fb09e;
  }

  #footer .bnr img:hover {
    opacity: 0.9;
  }

  .bnr1 img:hover {
    opacity: .7;
  }

  #footer .fLogo img:hover {
    opacity: 0.8;
  }

  figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }

  #ticket .info a:hover {
    opacity: .7;
  }

  #purchase .ac_btn:hover {
    opacity: .7;
  }

  .U22_bnr img:hover {
    opacity: .7;
  }

  .u22Box p a:hover {
    opacity: .7;
  }

  .bnrTwo li img:hover {
    opacity: .7;
  }

  .stageWrap__ticket__button:hover {
    color: #fff;
    background: #5d68d3
  }




}

/* 1140px〜1279px
------------------------------ */
@media screen and (min-width: 1140px) and (max-width: 1279px) {}

/* 1025px〜1140px：iPadPro ~ 13inchi
------------------------------ */
@media screen and (min-width: 1025px) and (max-width: 1139px) {}

/* Ipad PRO */
@media only screen and (max-width: 1024px) {

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .inner {
    width: 80%;
  }

  #caution .box {
    width: 70%;
  }

  #footer .box {
    width: 70%;
  }

  #header #spMenu a {
    font-size: 2rem;
    padding: 8px 0;
  }

  #catch .box {
    width: 90%;
  }

  #cm .box {
    width: 90%;
  }

  #about .box {
    width: 90%;
  }

  #story .box {
    width: 90%;
  }

  #play .how {
    width: 90%;
  }

  #cm .cm-item1 {
    right: 10vw;
  }

  .popupBox .box {
    width: 90%;
    margin: 0 auto;
  }

  #sec01 img {
    width: 100%;
  }

  #purchase .box {
    width: 90%;
  }

  #intro {
    background-size: 160% auto, 57% auto;
  }

  .intro__box {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }

  .intro__l {
    width: 70%;
    margin: 0 auto 30px;
  }

  .intro__r {
    width: 56%;
    max-width: 360px;
    margin: 0 auto 60px;
  }

  #intro {
    padding: 100px 0 80px;
  }

  #how {
    clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 0px), 0 calc(100% - 100px));
  }

  #enjoy h3 {
    font-size: 1.05rem;
  }

  #enjoy {
    padding: 20px 0 0px;
  }

  #enjoyPoint {
    padding: 140px 0 40px;
  }

  #header.show #spMenu ul {
    top: 50%;
  }
}

/* Ipad */
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }

  #caution .box {
    width: 80%;
  }

  #footer .box {
    width: 80%;
  }

  #header #spMenu a {
    font-size: 1.6rem;
    padding: 4px 0;
  }

  #goods .box {
    padding: 90px 60px 30px;
  }

  #play .box {
    width: 90%;
  }

  #ticket .box {
    width: 90%;
  }

  #purchase .box {
    width: 90%;
  }

  #purchase {
    padding: 80px 0;
  }

  .enjoy__txt {
    width: 80%;
  }

  .aenjoy__point {
    width: 80%;
    margin: 0 auto;
  }

  .intro__box {
    width: 90%;
    margin: 0 auto;
  }

  .intro__r {
    width: 60%;
  }

  .intro__l {
    width: 90%;
  }

  .play__ul {
    width: 80%;
    margin: 0 auto;
  }

  .play__ul li {
    width: 30%;
    margin-bottom: 8px;
  }

  .play__ul::after {
    content: '';
    display: block;
    width: 30%;
  }

  .enjoy__ul li img {
    width: 70%;
  }

  .schedule__link.ver2 {
    width: 60%;
  }

  .play__ul li:nth-child(2) {
    transition-delay: initial;
  }

  .play__ul li:nth-child(3) {
    transition-delay: initial;
  }

  .play__ul li:nth-child(4) {
    transition-delay: initial;
  }

  .play__ul li:nth-child(5) {
    transition-delay: initial;
  }

  .play__ul li:nth-child(3n+2) {
    transition-delay: .3s;
  }

  .play__ul li:nth-child(3n) {
    transition-delay: .6s;
  }

}

/* Iphone */
@media only screen and (max-width: 600px) {
  #header #spNav {
    top: 8px;
    right: 8px;
  }

  #header #spMenu a {
    font-size: 1.1rem;
    padding: 4px 0;
  }

  #header.show #spMenu ul {
    padding: 20% 8%;
  }

  #caution {
    padding: 40px 0;
  }

  #caution .box {
    width: 90%;
  }

  #caution .singleList {
    margin-bottom: 10px;
  }

  #caution .single {
    margin: 0 auto 10px;
  }

  #footer .box {
    width: 90%;
  }

  #footer .area li {
    width: 90%;
  }

  #footer .area li a {
    font-size: 0.8rem;
  }

  #footer .bnr {
    width: 90%;
  }

  #footer .desc {
    font-size: 0.65rem;
    margin-top: 60px;
    letter-spacing: .05rem;
  }

  #ticketBtn {
    width: 24%;
  }

  body.trigger #snsBtn {
    bottom: 180px;
  }

  #caution #rule {
    padding-top: 25px;
    margin-top: -25px;
  }

  #splash_logo img {
    width: 130px;
  }

  #header .box p {
    margin-top: 10px;
    font-size: 0.7rem;
  }

  #header .logo {
    width: 40%;
  }

  #ticketBtn {
    max-width: 60px;
  }

  #snsBtn img {
    margin-bottom: 6px;
  }

  body.trigger #snsBtn {
    bottom: 240px;
    right: 8px;
  }

  #footer .fLogo {
    width: 40%;
    margin: 0 auto 40px;
  }

  #goods .box {
    padding: 70px 30px 10px;
  }

  #goods .ttl {
    top: -40px;
    max-width: 240px;
  }

  #goods .box li {
    margin-bottom: 20px;
  }

  .bnr1 {
    width: 50%;
    margin: 0 auto 40px;
  }

  #catch .box {
    padding: 60px 20px;
  }

  #catch .item1 {
    top: -30px;
  }

  #catch .txt2 {
    width: 90%;
  }

  #cm .ttl {
    width: 40%;
    margin: 0 auto 10px;
  }

  #catch .desc {
    font-size: .8rem;
  }

  #about .box {
    padding: 80px 20px 140px;
  }

  #about .sub {
    font-size: 1.6rem;
  }

  #about .desc {
    font-size: .8rem;
  }

  #about .how li {
    width: 66%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #about .how li p {
    margin-top: 0;
  }

  #about .how li p {
    font-size: 1.2rem;
  }

  #story .box {
    padding: 40px 20px 180px;
  }

  #story .img1,
  #about .img5 {
    max-width: 220px;
  }

  #goods .box {
    width: 100%;
  }

  #cm .cm-item1 {
    max-width: 100px;
    right: -4vw;
  }

  #about .ttl {
    max-width: 220px;
  }

  #about .box .img1 {
    width: 100%;
  }

  #about .box {
    padding: 50px 20px 140px;
  }

  #play .ttl {
    max-width: 240px;
  }

  #play .box {
    padding: 40px 30px 50px;
  }

  #play .how li {
    width: 100%;
  }

  #play .img5 {
    max-width: 220px;
  }

  #ticket .ttl {
    max-width: 240px;
  }

  #ticket .box {
    padding: 80px 10px 40px;
  }

  #ticket td,
  #ticket th {
    font-size: .6rem;
  }

  #ticket tr:not(:nth-child(1)) td:nth-child(1) {
    padding-left: 0;
    text-align: center;
  }

  #ticket .img1 {
    max-width: 220px;
  }

  #purchase .ttl {
    max-width: 240px;
  }

  #purchase {
    padding: 40px 0;
  }

  #purchase .infoArea {
    padding: 30px 0;
  }

  #ticket .what li {
    width: 100%;
    margin-bottom: 20px;
  }

  .popupBox .box {
    width: 90%;
  }

  .popupBox h3 span {
    font-size: 1.6rem;
  }

  .popupBox h3 {
    font-size: 1rem;
  }

  .popupBox p {
    font-size: .8rem;
  }

  .popupBox h3 {
    margin-bottom: 20px;
  }

  .popupBox .youtube {
    width: 80%;
    padding-top: 55%;
  }

  .popupBox {
    overflow-y: scroll;
  }

  .popupBox .close {
    width: 40px;
  }

  #about .how li:nth-child(2) {
    transition-delay: initial;
  }

  #about .how li:nth-child(3) {
    transition-delay: initial;
  }

  #play .how li:nth-child(2n) {
    transition-delay: initial;
  }

  #ticket .what li {
    width: 90%;
    margin: 0 auto 20px;
  }

  #ticket .what li:nth-child(2) {
    transition-delay: initial;
  }

  .U22_bnr {
    width: 90%;
  }

  .bnrTwo li {
    width: 100%;
  }

  .u22Box p {
    font-size: .64rem;
  }

  .comingsoon {
    color: #fff;
    font-size: 1.5rem;
  }

  #goods .box li {
    width: 90%;
    margin: 0 auto 30px;
  }

  #goods .name {
    font-size: 1.04rem;
  }

  #goods .name span {
    font-size: .9rem;
  }

  .repeat {
    width: 90%;
    margin: 0 auto 20px;
  }

  .pop__img {
    width: 80%;
  }

  .about__date {
    width: 90%;
  }

  .about__txt {
    font-size: 1rem;
    line-height: 190%;
  }

  .about__bnr {
    width: 90%;
  }

  .intro__r {
    width: 86%;
    margin: 0 auto 10px;
  }

  .intro__l {
    width: 100%;
    padding-top: 20px;
  }

  #play h2 {
    width: 70%;
  }

  .play__ul {
    width: 90%;
  }

  .play__ul li {
    width: 48%;
  }

  #how h2 {
    width: 60%;
  }

  #enjoy h2 {
    width: 60%;
  }

  .enjoy__ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  #enjoy h3 {
    font-size: 1.1rem;
  }

  .aenjoy__point {
    width: 100%;
  }


  #kit-schedule h2 {
    width: 80%;
  }

  .item6 {
    top: -40px;
    width: 30px;
  }

  .schedule__bnr small {
    font-size: .8rem;
    letter-spacing: .05em;
  }

  .schedule__bnr img {
    width: 90%;
  }

  .schedule__desc {
    padding: 0;
  }

  .schedule__kids {
    width: 76%;
  }

  .schedule__link {
    width: 80%;
  }

  #buy .schedule__box h4 {
    width: 50%;
    font-size: 1rem;
  }

  .schedule__spot {
    width: 100%;
  }

  .schedule__spot2 {
    width: 100%;
  }

  .schedule__link.ver2 {
    width: 100%;
  }

  .footer__contact h3 {
    width: 60%;
  }

  #about {
    padding: 40px 0 10px;
  }

  #intro {
    padding: 60px 0;
  }

  #play h2 {
    width: 50%;
    margin: 0 auto 30px;
  }

  #how {
    padding: 80px 0 0;
    clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 0px), 0 calc(100% - 0px));
  }

  .how__ul li {
    width: 100%;
  }

  #how h2 {
    width: 36%;
  }

  #enjoy h2 {
    width: 40%;
  }

  .enjoy__ul li img {
    width: 50%;
  }

  .enjoy__txt {
    width: 70%;
  }

  #enjoyPoint {
    padding: 0px 0 10px;
  }

  .enjoy__point {
    width: 80%;
  }

  .enjoy__ul {
    margin-bottom: 10px;
  }

  #kit-schedule {
    padding: 60px 0;
  }

  .schedule__box__inner {
    padding: 30px 10px;
  }

  .schedule__txt {
    font-size: 1.1rem;
    letter-spacing: .02em;
    margin-bottom: 15px;
  }

  .schedule__bnr {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .schedule__desc {
    font-size: .9rem;
    letter-spacing: .02em;
  }

  .schedule__price {
    font-size: 1.4rem;
    margin-bottom: 20px;
    letter-spacing: .03em;
  }

  .schedule__price small {
    font-size: 1rem;
  }

  .schedule__txt.ver2 {
    letter-spacing: 0;
  }

  .schedule__link a {
    font-size: 1rem;
  }

  #kit-schedule .schedule__area:last-child h2 {
    width: 62%;
  }

  #buy .schedule__link a {
    font-size: 1rem;
  }

  .schedule__spot__ttl {
    font-size: 1.1rem;
    letter-spacing: .03em;
  }

  .schedule__arrow small {
    font-size: 1rem;
  }

  .schedule__link a {
    letter-spacing: .02em;
  }

  .schedule__area:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .footer__bnr p {
    width: 100%;
    margin-bottom: 20px;
  }

  #caution .singleList {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
  }

  .footer__contact__box dt {
    font-size: 1rem;
    letter-spacing: .03em;
  }

  .footer__bnr2 li {
    width: 51%;
    margin: 0 auto 40px;
  }

  #footer .desc {
    font-size: 0.7rem;
    margin-top: 0px;
  }

  #header.show #spMenu ul {
    width: 80%;
  }

  .popupBox p {
    width: 90%;
  }

  #header #spMenu {
    background-size: 44%;
  }

  .footer__contact__box {
    width: 90%;
    margin: 0 auto 30px;
  }

  .play__ul li:nth-child(3n+2) {
    transition-delay: initial;
  }

  .play__ul li:nth-child(3n) {
    transition-delay: initial;
  }

  .play__ul li:nth-child(2n) {
    transition-delay: .3s;
  }

  .how__ul li:nth-child(2n) {
    transition-delay: initial;
  }

  .enjoy__ul li:nth-child(3n+2) {
    transition-delay: initial;
  }

  .enjoy__ul li:nth-child(3n) {
    transition-delay: initial;
  }

  #caution .singleDescBox .subDesc.ver2 b {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
  }

  .schedule__caution {
    font-size: .9rem;
  }

  .about__txt {
    letter-spacing: .05em;
  }

  .how__ul li .btn1 {
    width: 100%;
    margin: 20px auto 0;
  }

  .schedule__link2 {
    width: 70%;
  }

  #roopSlider p {
    border: 4px solid #000;
  }

  #roopSlider {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
  }

  .schedule__desc small {
    font-weight: lighter;
    line-height: 130%;
    display: block;
    margin-top: 10px;
    letter-spacing: 0;
  }

  .parts__list li {
    margin-bottom: 30px;
    letter-spacing: 0.06em;
    font-size: 0.9rem;
    line-height: 170%;
  }

  #caution .singleDescBox .subTtl {
    margin-bottom: 14px;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    letter-spacing: .03em;
    line-height: 150%;
  }

  .schedule__open {
    width: 100%;
  }

  .location {
    font-size: 1.1rem;
  }

  #close3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #close4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Iphone SE*/
@media only screen and (max-width: 320px) {

  .popupBox h3 span {
    font-size: 1.3rem;
  }

  .popupBox h3 {
    font-size: .9rem;
  }

  .popupBox p {
    font-size: .6rem;
  }

  #ticketBtn {
    width: 14%;
  }

  body.trigger #snsBtn {
    bottom: 210px;
  }

}