@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: 310px;
	}
	
	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 ---------------------------------------------------------------------------------------------------------------- */
	.catch{
		font-size: 4vw;
		font-weight: bold;
		padding:20px 5px;
		text-align: center;
		color: #fff;
		background:#E23D3D;
	}
	.catch_text{
		font-size: 3vw;
		padding:10px;
	}
	.kansya{
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	.kansya .kansya_btn{
		position: absolute;
		width: 50%;
		top:80%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.catchnews{
		font-size: 3.3vw;
		color: #FFED00;
		font-weight: bold;
	}
	.catch a:link, .catch a:visited, .catch a:hover, .catch a:active{
		color: #FFED00;
	}
	#movie{
		position: relative;
		width: 100%;
		padding-top: 75%;
		margin: 0 auto;
		text-align: center;
	}
	#movie iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sbox640{
		background: #F0C0F1;
	}
	.img{
		background: #fff;
		line-height: 0;
	}
	.spec{
		font-size: 3vw;
		padding:10px;
	}
	.price{
		width: 100%;
		text-align: center;
	}
	.price img{
		width: 50%;
	}
	.ban{
		text-align: center;
		width: 100%;
		margin: 0 auto;
		font-size: 5vw;
		font-weight: bold;
		color: #E23D3D;
		padding-top:10px;
	}

	.tracklist{
		width: 100%;
		text-align: center;
	}
	.track_ul1{
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.track_ul1 .top{
		border-top: 1px dotted #673233;
	}
	.track_ul1 li{
		height: 3.8em;
		padding: 3px 3px 0 1em;
		font-size: 3vw;
		list-style-type: decimal-leading-zero;
		list-style-position: inside;
		border-left: 1px dotted #673233;
		border-right: 1px dotted #673233;
		border-bottom: 1px dotted #673233;
		line-height: 1.1em;
		list-style: none;
	}
	.track_ul1 li .li_small{
		font-size: 2.5vw;
	}
	.goodsline{
		width: 99%;
		color: #fff;
		background: #E23D3D;
		text-align: center;
		padding: 5px;
		font-size: 3vw;
		font-weight: bold;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
		box-shadow: 0 0 0 4px #ff0030, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
		margin: 0 auto;
	}
	.goodsban{
		width: 100%;
		text-align: center;
		font-size: 12px;
		color: #4B1B1C;
	}

	.goods_single{
		display: inline-block;
		width: 50%;
		border: 3px double #742324;
		text-align: center;
		margin: 0 auto;
		vertical-align: top;
	}
	.goods_img{
		padding-top:10px;
	}
	.goods_img img{
		width: 80%;
	}
	.goods_title{
		height: 3.8em;
		vertical-align: middle;
		font-size: 3vw;
		font-weight: bold;
		line-height: 1.2em;
		padding: 2px 5px;
	}
	.goods_price{
		font-size: 2.5vw;
		padding: 5px;
		background: #F3E0E1;
	}
	.goods_price img{
		width: 60%;
	}

	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	.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 */