@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.MAIN]
/* [02.HAIR]
/* [03.MAKEUP]
/* [04.FASHION]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.1MAIN]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
#main-index {
	display: block;
	background-image: linear-gradient(180deg,#F8F8F5 0%,#F8F8F5 55%,#FFF 55%,#FFF 100%);

}
#main-index #main-big-wrap {
	position: relative;
	padding-top: 55px;
	overflow: hidden;
}
#main-index #main-big-wrap:before {
	content: "";
	background: url(../images/layouts/main-bg.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 330px;
	height: 100px;
	bottom: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	vertical-align: middle;
}
#main-big-wrap .wrap {
	padding: 0 30px 0; 
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 110px;
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInTxtBox 1s ease-out forwards;
}
#main-big-wrap .wrap .ttl-box {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
/* フェードインアニメーション */
@keyframes fadeInTxtBox {
	0% {
		opacity: 0; /* 最初は透明 */
		transform: translateY(30px); /* 下にずれている */
	}
	100% {
		opacity: 1; /* 完全に表示 */
		transform: translateY(0); /* 元の位置に移動 */
	}
}
#main-big-wrap .wrap .ttl-box .logo {
	width: 180px;
	margin: 0 auto 40px;
}
#main-big-wrap .wrap .ttl-box .logo img {
	width: 100%;
	height: auto;
}
#main-big-wrap .wrap .ttl-box .ttl {
	font-size: 34px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 40px;
}
#main-big-wrap .wrap .ttl-box .dsp {
	line-height: 180%;
	text-align: center;
}
#main-big-wrap .wrap .img-box {
	position: relative;
	max-width: 84%;
	margin: 0 auto;
}
#main-big-wrap .wrap .img-box img {
	width: 100%;
	height: auto;
}
#main-big-wrap .wrap .img-box:before {
	content: "";
	background: url(../images/layouts/main-before.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 158px;
	height: 249px;
	top: -40px;
	left: -30px;
	vertical-align: middle;
}
#main-big-wrap .wrap .img-box:after {
	content: "";
	background: url(../images/layouts/main-after.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 220px;
	height: 171px;
	bottom: -50px;
	right: -30px;
	vertical-align: middle;
}
@media (min-width:768px) {
	#main-index #main-big-wrap {
		padding-top: 105px;
	}
	#main-big-wrap .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
		padding-right: 60px;
		margin-bottom: 160px;
	}
	#main-big-wrap .wrap .ttl-box {
		width: 40%;
	}
	#main-big-wrap .wrap .img-box {
		width: 55%;
		margin: 0;
	}
	#main-big-wrap .wrap .ttl-box .logo {
		width: 167px;
		margin: 0 0 40px 0;
	}
	#main-big-wrap .wrap .ttl-box .ttl {
		text-align: left;
	}
	#main-big-wrap .wrap .ttl-box .dsp {
		text-align: left;
	}
}
@media (min-width:1180px) {
	#main-big-wrap .wrap {
		max-width: 880px;
		padding: 0 40px;
	}
	#main-big-wrap .wrap .ttl-box {
		width: 32%;
	}
}
/* [02.HAIR]
--------------------------------------------------------------------------*/
#hair .wrap {
	padding: 0 30px 100px; 
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
#slide-main-box {
	margin-bottom: 50px;
}
.main-slide-wrap {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	position: relative;
}
.main-img-slide-li li {
	width: 100%;
	height: auto;
}
.main-img-slide-li li img {
	width: 100%;
	height: auto;
}
.swiper.pickup-slide {
	padding-bottom: 43px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #1D1D1D;
	margin: 0 5px !important;
}
.main-slide-wrap .swiper.pickup-slide {
	padding-bottom: 50px;
}
@media (min-width:768px) {
	#slide-main-box {
		margin-bottom: 80px;
	}
	.main-slide-wrap {
		width: 100%;
		max-width: 800px;
	}
	.hair-conts-2c {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.hair-conts-2c .txt-box {
		display: block;
		padding-right: 30px;
	}
}
.hair-conts-2c .img-box {
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 0 20px;
	margin: 0 auto;
}
.hair-conts-2c .img-box img {
	width: 100%;
	height: auto;
}
.hair-conts-2c .img-box:before {
	content: "";
	background: url(../images/layouts/hair-before.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 270px;
	height: 127px;
	bottom: -40px;
	left: 0px;
	vertical-align: middle;
}
.hair-conts-2c .txt-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}
.hair-conts-2c .txt-box .ttl {
	position: relative;
	font-size: 48px;
	line-height: 140%;
	z-index: 10;
	width: 55%;
}
.hair-conts-2c .txt-box .txt-li {
	position: relative;
	z-index: 10;
	width: 45%;
	text-align: right;
}
@media (min-width:768px) {
	#hair .wrap {
		max-width: 880px;
		padding: 0 40px 120px;
	}
}
@media (min-width:1180px) {
	.hair-conts-2c {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.hair-conts-2c .txt-box {
		width: 35%;
		order: 2;
		margin: 0;
	}
	.hair-conts-2c .img-box {
		width: 62.5%;
		order: 1;
		padding: 0 0 0 30px;
		margin: 0;
	}
	.hair-conts-2c .txt-box .ttl {
		width: 100%;
		text-align: right;
	}
	.hair-conts-2c .txt-box .txt-li {
		width: 100%;
	}
	.hair-conts-2c .img-box:before {
		width: 326px;
		height: 153px;
		bottom: -30px;
		left: 0px;
		vertical-align: middle;
	}
}
/* [03.MAKEUP]
--------------------------------------------------------------------------*/
#makeup {
	background: #F8F8F5;
}
#makeup .wrap {
	padding: 80px 30px 100px; 
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.makeup-conts-2c .img-box {
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 0 20px;
	margin: 0 auto;
}
.makeup-conts-2c .img-box img {
	width: 100%;
	height: auto;
}
.makeup-conts-2c .img-box:before {
	content: "";
	background: url(../images/layouts/makeup-before.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 240px;
	height: 113px;
	bottom: -40px;
	right: 0;
	vertical-align: middle;
}
.makeup-conts-2c .txt-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}
.makeup-conts-2c .txt-box .ttl {
	position: relative;
	font-size: 48px;
	line-height: 140%;
	z-index: 10;
	width: 55%;
}
.makeup-conts-2c .txt-box .txt-li {
	position: relative;
	z-index: 10;
	width: 45%;
	text-align: right;
}
@media (min-width:768px) {
	#makeup .wrap {
		max-width: 880px;
		padding: 120px 40px 120px;
	}
}
@media (min-width:1180px) {
	.makeup-conts-2c {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.makeup-conts-2c .txt-box {
		display: block;
		width: 35%;
		order: 1;
		margin: 0;
		padding-left: 30px;
	}
	.makeup-conts-2c .img-box {
		width: 62.5%;
		order: 2;
		padding: 0 30px 0 0;
		margin: 0;
	}
	.makeup-conts-2c .txt-box .ttl {
		width: 100%;
		margin-bottom: 30px;
	}
	.makeup-conts-2c .txt-box .txt-li {
		width: 100%;
		text-align: left;
	}
	.makeup-conts-2c .img-box:before {
		width: 353px;
		height: 166px;
		bottom: -30px;
		right: 0px;
		vertical-align: middle;
	}
}
/* [04.FASHION]
--------------------------------------------------------------------------*/
#fashion {
	background-image: linear-gradient(180deg,#FFF 0%,#FFF 45%,#F8F8F5 45%,#F8F8F5 100%);
}
#fashion .wrap {
	padding: 80px 30px 100px; 
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.fashion-conts-2c .img-box {
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 0 20px;
	margin: 0 auto;
}
.fashion-conts-2c .img-box img {
	width: 100%;
	height: auto;
}
.fashion-conts-2c .img-box:before {
	content: "";
	background: url(../images/layouts/fashion-before.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 138px;
	height: 244px;
	bottom: -30px;
	right: 0px;
	vertical-align: middle;
}
.fashion-conts-2c .txt-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}
.fashion-conts-2c .txt-box .ttl {
	position: relative;
	font-size: 48px;
	line-height: 140%;
	z-index: 10;
	width: 55%;
}
.fashion-conts-2c .txt-box .txt-li {
	position: relative;
	z-index: 10;
	width: 45%;
	text-align: right;
}
@media (min-width:768px) {
	#fashion .wrap {
		max-width: 880px;
		padding: 120px 40px;
	}
}
@media (min-width:1180px) {
	#fashion {
		background-image: linear-gradient(180deg,#FFF 0%,#FFF 35%,#F8F8F5 35%,#F8F8F5 100%);
	}
	.fashion-conts-2c {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.fashion-conts-2c .txt-box {
		width: 35%;
		order: 2;
		margin: 0;
	}
	.fashion-conts-2c .img-box {
		width: 62.5%;
		order: 1;
		padding: 0 0 0 30px;
		margin: 0;
	}
	.fashion-conts-2c .txt-box .ttl {
		width: 100%;
		text-align: right;
	}
	.fashion-conts-2c .txt-box .txt-li {
		width: 100%;
	}
	.fashion-conts-2c .img-box:before {
		width: 180px;
		height: 319px;
		bottom: -30px;
		right: -30px;
		vertical-align: middle;
	}
}
footer {
	background: #F8F8F5;
}
#staff-credit .wrap {
	padding: 60px 30px 80px; 
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#staff-credit .wrap .ttl {
	margin-bottom: 20px;
}
#staff-credit .wrap .sub-ttl {
	margin-bottom: 10px;
} 
.staff-info-wrap {
	margin-bottom: 40px;
}
.staff-info-wrap a {
	display: block;
	line-height: 140%;
	margin-bottom: 10px;
	text-decoration: underline;
	font-size: 12px;
}
.copyright {
	padding-top: 60px;
	font-size: 11px;
	text-align: center;
}






/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
