@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
} /* 10px */
body {
	font-size: 1.6rem;
} /* 16px */
img {
	border: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #515151;
}
body {
 font-family: Helvetica, HiraKakuProN-W3, sans-serif;
	width: 100%;
}
.big-title {
	margin-bottom: 40px;
	margin-top: 70px;
}
.big-title:nth-child(1) {
	margin-top: 0px;
}
.big-title {
	overflow: hidden;
	text-align: center;
}
.big-title span {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: 2.5em;
	margin-left: 2.5em;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0.6em;
	padding-left: 1em;
	padding-bottom: 0;
	text-align: left;
	font-size: 3rem;
	letter-spacing: 0.2em;
}
.big-title span::before, .big-title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.big-title span::before {
	right: 100%;
}
.big-title span::after {
	left: 100%;
}
.big {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.biglist {
	width: 49%;
	margin-bottom: 50px;
}
.big .biglist:nth-child(odd) {
	margin-right: 2%;
}
.biglist a img {
	width: 100%;
}
.name {
	margin-top: 4px;
	font-size: 1em;
	line-height: 1.2em;
}
.price {
	margin-top: 2px;
	text-align: left;
	font-size: 1.2em;
	color: #bf0000;
	font-weight: bold;
	font-family: Arial;
}
.en {
	font-size: 0.8em;
}
.other {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.otherlist {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.otherlist:nth-child(3n) {
	margin-right: 0%;
}
.otherlist img {
	width: 100%;
}
.otherlist a img {
	width: 100%;
}
.other-name {
	margin-top: 1px;
	font-size: 0.8em;
}
.other-price {
	margin-top: 1px;
	text-align: left;
	font-size: 1.1em;
	color: #bf0000;
	font-weight: bold;
	font-family: Arial;
}
.other-en {
	font-size: 0.8em;
}

.frame img {
border: 1px #ebebeb solid;
}

#page-title img {
    width: 100%;
}
