@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;
	}
	
	.t_bred{
		color: #FF0004;
		font-weight: bold;
	}

	/* main container ---------------------------------------------------------------------------------------------------------------- */
	
	.title{
		max-width: 1600px;
		margin: 0 auto;
		text-align: center;
		line-height: 0;
	}
	
	#main_container{
		max-width: 1000px;
		margin: 0 auto;
		background: #fff;
	}
	
	.catch{
		line-height: 0;
	}
	
	.jacket{
		width: 40%;
		margin: 0 auto;
		padding: 5px;
		font-size: 0.8rem;
		line-height: 0.9rem;
		color: #635C59;
		text-align: center;
	}
	
	.ewar{
		border: #A44A4C solid 3px;
		padding: 5px;
		background: #A44A4C;
	}
	
	.ewar_midasi{
		font-size: 18px;
		color:#FFF72F;
		font-weight: bold;
	}
	
	.ewar_text{
		font-size: 12px;
		color: #FFFFFF;
	}
	
	.combo_wrap{
		width: 100%;
		background: #6a664f;
	}
	
	.tan_wrap{
		width: 100%;
		background: #a4a18e;
	}
	.kal_wrap{
		width: 100%;
		background: #9bad8b;
	}
	
	.kalacap{
		width: 98%;
		border-radius: 10px;
		background: #cbe5b4;
		font-size: 0.8rem;
		color: #495042;
		margin: 0 auto 5px;
		padding: 8px 8px 8px 20px;
		border: double 3px #738d5c;
	}
	
	.kaltitle{
		font-size: 1.1rem;
		font-weight: bold;
	}
	
	.cdtitle{
		width: 99%;
		color: #fff;
		text-align: center;
		padding: 10px;
		font-size: 1rem;
		font-weight: bold;
		margin: 0 auto;
		text-shadow: 2px 2px 8px #302e26;
	}
	
	.cdinfo{
		width: 70%;
		margin: 0 auto;
		vertical-align: top;
	}
	.cdinfo_wrap{
		font-size: 0.8rem;
		line-height: 1.1rem;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		color: #391E14;
		margin: 0 auto;
	}
	.cdinfo_left{
		display: inline-block;
		width: 24%;
		padding: 7px 5px;
		background-color:#d1ceba;
		text-align: right;
		border:#fff 1px solid;
	}
	.cdinfo_right{
		display: inline-block;
		width: 74%;
		padding: 7px 5px;
		vertical-align: top;
		background: #fff;
		border:#edebdf 1px solid;
	}
	
	
	.mlist{
		width: 98%;
		padding: 10px 0;
		font-size: 2rem;
		text-align: center;
		color: #fff;
		background: #410506;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin-top: 5px;
	}
	
	.mlist_l{
		width: 98%;
		padding: 10px;
		font-size: 1rem;
		background: #D1C2C2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.mlist_li{
		list-style: none;
		font-size: 0.8rem;
		text-indent: -1rem;
		margin-left: 1rem;
	}
	.mlist_lib{
		list-style: none;
		font-weight: bold;
	}
	
	.gs_tok_war{
		font-size: 0.8rem;
		line-height: 1rem;
		padding: 0 5px;
	}
	
	.kline{
		width: 100%;
		line-height: 0;
		margin: 0 auto;
		text-align: center;
	}
	
	.prof{
		width: 100%;
		margin: 0 auto;
		font-size: 0.8rem;
		line-height: 1.1rem;
		justify-content: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		color: #391E14;
	}
	.prof_img{
		width: 30%;
		padding: 5px;
	}
	.prof_txt{
		width: 70%;
		font-size: 0.8rem;
		padding: 5px;
	}
	.prof_name{
		font-size: 1.5rem;
		color: #5b3d27;
	}
	
	.buybtn{
		text-align: center;
		font-size: 1rem;
		color: #C02427;
	}
	
	.ban{
		marigin:0 auto;
		text-align: center;
	}
	
	.banz{
		margin-bottom: -50px;
	}
	
	.profban{
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	
	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	
	.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 */