@charset "utf-8";
/*----------リセット-------------*/
html {
	overflow-y: scroll;
}

body {
	font-size:2.8125vw;
	color:#000;
	line-height:1.8em;
	height:100%;
	font-family:YakuHanJP_Noto, 'Noto Sans JP', sans-serif,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	 -webkit-text-size-adjust: none;
	overflow:hidden;
	background-color:#fff;
	width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before ,q:after {
	content: '';
}

object,embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	width:100%;
	}	
/* clearfix（任意で） */
*:after { display:block; clear:both; }
/* はみ出し対策 */


.clearfix:after{
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

.clearfix{
	min-height: 1%;
	_height: 1%;
}
/*----------リセット-------------*/
 
.fortop{
	text-align:right;
	color: #FFF;
	padding-bottom: 40px;
}

.fortop p{
	padding-bottom: 5px;
}

.fortop a{
	color: #FFF;
}

.bnarea{
	margin-bottom: 20px;
}
.bnarea li{
	margin-bottom: 10px;
}
.soon{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.content{
	padding: 0 3%;
	position:relative;
}

.eng{
	font-family: 'Oswald', sans-serif;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

/*--------------------------------------
loading
----------------------------------------*/

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	background-color:#fff;
	z-index:100;
  opacity: 1;
  -webkit-transition: opacity 0.7s .5s;
  transition: opacity 0.7s .5s;
	z-index:99999;
}

.is-loaded .loader {
  opacity: 0;
}

/*--------------------------------------
main
----------------------------------------*/
#mainvisual{
	width:100%;
	position:relative;
	background: url(../images/main_bg.jpg) no-repeat center bottom #000;
	background-size:100% auto;
	padding-bottom:5%;
}

#mainvisual h2{
	padding:4% 0 5%;
	width:86%;
	margin:0 auto;
}

/*--------------------------------------
ec
----------------------------------------*/
.ec{
	width:100%;
	background:#a3a5a5;
	position:relative;
	box-sizing: border-box;
	padding:2% 0 1%;
}

.ec p{
	width:96%;
	margin:0 auto;
	background-color:#000;
	color:#fff;
	font-size:3.4vw;
	font-weight:700;
	text-align:center;
	padding:1% 0;
	margin-bottom:1%;
}

.ec ul{
	width:96%;
	overflow: hidden;
	margin: 0 auto;
	padding:1.5% 0 0.5%;
}

.ec li{
	width: 32%;
	margin-right:2%;
	margin-bottom: 2%;
	float: left;
}

.ec li:nth-child(3){
	margin-right:0;
}


/*------------------------------------------
trailer
------------------------------------------*/
#trailer{
	clear:both;
	margin-top:3%;
}

#movie{
	padding-top:3%;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------------------
introduction
------------------------------------------*/
#introduction{
	width:100%;
	position:relative;
	background: url(../images/intro_bg.jpg) no-repeat center top;
	background-size:cover;
	padding-bottom:7%;
}

#introduction h2{
	width:52%;
	margin:0 auto;
	padding:6% 0 5%;
}

#introduction h3{
	font-size:4.0vw;
	line-height:1.6;
	color:#85ccd4;
	width:84%;
	margin:0 auto;
	padding-left:12%;
}

#introduction h3.icon1{
	background: url(../../images/point_icon1.png) no-repeat left top;
	background-size:10% auto;
}

#introduction h3.icon2{
	background: url(../../images/point_icon2.png) no-repeat left top;
	background-size:10% auto;
	min-height:8.2vw;
}

#introduction h3.pt1{
	padding-top:1%;
}

#introduction h3.icon3{
	background: url(../../images/point_icon3.png) no-repeat left top;
	background-size:10% auto;
}

#introduction p{
	width:94%;
	margin:0 auto;
	font-size:3.0vw;
	line-height:1.6;
	color:#fff;
	padding:2% 0 7%;
}


#introduction ul{
	width:94%;
	margin:0 auto;
  justify-content: space-between;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#introduction ul li{
	width:49%;
}

/*------------------------------------------
sell_rental
------------------------------------------*/
#sell_rental{
	width:100%;
	position:relative;
	padding-bottom:7%;
	background: url("../images/sell_bg.jpg") no-repeat center top;
	background-size:cover;
}

#sell_rental h2{
	width:53%;
	margin:0 auto;
	padding:6% 0 3%;
}

h3.category{
	width:30%;
	margin:5% 0 3% 2% !important;
}

.dvd_block{
	padding: 1% 3% 3% 3%;
}

.sell dl{
  display:flex;
  flex-wrap: wrap;
	width:100%;
	padding-bottom:4%;
}

.sell dt{
  width: 30%;
  margin-right: 3%;
}

.sell dd{
  width: 67%;
}

.dvd_block h4{
	color:#b98724;
	font-size:4.0vw;
	font-weight:700;
}

.dvd_block h5{
	color:#fff;
	font-size:4.0vw;
	font-weight:700;
	padding:2% 0;
}

.dvd_block p{
	font-size:2.8vw;
	color:#fff;
	font-weight:300;
	line-height:1.5;
}

.info_btn{
	margin:4% 0 0;
}

.info_btn a{
	text-decoration:none;
}

.btn_sell{
	position: relative;
	display: inline-block;
	width:100%;
	font-size:3.4vw;
	padding:4% 0;
	text-align:center;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
	text-decoration:none;
	background-color:#ad0319;
	font-weight:700;
}	

.btn_sell::before,
.btn_sell::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn_sell::before{
	left: 90%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pt4{
	padding-top:4%;
}

#tokusen{
	background:rgba(255,255,255,0.1);
	padding:4% 0;
	margin:5% 0;
}

#tokusen h3{
	background-color:#000;
	width:96%;
	padding:2% 0;
	margin:0 auto 4%;
	color:#fff;
	text-align:center;
	font-weight:500;
	font-size:3.8vw;
}

#rental_block{
	margin-top:8%;
}

.rental dl{
	width:100%;
  justify-content: space-between;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rental dt{
  width: 42%;
}

.rental dd{
  width: 53%;
}



/*------------------------------------------
cast_staff
------------------------------------------*/
#story_cast{
	background: url(../images/story_bg.jpg) no-repeat center top #000;
	background-size:100% auto;
	padding:6% 0;
	color:#fff;
}

#story_cast #story h2{
	width:24%;
	margin:0 auto;
	padding-bottom:3%;
}

#story_cast #story p{
	width:94%;
	margin:0 auto;
}

#story_cast #cast_staff h2{
	width:46%;
	margin:10% auto 0;
	padding-bottom:3%;
}

#story_cast #cast_staff p{
	width:94%;
	margin:0 auto;
}

#story_cast #cast_staff h3.cast{
	width:40%;
	margin:5% 0 2% 3%;
}

#story_cast #cast_staff h3.staff{
	width:17%;
	margin:7% 0 2% 3%;
}

#bnr{
	width:94%;
	margin:0 auto;
	padding-top:10%;
}


/*--------------------------------------
snsarea
----------------------------------------*/
ul.share_block {
	width:190px !important;
	margin: 0 auto !important;
	padding-top:4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	position:relative;
}

ul.share_block li:nth-child(1){
	width:75px;
	position:relative;
	margin-right:15px;
}

ul.share_block li:nth-child(2){
	width:100px;
	position:relative;
}

/* fbのいいねが見切れるのを回避 */
.fb-like > span {
	width: 100px !important;
}
.fb-like iframe {
	width: 100px !important;
}



#btn_gototop {
  width: 11.77%;
  padding-bottom: 18.12%;
  padding-right: 1.87%;
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: right;
  display: none;
	z-index:9999;
}

#btn_gototop a {
  display: inline-block;
}


/*--------------------------------------
footer
----------------------------------------*/
footer {
  width: 100%;
  padding: 4.68% 0;
  background: #08223f;
  text-align: center;
}

.footer_banner {
  width: 93.75%;
  margin: 0 auto 1.56%;
  list-style: none;
}

.footer_banner::after {
  clear: both;
  content: "";
  display: table;
}

.footer_banner li {
  width: 48.33%;
  margin-bottom: 3.33%;
  overflow: hidden;
}

.footer_banner li:nth-of-type(odd) {
  float: left;
}

.footer_banner li:nth-of-type(even) {
  float: right;
}

.copyright {
	width:96%;
	margin:0 auto;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
	text-align:center;
	font-size:2.0vw;
}

