@charset "utf-8";


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

body{
	position:relative;
	width:100%;
	background:#fff;
}
#container,#move_area{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: center center;
	background-color: #b60010;
}
.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;
}
/*---------------
DVDバナー
-----------------*/
.dvd_bt{
	position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: 330px;
	z-index: 9;
}

/*---------------
コメントウィジェット
-----------------*/
#widget_area{
	background:url("../widget/img/bg.gif") repeat left top;	
}
#widget_wrap{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.widget_title{
	position: absolute;
	top: -12px;
	left: 0;
	width: 373px;
	height: 38px;
	background:url("../widget/img/pc_title.png") no-repeat left top;
}


/*---------------------
main
-----------------------*/
#main{
	position:relative;
	width:100%;
	height:960px;

}
.big01{
	opacity: 0;
}
.big01.is-animated{
	animation: big01 0.5s ease-in-out 1 forwards;
}
@keyframes big01 {
  0%  {
    transform: scale(0.1, 0.1);
  }
  60% {
    transform: scale(1.8, 1.8);
  }
  80% {
    transform: scale(0.8, 0.8);
  }
  90% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1.0, 1.0);
  }
  0%, 100% {
    opacity: 1;
  }
}


#main_inner{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}
.img_visual{
	position: absolute;
    width: 100%;
    height: 960px;
    bottom: 0;
    overflow: hidden;
    background:url("../img/visual.jpg") no-repeat;
	background-position: bottom center;
    /*background-size: cover;*/
}
.bg_red_flame{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}
.bg_red_haikei{
    position: absolute;
    top: 0px;
    left: 50%;
    max-width: 1920px;
    margin-left: -960px;
}



.img_logo{
   position: absolute;
    left: 44%;
    z-index: 2;
    top: 421px;
    margin-left: -500px;
    opacity: 0;
}
.img_logo.is-animated{ 
  animation: big03 0.1s ease-in-out 1 forwards;
}

@keyframes big03{ 
  0% { transform: scale(2);} 
  100% { transform: matrix(1, 0, 0, 1, 0, 0);} 
  0%, 100% {
    opacity: 1;
  }
} 

.img_copy{
	position: absolute;
    left: 43%;
    top: 100px;
    z-index: 2;
    margin-left: 700px;
    transform: translateY(-130%);
}
.img_copy.is-animated{ 
  animation: big02 0.3s ease-in-out 1 forwards;
}

@keyframes big02{ 
  0% { transform:translateY(-100%) scale(1.0, 1.0);} 
  40% { transform:translateY(-50%);}
  50% { transform:translateY(40%) scale(1.3, 1.3);}
  60% { transform:translateY(0%);} 
  70% { transform:translateY(-20%) scale(1.1, 1.1);;} 
  80% { transform:translateY(0%);} 
  90% { transform:translateY(10%);} 
  100% { transform:translateY(0%) scale(1.0, 1.0);} 
} 



.note{
   position: absolute;
    z-index: 2;
    top: -1px;
    left: inherit;
    right:50%;
    margin-right: -640px;
}
/*ハッシュタグ*/
.tw_title{
    position: absolute;
    bottom: 80px;
    z-index: 2;
    left: 6.4%;
    transition: 0.3s;
}
.tw_title:hover{
	opacity: 0.8!important;	
}
.hash{
    position: absolute;
    bottom: 40px;
    z-index: 2;
    left: 6.5%;
    background: url(../img/hash.png) no-repeat left center;
}
.hash img{
	transition: 0.3s;
}
.hash:hover img{
	opacity: 0;
}
/*ticketsボタン*/
.ticket_bt {
    position: absolute;
    bottom: 154px;
    left: 50%;
    margin-left: -603px;
    width: 279px;
    z-index: 9;
}

.tickets_bt:hover{
	transform: translateY(-3px);
}

.mouse{
	position: absolute;
    width: 14%;
    bottom: -10%;
    right: 7.6%;
    right: 5%;
    z-index: 3;
}

/*DVDバナー*/
.bnr_dvd{
	position: absolute;
    bottom: 60px;
    right: 6.5%;
    width: 245px;
    z-index: 2;
	transition: 0.1s;
}

.bnr_dvd:hover{
	transform: translateY(-3px);
}



#wrap{
	position: relative;
	z-index: 80;
}

/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	background: url("../img/yt_bg.jpg") repeat-x center top;
	z-index: 2;
}
#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 2px #c8aa3c;
	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: 58%;
    left: 0;
    top: -2px;
    background: url(../img/yt_play0.png) no-repeat center 50px,url(../img/yt_frame.png) no-repeat center;
    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,url(../img/yt_frame.png) no-repeat center;
    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;
	width:211px;
	height:17px;
	margin-top:0;
}
.yt_more{
	transition: 0.8s;
}

/*---------------
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: 420px;
	/*padding-bottom: 30px;MOREボタンあり時*/
}
#bnr_wrap a{
	color:#000;
}
#bnr_wrap a:hover{
	text-decoration:underline;
}
.works_bnr{
    width: 260px;
    margin: 10px;
}
#bnr_load {
	position:relative;
	width:100%;
	padding-top: 25px;
	padding-top: 45px;
}
.bnr_column{
	display: -webkit-flex;
	display: flex;
	width:1120px;
	margin:0 auto;
	display:none;
/*	justify-content: center;*/
}
#bnr_more{
	position:relative;
	width:81px;
	height: 40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	margin-top:0;
	cursor:pointer;
	display:none;
	padding-bottom: 50px;
}
.bnr_text{
	font-size:14px;
	line-height:22px;
	margin: 20px 0;
	text-align: center;
}

#bnr_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
	opacity: 1 !important;
}
.bnr_category{
	margin:0 5px;
}
.bnr_category{
	width:220px;
	height:82px;
	cursor:pointer;
}
.bnr_category:nth-child(1){
	background:url(../img/category/cate1.png) no-repeat left top;
	background-size: 100% auto;
}
.bnr_category:nth-child(2){
	background:url(../img/category/cate2.png) no-repeat left top;
	background-size: 100% auto;
}
.bnr_category:nth-child(3){
	background:url(../img/category/cate3.png) no-repeat left top;
	background-size: 100% auto;
}
.bnr_category:nth-child(4){
	background:url(../img/category/cate4.png) no-repeat left top;
	background-size: 100% auto;
}
.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_wrap{
	position:relative;
	width:100%;
	padding: 70px 0 100px;
	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:73px;
	background:url(../img/news.png) no-repeat center top;/*消す時コメントアウト*/
	background-size: 179px auto;
}
.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_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:absolute;
	width:81px;
	height:40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	margin-top:20px;
	cursor:pointer;
}
.news_article a{
	color:#000000;
}
.news_article a:hover{
	color:#e83426;
}

.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;
}

/*---------------
about
-----------------*/
#about_area{
    position: relative;
    background: url("../img/about_bg.jpg") repeat-x center top;
    height: 400px;
    margin: 0 auto;
    width:100%;
}
#about_bt{
    position: absolute;
	top: 0;
	right: 0;
	left: 0;
    background: url("../img/about_bt.png") no-repeat center top;
    height: 400px;
    margin: 0 auto;
    width:615px;
	transition: 0.1s;
}
#about_bt:hover{
	background: url("../img/about_bt_over.png") no-repeat center top;
}


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

/*-------------------------
バジズ
--------------------------*/
#buzzes{
	position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
}



/*-------------------------
thesuicidesquad_area
--------------------------*/
#thesuicidesquad_area {
    height: 170px;
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.thesuicidesquad_bg {
    background: url(../img/thesuicidesquad_bg.jpg) no-repeat center;
    height: 170px;
    width: 1920px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.thesuicidesquad_txt {
    position: absolute;
    width: 1920px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

#wblogo{
	margin-top:30px;
}

#sns_text{
	margin: 60px auto -8px;
}

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



#trailer_area{
	position: relative;
	z-index: 70;
}


.page-top{
	position: fixed;
    bottom: -20px;
    left: 50%;
    margin-left: 600px;
    z-index: 90;
}

.page-top{
	margin-bottom: 0;
	/*transition: 0.1s;
	transform: translateY(100%);*/
}
.page-top.is-animated{
	animation: pyon 0.2s ease-in-out 1 forwards;
}
 
@keyframes pyon {
  0%  {
    transform: scale(1.3, 1.3) translate(0, -30px);
  }
  15% {
    transform: translate(0, -20px);
  }
  30% {
    transform: translate(0, -10px);
  }
  50% {transform: scale(1.2, 1.2) translate(0, 0px);
  }
  70% {
    transform: scale(1.1, 1.1) translate(0, -10px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0px);
  }
  0%, 100% {
    opacity: 1;
  }
}



#particles-js01,#particles-js02,#particles-js03,#particles-js04,#particles-js05,#particles-js06,#particles-js07{ 
	position:fixed;/*描画固定*/
	z-index:1;/*描画を一番下に*/
	width: 1920px;
	height:1200px;
}
.particles-js-canvas-el{
	position: relative;
	z-index: 2;
}


/*---------------------
spotify
-----------------------*/

.spotify{
	position: absolute;
	width: 249px;
	z-index: 9;
	left: 51%;
    margin-left: -618px;
    bottom: 54px;

}

.soundtrack{
	position: absolute;
	width: 253px;
	z-index: 9;
	left: 50%;
    margin-left: -602px;
    bottom: 27px;
}



