@charset "utf-8";


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

body{
	position:relative;
	width:100%;
	background:#000;
}
#container,#move_area{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: center center;
	background-color: #000;
	/*background:url("../img/bg2.jpg") no-repeat center top;*/
}
.min_width{
	min-width:1200px;
}
#img_base{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:-60px;
	width:1920px;
	height:1286px;
}
#works_top{
    position: relative;
    top: 0;
    max-width: 1920px;
    margin: 0 auto;
}
.scale{
	opacity: 0;
	transform: scale(2);
}
.pop:hover img{
  animation-name: pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*---------------------
main
-----------------------*/
#main{
	position:relative;
	width:100%;
	height:830px;
	max-width: 1920px;
	margin: 0 auto;
}
.img_logo_base{
	position: absolute;
    width: 100%;
    height: 830px;
    background: url("../img/top_base.jpg") no-repeat;
    background-position: top 0px center;
	background-size: 1920px auto;
    top: 0;
}
.img_logo {
	position: absolute;
	width: 1920px;
	top: 0;
	left: 50%;
	/* transform: scale(1.7); */
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	/* transition: all 1.4s ease; */
	opacity: 0;
	/* z-index: 100; */
}
.ticket_bt {
    position: absolute;
    bottom: 64px;
    left: 50%;
    margin-left: 394px;
    width: 279px;
    z-index: 2;
}
.day{
	position: absolute;
	left: 50%;
	margin-left: -167px;
	width: 274px;
	top: 630px;
	transition: all 2s ease;
	opacity: 0;
	transform: scale(1.7);
}
/*ハッシュタグ*/
.pc_hash{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 120px;
    top: 740px;
	transition: all 1.6s ease;
	opacity: 0;
}
/*劇場ボタン*/
.theater_btn{
	position: absolute;
	top:620px;/* Spotifyあり */
	/* top:720px;Spotifyなし */
	left:50%;
	margin-left:-600px;
	transition: all 1.6s ease;
	opacity: 0;
}
/*spotify*/
.spotify{
	position: absolute;
	width: 249px;
	z-index: 9;
	left: 50%;
    margin-left: -600px;
    top:695px;
	opacity: 0;
}
/*公開前夜特別上映*/
.movie_bnr{
	position: absolute;
	top:620px;
	left:50%;
	margin-left:-600px;
	transition: all 1.6s ease;
	opacity: 0;
}
/*感想投稿キャンペーン*/
.review_bnr{
	position: absolute;
	top: 410px;
    right: 50%;
    margin-right: -535px;
	transition: all 1.6s ease;
	opacity: 0;
}
/*渋谷ジャックキャンペーン*/
.sjack_bnr{
	position: absolute;
	top: 560px;
    right: 50%;
    margin-right: -550px;
	transition: all 1.6s ease;
	opacity: 0;
}
/*クイズキャンペーン*/
.quiz_bnr{
	position: absolute;
	top: 534px;
    right: 50%;
    margin-right: -552px;
	transition: all 1.6s ease;
	opacity: 0;
}


/* .img_logo.active, */
.day.active,.pc_hash.active{
	transform: scale(1);
	opacity: 1;
}
.review_bnr.active{
	transform: scale(1);
	opacity: 1;
	top: 280px;/* バナー３個 */
	top: 440px;
}
.sjack_bnr.active{
	transform: scale(1);
	opacity: 1;
	top: 424px;/* バナー３個 */
	top: 570px;
}
.quiz_bnr.active{
	transform: scale(1);
	opacity: 1;
	top: 560px;
}
.theater_btn.active{
	transform: scale(1);
	opacity: 1;
	top:630px;/* Spotifyあり */
	/* top:730px;Spotifyなし */
}  
.movie_bnr.active{
	transform: scale(1);
	opacity: 1;
	top:640px;
}  

.pc_hash:hover {
	transition: 0.3s;
	opacity: 0.6;
}
.quiz_bnr:hover,.review_bnr:hover,.theater_btn:hover,.sjack_bnr:hover,.movie_bnr:hover {
	transform: scale(1.15, 1.15);
	transition: 0.3s;
	opacity: 0.6;
}
.line_t {
position: absolute;
bottom: 0;
right: 50%;
margin-right: -960px;
width: 1920px;
height: auto;
}

.line_t img {
	width: 100%;
}

/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom: 23px;
}
#youtube_area{
	position:relative;
	width:100%;
	height:350px;
	padding-top:0;
}
#yt_load_area{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:1128px;
	overflow:hidden;
	height:100%;
}
#yt_load{
	position:absolute;
	top:0;
	left:0;
	width:2210px;
	display:flex;
}
.yt_list{
	position:relative;
	width:356px;
	margin:40px 10px 10px;
	cursor:pointer;
	overflow:hidden;
	/*transform: translateX(100%);*//*動画1つ*/
	/*transform: translateX(50%);*//*動画2つ*/
	/*transform: translateX(0%);*//*動画3つ*/
}
.yt_list_img{
	border:solid 1px #fa0023;
	box-sizing:border-box;
}


.yt_left{
	position:absolute;
	left:400px;
	top:90px;
	cursor:pointer;
	display:none;
}
.yt_right{
	position:absolute;
	right:400px;
	top:90px;
	cursor:pointer;
}
@media screen and (min-width: 0px) and (max-width: 2100px) {
	.yt_left{
		left: 100px;
	}
	.yt_right{
		right: 100px;
	}
}
@media screen and (min-width: 0px) and (max-width: 1500px) {
	.yt_left{
		left: 0;
	}
	.yt_right{
		right: 0;
	}
}

.yt_fade{
	position: absolute;
    width: 100%;
    padding-bottom: 58%;
    left: 0;
    top: -2px;
    background: url(../img/yt_play0.png) no-repeat center 50px;
    background-color: rgba(0,0,0,0.4);
    background-size: 110px 110px,360px 206px;
    transition: 0.5s;
    transform-origin: center center;
}
.yt_fade:hover{
    background: url(../img/yt_play0_over.png?) no-repeat center 50px;
    background-color: rgba(0,0,0,0.2);
    background-size: 110px 110px,360px 206px;
}
.yt_title{
	position:relative;
	width:356px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:32px;
	margin-top:5px;
}

#yt_more{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:40px;
	height:17px;
	margin-top:0;
}
#yt_more:hover .sankaku{
  animation-name: sankaku;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
#yt_more .sankaku_icon{
	top: 2px;
}
/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	background: url("../img/bnr_bg.jpg") repeat-y top center;
	background-size: 100% auto;
	padding:15px 0 35px 0;
	padding-top: 50px;/*ソート追加時*/
	min-height: 390px;
	padding-bottom: 60px;/*ソート追加時*/
}
#bnr_wrap a{
	color: #000;
}
#bnr_wrap a:hover{
	text-decoration:underline;
}
.works_bnr{
    width: 260px;
    margin: 10px;
}
#bnr_load_wrap{
	position:relative;
	width:100%;
	padding-top: 25px;
	border: solid 4px #fa0023;/*ソート追加時*/
	box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
	padding-bottom: 50px;/*MOREボタンあり時*/
	/*padding-bottom: 25px;MOREボタンなし時*/
}
#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:97px;
	height:14px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/bnr_more_over.jpg) no-repeat center top;
	margin-top:0;
	cursor:pointer;
	display:none;
	padding-bottom: 50px;
}
*/
#bnr_more{
	position:absolute;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	margin-top:10px;
	cursor:pointer;
}
#bnr_more:hover .sankaku{
  animation-name: sankaku;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.bnr_text{
	font-size:14px;
	line-height:22px;
	margin: 20px 0;
	text-align: center;
	color: #000;
}
#bnr_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
	margin-bottom: -13px;
	z-index: 1;
}
.bnr_category{
	margin:0 5px;
}
.bnr_category{
	width:158px;
	height:53px;
	cursor:pointer;
}
.bnr_category:nth-child(1){
	background:url(../img/category/cate1.png) no-repeat left top;
	background-size: 100%;
}
.bnr_category:nth-child(2){
	background:url(../img/category/cate2.png) no-repeat left top;
	background-size: 100%;
}
.bnr_category:nth-child(3){
	background:url(../img/category/cate3.png) no-repeat left top;
	background-size: 100%;
}
.bnr_category:nth-child(4){
	background:url(../img/category/cate4.png) no-repeat left top;
	background-size: 100%;
}
.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{
	padding: 0;
	background: url("../img/news_bg.jpg") no-repeat center top;
	background-size: cover;
}
#news_wrap{
	position:relative;
	width:100%;
	padding: 68px 0 116px;
}
#news_title{
	position:relative;
	margin: 0 auto;
	width: 338px;
	top:0;
}
#news_load{
	margin-top: 50px;
}
.news_article{
	position:relative;
	display:flex;
	width:950px;
	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;
}
.news_daycolor{
	color:#fa0023;
	font-weight: bold;
}
#credit{
	position:relative;
	left:50%;
	width:726px;
	padding-top:70px;/*ニュース消す時コメントアウト*/
	transform:translateX(-50%);
}
#news_more{
	position:absolute;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	margin-top:28px;
	cursor:pointer;
}
#news_more:hover .sankaku{
  animation-name: sankaku;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.news_article a{
	color:#fff;
}
.news_article a:hover{
	color:#fff;
}


/*-------------------------
ムビチケ・メイジャー
--------------------------*/
#tickets{
	position:relative;
	width:300px;/*2枚*/
	/*width:146px;*//*1枚*/
	margin:60px auto 0;/*ムビチケなし*/
	/*margin:30px auto 0;ムビチケあり*/
}
#tickets2{
	display: none!important;
}
#ma{
	position:relative;
	width:146px;
	height:auto;
}
#mv{
	position:absolute;
	right:0;
	top:0;
	width:146px;
	height:auto;
}


/*---------------------
top-footer上書き
-----------------------*/
.share{
	padding-top:20px;
	margin:0 auto;
}
#footer_wrap,footer{
	/*height:430px!important;/*ムビチケあり*/
	height:390px!important; ムビチケなし*/
	border-top: none;
	z-index: 4;
}
footer{
	height:400px;
}

#wblogo{
	margin-top:30px;
}

#sns_text{
	margin: 60px auto -8px;/*ムビチケなし*/
	/*margin: 30px auto -8px;ムビチケあり*/
}



