@charset "utf-8";


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

body{
	position:relative;
	width:100%;
	background:#000;
}
#container,#move_area{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    transform-origin: center center;
}
.min_width{
	min-width:1200px;
}
#wrap{
	background:#000;
}
#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: #fff;
    z-index: 989;	
}
/*---------------------
main
-----------------------*/
#main{
	position:relative;
	width:100%;
	height:765px;
}
#main_inner{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}
.img_visual{
	position: absolute;
    width: 100%;
    height: 765px;
    bottom: 0;
    overflow: hidden;
	/*
    background:url("../img/visual.jpg") no-repeat;
	background-position: bottom center;
	*/
    /*background-size: cover;*/
}
#pc_video{
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
}
.top_bg{
	position: absolute;
    width: 100%;
    height: 100%;
	top:0;
    left: 0;
    overflow: hidden;
    background:url("../img/visual.jpg") no-repeat;
	background-position: bottom center;
	opacity: 0;
}
.img_visual video{
	position: absolute;
    left: 50%;
    margin-left: -961px;
    margin-top: -1px;
}
.top_anim{
	opacity: 0;
	transition: 0.8s;
	/*transform: translateX(-30px);*/
}

.img_logo{
	position: absolute;
    width: 330px;
    left: 50%;
    top: 0;
    margin-left: 22px;
}
.img_day{
    position: absolute;
    width: 330px;
    left: 50%;
    top: 639px;
    margin-left: 162px;
}
.img_copy{
	position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -600px;
}


/*解剖ページバナー*/
.bnr_harleyquinn{
	position: absolute;
    left: 50%;
    top: 442px;
    margin-left: -615px;
}
.bnr_harleyquinn:hover {
	animation: hurueru .1s  infinite;
}

/*DVDページバナー*/
.dvd_bnr{
	position: absolute;
    left: 50%;
    top: 615px;
    margin-left: 205px;
}
.dvd_bnr img{
	transition: 0.3s;
}
.dvd_bnr:hover img{
	opacity: 0.8;
}

/*DC_SNSボタン*/
.dc_sns{
    position: absolute;
    width: 162px;
    height: 40px;
    bottom: 6px;
    z-index: 1;
    left: 50%;
    margin-left: 210px;
}
.dc_sns ul{
	display: flex;
}
.dc_txt{
	position: absolute;
	left: 0;
	top: 15px;
}
.dc_ig{
	position: absolute;
	right: 47px;
}
.dc_tw{
	position: absolute;
	right: 0;
}
/*ハッシュタグ*/
.hash{
	position: absolute;
    bottom: 18px;
    z-index: 1;
    left: 50%;
    margin-left: 385px;
}

/*ticketsボタン*/
.tickets_ico {
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: 430px;
    z-index: 1;
}
.tickets_ico::before{
    content: "";
    display: block;
    background: url(../img/theater2_over.png) no-repeat center top;
    background-size: 173px auto;
    height: 46px;
    width: 173px;
    position: absolute;
	visibility: hidden;
    top: 0;
}
.tickets_ico:hover:before{
	visibility: visible!important;
}
.tickets_ico:hover img{
	opacity: 0;
}


/*---------------------
レビュー帯
-----------------------*/
.review{
	margin-top: -30px;
	position: relative;
    bottom: -4px;
    height: 68px;
	background-size: 10px 69px;
}
.review_flame{
	background: url(../img/review_r.png) no-repeat right bottom,url(../img/review_l.png) no-repeat left bottom,url(../img/review_re.png) repeat-x center bottom;
	position: absolute;
	height: 69px;
	width: 100%;
}
.review_txt{
    position: absolute;
    width: 97%;
    height: 19px;
    background: #fff;
    top: 29px;
    /* z-index: 1; */
    left: 2%;
	color: #46249f;
	padding: 7px 0;
	font-weight: bold;
    line-height: 22px;
}
.text_comment_pc{
    position: absolute;
    left:100%;
    top:0;
	color: #46249f;
	font-weight: bold;
    white-space: nowrap;
	padding: 7px 0;
}
#comment_link{
    position: absolute;
	width: 88px;
    height: 32px;
    right: 50px;
    top: 30px;
    background: rgba(0,0,0,0);
    z-index: 1;
    display: block;
}

/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top: 10px;
    padding-bottom: 10px;
}
#youtube_area{
	position:relative;
	width:100%;
	height:366px;
	padding-top:0;
}
#yt_load_area{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:1140px;
	width:1122px;
	overflow:hidden;
	height:100%;
}
#yt_load{
	position:absolute;
	top:0;
	left:0;
	width:2210px;
	display:flex;
}
/*.yt_list{
	position:relative;
	width:360px;
	margin:46px 10px 10px;
	cursor:pointer;
	overflow:hidden;
	transform: translateX(0%);
	background: url("../img/movie_bg.jpg") no-repeat top center ;
}*/
.yt_list{
	position: relative;
    width: 350px;
    margin: 46px 10px 10px;
    cursor: pointer;
    overflow: hidden;
    transform: translateX(0%);
}
.yt_list_img{
	/*border:solid 1px #0c301d;
	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.6%;
    left: 2px;
    top: 1px;
	background:rgba(0,0,0,0.5) url(../img/yt_play0.png) no-repeat center center;
	background-size:100px auto;
	transition:0.2s linear;
	
	transform-origin:center center;
}
.yt_fade:hover{
	background:rgba(0,0,0,0.2) url(../img/yt_play0_over.png) no-repeat center center;
	background-size:110px auto;
}
.yt_title{
	position:relative;
	width:360px;
	width:350px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:32px;
	margin-top:4px;
}

#yt_more{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:40px;
	width:206px;
	height:36px;
	margin-top:0;
}

#yt_more_over{
	position:relative;
	width:248px;
	height:46px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/yt_more_over.jpg) no-repeat center top;
	cursor:pointer;
}
#closeBtn:hover{
	animation: hover_anim 800ms infinite linear;
}

.bg_border{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef8028+21,cdce45+48,f113dd+81 */
	background: rgb(239,128,40); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(239,128,40,1) 21%, rgba(205,206,69,1) 48%, rgba(222,41,146,1) 81%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(239,128,40,1) 21%,rgba(205,206,69,1) 48%,rgba(222,41,146,1) 81%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(239,128,40,1) 21%,rgba(205,206,69,1) 48%,rgba(222,41,146,1) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef8028', endColorstr='#f113dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
    height: 450px;
    width: 450px;
    transform-origin: center;
    top: -140px;
    left: 50%;
    margin-left: -64%;
/*    transition: 2s;*/
	border-radius: 100%;
}
.bg_border_wrap{
    overflow: hidden;
    height: 201px;
}
.yt_list {
    width: 354px;
}
.yt_list:hover .bg_border{
/*    transform: rotate(600deg);*/
	animation: hover_anim 800ms infinite linear;
}
@keyframes hover_anim {
  0% { 
    transform: rotate(0deg);
  }
  100% { 
    transform: rotate(360deg);
  }
}

.yt_fade{
	top: 2px;
}
.yt_list_img {
    position: absolute;
    top: 2px;
    width: 350px;
    left: 2px;
}
/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	background:#1B0B20;
	/*padding:15px 0 35px 0;　変更*/
	padding: 0;
	min-height: 400px;
	padding-bottom: 50px;/*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:232px;
	height:44px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more_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_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
}
.bnr_category{
	margin:0 6px;
}
.bnr_category{
	width:220px;
	height:74px;
	cursor:pointer;
}
.bnr_category:nth-child(1){
	background:url(../img/category/cate1.gif) no-repeat left top;
}
.bnr_category:nth-child(2){
	background:url(../img/category/cate2.gif) no-repeat left top;
}
.bnr_category:nth-child(3){
	background:url(../img/category/cate3.gif) no-repeat left top;
}
.bnr_category:nth-child(4){
	background:url(../img/category/cate4.gif) 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%;
	padding:70px 0 1px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e69c6+0,2cc57f+35,f4ac50+70,f18433+100 */
	background: rgb(46,105,198); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(46,105,198,1) 0%, rgba(44,197,127,1) 35%, rgba(244,172,80,1) 70%, rgba(241,132,51,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(46,105,198,1) 0%,rgba(44,197,127,1) 35%,rgba(244,172,80,1) 70%,rgba(241,132,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(46,105,198,1) 0%,rgba(44,197,127,1) 35%,rgba(244,172,80,1) 70%,rgba(241,132,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e69c6', endColorstr='#f18433',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#news_title{
	width:auto;
	position:relative;
	top:0;
	left:50%;
	margin-left:-550px;
	width:1000px;
	height:43px;
	background:url(../img/news.png) no-repeat center top;/*消す時コメントアウト*/
	background-size: 1000px auto;
}
.news_article{
	position:relative;
	display:flex;
	width:1100px;
	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_article a{
	color:#fff;
}
.news_article a:hover{
	color:#262b8d;
}

.page_top{
	position:fixed;
	width: 46px;
    height: 58px;
	right:20px;
	bottom:20px;
	cursor:pointer;
	z-index:1000;
	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;
}

/*---------------------
top-fotter
-----------------------*/
.share{
	padding-top:20px;
	margin:0 auto;
}
#footer_wrap,fotter{
	height:370px!important;
}
fotter{
	height:400px;
}

#wblogo{
	margin-top:40px;
}

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

/*---------------
コミコンバナー・ニュース
---------------*/
/*バナー*/
.bnr_comic{
	width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: 370px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f78429+0,cdce47+51,f113dd+88 */
	background: rgb(247,132,41); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(247,132,41,1) 0%, rgba(205,206,71,1) 51%, rgba(241,19,221,1) 88%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(247,132,41,1) 0%,rgba(205,206,71,1) 51%,rgba(241,19,221,1) 88%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(247,132,41,1) 0%,rgba(205,206,71,1) 51%,rgba(241,19,221,1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f78429', endColorstr='#f113dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*background: #000;*/
    border-radius: 100%;
	cursor: pointer;
	transition: 0.3s;
}
.bnr_comic_inner{
	background: rgba(255,255,255,0.5);
    border-radius: 100%;
    width: 97%;
    height: 97%;
    margin: 0px auto;
}
.bnr_comic_inner span{
	font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.bnr_comic:hover{
	opacity: 0.8;
}
.bnr_comic p{
    position: relative;
    color: #000;
    text-align: center;
    top: 38px;
    margin: 0 auto;
    width: 182px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}
.bnr_comic b{
	font-size: 17px;
    color: #f214dd;
    line-height: 20px;
}
/*記事*/
.comic_news a{
    text-decoration: underline;
}
.comic_news{
	position: absolute;
	width: 100%;
	height: auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f113dd+9,cdce47+51,f78429+100 */
	background: rgb(241,19,221); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(241,19,221,1) 9%, rgba(205,206,71,1) 51%, rgba(247,132,41,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(241,19,221,1) 9%,rgba(205,206,71,1) 51%,rgba(247,132,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(241,19,221,1) 9%,rgba(205,206,71,1) 51%,rgba(247,132,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f113dd', endColorstr='#f78429',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*background: #000;*/
	z-index: 1000;
	display: none;
	padding-bottom: 100px;
}
.comic_news_close{
	position: fixed;
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
}
.comic_news_close:hover{
	animation: hover_anim 800ms infinite linear;
}
.comic_pic{
	width: 100%;
	margin: 0 auto;
}
.comic_title{
	color: #f214dd;
	font-size: 20px;
	text-align: center;
}
.comic_title span{
	display: block;
}
.comic_day{
	margin: 20px 0;
	text-align: center;
}
.txt{
    color: #000;
    font-size: 14px;
    width: 900px;
    margin: 80px auto 0;
    background: rgba(255,255,255,0.6);
    padding: 80px;
    border-radius: 10px;
    box-sizing: border-box;
}

.txt b{
	color: #f214dd;
}

/*トップ動画ストップ処理上書き*/

/*.top_bg,.top_anim{
	opacity: 1;
}*/


