@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: #000;
		min-width: 320px;
	}
	
	html{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	/*------------ 文字装飾 ----------------*/

.tred{
	color:#F00;
}

.tbold{
	font-weight:bold;
}

		/*------------ 文字装飾 owari----------------*/
	
	#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;
	}
	/*------------ スライダー ----------------*/
	#titleslider{
		width:100%;
		height:100%;
		margin:0 auto;
	}

	#titleslider .slider_container{
		width:100%;
		height:100%;
		margin:0 auto;
		text-align:center;
		position:relative;
		z-index:9;
	}
	#titleslider .slider_container ul{
		list-style:none;
	}

	.toptitle{
		top:0;
		left:0;
		z-index:8;
		margin:10px;
	}
	
	/* スイッチ */
	.pc {
		display: none;
	}
	#tag{
		display: none;
	}
	


/* main container ---------------------------------------------------------------------------------------------------------------- */
	
	.kansya{
		position: relative;
		margin: 0 auto;
		width: 100%;
		font-size: 0;
	}
	.kansya .kansya_btn{
		position: absolute;
		width: 50%;
		top:80%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}	

	.main_container{
		width:100%;
		margin:0 auto;
		background-color: #FFFFFF;
	}
	.catch{
		font-size: 4.5vw;
		font-weight: bold;
		padding:20px 5px;
		text-align: center;
		color: #000;
		background:#fff;
	}
	.catch2{
		width: 100%;
		font-size: 3vw;
		margin: 0 auto;
		background: #F7D5D6;
		padding: 10px;
		border-top:solid 2px #FF0004;
		border-bottom:solid 2px #FF0004;
	}
	.catchtext{
		font-size: 3vw;
		padding:10px;
		background-color: #ffe1e1;
		margin-top: 5vw;
	}
	.catchtext span{
		width: 100%;
		border-bottom: 1px dotted #000000;
		vertical-align: -webkit-baseline-middle;
	}
	.war{
		font-size:2.5vw;
		line-height: 3.5vw;
		padding-top: 4vw;
	}
	
	
/* -------------------カレンダー------------------------ */

	.wbox{
		width: 100%;
		text-align: center;
		/*border:3px double #CFA700;*/
	}
	.wbox .wbox_img{
		width: 100%;
	}
	.wbox_small{
		width: 100%;
		font-size: 13px;
		line-height: 1.3em;
		text-align: left;
		padding: 2vw 2vw;
		color: #313131;
	}
	
	.img_all{
		background: url("img/wbox_all.jpg") 0 0 no-repeat;
		padding-bottom: calc(100%*521/1000);
		background-size: 100% auto;
	}
	.autumn_img_all{
		background: url("img/autumn_set.jpg") 0 0 no-repeat;
		padding-bottom: calc(100%*521/1000);
		background-size: 100% auto;
	}
	
	.sbox{
		display: inline-block;
		width: 100%;
		text-align: center;
		/*border:3px double #CFA700;*/
		border-right: 1px solid #2e2e2e;
		border-left: 1px solid #2e2e2e;
		vertical-align: top;
	}
	.sbox_img{
		border-top: 1px solid #2e2e2e;
		border-bottom: 1px solid #2e2e2e;
		font-size: 0;
		position: relative;
	}
	.zoombtn{
		width: 40px;
		height: 35px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		font-size: 0;
	}
	.wbox_title{
		text-align: center;
		font-size: 4vw;
		font-weight: bold;
		padding: 10px 0;
		background-color: #C90205;
		color: #FFFFFF;
	}
	.wbox_price{
		padding: 10px 0px;
		font-size: 3.5vw;
		background:#2E2E2E;
		border:3px double #CFA700;
		color: #FFFFFF;
	}
	.sbox_title{
		font-size: 4vw;
		font-weight: bold;
		padding: 10px 0;
		color: #262626;
	}
	.sbox_title_short{
		font-size: 4vw;
		font-weight: bold;
		padding: 10px 0;
		color: #262626;
	}
	.sbox_title_addtext{
		text-align: center;
		font-size: 3vw;
		line-height: 4vw;
		color: #434343;
	}
	.price{
		padding: 10px 0px;
		font-size: 3.5vw;
		color: #FFFFFF;
		background:#2E2E2E;
		border-top:3px double #CFA700;
		border-bottom:3px double #CFA700;
		text-indent: 3vw;
	}
	.wbox_price img, .price img{
		width: 60%;
	}
	.price_small{
		font-size:2.5vw;
	}
	div.sbox.spyou, div.price.nouse{
		border: 0px none;
	}

	.ban{
		text-align: center;
		width: 100%;
		margin: 0 auto;
		font-size: 5vw;
		font-weight: bold;
		color: #E23D3D;
		padding-top:10px;
	}
	.goodsline{
		width: 100%;
		color: #fff;
		background: #E23D3D;
		text-align: center;
		padding: 5px;
		font-size: 3vw;
		font-weight: bold;
		margin: 0 auto;
	}

	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	.footwrap{
		width: 100%;
		background-color: #fff;
	}
	.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;
	}
	
	.fallwinter_banner{
		width: 100%;
		margin: 0 auto;
		margin-top: 5vw;
		padding-bottom: 3vw;
	}
	
	
	
	.tab {
	}
	.tab li {
		width: 50%;
		float: left;
		cursor: pointer;
		list-style: none;
		font-size: 0;
		border: 0;
	}

	.area ul {
		display: none;
	}
	.area ul.show {
		display: block;
	}
	
	.category_title{
		width: 100%;
		font-size: 0;
	}
	.category_title_sp{
		
	}
	.category_title_sp img{
		width: 100%;
	}


	/*-------- 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: 90px;
		background-color:#fff;
		font-size:10px;
		color:#000;
		text-align:center;
		line-height:14px;
		border-top:1px #e6e4e4 solid;
	}

}/* @media */