@charset "utf-8";
#contentsBody > .header {
	height: 440px;
}
#contentsBody > .header > h2 {
	width: 960px;
	height: 380px;
	margin: 0 -2000px;
	padding: 0 2000px;
	background: #dcd8d0;
	position: relative;
}
#contentsBody > .header > h2:after {
	display: block;
	content: "";
	width: 2000px;
	height: 380px;
	background: #e3ded9;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(690px);
}
#contentsBody > .header > h2 > img {
	display: block;
	margin-left: -210px;
}
#index {
	width: 940px;
	position: relative;
	margin: 190px auto 0;
	padding: 0;
}
#index > strong {
	display: block;
	width: 940px;
	height: 190px;
	position: absolute;
	left: -1px;
	top: -191px;
	background: url(../img/index_lead.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#index > strong br {
	display: none;
}
#index > .nav {
}
#index > .nav ul {
	width: 1176px;
-webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
	margin-left: -118px;
}
#index > .nav ul li {
	width: 25%;
	position: relative;
}
#index > .nav ul li:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
}
#index > .nav ul li:first-child:after {
	display: none;
}
#index > .nav ul li a {
	display: block;
	width: 200px;
	padding: 0.8em 0;
	background: #000;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.075em;
	text-align: center;
	text-decoration: none;
	margin: auto;
	position: relative;
}
#index > .nav ul li a:after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border: 2px solid;
	border-color: transparent transparent #fff #fff;
	transform: rotate(-45deg) translateY(-70%);
	position: absolute;
	top: 50%;
	right: 10px;
}
#index > .nav ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.bnr_brush-case {
	background: #efede9;
	margin: 100px -2000px 30px;
	padding: 40px 2000px 30px;
}
.bnr_brush-case small {
	display: block;
	font-size: 11px;
	margin-top: -35px;
}

.bnr_brush-case small + small {
	margin-top: 0;
}
#items {
	margin-top: 100px;
}
#items > ul {
}
#items > ul > li {
	width: 960px;
	border-bottom: 1px #e5e5e5 solid;
	padding: 60px 0;
}
#items > ul > li:last-child {
	border-bottom: none;
	padding-bottom: 40px;
}
#items > ul > li:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
#items > ul > li > figure {
	float: left;
	width: 470px;
	margin: 0;
}
#items > ul > li > figure:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
#items > ul > li > figure .zoom {
	float: right;
	width: 380px;
	height: 380px;
	position: relative;
}
.zoomContainer:hover {
	border: 1px #000 solid;
}
#items > ul > li > figure .zoom div {
	width: 380px;
	height: 380px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
#items > ul > li > figure .zoom div.visible {
	visibility: visible;
}
#items > ul > li > figure .zoom div > img {
	width: 100%;
	height: auto;
}
#items > ul > li > figure .zoom div.m {
	height: 0;
	padding-top: 56.25%;
}
#items > ul > li > figure .zoom div.m iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-10%);
}
#items > ul > li > figure .thumb {
	float: left;
	width: 70px;
}
#items > ul > li > figure .thumb li {
	border: 1px #e5e5e5 solid;
	margin-bottom: 10px;
}
#items > ul > li > figure .thumb li:hover {
	cursor: pointer;
	opacity: 0.6;
}
#items > ul > li > figure .thumb li.act:hover {
	cursor: default;
	opacity: 1;
}
#items > ul > li > figure .thumb li img {
	display: block;
	width: 100%;
	height: auto;
}
#items > ul > li > figure .thumb li.act img {
	opacity: 0.5;
}
#items > ul > li > .text {
	float: right;
	width: 465px;
}
#items > ul > li > .text h3 {
	width: 100%;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#items > ul > li#item01 > .text h3 {
	height: 224px;
	background: url("../img/item_01_title.png") no-repeat;
}
#items > ul > li#item02 > .text h3 {
	height: 254px;
	background: url("../img/item_02_title.png") no-repeat;
}
#items > ul > li#item03 > .text h3 {
	height: 224px;
	background: url("../img/item_03_title.png") no-repeat;
}
#items > ul > li#item04 > .text h3 {
	height: 224px;
	background: url("../img/item_04_title.png") no-repeat;
}
#items > ul > li > .text .recommend {
	display: table;
	width: 100%;
	background: #efede9;
	margin-top: 60px;
	position: relative;
}
#items > ul > li > .text .recommend:before {
	display: block;
	content: "";
	width: 150px;
	height: 25px;
	background: url("../img/txt_recommend.png") no-repeat;
	position: absolute;
	top: -33px;
	left: 0;
}
#items > ul > li > .text .recommend:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}
#items > ul > li > .text .recommend figure {
	display: table-cell;
	width: 120px;
	margin: 0;
	vertical-align: middle;
}
#items > ul > li > .text .recommend .text {
	display: table-cell;
	width: 340px;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
	vertical-align: top;
}
#items > ul > li > .text .recommend .text strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#items > ul > li > .text .recommend .text p {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0.4em;
}
#items > ul > li > .text .recommend .text a {
	display: inline-block;
	background: #000;
	border-radius: 1em;
	padding: 0.5em 1.8em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-decoration: none;
	margin-top: 0.8em;
	position: relative;
}
#items > ul li > .text .recommend .text a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#items > ul li > .text .recommend .text a:hover {
	opacity: 0.6;
}
#items > ul li > .text small {
	display: block;
	font-size: 10px;
	margin-top: 1em;
}
div#contentsBody .cart {
	width: 100%;
	height: 55px;
	background: #000;
	letter-spacing: 0.075em;
}
div#contentsBody a.cart:hover {
	background: #777;
}
#contentsBody > .brush-wash_wrapper {
	background: #efede9;
	margin: 0 -2000px;
	padding: 0 2000px 50px;
}
#contentsBody #brush-wash {
	position: relative;
	margin: 50px 0 0;
	padding: 190px 0 1px;
}
#contentsBody #brush-wash::before {
	display: block;
	content: "";
	width: 140px;
	height: 205px;
	position: absolute;
	left: -80px;
	top: -20px;
	background: url(../img/brush_wash_balloon.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#contentsBody #brush-wash::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 190px;
	bottom: 0;/* border:1px solid #e9d1b4; */
	background: #fff;
}
#contentsBody #brush-wash > * {
	position: relative;
	z-index: 2;
}
#contentsBody #brush-wash > strong {
	display: block;
	width: 960px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/brush_wash_lead.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#contentsBody #brush-wash > strong br {
	display: none;
}
#contentsBody #brush-wash > .image {
	float: left;
	margin: 0 -50px 0 0;
}
#contentsBody #brush-wash > .image > img {
	display: block;
}
#contentsBody #brush-wash > h3 {
	margin: 50px 0 0 380px;
	width: 470px;
	height: 240px;
	background: url(../img/brush_wash_title.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#contentsBody #brush-wash > p {
	margin: 1em 0 0 390px;
	font-size: 16px;
	font-weight: bold;
}
#contentsBody #brush-wash > .cart {
	width: 230px;
	margin: 2em 0 0 390px;
}
#contentsBody #brush-wash > .privileges {
	clear: both;
	width: 900px;
	position: relative;
	margin: 0 30px;
	background: #fff;
	border: 1px solid #5390e1;
}
#contentsBody #brush-wash > .privileges > .image {
	position: absolute;
	right: -26px;
	top: -108px;
}
#contentsBody #brush-wash > .privileges > .image > img {
	display: block;
}
#contentsBody #brush-wash > .privileges > h4 {
	height: 50px;
	background: #5390e1 url(../img/brush_wash_privileges_title.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#contentsBody #brush-wash > .privileges > p {
	height: 80px;
	background: #f9f6f3 url(../img/brush_wash_privileges_text.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#contentsBody #brush-wash > .privileges > small {
	display: block;
	text-align: right;
	height: 0;
	position: absolute;
	right: 0;
	bottom: -1.5em;
	font-size: 12px;
	font-weight: bold;
}
#contentsBody #brush-wash > .change {
	margin: 0 30px;
	padding: 60px 0 0;
	clear: both;
}
#contentsBody #brush-wash > .change::after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}
#contentsBody #brush-wash > .change > .image {
	float: left;
	margin: -40px 0 0;
}
#contentsBody #brush-wash > .change > .image > img {
	display: block;
}
#contentsBody #brush-wash > .change > h4 {
	margin: -5px 0 0 160px;
	width: 520px;
	height: 50px;
	background: url(../img/brush_wash_change_title.png) no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
#contentsBody #brush-wash > .change > .buy {
	display: table;
	position: relative;
	margin: 10px 0 0 170px;
	padding: 10px 50px 10px 25px;
	border-radius: 20px;
	background: #000;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
}
#contentsBody #brush-wash > .change > .buy::after {
	display: block;
	content: "\e604";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background: #fff;
	color: #000;
	font: normal 0.5em/20px icons;
	text-align: center;
}
/*  none gwp  */
.none_gwp .bnr_brush-case, .none_gwp #brush-wash > .privileges {
	height: 1px;
}
.none_gwp .bnr_brush-case {
	padding-top: 0;
	padding-bottom: 0;
}
.none_gwp #contentsBody #brush-wash > .privileges {
	width: 100%;
	margin: 0;
	border: none;
	background: #efede9;
}
.none_gwp .bnr_brush-case *, .none_gwp .privileges *, .none_gwp #contentsBody #brush-wash > .privileges > small {
	display: none;
}
