@charset "UTF-8";
/* CSS Document */

/***
* common_sp.css
*/

@media only print, only screen and (min-width: 18.75em){

.tab,
.pc,
.pc_tab{
  display:none;
}

.sp{
  display:block;
}

.hover:hover{
  opacity:1;
  filter:alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

a{
	color:#000;
	text-decoration:none;
}

/* layout */

#wrapper{
  background: url("../img/bg.jpg");
  background-size: 80px auto;
}

/* header */

#header{
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 7777;
  background: #93278f;
  transform: translate3d(0,-60px,0);
	transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#header.active{
  transform: translate3d(0,0,0);
	transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#logo{
  width: 60px;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}

#navL{
  position: absolute;
  top: 22px;
  left: 25px;
}

#navR{
  position: absolute;
  top: 15px;
  right: 15px;
}

#navRInner{
  float: left;
}

#navSns{
  float: right;
  margin-left: 40px;
  padding-left: 40px;
  border-left: none
}

#navSns li{
  float: left;
  margin-right: 12px;
}

#navSns li img{
  width: auto;
  height: 20px;
}

#navL li,
#navRInner li{
  float: left;
  margin-right: 30px;
}

#navL li:last-child,
#navR li:last-child{
  margin-right: 0;
}

#btnMenu{
  width: 41px;
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 9999;
}

#navSp{
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0,20px,0);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#navSp.active{
  visibility: visible;
  opacity: 1;
  transform: translate3d(0,0,0);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#navSp ul{
  position: absolute;
  top: 100px;
  left: 40px;
}

#navSp li{
  margin-bottom: 30px;
}

#navSp li img{
  width: auto;
  height: 37px;
  display: inline-block;
}

#closeOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
  left:0;
  z-index:3333;
  background: #93278f;
  transform: translate3d(-100%,0,0);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#closeOverlay.active{
  transform: translate3d(0,0,0);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

/* main */

#main{
  padding: 60px 0 300px;
}

.title{
  padding: 70px 0;
  border-top: 1px solid #93278f;
  border-bottom: 1px solid #93278f;
}

.title img{
  width: auto;
  height: 32px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.lead{
  padding: 50px 0 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
}

.light{
  margin-right: 4px;
  font-weight: 200;
  letter-spacing: -0.1em;
}

/* footer */

#footer{
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #93278f;
}

#footerInner{
  padding: 15px;
  position: relative;
}

#footer h6{
  width: 100%;
  margin-bottom: 30px;
}

#btnA24{
  width: 50px;
  margin: 0 auto 10px;
  position: relative;
  top: auto;
  right: auto;
  display: block;
}

/* intro */

#introInner{
  padding: 15px 15px 20px;
}

#introImg{
  width: 100%;
  float: none;
  margin-bottom: 20px;
}

#introTxt{
  width: 100%;
  float: none;
  margin-top: -6px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

#storyInner{
  padding: 15px 15px 20px;
}

#storyImg{
  width: 100%;
  float: none;
}

#storyTxt{
  width: 100%;
  float: none;
  margin-top: -6px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

/* comment */

#bgComment{
  width: 100%;
  height: 100vw;
  background: url("../../comment/img/bg_comment.jpg") center no-repeat;
  background-size: auto 100vw;
  background-attachment: fixed;
}

.commentList li{
  margin-bottom: 80px;
  text-align: center;
}

.commentList li:first-child{
  padding-top: 80px;
}

.commentList li:last-child{
  margin-bottom: 0;
}

.commentList li#comment8{
  margin-bottom: 80px;
}

#comment1 img{
  width: 318px;
}

#comment2 img{
  width: 268px;
}

#comment3 img{
  width: 347px;
}

#comment4 img{
  width: 318px;
}

#comment5 img{
  width: 283px;
}

#comment6 img{
  width: 337px;
}

#comment7 img{
  width: 328px;
}

#comment8 img{
  width: 308px;
}

#comment9 img{
  width: 180px;
}

#comment10 img{
  width: 187px;
}

#comment11 img{
  width: 257px;
}

#comment12 img{
  width: 278px;
}

#comment13 img{
  width: 329px;
}

#comment14 img{
  width: 196px;
}

#comment15 img{
  width: 219px;
}

#comment16 img{
  width: 220px;
}

/* cast & crew */

.castList li{
  border-bottom: 1px solid #93278f;
}

.castImg{
  width: 100%;
}

.castTxt{
  width: 100%;
}

.castTxtInner{
  padding: 20px;
}

.castTxt h4{
  margin-bottom: 40px;
}

.castImg h4 img,
.castTxt h4 img{
  width: auto;
  height: 68px;
}

.castTxt p{
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

.castList li:nth-child(odd) .castImg{
  float: none;
  border-right: none;
}

.castList li:nth-child(odd) .castTxt{
  float: none;
}

.castList li:nth-child(even) .castImg{
  float: none;
  border-left: none;
}

.castList li:nth-child(even) .castTxt{
  float: none;
}

/* trailer */

#trailer{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,.1);
  display: none;
}

#btnClose{
  width: 30px;
  display: block;
  position: absolute;
  top: -50px;
  right: 15px;
  z-index: 9999;
}

#trailer #videoYoutube{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; 
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);  
}

#trailer iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.notice{
  margin-top: 50px;
  padding: 16px;
  font-size: 11px;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  background: #000;
}

.notice strong{
  font-weight: bold;
}

#commentNotice{
  margin-bottom: 80px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  text-align: center;
}

#trailer2{
  display: none;
}

#modalTab{
  width: 100%;
  position: absolute;
  bottom: -28px;
}

#modalTab li{
  width: 50%;
  float: left;
}

#modalTab a{
  height: 18px;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  display: block;
}

#modalTab a.active{
  color: #fff;
  background: #93278f;
}

}