@charset "UTF-8";

em{
	font-style:normal;
}

body {
	background:#fff;
	color:#000;
}

.header {
	position:relative;
	background:url(../img/jkt.jpg) center center;
	background-size:cover;
	padding-top:40%;
}

.header img{
	width:100%;
}

.header h2 {
	width:50%;
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	color:#728fb1;
	font-size:700%;
	text-align:center;
	font-family: 'Anton', sans-serif;
	font-weight:normal;
	text-shadow: 3px 3px 5px #fff , -3px -3px 5px #fff;
}

.header h2 span {
	font-size:70%;
}

.header h2 span em {
	font-size:50%;
}

.header h2 strong {
	display:block;
	font-weight:normal;
}

@media screen and (max-width:767px){
	.header {
		padding-top:65%;
	}

	.header h2 {
		font-size:300%;
		text-align:center;
		line-height:1em;
		width:90%;
	}
}


#content {
	width:100%;
}

#content .inner {
	width:1200px;
	margin:0 auto 5%;
}

@media screen and (max-width:1200px){
	#content .inner {
		width:100%;
	}
}


@media screen and (max-width:767px){
	#content .inner {
		width:100%;
		margin:0 auto 5%;
	}
}

.caution {
	text-align:center;
	background:#f5dfdf;
	width:50%;
	color:#c22;
	margin:2% auto;
	padding:2% 0;
}

@media screen and (max-width:767px){
	.caution {
		width:80%;
	}
}



.item {
	text-align:center;
	color:#777;
}

.item ul {
	display:flex;
	flex-wrap:wrap;
	margin:2% 0 5%;
}

.item ul li {
	width:26%;
	margin:0.5%;
	padding:3%;
	background:#f5f5f5;
	position:relative;

}

.item ul li strong {
	font-size:120%;
	color:#fff;
	background:#c22;
	padding:0.3% 1em;
}

.item ul li strong.bl{
	background:#000;
}


.item ul li span.new {
	background:url(../img/new.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:30%;
	height:20%;
	background-size:contain;
	margin:0;
}

.item ul li img {
	width:100%;
}

.item ul li a {
	color:#777;
}

.item ul li a:hover {
	color:#aaa;
}

.item ul li a.btn {
	color:#fff;
}

.item span {
	display:block;
	font-size:150%;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:bold;
	margin:2% auto;
}

.item em {
	display:block;
	margin:1% auto;
}

.item .itemdetail {
	background:rgba(255,255,255,0.5);
	font-size:110%;
	margin:0 auto 2%;
	padding:2% 0;
}

.item span.jp {
	font-weight:bold;
}

.item span.jp strong {
	font-weight:normal;
	font-size:80%;
	margin-right:0.5em;
	color:#fff;
}

.cartjs_product_img{
	width:100% !important;
}

@media screen and (max-width:1200px){
	.item span.jp {
		font-size:130%;
	}

}

@media screen and (max-width:767px){
	.item ul {
		display:block;
	}

	.item ul li {
		width:90%;
		margin:0.5% auto;
	}

	.item span.jp {
		font-size:150%;
	}
}

#footer {
	background:#206ca0;
	text-align:center;
	color:#fff;
	padding-bottom:10%;
}

a.btn {
	background:
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #bc0000;
	background: #f40000;
	background: -moz-linear-gradient(top, #f40000 0%, #bc0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f40000), color-stop(100%,#bc0000));
	background: -webkit-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: -o-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: -ms-linear-gradient(top, #f40000 0%,#bc0000 100%);
	background: linear-gradient(to bottom, #f40000 0%,#bc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#bc0000',GradientType=0 );
	background-color: #f40000;
	color:#fff;
	padding:1.5% 2%;
	display:block;
	text-align:center;
	font-size:250%;
	width:80%;
	margin:1% auto 3%;
	border-radius:10px;
	text-decoration:none;
	font-weight:bold;
}
a.btn:hover {
	background: -moz-linear-gradient(bottom, #f40000 0%, #bc0000 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#f40000), color-stop(100%,#bc0000));
	background: -webkit-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: -o-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: -ms-linear-gradient(bottom, #f40000 0%,#bc0000 100%);
	background: linear-gradient(to top, #f40000 0%,#bc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#bc0000',GradientType=0 );
	background-color: #f40000;

}

.sendcost {
	font-size:170%;
	color:#fff;
	background:#c22;
	width:50%;
	font-weight:bold;
	padding:1% 2%;
	text-align:center;
	margin:2% auto;
}