@charset "utf-8";
/*----------リセット-------------*/
html {
	overflow-y: scroll;
}

body {
	font-size:2.8125vw;
	color:#000;
	line-height:1.8em;
	height:100%;
	font-family:"メイリオ","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;
}

/*--------------------------------------
main
----------------------------------------*/

#main{
	width:100%;
	position:relative;
	padding-bottom:5%;

	background-image:
    url("../images/mainvisual.png"),
    url("../images/bg.jpg");

  background-repeat:
		no-repeat,
		no-repeat;

  background-position:
		center top,
		center top;

	background-size:
		100% auto,
		cover;
}

#main_inner ul{
	width:100%;
	margin:0 auto;
  justify-content: left;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top:15%;
}

#main_inner ul li:nth-child(1){
	width:21%;
}

#main_inner ul li:nth-child(2){
	width:58%;
	padding-top:44%;
}

#main_inner ul li:nth-child(3){
	width:21%;
}


/*--------------------------------------
ec
----------------------------------------*/
.ec{
	width:100%;
	background:#7b0001;
	position:relative;
	margin-top:5%;
	box-sizing: border-box;
}

.ec p{
	width:96%;
	margin:0 auto;
	padding-top:2%;
	padding-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:6% 0 4%;
}

#movie{
	padding-top:3%;
	width:100%;
	/*padding-top:5%;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*margin-bottom:15px;*/
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 5%;*/
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------------------
introduction
------------------------------------------*/
#introduction{
	width:100%;
	background: url(../images/intro_bg.jpg) no-repeat #060c11;
	background-size: 100% auto;
	position:relative;
	padding-bottom:4%;
}

#introduction h2{
	padding:36% 0 5%;
}


/*--------------------------------------
scroll
----------------------------------------*/

#scroll{
	width:100%;
	height:132px;
	position:relative;
}

#scroll_img{
	background: url(../images/scroll_img.jpg) repeat-x left; top:0;
}

#scroll_img{
	background-size: auto 100%;
	width: 100%;
	height:132px;
	position: absolute;
	left: 0;
	z-index: 6;
	-webkit-background-size: auto 100%;
	-webkit-animation: bgscroll 50s linear infinite;
	animation: bgscroll 50s linear infinite;
	pointer-events: none;
}

@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -1380px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -1380px 0;}
}


/*------------------------------------------
sell_rental
------------------------------------------*/
#sell_rental{
	width:100%;
	position:relative;
	padding-bottom:2%;
}

#sell_rental h2{
	padding:10% 0 3%;
}

#sell_rental h3{
	margin:5% 0 2%;
}

.dvd_block{
	padding:3%;
	margin-bottom:5%;
}

.dvd_block dl{
  display:flex;
  flex-wrap: wrap;
	width:100%;
}
.dvd_block dt{
  width: 30%;
  margin-right: 3%;
}
.dvd_block dd{
  width: 67%;
}

.dvd_block h4{
	color:#a40001;
	font-size:3.4vw;
	font-weight:bold;
}

.dvd_block h5{
	color:#000;
	font-size:3.8vw;
	font-weight:bold;
	padding:2% 0;
}

.dvd_block p{
	color:#2c2c2c;
	font-size:2.6vw;
}

.info_btn{
	margin:4% 0 4%;
}

.info_btn a{
	text-decoration:none;
}

.btn_sell{
	position: relative;
	display: inline-block;
	width:100%;
	font-size:2.8vw;
	padding:4% 0;
	text-align:center;
	color:#000;
	-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:#fcc800;
}	

.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: 4px;
	height: 4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sell_rental .ec{
	background-color:#41210f;
}

.pt4{
	padding-top:4%;
}

/*------------------------------------------
cast_staff
------------------------------------------*/
#cast_staff{
	width:100%;
	background: url(../images/cast_bg.jpg) no-repeat;
	background-size: cover;
	position:relative;
	padding-bottom:4%;
}

#cast h2{
	padding:6% 0 2%;
}

#cast p{
	color:#000;
	font-size:2.8vw;
}

#staff h2{
	padding:6% 0 2%;
}

#staff ul{
	width:100%;
	margin:0 auto;
  justify-content: left;
  align-items: top;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color:#00;
	font-size:2.8vw;
}

#staff ul li{
	width:100%;
}

#staff ul li dl{
  display:flex;
  flex-wrap: wrap;
}
#staff ul li dt{
  width: 30%;
	text-align:left;
}
#staff ul li dd{
  width: 70%;
}



/*--------------------------------------
snsarea
----------------------------------------*/
/*
.snsarea{
	padding-top:4%;
	overflow: hidden;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.snsarea li{
	float: left;
	margin-right: 10px;
}

.snsarea li:last-child { 
	margin-right: 0px;
}

.snsarea .fb{
	overflow: hidden;
}
*/

ul.share_block {
	width:170px !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:80px;
	position:relative;
}

/* fbのいいねが見切れるのを回避 */
.fb-like > span {
	width: 80px !important;
}
.fb-like iframe {
	width: 80px !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: #291104;
  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 {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
	text-align:center;
	font-size:2.0vw;
}

#bnr{
	width:90%;
	margin:0 auto;
	padding-top:8%;
}