@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
-----------------------*/
/*背景動画*/
.img_visual{
	position: absolute;
    width: 100%;
	height: 800px;
    top: 70px;
	overflow: hidden;
	/* background: url("../img/pc_bg.jpg") no-repeat center top; */
}
.img_visual video{
	position: absolute;
    left: 50%;
    margin-left: -961px;
    margin-top: -1px;
}


#main{
	position:relative;
	width:100%;
	height:775px;
	max-width: 1920px;
	margin: 0 auto;
}

.pc_visual {
	position: absolute;
	top: 0;
	right: 0;
	left: 50%;
	margin-left: -960px;
}

.img_logo {
	position: absolute;
	left: -6px;
	right: 0;
	margin: 0 auto;
	width: calc(978px / 2);
  top: 602px;
}
.day{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(944px / 2);
  bottom: -9px;
}
.copy{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 17px;
    top: 89px;
}

.cp_guide_btn{
	position: absolute;
    right: 0;
    width: calc(570px / 2);
    top: 510px;
    transition: 0.3s;
}
.cp_guide_btn:hover{
	opacity: 0.6;
}

.jacket_bnr {
	position: absolute;
	top: 702px;
	left: 50%;
	margin-left: -340px;
	z-index: 2;
	transition: 0.3s;
}

.digital_bnr {
	position: absolute;
	transition: 0.3s;
	top: 642px;
	left: 50%;
	margin-left: 255px;
	z-index: 2;
}
.digital_bnr:hover {
	opacity: 0.6;
}
/* @media (max-width: 1290px) {
	.tickets_btn {
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -594px;
		width: 279px;
		z-index: 2;
		transition: 0.3s;
	}
} */
.pc_hash{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(262px /2);
	bottom: -56px;
	transition: 0.3s;
}
.pc_hash:hover{
	opacity: 0.6;
}



/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-bottom: 60px;
}
#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: 70px;
	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:50px;
	top:160px;
	cursor:pointer;
	display:none;
}
.yt_right{
	position:absolute;
	right:50px;
	top:160px;
	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;
    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:25px;
	height:17px;
	margin-top:0;
}
.yt_more:hover{
    opacity: 0.6;
}
/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	background:#000;
	/*padding:15px 0 35px 0;　変更*/
	padding-top: 25px;
	padding-bottom: 80px;
	min-height: 390px;
	/*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: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_text{
	font-size:14px;
	line-height:22px;
	margin: 20px 0;
	text-align: center;
}

#bnr_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
}
.bnr_category{
	margin:0 5px;
}
.bnr_category{
	width:220px;
	height:82px;
	cursor:pointer;
}
.bnr_category:nth-child(1){
	background:url(../img/category/cate1.gif?id=0) no-repeat left top;
}
.bnr_category:nth-child(2){
	background:url(../img/category/cate2.gif?id=0) no-repeat left top;
}
.bnr_category:nth-child(3){
	background:url(../img/category/cate3.gif?id=0) no-repeat left top;
}
.bnr_category:nth-child(4){
	background:url(../img/category/cate4.gif?id=0) 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{
	padding: 0;
}
#news_wrap{
	position:relative;
	width:100%;
	padding: 0 0 116px;
	/*padding: 30px 0 116px;*/
}
#news_title{
	position:relative;
	margin: 0 auto;
	width: 184px;
	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:128px;
	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:#b3ff8e;
	font-family: serif;
}
#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:30px;
	cursor:pointer;
}
#news_more:hover{
    opacity: 0.9;
}
.news_article a{
	color:#ffffff;
}
.news_article a:hover{
	color:#ffffff;
}

/*---------------
about
-----------------*/
#about_wrap{
	position: relative;
	background: url("../img/about_img.jpg") no-repeat center top;
	height: 400px;
}
.about_bt{
	position: absolute;
    top: 171px;
    left: 50%;
    margin-left: 130px;
}
.about_bt img{
	transition: 0.3s;
}
.about_bt:hover img{
	opacity: 0.8;
}


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

/*-------------------------
タイアップフッターバナー
--------------------------*/
#tieup {
	position: relative;
	background-color: #fff;
	text-align: center;
}
.tieup_wrap {
	position: relative;
	padding-top: 30px;
}
.tieup_wrap img {
	border: 1px solid #ccc;
	height: 60px;
}
.tieup_wrap a{
	padding-right: 10px;
}
.tieup_wrap a:last-child{
	padding-right: 0;
}

/*-------------------------
ムビチケ・メイジャー
--------------------------*/
#tickets{
	position:relative;
	width:300px;/*2枚*/
	margin:0 auto;
}
#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:20px 0 ;
	margin:0 auto;
}
#footer_wrap,footer{
	border-top: none;
	z-index: 4;
}





