:root{
    --bk: #474024;
}

#kv {
    background: #fffbc4;
    position: relative;
    z-index: 1;
}

#kv-slide{
    max-width: 1920px;
    margin: auto;
}

#kv-slide swiper-slide{
    align-self: center;
}

swiper-container::part(container){
    width: min(664px, 100vw*(664/750));
    position: static;
}

@media screen and (min-width: 769px) {
    swiper-container::part(container) {
        width: 820px;
    }
}

swiper-container::part(button-next),
swiper-container::part(button-prev){
    width: min(70px, 100vw*(70/750));
    height: min(139px, 100vw*(139/750));
    margin-top: calc(0px - (min(139px, 100vw*(139/750)))/ 2);
    background: url(../img/slide-arrow.png) no-repeat center/contain;
    color: transparent;
}

swiper-container::part(button-prev) {
    left: 0;
}

swiper-container::part(button-next) {
    right: 0;
    transform: rotate(180deg);
}

swiper-container#kv-slide::part(container) {
    width: auto;
    position: relative;
}

swiper-container#kv-slide::part(button-next),
swiper-container#kv-slide::part(button-prev) {
    width: min(60px, 100vw*(60/750));
    height: min(60px, 100vw*(60/750));
    margin-top: calc(0px - (min(60px, 100vw*(60/750)))/ 2);
    background: url(../img/kv-arrow.png) no-repeat center/contain;
}

swiper-container#kv-slide::part(button-prev){
    left: min(20px, 100vw*(20/750));
}

swiper-container#kv-slide::part(button-next) {
    right: min(20px, 100vw*(20/750));
}

swiper-container#kv-slide::part(pagination){
    bottom: min(35px, 100vw*(35/750));
}

swiper-container#kv-slide::part(bullet),
swiper-container#kv-slide::part(bullet-active) {
    width: min(20px, 100vw*(20/750));
    height: min(20px, 100vw*(20/750));
    margin: 0 min(5px, 100vw*(5/750));
    opacity: 1;
    border: 2px solid #474024;
    box-sizing: border-box;
}

swiper-container#kv-slide::part(bullet){
    background-color: #d2d2d2;
}

swiper-container#kv-slide::part(bullet-active) {
    background-color: #b3ad8b;
}

@media screen and (max-width: 768px){
    #contents{
        padding-top: min(60px, 100vw*(60/750));
        background-color: #b1d8ed;
        background-image: url("../img/bg-performance-c2_sp.jpg"),url("../img/bg-performance-c1_sp.jpg");
        background-repeat: no-repeat,no-repeat;
        background-position: center top,center bottom;
        background-size: 100%,100%;
    }
}

@media screen and (min-width: 769px) {
    #contents {
        background-color: #b1d8ed;
        background-image: url("../img/bg-performance-c2.png"),url("../img/bg-performance-c1.jpg");
        background-repeat: no-repeat,no-repeat;
        background-position: center top,center bottom;
        background-size: max(1920px,100%),max(1920px, 100%);
    }
}

#contents>.inner {
    background-color: #fffbc4;
    position: relative;
    z-index: 1;
}

#news{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fffef0;
}

.news-list li:not(:last-child){
    background: none;
    border-bottom: 2px solid var(--bk);
}

#anchor-link{
    display: none;
}

@media screen and (min-width: 769px) {
    #anchor-link{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 90px;
        background-color: #fff;
        border-bottom: 2px solid var(--bk);
        position: relative;
        z-index: 1;
    }

    .anchor-link-list{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1280px;
        padding: 6px 0;
        line-height: 30px;
        background-image: url(../img/nav-line.png), url(../img/nav-icon.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center, 20px center;
        background-size: auto, 16px;
    }

    .anchor-link-item{
        display: flex;
        height: 30px;
        border-left: 1px solid var(--bk);
    }

    .anchor-link-item:last-child {
        border-right: 1px solid var(--bk);
    }

    .anchor-link-item a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 38px;
        position: relative;
        color: var(--bk);
        font-size: min(20px, 100vw*(20/750));
        transition: 0.3s;
    }

    .anchor-link-item a:before{
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../img/nav-icon-s.png) no-repeat center/contain;
        opacity: 0;
        transition: 0.3s;
        position: absolute;
        left: 13px;
        top: 10px;
    }

    .anchor-link-item a:hover{
        color: #ff9601;
        text-decoration: none;
    }

    .anchor-link-item a:hover:before {
        opacity: 1;
        top: 5px;
    }
}

#about {
    border-bottom: 3px solid var(--bk);
}

#about>.inner {
    padding-top: min(40px, 100vw*(40/750));
    padding-bottom: min(78px, 100vw*(78/750));
}

.about-title {
    display: flex;
    align-items: center;
    width: min(596px, 100vw*(596/750));
    height: min(98px, 100vw*(98/750));
    margin-bottom: max(-54px, -100vw*(54/750));
    position: relative;
    z-index: 1;
}

.about-title figure {
    width: min(546px, 100vw*(546/750));
    padding-left: min(20px, 100vw*(20/750));
    box-sizing: content-box;
    position: relative;
    z-index: 2;
}

.about-lead {
    width: min(664px, 100vw*(664/750));
    margin: 0 auto;
    padding: min(90px, 100vw*(90/750)) min(31px, 100vw*(31/750)) min(45px, 100vw*(45/750));
    background-color: #fff;
    border: 2px solid var(--bk);
    position: relative;
    z-index: 0;
}

.about-lead:before,
.about-lead:after{
    content: "";
    display: block;
    width: calc(100% - 1.0em);
    height: calc(100% - 1.0em);
    border: 1px solid var(--bk);
    font-size: min(16px, 100vw*(16/750));
    background-image: url("../img/about-frame-l.png"),url("../img/about-frame-r.png");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: min(69px, 100vw*(69/750));
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 0;
}

.about-lead:after {
    transform: rotateX(180deg);
    background: url("../img/about-frame-r.png") no-repeat right bottom/min(69px, 100vw*(69/750));
}

.about-lead p:not(:last-child) {
    margin-bottom: 1.0em;
}

.about-stage {
    margin-top: min(60px, 100vw*(60/750));
    padding: min(25px, 100vw*(25/750));
    background-color: rgba(249,200,83,0.2);
    position: relative;
}

.about-stage-title {
    width: min(160px, 100vw*(160/750));
    height: min(60px, 100vw*(60/750));
    padding-top: 0.2em;
    color: #fff;
    font-size: min(33px, 100vw*(33/750));
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: url("../img/about-stage-y.png") no-repeat center top/100% auto;
    position: absolute;
    top: max(-40px, -100vw*(40/750));
    left: min(20px, 100vw*(20/750));
}

@media screen and (min-width: 769px) {
    #about {
        border-bottom: 4px solid var(--bk);
    }

    .about-title {
        display: flex;
        align-items: center;
        width: 616px;
        height: 98px;
        /*background: url("../img/bg-about-title.png") repeat left top/contain;*/
        position: relative;
        z-index: 1;
    }

    .about-title figure {
        padding-left: 40px;
        position: relative;
        z-index: 2;
    }

    .about-lead {
        width: 820px;
        font-size: 2.5rem;
        line-height: calc(40/25);
    }

    .about-stage {
        font-size: 2.2rem;
        line-height: calc(34/22);
    }

    .about-stage-title {
        width: 140px;
        height: 52px;
        padding-top: 0.35em;
        font-size: 2.5rem;
        top: -34px;
        left: 20px;
    }
}

#story3{
    background: url("../img/bg-story3_sp.png") repeat center top/100%;
}

#story3 .story-title{
    width:min(558px,100vw*(558/750));
    height: min(117px,100vw*(117/750));
    background: url("../img/performance-story3-title.png") no-repeat center bottom/contain;
}

.story{
    border-bottom: 3px solid var(--bk);
    position: relative;
    overflow: hidden;
}

.story > .inner{
    padding-top: min(80px,100vw*(80/750));
    padding-bottom: min(100px, 100vw*(100/750));
    position: relative;
    z-index: 1;
}

.story:before,
.story:after {
    content: "";
    display: block;
    width: calc(100% - 1.0em);
    height: calc(100% - 1.0em);
    border: 1px solid var(--bk);
    font-size: min(16px, 100vw*(16/750));
    background-image: url("../img/story-frame-l.png"), url("../img/story-frame-r.png");
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: min(93px, 100vw*(93/750));
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 0;
}

.story:after {
    transform: rotateX(180deg);
}

.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(40px,100vw*(40/750)) min(60px, 100vw*(60/750));
    position: relative;
    line-height: calc(54/33);
}

.story-lead:after,
.story-lead:before{
    content: "";
    width: min(51px,100vw*(51/750));
    height: min(48px,100vw*(48/750));
    position: absolute;
}

.story-lead:before {
    background: url(../img/story-lead-frame-l.png) no-repeat center/contain;
    left: 0;
    top: 0;
}

.story-lead:after{
    background: url(../img/story-lead-frame-r.png) no-repeat center/contain;
    bottom: 0;
    right: 0;
}

.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;
}

#story3 .story-ribbon::before{
    background: url("../img/story3-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(3,min(210px,100vw*(210/750)));
    gap: min(40px,100vw*(40/750)) min(17px,100vw*(17/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;
}

.character-title{
    font-size: min(20px, 100vw*(20/750));
    font-weight: 500;
    text-align: center;
    line-height: 3;
    background: url(../img/performance-c-story-name.png) no-repeat center/min(210px, 100vw*(210/750));
}

.story-cast{
    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;
    padding-top: min(80px, 100vw*(80/750));
}

.story-cast dl:not(:first-child) {
    margin-top: min(20px, 100vw*(20/750));
}

.story-cast dl:not(:last-child){
    margin-bottom: min(20px,100vw*(20/750));
}

.story-cast dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: min(130px,100vw*(130/750));
    height: min(50px,100vw*(50/750));
    color: #fff;
    background: url("../img/bg-date2.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.story-cast-schedule{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: min(40px, 100vw*(40/750));
    left: 0;
    z-index: 2;
    width: min(260px, 100vw*(260/750));
    height: min(50px, 100vw*(50/750));
    background: #fff;
    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;
}

.story-cast dl dd .cast-title{
    font-size: min(18px, 100vw*(18/750));
    text-align: center;
    line-height: calc(25/18);
    background: url(../img/cast-icon.png) no-repeat left 0.5em/min(48px, 100vw*(48/750));
}

.story-cast dl dd .cast-title b{
    display: inline-block;
    margin: 1.0em 0 0.5em;
    font-size: min(20px, 100vw*(20/750));
    font-weight: 500;
    line-height: 1;
}
.story-cast p{
    line-height: 1.4;
}

@media screen and (min-width: 769px){
    #story3 {
        background: url("../img/bg-story3.png") repeat center top/100%;
    }

    #story3 .story-title {
        width: 558px;
        height: 117px;
    }

    .story {
        border-bottom: 4px solid var(--bk);
    }

    .story>.inner {
        padding-top: 60px;
        padding-bottom: 90px;
    }

    .story-title{
        margin: 0 auto 30px;
    }

    .story-lead{
        width: 820px;
        margin: 0 auto 48px;
        padding: 45px;
    }

    .story-ribbon{
        margin-bottom: 50px;
    }

    .story-character ul{
        grid-template-columns: repeat(3, 250px);
        gap: 56px 36px;
        margin-bottom: 30px;
    }

    .character-title{
        font-size: 20px;
    }
       
    .story-cast dl{
        grid-template-columns: repeat(3, 250px);
        gap: 56px 36px;
        padding-top: 60px;
    }

    .story-cast dl:not(:first-child) {
        margin-top: 30px;
    }

    .story-cast dl:not(:last-child) {
        margin-bottom: 30px;
    }

    .story-cast dl dt{
        top: -20px;
    }

    .story-cast dl dd.story-cast-schedule{
        top: 20px;
    }
    
    .story-cast dl dd figure{
        aspect-ratio: 250/300;
    }

    .story-cast dl dd .cast-title{
        font-size: 18px;
    }

    .story-cast dl dd .cast-title b{
        font-size: 20px;
    }   
}

#performer{
    background: url(../img/bg-performer2.png) repeat center top/100%;
    border-bottom: 3px solid var(--bk);
    position: relative;
}

#performer > .inner{
    padding: min(80px,100vw*(80/750)) min(20px,100vw*(20/750));   
}

.performer-title{
    width: min(364px,100vw*(364/750));
    margin: 0 auto min(50px, 100vw*(50/750));
}

.performer-schedule{
    overflow: auto;
}

.performer-schedule > img{
    width: auto;
    height: min(550px,100vw*(550/750));
    max-width: inherit;
}

@media screen and (max-width: 768px){
    #performer>.inner {
        padding: min(80px, 100vw*(80/750)) min(20px, 100vw*(20/750));
    }
}

@media screen and (min-width: 769px){
    #performer {
        border-bottom: 4px solid var(--bk);
    }

    #performer>.inner {
        padding: 80px 40px;
    }

    .performer-title {
        width: 364px;
        margin: 0 auto 40px;
    }

    .performer-schedule > img{
        width: max-content;
        height: auto;
    }
}

#schedule{
    background: url(../img/bg-schedule.png) repeat center top/100%;
    border-bottom: 3px solid var(--bk);
}

#schedule > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(80px,100vw*(80/750));
    padding-bottom: min(80px, 100vw*(80/750));
}

.schedule-title{
    width: min(363px,100vw*(363/750));
    margin: 0 auto min(40px,100vw*(40/750));
}

.schedule-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(35px, 100vw*(35/750)) 0;
    width: 100%;
    padding: min(50px,100vw*(50/750)) min(30px,100vw*(30/750));
    line-height: calc(58/33);
    background-color: #fffef0;
    border: 3px solid var(--bk);
}

.schedule-list:before {
    content: "";
    display: block;
    width: calc(100% - 1.0em);
    height: calc(100% - 1.0em);
    border: 1px solid var(--bk);
    font-size: min(16px, 100vw*(16/750));
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 0;
}

.schedule-list>div:not(:last-child){
    margin-bottom: min(10px, 100vw*(10/750));
}

.schedule-list p {
    grid-column: span 2;
    font-size: min(33px, 100vw*(33/750));
    line-height: 1;
}

.schedule-list hr {
    grid-column: span 2;
    margin: 0;
}

.schedule-list h3{
    width: max-content;
    margin-bottom: 0.5em;
    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-evening h3 {
    background-color: #f4da61;
}

.schedule-day ul li::first-letter{
    color: #f15d92;
}

.schedule-night ul li::first-letter{
    color: #26d3bd;
}

.schedule-evening ul li::first-letter {
    color: #f4da61;
}

@media screen and (min-width: 769px){
    #schedule {
        border-bottom: 4px solid var(--bk);
    }

    #schedule>.inner {
        width: auto;
        margin: 0 auto;
        padding: 80px 40px;
    }

    .schedule-title {
        width: 363px;
        margin: 0 auto 40px;
    }

    .schedule-list{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 0;
        width: 100%;
        padding: 50px 45px;
        font-size: 2.8rem;
        line-height: calc(40/28);
    }

    .schedule-list>div:not(:last-child) {
        margin-bottom: 0;
    }

    .schedule-list h3{
        margin-bottom: 0.5em;
        padding: 0 0.325em;
        font-size: 2.8rem;
        line-height: 40px;
    }

    .schedule-list p{
        grid-column: span 3;
        font-size: 3.0rem;
    }

    .schedule-list hr{
        grid-column: span 3;
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

#access{
    background: url(../img/bg-access.png) repeat center top/100%;
    border-bottom: 3px solid var(--bk);
}

#access > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(80px,100vw*(80/750));
    padding-bottom: min(80px, 100vw*(80/750));
}

.access-title{
    width: min(482px,100vw*(482/750));
    margin: 0 auto min(40px,100vw*(40/750));
}

.access-map{
    width: 100%;
    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(14px,100vw*(14/750));
    font-size: min(30px, 100vw*(30/750));
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: calc(46/30);
    border-left: 10px solid #26d3bd;
}

.access-address p small{
    display: inline-block;
    font-size: 2.0rem;
    line-height: calc(24/20);
}

.access3{
    margin-top: min(30px, 100vw*(30/750));
    margin-bottom: min(30px,100vw*(30/750));
    font-size: min(14px, 100vw*(14/750));
}

.access3:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid var(--bk);
    box-shadow: inset 0.5em 0.5em 0 #fff, inset -0.5em -0.5em 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 769px){
    #access {
        border-bottom: 4px solid var(--bk);
    }

    #access > .inner{
        width: auto;
        padding: 80px 40px;
    }

    .access-title{
        width: 482px;
        margin: 0 auto 40px;
    }

    .access-map iframe {
        aspect-ratio: 820/580;
    }

    .access-address p {
        padding-left: 14px;
        font-size: 34px;
    }

    .access-map .access-address p {
        font-size: 26px;
    }

    .access3 {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

#ticket{
    background: url(../img/bg-ticket.png) repeat center top/100%;
    border-bottom: 3px solid var(--bk);
}

#ticket > .inner{
    display: flex;
    flex-direction: column;
    padding-top: min(80px,100vw*(80/750));
    padding-bottom: min(80px, 100vw*(80/750));
    position: relative;
    z-index: 0;
}

#ticket > .inner > div + div{
    margin-top: 20px;
}
.ticket-title{
    width: min(243px,100vw*(243/750));
    margin: 0 auto min(40px, 100vw*(40/750));
    position: relative;
    z-index: 3;
}

.ticket-item{
    width: 100%;
    position: relative;
}

.ticket-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(16px, 100vw*(16/750));
    padding: 0 min(35px, 100vw*(35/750));
    position: absolute;
    bottom: min(72px, 100vw*(72/750));
    left: 0;
}

.ticket-btn li a{
    display: block;
    width: min(180px, 100vw*(180/750));
    height: min(84px, 100vw*(84/750));
    border-radius: min(15px, 100vw*(15/750));
    overflow: hidden;
}

.ticket-btn li a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 769px){
    #ticket {
        border-bottom: 4px solid var(--bk);
    }
    
    #ticket > .inner{
        width: auto;
        padding: 80px 0;
    }
    #ticket > .inner > div + div{
        margin-top: 40px;
    }

    .ticket-title{
        width: 243px;
        margin: 0 auto 40px;
    }

    .ticket-item {
        width: 100%;
        position: relative;
    }

    .ticket-btn{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 16px;
        padding: 0 35px;
        position: absolute;
        bottom: 85px;
        left: 0;
    }

    .ticket-btn li a {
        display: block;
        width: 225px;
        height: 130px
    }
}

#goods{
    background: url(../img/bg-goods.png) center top/cover;
    border-bottom: 3px solid var(--bk);
}

#goods > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(80px,100vw*(80/750));
    padding-bottom: min(80px,100vw*(80/750));
    position: relative;
    z-index: 0;
}

.goods-title{
    width: min(182px,100vw*(182/750));
    margin: 0 auto min(40px, 100vw*(40/750));
}

.goods-lead{
    margin-bottom: min(40px, 100vw*(40/750));
    font-size: min(26px, 100vw*(26/750));
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: calc(50/26);
}

.goods-list ul{
    display: grid;
    grid-template-columns: repeat(1,min(665px,100vw*(665/750)));
    gap: min(20px,100vw*(20/750)) min(0px,100vw*(0/750));
}

.goods-thumbnail{
    position: relative;
}

.goods-thumbnail:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid var(--bk);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.goods-btn{
    margin: 0 auto;
    text-align: center;
}
.goods-btn a{
    display: inline-block;
}

.goods-annotation{
    margin-bottom: min(40px, 100vw*(40/750));
    font-size: min(18px, 100vw*(18/750));
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: calc(50/26);
    text-align: right;
}

@media screen and (min-width: 769px){
    #goods {
        border-bottom: 4px solid var(--bk);
    }

    #goods > .inner{
        width: auto;
        padding: 80px 40px;
    }

    .goods-title {
        width: 182px;
        margin: 0 auto 40px;
    }

    .goods-lead{
        margin-bottom: 20px;
        font-size: 26px;
        text-align: center;
        line-height: calc(30/26);
        white-space: nowrap;
    }

    .goods-list ul{
        grid-template-columns: repeat(1, 820px);
        gap: 40px 0px;
        font-size: 2.0rem;
    }

    .goods-thumbnail:before{
        border: 3px solid var(--bk);
    }

    .goods-annotation{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        text-align: right;
        line-height: calc(30/26);
        white-space: nowrap;
    }
}

#staff {
    background: url(../img/bg-staff.png) repeat center top/100%;
    border-bottom: 3px solid var(--bk);
}

#staff>.inner {
    display: flex;
    flex-direction: column;
    width: min(664px, 100vw*(664/750));
    margin: 0 auto;
    padding-top: min(80px, 100vw*(80/750));
    padding-bottom: min(80px, 100vw*(80/750));
    position: relative;
}

.staff-title {
    width: min(239px, 100vw*(239/750));
    margin: 0 auto min(40px, 100vw*(40/750));
    position: relative;
}

.staff-list {
    width: 100%;
    padding: min(70px, 100vw*(70/750)) min(30px, 100vw*(30/750));
    line-height: calc(45/33);
    background-color: #fffef0;
    border: 3px solid var(--bk);
    position: relative;
}

.staff-list:before {
    content: "";
    display: block;
    width: calc(100% - 1.0em);
    height: calc(100% - 1.0em);
    border: 1px solid var(--bk);
    font-size: min(16px, 100vw*(16/750));
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 0;
}

.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 {
        border-bottom: 4px solid var(--bk);
    }

    #staff>.inner {
        width: auto;
        padding: 80px 40px;
    }

    .staff-title {
        width: 239px;
        margin: 0 auto 30px;
    }

    .staff-list {
        padding: 60px 30px;
        font-size: 19px;
    }

    .staff-list ul {
        margin-top: -0.4em;
        margin-bottom: -0.4em;
    }

    .staff-list li {
        padding: 0.4em 0.25em;
    }
}

#faq{
    border-bottom: 3px solid var(--bk);
}

#faq > .inner{
    width: min(664px,100vw*(664/750));
    margin: 0 auto;
    padding-top: min(80px,100vw*(80/750));
    padding-bottom: min(100px,100vw*(100/750));
}

.faq-title{
    width: min(143px,100vw*(143/750));
    margin: 0 auto min(50px,100vw*(50/750));
}

#faq h3{
    display: flex;
    padding: 0.75em 1.25em;
    background: #aba57f;
    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.55em;
    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: #ffce37;
}

#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 {
        border-bottom: 4px solid var(--bk);
    }

    #faq > .inner{
        width: 820px;
    }
}

#gallery{
    border-bottom: 3px solid var(--bk);
    background: url(../img/bg-gallery.png) repeat center top/100%;
}

#gallery>.inner {
    padding-top: min(80px, 100vw*(80/750));
    padding-bottom: min(80px, 100vw*(80/750));
}

.gallery-title {
    width: min(306px, 100vw*(306/750));
    margin: 0 auto min(50px, 100vw*(50/750));
}

.gallery-item{
    width: min(470px, 100vw*(470/750));
}

.gallery-item figure {
    aspect-ratio: 470/290;
    border: 3px solid var(--bk);
    position: relative;
    font-size: min(18px, 100vw*(18/750));
}

.gallery-item figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: inset 0.5em 0.5em 0 #fff, inset -0.5em -0.5em 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gallery-modal{
    width: 100%;
    position: relative;
    margin: auto;
}

#gallery-modal-slide::part(container){
    width: 100%;
}

#gallery-modal-slide::part(button-next),
#gallery-modal-slide::part(button-prev){
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    background: none;
    color: #fff;
}

#gallery-modal-slide::part(button-prev){
    left: var(--swiper-navigation-sides-offset, 10px);
}

#gallery-modal-slide::part(button-next){
    right: var(--swiper-navigation-sides-offset, 10px);
    transform: rotate(0deg);
}

#gallery-modal .mfp-close{
    color: #fff;
    transform: translateY(-100%);
}

@media screen and (min-width: 769px) {
    #gallery-modal {
        width: 920px;
    }

    #gallery-modal-slide::part(container){
        width: 820px;
    }

    #gallery-modal .mfp-close {
        margin-right: 50px;
    }
}

@media screen and (min-width: 769px) {
    #gallery {
        border-bottom: 4px solid var(--bk);
    }

    #gallery>.inner {
        width: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .gallery-title {
        width: 306px;
        margin: 0 auto 50px;
    }

    .gallery-item {
        width: 470px;
    }
}

#archive {
    border-bottom: 3px solid var(--bk);
    background: url(../img/bg-archive.png) repeat center top/100%;
}

#archive>.inner {
    padding-top: min(80px, 100vw*(80/750));
    padding-bottom: min(80px, 100vw*(80/750));
}

.archive-title {
    width: min(252px, 100vw*(252/750));
    margin: 0 auto min(50px, 100vw*(50/750));
}

.archive-item{
    width: min(470px, 100vw*(470/750));
}

.archive-item figure{
    aspect-ratio: 470/290;
    border: 3px solid var(--bk);
    position: relative;
    font-size: min(18px, 100vw*(18/750));
}

.archive-item figure:before{
    content :"";
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: inset 0.5em 0.5em 0 #fff, inset -0.5em -0.5em 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.archive-item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 769px) {
    #archive {
        border-bottom: 4px solid var(--bk);
    }

    #archive>.inner {
        width: auto;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .archive-title {
        width: 252px;
        margin: 0 auto 50px;
    }

    .archive-item {
        width: 470px;
    }
}

#comics>.inner {
    width: min(664px, 100vw*(664/750));
    margin: 0 auto;
    padding-top: min(80px, 100vw*(80/750));
    padding-bottom: min(80px, 100vw*(80/750));
}

.comics-title {
    width: min(429px, 100vw*(429/750));
    margin: 0 auto min(50px, 100vw*(50/750));
}

.comics-list-wrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: min(50px, 100vw*(50/750)) min(34px, 100vw*(34/750));
}

.comics-btm{
    display: flex;
    flex-direction: column;
    gap: min(20px, 100vw*(20/750));
    margin-top: min(30px, 100vw*(30/750));
}

.comics-btm a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min(66px, 100vw*(66/750));
    background-color: #fff;
    border: 2px solid var(--bk);
    color: var(--bk);
    font-size: min(30px, 100vw*(30/750));
    letter-spacing: 0.1em;
}

.comics-btm a:hover{
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    #comics>.inner {
        width: auto;
        padding: 80px 40px;
    }

    .comics-title {
        width: 429px;
        margin: 0 auto 50px;
    }

    .comics-list-wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .comics-btm {
        gap: 10px;
        margin-top: 20px;
    }

    .comics-btm a {
        height: 40px;
        font-size: 20px;
    }
}

/* Animation */

.about-title.is-animated::before {
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background: #f9c853;
    border-top: 2px solid var(--bk);
    border-right: 2px solid var(--bk);
    border-bottom: 2px solid var(--bk);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
}

.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;
}

#modal-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#modal-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

#player{
    width: 90%;
    aspect-ratio: 560/315;
    position: relative;
    z-index: 0;
}

@media screen and (min-width: 769px) {
    #player {
        width: min(80%,1400px);
    }
}

#player iframe,
#player video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 0;
}

#btn-play{
    width: min(124px, 100vw*(124/750));
    height: auto;
    aspect-ratio: 1/1;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.modal-close{
    display: block;
    width: min(55px, 100vw*(55/750));
    height: min(55px, 100vw*(55/750));
    overflow: hidden;
    color: transparent;
    background: url(../img/close.png) no-repeat center/contain;
    position: absolute;
    top: min(30px, 100vw*(30/750));
    right: min(30px, 100vw*(30/750));
    cursor: pointer;
}

.mfp-close{
    font-size: 50px;
}

.btn-mangapark {
    margin-top: min(40px, 100vw*(40/750));
}
@media screen and (min-width: 769px) {
    .btn-mangapark{
        margin-top: 30px;
    }
}