@charset "utf-8";


/*--------------------------------------*/
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:#000;
}
#img_base{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:-60px;
	width:1920px;
	height:1286px;
}
#top_fade{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 989;	
}
/*---------------------
main
-----------------------*/
#main{
	position:relative;
	width:100%;
	height:765px;
}
#main_inner{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}
.img_visual{
	position: absolute;
    width: 100%;
    height: 765px;
    bottom: 0;
    overflow: hidden;
    background:url("../img/visual.jpg?id=1") no-repeat;
	background-position: bottom center;
    /*background-size: cover;*/
}

.img_logo{
    position: absolute;
    width: 589px;
    top: 498px;
    left: 0px;
	right: 0;
	margin: 0 auto;
}

/*DVDバナー*/
.bnr_dvd{
    position: absolute;
    width: 404px;
    top: 635px;
    left: 0px;
	right: 0;
	margin: 0 auto;
	background: url("../img/bnr_dvd_over.png") no-repeat left top;
	cursor: pointer;
}
.bnr_dvd img{
	transition: 0.3s;
}
.bnr_dvd:hover img{
	opacity: 0;
}

.copy_1{
	position: absolute;
    width: 129px;
    top: 12px;
    left: 50%;
	margin-left: 407px;
}
.img_day{
	position: absolute;
    width: 159px;
    top: 678px;
    left: 10px;
    right: 0;
    margin: 0 auto;
}
.img_copy{
	position: absolute;
    width: 744px;
    top: -4px;
    left: 0px;
	right: 0;
	margin: 0 auto;
}

/*DC_SNSボタン*/
.dc_sns{
	position: absolute;
    width: 175px;
    height: 40px;
    bottom: 94px;
    z-index: 1;
    right: 33px;
}
.dc_sns ul{
	display: flex;
}
.dc_txt{
	position: absolute;
	left: 0;
	top: 15px;
}
.dc_ig{
	position: absolute;
	right: 47px;
	background: url("../img/wb_common/dc_ig_over.png") no-repeat left center;
	background-size: 44px auto;
}
.dc_ig img{
	transition: 0.3s;
}
.dc_ig:hover img{
	opacity: 0;
}
.dc_tw{
	position: absolute;
	right: 0;
	background: url("../img/wb_common/dc_tw_over.png") no-repeat left center;
	background-size: 44px auto;
}
.dc_tw img{
	transition: 0.3s;
}
.dc_tw:hover img{
	opacity: 0;
}
/*ハッシュタグ*/
.hash{
	position: absolute;
    bottom: 40px;
    z-index: 1;
    right: 0;
    background: url(../img/hash_over.png) no-repeat left center;
}
.hash img{
	transition: 0.3s;
}
.hash:hover img{
	opacity: 0;
}
/*ticketsボタン*/
.tickets_bt{
	position: absolute;
    bottom: 19px;
    right: 20px;
    z-index: 1;
	background: url(../img/tickets_bt_over.png) no-repeat left center;
}
.tickets_bt img{
	transition: 0.3s;
}
.tickets_bt:hover img{
	opacity: 0;
}

/*---------------
カウントダウン
-----------------*/
.count_wrap{
	position: absolute;
	left: 100px;
	top: 80px;
}
.count_border{
	position: absolute;
	top: 0;
	left: 0;
}
.count_num1{
	position: absolute;
	top: 50px;
	left: 19px;
	width: 35px;
	height: 40px;
}
.count_num2{
	position: absolute;
	top: 50px;
	right: 20px;
	width: 35px;
	height: 40px;
}

/*---------------
ww_banner
-----------------*/
.ww_banner{
	position: absolute;
	left: 100px;
	bottom: 20px;
	background: url("../img/ww_banner_over.png?id=0") no-repeat center top;
}
.ww_banner img{
	transition: 0.3s;
}
.ww_banner:hover img{
	opacity: 0;
}
/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top: 10px;
    padding-bottom: 10px;
}
#youtube_area{
	position:relative;
	width:100%;
	height:366px;
	padding-top:0;
}
#yt_load_area{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:1175px;
	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(0%);
	background: url("../img/movie_bg.jpg") no-repeat top center ;
}*/
.yt_list{
	position: relative;
    width: 350px;
    margin: 46px 20px 10px;
    cursor: pointer;
    /*overflow: hidden;*/
    transform: translateX(0%);
}
.yt_list_img{
	/*border:solid 1px #0c301d;
	box-sizing:border-box;*/
}
.yt_left{
	position:absolute;
	left:0;
	top:137px;
	cursor:pointer;
	display:none;
}
.yt_right{
	position:absolute;
	right:0;
	top:137px;
	cursor:pointer;
}
.yt_fade{
    position: absolute;
    width: 100%;
    padding-bottom: 56%;
    left: 2px;
    top: 1px;
    background: rgba(0,0,0,0.5) url(../img/yt_play0.png) no-repeat center center;
    background-size: 100px auto;
    transition: 0.2s linear;
    transform-origin: center center;
}
.yt_fade:hover{
	background:rgba(0,0,0,0.2) url(../img/yt_play0_over.png) no-repeat center center;
	background-size:100px auto;
	opacity: 0.8;
}
.yt_title{
	position:relative;
	width:360px;
	width:350px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:32px;
	margin-top:4px;
}

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

#yt_more_over{
	position:relative;
	width:210px;
	height:33px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/yt_more_over.jpg) no-repeat center top;
	background-size: 210px auto;
	cursor:pointer;
}
#closeBtn{
	transition: 0.3s;
}
#closeBtn:hover{
	/*animation: hover_anim 800ms infinite linear;*/
	transform: rotate(180deg);
}

.bg_border {
	position: absolute;
	width: 354px;
    height: 200px;
    top: 0px;
    left: 0px;
	transition: 0.2s;
}
.bg_border_wrap img{
	transform: translate(-10px, -10px);
	transition: 0.15s ease-out;
}
.yt_fade{
	transform: translate(-10px, -10px);
	transition: 0.15s ease-out;
}

.bg_border:before{
    content: "";
    display: block;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background: rgb(247,132,41);
    background: -moz-linear-gradient(-62deg, rgba(247,132,41,1) 0%, rgba(164,1,55,1) 55%, rgba(75,206,171,1) 100%);
    background: -webkit-linear-gradient(-62deg, rgba(247,132,41,1) 0%,rgba(164,1,55,1) 55%,rgba(75,206,171,1) 100%);
    background: linear-gradient(152deg, rgba(247,132,41,1) 0%,rgba(164,1,55,1) 55%,rgba(75,206,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78429', endColorstr='#4bceab',GradientType=1 );
    position: relative;
    left: -1px;
    top: -1px;
}
.bg_border:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.bg_border_wrap{
   /* overflow: hidden;*/
    height: 201px;
}
.yt_list {
    width: 354px;
}
.yt_list:hover .bg_border_wrap img{
	/*transform: rotate(600deg);*/
	/*animation: hover_anim 800ms infinite linear;*/
	transform: translate(-5px, -5px);
}
.yt_list:hover .yt_fade{
	/*transform: rotate(600deg);*/
	/*animation: hover_anim 800ms infinite linear;*/
	transform: translate(-5px, -5px);
}

@keyframes hover_anim {
  0% { 
    transform: rotate(0deg);
  }
  100% { 
    transform: rotate(360deg);
  }
}

.yt_fade{
	top: 2px;
}
.yt_list_img {
    position: absolute;
    top: 2px;
    width: 350px;
    left: 2px;
}
/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	background:url("../img/bnr_bg.jpg") repeat-y center top;
	/*padding:15px 0 35px 0;　変更*/
	padding: 0;
	min-height: 450px;
	/*padding-bottom: 30px;MOREボタンあり時*/
}
#bnr_wrap a{
	color:#f5b93e;
}
#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:232px;
	height:44px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more_over.png) no-repeat center top;
	margin-top:0;
	cursor:pointer;
	display:none;
	padding-bottom: 50px;
}
.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 5px;
}
.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;
}


/*---------------
★multiverse_area
-----------------*/
#multiverse_area{
	height: 480px;
	width: 1920px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.multiverse_bg{
	background: url("../img/multiverse_bg.jpg") no-repeat center;
	height: 1043px;
	width: 1920px;
	position: absolute;
    top: -900px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.multiverse_txt{
	position: absolute;
	width: 1920px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*---------------
news
-----------------*/
#news_wrap{
	position:relative;
	width:100%;
	padding:65px 0 ;
	background: url("../img/news_bg.jpg") no-repeat center top;
}
#news_title{
	width:auto;
	position:relative;
	top:0;
	left:0;
	right: 0;
	margin: 0 auto;
	width:1000px;
	height:26px;
	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:232px;
	height:44px;
	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:#4b0016;
}
.news_article a:hover{
	color:#a40137;
}

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


/*-------------------------
前作バナー
--------------------------*/
#bnr_w1_area{
	background: #fff;
	width: 100%;
}
.bnr_w1{
	width: 311px;
	height: auto;
	margin: 0 auto ;
	padding-top: 32px;
	transition: 0.3s;
	background: url("../img/bnr_w1_over.jpg") no-repeat left bottom;
	background-size: 311px auto;
}
.bnr_w1:hover img{
	opacity: 0;
}

/*-------------------------
ムビチケ・メイジャー
--------------------------*/
#tickets2{
	display: none;
}
#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:450px!important;
	border-top: none;
}
fotter{
	height:400px;
}

#wblogo{
	margin-top:40px;
}


/*映画館に行こう！追加&上書き*/
.bnr_gotoeigakan{
	width: 160px;
	height: auto;
	margin: 0 auto ;
	padding-top: 32px;
}
.bnr_w1{
	padding-top: 62px;	
}

/*-------------------------
SNSアイコン　サイズ変更対応
--------------------------*/
.share {
    padding-top: 40px;
}

@media screen and (min-width: 0px) and (max-width: 1260px) {
	.copy_1{
		margin-left: 377px;
	}

}