@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fff;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#fff;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height: 108px;
    left: 50%;
    margin-left: -200px;
    margin-top: -54px;
    position: fixed;
    top: 50%;
    width: 400px;
}
#loader p {
    color: #454545;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}
#loader p img {
    display: inline-block;
}


#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}


#right_bar_wrapper{
    width:4%;
    height: 100%;
    position: fixed;
    right:0;
    top:0;
	background-color:#007c89;
    z-index: 101;
}
  
#right_bar{
    width:100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.menuarea{
	position: fixed;
	top:0;
	right:0;
	width: 30%;
    height: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(100%,0,0);
  	transform: translate3d(100%,0,0);
	background-color: rgba(250,250,250,0.95);
	z-index: 90;
}

.imgresponsive img{
	width: 100%;
	height: auto;
}

.menubtn{
	z-index: 92;
	position:absolute;
	top:45%;
	right:15%;
	width: 70%;
	cursor: pointer;
}

.showMenu .menuarea{
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:11% 24% 11% 12%;
	box-sizing: border-box;
}

.menu-box img{
  width: 100%;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  width: 46%;
  float: left;
  margin: 2%;
  box-sizing: border-box;
  border:1px solid #527586;
}

.menu-box a{
  display: block;
  position: relative;
}
  
.menu-box .hoverimg{
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  z-index: 101;
}

.menu-box a:hover .hoverimg{
  top: 0%;
}


#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	line-height: 175%;
    box-sizing: border-box;
    padding-right: 3.9%;
}

#contents_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}

#top_wrapper{
    width:100%;
	position: relative;
	box-sizing: border-box;
}


#main{
    width:100%;
	opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.showNavi #main{
  opacity:1;
  -webkit-transition-delay:1s;
  transition-delay:1s;
}

#prize{
    width:45%;
	position: absolute;
	left:5%;
	top:12%;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}

.showNavi #prize{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

#logo_wrapper{
    width:40%;
	position: absolute;
	right:6%;
	top:12%;
	padding-bottom: 50px;
	 opacity:0;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
}

.showNavi #logo_wrapper{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

#photo{
	width:100%;
	margin-bottom: 30px;
}

#logo{
    width:100%;
	margin-bottom: 20px;
}

#snsbtn_wrapper1{
	width:90%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.snsbtn{
	width:32%;
	float: left;
	margin:0.666666%;
}

#snsbtn_wrapper2{
	width:455px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:80px;
	float:left;
	margin-right:5px;
	line-height: 100%;
	overflow: hidden;
}

.line{
	width:83px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.eigacom{
	width:108px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.filmarks{
	width:89px;
	float: right;
	line-height: 100%;
}

#catch1{
    width:7%;
	position: absolute;
	top:22%;
	left: 46%;
	opacity: 0;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
    transform: translateY(-200px);/* X軸方向に200px */
}

.showNavi #catch1{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateY(0);
}

#catch2{
    width:90%;
	position: absolute;
	right: 5%;
	top:4%;
	opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.showNavi #catch2{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}


.pcview{
	width:100%;
}

.spview{
	display: none;
}


.scrollShowEffect {
	-webkit-transition-delay: 1.5s;
	   -moz-transition-delay: 1.5s;
	    -ms-transition-delay: 1.5s;
	     -o-transition-delay: 1.5s;
	        transition-delay: 1.5s;
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.pagetitle{
	width:300px;
	margin:0 auto;
	margin-bottom: 40px;
}


.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}

#intro_wrapper{
	width:100%;
	background: #67c7ef;
	overflow: hidden;
}

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:3% 15% 10% 15%;
}

#story_wrapper{
	width:100%;
	background: #fff;
	overflow: hidden;
	color: #527586;
}

#story_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 15% 10% 15%;
}

#caststaff_wrapper{
	width:100%;
	background: url("images/caststaff/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
	padding-top:40%;
    box-sizing: border-box;
}

#caststaff_inner{
	width:100%;
	margin:0 auto;
	padding:10% 10% 0% 10%;
	box-sizing: border-box;
	background-color: #6b8eb6;
}


.castbox{
	width:19%;
    position: relative;
    overflow: hidden;
	float: left;
	margin:0.5%;
}

.cast-sntitle{
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #ea6176;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
.cast-sntitle div{
  width: 100%;
}
.cast-sntitle:hover{
  opacity: 1;
}
.cast-sntitle-name{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
}
#contents_wrapper img.cast-sntitle-name{
  width: 80%;
}

.removebtn{
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  cursor: pointer;
}
.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
	background: url("images/caststaff/bg2.jpg") 100% 0 no-repeat fixed;
    background-position: center;
    background-size:cover;
  overflow: auto;
}
.cast-pop-box{
  z-index: 10;
  width:60%;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
	color: #527586;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.castphoto{
	width:35%;
	float: left;
	margin-right:20px;
	margin-bottom:15px;
}


.castname{
	width:60%;
	margin-bottom: 10px;
}

.castname2{
	width:30%;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top:80px;
}

.casttext{
	width:60%;
	margin:0 auto;
	text-align: center;
	color: #000;
}

#staff_l{
	width:48%;
	float: left;
}

#staff_r{
	width:48%;
	float: right;
}

.staff_photo{
	width:45%;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color: #fff;
}

#footer_inner{
	width:40%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

#top_yamazaki{
	width:10%;
	position: absolute;
	bottom:13%;
	left:38%;
	opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.showNavi #top_yamazaki{
  opacity:1;
  -webkit-transition-delay:2s;
  transition-delay:2s;
}

#contents_wrapper2{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	line-height: 175%;
    box-sizing: border-box;
}

#contents_wrapper2 img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}


#yamazaki_wrapper{
	width:100%;
	background: url("images/yamazaki/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
    box-sizing: border-box;
}

#yamazaki_inner{
	width:100%;
	margin:0 auto;
	padding:7% 15%;
	box-sizing: border-box;
	background-color:rgba(0,14,75,0.4);
}

.yamazaki_midashi{
	width:70%;
	margin:0 auto;
	margin-bottom: 30px;
}

.yamazaki_commment{
	width:100%;
	box-sizing: border-box;
	padding:3%;
	border:3px double #ccc;
	overflow: hidden;
	margin-bottom: 50px;
}

.yamazaki_comment_l{
	width:15%;
	float: left;
}

.yamazaki_comment_r{
	width:80%;
	float: right;
}

.yamazaki_comment_text{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	line-height: 170%;
	margin-bottom: 10px;
}

.yamazaki_comment_name1{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	color: rgba(255,250,115,1.00);
	text-align: right;
}

.yamazaki_comment_name2{
	font-size: 12px;
	font-weight: bold;
}


.yamazaki_movie{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}

.yamazaki_midashi2{
	width:100%;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(255,250,115,1.00);
	text-align: center;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.totop{
	width:30%;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


.totop a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
	padding:3%;
	color:rgba(0,7,55,1.00);
	background-color: #fff;
	border:3px double rgba(0,7,55,1.00);
}

.totop a:hover {
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	background-color: rgba(255,250,115,1.00);
	color: #000;
	border:3px double rgba(0,7,55,1.00);
}

.yamazaki_profile_l{
	width:50%;
	float: left;
}

.yamazaki_profile_r{
	width:47%;
	float: right;
}

.yamazaki_midashi3{
	width:100%;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: rgba(255,250,115,1.00);
}

#tieup_wrapper{
	width:100%;
	background: url("http://yakusokunosora.com/images/tieup/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
    box-sizing: border-box;
}

#tieup_inner{
	width:100%;
	margin:0 auto;
	padding:7% 15%;
	box-sizing: border-box;
	color: #222;
}

.tieupbox{
	width:100%;
	border:3px dashed #009bb3;
	overflow: hidden;
	padding:5%;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 20px;
}

.tieupbox_l{
	width:30%;
	float: left;
}

.tieupbox_r{
	width:65%;
	float: right;
}

.tieupbox_r a{
	color:rgba(199,73,0,1.00);
	text-decoration: underline;
}

.tieupbox_r a:hover{
	color:#999;
	text-decoration: underline;
}

.tieup_midashi0{
	width:40%;
	margin:0 auto;
	margin-bottom: 40px;
}

.tieup_midashi1{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(49,51,122,1.00);
	padding:1% 2%;
}

.tieup_midashi2{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	color: rgba(49,51,122,1.00);
	margin-bottom: 10px;
}


.tieup_midashi2 a{
	color:rgba(199,73,0,1.00);
	text-decoration: underline;
}

.tieup_midashi2 a:hover{
	color:#999;
	text-decoration: underline;
}

.tieup_midashi3{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color:rgba(220,94,0,1.00);
	padding:1% 2%;
}

.tieup_day{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 20px;
}


.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
	margin-bottom: 50px;
}

.tieupbox3{
	width:32%;
	box-sizing: border-box;
	float: left;
	padding:2%;
	border-radius: 5px;
	margin:0.66666%;
	text-align: center;
	background-color: rgba(96,146,206,0.2);
}

.tieup_btn{
	width:100%;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


.tieup_btn a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
	padding:1%;
	color:#fff;
	background-color:rgba(119,107,193,1.00);
	border-radius: 5px;
}

.tieup_btn a:hover {
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	color: #000;
	border-radius: 5px;
	background-color: rgba(255,250,115,1.00);
}


.tieup_btn2{
	width:100%;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


.tieup_btn2 a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
	padding:1%;
	color:#fff;
	background-color:#0b633b;
	border-radius: 5px;
}

.tieup_btn2 a:hover {
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	color: #000;
	border-radius: 5px;
	background-color: rgba(255,250,115,1.00);
}

.tieupbx2{
	width:100%;
	text-align: center;
	margin-bottom: 100px;
}

.topbnr{
	width:30%;
	margin:0 auto;
	background-color: #fff;
}

.topbnr img:hover{
	opacity: 0.5;
}

#top_campaign{
	width:10%;
	position: absolute;
	bottom:7%;
	left:3%;
	opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.showNavi #top_campaign{
  opacity:1;
  -webkit-transition-delay:2s;
  transition-delay:2s;
}


#comment_wrapper{
	width:100%;
	background: url("images/comment/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
    box-sizing: border-box;
	padding:10% 7% 10% 42%;
}

#comment_inner{
	width:100%;
	margin:0 auto;
	padding:10%;
	background-color: rgba(255,255,255,0.9);
	box-sizing: border-box;
	color: #222;
}

.commentbox{
	width:100%;
	margin-bottom: 50px;
	padding-top: 20px;
	border-top: 1px solid #527585;
}

.comment_text{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.comment_name1{
    color: #527585;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: right;
}

.comment_name2{
    color: #666;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
    margin-bottom: 30px;
}

.comment50{
	width:100%;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}

.top_filmarks{
	width:15%;
	position: absolute;
	left:17%;
	bottom:7.5%;
	opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.showNavi .top_filmarks{
  opacity:1;
  -webkit-transition-delay:2s;
  transition-delay:2s;
}

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

#loader {
    height: 80px;
    left: 50%;
    margin-left: -150px;
    margin-top: -40px;
    position: fixed;
    top: 50%;
    width: 300px;
}
	
#right_bar_wrapper{
    width:10%;
    height: 100%;
    position: fixed;
    right:0;
    top:0;
	background-color:#007c89;
    z-index: 101;
}

.menuarea{
	position: fixed;
	top:0;
	right:0;
	width: 100%;
    height: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(100%,0,0);
  	transform: translate3d(100%,0,0);
	background:rgba(255,255,255,0.9);
	z-index: 90;
}


#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:10% 20% 10% 13%;
	box-sizing: border-box;
}

.menu-box li{
  overflow: hidden;
  width: 30%;
  float: left;
  box-sizing: border-box;
  margin: 1.6666%;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.8);
}
	
#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	line-height: 175%;
    box-sizing: border-box;
    padding-right: 9.8%;
}
	
#spmain{
	display: inherit;
	width:100%;
	margin-bottom: 30px;
}
	

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:30px;
}

.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}
	

#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	box-sizing: border-box;
}


#main{
	display: none;
}

#prize{
	display: none;
}

#logo_wrapper{
    width:90%;
	position: inherit;
	right:0;
	top:0;
	margin:0 auto;
	padding-bottom: 50px;
	 opacity:1;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -o-transition: all 1.7s;
    -ms-transition: all 1.7s;
    transition: all 1.7s;
}

#photo{
	display: none;
}

#logo{
	display: none;
}

#snsbtn_wrapper1{
	width:100%;
	margin:0 auto;
	margin-bottom: 10px;
}
	
#snsbtn_wrapper2{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}
	
.spsns1{
    width:248px;
    margin:0 auto;
    overflow: hidden;
    margin-bottom: 5px;
}

.spsns2{
    width:199px;
    margin:0 auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:80px;
	float:left;
	margin-right:5px;
	line-height: 100%;
	overflow: hidden;
}

.line{
	width:83px;
	float:none;
    float: right;
	margin-right:0;
	line-height: 100%;
}

.eigacom{
	width:105px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.filmarks{
	width:89px;
	float: right;
	line-height: 100%;
}

#catch1{
	display: none;
}

#catch2{
	display: none;
}

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:3% 10% 10% 10%;
}

#story_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
}
	
#caststaff_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	padding-top:40%;
    box-sizing: border-box;
	background-color: #6b8eb6;
}

#caststaff_inner{
	width:100%;
	margin:0 auto;
	padding:10% 10% 0% 10%;
	box-sizing: border-box;
	background-color: #6b8eb6;
}
	
.cast-pop-box{
  z-index: 10;
  width:80%;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
	color: #527586;
}
	
.castbox{
	width:48%;
    position: relative;
    overflow: hidden;
	float: left;
	margin:1%;
}
	
.castphoto{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom:15px;
}


.castname{
	width:100%;
	margin-bottom: 10px;
}

.castname2{
	width:100%;
	margin:0 auto;
	margin-bottom: 20px;
	margin-top:80px;
}

.casttext{
	width:100%;
	margin:0 auto;
	text-align: center;
	color: #000;
}

#staff_l{
	width:100%;
	float: none;
	margin-bottom: 50px;
}

#staff_r{
	width:100%;
	float: none;
}

.staff_photo{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
	
#footer_inner{
	width:70%;
	margin:0 auto;
	padding:50px 0 50px 0;
}
	
#top_yamazaki{
	display: none;
}
	

#contents_wrapper2{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	line-height: 175%;
    box-sizing: border-box;
}

#yamazaki_inner{
	width:100%;
	margin:0 auto;
	padding:10% 10%;
	box-sizing: border-box;
	background-color:rgba(0,14,75,0.4);
}

.yamazaki_midashi{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
}

.yamazaki_commment{
	width:100%;
	box-sizing: border-box;
	padding:5%;
	border:3px double #ccc;
	overflow: hidden;
	margin-bottom: 50px;
}

.yamazaki_comment_l{
	width:100%;
	margin:0 auto;
	float: none;
	margin-bottom: 20px;
}

.yamazaki_comment_r{
	width:100%;
	float: none;
}

.yamazaki_midashi2{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(255,250,115,1.00);
	text-align: center;
}


.totop{
	width:100%;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


.yamazaki_profile_l{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.yamazaki_profile_r{
	width:100%;
	float: none;
}

.yamazaki_midashi3{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: rgba(255,250,115,1.00);
}
	
#tieup_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
    box-sizing: border-box;
	background-color: rgba(232,212,223,1.00);
}

#tieup_inner{
	width:100%;
	margin:0 auto;
	padding:7% 10%;
	box-sizing: border-box;
	color: #222;
}

.tieupbox{
	width:100%;
	border:none;
	overflow: hidden;
	padding:0%;
	box-sizing: border-box;
	margin-bottom: 40px;
	background-color:rgba(0,0,0,0.00);
	border-radius: 0;
}

.tieupbox_l{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.tieupbox_r{
	width:100%;
	float: none;
}

.tieup_midashi1{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: rgba(49,51,122,1.00);
	padding:1% 2%;
}

.tieup_midashi2{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color: rgba(49,51,122,1.00);
	margin-bottom: 10px;
}

.tieup_midashi3{
	width:100%;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color:rgba(220,94,0,1.00);
	padding:1% 2%;
}

.tieup_day{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color: #e60012;
	margin-bottom: 20px;
}

.tieupbox3{
	width:49%;
	box-sizing: border-box;
	float: left;
	padding:2%;
	border-radius: 5px;
	margin:0.5%;
	text-align: center;
	background-color: rgba(96,146,206,0.2);
}

.tieup_btn{
	width:100%;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}


.tieup_btn a{
    display:block;
	width: 100%; /* 横幅 */
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
	padding:1%;
	color:#fff;
	background-color:rgba(119,107,193,1.00);
	border-radius: 5px;
}

.tieup_btn a:hover {
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	color: #000;
	border-radius: 5px;
	background-color: rgba(255,250,115,1.00);
}

.tieupbx2{
	width:100%;
	text-align: center;
	margin-bottom: 100px;
}
	
#top_campaign{
	display: none;
}
	
#comment_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
    box-sizing: border-box;
	padding:0%;
}

#comment_inner{
	width:100%;
	margin:0 auto;
	padding:10%;
	background-color: rgba(255,255,255,1.0);
	box-sizing: border-box;
	color: #222;
}
	
}