@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=National+Park:wght@300&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
     font-family: YakuHanMP,"Noto Serif JP", serif;
      font-weight: 500;
      font-style: normal;
    outline: none;
    color: #fff;
    letter-spacing: 0.02em;
}





html{
    background: #000;
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    background: #000;
}


img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
    transition-duration: 0.2s;
}
a:hover{
    opacity: 0.5;
}

li{
    list-style-type: none;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.sp{
    display: none;
    
}







header{
    position: relative;
}


@media screen and (min-width: 897px){
    
    .hero-area{
    width: 100%;
    height: calc(100dvh - 20px);
    min-height: 720px;
    max-height: 55vw;
     background: url(../img/chara-yoko.webp) no-repeat;
    background-color: #000;
    background-size:auto 100%;
    background-position: left 0%;

   
   
}
}

 .hero-area-inner{
        position: relative;
        width: 100%;
        height: 100%;
    }

.hero-area-contents{
    width: 45%;
    position: absolute;
  left: 48%;
    top: 45%;
    transform: translateY(-50%);
    max-width: 900px;
}

.hero-area-contents .copy{
    width: 50%;
    margin: 0 auto 6%;
}

.hero-area-contents h1{
    width: 100%;
    margin: 0 auto;
}

.hero-area-contents .date{
    width:  16%;
    margin: 2% auto 0;
}

.hero-area-contents .hero-cast{
    width: 70%;
    margin: 5% auto 0;
}



@media screen and (max-width: 1260px) and (min-width: 897px){
    
    .hero-area{
     
    width: 100%;
    height: calc(100dvh - 20px);
    min-height: 720px;
     background: url(../img/chara-yoko.webp) no-repeat;
    background-color: #000;
    background-size:auto 100%;
    background-position: 15% 0%;

   
   
}
    .hero-area-contents{
    width: 45%;
    position: absolute;
  left: 50%;
    top: 45%;
    transform: translateY(-50%);
    max-width: 900px;
}

    
}
 .hero-bottom{
     width: 100%;
     padding-bottom: 40px;
     position: absolute;
     bottom: 0;
    }

.bnr{
     position: absolute;
    bottom: 40px;
    left: 20px;
    display: flex;
    gap:20px;
}


.bnr a{
    width: 160px;
}

.information{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0,0,0,.3);
    padding: 20px;
    border-radius: 10px;
}


.information p{
    font-size: 12px;
    margin-bottom: 10px;
    background: #fff;
    width: fit-content;
    color: #000;
    border-radius: 100px;
    padding: 0.1em 0.8em;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.information span{
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    
}
h2{
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 80px;
    position: relative;
}
h2:after{
    content: "";
    display: block;
    position: absolute;
    top:calc(100% + 16px);
    left:calc(50% - 50px);
    width:100px;
    height:1px;
    background: linear-gradient(to left, rgba(255,255,255,0),  rgba(255,255,255,1) 25%,  rgba(255,255,255,1) 75%,  rgba(255,255,255,0) 100%);
}

section{
    position: relative;
    z-index: 2;
}

 
#theater{
    padding-top: 80px;
}
#movie{
    padding-top: 80px;
    padding-bottom: 120px;
}
.inner{
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
}


.fade{
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(30px);
    filter: blur(10px) grayscale(1);
}

.fade.on{
    opacity: 1;
     transform: translateY(0px);
     filter: blur(0px) grayscale(0);
}

.sns {
    margin-bottom: 20px;
}
.sns ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns h2{
    font-size: 20px;
    margin-bottom: 20px;
}

.sns h2:after{
    display: none;
}
.sns li{
    width: 48px;
    margin: 0 10px;
}

.linkList{
    display: flex;
    justify-content: center;
}
.linkList li{
    margin: 0 10px;
}
.linkList a{
    font-size: 14px;
    text-decoration: underline;
}

.theater-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,1);
    border: solid 1px;
    height: 80px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mvtk{
   display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
    margin: 0 auto;
    max-width: 560px;
}


.youtube-nav{
    display: flex;
    border: solid 1px #fff;
    margin-top: 10px;
}

.youtube-nav button{
    width: 33.33%;
    border-right: solid 1px #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #000;
}
.youtube-nav button.active{
    background: #fff;
    color: #000;
}
.youtube-nav button:last-child{
    border-right: none;
}

.sticky-section-back{
    position:sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    
    
}


.sticky-section-back img{
    width: 100%;
    height: 100lvh;
   
   
}

.sticky-section1 .sticky-section-back img{
     object-fit: cover;
     object-position: center 40%;
}
.sticky-section2 .sticky-section-back img{
     object-fit: cover;
     object-position: center 36%;
}

#introduction{
    padding-top: 160px;
}

#story{
    padding-top: 80px;
    padding-bottom: 160px;
}
.introduction-txt{
    margin-bottom: 60px;
    position: relative;
}
.introduction-txt #info-link{
    position: absolute;
    top: -100px;
}
.introduction-txt:last-child{
    margin-bottom: 0;
}
.introduction-txt h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
   
}
.introduction-txt p{
    font-size: 16.65px;
    line-height: 2.2;
    text-align: justify;
     letter-spacing: 0.07em;
   
    
}
.introduction-txt p span{
    display: inline-block;
    border: solid 1px;
    line-height: 1.2;
    padding: 0 0.3em;
}

.slide{
    background: url(../img/slide.webp);
    background-size: auto 100%;
    height: 400px;
    width: 100%;
    position: relative;
    z-index: 2;
 animation: slideanm1 70s linear infinite;
}

@keyframes slideanm1 {
from { background-position: 0 0; }
to { background-position: 2174px 0; }
}

#comment{
    padding-top: 160px;
    margin-bottom: 160px;
}
#comment .inner{
    max-width: 1000px;
}
#comment li{
    display: flex;
    align-items:flex-start;
    margin-bottom: 120px;
}
#comment li:last-child{
    margin-bottom: 0;
    flex-flow: column;
    border-top: solid 1px #fff;
    padding-top: 100px;
    margin-top: -20px;
    align-items: center;
}
#comment li .comment-img{
    width: 40%;
    margin-right: 48px;
     border: solid 1px #fff;
}
#comment li:last-child .comment-img{
    width: 50%;
    margin-bottom: 48px;
}
#comment li .comment-txt{
    width: 60%;
}
#comment h3{
    font-size: 48px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.4;
   
}

#comment h3 span{
     letter-spacing: 0.1em;
}
#comment h3 span:nth-child(1){
    display: block;
    font-size: 50%;
}


#comment li:last-child h3 span:nth-child(2){
    font-family: "National Park", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
#comment p{
    line-height: 2;
    text-align: justify;
    font-size: 16px;
}

footer{
    padding: 80px 5% 32px;
    background: rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
}

footer .logo{
    width: 480px;
    margin: 0 auto 40px;
}
.billing{
    text-align: center;
    font-size: 12px;
    margin-bottom: 60px;
}
.billing span{
      display: block;
    margin-top: 1.2em;
}
.billing span:nth-child(1){
    font-size: 150%;
    margin-top: 0;
     line-height: 1.8;
  
}
.billing span:nth-child(2),.billing span:nth-child(3){
   line-height: 2;
  
}
footer small{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

@media screen and (max-width: 1100px){
    
    .bnr{
        gap:10px;
        flex-flow: column;
    }
    .bnr a{
        width: 120px;
    }
    
}
@media screen and (max-width: 896px){
    
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }



.hero-area{
     position: relative;
    width: 100%;
  height: 149vw;
    background: url(../img/chara-tate.webp);
    background-size: 100% 100%;
    margin-bottom: 40px;
   
   
}

   
.hero-area-contents{
    width: 80%;
    position: absolute;
  left: 10%;
    top: auto;
    bottom: 8%;
    transform: translateY(0%);
    max-width: 900px;
}
.hero-area-contents .copy{
    width: 4%;
    margin: 0 auto 8%;
}

.hero-area-contents .date{
    width: 20%;
    margin: 4% auto 0;
}

    .hero-bottom{
        padding-bottom: 4%;
    }
    #theater{
        padding-top: 40px;
    }  
 .theater-btn{
    height: 60px;
    font-size: 18px;
    margin-bottom: 8px;
}

.mvtk{
    grid-template-columns: 1fr 1fr 1fr;
    gap:8px;
    max-width: 560px;
} 

    #movie{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .youtube-nav{
        flex-wrap: wrap;
        border-bottom: none;
    }
.youtube-nav button{
    width: 50%;
    padding: 8px 0;
    background: #000;
    font-size: 12px;
    border-bottom: solid 1px #fff;
}

.youtube-nav button:nth-child(2),.youtube-nav button:last-child{
    border-right: none;
}
    
    .bnr{
      position: static;
    bottom: 0px;
    right: 0px;
         margin: 40px auto 0;
    display: flex;
        flex-flow:row;
        width: 80%;
        gap:10px;
        justify-content: center;
}
    .bnr a{
        width: 100%;
        max-width: 160px;
    }
.information{
    position: static;
    bottom: 0px;
    right: 0px;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    margin: 40px auto 0;
}


    .information a{
        font-size: 14px;
    }
.information span{
    display: block;
    font-size: 10px;
    margin-bottom: 2px;
    
}

   
h2{
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; 
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 60px;
    position: relative;
}
h2:after{
    top:calc(100% + 16px);
    left:calc(50% - 30px);
    width:60px;
}


.inner{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}


.fade{
    opacity: 0;
    transition-duration: 0.6s;
    transform: translateY(30px);
}

.fade.on{
    opacity: 1;
     transform: translateY(0px);
}

.sns {
    margin-bottom: 0px;
}
.sns ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns h2{
    font-size: 16px;
    margin-bottom: 20px;
}

.sns h2:after{
    display: none;
}
.sns li{
    width: 40px;
    margin: 0 6px;
}

.linkList{
    margin-bottom: 0px;
}
.linkList li{
    margin: 0 5px;
}
.linkList a{
    font-size: 11px;
    text-decoration: underline;
}
    
    #introduction{
        padding-top: 100px;
    }
    #story{
        padding-top: 60px;
        padding-bottom: 80px;
    }
.introduction-txt{
    margin-bottom: 40px;
    position: relative;
}

.introduction-txt h3{
    font-size: 24px;
    margin-bottom: 20px;
   
}
    
    
.introduction-txt p{
     font-size: 14px;
    white-space: normal;
    text-align: justify:
}


figure.img{
    margin: 0 auto 20px;
}
    .slide{
        height: 200px;
    }
    #comment{
        padding-top: 80px;
        margin-bottom: 80px;
    }
#comment .inner{
    max-width: 1000px;
}
#comment li{
    display: block;
    margin-bottom: 60px;
}
#comment li:last-child{
    margin-bottom: 0;
    margin-top: -10px;
    padding-top: 50px;
}
#comment li .comment-img{
    width: 60%;
    margin: 0 auto 28px;
}
    
#comment li:last-child .comment-img{
    width: 80%;
    margin-bottom: 28px;
}

#comment li .comment-txt{
    width: 100%;
}
#comment h3{
    font-size: 32px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.4;
   
}


#comment p{
    line-height: 2;
    text-align: justify;
    font-size: 14px;
}
    footer .logo{
        width: 90%;
        max-width: 480px;
        margin-bottom: 20px;
    }
    footer{
        padding: 60px 5% 32px;
    }
    footer small{
        font-size: 10px;
    }
    
    
.billing{
    font-size: 7px;
    margin-bottom: 40px;
}
}

.blocker{
   z-index: 999;
    padding: 80px 0;
    background-color: rgba(0,0,0,.6);
   -ms-overflow-style: none;
}
.blocker::-webkit-scrollbar{
  display: none;
}
.modal{
    max-width: 1000px;
    border-radius: 0;
    padding: 60px 40px;
    line-height: 1.6;
    font-size: 16px;
    background: #000;
    border: solid 1px #fff;
    position: static;
    z-index: 999;
}

.modal *{
    
}

.modal h3{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    border-bottom: solid 1px rgba(255,255,255,.5);
    margin-bottom: 40px;
    padding-bottom: 40px;
    line-height: 1.2;
}
.modal h4{
    font-size: 120%;
    font-weight: 700;
    margin-bottom: 8px;
}
.modal small{
    font-size: 80%;
}

.modal a{
    text-decoration: underline;
    font-weight: 700;
}
.modal a.close-modal{
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
   background: url(../img/close.svg) no-repeat;
    background-size: cover;
    background-color: #fff;
    background-size: 40%;
    background-position: center;
}


@media screen and (max-width: 896px){
    
    .modal{
    padding: 40px 20px;
    font-size: 14px;
}

.modal *{
    
}

.modal h3{
    font-size: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}


.modal a.close-modal{
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
   background: url(../img/close.svg) no-repeat;
    background-size: cover;
    background-color: #fff;
    background-size: 50%;
    background-position: center;
}

    
    
}
