@charset "utf-8";

#header.jsShow{
    transition-delay: 1s;
}
@media only screen and (max-width:767px){
    #header.jsShow{
        transition-delay: 3s;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secHeroTop */
.secHeroTop{
    position: relative;
    text-align: center;
    padding: 24rem 0;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.secHeroTop .TxtTop{
    position: relative;
    width: 117rem;
    margin: 0 auto;
}
.tablet .secHeroTop .TxtTop{
    width: 100rem;
}
/* secHero */
.secHero{
    text-align: center;
    position: relative;
}
.secHero .txtDate01{
    font-size: var(--pcFontSize110);
    letter-spacing: var(--pcLetterSpacing110_0);
    font-weight: bold;
    margin-top: 4rem;
}
.secHero .fDay{
    font-size: var(--pcFontSize50);
    letter-spacing: var(--pcLetterSpacing50_0);
    vertical-align: 1.4rem;
}
.secHero .txtDate02{
    font-size: var(--pcFontSize100);
    letter-spacing: var(--pcLetterSpacing100_0);
    font-weight: bold;
    margin-top: 1.3rem;
}
.secHero .txtPlace{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_0);
    font-weight: bold;
    margin-top: 3rem;
}
.secHero .txtTime{
    font-size: var(--pcFontSize40);
    letter-spacing: var(--pcLetterSpacing40_0);
    font-weight: bold;
    margin-top: 2rem;
}
.secHero .txtWait{
    width: 10.2rem;
    position: absolute;
    bottom: 9rem;
    left: calc(50% + 26.8rem);
}
.secHero .txtArtist{
    font-size: var(--pcFontSize34);
    letter-spacing: var(--pcLetterSpacing34_0);
    font-weight: bold;
    margin-top: 3.3rem;
}
.secHero .txtWait.jsShow{
    animation: puff-in-center 0.5s cubic-bezier(0.550, 0.055, 0.675, 0.190) both 3s;
}
@keyframes puff-in-center {
    0% {
        transform: scale(2);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}
.secHeroTop .boxTopBtn{
    margin-top: 5rem;
}
.secHeroTop .txtTicket{
    text-decoration: none;
    width: 55rem;
    height: 10rem;
    margin: 0 auto;
    font-size: var(--pcFontSize30);
    background-image: -moz-linear-gradient( -0.02deg, rgb(0,176,255) 0%, rgb(255,0,133) 50%, rgb(255,131,0) 100%);
    background-image: -webkit-linear-gradient( -0.02deg, rgb(0,176,255) 0%, rgb(255,0,133) 50%, rgb(255,131,0) 100%);
    background-image: -ms-linear-gradient( -0.02deg, rgb(0,176,255) 0%, rgb(255,0,133) 50%, rgb(255,131,0) 100%);
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:767px){
    /* secHeroTop */
    .secHeroTop{
        position: relative;
        text-align: center;
        padding: 19rem 0 0 0;
        height: auto;
    }
    .secHeroTop .TxtTop{
        width: 34.5rem;
        margin: 0 auto 1.5rem;
    }
    .secHero .txtDate01{
        display: inline-block;
        font-size: var(--spFontSize60);
        letter-spacing: var(--spLetterSpacing60_0);
        position: relative;
        margin-top: 7rem;
    }
    .secHero .fYear{
        font-size: var(--spFontSize25);
        letter-spacing: var(--spLetterSpacing25_0);
        position: absolute;
        top: -2.5rem;
        left: 0;
    }
    .secHero .fDay{
        font-size: var(--spFontSize30);
        letter-spacing: var(--spLetterSpacing30_0);
        vertical-align: 0.6rem;
    }
    .secHero .txtDate02{
        font-size: var(--spFontSize50);
        letter-spacing: var(--spLetterSpacing50_0);
        margin-top: 0.5rem;
    }
    .secHero .txtPlace{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_13);
        letter-spacing: var(--spLetterSpacing20_0);
        margin-top: 1.3rem;
    }
    .secHero .txtTime{
        font-size: var(--spFontSize20);
        letter-spacing: var(--spLetterSpacing20_0);
        margin-top: 1.5rem;
    }
    .secHero .txtWait{
        width: 5.1rem;
        bottom: 6.4rem;
        left: calc(50% + 9.8rem);
    }
    .secHero .txtArtist{
        font-size: var(--spFontSize16);
        letter-spacing: var(--spLetterSpacing16_0);
        margin-top: 1.3rem;
    }
    .secHero .txtDate01.jsShow,
    .secHero .txtDate02.jsShow{
        transition-delay: 1s;
    }
    .secHero .txtPlace.jsShow,
    .secHero .txtTime.jsShow,
    .secHero .txtArtist.jsShow{
        transition-delay: 2s;
    }
    .secHeroTop .boxTopBtn{
        margin-top: 2rem;
    }
    .secHeroTop .txtTicket{
        width: 24.5rem;
        height: 6rem;
        font-size: var(--spFontSize16);
    }
}

/* secPrice */
.secPrice{
    border: 1px solid #fff;
    margin-top: 8rem;
    padding: 3rem 3rem 3.5rem 3rem;
}
.secPrice .tit{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_18);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing18_025);
}
.secPrice .txt{
    font-size: var(--pcFontSize12);
    line-height: var(--pcLineHeight12_183);
    letter-spacing: var(--pcLetterSpacing12_025);
    margin: 1rem 0 0 1.5rem;
}
@media only screen and (max-width:767px){
    .secPrice{
        margin-top: 3rem;
        padding: 2rem 1.8rem;
        transition-delay: 3s;
    }
    .secPrice .tit{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_172);
        letter-spacing: 0;
        padding-left: 8.6rem;
        position: relative;
    }
    .secPrice .tit + .tit{
        margin-top: 0.5rem;
    }
    .secPrice .titIn{
        position: absolute;
        top: 0;
        left: 0;
    }
    .secPrice .txt{
        font-size: var(--spFontSize11);
        line-height: var(--spLineHeight11_15);
        letter-spacing: 0;
        margin: 0.5rem 0 0 0;
    }
}


/* secArtist */
.secArtist{
    position: relative;
    margin-top: 8rem;
    z-index: 10;
}
.secArtist .boxSlider{
    position: relative;
    overflow: hidden;
}
.secArtist .swiper-wrapper{
    transition-timing-function: linear;
}
.secArtist .swiper{
    width: 38rem;
    overflow: visible;
}
@media only screen and (max-width:767px){
    .secArtist{
        margin-top: 3rem;
    }
    .secArtist .swiper{
        width: 32.534vw;
    }
    .secArtist .img{
        text-align: center;
    }
    .secArtist img{
        max-width: 100%;
        height: auto;
    }
}

/* secBnr */
.secBnr .boxBuy{
    display: block;
    position: relative;
    margin-top: 15rem;
    color: #fff;
    text-decoration: none;
}
.bnrTxtBox  + .boxBuy,
.boxBuy .bnr + .bnr,
.bnrOnLink + .secBnr .boxBuy,
.secBnr .boxBuy + .boxBuy{
    margin-top: 5rem;
}
.secBnr .icoNew{
    width: 9rem;
    position: absolute;
    top: -4.5rem;
    left: 2rem;
}
.secBnr .bnrTxtBox{
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 2rem auto 5rem;
}
.secBnr .bnrTxt{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_18);
}
.secBnr .bnrTxt.fYl{
    position: relative;
    color: #fff100;
    padding-left: 2rem;
    display: inline-block;
}
.secBnr .bnrTxt.fYl::before{
    position: absolute;
    content: '⚠︎';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    font-size: var(--pcFontSize18);
}
@media only screen and (max-width:767px){
    .secBnr .boxBuy{
        margin-top: 7rem;
    }
    .bnrTxtBox  + .boxBuy,
    .boxBuy .bnr + .bnr,
    .bnrOnLink + .secBnr .boxBuy,
    .secBnr .boxBuy + .boxBuy{
        margin-top: 3rem;
    }
    .secBnr .icoNew{
        width: 4rem;
        top: -2rem;
        left: 1rem;
    }
    .secBnr .bnrTxtBox{
        margin: 1rem auto 3rem;
    }
    .secBnr .bnrTxt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_167);
    }
    .secBnr .bnrTxt.fYl{
        padding-left: 1.5rem;
    }
    .secBnr .bnrTxt.fYl::before{
        top: 0.2rem;
        font-size: var(--spFontSize10);
    }
}

/* secNote */
.secNote{
    margin-top: 10rem;
}
.secNote .btnNote{
    height: 8rem;
    font-size: var(--pcFontSize16);
    letter-spacing: var(--pcLetterSpacing16_025);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}
.secNote .bg01{
    background: #ff0;
}
.secNote .bg02{
    background: #00fffc;
}
.secNote .bg03{
    background: #ff4902;
    flex-direction: column;
    color: #fff;
    height: auto;
    padding: 3rem 0;
}
.secNote .btnNote.end{
    position: relative;
}
.secNote .btnNote.end::after{
    position: absolute;
    content: '募集は終了いたしました';
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: var(--pcFontSize26);
}
.secNote .btnNote .tit{
    font-size: var(--pcFontSize24);
    letter-spacing: var(--pcLetterSpacing24_025);
}
.secNote .btnNote .txt{
    font-size: var(--pcFontSize17);
    letter-spacing: var(--pcLetterSpacing17_025);
    color: #ff0;
    margin-top: 1.6rem;
}
.secNote .btnNote .txtLink{
    font-size: var(--pcFontSize15);
    letter-spacing: var(--pcLetterSpacing15_025);
    border: 0.1rem solid #fff;
    border-radius: 0.5rem;
    padding: 1.1rem 1.6rem;
    margin-top: 1.4rem;
}
.secNote .btnNote + .btnNote{
    margin-top: 2rem;
}
@media only screen and (max-width:767px){
    .secNote{
        margin-top: 5rem;
    }
    .secNote .btnNote{
        height: 6rem;
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    .secNote .bg03{
        background: #ff4902;
        flex-direction: column;
        color: #fff;
        height: auto;
        padding: 3rem 0;
    }
    .secNote .btnNote.end::after{
        font-size: var(--spFontSize14);
    }
    .secNote .btnNote .tit{
        font-size: var(--spFontSize14);
        letter-spacing: var(--spLetterSpacing14_0);
    }
    .secNote .btnNote .txt{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
        margin-top: 1.6rem;
    }
    .secNote .btnNote .txtLink{
        font-size: var(--spFontSize12);
        letter-spacing: var(--spLetterSpacing12_0);
        padding: 1.1rem 1.6rem;
        margin-top: 1.4rem;
    }
    .secNote .btnNote + .btnNote{
        margin-top: 1rem;
    }
}

/* secX */
.secX{
    margin-top: 8.7rem;
}
.secX .tit{
    font-size: var(--pcFontSize100);
    letter-spacing: var(--pcLetterSpacing100_0);
    font-weight: bold;
    text-align: center;
}
.secX .boxX{
    height: 0;
    padding-top: 87.5%;
    position: relative;
    width: 55rem;
    margin: 5rem auto 0;
}
.secX iframe{
    width: 100%!important;
    height: 100%!important;
    position: absolute!important;
    top: 0;
    left: 0;
    border-radius: 0 0 1rem 1rem;
}
.secX .spinner {
    width: 4rem;
    height: 4rem;
    animation: spinnerAnimation 1.2s infinite ease-in-out;
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    background: #fff;
}
@keyframes spinnerAnimation{
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@media only screen and (max-width:767px){
    .secX{
        margin-top: 5.3rem;
    }
    .secX .tit{
        font-size: var(--spFontSize50);
        letter-spacing: var(--spLetterSpacing50_0);
    }
    .secX .boxX{
        margin-top: 2.8rem;
        padding-top: 130.9%;
        width: 100%;
    }
    .secX .spinner {
        width: 3rem;
        height: 3rem;
        top: calc(50% - 1.5rem);
        left: calc(50% - 1.5rem);
    }
}

/* loading */
#loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loading::before,
#loading::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #1e1005;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
#loading::before{
    left: 140px;
}
#loading::after{
    right: 140px;
}
#loading.loaded::before,
#loading.loaded::after{
    animation: lineGrow 1.25s var(--lineAnimationFunction) forwards;
}
#loading .panelLeft,
#loading .panelRight{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    overflow: hidden;
}
#loading .panelLeft{
    left: 0;
}
#loading .panelLeft::before,
#loading .panelRight::before{
    content: "";
    width: 100vw;
    height: 100%;
    background: url(../img/index/bgLoading.jpg) center center / cover no-repeat;
    position: absolute;
    top: 0;
}
#loading .panelLeft::before{
    left: 0;
}
#loading .panelRight,
#loading .panelRight::before{
    right: 0;
}
#loading.loaded .panelLeft{
    animation: panelLeftAnimation 1.25s var(--openAnimationFunction) forwards 1.5s;
}
@keyframes panelLeftAnimation {
    0% {
        transform: none;
    }
    100% {
        transform: translateX(-100%);
    }
}
#loading.loaded .panelRight{
    animation: panelRightAnimation 1.25s var(--openAnimationFunction) forwards 1.5s;
}
@keyframes panelRightAnimation {
    0% {
        transform: none;
    }
    100% {
        transform: translateX(100%);
    }
}
#loading.loaded .txt{
    animation: txtAnimation 0.5s ease-in-out forwards 0.5s;
}
@keyframes txtAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#loading .lineCenter{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    clip-path: polygon(0 0, 100% 0, 100% calc(50% - 62.5px), 0 calc(50% - 62.5px), 0 calc(50% + 62.5px), 100% calc(50% + 62.5px), 100% 100%, 0 100%);
}
#loading .lineCenter::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #1e1005;
    position: absolute;
    bottom: 0;
    left: 0;
}
#loading.loaded .lineCenter::before{
    animation: lineGrow 1.75s var(--lineAnimationFunction) forwards;
}
@keyframes lineGrow {
    0% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
#loading .boxLineCircle{
    width: 125px;
    height: 125px;
    position: absolute;
    top: calc(50% - 62.5px);
    left: calc(50% - 62.5px);
}
#loading .lineCircle {
    stroke: #1e1005;
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 390;
    stroke-dashoffset: 0;
}
#loading.loaded .lineCircle {
    animation: circle-animation 1.5s var(--circleAnimationFunction) forwards;
}
@keyframes circle-animation {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 390;
    }
}
#loading .txt{
    width: 46px;
    height: 47px;
    background: url(../img/index/txtLoading.png) center top / cover no-repeat;
    position: relative;
    z-index: 100;
}
@media only screen and (max-width:767px){
    #loading{
        background-image: url(../img/index/bgLoading_sp.jpg) center center / cover no-repeat;
    }
    #loading::before{
        left: 30px;
    }
    #loading::after{
        right: 30px;
    }
    #loading .txt{
        width: 38px;
    }
    #loading .lineCenter{
        clip-path: polygon(0 0, 100% 0, 100% calc(50% - 50.5px), 0 calc(50% - 50.5px), 0 calc(50% + 50.5px), 100% calc(50% + 50.5px), 100% 100%, 0 100%);
    }
    #loading .boxLineCircle{
        width: 101px;
        height: 101px;
        top: calc(50% - 50.5px);
        left: calc(50% - 50.5px);
    }
    #loading .lineCircle {
        stroke-dasharray: 314;
    }
    #loading.loaded .lineCircle {
        animation: circle-animation-sp 1.5s var(--circleAnimationFunction) forwards;
    }
    @keyframes circle-animation-sp {
        0% {
            stroke-dashoffset: 0;
        }
        100% {
            stroke-dashoffset: 314;
        }
    }
    #loading .txt{
        width: 38px;
        height: 37px;
    }
}

/* bnrOnLink */
.bnrOnLink{
    margin-top: 5rem;
    text-align: center;
}
.bnrOnLink .imgLinkBox{
    position: relative;
    display: inline-block;
}
.bnrOnLink .linkList{
    position: absolute;
    display: flex;
    bottom: 5rem;
    left: 5rem;
}
.bnrOnLink .linkList li + li{
    margin-left: 1rem;
}
.bnrOnLink .linkList li a{
    display: inline-block;
}
@media only screen and (max-width:767px){
    /* bnrOnLink */
    .bnrOnLink{
        margin-top: 3rem;
    }
    .bnrOnLink .linkList{
        bottom: 2rem;
        left: 2rem;
    }
    .bnrOnLink .linkList li{
        width: 32%;
    }
    .bnrOnLink .linkList li:nth-child(2){
        width: 40%;
    }
    .bnrOnLink .linkList li + li{
        margin-left: 0.8rem;
    }
}


.secBgSlider{
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    transition: opacity 0.6s ease-in-out;
    mask-image: linear-gradient(to top,transparent,white 20%,white,white 100%,transparent);
}
.secBgSlider .vegas-overlay{
    opacity: 0;
}
.secBgSlider::after{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    background-image: -moz-linear-gradient( 90deg, rgb(2,12,44) 0%, rgba(2,12,44,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(2,12,44) 0%, rgba(2,12,44,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(2,12,44) 0%, rgba(2,12,44,0) 100%);
}
.vegas-timer{display: none;}

/* secImgBnr */
.secImgBnr{
    text-align: center;
    margin-top: 8rem;
}
@media only screen and (max-width:767px){
    .secImgBnr{
        margin-top: 5rem;
        max-width: 24.5rem;
    }
}