@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;
	}
	.t_bred{
		color: #FF0004;
		font-weight: bold;
	}
	
	/* main container ---------------------------------------------------------------------------------------------------------------- */
	.space{
		width: 100%;
		height: 70px;
		background-color:#6a664f;
	}
	.space img{
		margin-top:15px;
	}

	.title{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		line-height: 0;
	}

	
	#main_container{
		max-width: 100%;
		margin: 0 auto;
		background: #fff;
	}
	
	.catch{
		line-height: 0;
	}
	
	.jacket{
		width: 80%;
		margin: 0 auto;
		padding: 5px;
		font-size: 2.7vw;
		line-height: 3.7vw;
		color: #635C59;
		text-align: center;
	}
	
	.ewar{
		border: #A44A4C solid 3px;
		padding: 5px;
		background: #fff;
	}
	
	.ewar_midasi{
		font-size: 4vw;
		color: #B02528;
		font-weight: bold;
	}
	
	.ewar_text{
		font-size: 2.6vw;
		color: #646464;
	}
	
	
	.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: 2.7vw;
		color: #495042;
		margin: 0 auto 5px;
		padding: 8px 8px 8px 20px;
		border: double 3px #738d5c;
	}
	
	.kaltitle{
		font-size: 3.5vw;
		font-weight: bold;
	}
	
	.cdtitle{
		width: 99%;
		color: #fff;
		text-align: center;
		padding: 10px;
		font-size: 3vw;
		font-weight: bold;
		margin: 0 auto;
		text-shadow: 2px 2px 8px #302e26;
	}
	
	.cdtitle a img{
		width: 60%;
	}
	
	.cdinfo{
		width: 70%;
		margin: 0 auto;
		vertical-align: top;
	}
	.cdinfo_wrap{
		font-size: 2.7vw;
		line-height: 3.7vw;
		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: left;
		border:#fff 1px solid;
		font-size: 2.7vw;
	}
	.cdinfo_right{
		display: inline-block;
		width: 74%;
		padding: 7px 5px;
		vertical-align: top;
		background: #fff;
		border:#edebdf 1px solid;
		font-size: 2.7vw;
	}

	
	
	.mlist{
		width: 98%;
		padding: 10px 0;
		font-size: 5vw;
		text-align: center;
		color: #fff;
		background: #410506;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		margin: 0 auto;
	}
	
	.mlist_l{
		width: 98%;
		padding: 10px;
		font-size: 3vw;
		line-height: 4vw;
		background: #D1C2C2;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		margin: 0 auto;
	}
	.mlist_li{
		list-style: none;
		font-size: 2.5vw;
		line-height: 3.5vw;
		text-indent: -1rem;
		margin-left: 1rem;
	}
	.mlist_lib{
		list-style: none;
		font-weight: bold;
	}
	
	.gs_tok_war{
		font-size: 2.5vw;
		line-height: 3.5vw;
		padding: 0 5px;
	}
	
	.kline{
		width: 100%;
		line-height: 0;
		margin: 0 auto;
		text-align: center;
	}
	
	.prof{
		width: 100%;
		margin: 0 auto;
		font-size: 2.7vw;
		line-height: 3.7vw;
		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: 100%;
		padding: 5px;
		text-align: center;
	}
	.prof_txt{
		width: 100%;
		font-size: 2.7vw;
		padding: 5px;
	}
	.prof_name{
		font-size: 5vw;
		color: #5b3d27;
	}
	
	.buybtn{
		text-align: center;
		font-size: 3vw;
		color: #C02427;
	}
	
	.ban{
		marigin:0 auto;
		text-align: center;
	}
	
	.banz{
		margin-bottom: -40px;
	}
	
	.profban{
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	.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 */
.cdinfo_wrap {
	
}
