@charset "utf-8";
/*inview*/
.fade {
	opacity: 0;
	transition: .6s;
	transition-delay:0.6s;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);		
}

.fade1 {
opacity: 0;
transition: .7s;
transition-delay:0.7s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);	
}

.fade2 {
opacity: 0;
transition: .8s;
transition-delay:0.8s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);		
}

.fade3 {
opacity: 0;
transition: .9s;
transition-delay:0.9s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);		
}

.fade4 {
opacity: 0;
transition: .10s;
transition-delay:0.10s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);		
}

.mv-fade {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);	
}
	.pc{display: block;}
	.sp{display: none;}
#trend {
    padding: 0 0 4%;
    /* background: #fffcf3; */
    background: #fff;
}


#trend .slick-prev{
	background: url(../img/feature/trend_2019ss/prev.png) no-repeat  center center;
	border: none;
	left: 2%;
	top: 43%;
	background-size: 100%;
	width: 60px;
	height: 18px;
	z-index: 1000;
	transition: .3s;

}



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

#trend .slick-next{
	background: url(../img/feature/trend_2019ss/next.png) no-repeat center center;
	border: none;
	right: 2%;
	top: 45%;
	background-size: 100%;
	width: 60px;
	height:18px;
	z-index: 1000;

}



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

.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 h2 {

	position: relative;

	text-align: center;

	padding: 2% 0;

	font-family: 'Gilda Display', serif;

	font-size: inherit;

	margin: 0;

}



#trend h2 p {

	font-size: 2.5em;

	letter-spacing: 2px;

	line-height: 1.5;

	position: relative;

}



#trend h2 span{

	font-size: 1.2em;

	letter-spacing: 4px;

	font-weight: 500;

}



#trend h2 p:before{

	/* content: ""; 

	position: absolute;

	height: 1px;

	left: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}

#trend h2 p:after{
	/* content: ""; 
	position: absolute;
	height: 1px;
	right: 0;
	width: 25%;
	background: #222;
	top: 0;
	bottom: 0;
	margin: auto;
}

*/

#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;
}

	

#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 {
	padding: 150px 0;
	/* background: #fffcf3; */
	position: relative;
}

article#collection .inner {
	display:flex;
	flex-wrap: wrap;
}

#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 {overflow: hidden;margin: 30px 3% 0 0;position: relative;width: 48%;}



article#collection .colstyle:nth-child(2n) {margin: 30px 0 0;}



article#collection .colstyle .left{
	width: auto;
	float: none;
}

article#collection .colstyle .left h4 {
	text-align: left;
	font-size: 0.9em;
	line-height: 2;
	margin: 10px 0 0;
}



article#collection .colstyle .right {

	width: 30%;

	float: right;

}



article#collection .colstyle .right ul {

	overflow: hidden;

	position: relative;

}



article#collection .colstyle .right li {

	float: left;

	outline: none;

}



article#collection .colstyle:nth-child(2n) .left{

	float: right;

}





article#collection .colstyle:nth-child(2n) .right{

	float:left;

}





article#collection .colstyle dl {

	margin: 20px 0 0;

}



article#collection .colstyle dt{
	font-family: 'Gilda Display', serif;
	font-size: 1.6em;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 1px solid #222;
	padding: 0 0 15px;
	margin: 0 0 15px;
}


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

ヘアー

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




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

カラー

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

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;

}





/*+++++++++++++++++++
ヘアカラー
++++++++++++++++++++*/
article#haircolor {
	padding: 100px 0;
	background: #fff;
	/* background: #fffcf3; */
}

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

article#haircolor .colorbox {
	overflow: hidden;
	margin: 60px auto 0;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
}

article#haircolor dl{
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
}

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

article#haircolor dt{
}

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



.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:nth-child(1).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(231, 132, 65, 0.1);
	background-size: 10px;
}

.color-nav a:nth-child(1).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231, 132, 65, 0.1);	
	background-size: 10px;
	transition:.3s;
}

.color-nav a:nth-child(2).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(130,179,139,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(2).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(130,179,139,0.1);
	background-size: 10px;
	transition:.3s;	
}

.color-nav a:nth-child(3).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(231,148,140,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(3).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231,148,140,0.1);
	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: 2em;
	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 {margin: 0 0 20px;}
.color-slide ul{
	overflow: hidden;
	margin: 50px auto;
	max-width: 1000px;
	display: flex;
	justify-content: center;
}

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




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

メイクアップ


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

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



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

.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;
	padding: 50px;
	width: 99%;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: auto;
	height: 99%;
	z-index: 0;
}



.makebox ul {
	padding: 50px 50px 30px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.makebox li{
	width: 47%;
	margin: 0 5% 5% 0;
	text-align: center;
}


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


.makebox p{
	font-family: 'Gilda Display', serif;
	font-size: 2em;
	letter-spacing: 3px;
	text-align: center;
	border-bottom: 1px solid #666;
	padding: 0 0 5px;
	margin: 0 0 20px;
}


.makebox img {margin: 0 0 20px;/* display: block; */}	

.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;
}


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

#trend .inner {max-width: 1000px;}

#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: 3.5em;
}

/*本文*/
#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;

}





}



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


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%;
}




#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%;}



.makebox:before {

	padding: 50px 20px;

}



.makebox ul {

	padding: 50px 20px 0;

}





.makebox img {

	width: 80%;

}	



}



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


#trend .br {display:none;}
#trend .br2 {display:block;}

#trend .slick-prev{

	background-size: 50%;


	top: 50%;

	left: 0;

	width: 50px;

}



#trend .slick-prev:hover {

	transition:.3s;

	left: 1%;

}



#trend .slick-next{background-size: 50%;top: 50%;right: 0;width: 50px;}



#trend .slick-next:hover {

	transition:.3s;

	right:1%;

}



.slick-prev:before,.slick-next:before {

	display:none;

}



#trend .br2 {

	display: block;

}



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



.center {

	display: block;

	margin: auto;

}



/*

#trend h2 {

	position: relative;

	text-align: center;

	padding: 2% 0;

	font-family: 'Gilda Display', serif;

	font-size: inherit;

	margin: 0;

}



#trend h2 p {

	font-size: 2.5em;

	letter-spacing: 2px;

	line-height: 1.5;

	position: relative;

}



#trend h2 span{

	font-size: 1.2em;

	letter-spacing: 4px;

	font-weight: 500;

}



#trend h2 p:before{

	/* content: ""; 

	position: absolute;

	height: 1px;

	left: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}



#trend h2 p:after{

	/* content: ""; 

	position: absolute;

	height: 1px;

	right: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}

*/

#trend h3 {
    font-size: 1.2em;
}



#trend h3 p:after {

	height: 4px;


}



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



#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;
}

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

ナビメニュー

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


.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-size: 1.8em;}





/*本文*/

#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: 1000px;
	margin: 50px auto 0;
	overflow: hidden;
}


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



#trend #intro li a:hover span {

	transition: .5s;

	opacity: 0;

}

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

article#haircolor {}

article#haircolor .colorbox {}



article#haircolor dl{width: 100%;/* float: left; */margin: 0 1%;}



article#haircolor dl:nth-child(2n){

	float: right;

}


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


.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:nth-child(1).active {
}

.color-nav a:nth-child(1).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231, 132, 65, 0.1);	
	background-size: 10px;
	transition:.3s;
}

.color-nav a:nth-child(2).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(130,179,139,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(2).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(130,179,139,0.1);
	background-size: 10px;
	transition:.3s;	
}

.color-nav a:nth-child(3).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(231,148,140,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(3).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231,148,140,0.1);
	background-size: 10px;
	transition:.3s;		
}

.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;}

.color-slide li:first-child{
	width: 90%;
	margin: 0 auto 5%;
}

.color-slide li {width: 40%;}





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

コレクション

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



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 130px;}



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;
}


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

カラー

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

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;}



.makebox {margin: 30px auto 0;}



.makebox:before {border: none;}



.makebox ul {

	padding: 20px 10px 0;

}



.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: 200px;

}	



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

}




#trend .slick-prev{

	background: url(../img/feature/trend_2019ss/prev.png) no-repeat  center center;

	border: none;

	left: 2%;

	top: 43%;

	background-size: 100%;

	width: 60px;

	height: 18px;

	z-index: 1000;

	transition: .3s;

}



#trend .slick-prev:hover {

	transition:.3s;

	left: 1%;

}



#trend .slick-next{

	background: url(../img/feature/trend_2019ss/next.png) no-repeat center center;

	border: none;

	right: 2%;

	top: 45%;

	background-size: 100%;

	width: 60px;

	height:18px;

	z-index: 1000;

}



#trend .slick-next:hover {

	transition:.3s;

	right:1%;

}



.slick-prev:before,.slick-next:before {

	display:none;

}



#trend .br2 {

	display: none;

}




.center {

	display: block;

	margin: auto;

}



#trend h3 span{

	z-index: 100;

	padding: 0 0 5px;

	vertical-align: top;

	z-index: 100;

	position: relative;

}



#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 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 {
}



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

.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 .cont {
	text-align: center;
	line-height: 2.5;
	font-size: 0.88em;
	margin: 50px 0;
	letter-spacing: 1px;
}


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

コレクション

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

#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 .right {
	width: 30%;
	float: right;
}



article#collection .colstyle .right ul {
	overflow: hidden;
	position: relative;
}



article#collection .colstyle .right li {
	float: left;
	outline: none;
}



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


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


/*+++++++++++++++++++
ヘアー
++++++++++++++++++++*/

#hair {
	padding: 100px 0;
	background: #fff;
}

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

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;

}

/*+++++++++++++++++++
トレンドスタイル
++++++++++++++++++++*/

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

article#style .inner {
	margin: 50px auto 0;
}


article#style dl{margin: 0;}

article#style dl:nth-child(2n){
}

article#style dd{
	margin: 20px 0 0;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 2;
	color: #666;
}


article#style dd{
	margin: 20px 0 0;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 2;
	color: #666;
}



.color-nav a:nth-child(2).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(109, 73, 134, 0.1);
	background-size: 10px;
	transition:.3s;	
}

.color-nav a:nth-child(3).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(178, 166, 144, 0.1);
	background-size: 10px;
}

.color-nav a:nth-child(3).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(178, 166, 144, 0.1);
	background-size: 10px;
	transition:.3s;		
}

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

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



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


#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 .cont {

	text-align: center;

	line-height: 2.5;

	font-size: 0.88em;

	margin: 50px 0;

	letter-spacing: 1px;

}


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

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;

}




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

コレクション

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


#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;
}




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

メイクアップ

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



.makebox p{}



.makebox span {

	font-size: 0.8em;

}





}



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

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

/*見出し*/

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



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





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

トレンドページ　共通

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





/*本文*/

#trend .cont {

	text-align: center;

	line-height: 2.5;

	font-size: 0.88em;

	margin: 50px 0;

	letter-spacing: 1px;

}



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

コレクション

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

#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{
}


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

.color-slide ul {margin: 30px auto 0;flex-wrap: wrap;max-width: 80%;}

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

カラー

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



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;

}







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

メイクアップ

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

.makebox img {width: auto;}	

}




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

	article#style .inner {
		margin: 20px auto 0;
	}	
	
#trend .slick-prev{
	background-size: 50%;
	top: 50%;
	left: 0;
	width: 50px;
}



#trend .slick-prev:hover {

	transition:.3s;

	left: 1%;

}



#trend .slick-next{background-size: 50%;top: 50%;right: 0;width: 50px;}



#trend .slick-next:hover {

	transition:.3s;

	right:1%;

}



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



.center {
	display: block;
	margin: auto;
}



/*

#trend h2 {

	position: relative;

	text-align: center;

	padding: 2% 0;

	font-family: 'Gilda Display', serif;

	font-size: inherit;

	margin: 0;

}



#trend h2 p {

	font-size: 2.5em;

	letter-spacing: 2px;

	line-height: 1.5;

	position: relative;

}



#trend h2 span{

	font-size: 1.2em;

	letter-spacing: 4px;

	font-weight: 500;

}



#trend h2 p:before{

	/* content: ""; 

	position: absolute;

	height: 1px;

	left: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}



#trend h2 p:after{

	/* content: ""; 

	position: absolute;

	height: 1px;

	right: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}

*/

#trend h3 p:after {

	height: 4px;

	 /* Old browsers */

	 /* FF3.6-15 */

	 /* Chrome10-25,Safari5.1-6 */

	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	 /* IE6-9 */

}









#trend h4 {text-align: left;padding: 0 20px;box-sizing: border-box;}



#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 {}



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

ナビメニュー

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

.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 .cont {

	text-align: center;

	line-height: 2.5;

	font-size: 0.88em;


	margin: 50px 0;

	letter-spacing: 1px;

}




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

イントロ

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


#trend #intro ul {max-width: 100%;}

	

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

	

#trend #intro li:nth-child(2n) {

	margin: 0 0 2% 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 0;width: auto;}



article#collection .colstyle:last-child {

	margin: 60px 0 0;

}



article#collection .colstyle .left h4{
    margin: 10px 0 0;
    padding: 0;
    font-size: 0.85em;
}



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{}


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

カラー

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

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;}



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


#trend article#haircolor .inner {

	max-width: 90%;

}



article#haircolor .colorbox {
    position: relative;
    margin: auto;
}



article#haircolor dl{
    width: 100%;
    float: none;
    margin: 0 auto 30px;
}



article#haircolor dl:nth-child(2n){

	float: right;

}

article#haircolor dt {
	text-align:center;
}

article#haircolor dt img {
	width: auto;
}

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



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

メイクアップ

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


.makebox li:nth-child(2n){}


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

}@charset "utf-8";
/*inview*/
.fade {
	opacity: 0;
	transition: .6s;
	transition-delay:0.6s;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);		
}

.fade1 {
opacity: 0;
transition: .7s;
transition-delay:0.7s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);	
}

.fade2 {
opacity: 0;
transition: .8s;
transition-delay:0.8s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);		
}

.fade3 {
opacity: 0;
transition: .9s;
transition-delay:0.9s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);		
}

.fade4 {
opacity: 0;
transition: .10s;
transition-delay:0.10s;
transform: translate(0, 20px);
-webkit-transform: translate(0, 20px);		
}

.mv-fade {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);	
}
	.pc{display: block;}
	.sp{display: none;}
#trend {
    padding: 0 0 4%;
    /* background: #fffcf3; */
    background: #fff;
}


#trend .slick-prev{
	background: url(../img/feature/trend_2019ss/prev.png) no-repeat  center center;
	border: none;
	left: 2%;
	top: 43%;
	background-size: 100%;
	width: 60px;
	height: 18px;
	z-index: 1000;
	transition: .3s;

}



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

#trend .slick-next{
	background: url(../img/feature/trend_2019ss/next.png) no-repeat center center;
	border: none;
	right: 2%;
	top: 45%;
	background-size: 100%;
	width: 60px;
	height:18px;
	z-index: 1000;

}



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

.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 h2 {

	position: relative;

	text-align: center;

	padding: 2% 0;

	font-family: 'Gilda Display', serif;

	font-size: inherit;

	margin: 0;

}



#trend h2 p {

	font-size: 2.5em;

	letter-spacing: 2px;

	line-height: 1.5;

	position: relative;

}



#trend h2 span{

	font-size: 1.2em;

	letter-spacing: 4px;

	font-weight: 500;

}



#trend h2 p:before{

	/* content: ""; 

	position: absolute;

	height: 1px;

	left: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}

#trend h2 p:after{
	/* content: ""; 
	position: absolute;
	height: 1px;
	right: 0;
	width: 25%;
	background: #222;
	top: 0;
	bottom: 0;
	margin: auto;
}

*/

#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;
}

	

#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 {
	padding: 150px 0;
	/* background: #fffcf3; */
	position: relative;
}

article#collection .inner {
	display:flex;
	flex-wrap: wrap;
}

#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 {overflow: hidden;margin: 30px 3% 0 0;position: relative;width: 48%;}



article#collection .colstyle:nth-child(2n) {margin: 30px 0 0;}



article#collection .colstyle .left{
	width: auto;
	float: none;
}

article#collection .colstyle .left h4 {
	text-align: left;
	font-size: 0.9em;
	line-height: 2;
	margin: 10px 0 0;
}



article#collection .colstyle .right {

	width: 30%;

	float: right;

}



article#collection .colstyle .right ul {

	overflow: hidden;

	position: relative;

}



article#collection .colstyle .right li {

	float: left;

	outline: none;

}



article#collection .colstyle:nth-child(2n) .left{

	float: right;

}





article#collection .colstyle:nth-child(2n) .right{

	float:left;

}





article#collection .colstyle dl {

	margin: 20px 0 0;

}



article#collection .colstyle dt{
	font-family: 'Gilda Display', serif;
	font-size: 1.6em;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 1px solid #222;
	padding: 0 0 15px;
	margin: 0 0 15px;
}


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

ヘアー

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




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

カラー

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

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;

}





/*+++++++++++++++++++
ヘアカラー
++++++++++++++++++++*/
article#haircolor {
	padding: 100px 0;
	background: #fff;
	/* background: #fffcf3; */
}

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

article#haircolor .colorbox {
	overflow: hidden;
	margin: 60px auto 0;
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
}

article#haircolor dl{
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
}

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

article#haircolor dt{
}

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



.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:nth-child(1).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(231, 132, 65, 0.1);
	background-size: 10px;
}

.color-nav a:nth-child(1).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231, 132, 65, 0.1);	
	background-size: 10px;
	transition:.3s;
}

.color-nav a:nth-child(2).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(130,179,139,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(2).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(130,179,139,0.1);
	background-size: 10px;
	transition:.3s;	
}

.color-nav a:nth-child(3).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(231,148,140,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(3).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231,148,140,0.1);
	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: 2em;
	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 {margin: 0 0 20px;}
.color-slide ul{
	overflow: hidden;
	margin: 50px auto;
	max-width: 1000px;
	display: flex;
	justify-content: center;
}

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




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

メイクアップ


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

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



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

.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;
	padding: 50px;
	width: 99%;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: auto;
	height: 99%;
	z-index: 0;
}



.makebox ul {
	padding: 50px 50px 30px;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 10;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.makebox li{
	width: 47%;
	margin: 0 5% 5% 0;
	text-align: center;
}


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


.makebox p{
	font-family: 'Gilda Display', serif;
	font-size: 2em;
	letter-spacing: 3px;
	text-align: center;
	border-bottom: 1px solid #666;
	padding: 0 0 5px;
	margin: 0 0 20px;
}


.makebox img {margin: 0 0 20px;/* display: block; */}	

.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;
}


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

#trend .inner {max-width: 1000px;}

#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: 3.5em;
}

/*本文*/
#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;

}





}



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


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%;
}




#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%;}



.makebox:before {

	padding: 50px 20px;

}



.makebox ul {

	padding: 50px 20px 0;

}





.makebox img {

	width: 80%;

}	



}



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

.pc{display: none;}
.sp{display: block;}
#trend .br {display:none;}
#trend .br2 {display:block;}

#trend .slick-prev{

	background-size: 50%;


	top: 50%;

	left: 0;

	width: 50px;

}



#trend .slick-prev:hover {

	transition:.3s;

	left: 1%;

}



#trend .slick-next{background-size: 50%;top: 50%;right: 0;width: 50px;}



#trend .slick-next:hover {

	transition:.3s;

	right:1%;

}



.slick-prev:before,.slick-next:before {

	display:none;

}



#trend .br2 {

	display: block;

}



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



.center {

	display: block;

	margin: auto;

}



/*

#trend h2 {

	position: relative;

	text-align: center;

	padding: 2% 0;

	font-family: 'Gilda Display', serif;

	font-size: inherit;

	margin: 0;

}



#trend h2 p {

	font-size: 2.5em;

	letter-spacing: 2px;

	line-height: 1.5;

	position: relative;

}



#trend h2 span{

	font-size: 1.2em;

	letter-spacing: 4px;

	font-weight: 500;

}



#trend h2 p:before{

	/* content: ""; 

	position: absolute;

	height: 1px;

	left: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}



#trend h2 p:after{

	/* content: ""; 

	position: absolute;

	height: 1px;

	right: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}

*/

#trend h3 {
    font-size: 1.2em;
}



#trend h3 p:after {

	height: 4px;


}



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



#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;
}

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

ナビメニュー

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


.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-size: 1.8em;}





/*本文*/

#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: 1000px;
	margin: 50px auto 0;
	overflow: hidden;
}


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



#trend #intro li a:hover span {

	transition: .5s;

	opacity: 0;

}

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

article#haircolor {}

article#haircolor .colorbox {}



article#haircolor dl{width: 100%;/* float: left; */margin: 0 1%;}



article#haircolor dl:nth-child(2n){

	float: right;

}


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


.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:nth-child(1).active {
}

.color-nav a:nth-child(1).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231, 132, 65, 0.1);	
	background-size: 10px;
	transition:.3s;
}

.color-nav a:nth-child(2).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(130,179,139,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(2).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(130,179,139,0.1);
	background-size: 10px;
	transition:.3s;	
}

.color-nav a:nth-child(3).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(231,148,140,0.1);
	background-size: 10px;
}

.color-nav a:nth-child(3).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(231,148,140,0.1);
	background-size: 10px;
	transition:.3s;		
}

.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;}

.color-slide li:first-child{
	width: 90%;
	margin: 0 auto 5%;
}

.color-slide li {width: 40%;}





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

コレクション

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



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 130px;}



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;
}


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

カラー

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

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;}



.makebox {margin: 30px auto 0;}



.makebox:before {border: none;}



.makebox ul {

	padding: 20px 10px 0;

}



.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: 200px;

}	



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

}




#trend .slick-prev{

	background: url(../img/feature/trend_2019ss/prev.png) no-repeat  center center;

	border: none;

	left: 2%;

	top: 43%;

	background-size: 100%;

	width: 60px;

	height: 18px;

	z-index: 1000;

	transition: .3s;

}



#trend .slick-prev:hover {

	transition:.3s;

	left: 1%;

}



#trend .slick-next{

	background: url(../img/feature/trend_2019ss/next.png) no-repeat center center;

	border: none;

	right: 2%;

	top: 45%;

	background-size: 100%;

	width: 60px;

	height:18px;

	z-index: 1000;

}



#trend .slick-next:hover {

	transition:.3s;

	right:1%;

}



.slick-prev:before,.slick-next:before {

	display:none;

}



#trend .br2 {

	display: none;

}




.center {

	display: block;

	margin: auto;

}



#trend h3 span{

	z-index: 100;

	padding: 0 0 5px;

	vertical-align: top;

	z-index: 100;

	position: relative;

}



#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 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 {
}



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

.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 .cont {
	text-align: center;
	line-height: 2.5;
	font-size: 0.88em;
	margin: 50px 0;
	letter-spacing: 1px;
}


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

コレクション

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

#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 .right {
	width: 30%;
	float: right;
}



article#collection .colstyle .right ul {
	overflow: hidden;
	position: relative;
}



article#collection .colstyle .right li {
	float: left;
	outline: none;
}



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


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


/*+++++++++++++++++++
ヘアー
++++++++++++++++++++*/

#hair {
	padding: 100px 0;
	background: #fff;
}

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

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;

}

/*+++++++++++++++++++
トレンドスタイル
++++++++++++++++++++*/

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

article#style .inner {
	margin: 50px auto 0;
}


article#style dl{margin: 0;}

article#style dl:nth-child(2n){
}

article#style dd{
	margin: 20px 0 0;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 2;
	color: #666;
}


article#style dd{
	margin: 20px 0 0;
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 2;
	color: #666;
}



.color-nav a:nth-child(2).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(109, 73, 134, 0.1);
	background-size: 10px;
	transition:.3s;	
}

.color-nav a:nth-child(3).active {
	background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 8% rgba(178, 166, 144, 0.1);
	background-size: 10px;
}

.color-nav a:nth-child(3).active:hover {
    background: url(../img/feature/trend_2020ss/arrow_off.png) no-repeat center bottom 6% rgba(178, 166, 144, 0.1);
	background-size: 10px;
	transition:.3s;		
}

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

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



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


#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 .cont {

	text-align: center;

	line-height: 2.5;

	font-size: 0.88em;

	margin: 50px 0;

	letter-spacing: 1px;

}


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

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;

}




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

コレクション

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


#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;
}




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

メイクアップ

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



.makebox p{}



.makebox span {

	font-size: 0.8em;

}





}



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



/*見出し*/

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



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





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

トレンドページ　共通

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





/*本文*/

#trend .cont {

	text-align: center;

	line-height: 2.5;

	font-size: 0.88em;

	margin: 50px 0;

	letter-spacing: 1px;

}



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

コレクション

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

#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{
}


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

.color-slide ul {margin: 30px auto 0;flex-wrap: wrap;max-width: 80%;}

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

カラー

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



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;

}







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

メイクアップ

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

.makebox img {width: auto;}	

}




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

	article#style .inner {
		margin: 20px auto 0;
	}	
	
#trend .slick-prev{
	background-size: 50%;
	top: 50%;
	left: 0;
	width: 50px;
}



#trend .slick-prev:hover {

	transition:.3s;

	left: 1%;

}



#trend .slick-next{background-size: 50%;top: 50%;right: 0;width: 50px;}



#trend .slick-next:hover {

	transition:.3s;

	right:1%;

}



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



.center {
	display: block;
	margin: auto;
}



/*

#trend h2 {

	position: relative;

	text-align: center;

	padding: 2% 0;

	font-family: 'Gilda Display', serif;

	font-size: inherit;

	margin: 0;

}



#trend h2 p {

	font-size: 2.5em;

	letter-spacing: 2px;

	line-height: 1.5;

	position: relative;

}



#trend h2 span{

	font-size: 1.2em;

	letter-spacing: 4px;

	font-weight: 500;

}



#trend h2 p:before{

	/* content: ""; 

	position: absolute;

	height: 1px;

	left: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}



#trend h2 p:after{

	/* content: ""; 

	position: absolute;

	height: 1px;

	right: 0;

	width: 25%;

	background: #222;

	top: 0;

	bottom: 0;

	margin: auto;

}

*/

#trend h3 p:after {

	height: 4px;

	 /* Old browsers */

	 /* FF3.6-15 */

	 /* Chrome10-25,Safari5.1-6 */

	 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	 /* IE6-9 */

}









#trend h4 {text-align: left;padding: 0 20px;box-sizing: border-box;}



#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 {}



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

ナビメニュー

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

.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 .cont {

	text-align: center;

	line-height: 2.5;

	font-size: 0.88em;


	margin: 50px 0;

	letter-spacing: 1px;

}




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

イントロ

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


#trend #intro ul {max-width: 100%;}

	

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

	

#trend #intro li:nth-child(2n) {

	margin: 0 0 2% 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 0;width: auto;}



article#collection .colstyle:last-child {

	margin: 60px 0 0;

}



article#collection .colstyle .left h4{
    margin: 10px 0 0;
    padding: 0;
    font-size: 0.85em;
}



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{}


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

カラー

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

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;}



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


#trend article#haircolor .inner {

	max-width: 90%;

}



article#haircolor .colorbox {
    position: relative;
    margin: auto;
}



article#haircolor dl{
    width: 100%;
    float: none;
    margin: 0 auto 30px;
}



article#haircolor dl:nth-child(2n){

	float: right;

}

article#haircolor dt {
	text-align:center;
}

article#haircolor dt img {
	width: auto;
}

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



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

メイクアップ

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


.makebox li:nth-child(2n){}


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

}