@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

@media screen and (min-width:641px){

	img{
		max-width: 100%;
		width: auto;
		height: auto;
	}

	a img{
		border-style: none;
	}
	
	a img:hover{
		opacity: 0.8;
	}

	body{
		background: #fff;/**/
		background-image:url(img/bg.jpg);
		background-position:center top;
		background-attachment:fixed;
		background-repeat:no-repeat;
	}

	html{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#pagetop{
		width: 118px;
		height: 68px;
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: block;
		z-index: 100;
		cursor: pointer;
	}
	
	#pagetop .arrow{
		widows: 118px;
		height: 68px;
	}

	#menu_button{
		display: none;
	}
	#header{
		position:relative;
		width:100%;
		min-width:640px;
		height:55px;
		z-index:100;
		background-color:rgba(0,0,0,0.5);
		/*background-color:#fff;*/
	}

	#header .cts_area{
		max-width:1000px;
		min-width:640px;
		height:40px;
		margin:0 auto;
	}

	#header .cts_area .gslogo{
		width: 195px;
		height: 40px;
		float: left;
		margin:7px 0 0 0;
	}
	#header .cts_area .officiallogo{
		width:130px;
		height:28px;
		float:right;
		margin:14px 0 0 0;
	}
	#header .cts_area .officiallogo img{
		width:130px;
		height:28px;
		float:right;
	}
	#header .cts_area .postlogo{
		width: 165px;
		height: 50px;
		float: left;
		margin: 1px 0 0 0;
	}
	#header .cts_area .postlogo img{
		width: 165px;
		height: 50px;
		float: left;
	}

	#header .cts_area #title #titleicon{
		width:140px;
		height:45px;
		float:right;
	}
	#header .cts_area #title .titleiconimg{
		width:25px;
		height:25px;
		margin:16px 5px 0 ;
		float:left;
	}
	/* スイッチ */
	.sp{
		display: none;
	}
	#tag{
		display: none;
	}

	/* main container ---------------------------------------------------------------------------------------------------------------- */

	.topimg{
		position: relative;
		max-width: 1920px;
		line-height: 0;
		margin: 0 auto;
	}
	
	.catch{
		max-width: 1920px;
		font-size: 16px;
		text-align: center;
		color:#520C02;
		background:#F5A658;
		padding: 20px;
		margin: 0 auto;
	}
	.catch_big{
		font-size: 26px;
		font-weight: bold;
	}
	.topic{
		max-width: 1920px;
		font-size: 24px;
		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;
	}
	
/* ---------------------------------------------------------------------*/	
	
	#main_container{
		max-width: 1000px;
		margin: 0 auto;
		background: #fff;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	}
	
	.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: 1.3rem;
		font-weight: bold;
		text-align: center;
	}
	.en_text{
		width: 100%;
		padding: 5px;
		background: #F4E3E3;
		color: #0B0101;
		font-size: 0.9rem;
		border: 5px solid #BD1D20;
	}
	.en_day{
		width: 100%;
		padding: 5px;
		font-size: 1.5rem;
		font-weight: bold;
		color: #900E10;
		text-align: center;
	}

	
	
	
	
	
	
	
	
	
	
	
	.info_wrap{
		width: 100%;
	}
	.jacket{
		display: inline-block;
		width: 40%;
	}
	.s_wrap{
		display: inline-block;
		width: 60%;
		padding: 3px;
		vertical-align: top;
	}
	.s_title{
		font-size: 1.2rem;
		line-height: 1.5rem;
		font-weight: bold;
		background:#FF8C1C;
		padding: 5px;
	}
	.s_title_s{
		font-size: 0.9rem;
	}
	.s_text{
		font-size: 0.9rem;
		color:#2A0001;
		padding: 5px;
	}
	.s_spec{
		display: inline-block;
		width: 50%;
		font-size: 11px;
		padding: 5px;
	}
	.s_spec_l{
		float: left;
		width: 3rem;
	}
	.s_spec_r{
		float: left;
		width: 70%;
	}
	.s_btn{
		display: inline-block;
		width: 50%;
		font-size: 0.9rem;
		color: #840608;
		text-align: center;
	}
	.clearfix:after {
	  clear: both;
	  content: '';
	  display: block;
	}
	
	.movie_title{
		font-size: 2rem;
		width: 640px;
		margin: 0 auto;
		text-align: center;
		color:#2A0001;
		background: #FF8C1C;
		font-weight: bold;
		padding: 15px 5px;
	}
	.movie{
		width: 640px;
		height: 350px;
		margin: 0 auto;
		text-align: center;
	}
	.sityoumovie{
		position: relative;
		width: 640px;
		margin: 0 auto;
		text-align: center;
	}
	.sityoumovie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 640px;
		height: 350px;
	}
	.sline{
		border-bottom: #FF8C1C 5px dotted;
	}
	.tracklist{
		width: 100%;
		padding: 5px;
		font-size: 2rem;
		text-align: center;
		color:#2A0001;
	}
	
	.ban{
		margin: 0 auto;
		text-align: center;
		font-size: 1rem;
		font-weight: bold;
		color: #840608;
	}
	

	
	h2.ostlist{
		background:#ff7f62;
		color: #2c100a;
		text-align: center;
		font-size: 2rem;
		padding: 10px 30px;
	}
	
	
	.haisin{
		width: 100%;
	}
	.haisin_catch{
		padding: 10px;
		font-weight: bold;
		color: #D94300;
	}
	.haisin_single{
		display: inline-block;
		width: 33%;
		border: 5px solid #FF5F00;
		padding: 10px;
		vertical-align:middle;
	}
	.haisin_single_2{
		display: inline-block;
		width: 33%;
		padding: 10px;
		vertical-align:middle;
		text-align: center;
		font-weight: bold;
		color: #1A0909;
	}
	.appletext{
		font-size: 12px;
		margin-left: 1em;
	}
	

/* トラックリスト ------------------------------------------------------------------------------------------------------------------------- */
.tracklist{
	width:100%;
	text-align:center;
}
.tracklist_sp{
	display:none;
}

.track{
	width:100%;
	margin-top:3px;
	margin-bottom:10px;
	background-color:#ffb9a9;
	display:table;
}

.disc1{
	width:33.3%;
	cursor:pointer;
	float:left;
	line-height: 0;
}

.disc2{
	width:33.3%;
	cursor:pointer;
	float:left;
	line-height: 0;
}

.disc3{
	width:33.4%;
	cursor:pointer;
	float:left;
	line-height: 0;
}

.disc1_sp, .disc2_sp, .disc3_sp, .disc4_sp{
	display:none;
}

.disc_datail{
	width:33.3%;
	height:auto;
	font-size:15px;
	line-height:24px;
	padding:3px 0 0 15px;
	color:#351B1C;
	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_datail2{
	width:33.3%;
	height:auto;
	font-size:15px;
	line-height:24px;
	padding:3px 0 0 5px;
	color:#351B1C;
	display:table-cell;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.disc_datail3{
	width:33.3%;
	height:auto;
	font-size:15px;
	line-height:24px;
	padding:3px 0 0 5px;
	color:#351B1C;
	display:table-cell;
}

	
	
	
	
	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	
	.footwrap{
		width: 100%;
		background-color: #fff;
	}
	.postage_sp{
		display: none;
	}	
	
	.link_container_area{
		max-width:1000px;
		min-width: 640px;
		margin:0 auto;
		text-align:center;
		padding-top:40px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:16px;
		color:#000;
		background: #fff;
	}
	.link_container_area ul{
		list-style-type:none;
	}
	.link_container_area li{
		border-right:1px solid rgba(0,0,0,0.5);
		padding:0 3px;
		display:inline-block;
		font-size:14px;
	}
	.link_container_area li:last-child{
		border-right:1px solid rgba(0,0,0,0);
		padding:0 5px;
		display:inline-block;
	}
	.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{
		max-width:1000px;
		min-width: 640px;
		height:80px;
		margin:0 auto;
		padding-top:10px;
		text-align:center;
		background-color: #fff;
	}

	.snslogo_area ul{
		width:auto;
		height:54px;
		list-style-type:none;
		text-align: center;
	}

	.snslogo_area li{
		width:50px;
		margin-left:5px;
		display:inline-block;
	}
	.snslogo_area li img{
		width:50px;
	}



	/* footer */

	.official_ban{
		width:640px;
		margin:0 auto;
	}

	#rights{
		max-width: 1000px;
		min-width:640px;
		margin:0 auto;
		text-align: center;
		background: #fff;
	}

	#footer{
		max-width:1000px;
		min-width: 640px;
		height:35px;
		padding-top:10px;
		background-color:#fff;
		font-size:10px;
		color:#000;
		text-align:center;
		line-height:14px;
		margin:0 auto;
		border-top:1px #e6e4e4 solid;
	}

}/* @media */