@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;
	}
	/* sp用のbr */
	.brsp{
		display: none;
	}

	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:195px;
		height:40px;
		float:right;
		margin:14px 0 0 0;
	}
	#header .cts_area .postlogo{
		width: 192px;
		height: 52px;
		float: left;
		margin: 1px 0 0 0;
	}

	#header .cts_area #title #titleicon{
		width:180px;
		height:45px;
		float:right;
	}
	#header .cts_area #title .titleiconimg{
		width:30px;
		height:30px;
		margin:13px 5px 0 ;
		float:left;
	}

	/* スイッチ */
	.sp{
		display: none;
	}
	#tag{
		display: none;
	}

	/* main container ---------------------------------------------------------------------------------------------------------------- */

	.topimg{
		line-height: 0;
		text-align: center;
		margin: 0 auto;
	}
	.catch{
		width: 100%;
		text-align: center;
		font-size: 36px;
		color: #fff;
		background:#1C38A3;
		padding:10px 0;
	}
	.catch_small{
		font-size: 24px;
	}
	#main_container{
		max-width: 1000px;
		margin: 0 auto;
		background: #fff;
	}
	.catch_text{
		font-size: 26px;
		padding:10px;
		line-height: 1.2em;
		text-align: center;
		font-weight: bold;
		color: #411112;
	}
	.catch_text .war{
		font-size:13px;
	}
	.kansya{
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	.kansya .kansya_btn{
		position: absolute;
		width: 28%;
		top:67%;
		right: 0%;
	}
	
	.wbox{
		width: 100%;
		text-align: center;
		border:3px double #6F2526;
	}
	.wbox .img{
		width: 100%;
		background: url("img/wbox_puni.jpg") 0 0 no-repeat;
		padding-bottom: calc(100%*450/1000);
		background-size: 100% auto;
	}
	.title{
		height: 60px;
		font-size: 18px;
		font-weight: bold;
		padding-top:5px;
	}
	.title_text{
		font-size: 15px;
	}
	.spec{
		height: 140px;
		padding: 10px 0px;
		font-size: 20px;
	}
	.spec_small{
		font-size:13px;
	}
	div.spec.use{
		background: #FF9FA0;
		border-top:3px double #6F2526;
		border-bottom:3px double #6F2526;
	}
	div.spec.nospec{
		border:0px;
		background:#fff;
	}
	
	.sbox{
		display: inline-block;
		width: 50%;
		text-align: center;
		border:3px double #6F2526;
		vertical-align: top;
	}
	.sbox .tail{
		background: url("img/sbox_tail.jpg") 0 0 no-repeat;
		padding-bottom: calc(100%*300/500);
		background-size: 100% auto;
	}
	.sbox .yunomi{
		background: url("img/sbox_yunomi.jpg") 0 0 no-repeat;
		padding-bottom: calc(100%*300/500);
		background-size: 100% auto;
	}
	.sbox .meruru{
		background: url("img/sbox_meruru.jpg") 0 0 no-repeat;
		padding-bottom: calc(100%*300/500);
		background-size: 100% auto;
	}

	.sbox .aki{
		background: url("img/sbox_aki.jpg") 0 0 no-repeat;
		padding-bottom: calc(100%*300/500);
		background-size: 100% auto;
	}
	
	.ban{
		text-align: center;
		width: 640px;
		margin: 0 auto;
		font-size: 30px;
		font-weight: bold;
		color: #E23D3D;
		padding-top:10px;
	}
	.goodsline{
		width: 99%;
		color: #fff;
		background: #E23D3D;
		text-align: center;
		padding: 5px;
		font-size: 16px;
		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;
	}	
	
	/* リンクコンテナー（下部）---------------------------------------------------------------------------------------------------------------- */
	
	.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 */