@media screen and (max-width: 768px){
    #contents{
        background: url("../img/bg2_sp.png") repeat center top/contain;
    }
}

#story1{
    background: url("../img/bg-story1_sp.png") no-repeat center top/cover;
}
#story1 .story-title{
    width:min(623px,100vw*(623/750));
    height: min(117px,100vw*(117/750));
    background: url("../img/performance-story1-title.png") no-repeat center bottom/contain;
}
#story2{
    background: url("../img/bg-story2_sp.png") no-repeat center top/cover;
}
#story2 .story-title{
    width: min(663px,100vw*(663/750));
    height: min(117px,100vw*(117/750));
    background: url("../img/performance-story2-title.png") no-repeat center bottom/contain;
}
.story{
    border-bottom: 3px solid var(--bk);
}
.story > .inner{
    padding-top: min(80px,100vw*(80/750));
}
.story-title{
    margin: 0 auto min(50px,100vw*(50/750));
}
.story-lead{
    width: min(660px,100vw*(660/750));
    margin: 0 auto min(64px,100vw*(64/750));
    padding: min(25px,100vw*(25/750));
    position: relative;
    line-height: calc(54/33);
}
.story-lead:after,
.story-lead:before{
    content: "";
    width: min(50px,100vw*(50/750));
    height: min(50px,100vw*(50/750));
    border-width: 0;
    border-style: solid;
    border-color: var(--bk);
    position: absolute;
}
.story-lead:after{
    bottom: 0;
    right: 0;
    border-right-width: 3px;
    border-bottom-width: 3px;
}
.story-lead:before{
    left: 0;
    top: 0;
    border-left-width: 3px;
    border-top-width: 3px;
}
.story-ribbon{
    width: min(470px,100vw*(470/750));
    height: min(106px,100vw*(106/750));
    margin-bottom: min(35px,100vw*(35/750));
    padding-top: 0.5em;
    padding-left: 1.0em;
    color: #fff;
    font-size: 4.0rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: left;
    position: relative;
    z-index: 1;
}
#story1 .story-ribbon::before{
    background: url("../img/story1-ribbon.png") no-repeat left top/contain;
}
#story2 .story-ribbon::before{
    background: url("../img/story2-ribbon.png") no-repeat left top/contain;
}
.story-character{
    margin-bottom: min(60px,100vw*(60/750));
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.story-character ul{
    display: grid;
    grid-template-columns: repeat(2,min(310px,100vw*(310/750)));
    gap: min(44px,100vw*(44/750));
    justify-content: center;
    margin-bottom: min(20px,100vw*(20/750));
}
.story-character ul li figure{
    position: relative;
    z-index: 0;
}
.story-character ul li figure + img{
    display: block;
    width: min(181px,100vw*(181/750));
    margin: max(-20px,-100vw*(20/750)) auto 0;
    position: relative;
    z-index: 1;
}
.story-character ul li figure:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid var(--bk);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.story-cast{
    padding-bottom: min(50px,100vw*(50/750));
    font-size: min(20px,100vw*(20/750));
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.story-cast dl{
    display: grid;
    grid-template-columns: repeat(3,min(210px,100vw*(210/750)));
    gap: min(40px,100vw*(40/750)) min(17px,100vw*(17/750));
    justify-content: center;
    position: relative;
}
.story-cast dl:not(:last-child){
    margin-bottom: min(20px,100vw*(20/750));
}
.story-cast dl + p:not(:last-child){
    margin-bottom: min(40px,100vw*(40/750));
}
.story-cast dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 3;
    position: absolute;
    top: max(-20px,-100vw*(20/750));
    left: 0;
    z-index: 2;
    width: min(130px,100vw*(130/750));
    height: min(50px,100vw*(50/750));
    color: #fff;
    background: url("../img/bg-date.png") repeat center/contain;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-style: solid;
    border-color: var(--bk);
}
.story-cast dl dd figure{
    position: relative;
    z-index: 0;
    aspect-ratio: 210/300;
}
.story-cast dl dd figure > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-cast dl dd figure + img{
    display: block;
    width: min(181px,100vw*(181/750));
    margin: max(-40px,-100vw*(40/750)) auto 0;
    position: relative;
    z-index: 1;
}
.story-cast dl dd figure:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid var(--bk);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 769px){
    .story-title{
        margin: 0 auto 30px;
    }
    .story-lead{
        width: 820px;
        margin: 0 auto 48px;
        padding: 25px 45px;
    }
    .story-ribbon{
        margin-bottom: 50px;
    }
    .story-character ul{
        margin-bottom: 30px;
    }
    .story-cast{
        padding-bottom: 70px;
    }
    .story-cast dl{
        grid-template-columns: repeat(3, 250px);
        gap: 56px 36px;
    }
    .story-cast dl dd figure{
        aspect-ratio: 250/300;
    }
    .story-cast dl:not(:last-child){
        margin-bottom: 30px;
    }
    .story-cast dl + p:not(:last-child){
        margin-bottom: 56px;
    }
}

#performer{
    border-bottom: 3px solid var(--bk);
    background: url("../img/bg-performer_sp.png") no-repeat center/cover;
    position: relative;
}
#performer > .inner{
    padding: 0 min(20px,100vw*(20/750)) min(60px,100vw*(60/750));   
}
.performer-title{
    width: min(621px,100vw*(621/750));
    position: relative;
    top: max(-30px,-100vw*(30/750));
    left: 50%;
    transform: translateX(-50%);
}
.performer-schedule{
    overflow: auto;
}
.performer-schedule > img{
    width: auto;
    height: min(550px,100vw*(550/750));
    max-width: inherit;
}
@media screen and (max-width: 768px){
    .performance-detail{
        background: url("../img/bg-performance-detail_sp.png") no-repeat center top/100% auto;
        overflow: hidden;
    }
}
@media screen and (min-width: 769px){
    #performer{
        background: url("../img/bg-performer.png") no-repeat center/cover;
    }
    #performer > .inner{
        padding: 0 40px 30px;
    }
    .performance-detail{
        background: url("../img/bg-performance-detail.png") no-repeat center -30px/100% auto;
        overflow: hidden;
    }
    .performer-schedule > img{
        width: max-content;
        height: auto;
    }
}

#staff > .inner{
    display: flex;
    flex-direction: column;
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(48px,100vw*(48/750));
    position: relative;
    z-index: 0;
}
.staff-title{
    width: min(447px,100vw*(447/750));
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.staff-image{
    width: min(450px,100vw*(450/750));
    margin-top: max(-130px,-100vw*(130/750));
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.staff-list{
    width: 100%;
    margin-top: max(-40px,-100vw*(40/750));
    padding: min(60px,100vw*(60/750)) min(30px,100vw*(30/750)) min(40px,100vw*(40/750));
    line-height: calc(45/33);
    background-color: #fff;
    border: 3px solid var(--bk);
    position: relative;
    z-index: 1;
}
.staff-list ul{
    margin-top: -0.325em;
    margin-bottom: -0.325em;
}
.staff-list li{
    padding: 0.325em 0;
}
.staff-list li:not(:last-child){
    background: url("../img/line2.png") repeat-x left bottom;
}
@media screen and (min-width: 769px){
    #staff > .inner{
        width: 820px;
        padding-top: 44px;
    }
    .staff-title{
        width: 196px;
        margin-top: -20px;
        margin-right: -25px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .staff-image{
        width: 300px;
        margin-top: 180px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .staff-list{
        width: 570px;
        min-height: 640px;
        margin-top: 0;
        padding: 30px;
        font-size: 1.9rem;
        line-height: calc(30/19);
    }
    .staff-list ul{
        margin-top: -0.4em;
        margin-bottom: -0.4em;
    }
    .staff-list li{
        padding: 0.4em 0.25em;
    }
    .staff-list li:not(:last-child){
        background: url("../img/line2.png") repeat-x left bottom;
    }
}

#schedule > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(58px,100vw*(58/750));
}
.schedule-title{
    width: min(501px,100vw*(501/750));
    margin: 0 auto min(30px,100vw*(30/750));
}
.schedule-list{
    width: 100%;
    padding: min(50px,100vw*(50/750)) min(30px,100vw*(30/750));
    line-height: calc(58/33);
    background-color: #fff;
    border: 3px solid var(--bk);
}
.schedule-list h3{
    width: max-content;
    margin-bottom: 1.0em;
    padding: 0 0.25em;
    color: #fff;
    font-size: min(33px, 100vw*(33/750));
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: min(48px,100vw*(48/750));
    border-radius: 6px;
}
.schedule-list ul{
    margin-bottom: -0.25em;
}
.schedule-day h3{
    background-color: #f15d92;
}
.schedule-night h3{
    background-color: #26d3bd;
}
.schedule-day ul li::first-letter{
    color: #f15d92;
}
.schedule-night ul li::first-letter{
    color: #26d3bd;
}
@media screen and (min-width: 769px){
    #schedule{
        position: relative;
        z-index: 1;
    }
    #schedule > .inner{
        width: 820px;
        padding-top: 80px;
        position: relative;
        z-index: 0;
    }
    .schedule-title{
        width: 196px;
        margin-top: 36px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .schedule-list{
        width: 600px;
        margin-left: auto;
        margin-bottom: -30px;
        padding: 40px 30px;
        font-size: 2.8rem;
        line-height: calc(40/28);
    }
    .schedule-list h3{
        padding: 0 0.325em;
        font-size: 2.8rem;
        line-height: 40px;
    }
    .schedule-list p{
        margin-bottom: 0.25em;
        font-size: 2.4rem;
    }
    .schedule-night{
        padding-top: 0.8em;
    }
}

#access > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(58px,100vw*(58/750));
}
.access-title{
    width: min(575px,100vw*(575/750));
    margin: 0 auto min(38px,100vw*(38/750));
}
.access-map{
    width: 100%;
    margin-bottom: min(38px,100vw*(38/750));
    background-color: #fff;
    border: 3px solid var(--bk);
}
.access-map iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.975;
}
.access-address{
    padding: min(20px,100vw*(20/750));
    background-color: #fff;
}
.access-address p{
    padding-left: min(10px,100vw*(10/750));
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: calc(37/25);
    border-left: 10px solid #26d3bd;
}
.access-address p small{
    display: inline-block;
    font-size: 2.0rem;
    line-height: calc(24/20);
}
.access1{
    margin-bottom: min(38px,100vw*(38/750));
}
.access1,
.access2{
    position: relative;
}
.access1:before,
.access2:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid var(--bk);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 769px){
    #access{
        position: relative;
        z-index: 0;
    }
    #access > .inner{
        width: 820px;
        padding-top: 0;
        position: relative;
        z-index: 0;
    }
    .access-title{
        width: 175px;
        position: absolute;
        top: 55px;
        right: 0;
    }
    .access-map{
        width: 600px;
        margin-bottom: -40px;
        position: relative;
        z-index: 3;
    }
    .access-address p{
        font-size: 2.0rem;
    }
    .access-address p small{
        font-size: 1.6rem;
    }
    .access1,
    .access2{
        width: 594px;
        height: 400px;
    }
    .access1{
        margin-bottom: -50px;
        margin-left: 50px;
        position: relative;
        z-index: 2;
    }
    .access2{
        margin-left: auto;
        position: relative;
        z-index: 1;
    }
    .access1 img,
    .access2 img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#ticket > .inner{
    display: flex;
    flex-direction: column;
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(38px,100vw*(38/750));
    position: relative;
    z-index: 0;
}
.ticket-title{
    width: min(382px,100vw*(382/750));
    margin-left: auto;
    position: relative;
    z-index: 3;
}
.ticket-image{
    margin-top: max(-50px,-100vw*(50/750));
    margin-bottom: max(-24px,-100vw*(24/750));
    margin-left: min(30px,100vw*(30/750));
    position: relative;
    z-index: 2;
}
.ticket-list{
    width: 100%;
    min-height: min(780px,100vw*(780/750));
    margin-bottom: min(24px,100vw*(24/750));
    padding: min(40px,100vw*(40/750)) min(30px,100vw*(30/750)) min(30px,100vw*(30/750));
    background-color: #fff;
    border: 3px solid var(--bk);
    line-height: calc(50/33);
    position: relative;
    z-index: 1;
}
.ticket-list h3{
    width: max-content;
    margin-bottom: 0.75em;
    padding: 0 0.25em;
    color: #fff;
    font-size: min(33px, 100vw*(33/750));
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: min(48px,100vw*(48/750));
    border-radius: 6px;
}
.ticket-list p{
    margin-bottom: -0.325em;
}
.ticket-list small{
    font-size: 2.5rem;
}
.ticket-list .soldout{
    text-decoration: line-through;
}
.ticket-list .red{
    color: #bf211f;
}
.ticket-type{
    background-color: #fba90c;
}
.ticket-lottery{
    background-color: #bf211f;
}
@media screen and (min-width: 769px){
    #ticket > .inner{
        width: 820px;
        padding-top: 100px;
    }
    .ticket-title{
        width: 175px;
        margin-top: 55px;
        margin-left: -50px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ticket-image{
        width: 240px;
        margin-top: 220px;
        margin-bottom: 0;
        margin-left: 50px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .ticket-list{
        width: 600px;
        min-height: 600px;
        margin-bottom: 0;
        margin-left: auto;
        font-size: 2.2rem;
        position: relative;
        z-index: 0;
    }
    .ticket-list h3{
        margin-left: 80px;
        font-size: 2.8rem;
        line-height: 40px;
    }
    .ticket-list p{
        padding-left: 80px;
    }
    .ticket-list small{
        display: inline-block;
        font-size: 1.9rem;
        transform: translateY(-0.25em);
    }
    .ticket1{
        width: 793px;
        margin-top: -146px;
        position: relative;
        z-index: 1;
    }
    .ticket1 a{
        display: inline-block;
        transition: 0.3s ease;
    }
    .ticket1 a:hover{
        opacity: 1;
        transform: translateY(-2.5%) scale(1.025);
    }
}

#live > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(50px,100vw*(50/750));
    position: relative;
    z-index: 0;
}
.live-title{
    width: min(310px,100vw*(310/750));
    margin: 0 auto;
    transform: translateX(max(-60px,-100vw*(60/750)));
    position: relative;
    z-index: 3;
}
.live-image{
    width: min(450px,100vw*(450/750));
    margin-top: max(-70px,-100vw*(70/750));
    margin-bottom: min(-40px,-100vw*(40/750));
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.live-list{
    width: 100%;
    min-height: min(710px,100vw*(710/750));
    padding: min(60px,100vw*(60/750)) min(30px,100vw*(30/750));
    background-color: #fff;
    border: 3px solid var(--bk);
    line-height: calc(50/33);
    position: relative;
    z-index: 1;
}
.live-list h3{
    width: max-content;
    margin-bottom: 0.5em;
    padding: 0 0.25em;
    background-color: #fba90c;
    color: #fff;
    font-size: min(33px, 100vw*(33/750));
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: min(48px,100vw*(48/750));
    border-radius: 6px;
}
.live-list p{
    margin-bottom: -0.325em;
}
.ticket2{
    width: min(630px,100vw*(630/750));
    margin: max(-190px,-100vw*(190/750)) auto 0;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 769px){
    #live > .inner{
        width: 820px;
        padding-top: 90px;
    }
    .live-title{
        width: 173px;
        transform: translateX(0);
        position: absolute;
        top: 40px;
        right: -10px;
    }
    .live-image{
        width: 310px;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 194px;
        right: 0;
    }
    .live-list{
        width: 470px;
        min-height: 680px;
        padding: 40px 30px;
        font-size: 2.2rem;
    }
    .live-list h3{
        font-size: 2.8rem;
        line-height: 40px;
    }
    .ticket2{
        width: 791px;
        margin: -210px auto 0;
    }
    .ticket2 a{
        display: inline-block;
        transition: 0.3s ease;
    }
    .ticket2 a:hover{
        opacity: 1;
        transform: translateY(-2.5%) scale(1.025);
    }
}

#goods{
    border-bottom: 3px solid var(--bk);
}
#goods > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(38px,100vw*(38/750));
    padding-bottom: min(60px,100vw*(60/750));
    position: relative;
    z-index: 0;
}
.goods-title{
    width: min(212px,100vw*(212/750));
    position: absolute;
    top: min(38px,100vw*(38/750));
    left: 0;
    z-index: 3;
}
.goods-image{
    width: min(570px,100vw*(570/750));
    margin-top: min(40px,100vw*(40/750));
    margin-bottom: min(40px,100vw*(40/750));
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.goods-lead{
    margin: 1.0em 0;
    padding-top: 1.0em;
    font-size: 2.8rem;
}
.goods-list ul{
    display: grid;
    grid-template-columns: repeat(1,min(665px,100vw*(665/750)));
    gap: min(40px,100vw*(40/750)) min(0px,100vw*(0/750));
    font-size: 2.5rem;
    font-weight: 500;
    line-height: calc(37.5/25);
}
.goods-list ul li span{
    display: inline-block;
    margin-bottom: 0.4em;
}
.goods-thumbnail{
    position: relative;
    margin-bottom: 0.75em;
}
.goods-thumbnail:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid var(--bk);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media screen and (min-width: 769px){
    #goods {
        border-bottom: 4px solid var(--bk);
    }
    #goods > .inner{
        width: 820px;
    }
    .goods-image{
        width: 730px;
    }
    .goods-lead{
        white-space: nowrap;
        font-size: 2.6rem;
        font-weight: 500;
    }
    .goods-list ul{
        grid-template-columns: repeat(1, 820px);
        gap: 30px 0px;
        font-size: 2.0rem;
    }
    .goods-thumbnail:before{
        border: 3px solid var(--bk);
    }
}

#faq{
    background: url("../img/bg-faq.png") no-repeat center top/100% auto;
}
#faq > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(90px,100vw*(90/750));
    padding-bottom: min(75px,100vw*(75/750));
}
.faq-title{
    width: min(198px,100vw*(198/750));
    margin: 0 auto min(58px,100vw*(58/750));
}
#faq h3{
    display: flex;
    padding: 0.75em 1.25em;
    background: url("../img/faq-label.png") no-repeat center/cover;
    border: 3px solid var(--bk);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    cursor: pointer;
}
#faq .toggle + h3{
    margin-top: min(30px,100vw*(30/750));
}
#faq h3 .fa-solid{
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    margin-left: auto;
    transition: all 0.5s ease;
    transform: rotate(0deg);
}
#faq h3.active .fa-solid{
    transform: rotate(180deg);
}

#faq b{
    margin-right: 0.25em;
    font-size: 2.8rem;
    font-weight: 700;
}
#faq .toggle{
    display: none;
    padding: 0.75em 1.5em 0.75em 3.0em;
    text-indent: -1.75em;
    background-color: rgba(255,255,255,0.7);
    border-left: 3px solid var(--bk);
    border-right: 3px solid var(--bk);
    border-bottom: 3px solid var(--bk);
    font-size: 2.2rem;
    font-weight: 500;
}
#faq .toggle b{
    color: #bf211f;
}
#faq .contact{
    margin-top: min(80px,100vw*(80/750));
}
#faq .contact a{
    display: block;
    width: min(660px,100vw*(660/750));
    margin: auto;
}
@media screen and (min-width: 769px){
    #faq > .inner{
        width: 820px;
    }
}

#other,
#return,
#link{
    width: min(704px,100vw*(704/750));
    margin: 0 auto;
    font-size: 3.0rem;
    text-align: center;
}
#other{
    margin-top: min(100px,100vw*(100/750));
}
#return{
    margin-top: min(50px,100vw*(50/750));
}
#link{
    margin-top: min(80px,100vw*(80/750));
}
#other a,
#return a,
#link a{
    color: var(--bk);
    text-decoration: underline;
}
#other a figure,
#return a figure{
    margin-bottom: 0.325em;
    border: 3px solid var(--bk);
    background-color: #fff;
}
#link ul li:not(:last-child){
    margin-bottom: 1.0em;
}
@media screen and (min-width: 769px){
    #other,
    #return{
        width: 912px;
    }
    #other{
        margin-top: 80px;
    }
    #return{
        margin-top: 36px;
    }
    #other a:hover,
    #return a:hover{
        opacity: 1;
    }
    #other a figure,
    #return a figure{
        border: 6px solid var(--bk);
        background-color: #fff;
    }
    #other a figure img,
    #return a figure img{
        transition: 0.3s ease;
    }
    #other a:hover figure img,
    #return a:hover figure img{
        opacity: 0.75;
    }
}

/* Animation */

.story-ribbon.is-animated::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
}
@keyframes bg {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
}

.slideleft,
.slideright{
    opacity: 0;
}
.slideleft.is-animated {
    animation: slideLeft 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
.slideright.is-animated {
    animation: slideRight 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
@keyframes slideLeft {
    0% {
      transform: translateX(-180px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,100% {
      opacity: 1;
    }
}
@keyframes slideRight {
    0% {
      transform: translateX(180px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,100% {
      opacity: 1;
    }
}

.story-title-wrap{
    display: block;
    overflow: hidden;
    opacity: 0;
}
.story-title-wrap .inn {
    display: block;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.story-title.is-animated .story-title-wrap {
    opacity: 1;
}
.story-title.is-animated .story-title-wrap .inn {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.popup.js-scroll-trigger{
    transform: scale(0.5);
    opacity: 0;
}
.popup.is-animated {
    animation: poyopoyo 1.2s ease-out forwards;
}
@keyframes poyopoyo {
    0%,10%{
        transform: scale(0.5);
        opacity: 0;
    }
    40%, 70% {
        transform: scale(1.05);
        opacity: 1;
    }
    55% {
        transform: scale(0.9);
        opacity: 1;
    }
    85%, 100%{
        transform: scale(1);
        opacity: 1;
    }
}

.story-ribbon .fadeup.is-animated{
    display: inline-block;
    animation: fadeUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
}
.staff-title .zoomin.is-animated,
.ticket-title .zoomin.is-animated,
.live-title .zoomin.is-animated,
.goods-title .zoomin.is-animated{
    animation: zoomIn 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.7s forwards;
}