@charset "UTF-8";
/* CSS Document */

/***
* common_pc.css
*/

@media only print, only screen and (min-width: 1000px){

.sp,
.tab,
.tab_sp,
.ja{
  display:none;
}

.pc,
.pc_tab{
  display:block;
}

.bar{
	display:inline;
}

sup{
  font-size:13px;
  margin-bottom:10px;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#bbb;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hover{
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hover:hover{
  opacity:0.5;
  filter:alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* layout */

#wrapper{
  background: url("../img/bg.jpg");
  background-size: 80px auto;
}

/* header */

#header{
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 1111;
  background: #93278f;
  transform: translate3d(0,-70px,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: 70px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

#navL li img,
#navR li img{
  width: auto;
  height: 22.5px;
}

#navL{
  position: absolute;
  top: 22px;
  left: 25px;
}

#navR{
  position: absolute;
  top: 22px;
  right: 25px;
}

#navRInner{
  float: left;
}

#navSns{
  float: right;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #fff;
}

#navSns li{
  float: left;
  margin-right: 20px;
}

#navL li,
#navRInner li{
  float: left;
  margin-right: 30px;
}

#navL li:last-child,
#navR li:last-child{
  margin-right: 0;
}

/* main */

#main{
  padding: 70px 0 270px;
}

.title{
  padding: 100px 0;
  border-top: 1px solid #93278f;
  border-bottom: 1px solid #93278f;
}

.title img{
  width: auto;
  height: 38px;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.lead{
  padding: 120px 0 140px;
  font-size: 2.050vw;
  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: 20px;
  position: relative;
}

#footer h6{
  width: 71.15vw;
  margin-bottom: 0;
}

#btnA24{
  width: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
}

/* intro */

#introInner{
  padding: 20px;
}

#introImg{
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 0;
}

#introTxt{
  width: calc(50% - 15px);
  float: right;
  margin-top: -6px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

#storyInner{
  padding: 20px;
}

#storyImg{
  width: calc(50% - 15px);
  float: right;
}

#storyTxt{
  width: calc(50% - 15px);
  float: left;
  margin-top: -6px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

/* comment */

#bgComment{
  width: 100%;
  height: 600px;
  background: url("../../comment/img/bg_comment.jpg") center;
  background-size: 100% auto;
  background-attachment: fixed;
}

.commentList li{
  margin-bottom: 160px;
  text-align: center;
}

.commentList li:first-child{
  padding-top: 160px;
}

.commentList li:last-child{
  margin-bottom: 0;
}

.commentList li#comment8{
  margin-bottom: 160px;
}

#comment1 img{
  width: 1026px;
}

#comment2 img{
  width: 851px;
}

#comment3 img{
  width: 1086px;
}

#comment4 img{
  width: 910px;
}

#comment5 img{
  width: 732px;
}

#comment6 img{
  width: 857px;
}

#comment7 img{
  width: 822px;
}

#comment8 img{
  width: 767px;
}

#comment9 img{
  width: 311px;
}

#comment10 img{
  width: 325px;
}

#comment11 img{
  width: 445px;
}

#comment12 img{
  width: 934px;
}

#comment13 img{
  width: 573px;
}

#comment14 img{
  width: 645px;
}

#comment15 img{
  width: 420px;
}

#comment16 img{
  width: 374px;
}

/* cast & crew */

.castList li{
  border-bottom: 1px solid #93278f;
  position: relative;
}

.castImg{
  width: 50%;
}

.castTxt{
  width: 50%;
}

.castTxtInner{
  padding: 20px;
}

.castTxt h4{
  margin-bottom: 40px;
}

.castImg h4 img,
.castTxt h4 img{
  width: auto;
  height: 90px;
}

.castTxt p{
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

.castList li:nth-child(odd) .castImg{
  float: left;
}

.castList li:nth-child(odd) .castTxt{
  float: right;
}

.castList li:nth-child(even) .castImg{
  float: right;
}

.castList li:nth-child(even) .castTxt{
  float: left;
}

.castList li{
  position: relative;
}

.castList li::before{
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  background: #93278f;
}

/* trailer */

#trailer{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,.1);
  display: none;
}

#btnClose{
  width: 30px;
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
}

#trailer #videoYoutube{
  width: 900px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  padding-bottom:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#trailer iframe{
  width: 900px;
  height: 480px;
}
  
.notice{
  margin-top: 20px;
  padding: 16px;
  font-size: 11px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #fff;
  background: #000;
}

#commentNotice{
  margin-bottom: 160px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  text-align: center;
}

.notice strong{
  font-weight: bold;
}

#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;
}

}