@charset "utf-8";


body{
	background:#fff;
}
.sp_view{
	display:none !important;
}
.pc_view{
	display:block;
}
body{
	position:relative;
	width:100%;
}
#container,#move_area{
	position:relative;
	width:100%;
	min-width:1280px;
	overflow:hidden;
	transform-origin:center center;
}
#wrap{
	/*background: url(../img/bg1.png) no-repeat,url(../img/bg2.png) no-repeat,url(../img/bg3.jpg) repeat-y;*/
	background-position: top center,bottom center,top center;
}
/*---------------------
アイコン
-----------------------*/
.change_icon{
    position: absolute;
    display: flex;
    right: 30px;
	left:auto;
	transform:translateX(0);
    bottom: 41px;
}
.icon{
	width:11px;
	height:11px;
	border-radius:100%;
	background:#000;
	overflow:hidden;
	margin:0 10px;
	cursor:pointer;
	border: #fff solid 2px;
}
.icon_target{
	background:#cc9b26;
	cursor:default;
	border: #fff solid 2px;
}

/*---------------------
spotify
-----------------------*/
#spotify_pc{
	position: absolute;
	top: 690px;
	left: 30px;
}

/*---------------------
スライダー
-----------------------*/
.frame_wrap{
    position: absolute;
}

.photo_wrapper{
	/*position: relative;
	overflow: hidden;
	z-index: -1;*/
	
	/*変更*/
	position: relative;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.photo{
	position: absolute;
	top: 0;
}
.photo_move{
	position:relative;
	width:100%;
	left:0;
	top:0;
	height: 100%;/*変更追加*/
}

.photo:nth-child(1){
	position: relative;
	top: 0;
	left: 100%;
}

/*---------------------
フェードスライダー
-----------------------*/
.visual{
	height: 800px;
	background: #000;
 }
.main_b{
	position: absolute;
	top: 0px;
	left: -20px;
}
.main_g{
	position: absolute;
	top: 0;
	right: -10px;
}
.golden{
	top: 10px;
    margin-left: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.copy{
	top: 152px;
    margin-left: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.main_scene{
	top: 564px;
    margin-left: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


/*.visual1{
	position:absolute;
	width:1920px;
	height:100%;
	left:0%;
	top:0;
	transform:translateX(0%);
	z-index: 10;
}
.visual2{
	position:absolute;
	width:100%;
	height:1920px;
	left: 0%;
	top:0;
	transform:translateX(0%);
	z-index: 1;

}
.visual3{
	position:absolute;
	width:1920px;
	height:100%;
	left: 0%;
	top:0;
	transform:translateX(0%);
	opacity: 0;
	z-index: 0;
}*/
/*.video_copy{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:90px;
	z-index:1;
}
.video_logo{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:90px;
	z-index:1;
}*/

/*.logo{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top: 0px;
	z-index:1;
}*/

.logo{
	top: 204px;
    margin-left: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.dvd{
	top: 441px;
    margin-left: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.imax{
	top: 488px;
    margin-left: -114px;
    position: absolute;
    left: 50%;
    /*transform: translateX(-50%);*/
    z-index: 1;
}
.logo1{
	top: 2px;
	position:absolute;
	right: 0;
	z-index:1;
}
.logo2{
	top: 40px;
	margin-left: -170px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
.logo3{
	margin-left: 223px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top: -35px;
	z-index:1;
}
/*.copy{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top: 0px;
	z-index:1;
}*/
.copy2{
	margin-left: -466px;
	top: 95px;
}
.copy3{
	top: 100px;
	margin-left: -440px;
}


#cast_name{
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom: 38px;
}

#tiff{
	position:absolute;
	left:30px;
	top: 30px;
}


.over_anim{
	transition:0.3s;
}
.over_anim:hover{
	opacity:0.8 !important;
}

/*---------------------
navi　メニュー
-----------------------*/
#navi{
	position: fixed;
    top: 60px;
    right: -300px;
    width: 300px;
    height: 100%;
	background-color: #000;
	z-index: 10;
}
.animation{
	transition: 0.5s;
}

#navi ul{
	margin-top: 187px;
	margin-left: 22px;
}
#navi li{
	position: relative;
}
.over_img{
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	transition: 0.5s;
}
.over_img:hover{
	opacity: 1;
}
.menu_logo{
	position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 133px;
	display: block;
}
.open{
	position: fixed;
    top: 80px;
	cursor: pointer;
	z-index: 2;
	right: 20px;
}
.close{
	position: fixed;
    top: 80px;
	cursor: pointer;
	z-index: 1;
	right: 20px;
}
.bt_home{
	width: 72px;
	margin-top: 15px;
}
.bt_news{
	width: 70px;
	margin-top: 15px;
}
#about_btn{
	width: 196px;
	margin-top: 15px;
}
#cast_btn{
	width: 146px;
	margin-top: 15px;
}
.bt_bt_comments{
	width: 125px;
	margin-top: 15px;
}
.bt_mv{
	width: 146px;
	margin-top: 15px;
}
.bt_sound{
	width: 150px;
	margin-top: 15px;
}
.bt_tickets{
	width: 125px;
	margin-top: 15px;
}
.bt_dvd{
	width: 215px;
	margin-top: 11px;
}

/*---------------------
top-fotter
-----------------------*/
.share{
	padding-top:20px;
	margin:0 auto;
}
#footer_wrap,fotter{
/*	height:326px;　変更*/
}
#wblogo{
	margin-top:40px;
}



#main{
	position:relative;
	width:100%;
	height:800px;
	/*background:url(../img/main.jpg) no-repeat center top;
	background-size:auto 100%; 変更*/
	overflow:hidden;
}

#official_insta{
    position: absolute;
    left: 50%;
    top: 550px;
    margin-left: -550px;
	width:105px;
	height:105px;
	background:url(../img/ig.png) no-repeat center center;
	background-size:auto;
}
h1{
	position: absolute;
	left: 50%;
	top: 465px;
	margin-left: -330px;
}
h2{
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -525px;
}
#ticket{
    position: absolute;
    left: 30px;
    top: 545px;
}
#hashtag_pc{
	display: block;
    color: #FFF;
    height: 12px;
    line-height: 12px;
    position: absolute;
    left: 50%;
    top: 698px;
    background: none;
    text-indent: 0;
    padding-top: 0;
    margin-left: -55px;
}
#hashtag a{
	color:#FFF;
}
#hashtag_2{
	display: none;
}
#no1 {
    position: absolute;
    left: 50%;
    top: 84px;
    margin-left: 340px;
}
#fill{
	position:absolute;
    left: 50%;
    top: 262px;
	width:220px;
    margin:0 0 0 340px;
}
.pc_widget{
	position: absolute !important;
	right: 30px !important;
	top: 465px !important;
	margin-left: 380px !important;
	width:220px !important;
	height:305px !important;
}
/*.pc_widget{
	position: absolute !important;
	left: 50% !important;
	top: 465px !important;
	margin-left: 380px !important;
	width:220px !important;
	height:305px !important;
}*/
#scroll_icon img{
	transition: 0s;
}
#scroll_icon{
    position: absolute;
    right: -20px;
    margin-left: -80px;
    bottom: 27px;
    -webkit-animation: down 1s linear infinite;
    -moz-animation: down 1s linear infinite;
    -ms-animation: down 1s linear infinite;
    -o-animation: down 1s linear infinite;
    animation: down 1s linear infinite;
}
@-webkit-keyframes down {
	0% {-webkit-transform: translate3d(0,0,0); opacity:1}
	50% {-webkit-transform: translate3d(0,0,0); opacity:0.8}
	100% {-webkit-transform: translate3d(0,0,0); opacity:1}
}
@-moz-keyframes down {
	0% {-webkit-transform: translate3d(0,0,0); opacity:1}
	50% {-webkit-transform: translate3d(0,0,0); opacity:0.8}
	100% {-webkit-transform: translate3d(0,0,0); opacity:1}
}
@-ms-keyframes down {
	0% {-webkit-transform: translate3d(0,0,0); opacity:1}
	50% {-webkit-transform: translate3d(0,0,0); opacity:0.8}
	100% {-webkit-transform: translate3d(0,0,0); opacity:1}
}
@-o-keyframes down {
	0% {-webkit-transform: translate3d(0,0,0); opacity:1}
	50% {-webkit-transform: translate3d(0,0,0); opacity:0.8}
	100% {-webkit-transform: translate3d(0,0,0); opacity:1}
}
@keyframes down {
	0% {-webkit-transform: translate3d(0,0,0); opacity:1}
	50% {-webkit-transform: translate3d(0,0,0); opacity:0.8}
	100% {-webkit-transform: translate3d(0,0,0); opacity:1}
}

/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	border-top: solid 1px rgba(255,255,255,0.2);

}
#youtube_area{
	position:relative;
	width:100%;
	height:460px;
	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:80px 5px 10px;
	cursor:pointer;
	overflow:hidden;
	/*transform: translateX(50%);*//*動画2つの場合*/
	/*transform: translateX(100%);*//*動画1つの場合*/
}
.yt_list_img{
	border:solid 1px rgba(255,255,255,0.3);
	box-sizing:border-box;
}
.yt_left{
	position:absolute;
	left:0;
	top:150px;
	cursor:pointer;
	display:none;
}
.yt_right{
	position:absolute;
	right:0;
	top:150px;
	cursor:pointer;
}
.yt_fade{
	position:absolute;
	/*width:100%;
	height:100%;*/
	width: 99.8%;
    /*height: 84.5%;*/
	padding-bottom: 56.5%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5) url(../img/yt_play.png) no-repeat center 70px;
	/*background: url(../img/yt_play.png) no-repeat center 70px;*/
	background-size:64px 64px;
	transition:0.2s;
	transform-origin:center center;
}
.yt_fade:hover{
	background:rgba(0,0,0,0.2) url(../img/yt_play.png) no-repeat center 70px;
	background-size:64px 64px;
}
.yt_title{
	position:relative;
	width:360px;
	text-align:center;
	color:#000;
	font-size:14px;
	line-height:32px;
	/*background:#eeeae2;*/
	margin-top:4px;
}

#yt_more{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:60px;
	width:280px;
	height:46px;
	background:url(../img/yt_more.jpg) no-repeat center center;
	margin-top:0;
}


/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	background: url(../img/bnr_bg1.jpg) no-repeat,url(../img/bnr_bg2.jpg) no-repeat;
	background-position: top left,bottom right;
	background-color:#000;
	/*padding:15px 0 35px 0;　変更*/
	padding-bottom: 60px;
	padding-top: 2%;
	min-height: 800px;
}
#bnr_wrap a{
	color:#fff;
}
#bnr_wrap a:hover{
	text-decoration:underline;
}
.works_bnr{
    width: 260px;
    margin: 10px;
}
#bnr_load {
	position:relative;
	width:100%;
}
.bnr_column{
	display: -webkit-flex;
	display: flex;
	width:1105px;
	margin:0 auto;
	display:none;
	/*justify-content: center;*/
}
#bnr_more{
	position:relative;
	width:280px;
	height:46px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more.png) no-repeat center top;
	margin-top:0;
	cursor:pointer;
	display:none;
}
.bnr_text{
	font-size:14px;
	line-height:22px;
	margin: 20px 0;
}

#bnr_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
	margin-bottom:25px;
}
.bnr_category{
	margin:0 6px;
}
.bnr_category{
	width:180px;
	height:50px;
	cursor:pointer;
}
.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 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%;
	/*background:url(../img/repeat.png) repeat left top;*/
	/*background:url(../img/bg2.jpg) no-repeat center bottom;*/
	/*padding-top:74px;*/
	padding:80px 0 70px;
}
#news_title{
	width:auto;
	position:relative;
	top:0;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:32px;
	background:url(../img/news.png) no-repeat center top;　/*消す時コメントアウト*/
}
.news_article{
	position:relative;
	display:flex;
	width:1000px;
	margin:30px 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;
}
#credit{
	position:relative;
	left:50%;
	width:864px;
	padding-top:70px;/*ニュース消す時コメントアウト*/
	transform:translateX(-50%);
}
#news_more{
	position:relative;
	width:280px;
	height:46px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more2.jpg) no-repeat center top;
	margin-top:20px;
	cursor:pointer;
}
.news_article a{
	color:#000;
}
.news_article a:hover{
	color:#bd9300;
}

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



/*-----------------------
背景動画の設定
------------------------*/
#video_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.videos{
	position: absolute;
	width: auto;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
}
.dot{
	position: absolute;
	background: url(../img/grid.png) repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.video_fade{
	position: absolute;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+10,0+30,0+67,1+89 */
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%);/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); */
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*menuボタンアイコン*/
.menu_icon_bt_wrap{
    position: absolute;
    top: 135px;
    left: 26px;
	z-index: 1;
}
.menu_icon_bt{
	position: relative;
	margin-bottom: 28px;
	z-index: 2;
	left: -300px;
}

.icon_bg {
    position: absolute;
    background: #000;
    border-radius: 35px;
    width: 200px;
    height: 35px;
    top: 179px;
    left: -300px;
    z-index: 1;
}
.icon_bg_target{
    position: absolute;
    background: #000;
/*    border-radius: 35px;*/
    width: 200px;
    height: 35px;
    top: 280px;
    left: -230px;
    z-index: 1;
	overflow:inherit !important;
}
#curcle{
	position:absolute;
	width:35px;
	height:35px;
	border-radius:100%;
	right:-17px;
	top:0;
	background:#000;
}

.menu_fade{
	position: fixed;
    width: 100%;
    height: 100%;
    background: #d00514;
    z-index: 800;
}


#tickets{
	position:relative;
	width:302px;
	margin:40px auto 0;
}
#ma{
	position:relative;
	width:146px;
	height:auto;
}
#mv{
	position:absolute;
	right:0;
	top:0;
	width:146px;
	height:auto;
}
#footer_wrap{
	height: 326px!important;
}
fotter{
	height: 340px!important;
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
	.logo1{
		margin-left: -90px;
	}
}









