
.container {
	width: 100%;
	max-width: 1080px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

body {
	color: #0A223E;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #FFF;
	font-family: "M PLUS Rounded 1c";
}

img{
	width: 100%;
	vertical-align: top;
}
picture{
	width: 100%;
	vertical-align: top;
}

a,
a:active,
a:visited {
	color: #FFF;
	text-decoration: none; 
	transition : all 0.65s ease 0s;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

p, span {
	font-size: 1.25em;
	letter-spacing: 0.2px;
}

.wapper {
	overflow: hidden;
}
.clear{
	clear: both;
	height: 10px;
}

.sp_only{	display: none;	}
.pc_only{	display: block;	}

@media (max-width:542px) {
	.sp_only{	display: block;	}
	.pc_only{	display: none;	}
}

.cnt_inner{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* header */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.header_cnt{
	width: 100%;
	max-width: 900px;
	height: 460px;
	margin: 120px auto 30px auto;
	padding: 0;
	position: relative;
}

.header_cnt .header_bg_cnt{
	width: 660px;
	height: 460px;
	overflow: hidden;
	float: right;
}
.header_cnt .header_item_cnt{
	width: 420px;
	height: 235px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
.header_cnt .header_item_cnt .item_slider_box{
	position: relative;
	width: 420px;
	height: 235px;
}
.header_cnt .header_item_cnt .item_slider_box .head_item_pt{
	position: absolute;
	right: 0;
	border: 0;
	width: 300px;
}
.header_cnt .header_item_cnt .item_slider_box .head_item_cat{
	font-family: 'M PLUS 1p';
	font-size: 20px;
	font-weight: 800;
	margin-top: 120px;
}
.header_cnt .header_item_cnt .item_slider_box .head_item_name{
	font-size: 15px;
}
.header_cnt .header_item_cnt .item_slider_box .head_item_no{
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 3px;
}
.header_cnt .header_item_cnt .item_slider_box .head_item_bt a{
	display: block;
	color: #888;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 100;
	border: 1px solid #eee;
	width: 120px;
	margin: 5px 0;
	text-align: center;
	padding: 3px 0 2px 0;
	background: url(../images/bt_arrow_r.png) no-repeat right center;
}
.header_cnt .header_item_cnt .item_slider_box .head_item_bt a:hover{
	text-decoration: none;
	background-color: #f3f3f3;
}



.header_cnt .head_logo{
	padding: 0px;
	width: 127px;
	position: absolute;
	top: 98px;
}



@media (max-width:542px) {
		
	header {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.header_cnt{
		width: 90%;
		max-width: 900px;
		height: 460px;
		margin: 60px auto 30px auto;
		padding: 0;
		position: relative;
	}
	
	.header_cnt .header_bg_cnt{
		width: 100%;
		max-width: 660px;
		height: 460px;
		overflow: hidden;
		float: right;
		margin-bottom: 80px;
	}
	.header_cnt .header_item_cnt{
		width: 100%;
		max-width: 420px;
		height: 235px;
		overflow: hidden;
		position: absolute;
		bottom: -70px;
		left: 0;
	}
	.header_cnt .header_item_cnt .item_slider_box{
		position: relative;
		width: 420px;
		height: 235px;
	}
	.header_cnt .header_item_cnt .item_slider_box .head_item_pt{
		position: absolute;
		right: 0;
		bottom: 20px;
		border: 0;
		width: 260px;
	}
	.header_cnt .header_item_cnt .item_slider_box .head_item_cat{
		font-family: 'M PLUS 1p';
		font-size: 15px;
		font-weight: 800;
		margin-top: 120px;
	}
	.header_cnt .header_item_cnt .item_slider_box .head_item_name{
		font-size: 13px;
	}
	.header_cnt .header_item_cnt .item_slider_box .head_item_no{
		font-size: 10px;
		font-weight: 100;
	}
	.header_cnt .header_item_cnt .item_slider_box .head_item_bt a{
		display: block;
		color: #444;
		text-decoration: none;
		font-size: 12px;
		letter-spacing: 1px;
		font-weight: 100;
		border: 1px solid #ccc;
		width: 90px;
		margin: 5px 0;
		text-align: center;
		padding: 3px 0 2px 0;
		background: url(../images/bt_arrow_r.png) no-repeat right center;
	}
	.header_cnt .header_item_cnt .item_slider_box .head_item_bt a:hover{
		text-decoration: none;
		background-color: #eee;
	}
	
	
	
	.header_cnt .head_logo{
		padding: 0px;
		width: 90px;
		position: absolute;
		top: -40px;
	}
	

}



	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* コピー イメージ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.copy_image_cnt{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

.copy_image_cnt .copy_image{
	width: 80%;
	max-width: 410px;
	margin: 0 auto;
	padding: 0;
}

@media (max-width:542px) {
			
			
}


.copy_cnt{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0 40px 0;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.copy_cnt .title_box{
	width: 70px;
	border-bottom: 1px solid #333;
	margin:  0 auto;
	padding-bottom: 28px;
}
.copy_cnt .copy_box{
	margin: 40px auto;
	padding: 0;
	font-size: 13px;
	text-align: center;
	font-family : YuMincho, 'Yu Mincho', serif;
	line-height: 30px;
}
.copy_cnt .copy_box span{ 
	display: block;
	margin: 15px auto;
}
.copy_cnt .copy_box span.lg{ 
	font-size: 16px;
}
.copy_cnt .foot_box{
	width: 330px;
	margin:  0 auto;
}



@media (max-width:542px) {
			
			
}





	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 商品 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.product_cnt{
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.product_cnt .title_box{
	margin: 0 auto;
	padding: 30px 0 20px 0;
	font-size: 20px;
	text-align: center;
}
.product_cnt .title_box .title_img img{
	width: auto;
	height: 64px;
}
.product_cnt .title_box .title_jp{
	font-size: 20px;
	margin: 5px 0;
}



.product_cnt .title_box .fukidashi_cnt{
	position: relative;
	width: 420px;
	margin: 0 auto;
}
.product_cnt .title_box .fukidashi{
	position: absolute;
	width: 106px;
	right: 0;
	top: -40px;
}


.product_cnt .item_box{
	width: 100%;
	max-width: 1200px;
	margin:  0 auto;
	position: relative;
}
.product_cnt .item_box .mask_l{
	position: absolute;
	width: 33%;
	height: 440px;
	left: 0;
	top: 0;
	background: url(../images/item_mask_l.png) no-repeat center center;
	background-size: 100% 100%;
}
.product_cnt .item_box .mask_r{
	position: absolute;
	width: 33%;
	height: 440px;
	right: 0;
	top: 0;
	background: url(../images/item_mask_r.png) no-repeat center center;
	background-size: 100% 100%;
}

.item_sider_cnt{
	margin: 0 auto;
}

.product_cnt .item_box .item_slider_box{
	width: 330px;
	position: relative;
}
.product_cnt .item_box .item_slider_box a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.product_cnt .item_box .item_slider_box .item_pt{
	right: 0;
	border: 0;
	width: 300px;
	margin-bottom: 50px;
}
.product_cnt .item_box .item_slider_box .item_name{
	text-align: center;
	font-size: 18px;
}
.product_cnt .item_box .item_slider_box .item_name .new{
	text-align: center;
	font-size: 10px;
	font-weight: 800;
	display: inline-block;
	padding: 1px 10px 0px 10px;
	background: #FF8900;
	color: #fff;
	vertical-align: 2px;
	
}
.product_cnt .item_box .item_slider_box .item_code{
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 200;
	margin-top: 5px;
}
.product_cnt .item_box .item_slider_box .item_price{
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 3px;
	margin-bottom: 13px;
}
.product_cnt .item_box .item_slider_box .item_price .jpy{
	font-size: 12px;
}
.product_cnt .item_box .item_slider_box .item_price .zeikomi{
	font-size: 12px;
}







@media (max-width:542px) {

.product_cnt .title_box .title_img img{
	width: auto;
	height: 44px;
	margin-bottom: 5px;
}

.product_cnt .title_box .fukidashi_cnt{
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.product_cnt .title_box .fukidashi{
	position: absolute;
	width: 94px;
	right: 0;
	top: -40px;
}


.product_cnt .item_box{
	width: 330px;
	margin:  0 auto;
	position: relative;
}
	.product_cnt .item_box .mask_l,
	.product_cnt .item_box .mask_r{
		display: none;
	}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* きっず */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.product_cnt.kids{
	width: 100%;
	max-width: 100%;
}
.product_cnt .title_box.kids{
	width: 100%;
	height: auto;
	background: url(../images/title_kids_pc_bg.png) repeat-x center top;
}
.product_cnt .title_box.kids .title_img img{
	width: 90%;
	max-width: 900px;
	height: auto;
	margin-bottom: 20px;
}
.product_cnt .title_box .title_copy{
	width: 90%;
	max-width: 430px;
	font-size: 14px;
	margin: 5px auto 0px auto;
	text-align: left;
}
.product_cnt .title_box .title_price{
	width: 90%;
	max-width: 430px;
	margin: 0px auto 5px auto;
	text-align: right;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 600;
}
.product_cnt .title_box .title_price .jpy{
	font-size: 12px;
}
.product_cnt .title_box .title_price .zeikomi{
	font-size: 12px;
}


.product_cnt .kids_item_box{
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 5px auto;
	overflow: hidden;
}
.product_cnt .kids_item_box .item_k_box{
	width: 30%;
	margin: 20px 1%;
	float: left;
	text-align: center;
}
.product_cnt .kids_item_box .item_k_box .item_name{
	text-align: center;
	font-size: 18px;
	font-weight: 800;
}
.product_cnt .kids_item_box .item_k_box .item_name .sub{
	display: block;
	font-size: 11px;
	border: 1px solid #eee;
	width: 140px;
	margin: 5px auto;
	padding: 1px 0px 0 0px;
	font-weight: 400;
}
.product_cnt .kids_item_box .item_k_box .item_code{
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 200;
	margin-top: 5px;
}

@media (max-width:542px) {
		
	.product_cnt .title_box.kids{
		width: 100%;
	max-width: 100%;
		height: auto;
		background: none;
	}
		
	.product_cnt .title_box.kids .title_img img{
		width: 100%;
		max-width: 900px;
		height: auto;
		margin-bottom: 20px;
	}


	.product_cnt .kids_item_box .item_k_box{
		width: 48%;
		margin: 4px 1% 0px 1%;
		float: left;
		text-align: center;
	}
	.product_cnt .kids_item_box .item_k_box .item_name{
		text-align: center;
		font-size: 16px;
		font-weight: 800;
	}
	.product_cnt .kids_item_box .item_k_box .item_name .sub{
		display: block;
		font-size: 11px;
		border: 1px solid #eee;
		width: 140px;
		margin: 5px auto;
		padding: 1px 0px 0 0px;
		font-weight: 400;
	}
}






.hr{
	height: 4px;
	width: 100%;
	background: url(../images/hr.png) no-repeat center center;
	background-size: auto 100%;
	margin: 20px 0px;
	clear: both;
}
.hr.mt30{
	margin-top: 30px;
}
.hr.mt50{
	margin-top: 50px;
}





@media (max-width:542px) {
	.hr.mt30{
		margin-top: 20px;
	}
	.hr.mt50{
		margin-top:20px;
	}
}







.padg_30px{
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.vspace_20{
	padding: 0 0;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	line-height: 0;
	clear: both;
}
.vspace_50{
	padding: 0 0;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	line-height: 0;
	clear: both;
}
.vspace_100{
	padding: 0 0;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	line-height: 0;
	clear: both;
}

@media (max-width:542px) {
	.vspace_100{
		padding: 0 0;
		margin: 0 auto;
		width: 100%;
		height: 60px;
		line-height: 0;
		clear: both;
	}
}



.att_txt{
	margin: 30px auto 10px auto;
	width: 96%;
	max-width: 800px;
	font-size: 11px;
	font-family: sans-serif;
	color: #888;
}


/*----------------------------------------
footer
----------------------------------------*/
#footer{
	background: #F3D4D8;
	margin: 0;
	padding: 20px;
}

#footer .logo{
	text-align: center;
}

#footer .logo img{
	width: 170px;
}

#copyright {
	background: #000;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 2px 0;
}

#copyright p {
	font-size: 0.6rem;
	 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


