@charset "UTF-8";

/*----------------------------------
main
---------------------------------- */
.main {position: relative; width: 980px; margin: 0 auto; padding: 80px 0 20px 0;}
.list_sns .sns_area  {top: 40px; z-index: 1;}

@media (max-width:980px) {
	.main {width: 100%; max-width: 980px;}
  .list_sns .sns_area  {top: 40px; right: 15px;}
}

/*----------------------------------
TYPEから
---------------------------------- */
.type {padding: 40px 0 30px 0;}
.type span {
	font-size: 18px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-feature-settings: normal;
	letter-spacing: 2px;
}

.type p {
	width: 80px;
	margin: 2px auto 0;
	border-radius: 14px;
	font-size: 11.5px;
	background: #777;
	color: #fff;
	padding: 3px 0;
	font-family: "a-otf-futo-min-a101-pr6n";
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	line-height: 1.0;
}

.title {
	font-size: 22px;
	font-family: "a-otf-futo-min-a101-pr6n";
	font-feature-settings : "palt";
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 0px #999 dotted;
}

.sub_title {
	font-size: 20px;
	text-align: left;
	margin: 20px 0 13px 0;
	font-family: "a-otf-futo-min-a101-pr6n";
}

.item_subj {
	font-size: 13px;
	text-align: center;
	border: 1px #9f9c7a solid;
  background: #9f9c7a;
  color: #FFF;
  padding: 6px 0;
  margin-bottom: 10px;
}

.new {position: absolute; top: 5px; right: 5px; z-index: 10;}

/*----------------------------------
TYPEから　メニュー
---------------------------------- */
.type_menu {position: relative; width: 100%;}
.bt_type {position: absolute; top: 0; right: 0; cursor: pointer; z-index: 10;}
.bt_type:hover {transition: all 0.4s; opacity: 0.6;}
#type_list {display: none;}

.detail01 {background: #eee; padding: 30px 0 0 0;}
.detail01 ul {width: 898px; padding: 0 0 10px 0; margin: 0 auto; text-align: left;}
.detail01 li {float: left; padding: 0 1px 10px 2px;}
.detail01 p {
	text-align: left;
	font-size: 11px;
	line-height: 1.1;
	padding-top: 6px;
}

.detail01 .type_subtitle{
  display: block;
  width: calc(100% - 4px);
  color: #663;
  box-sizing: border-box;
  font-size: 20px;
  margin: 0 auto 8px;
  font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-feature-settings: normal;
}
.detail01 .type_subtitle span {font-size: 14px;}

@media (min-width:870px) and (max-width:889px) {
	.detail01 ul {width: 784px;}
}
@media (min-width:768px) and (max-width:869px) {
	.detail01 ul {width: 693px;}
}
@media (min-width:610px) and (max-width:767px) {
	.detail01 ul {width: 588px;}
}
@media (min-width:550px) and (max-width:609px) {
	.detail01 ul {width: 495px;}
}
@media (min-width:450px) and (max-width:549px) {
	.detail01 ul {width: 396px;}
}
@media (max-width:449px) {
	.detail01 ul {width: 297px;}
}
@media (max-width:768px) {
  .detail01 .type_subtitle {margin: 15px auto 8px;}
}

/*----------------------------------
商品一覧
---------------------------------- */
.list_area {
	width: 980px;
  position: relative;
	margin: 15px auto 0;
	font-size: 12px;
	font-feature-settings: "palt";
}
.price_tax {color: #D67241; font-weight: bold; margin-bottom: 10px; text-align: right;}

.list_area ul {width: 100%;}
.list_area li {
	float: left;
	position: relative;
	width: 105px;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.4;
	margin: 0 20px 25px 0;
}
.list_area li:nth-child(8n) {margin-right: 0;}

.list_area li .photo {
  position: relative;
	width: 103px;
	background: #FFF;
	text-align: center;
	border: 1px #CCC solid;
	margin-bottom: 8px;
}
.list_area li .photo:hover {border: 1px #D67241 solid;}
.list_area h2 {font-size: 13px; font-weight: bold; margin-bottom: 7px; line-height: 1.3;}

.price {
	color: #D67241;
	font-weight: bold;
	background: #e8e8dc;
	padding: 4px 0;
	margin-top: 5px;
	text-align: center;
}
.list_area .txt_em {letter-spacing: -0.1em;}

.listmark_limited {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	background: #D67241;
	color: #fff;
	padding: 3px 7px;
	z-index: 100;
}
.listmark_limited_b {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	background: #D67241;
	color: #fff;
	padding: 3px 7px;
	z-index: 100;
}
.listmark_sold {
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	font-size: 11px;
	background: #666;
	color: #fff;
	padding: 3px 0;
  text-align: center;
	z-index: 100;
}

.set_limited {
	font-size: 11px;
	background: #D67241;
	color: #fff;
	padding: 4px 7px;
	margin-bottom: 5px;
}
.set_limited_pad {
	font-size: 11px;
	padding: 4px 7px;
	margin-bottom: 5px;
}

@media (min-width:760px) and (max-width:990px) {
	.list_area {width: 730px;}
	.list_area li {width: 105px;}
	.list_area li:nth-child(8n) {margin-right: 20px;}
	.list_area li:nth-child(6n) {margin-right: 0;}
}

@media (min-width:490px) and (max-width:759px) {
	.list_area {width: 465px;}
	.list_area li {width: 105px; margin: 0 15px 15px 0;}
	.list_area li:nth-child(6n) {margin-right: 15px;}
	.list_area li:nth-child(4n) {margin-right: 0;}
}

@media (max-width:489px) {
	.list_area {width: 335px;}
	.list_area li {width: 105px; margin: 0 10px 15px 0;}
	.list_area li:nth-child(4n) {margin-right: 10px;}
	.list_area li:nth-child(3n) {margin-right: 0;}
}

/*----------------------------------
商品一覧　メンズブラシ
---------------------------------- */
.list_area .mens li {float: left; width: 203px; text-align: left; margin: 0 4px 25px 4px;}
.list_area .mens li .photo {width: 201px; border: 1px #CCC solid; margin-bottom: 7px;}
.list_area .mens li .photo:hover {border: 1px #D67241 solid;}

/*----------------------------------
商品一覧　ケース
---------------------------------- */
.case {
	width: 980px;
	margin: 15px auto 0;
	font-size: 12px;
	font-feature-settings: "palt";
}

.case ul {width: 100%;}
.case li {
	float: left;
	width: 152px;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.4;
	margin: 0 1.3877%  25px 0;
}
.case li:nth-child(8n) {margin: 0 1.3877% 25px 0;}
.case li:nth-child(6n) {margin: 0 0 25px 0;}

.case li .photo {
	width: 150px;
	background: #FFF;
	text-align: center;
	border: 1px #CCC solid;
	margin-bottom: 8px;
}
.case li .photo:hover {border: 1px #D67241 solid;}

.case h2 {font-size: 13px; font-weight: bold; margin-bottom: 7px; line-height: 1.3;}
.case .price {
	color: #D67241;
	font-weight: bold;
	background: #e8e8dc;
	padding: 4px 0;
	margin-top: 5px;
	text-align: center;
}

@media (min-width:840px) and (max-width:990px) {
	.case {width: 810px; margin: 0 auto;}
	.case li {margin: 0 10px 25px 0;}
	.case li:nth-child(6n) {margin: 0 10px 25px 0;}
	.case li:nth-child(5n) {margin: 0 0 25px 0;}
}

@media (min-width:670px) and (max-width:839px) {
	.case {width: 638px; margin: 0 auto;}
	.case li {margin: 0 10px 25px 0;}
	.case li:nth-child(5n), .case li:nth-child(6n) {margin: 0 10px 25px 0;}
	.case li:nth-child(4n) {margin: 0 0 25px 0;}
}

@media (min-width:500px) and (max-width:669px) {
	.case {width: 476px; margin: 0 auto;}
	.case li {margin: 0 10px 25px 0;}
	.case li:nth-child(4n), .case li:nth-child(5n) {margin: 0 10px 25px 0;}
	.case li:nth-child(3n) {margin: 0 0 25px 0;}
}

@media (max-width:499px) {
	.case {width: 100%; max-width: 314px; margin: 0 auto;}
	.case li {width: 48.4%; max-width: 152px; margin: 0 10px 25px 0;}
	.case li:nth-child(3n), .case li:nth-child(4n) {margin: 0 10px 25px 0;}
	.case li:nth-child(2n) {margin: 0 0 25px 0;}
	.case li img {width: 100%; max-width: 150px; height: auto;}
}

/*----------------------------------
商品一覧　セットブラシ
---------------------------------- */
.tab_area {font-size: 14px; display: flex;}
.tab_area p {width: auto; border: 2px #CCC solid; border-radius: 5px; padding: 6px 20px 6px 10px; margin: 0;}
.tab_area p i {font-size: 20px; margin-right: 15px;}
.tab_area p.select {background: #E4007F; color: #FFF;}
.tab_area:hover {cursor: pointer;}
.tab_area p:first-child {margin-right: 10px;}
.hide {display: none;}

.set {width: 868px; margin: 15px auto 0; font-size: 12px; font-feature-settings: "palt";}

.set li {
	float: left;
	position: relative;
	width: 202px;
	text-align: left;
	margin: 0 20px 35px 0;
}
.set li:nth-child(4n) {margin: 0 0 35px 0;}

.set li .photo {
	width: 200px;
	height: 75px;
	background: #FFF;
	text-align: center;
	border: 1px #CCC solid;
	margin-bottom: 7px;
}
.set li .photo:hover {border: 1px #D67241 solid;}
.set h2 {font-size: 13px; font-weight: bold; margin-bottom: 7px; line-height: 1.3;}

.set_title {
	font-size: 14px;
	text-align: left;
	padding: 8px 0 8px 25px;
	margin: 20px 0 13px 0;
	background: #666;
	color: #fff;
}

.set .set_pc {display: block;}
.set .set_tb {display: block;}
.set .set_sp {display: none;}
.set .set_0204 {display: block;}
.set .set_0304 {display: block;}
.set_tbonly {display: none;}

@media (max-width:920px) {
	.set {width: 646px;}
	.set li:nth-child(4n) {margin: 0 20px 35px 0;}
	.set li:nth-child(3n) {margin: 0 0 35px 0;}
  .set .set_pc {display: none;}
  .set .set_tb {display: none;}
  .set .set_sp {display: block;}
  .set .set_0204 {display: none;}
  .set .set_0304 {display: block;}
  .set_tbonly {display: block; margin: 0; padding: 0;}
}

@media (max-width:680px) {
  .tab_area {margin-bottom: 20px;}
	.set {width: 90%; max-width: 424px;}
	.set li {width:47.65%; max-width: 202px; margin: 0 4.7% 25px 0;}
	.set li:nth-child(3n) {margin: 0 4.7% 25px 0;}
	.set li:nth-child(2n) {margin: 0 0 25px 0;}
	.set li .photo {width: 100%; max-width: 200px; height: auto; max-height: 75px;}
	.set li .photo img {width: 100%; max-width: 200px; height: auto; max-height: 75px;}
  .set .set_tb {display: block;}
  .set .set_0204 {display: block;}
  .set .set_0304 {display: none;}
  .set_tbonly {display: none;}
}

@media (max-width: 489px) {
  .set_tbonly {display: none;}
  .set_tbonly2 {display: none;}
}

/*----------------------------------
商品一覧　セットブラシ　価格別
---------------------------------- */
.set_price {width: 868px; margin: 15px auto 0; font-size: 12px; font-feature-settings: "palt";}
.price_area {border: 1px #E4007F solid; border-radius: 10px; display: flex; box-sizing: border-box; justify-content: space-between; background: #eee; margin-bottom: 20px;}
.price_title {text-align: center; color: #E4007F; font-size: 18px; font-family: "a-otf-futo-min-a101-pr6n"; padding: 50px 0 0 40px;}
.price_title_num {font-size: 22px;}
.price_area ul {width: 646px; padding: 10px 20px; background: #fff; border-top-right-radius : 10px; border-bottom-right-radius : 10px;}
.set_price li {
	float: left;
	position: relative;
	width: 202px;
	text-align: left;
	margin: 15px 20px 15px 0;
}
.set_price li:nth-child(3n) {margin: 15px 0 15px 0;}

.set_price li .photo {
	width: 200px;
	height: 75px;
	background: #FFF;
	text-align: center;
	border: 1px #CCC solid;
	margin-bottom: 7px;
}
.set_price li .photo:hover {border: 1px #D67241 solid;}
.set_price h2 {font-size: 13px; font-weight: bold; margin-bottom: 7px; line-height: 1.3;}

.set_price .set_pc {display: block;}
.set_price .set_sp {display: none;}

@media (max-width:920px) {
	.set_price {width: 646px;}
  .price_area ul {width: 100%; max-width: 424px;}
	.set_price li:nth-child(3n) {margin: 15px 20px 15px 0;}
	.set_price li:nth-child(2n) {margin: 15px 0 15px 0;}
  .set_price .set_pc {display: none;}
  .set_price .set_sp {display: block;}
}

@media (max-width:680px) {
	.set_price {width: 90%;}
  .price_area {display: block; width: 100%; border: 0; background: #fff;}
  .price_title {border-top: 1px #E4007F solid; border-right: 1px #E4007F solid; border-left: 1px #E4007F solid; border-top-left-radius: 10px; border-top-right-radius: 10px; text-align: center; color: #E4007F; font-size: 18px; font-family: "a-otf-futo-min-a101-pr6n"; padding: 10px 0 10px 0; background: #eee;}
  .price_area ul {width: 100%; padding: 0; margin: 0 auto;}
  .set_price li {width:47.65%; max-width: 202px; margin: 15px 4.7% 15px 0; box-sizing: border-box;}
	.set_price li:nth-child(3n) {margin: 15px 4.7% 15px 0;}
	.set_price li:nth-child(2n) {margin: 15px 0 15px 0;}
	.set_price li .photo {width: 100%; max-width: 200px; height: auto; max-height: 75px;}
	.set_price li .photo img {width: 100%; max-width: 200px; height: auto; max-height: 75px;}
}

/*----------------------------------
毛材質　説明表示
---------------------------------- */
.material {
	text-align: left;
	font-size: 13px;
	margin: 10px 0 0 0;
}
.material .mate_title {font-size: 16px; font-weight: bold; color: #D67241; font-family: "a-otf-futo-min-a101-pr6n"; padding-bottom: 7px;}

.material .box {
	width: 100%;
	margin: 8px 0 20px 0;
	border: 1px #D67241 solid;
	background: #f3f3ed;
	padding: 20px 0 0 0;
	display: none;
}
.material .box ul {width: 90%; display: flex; justify-content: space-between; margin: 0 auto; padding: 0 0 15px 0; box-sizing: border-box;}

.material .box li {
  width: 23%;
  margin: 0;
  padding: 0;
  text-align: justify;
	color: #000;
  line-height: 1.7;
  flex-direction: row;
}

.material .box_more ul {flex-wrap: wrap;}
.material .box_more li {width: 31%;}
.material .box01 ul {justify-content: center;}
.material .box01 li {width: 50%; margin: 0 auto 10px;}
.material .box02 ul {flex-wrap: wrap;}
.material .box02 li {width: 45%;}

.material .hair_point_wrap {width: 96%; box-sizing: border-box; margin: 0 auto; padding: 15px 3% 0 3%; background: #fff;}
.material h3 {width: 200px; font-size: 15px; margin: 0 auto; padding: 5px 20px; text-align: center; background: #444; color: #fff; border-radius: 14px;}

.material .hair_point {
  width: 96%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto 15px;
  padding: 0 3% 15px 3%;
  background: #fff;
  line-height: 1.7;
}

.material .hair_point_box {width: 48%; text-align: justify;}
.material .hair_point h4 {font-size: 14px; padding: 20px 0 5px 0; color: #71702f; font-weight: bold;}


.material .hosaki {
	width: 100%;
	margin: 8px 0 20px 0;
	border: 1px #D67241 solid;
	background: #f3f3ed;
	padding: 20px 0 0 0;
}

.material .hosaki ul {width: 90%; margin: 0 auto;}
.material .hosaki li {float: left; width: 46%;}
.material .hosaki li:last-child {float: right; width: 46%;}
.material .hosaki li img {float: right; margin-left: 20px;}

@media (max-width:979px) {
	.material {margin: 10px 0;}
  .material .box ul {flex-wrap: wrap; justify-content: space-between;}
	.material .box li {width: 45%; margin: 0 auto 15px;}
	.material .box .screw {float: right;}
}

@media (max-width:767px) {
	.material {margin: 10px 0; text-align: center;}
  .material .box ul {flex-wrap: wrap;}
	.material .box li {width: 100%; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 1px #999 dotted;}
	.material .box li:last-child {border-bottom: 0px;}
  .material .hair_point {flex-wrap: wrap; padding: 0 5% 15px 5%;}
  .material .hair_point_box {width: 100%;}
  .material .hair_point_wrap h3 {font-size: 14px;}
	.hosaki_pad {margin: 10px 0 30px 0;}
	.material .hosaki li:last-child {float: none; width: 100%;}
}


/*----------------------------------
フォーミングブラシ　説明
---------------------------------- */
.foaming_img {
	width: 100%;
	border: 2px #ddd solid;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: left;
	background:url(../product/images/foaming/foamng_back.jpg) top right no-repeat;
	background-size: auto 100%;
	margin: 20px auto 15px;
	font-feature-settings : "palt";
}

.foaming_img .foaming_txt {
	text-align: left;
	width: 500px;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 20px 70px;
}
.foaming_img .txt_bold {color: #D67241; font-weight: bold;}

.foaming_title {
	font-size: 20px;
	font-family: "a-otf-futo-min-a101-pr6n";
	font-feature-settings : "palt";
	margin: 25px 0 10px 70px;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 1.35;
}

.foaming_copy {
	font-size: 16px;
	font-feature-settings : "palt";
	margin: 0 0 10px 70px;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 1.45;
}

@media (min-width:768px) and (max-width:990px) {
	.foaming_img {width: 95%;}
}

@media (max-width:767px) {
	.foaming_img {width: 95%; background:url(../product/images/foaming/foamng_back.jpg) top right no-repeat; background-size: auto 100%;}
	.foaming_img .foaming_txt {width: 85%; margin: 20px auto;}
	.foaming_title {width: 85%; margin: 25px auto 10px; text-align: left;}
	.foaming_copy {width: 85%; margin: 0 auto 10px; text-align: left;}
}

/*----------------------------------
指筆　説明
---------------------------------- */
.finger_area {position: relative; width: 815px; margin: 0 auto;}
.finger_moji {position: absolute; top: 0; left: 0;}

.finger_img {
	width: 686px;
	border: 2px #ddd solid;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: left;
	background:url(../product/images/common/finger_back.jpg) top right no-repeat;
	background-size: auto 100%;
	margin: 20px 0 15px 130px;
	font-feature-settings : "palt";
}

.finger_img .finger_txt {
	text-align: left;
	width: 65%;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 0 20px 60px;
}

.finger_title {
	font-size: 20px;
	font-family: "a-otf-futo-min-a101-pr6n";
	font-feature-settings : "palt";
	margin: 25px 0 10px 60px;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 1.35;
}

.finger_copy {
	font-size: 16px;
	font-feature-settings : "palt";
	margin: 0 0 10px 60px;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 1.45;
}

@media (max-width:990px) {
  .finger_area {width: 100%;}
  .finger_moji {position: relative;}
}

@media (min-width:768px) and (max-width:990px) {
	.finger_img {width: 95%; margin: 20px auto 15px; margin-left: 0;}
}

@media (max-width:767px) {
  .finger_moji {margin-top: 25px;}
	.finger_img {width: 100%; background:url(../product/images/common/finger_back_s.jpg) top right no-repeat; background-size: auto 100%; margin: 10px auto 15px; margin-left: 0;}
	.finger_img .finger_txt {width: 60%; margin: 20px 0 20px 5%; text-align: justify;}
	.finger_title {width: 90%; margin: 25px auto 10px; text-align: left;}
}
@media (max-width:500px) {
	.finger_img {width: 100%; background:url(../product/images/common/finger_back_xs.jpg) top right no-repeat; background-size: auto 100%;}
  .finger_img .finger_txt {width: 60%;}
  .finger_title {font-size: 18px; width: 55%; margin: 20px 0 0 5%; }
  .sp_block {display: none;}
}



/*----------------------------------
毛質から選ぶ　毛質説明
---------------------------------- */
.material_cap {
	width: 100%;
	box-sizing: border-box;
	margin: 8px 0 30px 0;
	border: 1px #D67241 solid;
	background: #f3f3ed;
	padding: 20px 5%;
	text-align: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.material_cap .mate_title {
	float: left;
	width: 20%;
	font-size: 16px;
	font-weight: bold;
	color: #D67241;
	font-family: "a-otf-futo-min-a101-pr6n";
	padding-bottom: 7px;
}

.material_cap .cap_box {
	float: right;
	width: 80%;
	font-size: 13px;
	line-height: 1.8;text-align: justify;
}

.material_cap_bld {
	color: #D67241;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 4px 0;
}
.material_cap_s {
	font-size: 12px;
	line-height: 1.5;
}

@media (max-width:759px) {
	.material_cap {padding: 20px 8%;}
	.material_cap .cap_box_clm {-moz-column-count: auto; -webkit-column-count: auto; column-count: auto;}
	.material_cap .mate_title {display: none;}
	.material_cap .cap_box {float: none; width: 100%;}
}

/*----------------------------------
毛質から　メニュー
---------------------------------- */
.detail05 {background: #f3f3f3; padding: 40px 0 20px 0; border-bottom: 1px #CCC solid;}
.detail05 ul {width: 760px; margin: 0 auto 20px;}

.detail05 li {
	float: left;
	width: 240px;
	text-align: left;
	margin: 0 20px 0 0;
	font-size: 13px;
	border-top: 1px #999 dotted;
	box-sizing: border-box;
	padding: 10px 0 10px 15px;
}
.detail05 li i {padding-right: 10px;}
.detail05 li:nth-child(3), .detail05 li:nth-child(6), .detail05 li:nth-child(9), .detail05 li:nth-child(12), .detail05 li:nth-child(15) {margin-right: 0;}
.detail05 li:nth-child(14), .detail05 li:nth-child(15), .detail05 li:nth-child(16) {border-bottom: 1px #999 dotted;}
.detail05 li a {display: block;}

@media (max-width:890px) {
	.detail05 ul {width: 90%; max-width: 500px;}
	.detail05 li {width: 48%; max-width: 240px;}
	.detail05 li:nth-child(odd) {margin-right: 4%;}
	.detail05 li:nth-child(even) {margin-right: 0;}
	.detail05 li:nth-child(14) {border-bottom: 0px;}
}

/*----------------------------------
毛質から　商品一覧
---------------------------------- */
.material_img li .photo {height: 166px; position:relative;}
.material_img li .photo img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	left: 54px;
}
