@charset "utf-8";
@media screen and (min-width: 0px) and (max-width: 800px) {
	


/*--------------------------------------*/	
	
	
	html{
		background:url("../img/sp/bg_re.jpg")repeat-y top center;
		background-size: 100% auto;
	}
	#container{
		background: url("../img/sp/about_bg.jpg") repeat-y center top;
		background-size: 100% auto;
	}
	#container,#move_area{
		min-width:0;
	}
	#wrap{
		position:relative;
		z-index:9;
		margin-top:0;
		background: none;
	}
	#wrapinner{
		background: url(../img/sp/bg2.jpg) repeat-y center top;
		background-size: 100% auto;
		padding: 3% 0;
	}
	#works_top{
		background: #d91c0e;
	}
	/*---------------
	DVDバナー
	-----------------*/
	.dvd_bt_sp{
		border-bottom: solid 2px #d91c0e;
		padding-bottom: 4%;
		margin-top: -6%;
	}
	
	
	/*---------------
	コメントウィジェット
	-----------------*/
	#widget_area{
		background:none;	
	}
	#widget_wrap{
		position: relative;
		width: 100%;
		margin: inherit;
	}
	/*---------------------
	main img
	-----------------------*/
	#main{
		position: relative;
		width: 100%;
		max-width: 100%;
		height: inherit;
		background: url(../img/sp/bg.jpg) no-repeat center top;
		background-size: 100% auto;
		padding-top: 0;
		margin: 0;
	}	
	.sp_visual{
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		transform: translateX(0)!important;
		background: url(../img/sp/bg.jpg) no-repeat;
		background-size: 100% auto;
		background-position: top 60px center;
		padding-bottom: 210%;	
	}

	.sp_note{
		position: absolute;
	}
	
	.tickets_bt_sp{
		margin-bottom: 4.68%;
	}
	
	/*---------------
	DC_SNS
	-----------------*/
	#wrapinner{
		background: #000;
		background: url("../img/sp/sns_bg.jpg?v3") repeat-y top center;
		background-size: 100% auto;
	}
	.top_ticket_adjust{
		 padding-top: 1%;
	}
	.sp_dc_sns{
		position: relative;
		margin-top: 0;
		padding-bottom: 3%;
	}
	.sp_dc_sns:after{
		content: "";
		display: block;
		clear: both;
	}
	.dcico_wrap{
		width: 29%;
		margin: 0 auto;
	}
	.sp_dc_ig{
		float: right;
		width: 50%;
	}
	.sp_dc_tw{
		float: left;
		width: 50%;
	}

	.top_sns_adjust{
		margin-top: 8%;
	}
	
	
	/*---------------------
	page_top
	-----------------------*/
	.page_top{
		position: fixed;
		width: 12%;
		height: 0px;
		right: 15px;
		bottom: 15px;
		cursor: pointer;
		z-index: 99;
		/*transition: 0.3s ease-in-out;*/
		padding-bottom: 12%;
	
	}
	.page_top:hover{
		opacity:0.8;
	}


	/*---------------
	trailer
	-----------------*/
	#closeBtn {
		right: 0px;
		top: -40px;
	}
	#closeBtn img{
		width: 30px;
	}
	
	#youtube_wrap{
		border:none;
		margin-top:0%;
		padding-top: 12%;
		background: #d91c0e;
	}
	#youtube_area{
		position:relative;
		width:100%;
		height:auto;
		/*padding-top: 30px;*/
		overflow:auto;
		-webkit-overflow-scrolling: touch;
	}
	#yt_load_area{
		position:relative;
		top:0;
		left:0;
		transform:translateX(0);
		width:auto;
		overflow:inherit;
		display:block;
		height:auto;
	}

	#yt_load {
		position: relative;
		width: 800px;
		left:0;
		top: 0;
		transform:translateX(0px);
		margin: 0 auto;
		display: inline-table;
	}
	.yt_list{
		position:relative;
		width:240px;/*動画1つ以上*/
		/*width: 80%;*//*動画1つ*/
		float:left;
		cursor:pointer;
		transform: translateX(0)!important;
		margin: 0px 10px 10px;
		margin: 0px 0px 10px 20px;
	}
	.yt_list_img {
		/*border: solid 1px #2e7450;
		box-sizing: border-box;*/
		width: 98.8%;
	}
	.yt_title {
		position: relative;
		width: 240px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 26px;
		margin: 1% auto 0;
	}

	#yt_more{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 100%;
		margin-bottom: 8%;
		padding-top: 4%;
		height: inherit;
	}
	
	.yt_fade{
		background:rgba(0,0,0,0.5) url(../img/yt_play0.png) no-repeat center center,url(../img/yt_frame.png) no-repeat center;
		background-size: 80px auto ,100% auto;
		margin-top: 0%;
		background-position: center;
		padding-bottom: 56.25%;
		top: 0;
	}
	
	
	.yt_fade:hover{
		background:rgba(0,0,0,0.2) url(../img/yt_play0.png) no-repeat center center,url(../img/yt_frame.png) no-repeat center;
		background-size: 80px auto,100% auto;
		margin-top: 0%;
		background-position: center;
	}
	
	#videoPlayer {
		position: absolute;
		width: 90%!important;
		height: auto!important;
		padding: 0!important;
		padding-top: 0px!important;
		left: 0!important;
		margin-left: 5%!important;
		z-index: 999!important;
	}
	#videoPlayer{
	  position:absolute!important;
	  width: 90%!important;
	  padding-top: 50.6%!important;
	}
	#videoPlayer iframe{
	  position: absolute!important;
	  top: 0!important;
	  right: 0!important;
	  width: 100% !important;
	  height: 100% !important;
	}
	#closeBtn2{
		right: 0!important;
	}
	.yt_list_img {
		width: calc(100% - 0px);
	}
	.bg_border{
		width: 99%;
		transform: translate(10px, 7px);
	}
	
	.bg_border_wrap {
		overflow: hidden;
		height: 165px;
	}
	.bg_border_wrap img{
		transform: translate(0px,0px);
	}
	.yt_fade{
		transform: translate(0px,0px);
	}
	
	.bg_border:before{
		
	}
	.bg_border:after{
		height:  99.9%
	}
	/*---------------
	bnr
	-----------------*/
	#bnr_wrap{
		position:relative;
		width:100%;
		background:url("../img/sp/bnr_bg1.jpg") no-repeat center top,url("../img/sp/bnr_bg2.jpg") no-repeat center bottom,url("../img/sp/bnr_bg_re.jpg") repeat-y center top;
		background-size: 100% auto,100% auto,100% auto;
		/*padding:20px 0;　変更*/
		padding: 0;
		min-height: 0;
	}
	#bnr_wrap a{
		color:#000;
	}
	#bnr_wrap a:hover{
		text-decoration:underline;
	}
	.works_bnr{
		width: 46.6%;
		margin: 10px 10px 0;
	}
	#bnr_load {
		position:relative;
		width:100%;
		padding: 0;
	}
	.bnr_column{
		display: -webkit-flex;
		display: flex;
		width:94%;
		margin:0 auto;
		display:none;
	    justify-content: center;
	    padding-bottom: 2%;
	}
	#bnr_more{
		position: relative;
    width: 100%;
    height: 0;
    padding-top: 3%;
    background: url(../img/sp/sp_news_more.png) no-repeat center top;
    background-size: 100% auto;
    margin-top: 0;
    cursor: pointer;
    left: 0;
    transform: inherit;
	}
	.bnr_text{
		font-size:12px;
		line-height:18px;
		margin: 10px 0;
	}
	#no1_sp{
		margin-bottom:15px;
	}
	#fill{
		position:relative;
		left: 10%;
		top: 0;
		width:80%;
		margin:5% 0;
	}

	#bnr_sort{
		position:relative;
		width:100%;
		display:flex;
		justify-content: center;
		margin-bottom:0;
		padding-bottom: 5%;
	}
	.bnr_category{
		margin:0 4px;
	}
	.bnr_category{
		width:21.85%;
		height:auto;
		cursor:pointer;
	}
	.bnr_category:nth-child(1){
		background:url(../img/category/sp/cate1.png) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category:nth-child(2){
		background:url(../img/category/sp/cate2.png) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category:nth-child(3){
		background:url(../img/category/sp/cate3.png) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category:nth-child(4){
		background:url(../img/category/sp/cate4.png) no-repeat left top;
		background-size:100% auto;
	}
	.bnr_category img{
		opacity:0;
		transition:0s;
		vertical-align:top;
		display:block;
		margin:0;
		padding:0;
	}
	.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%;
		background:url("../img/sp/news_bg_top.jpg"),url("../img/sp/news_bg_foot.jpg");
		background-position: left top,left bottom;
		background-repeat: no-repeat,no-repeat;
		background-size: 100% auto;
		background-color: #fff100;
		padding: 10% 0 7.8%;
	}
	#news_title{
		position: relative;
		left: 50%;
		transform: translateX(-50%) !important;
		margin-left: 0;
		width: 90%;
		height: 0;
		background: url(../img/sp/news.png) no-repeat center top;
		background-size: 100% auto;
		padding-top: 12%;
	}
	.news_article{
		position:relative;
		display:flex;
		width:90%;
		margin:15px auto;
		padding-bottom:15px;
		border-bottom:solid 1px #e83426;/*２記事になったらコメ外す*/
		align-items: center;
	}
	.news_thumb{
		position:relative;
		width:23%;
		height:auto;
		overflow:hidden;
	}
	.news_thumb img{
		position:absolute;
		left:50%;
		transform:translateX(-50%);
		top:0;
	}
	.news_title{
		width:68%;
		margin-left:15px;
		color:#000000;
		font-size:12px;
		line-height:22px;
		font-weight: normal;
		text-align: justify;
		font-weight: bold;
	}
	#credit{
		position:relative;
		left:50%;
		width:842px;
		padding-top:70px;
		transform:translateX(-50%);
	}
	#news_more{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 10%;
		background: url(../img/sp/sp_news_more.png) no-repeat center top;
		background-size: 100% auto;
		margin-top: 20px;
		cursor: pointer;
		left: 0;
		transform: inherit;
	}
	#sp_credit{
		/*
		padding-top:10%;
		padding-top:3%;*/
		background:#000;
		margin-top: -12%;
	}
	
	
	/*-----------------------
	ABOUT
	------------------------*/
	#about_area {
		position: relative;
		background: url("../img/sp/about_bg.jpg") repeat-y center top;
		background-size: 100% auto;
		height: inherit;
		margin: 0 auto;
		width: 100%;
	}	
	#about_wrap {
		position: relative;
		background: none;
		height: inherit;
		width: 100%;
		left: inherit;
		margin-left: inherit;
	}
	#about_bt {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
		background:url("../img/sp/about_bt.png") no-repeat center top;
		background-size: 100% auto;
		height: inherit;
		padding-top: 61.5%;
	}
	#about_bt:hover{
		background:url("../img/sp/about_bt.png") no-repeat center top;
		background-size: 100% auto;
	}
	/*-----------------------
	前作バナー
	------------------------*/
	#bnr_w1_area{
		position: relative;
	}
	.bnr_w1{
		width: 81%;
		background-size: 81% auto;
	}
	.bnr_w1:hover img {
		background-size: 81% auto;
		opacity: 1;
	}	
	/*-----------------------
	ムビチケ　メイジャー
	------------------------*/
	#tickets{
		position:relative;
		width: 300px;/*2枚*/
		/*width:146px;*//*1枚*/
		margin:30px auto 0;
	}
	#ma{
		position:relative;
		width:146px;
		height:auto;
	}
	#mv{
		position:absolute;
		right:0;
		top:0;
		width:146px;
		height:auto;
	}
	#sns_text {
		margin: 20px auto 0px;
	}


/*-------------------------
thesuicidesquad_area
--------------------------*/
#thesuicidesquad_area {
    height: inherit;
    width: 100%;
    overflow: inherit;
    position: relative;
    left: inherit;
    margin-left: inherit;
    padding: 19px 0;
    background: url(../img/sp/thesuicidesquad_bg.jpg) repeat;
     background-position: bottom; 
    background-size: 100% auto;
}
.sp_thesuicidesquad_bg {
    background: url(../img/sp/thesuicidesquad_bg.jpg) repeat;
     background-position: bottom; 
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    top: 0;
}
.sp_thesuicidesquad_txt {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

	
	/*-----------------------
	footer
	------------------------*/
	#footer_wrap {
		height: 290px!important;/*劇場ボタンなし*/
		height:340px!important;/*劇場ボタンあり*/
		position: relative;
		z-index: 50;
	}
	
	footer {
		height: 290px!important;/*劇場ボタンなし*/
		height: 340px!important;/*劇場ボタンあり*/
	}

	.share {
		padding-top: 3%;
		margin: 0 auto;
	}			
	/*映画館に行こう！追加&上書き*/
	.bnr_gotoeigakan{
		width: 140px;
	}
	.bnr_w1{
		padding-top: 32px;	
	}
	
	
	
	#sp_topBtn{
	z-index: 90;
	width: 20%;
	}
	#sp_topBtn img{
		width: 100%;
	}

	.snowfall-flakes{
		display: none;
	}

#particles-js01,#particles-js02,#particles-js03,#particles-js04,#particles-js05,#particles-js06,#particles-js07{ 
	display: none;
}

.img_logo{
   position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    margin-left: 0;
    opacity: 0;
}
.img_copy{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    margin-left: 0;
    transform: translateY(-130%);
}
.page-top.is-animated {
    animation: pyon 0.2s ease-in-out 1 forwards;
}
.page-top {
    position: fixed;
    bottom: -20px;
    left: inherit;
    right: 2%;
    margin-left: 0;
    width: 20%;
}
.page-top img{
	width: 100%;
}
.sp_bottom{
	margin-bottom: 10px;

}
.sp_bnr{
	margin-top: 5%;
}

/*spotify*/

.sp_spotify{
	margin: 5%;
}
.sp_soundtrack{
	width: 100%;
}
.sp_soundtrack img{
	width: 100%;
}
	
}