@charset "utf-8";
/* ==================================================
custompage
================================================== */
/* layout
--------------------------- */
#custompage_img,
#custompage_src #wrap_features0, 
#custompage_src #wrap_features1, 
#custompage_src #wrap_features2,
#custompage_src #wrap_features3,
#custompage_src #wrap_features4,
#custompage_src #wrap_features5,
#custompage_src #wrap_features6,
#custompage_src #wrap_features7,
#custompage_src #wrap_features8 {
	width: 100%;
	min-width: 1100px;
	clear: both;
}
#custompage_src #features0,
#custompage_src #features1,
#custompage_src #features2,
#custompage_src #features3,
#custompage_src #features4,
#custompage_src #features5,
#custompage_src #features6,
#custompage_src #features7,
#custompage_src #features8,
#custompage_src #design,
#custompage_src #design2 {
	width: 1080px;
	margin: 0 auto;
}
/* custompage_img
--------------------------- */
#custompage_img h1.img img {
	width: 100%;
	height: auto;
}
/* custompage_src
--------------------------- */
#custompage_src #wrap_features0,
#custompage_src #wrap_features1,
#custompage_src #wrap_features2,
#custompage_src #wrap_features3,
#custompage_src #wrap_features4,
#custompage_src #wrap_features5,
#custompage_src #wrap_features6,
#custompage_src #wrap_features7,
#custompage_src #wrap_features8 {
	padding: 5px 0 55px;
	background-size: cover;
	background-position: center center;
}
#custompage_src #features1,
#custompage_src #features3,
#custompage_src #features5,
#custompage_src #features7 {
	color: #ffffff;
	text-align: center;
}
#custompage_src #features0,
#custompage_src #features2,
#custompage_src #features4,
#custompage_src #features6,
#custompage_src #features8 {
	color: #000000;
	text-align: center;
}
#custompage_src #features1 h4,
#custompage_src #features3 h4,
#custompage_src #features5 h4,
#custompage_src #features7 h4 {
	color: #ffffff;
}
/* custompage_src text
--------------------------- */
#custompage_src h2,
#main.custompage #contents h2 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	clear: both;
	margin: 1.8em 0 1.8em;
	padding: 0;
	font-weight: 900;
	line-height: 1.1;
	font-size: 330%;
	font-style: italic;
	color: #000000;
	background: none;
}
#custompage_src h2::before,
#main.custompage #contents h2::before {
	content: "";
	display: inline-block;
	margin: 0 20px 0 10px;
	position: relative;
	top: 6px;
	width: 140px;
	height: 50px;
	background: url("img/contents/custom/h2_bg_l.png") no-repeat center center;
	background-size: contain;
}
#custompage_src h2:after,
#main.custompage #contents h2::after {
	content: "";
	display: inline-block;
	margin: 0 10px 0 20px;
	position: relative;
	top: 6px;
	width: 140px;
	height: 50px;
	background: url("img/contents/custom/h2_bg_r.png") no-repeat center center;
	background-size: contain;
}
#custompage_src h3 {
	clear: both;
	margin: 1.6em 0 0.8em;
	padding: 0 0 10px;
	font-weight: 900;
	line-height: 1.3;
	font-size: 260%;
	font-style: italic;
	position: relative;
	z-index: 2;
}
#custompage_src h3::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 12%;
	height: 5px;
	left: 44%;
	bottom: 0;
	background-color: #C50018;
}
#custompage_src h4 {
	margin: 1.6em 0 0.8em;
	font-size: 150%;
	font-weight: 600;
	color: #000033;
}
#custompage_src p {
	margin: 1.6em 0 0.8em;
}
#custompage_src p.lead {
	font-size: 120%;
	font-weight: 500;
}
#custompage_src ul {
	display: inline-block;
}
#custompage_src ul li {
	font-size: 110%;
	font-weight: 500;
	text-align: left;
}
#custompage_src p.lead2 {
	margin: 1.6em 0 0.8em;
	font-size: 140%;
	font-style: italic;
	font-weight: 600;
}
#custompage_src div.box {
	display: table;
	width: 100%;
}
#custompage_src div.box p {
	text-align: left;
}
#custompage_src div.left {
	display: table-cell;
	width: 50%;
	padding: 0 30px 0 10px;
}
#custompage_src div.right {
	display: table-cell;
	width: 50%;
	padding: 0 10px 0 30px;
}
#custompage_src #features3 h4 {
	font-size: 108%;
}
/* custompage design
--------------------------- */
#custompage_src #design ul {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#custompage_src #design ul li {
	display: inline-block;
	width: 350px;
	vertical-align: top;
	font-size: 1rem;
	margin: 0 15px 15px 0;
}
#custompage_src #design ul li:nth-child(3n) {
	margin-right: 0;
}
#custompage_src #design ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
}
#custompage_src #design ul li img {
	width: 100%;
	height: auto;
	transition-duration: 0.3s;
}
#custompage_src #design p {
	font-size: 95%;
	line-height: 1.3;
	margin: 0 0 0.3em;
}
/* custompage design2
--------------------------- */
#custompage_src #design2 ul {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#custompage_src #design2 ul li {
	display: inline-block;
	width: 520px;
	vertical-align: top;
	font-size: 1rem;
	margin: 0 30px 25px 0;
}
#custompage_src #design2 ul li:nth-child(2n) {
	margin-right: 0;
}
#custompage_src #design2 ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
#custompage_src #design2 ul li img {
	width: 100%;
	height: auto;
	transition-duration: 0.3s;
}
#custompage_src #design2 p {
	font-size: 95%;
	line-height: 1.3;
	margin: 0 0 0.3em;
}
/* custompage fitting
--------------------------- */
#main.custompage #contents div.fitting ul {
	list-style: none;
	list-style-image: none;
	font-size: 0;
}
#main.custompage #contents div.fitting ul li {
	display: inline-block;
	width: 350px;
	vertical-align: top;
	font-size: 1rem;
	margin: 0 15px 15px 0;
}
#main.custompage #contents div.fitting ul li:nth-child(3n) {
	margin-right: 0;
}
#main.custompage #contents div.fitting ul li:nth-last-child(-n+3) {
	margin-bottom: 0;
}
#main.custompage #contents div.fitting ul li img {
	width: 100%;
	height: auto;
	transition-duration: 0.3s;
}
#main.custompage #contents div.fitting ul li img:hover {
	opacity: 0.5;
}
#main.custompage #contents div.fitting p {
	line-height: 1.3;
	margin-bottom: 0.3em;
}
/* custompage stocks
--------------------------- */
#main.custompage #contents.products div.linkbtn {
	margin: 55px 0 0;
}

@media screen and (max-width : 480px), screen and (max-width : 740px) and (orientation: landscape) {
/* ==================================================
custompage
================================================== */
#custompage_img {
	width: 100%;
	min-width: 320px;
}
#custompage_src #wrap_features0, 
#custompage_src #wrap_features1, 
#custompage_src #wrap_features2,
#custompage_src #wrap_features3,
#custompage_src #wrap_features4,
#custompage_src #wrap_features5, 
#custompage_src #wrap_features6,
#custompage_src #wrap_features7,
#custompage_src #wrap_features8 {
	width: 100%;
	min-width: 320px;
	padding: 5px 0;
}
#custompage_src #features0,
#custompage_src #features1,
#custompage_src #features2,
#custompage_src #features3,
#custompage_src #features4,
#custompage_src #features5,
#custompage_src #features6,
#custompage_src #features7,
#custompage_src #features8,
#custompage_src #design,
#custompage_src #design2 {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#custompage_src p {
	margin: 10px 0 10px;
}
#custompage_src p img {
	width: 100%;
	height: auto;
}
#custompage_src p.lead {
	font-size: 100%;
	font-weight: 600;
}
#custompage_src p.lead br {
	display: none;
}
#custompage_src ul {
	display: block;
	margin: 10px 0 10px;
}
#custompage_src ul li {
	font-size: 100%;
	font-weight: 500;
	text-align: left;
	margin: 0 0 0.4em;
}
#custompage_src div.left,
#custompage_src div.right {
	display: block;
	width: 100%;
	padding: 0;
}
#custompage_src div.left p,
#custompage_src div.right p {
	font-size: 90%;
}
#custompage_src #features3 h4 {
	font-size: 100%;
}
/* custompage_src text
--------------------------- */
#custompage_src h2,
#main.custompage #contents h2 {
	font-size: 130%;
	margin: 15px 0 15px;
}
#custompage_src h2::before,
#main.custompage #contents h2::before {
	width: 60px;
	height: 20px;
	top: 3px;
	margin: 0 5px 0 0;
}
#custompage_src h2:after,
#main.custompage #contents h2::after {
	width: 60px;
	height: 20px;
	top: 3px;
	margin: 0 0 0 5px;
}
#custompage_src h3 {
	font-size: 115%;
	margin: 10px 0 10px;
	padding: 0 0 5px;
}
#custompage_src h3::after {
	width: 10%;
	height: 3px;
	left: 45%;
}
#custompage_src h4 {
	font-size: 105%;
	margin: 10px 0 10px;
}
/* custompage design
--------------------------- */
#custompage_src #design ul {
	margin: 0;
}
#custompage_src #design ul li,
#custompage_src #design ul li:nth-child(3n) {
	display: inline-block;
	width: 49%;
	margin: 0 2% 10px 0;
}
#custompage_src #design ul li:nth-child(2n) {
	margin: 0 0 10px;
}
#custompage_src #design p {
	font-size: 80%;
	margin: 0 0 3px;
}
/* custompage design2
--------------------------- */
#custompage_src #design2 ul {
	margin: 0;
}
#custompage_src #design2 ul li {
	display: inline-block;
	width: 49%;
	margin: 0 2% 10px 0;
}
#custompage_src #design2 ul li:nth-child(2n) {
	margin: 0 0 10px;
}
#custompage_src #design2 p {
	font-size: 80%;
	margin: 0 0 3px;
}
/* custompage fitting
--------------------------- */
#main.custompage #contents div.fitting ul li {
	display: inline-block;
	width: 33%;
	margin: 0 0.5% 10px 0;
}
#main.custompage #contents div.fitting p {
	font-size: 80%;
	margin: 0 0 3px;
}
/* custompage stocks
--------------------------- */
#main.custompage #contents.products div.linkbtn {
	margin: 15px 0 0;
}


}
