@charset "utf-8";

.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
/*--------------------------------------
動画追加時に変更※他は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:#f9f9f9;
}
.counDown{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-family: 'Special Elite', cursive;
	z-index: 991;
	height: 59px;
	color: #fff;
	font-size: 40px;
	display: flex;
	align-items: center;
	padding-right: 10px;
	line-height: 1;
}
.counDown .counDown_tit{
	margin-right: 10px;
}
.counDown .counDown_tit img{
	display: block;
}
.counDown .counDown_txt{
	padding-top: 10px;
}
.counDown .counDown_txt span{
	display: inline-block;
	width: 50px;
	text-align: right;
}
.counDown .counDown_txt span.t{
	color: #fe0101;
	font-size: 20px;
	display: inline-block;
	line-height: 1;
	margin-left: 3px;
	margin-right: 5px;
	width: auto;
}
#container,#move_area{
	position:relative;
	width:100%;
	overflow:hidden;
	transform-origin:center center;
}
.min_width{
	min-width:1200px;
}
#wrap{
	background: #fff;
}
#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: 996;	
}
.loading_wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@keyframes baloon {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}
.loading_baloon{
	width: 104px;
	text-align: center;
}
.loading_baloon img{
	width: 104px;
  animation-name: baloon;
  animation-duration: 2s;
  animation-timing-function: ease-in-outs;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.loading_count{
	color: #b01a1a;
	text-align: center;
	font-family: 'IM Fell Great Primer', serif;
	font-size: 18px;
}



/*---------------------
main
-----------------------*/
#main{
	position:relative;
	width:100%;
	height:765px;
	background: #000 url(../img/home/bg_main_2_pc.jpg) center 0 no-repeat;
}
#mainBg{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:765px;
	background: #000 url(../img/home/bg_main_1_pc.jpg) center 0 no-repeat;
}
#main_inner{
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
		height: 100%;
}

.img_logo{
	position: absolute;
	top: 180px;
	right: 150px;
	width: 430px;
	opacity: 0;
}
.img_logo img{
	width: 430px;
}
.img_no1{
	position: absolute;
	top: 150px;
	right: 15px;
	width: 190px;
	opacity: 0;
}
.img_no1 img{
	width: 190px;
	transform: rotate(-15deg);
}
.img_date{
	position: absolute;
	top: 500px;
	right: 156px;
	width: 353px;
	opacity: 0;
}
.img_date img{
	width: 353px;
}

.img_date a:hover img{
  opacity: 0.6;
}


.img_txt1{
	position: absolute;
	top: 144px;
	left: 63px;
	opacity: 0;
}

.img_txt3{
	position: absolute;
	top: 0px;
	right: 210px;
	opacity: 0;
}

.img_txt3 img{
  width: 803px;
}



.img_txt2{
	position: absolute;
	top: 204px;
	right: 44%;
	width: 34px;
}
.img_txt2_1,
.img_txt2_2,
.img_txt2_3,
.img_txt2_4,
.img_txt2_5,
.img_txt2_6,
.img_txt2_7{
	transform: translateY(20px);
	opacity: 0;
	display: block;
}
.bt_ticket{
	position: absolute;
	top: 630px;
	right: 140px;
	opacity: 0;
}
.bt_ticket a{
	display: block;
	width: 360px;
	height: 56px;
	background: url(../img/home/bt_ticket_on.png) 0 0 no-repeat;
}
.bt_ticket a img{
	opacity: 1;
	transition: all 1s;
}
.bt_ticket a:hover img{
	opacity: 0;
}

.bt_theater{
	position: absolute;
	top: 630px;
	right: 140px;
	opacity: 0;
}
.bt_theater a{
	display: block;
	width: 360px;
	height: 56px;
	background: url(../img/bt_theaters_over.png) 0 0 no-repeat;
}
.bt_theater a img{
	opacity: 1;
	transition: all 1s;
}
.bt_theater a:hover img{
	opacity: 0;
}

.menu_item{
	opacity: 0;
}
.dc_sns{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	opacity: 0;
}
.dc_sns ul{
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
}
.dc_sns li{
	padding: 0 5px;
}
.dc_txt{
	background: url(../img/tit_sns.png) 0 0 no-repeat;
	background-size: 196px;
	width: 196px;
	height: 45px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	box-sizing: border-box;
}

/*ticketsボタン*/
.tickets_ico{
	position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    margin-left: -570px;
}

/*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;
}


.bottom_fade{
	background: url("../img/bottom_fade.png") repeat-x bottom left;
    position: absolute;
    bottom: 0;
    height: 180px;
    width: 100%;
}


/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #191919;*/
  background: #101a1b url("../img/home/bg_moviearea.jpg") repeat-x bottom center;
  background-size: 100%;
}
#youtube_area{
	position:relative;
	width:100%;
	height:366px;
	padding-top:0;
}
#yt_load_area{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:1105px;
	overflow:hidden;
	height:100%;
}
#yt_load{
	position:absolute;
	top:0;
	left:0;
	width:2210px;
	display:flex;
}
.yt_list{
	position:relative;
	width:360px;
	margin:46px 5px 10px;
	cursor:pointer;
	overflow:hidden;
	/*transform: translateX(100%);*//*動画1つ*/
	/*transform: translateX(50%);*//*動画2つ*/
	/*transform: translateX(0%);*//*動画3つ*/
}
.yt_list_img{
	border:solid 1px #222;
	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: 98.9%;
	padding-bottom: 55.5%;
	left:2px;
	top:2px;
	background: url(../img/yt_play0.png) no-repeat center 50px;
	background-size:68px 88px;
	transition:0.2s;
	transform-origin:center center;
}
.yt_fade:hover{
	background:rgba(67,7,1,0.5) url(../img/yt_play0.png) no-repeat center 50px;
	background-size:68px 88px;
}
.yt_title{
	position:relative;
	width:360px;
  height: auto;
	text-align:center;
	color:#000;
	font-size:14px;
	line-height:22px;
	/*background:#eeeae2;*/
	margin-top:4px;
	padding-bottom:10px;
	font-weight: bold;
	color: #fff;
}
.yt_title.new{
	color: #fff100;
}
.yt_title.new:before{
	content: '';
	background: url(../img/common/newicon.png) no-repeat 0 0;
	width: 36px;
	height: 15px;
	margin-bottom: -1px;
	margin-right: 4px;
	display: inline-block;
}

#yt_more{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:38px;
	width:261px;
	height:41px;
	margin-top:0;
}


/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	/*background:#430701;*/
  background: #1a0001 url("../img/home/bg_bnrarea.jpg") no-repeat center center;
  background-size: cover;
	/*padding:15px 0 35px 0;　変更*/
	padding: 0;
	min-height: 420px;
	padding-bottom: 30px;/*MOREボタンあり時*/
}
#bnr_wrap a{
	color:#fff;
}

/*#bnr_wrap a:hover{
	text-decoration:underline;
}

#bnr_wrap a:hover{
	text-decoration: none;
  font-weight: bold;
}
*/

.works_bnr{
    width: 260px;
    margin: 10px;
}
.bnr_img{
  background:#9c1708;
}
.bnr_img img{
	transition:0.3s;
}
.bnr_img img:hover{
 opacity: 0.7;
}

#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:248px;
	height:40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more2_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_text span.new{
		color: #fff100;
}

.bnr_text span.new:before{
	content: '';
	background: url(../img/common/newicon.png) no-repeat 0 0;
	width: 36px;
	height: 15px;
	margin-bottom: -1px;
	margin-right: 4px;
	display: inline-block;
}


#bnr_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
}
.bnr_category{
	margin:0 6px;
}
.bnr_category{
	width:220px;
	height:74px;
	cursor:pointer;
	transition: all .5s;
}
.bnr_category:nth-child(1){
	background:url(../img/category/cate1.png) no-repeat left top;
}
.bnr_category:nth-child(2){
	background:url(../img/category/cate2.png) no-repeat left top;
}
.bnr_category:nth-child(3){
	background:url(../img/category/cate3.png) no-repeat left top;
}
.bnr_category:nth-child(4){
	background:url(../img/category/cate4.png) no-repeat left top;
}
.bnr_category:nth-child(1):hover {
	background:url(../img/category/cate1_ov.png) no-repeat left top;
}
.bnr_category:nth-child(2):hover{
	background:url(../img/category/cate2_ov.png) no-repeat left top;
}
.bnr_category:nth-child(3):hover{
	background:url(../img/category/cate3_ov.png) no-repeat left top;
}
.bnr_category:nth-child(4):hover{
	background:url(../img/category/cate4_ov.png) no-repeat left top;
}

.bnr_category img{
	opacity:0;
	transition:0.3s;
}

.category_target img{
	opacity:1;
}
.category_target img:hover{
	opacity:1;
}


/*---------------
news
-----------------*/
#news_wrap{
	position:relative;
	width:100%;
	padding:70px 0 ;
	background: #000 url(../img/home/bg_newsarea.jpg) repeat-x center bottom;
}
#news_title{
	width:auto;
	position:relative;
	top:0;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:43px;
	background:url(../img/news.png) repeat-x center top;/*消す時コメントアウト*/
}
.news_article{
	position:relative;
	display:flex;
	width:1000px;
	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_thumb img:hover{
		opacity:0.7;
}

.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:248px;
	height:40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more2_over.jpg) no-repeat center top;
	margin-top:20px;
	cursor:pointer;
}
.news_article a{
	color:#bfbfbf;
}
.news_article a:hover{
	color:#fff;
}

.news_article span{
	font-size:18px;
	color:#fff100;
  font-family: 'Rosario', sans-serif;
}
#news_more a{
	display: block;
	width: 248px;
	height: 48px;
	background: url(../img/img/more2_over.jpg) 0 0 no-repeat;
}
#news_more a img{
	opacity: 1;
	transition: all 1s;
}
#news_more a:hover img{
	opacity: 0;
}

.page_top{
	position:fixed;
	width:64px;
	height:64px;
	right:20px;
	bottom:20px;
	cursor:pointer;
	z-index:100;
	display:none;
/*	transition:0.3s ease-in-out;*/
}
.page_top:hover{
	opacity:0.8;
}

/*-------------------------
コメントウィジェット　著名人
--------------------------*/
.pc_widget {
    position: absolute!important;
    left: 50%;
    margin-left: -600px!important;
    top: 122px;
	z-index: 1;
}
/*-------------------------
コメントウィジェット　みんな
--------------------------*/
.pc_widget2 {
    position: absolute!important;
    left: 50%;
    margin-left: -600px!important;
    top: 373px;
	z-index: 1;
	width:210px !important;
	overflow: hidden!important;
}
/*-------------------------
ムビチケ・メイジャー
--------------------------*/
#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;
}

	/*-----------------------
	タイアップバナー
	------------------------*/

#footer_tieup{
	position:relative;
	/*width:302px;*//*2枚*/
	width:220px;/*1枚*/
	margin:10px auto 0;
}

.tieup_bnr{
	position:relative;
	width:220px;
	height:auto;
}

/*---------------------
top-fotter
-----------------------*/
.share{
	padding-top:20px;
	margin:0 auto;
}
#footer_wrap,fotter{
	height:326px;
	height:450px!important;
}
fotter{
	height:280px
}

#wblogo{
	margin-top:40px;
}
#comment{
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 1210px) {
	.img_copy2{
		left: 50%;
		top: 23px;
		margin-left: -500px;
	}
	
	/*コメント*/
	.pc_widget {
		position: absolute!important;
		left: 50%;
		margin-left: -570px!important;
		top: 122px;
	}
	.pc_widget2 {
		position: absolute!important;
		left: 50%;
		margin-left: -570px!important;
		top: 373px;
		width:210px !important;
		overflow: hidden!important;
	}
	
	/*DC SNS*/
	.dc_sns{
	}
	.dc_sns ul{
	}
	.dc_ig{
	}
	.dc_tw{
	}
	
	/*チケット*/
	.tickets_ico{
		position: absolute;
		bottom: 20px;
		left: 50%;
		z-index: 1;
		margin-left: -540px;
	}
	
	.bottom_fade{
		background: url("../img/bottom_fade.png") repeat-x bottom left;
		position: absolute;
		bottom: 0;
		height: 180px;
		width: 100%;
	}

	
}
