@charset "utf-8";

.pc{display: block !important;}
.sp{display: none !important;}

.mb1 {
	margin:0 0 30px;
}

.flex {
	display:flex;
	justify-content: space-around;
	align-items:center;
	width: 80%;
	margin: auto;
}

#trend {
    padding: 0 0 4%;
    /* background: #fffcf3; */
    background: #fff;
	margin: 50px 0 0;
}


#trend .slick-prev{
	background: url(../img/feature/trend_2019ss/prev.png) no-repeat  center center;
	border: none;
	left: 22%;
	top: 35%;
	background-size: 50%;
	width: 60px;
	height: 18px;
	z-index: 1000;
	border: 1px solid #333;
	transition: .3s;
	border-radius: 100px;
	padding: 30px;
}

#trend .slick-prev:hover {
	left: 21.5%;
	transition:.3s;
	background:url(../img/feature/trend_2019ss/prev.png) no-repeat center center ;	
	background-size: 50%;
}

#trend .slick-next{
	background: url(../img/feature/trend_2019ss/next.png) no-repeat  center center;
	border: none;
	right: 24%;
	top: 35%;
	background-size: 50%;
	width: 60px;
	height: 18px;
	z-index: 1000;
	border: 1px solid #333;
	transition: .3s;
	border-radius: 100px;
	padding: 30px;
}

#trend .slick-next:hover {
	right:23.5%;
	transition:.3s;
	background: url(../img/feature/trend_2019ss/next.png) no-repeat  center center;
	background-size: 50%;
}

.slick-prev:before,.slick-next:before {
	display:none;

}



#trend .br {
	display: block;
}



#trend .br2 {
	display: none;
}

#trend .inner {
	max-width: 1200px;
	margin: auto;
	/* overflow: hidden; */
	position: relative;
}

.center {
	display: block;
	margin: auto;
	text-align: center;
}

#trend h3 {
	text-align: center;
	font-size: 2em;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 5px;
	margin: 10px 0;

}

#trend h3 span{
	z-index: 100;
	padding: 0 0 5px;
	vertical-align: top;
	z-index: 100;
	position: relative;
}

#trend h3 p {
	display: inline-block;
	position: relative;
	z-index: 10;
	vertical-align: top;
}

#trend h3 p:after {
	content:"";
	position: absolute;
	height: 10px;
	bottom: 8px;
	left: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	background: #f39e76; /* Old browsers */
	background: -moz-linear-gradient(left,  #f39e76 0%, #fee215 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #f39e76 0%,#fee215 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #f39e76 0%,#fee215 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39e76', endColorstr='#fee215',GradientType=1 ); /* IE6-9 */
}

#trend h4 {
    font-size: 1em;
    letter-spacing: 2px;
    text-align: center;
    line-height: 2;
    color: #666;
    margin: 10px 0;
    width: 100%;
}


#trend h5 {
	/* font-family: 'Gilda Display', serif; */
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 2;
	/* font-weight: bold; */
	color: #222;
}



/*+++++++++++++++++++
メインビジュアル
++++++++++++++++++++*/
.image {
	display: block;
	margin: auto;
	width: 100%;
}

/*+++++++++++++++++++
ナビメニュー
++++++++++++++++++++*/

.nav {
	/* max-width: 1140px; */
	margin: 30px auto 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.nav ul{
	text-align: center;
	padding: 20px 0;
	max-width: 1500px;
	margin: auto;
}



.nav li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	padding: 0 48px;
	box-sizing: border-box;
	width: 16%;
}



.nav li a {
	color: #333;
	font-family: 'PT Serif', serif;
	font-size: 1em;
	letter-spacing: 4px;
	text-align: center;
}

.nav li a:after {
	content:"";
	position: absolute;
	height: 20px;
	width: 1px;
	background: #ccc;
	transform: rotate(35deg);
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}

.nav li:last-child a:after {display: none;}
.nav li:last-child {margin: 0;}

/*+++++++++++++++++++
トレンドページ　共通
++++++++++++++++++++*/

/*見出し*/
#trend .title {

















	text-align: center;



















	font-family: 'Gilda Display', serif;
	font-size: 4em;
	letter-spacing: 10px;
	position: relative;
	display: block;





	top: 0;
	left: 0;
	color: #222;
	right: 0;
	/* bottom: 0; */
	margin: auto;
	/* height: 100px; */
}

/*本文*/
#trend .cont {
	text-align: center;
	line-height: 2.5;
	font-size: 0.88em;
	margin: 50px 0;
	letter-spacing: 1px;
}


#trend .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: .5s;
}



#trend .overlay:hover {

	background: rgba(0,0,0,0.05);

	transition: .5s;

}



/*+++++++++++++++++++
イントロ
++++++++++++++++++++*/

#trend #intro {
	margin: 0 0 80px;
	padding: 80px 0 0;
	overflow: hidden;
}

#trend #intro ul {
	margin: 50px auto 0;
	overflow: hidden;
	justify-content: center;
	display: flex;
}

	

#trend #intro li{
	width: 23%;
	margin: 0 2% 2% 0;
	/* float: left; */
}	

#trend #intro li img {
	width:100%
}

	

#trend #intro li:last-child {
	margin: 0 0 2% 0;
}

#trend #intro li a {
	position: relative;
	display: block;
}

	

#trend #intro li span{
	font-family: 'Gilda Display', serif;
	text-align: center;
	position: absolute;
	top: 45%;
	margin: auto;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	word-break: break-all;
	/* height: 30px; */
	color: #fff;
	line-height: 1.5;
	font-size: 1.4em;
	display: block;
	transition: .5s;
	opacity: 1;
	z-index: 100;
	padding: 0 20px 30px;
	box-sizing: border-box;
	background: url(../img/feature/trend_2020ss/arrow_on.png) no-repeat center bottom;
	background-size: 15px;
}	

#trend #intro li a:hover span {
	transition: .5s;
	opacity: 0;

}

/*+++++++++++++++++++
テクスチャ
++++++++++++++++++++*/

article#collection,article#texture {
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 100px 0;
}

article#collection .inner{
	max-width: 100%;
}

article#collection .inner ul li {
	float:left;
	margin: 0 40px 0 0;
	outline: none;
	position: relative;
}

article#collection .inner ul li.slick-slide .texture_style:before {
	content: "";
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	transition:.3s;
}

article#collection .inner ul li.slick-current .texture_style:before {
	background: rgba(255,255,255,0);
	transition:.3s;
}

article#texture .inner ul li:last-child {
	margin:0;
}

article#collection .title {
	margin: 0 auto 50px;
}

article#texture .title {
	margin: 0 auto 30px !important;
}

article#collection .inner ul li h4 {
	text-align: center;
	font-size: 0.9em;
	line-height: 2.2;
	letter-spacing: 2px;
}

article#collection .texture_style,
article#texture .texture_style {
	overflow: hidden;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
	display: flex;
}

article#collection .texture_style .title,
article#texture .texture_style .title {
	margin: 5% auto 0;
	position: absolute;
	z-index: 100;
}


article#collection .texture_style img,
article#texture .texture_style img
 {
	width: 66%;
}

article#collection .texture_style dl,
article#texture .texture_style dl{
	overflow: hidden;
	position: relative;
	width: 33.3%;
}

article#collection .texture_style dt,
article#texture .texture_style dt{
	width: 100%;
	display: block;
}

article#collection .texture_style dt img,
article#texture .texture_style dt img{
	float: none;
	width: 100%;
}

article#texture .inner ul li h4 {
	font-size: 0.9em;
	line-height: 2.2;
	letter-spacing: 2px;
}

/*+++++++++++++++++++
コレクション
++++++++++++++++++++*/

article#collection {
	padding: 150px 0;
	/* background: #fffcf3; */
	position: relative;
}
article#collection .texture_style img {
	width: 100%;
}

/*+++++++++++++++++++

ヘアー

++++++++++++++++++++*/

.color-nav {overflow: hidden;display: flex;margin: 0 0 20px;}

.color-nav a{
	color: #000;
	width: 100%;
	text-align: center;
	padding: 20px 0 25px;
	border-right: 1px dashed #666;
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8%;
	background-size: 10px;
	transition:.3s;	
}

.color-nav a.active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(0, 0,0, 0.05);
	background-size: 10px;
}

.color-nav a.active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(0, 0,0, 0.05);	
	background-size: 10px;
	transition:.3s;
}
.color-nav a:hover {
	text-decoration:none;
}

.color-nav a:last-child{
	border: none;
}

.color-nav a b {display: block;font-family: 'Gilda Display', serif;font-size: 1.6em;font-weight: 500;letter-spacing: 2px;}

.color-nav a span {
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	text-align: center;
	display: block;
}

.color-slide {display: none;border-top: 1px solid #333;position: relative;}
.color-slide.show {display: block;}

.color-slide figure {
	position:relative;
}

.color-slide figure img.icon {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px;
}
.color-slide ul{
}

.color-slide li{
	float: left;
	outline: none;
	width: 100%;
	margin: 0 5% 0 0;
}



.color-slide .colorbox {
	position: absolute;
	top: 7%;
	width: 45%;
	height: auto;
	z-index: 1000;
	/* background: rgba(255,255,255,0.9); */
	left: 3%;
	margin: auto;
	/* padding: 30px; */
	/* box-sizing: border-box; */
	bottom: 0;
}



/*+++++++++++++++++++

カラー

++++++++++++++++++++*/

article#color {

	padding: 100px 0;

}





article#color .inner {

	padding:0 50px;

}



article#color ul {

	overflow: hidden;

	margin: 30px 0 0 0;



}

article#color li {
	width: 48%;
	float: left;
	margin: 0 20px 0 0;
	/* background: #f00; */
	outline: none;
}
article#color span {
	display: block;
	text-align: center;
	font-family: 'Gilda Display', serif;
	font-size: 2em;
	margin: 20px 0 0 0;
	letter-spacing: 1px;
	line-height: 1;
}

/*+++++++++++++++++++
ヘアカラー
++++++++++++++++++++*/
.grade {background: rgb(238,238,238);background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(0,0,0,1) 100%);display: flex;justify-content: space-evenly;padding: 10px;margin: 50px auto 0;}

.grade b{
	width: 100%;
	text-align: center;
}

article#haircolor {
	padding: 100px 0;
	/* background: #fff; */
	/* background: #fffcf3; */
}

#trend article#haircolor .inner {
	max-width: 1200px;
}

article#haircolor .colorbox {
	overflow: hidden;
	margin: 30px auto 0;
	max-width: 1200px;
	display: flex;
	/* flex-wrap: wrap; */
}

article#haircolor dl{
    width: 31%;
    /* float: left; */
    margin: 0 3% 2% 0;
}

article#haircolor dl:last-child{
	margin: 0 0 2%;
}

article#haircolor dt h3{
	letter-spacing: 3px;
	font-size: 1.3em;
	margin: 20px 0 0;
	font-family: inherit;
}

article#haircolor dd{
	margin: 10px 0 0;

}

article#haircolor dd p {
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 2;
	color: #666;
	height: 90px;
}

article#haircolor dd strong {
	display: block;
	font-size: 1em;
	text-align: center;
	letter-spacing: 1px;
	border-bottom: 1px solid #222;
	padding: 0 0 5px;
	margin: 0 0 15px;
}

article#haircolor dd b{
	color: #69c;
	font-size: 0.95em;
	letter-spacing: 1px;
	display: block;
	margin: 0 0 5px;
	font-family: inherit;
}

article#haircolor dd em {
	font-size: 0.8em;
	color: #666;
	font-style: normal;
	letter-spacing: 1px;
	display: block;
	line-height: 1.8;
}




/*+++++++++++++++++++

メイクアップ


++++++++++++++++++++*/

article#make {padding: 100px 0;background: #fffcf3;}



.makebox {
	border: 3px solid #111;
	padding: 60px;
	overflow: hidden;
	background: #fff;
	margin: 50px auto 0;
	position:relative;
	box-sizing: border-box;
}

.makebox .flex img {
	margin:0 30px 0 0;
}


.makebox h4 {
	margin: 30px 0 0;
}

.makebox h4 b {
	border:1px solid #222;

	padding: 2px 10px;
	display: inline-block;
	margin: 0 0 12px;
}


.makebox:before {
	content:"";
	position:absolute;
	border: 1px solid #111;
	width: 99%;
	box-sizing: border-box;
	left: 0;

	right: 0;
	margin: auto;
	height: 98%;
	top: 0;
	z-index: 0;
	bottom: 0;
}



.makebox ul {
	padding: 0 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
	position: relative;
	display: flex;
	/* flex-wrap: wrap; */
}

.makebox li{
	width: 33%;
	margin: 0 2% 0 0;
	text-align: center;
}


.makebox li:last-child{
    margin: 0;
}

.makebox li figure {
	position: relative;
	width: 100% !important;
	/* height: 100px; */
	overflow: hidden;
	margin: 0 !important;
}

.makebox p{
	font-family: 'Gilda Display', serif;
	font-size: 1.5em;
	letter-spacing:1px;
	text-align: center;
	margin: 0 0 20px;
}

.makebox dl {
	margin: 20px 0 0;
}

.makebox dt {
	font-family: 'Gilda Display', serif;
	font-weight: bold;
	font-size: 1.7em;
	margin: 0 0 10px;
	letter-spacing: 1px;
}

.makebox dd {
	letter-spacing: 1px;
	color: #666;
	line-height: 2;
}

.makebox span {
	margin: 20px 0 0;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 2;
	display: block;
	color: #666;
}

article#style .colorbox {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	margin: 40px 30px;
}


#hair {
	padding: 100px 0 80px;
	background: #fffcf3;
}


#hair ul{padding: 0;}

#hair li{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}


#collection  .permbox {
	margin: auto;
	overflow: hidden;
}

#collection .perm_textbox{
	width: auto;
	float: none;
	text-align: center;
}

#collection  .permbox b {
	font-family: 'Gilda Display', serif;
	font-size: 1.8em;
	letter-spacing: 2px;	
	display: block;
	margin: 0 0 5px;
}
#texture  .permbox b{
	font-family: 'Gilda Display', serif;
	font-size: 1.8em;
	letter-spacing: 2px;
}
#collection  .permbox b.min {
	font-size: 1.5em;
}
#collection  .permbox h4,
#texture  .permbox h4 {
	text-align:left;
	margin: 0;
}
#collection .permbox dl,
#texture .permbox dl{
	margin: 0;
	padding: 25px;
	box-sizing: border-box;
	width: 49%;
	background: #f7f7f7;
	float: right;
}

#collection .permbox dt,
#texture .permbox dt{
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 20px 3px 0;
}

#collection .permbox dd,
#texture .permbox dd{
	color: #666;
	letter-spacing: 2px;
	font-size: 0.9em;
	line-height: 2;
	margin: 0 0 15px 0;
}


#collection  .permbox dd:last-child,
#texture .permbox dd:last-child {
	margin:0;
}


#texture .perm_textbox  {
	width: 48%;
	float: left;
}


#hair ul.solidus {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
}

#hair ul.solidus li{
	width: 31%;
	position: relative;
	margin: 0 3% 80px 0;
}

#hair ul.solidus li p {
	font-size: 0.88em;
	line-height: 2;
	margin: 10px 0 0;
	letter-spacing: 1px;
}

#hair ul.solidus li:last-child{margin: 0;}

#hair ul.solidus li figure{
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	box-sizing: border-box;
}

#hair ul.solidus li b{
	font-size: 1.1em;
	letter-spacing: 1px;
	display: block;
	margin: 0;
	color: #c60f0f;
	line-height: 1.7;
}

#hair ul.solidus li .flex{
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}

#hair ul.solidus li em{
	font-style: normal;
	font-size: 0.8em;
	line-height: 2;
	color: #666;
	letter-spacing: 0px;
	display: block;
	margin: 10px 0 0;
}




.color-nav {}

.color-nav a{
	color: #000;
	width: 100%;
	text-align: center;
	padding: 20px 0 25px;
	border-right: 1px dashed #666;
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8%;
	background-size: 10px;
	transition:.3s;	
}

.color-nav a:hover {
	text-decoration:none;
}

.color-nav a:last-child{
	border: none;
}

.colorbox b {
	display: block;
	font-family: 'Gilda Display', serif;
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 2px;
}

.color-nav a span {
	font-size: 1em;
}


.color-slide.show {display: block;}


.color-slide figure ol li {
	margin:0;
	float: left;
}
.color-slide .color-inner {
    width: auto;
    background: rgba(255,255,255,0.9);
    left: 3%;
    margin: 0 0px 0 0px;
    padding: 20px 30px;
    box-sizing: border-box;
}	

.slick-slider {
    overflow: hidden;
    padding: 0;
}

.color-slide .colorbox {
}

.color-slide .colorbox p {
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 2;
	width: auto;
	margin: 0 0 30px;
}


.color-slide .colorbox dl{
	margin: 0 0 30px;
}


.color-slide .colorbox dt{
	font-size: 1.1em;
	font-weight: 700;
}


.color-slide .colorbox dd p{margin: 0 0 10px;}

.color-slide ul{
	overflow: hidden;
	margin: 50px auto 0;
	max-width: 90%;
	display: flex;
	position: relative;
	justify-content: center;
}

.color-slide li{
	/* float: left; */
	display: block !important;
	outline: none;
	width: 33%;
	margin: 0 5% 0 0;
}

.color-slide li span {
	font-family:'Gilda Display', serif;
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	margin: 15px 0 0;
	letter-spacing: 1px;
}

.color-slide .slick-dots {
	position: absolute;
	right: 1%;
	top: 0;
	margin: 30px auto 0;
}

.color-slide .slick-dots li {
	margin: 0 10px 0 0 !important;
}

.color-slide .slick-dots li button:hover {
	transition:.3s;
	background:#003770;
}


.color-slide .colorbox dt {
	font-size: 1em;
}


@media screen and (max-width: 1499px) {
	.colorbox b {
		font-size: 1.6em;
	}
.color-slide .colorbox p {
	font-size:0.85em;
}	
#trend h3 {
	font-size: 1.6em;
}
#trend .inner {max-width: 1100px;}

#trend h2 {width: auto;margin: auto;padding: 3% 0;}

#trend h2 p {
	font-size: 2em;
}


#trend h2 p:before{
	width: 20%;
}

#trend h2 p:after{
	width: 20%;
}

#trend h4 {
    font-size: 1em;
}

/*+++++++++++++++++++
トレンドページ　共通
++++++++++++++++++++*/

/*見出し*/
#trend .title {
	font-size: 3em;
}

/*本文*/
#trend .cont {
	text-align: center;
	line-height: 2.5;
	font-size: 0.88em;
	margin: 50px 0;
	letter-spacing: 1px;
}

/*+++++++++++++++++++
イントロ
++++++++++++++++++++*/
#trend #intro {
	margin: 0 auto 80px;
	width: 90%;
}

/*+++++++++++++++++++
カラー
++++++++++++++++++++*/

article#color {
	padding: 4% 0 8%;
}
article#color ul {
	max-width: 100%;
}

article#color li {
    margin: 0;
    text-align: center;

}

article#color li img {
	/* width: 100%; */
}

.color-point {
	width: 92%;
}

.color-point dl{padding: 25px 15px;height: 300px;}





.color-point dt p{

	font-size: 1.5em;

}



.color-point dt span{

	font-size: 0.8em;

}



.color-point dd{font-size: 0.8em;}



.color-point dd img {
	width: auto;
	display:block;
	margin: 15px auto 0;

}



/*+++++++++++++++++++

コレクション

++++++++++++++++++++*/



article#collection {
	padding: 120px 0;
}

article#collection .colstyle dt {
	letter-spacing: 2px;
}




#trend article#collection  ul.slick-dots {


	width: 100%;
	height: auto;
}



#trend article#collection  ul.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0 7px;

}


/*+++++++++++++++++++
ヘアカラー
++++++++++++++++++++*/

article#haircolor dt img{
    width: 100%;
}

.color-slide ul{
	max-width: 100%;
}

.color-slide li:last-child{}




/*+++++++++++++++++++

メイクアップ

++++++++++++++++++++*/



.makebox p{

    font-size: 2em;

}





.makebox span {

	font-size: 0.8em;

}

.color-slide .colorbox {
	width:48%;
}

.color-slide .color-inner {
	padding: 20px;
}

.color-slide .colorbox dl {
	margin: 0 0 10px;
}

.color-slide .colorbox dt {
	font-size:0.9em;
}
.color-nav a b {font-size: 1.6em;}
.color-slide .colorbox dd p {
	font-size: 0.8em;
	letter-spacing: 0;
}





#hair ul.solidus {
}

#hair ul.solidus li{
	/* width: 47%; */
	/* position: relative; */
	/* margin: 0 6% 80px 0; */
}

#hair ul.solidus li p {
	font-size: 0.85em;
	line-height: 2;
}

#hair ul.solidus li:nth-child(2n){
	/* margin: 0 0 80px; */
}

#hair ul.solidus li figure{
	/* width: 50%; */
}



#hair ul.solidus li b{
	font-size: 1em;
	letter-spacing: 1px;
}

#hair ul.solidus li .flex{
	width: auto;
	margin: 0 auto 10px;
}

#hair ul.solidus li em{
	font-size: 0.75em;
}


article#haircolor .grade {
	max-width:90%;
}
article#haircolor .colorbox {
	max-width: 90%;
}

article#haircolor dd p {
	font-size: 0.8em;
}

article#haircolor dd strong {
	font-size: 0.9em;
}
}

@media screen and (max-width: 1299px) {
    #trend .inner {max-width: 90%;}
}

@media screen and (max-width: 1023px) {

#trend .slick-prev{
	left: 3%;

}

#trend .slick-prev:hover {
	left: 3%;
}

#trend .slick-next{
	right: 3%;
}

#trend .slick-next:hover {
	right:3%;

}


article#style .colorbox {
	margin: 30px 20px;
}
.color-slide figure img.icon,article#style dt {width: 250px;}


#trend .inner,#trend article#haircolor .inner {
    max-width: 90%;
    margin: auto;
}






#trend #intro li span{
	font-size: 1em;
	padding: 0 10px 20px;
	letter-spacing: 1px;
}

.color-nav a {
	padding: 10px 0 15px;
}	


/*見出し*/

#trend .title {font-size: 2em;letter-spacing: 3px;}	

	

#trend h2 p:before{width: 15%;}



#trend h2 p:after{width: 15%;}



#trend h3 {font-size: 1.6em;letter-spacing: 0;}




#trend h4 {letter-spacing: 1px;font-size: 0.8em;}






/*+++++++++++++++++++

トレンドページ　共通

++++++++++++++++++++*/






/*本文*/

#trend .cont {

	text-align: center;

	line-height: 2.5;

	font-size: 0.88em;

	margin: 50px 0;

	letter-spacing: 1px;

}





/*+++++++++++++++++++

イントロ

++++++++++++++++++++*/



#trend #intro {width: 95%;}







/*+++++++++++++++++++

コレクション

++++++++++++++++++++*/



article#collection {padding: 100px 0 0;/* max-width: 90%; *//* margin: auto; */}






#trend article#collection  ul.slick-dots {

	width: 100%;

	height: auto;

}





#trend article#collection  ul.slick-dots li {

	display: inline-block;

	float: none;

	padding: 0 7px;

}



#trend article#collection  ul.slick-dots li.slick-active button {

	background: #333;

}



article#collection .colstyle {
    width: 46%;
}





article#collection .colstyle dl {

	margin: 0;

}



article#collection .colstyle dt{font-size: 1em;padding: 0 0 10px;}



/*+++++++++++++++++++

ヘアカラー

++++++++++++++++++++*/

article#haircolor {
	padding: 80px 0;

}


/*+++++++++++++++++++

カラー

++++++++++++++++++++*/



article#color .inner {

	padding:0;

}



article#color ul {

	overflow: hidden;

	max-width: 1280px;

	margin: 30px auto 0;

}



article#color span {

	font-size: 1.3em;

}





.color-point {

	width: 90%;

	margin: auto;

	overflow: hidden;

}



.color-point li{

	width: auto;

	margin: 0 0 2%;

}



.color-point li:last-child {

	margin: 0;

}



.color-point dl{

	height: auto;

	padding: 15px;

}



.color-point dd img {

	width: auto;

	display:block;

	margin: 15px auto 0;

}


/*+++++++++++++++++++

メイクアップ

++++++++++++++++++++*/

article#make {

	padding: 80px 0;

}



.makebox span {

}



.makebox {max-width: 100%;padding: 30px;}


.makebox .flex {
	width:auto;
	display: block;
}

.makebox:before {

	padding: 50px 20px;


}



.makebox ul {padding: 0;}





.makebox img {


	width: 80%;

}	




.color-slide .colorbox {position: relative;width: auto;clear: both;left: 0;}

.color-slide .color-inner {
	display:flex;
}

.color-slide ul {
	max-width: 100%;
}

.color-slide ul li {
	margin: 0 20px 0 0;
}

.color-slide .colorbox dl{
	margin: 0 20px 0 0;
	width: 50%;
}


.color-slide .colorbox dt{
	font-weight: 700;
	margin: 0 0 5px;
	font-size: 1.1em;
}


.color-slide .colorbox dd p{
	font-size: 0.8em;
	line-height: 1.8;
	letter-spacing: 1px;
	width: auto;
	margin: 0;
}

.colorbox b {
	font-size: 1.6em;
	height: auto;
}


#hair ul.solidus {
}

#hair ul.solidus li{
	width: 90%;
	margin: 0 auto 50px;
}

#hair ul.solidus li p {
	font-size: 0.9em;
	letter-spacing: 1px;
}

#hair ul.solidus li:nth-child(2n){
	margin: 0 auto 50px;
}

#hair ul.solidus li figure{
	width: 30%;
}



#hair ul.solidus li b{
	font-size: 1.2em;
	letter-spacing: 1px;
}

#hair ul.solidus li .flex{
	width: auto;
	margin: 0 auto 10px;
}

#hair ul.solidus li em{
	font-size: 0.9em;
}


article#haircolor .grade {
	max-width: 100%;
}
article#haircolor .colorbox {
	max-width: 100%;
	flex-wrap: wrap;
}

article#haircolor dl {
	width: 48%;
	margin: 0 4% 50px 0;
}

article#haircolor dl:nth-child(2n) {
	margin:0;
}

article#haircolor dt h3 {
	font-size: 1.1em;
	margin: 10px 0 0;
}

article#haircolor dd p {
	font-size: 0.8em;
	height: 60px;
}

article#haircolor dd strong {
	font-size: 0.9em;
	line-height: 1.8;
	letter-spacing: 0;
}

}



@media screen and (max-width: 767px) {
	#trend {
		margin: 50px 0 0;
	}
.pc{display: none !important;}
.sp{display: block !important;}	
	
.color-slide .colorbox {
	margin:20px auto 0;
}

	.color-slide li img {
		width: auto;
	}	
	
article#collection, article#texture {
}
#trend .br {display:none;}
#trend .br2 {display:block;}

#trend .slick-prev{background-size: 50%;top: 20%;left: 2%;padding: 15px;width: 13px;}



#trend .slick-prev:hover {
	transition:.3s;
	left: 2%;
	background: url(../img/feature/trend_2019ss/prev.png) no-repeat center center rgba(0,0,0,0.1);
	background-size: 50%;
}



#trend .slick-next{background-size: 50%;right: 2%;width: 13px;padding: 15px;background: url(../img/feature/trend_2019ss/next.png) no-repeat  center center rgba(0,0,0,0.1);background-size: 50%;top: 20%;}

#trend .slick-next:hover {
	transition:.3s;
	right: -4%;
	top: 30%;
}

.slick-prev:before,.slick-next:before {
	display:none;
}

#trend .br2 {
	display: block;
}




#trend .inner {max-width: 90%;margin: auto;}



.center {

	display: block;

	margin: auto;

}


#trend h3 {
    font-size: 1em;
    margin: 0;
    letter-spacing: 0;
}

#trend h3 p:after {
	height: 4px;
}

#trend h4 {font-size: 0.8em;text-align: left;}

#trend h5 {
	/* font-family: 'Gilda Display', serif; */
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 2;
	/* font-weight: bold; */
	color: #222;
}

.color-nav a b {
	font-size: 1.2em;
}

article#collection .colstyle .left h4 {
	font-size: 0.8em;
}


/*+++++++++++++++++++

ナビメニュー

++++++++++++++++++++*/


.nav {

	/* max-width: 1140px; */

	margin: 30px auto 0;

	border-top: 1px solid #ccc;



	border-bottom: 1px solid #ccc;

}



.nav ul{



	text-align: center;

	padding: 20px 0;

	max-width: 1500px;

	margin: auto;

}





.nav li{

	display: inline-block;

	vertical-align: top;

	text-align: center;

	position: relative;

	padding: 0 48px;

	box-sizing: border-box;

	width: 16%;

}




.nav li a {

	color: #333;

	font-family: 'PT Serif', serif;

	font-size: 1em;

	letter-spacing: 4px;

	text-align: center;

}



.nav li a:after {

	content:"";

	position: absolute;

	height: 20px;

	width: 1px;

	background: #ccc;

	transform: rotate(35deg);

	top: 0;

	bottom: 0;

	margin: auto;

	right: 0;

}



.nav li:last-child a:after {display: none;}



.nav li:last-child {margin: 0;}



/*+++++++++++++++++++

トレンドページ　共通

++++++++++++++++++++*/

/*見出し*/

#trend .title {letter-spacing: 2px;font-weight: bold;margin: 0 0 10px !important;line-height: 1.4;font-size: 1.5em;}





/*本文*/

#trend .cont {
	text-align: center;
	line-height: 2.5;
	font-size: 0.88em;
	margin: 50px 0;
	letter-spacing: 1px;
}





/*+++++++++++++++++++

イントロ

++++++++++++++++++++*/



#trend #intro {padding: 50px 0 0 0;width: auto;}



	

#trend #intro ul {
	max-width: 100%;
	margin: 20px auto 0;
	flex-wrap: wrap;
	justify-content: left;
}

#trend #intro li {
	width: 48%;
}


#trend #intro li span{
	font-size: 1em;
	word-break: break-all;
	letter-spacing: 2px;
}	



#trend #intro li a:hover span {

	transition: .5s;

	opacity: 0;

}

/*+++++++++++++++++++
テクスチャ
++++++++++++++++++++*/

#trend article#collection {
	overflow: hidden;
	position: relative;
	/* background: #fff; */
	padding: 0;
}


#trend article#collection .inner {
	max-width: 100%;
}

#trend article#collection .inner ul li {margin: 0 10px;}
#trend article#collection .texture_style {
	margin:0 auto 10px;
	display: block;
	max-width: 90%;
}

#trend article#collection .texture_style img {
	width:100%;
}

#trend article#collection .texture_style dl {
	width: 100%;
	display: flex;
}

#collection  .permbox {
	padding: 10px 0;
}

#trend article#collection .inner ul li h4 {
	font-size: 0.8em;
	letter-spacing: 1px;
}

#collection  .perm_textbox {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}

#collection  .permbox b{
	font-size: 1.4em;
	letter-spacing: 1px;
}
#collection .permbox b.min {
	font-size: 1.1em;
	letter-spacing: 0;
}	
#collection  .permbox h4 {
	text-align:left;
	margin: 0;
}
#collection  .permbox dl{
	padding: 20px;
	width: 100%;
	float: none;

}

#collection  .permbox dt{font-size: 0.9em;}

#collection  .permbox dd{
	font-size: 0.8em;
	letter-spacing: 1px;
}


#collection  .permbox dd:last-child {
	margin:0;
}


/*+++++++++++++++++++
ヘアカラー
++++++++++++++++++++*/

article#haircolor {
    padding: 100px 0 0;
}
article#haircolor .grade {
	display:none;
}
article#haircolor .colorbox {
    max-width: 100%;
}



article#haircolor dl{
    width: auto;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}


article#haircolor dl:nth-child(2n){
	float: none;
	margin: 0 auto 20px;
}

article#haircolor dd p {
	height: auto;
	margin: 0 auto 10px;
}


article#haircolor dd{
	margin: 0;
	font-size: inherit;
	letter-spacing: 1px;
	line-height: 2;
	color: #666;
}

article#haircolor dd b {
	margin: 0;
	font-size: 0.8em;
}

.color-nav {
    display: block;
    border-top: 2px solid #666;
}

.color-nav a{
	border-bottom: 1px dashed #666;
	border-right: none;
	overflow: hidden;
	display: block;
}

.color-nav a span {font-size: 0.9em;}



.color-nav a:hover {
	text-decoration:none;
}

.color-nav a:last-child{
	border: none;
}
.color-slide {
	border: none;
	padding: 0;
}

article#style .colorbox {
	bottom: -7%;
	left: 0;
	right: 0;
	margin: auto;
	top: inherit;
	position: relative;
}

.color-slide figure img.icon {
	margin: 20px auto 20px;

	text-align: center;
	position: relative;
	display: block;
}

article#style dt {
	margin: auto;
	text-align: center;
}
.color-slide ul{margin: 20px auto;display: block;max-width: 70%;}

.color-slide li:first-child {
	width:100%;
}

.color-slide ul li:nth-child(2) { width: 50% !important; margin: 0 !important;}

.color-slide ul li:nth-child(3){
	margin: 0 !important;
	width: 50% !important;
}

.color-slide li span {
	font-size: 1em;
	margin: 10px 0 20px;
}


.color-slide .slick-dots {
	right:0;
	position: relative;
	width: auto;
	clear: both;
	padding: 15px 0 0;
	display: flex;
}
.color-slide .slick-dots li{margin: 0 5px !important;width: auto !important;}
.color-slide .slick-dots li:nth-child(n+2) {
	margin:0 5px !important;
	width:auto;
}
.color-slide li {width: 40%;}


.color-slide .color-inner {
	display: block;
	padding: 0;
}

.color-slide .colorbox dl {
	width:100%;
	margin: 0 0 20px;
}

article#texture .color-slide .slick-dots li {
	width: auto !important;
}

/*+++++++++++++++++++

コレクション

++++++++++++++++++++*/




article#collection {padding: 80px 0;}





#trend article#collection  ul.slick-dots {

	width: 100%;

	height: auto;

}






#trend article#collection  ul.slick-dots li {


	display: inline-block;

	float: none;



	padding: 0 7px;



}



#trend article#collection  ul.slick-dots li.slick-active button {

	background: #333;


}




article#collection .colstyle {margin: 60px 0;width: 100%;}



article#collection .colstyle:last-child {

	margin: 60px 0 0;

}




article#collection .colstyle .left{

	width: auto;

	float: none;

}



article#collection .colstyle .right {

	width: auto;

	float: none;

}



article#collection .colstyle .right ul {padding: 0 0 10px;}



article#collection .colstyle .right li {

	float: left;

	outline: none;

}



article#collection .colstyle:nth-child(2n) .left{
	float: none;
}





article#collection .colstyle:nth-child(2n) .right{float: none;}


article#collection .colstyle dt{
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
}
/*+++++++++++++++++++
ヘアー
++++++++++++++++++++*/
#hair {padding: 50px 0;}


/*+++++++++++++++++++

カラー

++++++++++++++++++++*/

article#color {

	padding: 80px 0;

}


article#color .inner {padding: 0 20px;max-width: 100%;}



article#color ul {max-width: 100%;}


article#color span {font-size: 1.1em;margin: 5px 0 0;}





/*+++++++++++++++++++

メイクアップ

++++++++++++++++++++*/

article#make {padding: 80px 0 0;margin: 80px 0 0;}



.makebox {margin: 30px auto 0;padding: 20px;}



.makebox:before {border: none;}



.makebox ul {padding: 0;display: block;}



.makebox li{

	width: 100%;

	display: block;

	margin: 0 0 12% 0;

}



.makebox li:nth-child(2n){margin: 0 0 8%;}







.makebox p{font-size: 1.6em;padding: 0 0 5px;margin: 0 0 5px;}



.makebox img {margin: 10px auto;width: 100%;}	



.makebox span {font-size: 3vw;letter-spacing: 0;}


#hair ul.solidus {
	display: block;
}

#hair ul.solidus li{
	width: 100%;
	margin: 0 0 30px;
}

#hair ul.solidus li p {
	font-size: 0.8em;
	line-height: 1.8;
}

#hair ul.solidus li:nth-child(2n){
	margin: 0 0 30px;
}

#hair ul.solidus li figure{
	width: auto;
	margin: 0 auto 20px;
}

#hair ul.solidus li b{
	font-size: 1em;
}

#hair ul.solidus li .flex{
	width: auto;
	margin: 0 auto 10px;
	align-items: flex-start;
}

#hair ul.solidus li em{
	font-size: 0.75em;
	letter-spacing: 0;
	line-height: 1.8;
}



}


