@charset "utf-8";


/*--------------------------------------
動画追加時に変更※他はjsonのみでOK　
--------------------------------------*/
.yt_list{
	transform: translateX(100%);/*動画1つ*/
	transform: translateX(50%);/*動画2つ*/
	transform: translateX(0%);/*動画3つ*/
}


/*--------------------------------------*/
iframe{
	border: none;
}

body{
	position:relative;
	width:100%;
	background:#000;
}
#container,#move_area{
	position:relative;
	width:100%;
    max-width:1920px;
    margin: 0 auto;
	overflow:hidden;
	transform-origin:center center;
}
.min_width{
	min-width:1200px;
}
#wrap{
	background: url(../img/yt_bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
}
#img_base{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:-60px;
	width:1920px;
	height:1286px;
}
/*---------------
naviの上書き
-----------------*/
.bt_home:nth-child(1) .hover_ef{
	right: -60px;/**/
}
.bt_home:nth-child(1) .rollover_bt_fade_::after{
	opacity: 1;/**/
}
/*---------------------
main
-----------------------*/
#main{
	position:relative;
	width:100%;
	height:765px;
}
#main_inner {
    position: absolute;
    width: 500px;
    left: 50%;
    height: 100%;
    margin-left: 50px;
}
.img_visual{
	position: absolute;
    width: 729px;
    height: 765px;
    bottom: 0;
    overflow: hidden;
    background:url("../img/visual2.jpg") no-repeat;
	background-position: left center;
}

.img_logo {
    position: absolute;
    width: 498px;
    left: 50%;
    top: 123px;
    margin-left: 230px;
}
/*受賞・ノミネートなど*/
.img_award {
    position: absolute;
    width: 663px;
    left: 50%;
    top: 0;
    margin-left: -112px;
}
.img_copy{
    position: absolute;
    width: 498px;
    left: 50%;
    top: 221px;
    margin-left: 0px;
}
/*コメントページ誘導バナー*/
.bnr_comment{
    position: absolute;
    width: 498px;
    left: 50%;
    bottom: 216px;
    margin-left: 269px;
	z-index: 2;
}
.bnr_imax{
    position: absolute;
    width: 498px;
    left: 50%;
    bottom: 216px;
    margin-left: 70px;
	z-index: 1;
}
.bnr_comment img{
	transition: 0.3s;
}
.bnr_comment img:hover{
	opacity: 0.8;
}
.bnr_imax img{
	transition: 0.3s;
}
.bnr_imax img:hover{
	opacity: 0.8;
}

/*---------------------
コメントページウィジェット
-----------------------*/
.pc_widget{
    position: absolute!important;
    left: 50%!important;
    bottom: 56px!important;
    margin-left: 68px!important;
	z-index: 1!important;
}

/*DC_SNSボタン*/
.dc_sns {
    position: absolute;
    width: 133px;
    height: 26px;
    bottom: 8px;
    z-index: 1;
    right: 320px;
}
.dc_sns ul {
    display: flex;
    position: absolute;
    left: 94px;
    top: -14px;
    width: 130px;
}
.dc_txt{
	text-align: center;
    margin-bottom: 5px;
}
.dc_ig{
	position: absolute;
	left: 22px;
}
.dc_tw{
	position: absolute;
	right: 22px;
}
/*ハッシュタグ*/
.hash{
    position: absolute;
    width: 133px;
    height: 16px;
    bottom: 20px;
    z-index: 1;
    right: 102px;
}
/*ticketsボタン*/
.tickets_ico {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
}

/*bnr_shareボタン*/
.bnr_share{
    position: absolute;
    bottom: 58px;
    left: 50%;
    z-index: 1;
    margin-left: 40px;
	background: url("../img/bnr_share_over.png")no-repeat top center;
}
/*------------------
15追加後
---------------------*/

.dc_sns {
    right: 218px;
}
.dc_tw{
	position: absolute;
	right: 22px;
}
.hash{
    right: 0;
}
.tickets_ico {
    position: absolute;
    bottom: 20px;
    right: 53px;
    z-index: 1;
	background:url("../img/theater_over.png") no-repeat center top;
}
.r15 {
    position: absolute;
    bottom: 16px;
    right: 0;
    z-index: 1;
}


/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
    /*
	padding-top: 10px;
    padding-bottom: 10px;
    */
    background: url(../img/trailer_bg.jpg) repeat-x left top;
}
#youtube_area{
	position:relative;
	width:100%;
	height:368px;
	padding-top:0;
}
#yt_load_area{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:1140px;
	overflow:hidden;
	height:100%;
}
#yt_load{
	position:absolute;
	top:0;
	left:0;
	width:2210px;
	display:flex;
}
.yt_list{
	position:relative;
	width:360px;
	margin:46px 10px 10px;
	cursor:pointer;
	overflow:hidden;
	/*transform: translateX(100%);*//*動画1つ*/
	/*transform: translateX(50%);*//*動画2つ*/
	/*transform: translateX(0%);*//*動画3つ*/
}
.yt_list_img{
	border:solid 1px #0c301d;
	box-sizing:border-box;
}
.yt_left{
	position: absolute;
    left: 50%;
    top: 137px;
    cursor: pointer;
    display: none;
    margin-left: -622px;
}
.yt_right{
    position: absolute;
    right: 50%;
    top: 137px;
    cursor: pointer;
    margin-right: -623px;
}
.yt_fade{
	position:absolute;
    width: 99.3%;
    padding-bottom: 55.8%;
    left: 1px;
    top: 1px;
	background:rgba(0,0,0,0.5) url(../img/yt_play0.png) no-repeat center 50px;
	background-size:110px 110px;
	transition:0.5s;
	transform-origin:center center;
}
.yt_fade:hover{
	background:rgba(0,0,0,0.2) url(../img/yt_play0_over.png) no-repeat center 50px;
	background-size:110px 110px;
}
.yt_title{
	position:relative;
	width:360px;
	text-align:center;
	color:#a2ceaa;
	font-size:14px;
	line-height:32px;
	margin-top:4px;
}

#yt_more{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:40px;
	width:240px;
	height:40px;
	margin-top:0;
}

#yt_more_over{
	position:relative;
	width:240px;
	height:40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/yt_more_over.jpg) no-repeat center top;
	cursor:pointer;
}


/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	background:#000;
	/*padding:15px 0 35px 0;　変更*/
	padding: 0;
	min-height: 450px;
	/*padding-bottom: 30px;MOREボタンあり時*/
}
#bnr_wrap a{
	color:#fff;
}
#bnr_wrap a:hover{
	text-decoration:underline;
}
.works_bnr{
    width: 260px;
    margin: 10px;
}
#bnr_load {
	position:relative;
	width:100%;
	padding-top: 25px;
}
.bnr_column{
	display: -webkit-flex;
	display: flex;
	width:1120px;
	margin:0 auto;
	display:none;
/*	justify-content: center;*/
}
#bnr_more{
	position:relative;
	width:240px;
	height:38px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more_over.jpg) no-repeat center top;
	margin-top:0;
	cursor:pointer;
	display:none;
}
.bnr_text{
	font-size:14px;
	line-height:22px;
	margin: 20px 0;
}

#bnr_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
}
.bnr_category{
	margin:0 6px;
}
.bnr_category{
	width:220px;
	height:74px;
	cursor:pointer;
}
.bnr_category:nth-child(1){
	background:url(../img/category/cate1.gif) no-repeat left top;
}
.bnr_category:nth-child(2){
	background:url(../img/category/cate2.gif) no-repeat left top;
}
.bnr_category:nth-child(3){
	background:url(../img/category/cate3.gif) no-repeat left top;
}
.bnr_category:nth-child(4){
	background:url(../img/category/cate4.gif) no-repeat left top;
}
.bnr_category img{
	opacity:0;
	transition:0.3s;
}
.bnr_category img:hover{
	opacity:1;
}

.category_target img{
	opacity:1;
}
.category_target img:hover{
	opacity:1;
}


/*---------------
news
-----------------*/
#news_area_fade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%,  rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0)  100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0)  100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#news_wrap{
	position:relative;
	width:100%;
	padding:65px 0 ;
	background: url("../img/news_bg.jpg") no-repeat center top;
	background-size: cover;
}
#news_title{
	width:auto;
	position:relative;
	top:0;
	left:50%;
	margin-left:-550px;
	width:1103px;
	height:50px;
	background:url(../img/news.png) no-repeat center top;/*消す時コメントアウト*/
}
.news_article{
	position:relative;
	display:flex;
	width: 1100px;
	margin:20px auto;
	padding-bottom:0;
	border-bottom:none;
	align-items: top;
}
.news_thumb{
	position:relative;
	width:120px;
	height:120px;
	overflow:hidden;
}
.news_thumb img{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0;
}
.news_title{
	margin-left:30px;
	color:#FFF;
	font-size:14px;
	width:850px;
	line-height:26px;
	font-weight: bold;
}
#credit{
	position:relative;
	left:50%;
	width:726px;
	padding-top:70px;/*ニュース消す時コメントアウト*/
	transform:translateX(-50%);
}
#news_more{
	position:relative;
	width:240px;
	height:38px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more2_over.png) no-repeat center top;
	margin-top:20px;
	cursor:pointer;
}
.news_article a{
	color:#f4f7f7;
}
.news_article a:hover{
	color:#aff7f3;
}

.page_top{
	position:fixed;
	width: 76px;
    height: 76px;
	right:20px;
	bottom:20px;
	cursor:pointer;
	z-index:10;
	display:none;
/*	transition:0.3s ease-in-out;*/
}
.page_top:hover{
	opacity:0.8;
}

.page_top{
	position:fixed;
	width: 76px;
    height: 101px;
	right:20px;
	bottom:20px;
	cursor:pointer;
	z-index:1000;
	display:none;
/*	transition:0.3s ease-in-out;*/
}
.page_top:hover{
	opacity:0.8;
}



/*-------------------------
バナー
--------------------------*/
#bnr_jimca{
	margin: 50px auto 0;
	width: 363px;
}
/*-------------------------
ムビチケ・メイジャー
--------------------------*/
#tickets{
	position:relative;
	width:302px;/*2枚*/
	/*width:146px;*//*1枚*/
	margin:40px auto 0;
}
#ma{
	position:relative;
	width:146px;
	height:auto;
}
#mv{
	position:absolute;
	right:0;
	top:0;
	width:146px;
	height:auto;
}

/*---------------------
top-fotter
-----------------------*/
.share{
	padding-top:20px;
	margin:0 auto;
}
#footer_wrap,fotter{
	height:370px!important;
}
fotter{
	height:280px
}

#wblogo{
	margin-top:40px;
}


@media screen and (min-width: 0px) and (max-width: 1260px) {
	.yt_right{
		margin-right: -600px;
	}
	.yt_left{
		margin-left: -600px;
	}
}
