@charset "UTF-8";
/* CSS Document */



main{
	width: 100%;
	height: 100%;
}

.container-base{
    width: 100%;
    height: 100%;
  /* background-color: #FFE114;*/
    /*	background-attachment: fixed;
	overflow: scroll;*/
	
/*	gridで中央表示*/
	/*display: grid;
	grid-template-columns: 100vw;
	grid-template-rows: 100vh;*/

}

.top-main-wrapper{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;    
 
}

.top-sub-wrapper{
    width: 100%;
    line-height: 0;
    position: relative;
    background-color: hsla(0,0%,100%,1.00);    
    padding:0 0 0.5% 0;
}

.top-main-logo-area{
    max-width: 1000px;
    /*height:100%;*/
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    z-index: 3;

}

.top-main-wrapper2{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #851A1C;
    z-index: 999;
    background-image: url(../img/pc_top_base1.png);
}

.top-main-base{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    background-image: url(../img/pc_top_base1.png);
    background-repeat: repeat-x;
}




.top-main-img-wrapper{
	width: 100%;
	max-width: 900px;
	/*height:100%;*/
	margin: 0 auto 0;
	position:relative;
	/*background-color: #E40C10;*/
	z-index: 2;
   /* top:60%;*/

}

.top-main-img-wrapper:before {
    content: "";
    display: block;
    /*padding-top: 100%;*/ /* 1:1 */
}

.top-main-upCast{
width: 100%;
position: absolute;
/*left: 50%;
transform: translate(-50%, 45%);*/
z-index:3;
}

.top-main-copy{
width: 9%;
max-width: 80px;
right: 190px;
top:125px;
position: absolute;
z-index:3;

}



.top-main{
width: 100%;
top:0;
position: absolute;
z-index:2;
 line-height: 0;   
}


.top-main-waku{
    width: 100%;
    height: 100vh;
    position: relative;
    line-height: 0;
    background-image: url(../img/pc_top_base.jpg);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
}



.top-main-left{
    position: relative;
    width: 50%;
    height: 100%;   
}


.top-main-right{
   position: relative;
    width:50%; 
    padding-top:6%;
}


.top_logoAera{
    width:70%;
    /*max-width: 700px;*/
    margin:auto;
}

.top_logo{
  margin-bottom: 13%;  
}

.top_bnrMenu_area{
     display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.top_bnrMneu{
    width:42%;
    margin:0 5px;
}



.rbBnr-area{
     
   /* display: inline-flex;*/
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
      /* justify-content: space-around;*/
       /* justify-content: space-between;*/
     z-index: 1;
    }   

.rbBnr{
    width:120px;
    margin:0 5px;
}



@media screen and (max-width: 750px) {
    
    
    .top-main-waku{
        background-image: url(../img/sp_top_base.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
        
        
        
    }
    
    
    .top-main-left{
    width: 100%; 
        padding-bottom: 10%;
}
    
    .top_logo_sp{
    position: absolute;
    z-index: 10;
    width: 100%;
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
    
      top:60%;  
    }
    
    .top_logo_sp_img{
       /* z-index:10;*/
      /*  position: absolute;*/
        width:80%;
     /*   bottom:0;*/
       /* margin:auto; */
        
    }
    

}




.top-main-top_01{
    width: 100vw;
    height: 100vh;
    position: relative;
    line-height: 0;
    overflow: hidden;  
}

.heightImg{
    overflow: hidden;
    background-image: url(../img/pc_top_01.png);
     background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center 0%;
 
}



.heightImg2{
    overflow-x: hidden;
    background-image: url(../img/pc_top_02.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center 0%;
}

.heightImg.en{
   background-image: url(../img/pc_top_01_en.png); 
}

.heightImg.fr{
   background-image: url(../img/pc_top_01_fr.png); 
}

.heightImg.ch{
   background-image: url(../img/pc_top_01_ch.png); 
}



.heightImg2.en{
   background-image: url(../img/pc_top_02_en.png); 
}

.heightImg2.fr{
   background-image: url(../img/pc_top_02_fr.png); 
}

.heightImg2.ch{
   background-image: url(../img/pc_top_02_ch.png); 
}

.heightImg2.en img{
    width:100%;
    height: 100%;
}




@media screen and (max-width: 750px) {
  .top-main-top_01{
      position: relative; 
    height: auto;
}
    
    .top-main-waku{
   height: 100%;
}
  
    
}

.top-main-top_02{
     width: 100%;
    height: 100vh;
position: absolute; 
    top:0px;
     line-height: 0;
}

.top-main-top_03{
     width: 100%;
    height: 100vh;
position: absolute; 
    top:0px;
     line-height: 0;
}




.top-arrow-down{
    width: 80px;
    position: absolute;
    margin: 0 auto !important;
    bottom:10px;
    left: 0;
right: 0;
    z-index: 10;
  
 /*     background-color: hsla(0,0%,5%,0.7);*/
}

@media screen and (max-width: 750px) {
    
    .textImg{
        width:90%;
        margin:auto;
     /* padding:0 10px;   */
    }
    
    .sp-introduction-01{
    padding:4rem 0;
    background-image: url(../img/sp_intro_base_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
        
    }
    
    .sp-introduction-text01{
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 2rem;
      width:90%;
        margin:auto;
    color: hsla(62,62%,90%,1.00);
        margin-top:2rem;
    }
    
    
     .sp-introduction-02{
       margin-top: -13%;
    padding-bottom: 0rem;
    position: relative;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  /*  overflow: hidden;*/
    }
    
  
    
       .sp-introduction-text02{
           
    position: relative;
 /*   top: 50%;*/
font-family: source-han-serif-japanese, serif;
font-weight: 600;
font-style: normal;
    font-style: normal;
    line-height: 2rem;
    width: 90%;
    margin: -60% auto 2rem auto;
    color: hsla(0,0%,0%,1.00);
        /*    overflow: hidden;*/
    }
    
    
    .sp-introduction-03{
    position: relative;
    background-color: hsla(0,0%,100%,1.00);
        padding-bottom: 3rem;
    }
    
    .sp-cast-img{
        width:70%;
        max-width:250px;
        margin:4rem auto 2rem;
    }
    
     .sp-introduction-text03{
           
    position: relative;
 font-size: 0.9rem;
font-family: source-han-serif-japanese, serif;
font-weight: 600;
font-style: normal;
    font-style: normal;
    line-height: 1.7rem;
    width: 90%;
    margin: 0 auto;
    color: hsla(0,0%,0%,1.00);
        /*    overflow: hidden;*/
    }
    
    
.top-arrow-down{
    width: 60px;
    position: absolute;
    margin: 0 auto !important;
    bottom:-10px;
    left: 0;
right: 0;
    z-index: 10;
  
 /*     background-color: hsla(0,0%,5%,0.7);*/
}
    
}

@media screen and (max-width: 1100px) {
    

    
}





.icon-wrapper{

position: absolute;
left: 50%;
transform: translate(-50%, 0%);
z-index:9;
top:1190px;

 display: flex;
justify-content: center;
}

.icon{
height: 17px;
margin:0 10px;
}

.icon img{
height:100%;
}


.footterBnr-wrapper{
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
z-index:6;
top:950px;
width:100%;
 display: flex;
 flex-wrap: wrap;
/*justify-content: space-between;*/
justify-content: center;
	
}



.footterBnr{
	width:15%;
	margin:0.1em 0.2em;
	max-width: 160px;
}

.footterBnr img{
	width:100%;
	
}


@media screen and (max-width: 750px) {
    
    .top-main-wrapper{
    height: auto;
    }

.footterBnr-wrapper{

position: relative;
width:95%;
max-width: 500px;
right:auto;
left: 50%;
transform: translate(-50%, 0%);
top:0;
margin-bottom: 2rem;
	
display: flex;	
flex-wrap: wrap;
justify-content: space-between;	
}
	
.footterBnr{
	width:48%;
	margin:0em 0.2em;
	max-width: 170px;
}
	
	}

@media screen and (max-width: 960px) {

.top-main-bnr_cafe{
max-width: 170px;
top:470px;
right:0px;
}
	
	.theater{
	margin-bottom: 0%;
}
	
	.top-main-bnr_left{
max-width: 170px;
top:480px;
left:0px;
}

}

@media screen and (max-width: 750px) {


.top-main{
width: 100%;
top:0px;
position: relative;
z-index:2;
}



.sp-trailer{
	position: relative;
	/*z-index: 999;*/
	width: 100%;
	background-color: hsla(359,86%,38%,1.00);
	margin-bottom: 1rem;
}

.top-main-bnr_cafe{
position: relative;
width:95%;
max-width: 500px;
right:auto;
left: 50%;
transform: translate(-50%, 0%);
top:0;
margin-bottom: 2rem;
	
display: flex;	
flex-wrap: wrap;
justify-content: center;
/*justify-content: space-between;	*/
}
	
	
	
.top-main-bnr_item{
	width: 47%;
	margin:0.3em;
}
	.top-main-bnr_item.theater{
		width: 100%;
	margin:0.3em;
	}

.top-main-base{
height:200px;	
}

.top-main-upCast{
width: 90%;
top:8%;

}

.top-main-copy{
width: 10%;
right: 20%;
top:15%;
}

.top-main-top_04{
width: 75%;
top:57%;
}

.top-main-top_05{
width: 98%;
top:72%;
}

.top-main-top_06{
width: 95%;
top:92%;
}
    
    .top-main-top_06b{
width: 95%;
top:92%;
}
	
	.top-main-top_07{
width: 70%;
top:47%;
}

.icon-wrapper{

top:100%;
}




}


@media screen and (max-width: 500px) {

/*.top-main-bnr_cafe{
width:70%;
max-width: 300px;
margin-top:160%;
}

.top-main-top_04{
width: 70%;

}

.top-main-top_05{
width: 98%;
margin-top:125%;
}

.top-main-top_06{
width: 96%;
margin-top:145%;
}*/

}








.base-index{

}



.base-story{
	background-image: url(../img/story_base.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.text-wrapper{
	justify-self: center;
	align-self: center;
 
	padding: 15px 30px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	width: 300px;
	text-align: center;

}


/*_________________page top*/





/*bookSlideArera*/

.commentSlideArea{
	position: relative;
	top: 0%;
	left: 0px;
	z-index: 10;
	width: 180px;
}

.commentBase{
	position: relative;
	
}

.commentBase img{
	width:100%;
	
}

.commentArea{
	position: absolute;
	top: 0px;
	left: 0px;
max-width: 170px;
	width:100%;
	height:100%;

}

.slider-commetContainer{
	position: absolute;
	top: 40px;
	left: 7px;
	right: 0;
	width:100%;
	padding:0 5px;
	/*margin: auto;*/
/*	max-width: 164px;*/
/*	background-color: hsla(359,55%,32%,1.00);*/
}


.commentName{
    font-size: 17px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 0.3em;
    font-weight: 900;
    color: #FF0178;
font-family: source-han-serif-japanese, serif;
font-weight: 600;
}

.commentName2{
	line-height: 1em;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0.5em;
	color: #000;
font-family: source-han-serif-japanese, serif;
font-weight: 600;
	
}

.commentText{
	font-size: 11px;
	line-height: 1.4em;
	/*font-weight: 700;*/
	color: #000;
}

.commentText .blue{
    font-size: 110%;
    color: #0054B7;/*font-weight: 700;*/
}

a .commentTextSet {

}

.commentText:hover {
    color: #292929;
}


.slider-commetContainer.initialized {
  display:block;
}
.slider-commetContainer .slider {
  margin: 0 0px;
  overflow: hidden;
}
.slider-commetContainer .slick-list {
  /*margin-right: -6px;*/  /* ガター分ネガティブマージン */
}






@media screen and (max-width: 960px) {
.commentSlideArea{
	position: relative;
	top: 0%;
	left: 0px;
	z-index: 10;
	width: 170px;
}
	
	.commentArea{
	position: absolute;
	top: 0px;
	left: 0px;
max-width: 155px;
	width:100%;
	height:100%;

}
	
	.commentText{
	font-size: 10.5px;
	line-height: 1.3em;
	/*font-weight: 700;*/
	color: #000;
}

}


@media screen and (max-width: 750px) {
.commentSlideArea{
	position: relative;
	bottom: auto;
	left: 0px;
	right:0px;
	z-index: 1;
	width: 95%;
	padding:0px;
	margin:0 auto 2em auto;
}
	
	.commentArea{
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
max-width:100%;
	width:100%;
	height:100%;
	/*	background-color: hsla(359,55%,32%,1.00);*/

}

.slider-commetContainer{
	position: absolute;
	top: 20%;
	left: 4px;
	right: 0px;
	width: 100%;
	padding: 0 20px;
	/*background-color: hsla(263,77%,44%,1.00);*/	/*margin: auto;*/
/*	max-width: 164px;*/
/*	background-color: hsla(359,55%,32%,1.00);*/
}
	
	.commentName{
	font-size: 26px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 0.3em;
	font-weight: 900;

}

.commentName2{
	line-height: 1em;
	font-size: 15px;
	text-align: center;
	margin-bottom: 1em;

	
}

.commentText{
		text-align: left;
	font-size: 16px;
	line-height: 1.6em;


}
	
}



/*about*/

.aboutArea{
    position: relative;
    background-image: url(../img/about_base.png);
    background-repeat: repeat-x;
    line-height: 0;
}

.aboutImg{
      line-height: 0;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}




/*@media screen and (min-width: 1281px) {
}*/

@media screen and (min-width: 1101px) {
}

@media screen and (min-width: 961px) {
}



.top-bnr-area {
    position: absolute;
    right: 0%;
    top: 13%;
    width: 25%;
    max-width: 300px;
  
}

.top-bnr-pc {
   position: relative;
 border: 1px solid hsla(0,0%,100%,1.00);
    line-height: 0;
    width:95%;
    margin:0 auto 2rem;
}


.spBnr-area{
    line-height: 0;
}

.spBnr{
   width:80%;
    margin:auto;
    padding-top:1rem;
}






/*________________________scene-introduction*/

.x-center img{
   -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);    
}


.introduction-img-base{
    position: relative;
    width: 100%;
    z-index: 0;
    line-height: 0;
    background-color: hsla(0,0%,100%,1.00);
/*    padding-bottom: 1rem;*/
}

.introduction-img-01{
   position: absolute; 
  width:63%;
 /*   max-width: 1198px;*/
    margin:0 auto ;
   z-index: 10;
top: 3%;
	left: 18.5%;
	
}

.introduction-img-02{

   position: absolute; 
  width:32%;
  /*  max-width: 598px;*/
    margin:0 auto ;
   z-index: 10;
    
top: 28%;
	left: 51%;

}


.introduction-img-02.en{
  top: 26.8%;  
    
}

.introduction-img-03{
    position: absolute;
    width: 52%;
    margin: 0 auto;
    z-index: 10;
    top: 20%;
    left: -1.5%;
/*     -webkit-filter: drop-shadow(0px 0px 20px hsla(0,0%,0%,0.8));
  filter: drop-shadow(0px 0px 20px hsla(0,0%,0%,0.8)); */
}

.introduction-img-03.shadow{
       -webkit-filter: drop-shadow(0px 0px 20px hsla(0,0%,0%,0.8));
  filter: drop-shadow(0px 0px 20px hsla(0,0%,0%,0.8)); 
}

.introduction-img-04{
   position: absolute; 
  width:63%;
    margin:0 auto ;
   z-index: 10;
top: 90%;
left: 18.5%;
}

.introduction-img-05{
   position: absolute; 
 width:63%;
    margin:0 auto ;
   z-index: 10;
top: 72%;
	left: 18.5%;
}

.introduction-img-06{
   position: absolute; 
  width:63%;
    margin:0 auto ;
   z-index: 10;
top: 84%;
left: 18.5%;
}


.comment-add{
    position: relative;
    background-color: hsla(0,0%,100%,1.00);   
    padding:2rem 0;
}

.comment-add-img{
   position: relative; 
  width:63%;
    margin:0 auto ;
   z-index: 10;
    margin-bottom: 3rem;
}




@media screen and (max-width: 750px) {
    
.base-introduction{
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-y;        /* background-attachment: scroll;*/
}
    
}
    
    
    
    
    
    



.character-main-wrapper {
    position: relative;
    z-index: 10;
    /* overflow: auto;*/
    width: 100%;
   
}


.character_01{
    background-image: url(../img/img01.jpg);
}
.character_02{
    background-image: url(../img/img02.jpg);
}
.character_03{ background-image: url(../img/character_03.jpg);}
.character_04{ background-image: url(../img/character_04.jpg);}
.character_05{ background-image: url(../img/character_05.jpg);}
.character_06{ background-image: url(../img/character_06.jpg);}

.fullHeight img {
    height:100%;
}

.fullHeightSns{
    height: 20px;
}

.fullHeightSns img {
    height:100%;
}

.slick-fullHeight {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    width: auto\9; /* ie8 */
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.slick-fullHeight img {
    height: 100%;
    background-position: center top;
    background-size: 100% 0;
}

.slick-slide:focus {
  outline: none;
}


@media screen and (max-width: 480px) {
    .slick-fullHeight {
 height: 80vh;
    
}
    
}


/*slick arrow
*/
.slick-prev::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/arrow_l.png);
    background-size: contain;
    vertical-align: middle;
}
.slick-next::before {
    /* content: url(../img/common/arrow-right.png);*/
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/arrow_r.png);
    background-size: contain;
    vertical-align: middle;
}
.slick-prev {
    width: 80px;
    height: 80px;
    left: 0px;
}
.slick-next {
    width: 80px;
    height: 80px;
    right: 0px;
}

@media (max-width: 450px) {
.slick-prev::before {
    width: 40px;
    height: 40px;
}
.slick-next::before {
    width: 40px;
    height: 40px;
}
.slick-prev {
    width: 40px;
    height: 40px;
    left: 0px;
}
.slick-next {
    width: 40px;
    height: 40px;
    right: 0px;
}
    
  .slick-slide:not(.slick-center) {
      
  /*     -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;*/
      
 /* -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);*/
  transition: 0.2s linear;
}
}








/*modalContentsArea*/



.modal-container{
   /* margin-top:80px;*/
/*	background-color: hsla(359,75%,52%,0.2);*/
	display: flex;
	justify-content: center;
	align-items: center;
   
 height: 100vh;
	/*min-height: 100vh;*/
	z-index:10;
}

.mt-80{
    margin-top:80px; 
}


.modal-container.fullContents{
    margin-top:50px;
     -webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;

}


.modalContentsArea{
    width:80%;
    max-width:1190px;
}





/*sp-contents*/

.sp-wrapper{
    line-height: 0;
}

.narrowWrapper{
    position: relative;
    padding: 0 20px;
}

.ac-trigger{
    cursor: pointer;
}

.ac .ac-target {
    display: none;
}
.ac.is-active .ac-trigger:before {
    /*   font-family: 'Font Awesome 5 Free';
    content: '\f068';*/
   /* font-family: 'fontello';
    content: '\e803';
    right: 14px;
    color: #ACACAC;
    font-size: 0.9rem;*/
}
.ac.is-active .ac-target {
    display: block;
}

.sp-contents{
   padding:0 0 30px 0;
}

.sp-contents-text{
    font-size: 1.1rem;
padding:30px 20px;
    line-height: 2rem;
}

.sp-contents-text-white{
    color: hsla(0,0%,100%,1.00);    
}

.text-large{
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 1.5rem;
}


.sp-story{
    position: relative;
    background-color: hsla(44,80%,53%,1.00);    
}

.sp-cast{
    position: relative;
    background-color: hsla(190,44%,51%,1.00);
}

.sp-director{
    position: relative;
    background-color: #D66112;
}

.sp-sharon{
     position: relative;
    background-color: #02895A; 
}



/*sp trailer*/
.sp-trailerArea{
    
}

.sliderwaku{
	display: block;
	padding: 0px 0 0px 0;
	overflow: hidden;	/*background-color: hsla(32,100%,46%,0.74);*/
	}

.trailerMovie{
	padding: 15px 0;
	width: 98%;
	margin: auto;
}


.tralerNav .btn a{
    padding:0rem ;
    line-height: 3rem;
    height:3rem;
  margin-bottom:5px;
    min-width: 90px;
}





/*60s land*/

.land-main-waku{
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
    margin-top: 50px;
    background-image: url(../img/pc_60s_base.jpg);
    background-position: center top;
    background-size: cover;
}

.land-text-wrapper{
    padding: 3rem 4rem;
    max-width: 900px;
    margin: auto;
    width: 80%;
    height: 100%;
    background-blend-mode: multiply;
    background-color: hsla(0,100%,31%,0.80);
    overflow-y: scroll;
}

.background-red{
  
}

.pc-contents-text{
    font-size: 1rem;
padding:30px 0px;
    line-height: 2rem;
    color: hsla(0,0%,100%,1.00);
}


@media screen and (max-width: 750px) {
    
    .land-main-waku{
   /* width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
    margin-top: 50px;
    background-image: url(../img/pc_60s_base.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;*/
}
    
    .land-text-wrapper{
         padding: 1rem 10px 3rem 10px ;
       width: 100%;  
        
    }
    
    .pc-contents-text{
    font-size: 1.1rem;
padding:30px 0px;
    line-height: 2rem;
   
}

    
    
}