@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&text=押井守(おしいまもる)コメント');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&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;
    letter-spacing: 0.02em;
    font-family:YakuHanJP,'Noto Sans JP', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #fff;
    font-weight: 400;
}

body{
    overflow-x: hidden;
    background: #000;
}
::selection {
    background: #fff;
    color: #b91c22;
}
img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    image-rendering: -webkit-optimize-contrast;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    transition-duration: 0.2s;
    opacity: 0.7;
}
li{
    list-style-type: none;
}

.sp{
    display: none;
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}



.loading.off {
  opacity: 0;
     transition-duration: 0.3s;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 999999999;
 
}

.loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 13;
  margin: 15px auto;
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-radius: 50%;
  background-color: transparent;
}

.loading span:before {
  position: absolute;
  display: block;
  content: '';
  z-index: 12;
  top: 4px;
  left: 4px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #000;
}

.loading span:after {
  position: absolute;
  display: block;
  top: 0;
  content: '';
  z-index: 11;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  border-radius: 200px 0 0 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #b91c22 20%, #b91c22 80%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
  animation: loading 0.9s linear infinite;
}

@keyframes loading {
  0% {
    transform-origin: 100% 100%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 100% 100%;
    transform: rotate(360deg);
  }
}

.wrap{
    height: 100vh;
    overflow: hidden;
    opacity: 0;
}
.wrap.on{
    opacity: 1;
    height: auto;
    overflow: auto;
}
.off{
    opacity: 0;
    filter: blur(10px);
}
.off.on{
   animation: fadein 0.6s ease-in-out forwards;
    
}
@keyframes fadein {
    0% {
         opacity: 0;
    filter: blur(10px);
        
    }
    100%{
        opacity: 1;
    filter: blur(0px);
    }

}

.menu-btn{
    position: fixed;
    top: 53px;
    left: 0;
    width: 97.6px;
    z-index: 999;
    cursor: pointer;
}


nav{
    position: fixed;
    top: 53px;
    left: 0;
    z-index: 998;
    width: 296px;
    padding-left: 81.6px;
    padding-right: 30px;
    padding-top: 27px;
    padding-bottom: 65px;
    background: rgba(235,28,32,.8);
    text-align:center;
    display: none;
    cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
    
}

nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom:0;
    left:45.5px;
    width:3px;
    height:calc(100% - 90px);
    background:#fff;
}

nav li,nav li a{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0em;
}
nav li{
    margin-top: 25px;
}
nav li:first-child{
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 0;
}


nav li:nth-child(3) a,nav li:nth-child(4) a,nav li:nth-child(5) a{
    letter-spacing: -0.2em;
}


@media screen and (max-width: 896px){
    
    .menu-btn{
    position: fixed;
    top: 25px;
    left: 0;
    width: 75px;
    z-index: 999;
    cursor: pointer;
}


nav{
    position: fixed;
    top: 25px;
    left: 0;
    z-index: 998;
    width: 227px;
    padding-left: 66px;
    padding-right: 25px;
    padding-top: 17px;
    padding-bottom: 51px;
    background: rgba(235,28,32,.8);
    text-align:center;
    display: none;
    
}
nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom:0;
    left:34.8px;
    width:2.4px;
    height:calc(100% - 74px);
    background:#fff;
}

nav li,nav li a{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0em;
}
nav li{
    margin-top: 20px;
}
nav li:first-child{
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-top: 0;
}


nav li:nth-child(3) a,nav li:nth-child(4) a,nav li:nth-child(5) a{
    letter-spacing: -0.2em;
}
    
}
.hero{
    position: relative;
    padding-top: 37.3vw;
}

.hero figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
}
.hero figure.top-back{
     transform: scale(1.4);
    opacity: 0;
    filter: blur(5px);
}
.hero figure.top-back.on{
    animation: top-back 2s ease-in-out forwards;
    
}
@keyframes top-back {
    0% {
        transform: scale(1.4);
         transform-origin: center;
        filter: blur(5px);
        
    }
    10%{
        opacity: 0;
    }
    100%{
        transform: scale(1) ;
         transform-origin: center;
        opacity: 1;
        filter: blur(0px);
    }

}

.hero figure.top-back-copy{
    opacity: 0;
    filter: blur(10px);
}
.hero figure.top-back-copy.on{
    animation: top-back-copy 1s ease-in-out forwards;
    
}
@keyframes top-back-copy {
    0% {
       opacity: 0;
        filter: blur(10px);
        
    }
    100%{
        opacity: 1;
        filter: blur(0px);
    }

}

h1{
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 934px;
    margin: 0 auto;
}


.sns{
    display: flex;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 3;
}

.sns a{
    display: block;
    width: 40px;
    margin-left: 34px;
}

@media screen and (max-width: 896px){
    .hero{
    padding-top: 57.3vw;
}

 .sns{
    display: flex;
    position: static;
    top: 40px;
    right: 40px;
    z-index: 3;
     justify-content: center;
     margin-top: 25px;
}

.sns a{
    display: block;
    width: 30px;
    margin-left: 10px;
    margin-right:10px;
}  
    
}
.news{
    padding: 102px 0 50px;
    width: 90%;
    max-width: 943px;
    margin: 0 auto;
    position: relative;
}
.news h2{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 32px;
    text-align:center;
    letter-spacing: 0.12em;
    color: #b91c22;
    border-bottom: solid 2px;
    width: 100%;
    padding-bottom: 0.35em;
    margin-bottom: 36px;
    
}
.news h3{
    margin-bottom: 15px;
}
.news p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.news p span{
    font-weight: bold;
}
.news-more{
    font-weight:700;
    font-size: 16px;
    width: 11.8em;
    height: 2em;
    border: solid 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: #b91c22;
    line-height: 1;
}

@media screen and (max-width: 896px){
    
    .news{
    padding: 50px 0 35px;
}
.news h2{
    font-size: 24px;
    margin-bottom: 25px;
    
}
    
    .news h3{
        width: 90%;
        margin: 0 auto 25px;
    }
    .news p{
        font-size: 14px;
    }
.news-more{
    margin: 0 auto;
}

    
}

.intro{
    position: relative;
}
.intro:before {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:120px;
   background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
}
.intro:after {
    content: "";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:180px;
   background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.intro-inner{
     width: 90%;
    max-width: 943px;
    margin: 0 auto;
    padding: 155px 0 48px;
    z-index: 2;
    position: relative;
}

.intro p{
    font-weight: 700;
    font-size: 17.7px;
    text-align: justify;
    margin: 34px 0 72px;
    line-height: 1.76;
    letter-spacing: 0.023em;;
}

@media screen and (min-width: 897px){
    .intro{
    background: url(../img/intro-back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
}
@media screen and (max-width: 896px){
    
    .intro{
    background: url(../img/intro-back-sp.jpg) no-repeat;
    background-size: 220% auto;
    background-position: top center;
    position: relative;
}
.intro:before {
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:70px;
   background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
}
.intro:after {
    content: "";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
   background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.intro-inner{
    padding: 135px 0 50px;;
}

.intro p{
    font-weight: 700;
    font-size: 14px;
    text-align: justify;
    margin: 25px 0 35px;
    line-height: 1.76;
    letter-spacing: 0.023em;;
}

    
}

.oshii{
    width: 90%;
    max-width: 943px;
    margin: 0 auto 170px; 
}

.comment{
    background: #b91c22;
    padding: 32px 30px 40px;
    margin-bottom: 30px;
}
.comment h3{
    font-weight: 900;
    font-size: 29px;
    margin-bottom: 5px;
}
.comment p{
    font-weight: bold;
    font-size: 18px;
    text-align: justify;
    line-height: 1.75;
}

.oshii-profile h4{
    font-weight: 900;
    font-size: 24px;
    position: relative;
    margin-bottom: 7px;
    
}

.oshii-profile h4 span{
    font-size: 66%;
    font-weight: 900;
}

.oshii-profile h4 :after {
    content: "";
    display: block;
    position: absolute;
    top:calc(50% - 1px);
    left:13.2em;
    width:calc(100% - 13.2em);
    height:2px;
    background:#fff;
}
.oshii-profile p{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
}

@media screen and (max-width: 896px){
    .oshii{
    margin: 0 auto 50px; 
}

.comment{
    padding: 25px 5% 25px;
    margin-bottom: 25px;
}
.comment h3{
    font-size: 21px;
    margin-bottom: 5px;
}
.comment p{
    font-size: 14px;
}

.oshii-profile h4{
    font-size: 18px;
    
}

.oshii-profile p{
    font-weight: bold;
    font-size: 12px;
    line-height: 1.75;
}
    
}
.cast-inner{
    padding: 40px 0 94px;
     width: 90%;
    max-width: 943px;
    margin: 0 auto;
}

.cast h2{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 32px;
    text-align:center;
    letter-spacing: 0.12em;
    color: #b91c22;
    border-bottom: solid 2px;
    width: 100%;
    padding-bottom: 0.35em;
    margin-bottom: 58px;
    
}

.cast li{
    display: flex;
    margin-bottom: 95.5px;
}
.cast li:nth-child(even){
    flex-direction: row-reverse;
}
.cast li figure{
    width: 27.7%;
    flex-shrink: 0;
    margin-right: 39px;
}

.cast li:nth-child(even) figure{
    margin-left: 39px;
    margin-right: 0;
}
.cast li div{
    width: 100%;
}
.cast li h3{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 29px;
    line-height: 0.8;
    display: flex;
    align-items: flex-end;
    margin-bottom: 14px;
    color: #b91c22;
}

.cast li h3 span{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}

.cast li h3 span.en{
    font-size: 57%;
    display: inline-block;
    margin-left: 25px;
    letter-spacing: 0.08em;
    color: #b91c22;
}

.cast li h3 span.actor{
    font-size: 66%;
    display: inline-block;
    margin-left: auto;
}

.blood-type{
    background:#b91c22;
    font-size: 18px;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 0.6em;
    letter-spacing: 0.09em;
    color: #000;
    margin-bottom: 17px;
}

.profile{
    text-align: justify;
    font-size: 16px;
    line-height: 1.75;
    flex-wrap: 700;
    color: #bdc2bb;
}


@media screen and (max-width: 940px){
    
    .cast li h3{
        font-size: 24px;
    }
}

@media screen and (min-width: 897px){
    .cast{
    background: url(../img/cast-back.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top;
}

    
}
@media screen and (max-width: 896px){
    
    .cast{
    background: url(../img/cast-back-sp.jpg);
    background-size: 150% auto;
    background-position: top;
}

.cast-inner{
    padding: 50px 0 25px;
     width: 90%;
    max-width: 943px;
    margin: 0 auto;
}

.cast h2{
    font-size: 24px;
    margin-bottom: 50px;
    
}

.cast li{
   display: block;
    margin-bottom: 75px;
}

.cast li figure{
    width: 55%;
    flex-shrink: 0;
    margin: 0 auto 15px;
}

.cast li:nth-child(even) figure{
   margin: 0 auto 15px;
}

.cast li h3{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 0.8;
    display: block;
    margin-bottom: 20px;
    text-align:center;
    
}

    .cast li h3 span.en{
        display: block;
        margin: 10px 0 20px;
        font-size: 50%;
    }

.cast li h3 span.actor{
    font-size: 66%;
    display: block;
    width: 100%;
    text-align:center;
    
}

.blood-type{
    text-align:center;
    margin-bottom: 17px;
}

.profile{
    font-size: 13px;
}

    
}
.story h2{
    width: 136px;
    margin: 0 auto 30px;
    
}
.story{
    background: url(../img/story-back.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 265px 0 335px;
}
.story p{
    text-align: center;
    font-size: 19px;
    line-height: 2.09;
    letter-spacing: 0;
}


@media screen and (max-width: 896px){
    
    .story h2{
    width: 76px;
    margin: 0 auto 30px;
    
}
.story{
    background: url(../img/story-back.jpg);
    background-position: center;
    background-attachment:inherit;
    background-size: cover;
    padding: 100px 0 125px;
}
.story p{
    text-align: center;
    font-size: 14px;
    line-height: 2.09;
    letter-spacing: 0;
}

    
    
}
.footer-inner{
     width: 90%;
    max-width: 943px;
    margin: 0 auto;
    padding: 155px 0 80px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
    background: #000;
    border: solid 1px #ffffff;
}

.youtube p{
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 24px;
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.footer-inner figure{
    width: 89.3%;
    margin: 0 auto 88px;
}

.footer-inner a{
    display: block;
    width: 200px;
    margin: 0 auto;
}

.footer-img{
    width: 100%;
    height: 17vw;
    background: url(../img/footer-img.jpg);
    background-size: 100% auto;
    animation: slideanm 30s linear infinite;
}

@keyframes slideanm {
from { background-position: 0 0; }
to { background-position: -99vw 0; }
}
@media screen and (max-width: 896px){
    .youtube{
        margin-bottom: 25px;
    }
    .youtube p{
        font-size: 14px;
    }
    .footer-inner{
    padding: 75px 0 35px;
}


.footer-inner figure{
    width: 100%;
    margin: 0 auto 35px;
}

.footer-inner a{
    display: block;
    width: 150px;
    margin: 0 auto;
}

.footer-img{
    width: 100%;
    height: 35.4vw;
    background: url(../img/footer-img.jpg);
    background-size: 200% auto;
    animation: slideanm 30s linear infinite;
}

@keyframes slideanm {
from { background-position: 0 0; }
to { background-position: -198vw 0; }
}
    
    
}

#special{
    text-align: justify;
}
#special h3{
    margin-bottom: 40px;
}

.special-intro{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 70px;
}

.special-intro span{
    color: #f00;
    font-weight: bold;
}
.special-detail{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 45px;
}
.special-detail h4{
    line-height: 1;
    margin-bottom: 2px;
    overflow: hidden;
}
.special-detail h4 span{
    font-size: 18px;
    font-weight: bold;
    color: #f00;
    line-height: 1;
    display: inline-block;
    position: relative;
}

.special-detail h4 span:after {
    content: "";
    display: block;
    position: absolute;
    top:calc(50% - 1px);
    left:calc(100% + 0.4em);
    width:calc(1200px);
    height:2px;
    background:#f00;
}

.special-detail span{
    font-weight: bold;
    font-size: 75%;
}

#special aside{
    font-size: 15px;
    font-weight: normal;
}

.special-detail a{
    font-size: 75%;
    font-weight: bold;
    color: #f00;
    text-decoration: underline;
}

.special-detail p{
    color: #f00;
    border: solid 1px;
    font-size: 19px;
    padding: 15px 30px;
    margin-top: 15px;
    letter-spacing: 0;
}

.notice{
    font-size: 17px;
    border: solid 2px #fff;
    padding: 30px;
    margin-bottom: 35px;
}

.contact h4{
    font-size: 16px;
    font-weight: bold;
}

.contact{
    font-size: 19px;
    font-weight: bold;
}
.contact span{
    font-size: 90%;
    font-weight: bold;
}
.contact a{
    font-size: 90%;
    font-weight: bold;
    color: #f00;
    text-decoration: underline;
}

@media screen and (max-width: 896px){
#special h3{
    margin-bottom: 25px;
}

.special-intro{
    font-size: 15px;
    margin-bottom: 50px;
}

.special-intro span{
    color: #f00;
    font-weight: bold;
    
}
.special-detail{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 45px;
}
.special-detail h4{
    line-height: 1;
    margin-bottom: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}
.special-detail h4 span{
    font-size: 16px;
    font-weight: bold;
    color: #f00;
    line-height: 1;
    display: inline-block;
    position: relative;
}

#special aside{
    font-size: 12px;
    font-weight: normal;
}

.special-detail a{
    font-size: 75%;
    font-weight: bold;
    color: #f00;
    text-decoration: underline;
    
}

.special-detail p{
    color: #f00;
    border: solid 1px;
    font-size: 14px;
    padding: 15px 5%;
    margin-top: 15px;
    letter-spacing: 0;
}

.notice{
    font-size: 14px;
    border: solid 2px #fff;
    padding: 30px 5%;
    margin-bottom: 35px;
}

.contact h4{
    font-size: 14px;
    font-weight: bold;
}

.contact{
    font-size: 14px;
    font-weight: bold;
}
.contact span{
    font-size: 90%;
    font-weight: bold;
}
.contact a{
    font-size: 90%;
    font-weight: bold;
    color: #f00;
    text-decoration: underline;
   word-break: break-all;
}
    
}


.top-notice{
    width: 90%;
    max-width: 943px;
    margin: 0 auto;
    border: solid 1px #fff;
    padding: 1em;
    text-align:center;
    margin-bottom: 50px;
    font-weight: bold;
    
}

@media screen and (max-width: 896px){
    
    .top-notice{
        font-size: 11.7px;
        margin-bottom: 35px;
    }
    
}