@charset "UTF-8";

/*----------------------------------
化粧筆TOP　メイン画像
---------------------------------- */
.title {padding: 60px 0 15px 0;}

.main_img {
  position: relative;
	width: 1024px;
	margin: 0 auto;
	height: 460px;
}
.product_sns {top: -42px;}

@media (max-width:1023px) {
	.title {padding: 30px 0 15px 0;}
	.main_img {width: 100%; height: auto; margin: 0 auto 20px;}
	.main_img img {width: 100%; height: 100%;}
  .product_sns {right: 13px;}
  .product_sns img {border: 0; width: 30px; height: 30px;}
}

/*----------------------------------
化粧筆TOP　タブメニュー
---------------------------------- */
.all_area {
	width: 95%;
	max-width: 1024px;
	margin: 35px auto 30px;
}

#detail section {display: none;}
#detail section.selected {display: block;}

/*アクティブタブの装飾*/
.tab_area li.select {background: #666;}
.tab_area li.select span {color: #fff;}
.tab_area li.select p {color: #666; background: #fff;}

.tab_area {
  overflow: hidden;
  justify-content: space-between;
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px #ccc solid;
  z-index: 50;
}
.tab_area li {
	float: left;
  width: 20%;
  max-width: 180px;
	box-sizing: border-box;
	text-align: center;
	color: #777;
	padding: 22px 0;
	border-left: 1px #ccc solid;
	cursor: pointer;
}
.tab_area li:last-child {border-right: 1px #ccc solid;}
.tab_area li:hover {background: #eee;}
.tab_area li.select:hover {background: #666;}

.tab_area li span {
	font-size: 18px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-feature-settings: normal;
	letter-spacing: 2px;
}

.tab_area li p {
	width: 100px;
	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;
}

.hide {display: none;}

#detail {border: 1px #ccc solid;}
.detail {padding: 60px 0 20px 0;}

@media (max-width:767px) {
	.tab_area {width: 90%; max-width: 510px;}
	.tab_area li {width: 33.3333%; max-width: 170px; padding: 35px 0; border-bottom: 1px #ccc solid;}
	.tab_area li:nth-child(3) {border-right: 1px #ccc solid;}
  .tab_area li:nth-child(4), .tab_area li:nth-child(5) {width: 50%; max-width: 255px;}
	.tab_area li span {font-size: 16px;}
	
	#detail {border: 0px; width: 100%;}
}

/*--------- 01：シリーズから --------- */
.detail01 ul {width: 915px; margin: 0 auto 15px;}
.detail01 li {
	float: left;
	width: 177px;
	padding: 0 3px;
	text-align: left;
	font-size: 12px;
}
.detail01 li img {padding: 0 0 10px 0;}
.detail01 li:nth-child(5):after, .detail01 li:nth-child(10):after, .detail01 li:nth-child(15):after {
	clear: both;
	content:"";
	display: block;
	height: 25px;
	visibility: hidden;
}

@media (min-width:641px) and (max-width:1024px) {
	.detail01 ul {width: 100%; max-width: 561px;}
	.detail01 li {width: 31.3%; padding: 0 1%;}
	.detail01 li img {width: 100%; height: auto;}
	
	.detail01 li:nth-child(3n):after {
		clear: both;
		content:"";
		display: block;
		height: 25px;
		visibility: hidden;
	}
}

@media (max-width:640px) {
	.detail01 ul {width: 100%; max-width: 374px;}
	.detail01 li {width: 48%; padding: 0 1%;}
	.detail01 li img {width: 100%; max-width: 177px; height: auto;}
	
	.detail01 li:nth-child(2n):after {
		clear: both;
		content:"";
		display: block;
		height: 25px;
		visibility: hidden;
	}
}


/*---
@media (min-width:825px) and (max-width:979px) {
	.detail01 ul {width: 732px;}
	.detail01 li:nth-child(4):after, .detail01 li:nth-child(8):after, .detail01 li:nth-child(12):after {
		clear: both;
		content:"";
		display: block;
		height: 42px;
		visibility: hidden;
	}
}

	
@media (min-width:600px) and (max-width:824px) {
	.detail01 ul {width: 549px;}
	.detail01 li:nth-child(3):after, .detail01 li:nth-child(6):after, .detail01 li:nth-child(9):after, .detail01 li:nth-child(12):after {
		clear: both;
		content:"";
		display: block;
		height: 42px;
		visibility: hidden;
	}
}

@media (max-width:599px) {
	.detail01 ul {width: 95%; margin: 0 auto;}
	.detail01 li {width: 48%; padding: 0 1%;}
	.detail01 li img {width: 100%; height: auto; display: block;}
	
	.detail01 li:nth-child(even):after {
		clear: both;
		content:"";
		display: block;
		height: 25px;
		visibility: hidden;
	}
}
-- */

/*--------- 02：タイプから --------- */
.detail02 ul {width: 792px; margin: 0 auto; text-align: left;}
.detail02 li {float: left; padding: 0 2px 13px 2px;}
.detail02 p {
	text-align: left;
	font-size: 11px;
	line-height: 1.1;
	padding-top: 6px;
}

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

@media (min-width:768px) and (max-width:860px) {
	.detail02 ul {width: 693px;}
}
@media (min-width:550px) and (max-width:767px) {
	.detail02 ul {width: 495px;}
}
@media (min-width:450px) and (max-width:549px) {
	.detail02 ul {width: 396px;}
}
@media (max-width:449px) {
	.detail02 ul {width: 297px;}
}

/*--------- 03：セットから --------- */
.detail03 .set_wrap {width: 90%; max-width: 800px; margin: 0 auto 10px; display: flex;}
.detail03 .set_wrap ul {width: 100%;}
.detail03 .set_wrap ul:first-child {margin-right: 5%;}
.detail03 .set_wrap li {
  padding: 20px 0 16px 5%;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  border: 1px #AAA dotted;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  background: #f3f3ed;
  transition:0.5s;
}
.detail03 .set_wrap p {font-size: 14px; margin-bottom: 10px;}
.detail03 .set_wrap li i {font-size: 18px; margin-right: 8%;}
.detail03 .set_wrap li span {font-size: 18px; line-height: 1.3;}
.detail03 .set_wrap a {display: block;}
.detail03 .set_wrap li:hover {background: #E4007F; color: #fff;}
.detail03 .setlist02 li {font-size: 16px; padding: 18.5px 0 15px 5%;}

@media (max-width:767px) {
	.detail03 .set_wrap {width: 90%; max-width: 515px;}
  .detail03 .set_wrap ul:first-child {margin-right: 3%;}
  .detail03 .set_wrap li {font-size: 14px;}
  .detail03 .set_wrap li span {font-size: 16px; line-height: 1.3;}
  .detail03 .setlist02 li {font-size: 16px; padding: 17.3px 0 15px 5%;}
}
@media (max-width:599px) {
  .detail03 .set_wrap {margin: 0 auto;}
  .detail03 .set_wrap {display: block;}
  .detail03 .set_wrap ul:nth-child(2) {margin-top: 30px;}
  
}

/*--------- 04：ギフト --------- */
.detail03 .gift ul {width: 826px; margin: 50px auto 0;}
.detail03 .gift li {
  position: relative;
	float: left;
	width: 202px;
	text-align: left;
	margin: 0 6px 20px 0;
}
.detail03 .gift li img {border: 1px #CCC solid; margin-bottom: 8px;}
.detail03 .gift li:nth-child(4), .detail03 .gift li:nth-child(8), .detail03 .gift li:nth-child(12) {margin-right: 0;}

.detail03 .gift .price {
	font-size: 12px;
	line-height: 1.4;
	color: #D67241;

}
.detail03 .gift .item {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 2px;
}

.detail03 .gift li .new {position: absolute; top: 5px; right: 5px; z-index: 10;}
.detail03 .gift li .new img {border: 0; margin-bottom: 0;}

@media (min-width:680px) and (max-width:890px) {
	.detail03 .gift ul {width: 618px;}
	.detail03 .gift li:nth-child(3), .detail03 .gift li:nth-child(6), .detail03 .gift li:nth-child(9) {margin-right: 0;}
  .detail03 .gift li:nth-child(4), .detail03 .gift li:nth-child(8) {margin-right: 6px;}
}

@media (min-width:480px) and (max-width:679px) {
	.detail03 .gift ul {width: 410px;}
	.detail03 .gift li:nth-child(even) {margin-right: 0;}
}

@media (max-width:479px) {
	.detail03 .gift ul {width: 202px;}
	.detail03 .gift li {float: none; margin: 0 0 10px 0;}
}

/*--------- 05：毛質から --------- */
.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 #ccc 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 #ccc dotted;}
.detail05 li a {display: block;}

.detail05 .hair_point {
  width: 85%;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto 15px;
  font-size: 13.5px;
  line-height: 1.5;
}
.detail05 .hair_point_box {
  width: 48%;
  text-align: justify;  
}
.detail05 h3 {display: inline-block; font-size: 15px; margin: 25px 0 0 0; padding: 5px 20px; text-align: center; background: #444; color: #fff; border-radius: 14px;}
.detail05 .hair_point h4 {font-size: 15px; padding: 20px 0 10px 0; color: #71702f; font-weight: bold;}

@media (max-width:890px) {
	.detail05 ul {width: 90%; max-width: 500px;}
	.detail05 li {width: 45%; max-width: 240px;}
	.detail05 li:nth-child(odd) {margin-right: 20px;}
	.detail05 li:nth-child(even) {margin-right: 0;}
	.detail05 li:nth-child(14) {border-bottom: 0px;}
}
@media (max-width:767px) {
  .detail05 .hair_point {width: 95%; margin: 0 auto;}
  .detail05 .hair_point_box {width: 47.5%;}
}
@media (max-width:640px) {
  .detail05 .hair_point {display: block; width: 90%;}
  .detail05 .hair_point_box {width: 100%;}
  .detail05 h3 {margin: 35px 0 10px 0;}  
}

/*--------- 06：品番から --------- */
.detail06 {text-align: center;}
.detail06 table {
	width: 90%;
	margin: 0 auto;
	font-family: futura-pt, sans-serif;
}
.detail06 td {
	width: 15%;
	text-align: left;
	padding: 30px 0;
	border-top: 1px #ccc dotted;
}
.detail06 li {padding: 2px 0;}
.detail06 p {margin-bottom: 5px; font-size: 13px; font-weight: bold; letter-spacing: -0.1em;}

@media (max-width:767px) {
	.detail06 table {
		display: block;
		border: none;
		max-width: 515px;
	}
	
	.detail06 table tr {
		display: inline;
		text-align: left;
	}
	
	.detail06 table td {
		display: inline-block;
		width: 22.5%;
		max-width: 128.75%;
		vertical-align: top;
		text-align: left;
	}
	.detail06 table .non_td {display: none;}
}

/*----------------------------------
化粧筆TOP　バナー部分
---------------------------------- */
.index_banner {width: 740px; margin: 40px auto 60px;}
.banner_area {width: 490px; float: left;}
.banner_area p:nth-child(odd) {float: left; margin-bottom: 10px;}
.banner_area p:nth-child(even) {float: right; margin-bottom: 10px;}
.banner_area_sp {display: none;}

.submenu_tab {
		display: none;
		font-size: 17px;
		font-family: futura-pt, sans-serif;
		letter-spacing: 7px;
		padding-left: 7px;
		width: 220px;
		margin: 80px auto 0;
		border-bottom: 40px #333 solid;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
		height: 0;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}
	.submenu_tab a:link, .submenu_tab a:visited, .submenu_tab a:hover, .submenu_tab a:active {color: #fff; text-decoration: none;}

.sidemenu {
	float: right;
	width: 183px;
	font-size: 12px;
	border: 12px #e8e8dc solid;
	background: #FFF;
	padding: 6px;
	text-align: center;
}
.menu_banner {padding: 3px 0; text-align: center;}
.menu_txtlink {padding: 8px 0 0 0; line-height: 1.2;}
.menu_txtlink4 {font-size: 11px; padding: 4px 0 8px 0; line-height: 1.2;}

@media (max-width:767px) {
	.index_banner {width: 100%; margin: 0 auto;}
	.banner_area {display: none;}
	.banner_area_sp {display: block;}
	.banner_area_sp div img {width: 100%; height: auto;}
	
	.sidemenu {float: none; width: 80%; margin: 12px auto 0; border: 0px; background: #fff;}
	.sidemenu ul {width: 427px; margin: 0 auto;}
	
	.submenu_tab {display: block;}
	.sidemenu_wrap {width: 100%; background: #ddd; padding: 10px 0 20px 0;}
	
	.side_banner {width: 95%; max-width: 358px; margin: 3px auto;}
	.side_banner p {width: 50%; max-width: 177px; height: auto; max-height: 40px; box-sizing: border-box; margin-bottom: 6px;}
	.side_banner p:nth-child(odd) {float: left; padding-right: 0.5586%;}
	.side_banner p:nth-child(even) {float: right; padding-left: 0.5586%;}
	
	.menu_banner .photo {width: 100%; max-width: 177px; height: auto; max-height: 40px;}
}

.bt_shop {
  position: relative;
	width: 180px;
	font-size: 13px;
	text-align: center;
	border: 2px #E4007F solid;
  background: #eee;
	color: #E4007F;
	white-space: nowrap;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 10px auto;
}
.bt_shop a {display: block; padding: 10px 15px;}
.bt_shop i {position: absolute; top: 9px; left: 25px; font-size: 20px; color: #E4007F;}
.bt_shop a:link, .bt_shop a:visited, .bt_shop a:active {color: #E4007F; text-decoration: none;}
.bt_shop a:hover {background: #E4007F; color: #fff;}

