@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

@media screen and (max-width:640px){

	img{
		max-width: 100%;
		width: auto;
		height: auto;
	}

	a img{
		border-style: none;
	}
	
	body{
		background: #fff;
		min-width: 320px;
	}
	
	html{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#pagetop{
		width:80px;
		height:50px;
		position: fixed;
		bottom: 10px;
		right: 20px;
		display: block;
		border-radius: 5px;
		z-index:10;
		cursor:pointer;
	}
	#pagetop .arrow{
		width:90px;
		height:50px;
	}

	#header{
		display:none;
	}

	#menu_s{
		width:230px;
		margin:0 auto;
	}
	#menu_s .menu_s_cts{
		width:260px;
		height:50px;
		padding:8px 0 0 0;
		cursor:pointer;
	  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	#menu_s .menu_s_cts:hover{
		background-color:#069;
		cursor:pointer;
	}
	#menu_s postage{
		width:270px;
		height:50px;
		padding:8px 0 0 0;
	}
	#menu_s .line{
		width:270px;
		height:1px;
		background-color:#fff;
		margin-bottom:1px;
	}
	#menu_s .menuicon{
		width:40px;
		height:40px;
		float:left;
	}
	#menu_s .menuicon img{
		width:40px;
	}
	#menu_s .menutext{
		width:200px;
		float:left;
		margin:2px 0 0 5px;
		font-weight:bold;
		color:#fff;
		line-height:18px;
	}
	
	/* スイッチ */
	.pc{
		display: none;
	}
	#tag{
		display: none;
	}
	
	/* main container ---------------------------------------------------------------------------------------------------------------- */
	.space{
		width: 100%;
		height: 70px;
		background-color:#AEDFFF;
	}
	.space img{
		margin-top:15px;
	}

	.topimg{
		line-height: 0;
		margin: 0 auto;
	}
	
	.catch{
		font-size: 3.3vw;
		text-align: center;
		color:#520C02;
		background:#F5A658;
		padding: 5px;
		margin: 0 auto;
	}
	.catch_big{
		font-size: 4.5vw;
		font-weight: bold;
		line-height: 5.5vw;
	}
	.topic{
		max-width: 1920px;
		font-size: 4.2vw;
		text-align: center;
		color:#FFFFFF;
		background:#520C02;
		padding: 5px;
		margin: 20px auto;		
	}
	.topic_red{
		color: #FF0004;
		font-weight: bold;
	}
.topic a:link { color: #fff; }
.topic a:visited { color: #fff; }
.topic a:hover { color: #ff0000; }
.topic a:active { color: #fff; }
	

	.renban{
		position: relative;
		display: inline-block;
		width: 50%;
		background-color:#FF8C1C; 
		line-height: 0;
	}
	.now img{
		opacity: 0.6;
		border-top: #2E0607 3px solid;
		border-bottom: #FFFD26 3px solid;
		border-left: #2E0607 3px solid;
		border-right: #FFFD26 3px solid;
	}
	.oth img{
		border-top: #fff 3px solid;
		border-bottom: #2E0607 3px solid;
		border-left: #fff 3px solid;
		border-right: #2E0607 3px solid;
	}
	.banover{
		width: 100%;
		height: 100%;
		position: absolute;
	}
	
	#main_container{
		max-width: 100%;
		margin: 0 auto;
		background: #fff;
	}
	.int_ban{
		width: 100%;
		line-height: 0;
		margin: 20px 0;
	}
	.int_ban_nai{
		width: 50%;
		display: inline-block;
	}
	
	
	.en_title{
		width: 100%;
		padding: 10px 5px 0px 5px;
		background: #BD1D20;
		color: #FFF;
		font-size: 4.3vw;
		line-height: 5.5vw;
		font-weight: bold;
		text-align: center;
	}
	.en_text{
		width: 100%;
		padding: 5px;
		background: #F4E3E3;
		font-size: 3vw;
		line-height: 4.2vw;
		border: 5px solid #BD1D20;
	}
	.en_day{
		width: 100%;
		padding: 7px 5px 0px 5px;
		font-size: 5vw;
		font-weight: bold;
		color: #900E10;
		text-align: center;
	}
	
	
	
	
	
	
	
	
	
	.info_wrap{
		width: 100%;
	}
	.jacket{
		width: 90%;
		margin: 0 auto;
	}
	.s_wrap{
		width: 100%;
		padding: 3px;
		vertical-align: top;
		margin: 0 auto;
	}
	.s_title{
		font-size: 4vw;
		line-height: 5vw;
		font-weight: bold;
		background:#FF8C1C;
		padding: 5px;
	}
	.s_title_s{
		font-size: 2.5vw;
		line-height: 3.5vw;
	}
	.s_text{
		font-size: 2.5vw;
		line-height: 3.5vw;
		color:#2A0001;
		padding: 5px;
	}
	.s_spec{
		display: inline-block;
		width: 50%;
		font-size: 2.2vw;
		padding: 5px;
	}
	.s_spec_l{
		float: left;
		width: 100%;
	}
	.s_spec_r{
		float: left;
		width: 100%;
	}
	.s_btn{
		display: inline-block;
		width: 50%;
		font-size: 2.5vw;
		line-height: 3.5vw;
		color: #840608;
		text-align: center;
	}
	.clearfix:after {
	  clear: both;
	  content: '';
	  display: block;
	}
	
	.movie_title{
		font-size: 5vw;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		color:#2A0001;
		background: #FF8C1C;
		font-weight: bold;
		padding: 15px 5px;
	}
	.movie{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.sityoumovie{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 75%;
		margin: 0 auto;
		text-align: center;
	}
	.sityoumovie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sline{
		border-bottom: #FF8C1C 5px dotted;
		padding: 10px 0;
	}
	.tracklist{
		width: 100%;
		padding: 5px;
		font-size: 5vw;
		line-height: 6vw;
		text-align: center;
		color:#2A0001;
	}
	
	.ban{
		margin: 0 auto;
		text-align: center;
		font-size: 3vw;
		line-height: 4vw;
		font-weight: bold;
		color: #840608;
		text-align: center;
	}
	
	h2.ostlist{
		background:#ff7f62;
		color: #2c100a;
		font-size: 4vw;
		padding: 10px;
		text-align: center;
	}
	
	.haisin{
		width: 100%;
		text-align: center;
	}
	.haisin_catch{
		padding: 10px;
		font-weight: bold;
		color: #D94300;
		font-size: 3vw;
	}
	.haisin_single{
		display: inline-block;
		width: 100%;
		border: 5px solid #FF5F00;
		padding: 10px;
	}
	.haisin_single_2{
		text-align: center;
		font-weight: bold;
		color: #1A0909;
	}
	.appletext{
		font-size: 2.8vw;
		margin-left: 1em;
	}
	
	
/* トラックリスト ------------------------------------------------------------------------------------------------------------------------- */
.tracklist{
	display:none;
}
.tracklist_sp{
	width:100%;
	text-align:center;
}


.track{
	width:100%;
	margin-top:3px;
	margin-bottom:10px;
	background-color:#ffb9a9;
	display:table;
}

.disc1, .disc2, .disc3, .disc4{
	display:none;
}

.sp_parent_table{
	width:100%;
	margin:0 auto;
	display:table;
	margin-bottom:-10px;
}

.disc1_sp{
	width:25%;
	cursor:pointer;
	display:table-cell;
}

.disc2_sp{
	width:25%;
	cursor:pointer;
	display:table-cell;
}

.disc3_sp{
	width:25%;
	height:30px;
	cursor:pointer;
	display:table-cell;
}

.disc4_sp{
	width:25%;
	cursor:pointer;
	display:table-cell;
}
	.track li{
		margin-left: 1em;
		text-indent: -1em;
		list-style: none;
	}
	.track_vcd li{
		margin-left: 1em;
		text-indent: -1em;
		list-style: none;
	}

.disc_datail{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:20px;
	padding:3px 3px 0 10px;
	color:#351B1C;
	display:inline-block;
}
.disc_datail2{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:20px;
	padding:3px 3px 0 10px;
	color:#351B1C;
	display:inline-block;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.disc_datail3{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:20px;
	padding:3px 3px 0 10px;
	color:#351B1C;
	display:inline-block;
}
	
	
	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	.postage_sp{
		width: 100%;
	}

	.link_container_area{
		width:auto;
		margin:0 auto;
		text-align:center;
		margin-top:40px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:16px;
		color:#000;
	}
	.link_container_area ul{
		list-style-type:none;
	}
	.link_container_area li{
		padding:0 5px;
		/*display:inline-block;*/
		font-size:14px;
	}
	.link_container_area li a:link{
		color:#000;
		text-decoration:none;
		padding:3px 10px;
	}
	.link_container_area li a:visited{
		color:#000;
		text-decoration:none;
	}
	.link_container_area li a:hover{
		color:#000;
		text-decoration:none;
		transition:background-color 0.5s;
		transition-timing-function:ease-in-out;
		background-color:rgba(0,0,0,0.2);
	}

	.snslogo_area{
		width:220px;
		height:80px;
		margin:0 auto;
		margin-top:30px;
		text-align:center;
	}

	.snslogo_area ul{
		width:auto;
		height:54px;
		float:left;
		list-style-type:none;
	}

	.snslogo_area li{
		width:50px;
		float:left;
		margin-left:5px;
		display:inline-block;
	}
	.snslogo_area li img{
		width:50px;
	}


	/*-------- footer ---------------*/

	.official_ban{
		width:100%;
		margin:0 auto;
	}
	#rights{
		max-width:320px;
		margin:0 auto;
		text-align: center;
	}

	#social_footer{
		display:none;
	}

	#footer{
		width:100%;
		height:35px;
		padding-top:10px;
		padding-bottom: 80px;
		background-color:#fff;
		font-size:10px;
		color:#000;
		text-align:center;
		line-height:14px;
		border-top:1px #e6e4e4 solid;
	}

}/* @media */