@charset "utf-8";
/* --------------------------------
	top
-------------------------------- */
#mainVisual {
	position: relative;
}
/* .mainSlide > div {
	overflow: hidden;
	position: relative;
} */
/* .mainSlide > div::after {
	content: "";
	width: 40%;
	height: 100%;
	background: url(/base/pc/store/special/salonlechic/2024aw/img/top/main_ttl.jpg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
} */
/* .mainSlide > div .mainPic {
	overflow: hidden;
} */
/* .addAnimation .mainPic {
	animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15);
	}
} */
.slick-slide img {
	width: 100%;
}
.slick-slide img.sp {
	display: none;
}
#viewBtn {
	position: absolute;
	right: 4rem;
	bottom: 5rem;
	width: 22.8rem;
	padding: 1.2rem 2rem;
	color: #fff;
	border: solid 1px #fff;
	font-size: 1.5rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 300;
	letter-spacing: .15em;
	cursor: pointer;
}
#viewBtn::before {
	content: "";
	position: absolute;
	top: calc(50% - 0.3rem);
	right: 2rem;
	width: 0.6rem;
	height: 0.6rem;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
}
#viewBtn.open::before {
	transform: rotate(-45deg);
}
#viewBtn img {
	width: 8.5rem;
	vertical-align: unset;
}
#viewInner {
	background-color: #fff;
}
#viewInner .txt {
	padding-top: 11rem;
	font-size: 1.4rem;
	line-height: 3;
	text-align: center;
}
#viewInner .close {
	position: relative;
	margin: 9rem auto 0;
	width: 5.6rem;
	height: 5.6rem;
	cursor: pointer;
}
#viewInner .close::before, #viewInner .close::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -3.95rem;
	margin-left: -3.95rem;
	width: .2rem;
	height: 7.9rem;
	background-color: #000;
}
#viewInner .close::before {
	transform: rotate(135deg);
}
#viewInner .close::after {
	transform: rotate(45deg);
}

main h2 {
	display: block;
	position: relative;
	margin: 0 auto 7rem;
	/*	max-width: 1000px;*/
	height: auto;
	font-size: 2rem;
	font-weight: 200;
	letter-spacing: .5rem;
	text-decoration: none;
	background-color: unset;
	text-align: left;
}
@media all and (-ms-high-contrast: none) {
	main h2 {
		background: rgba(255, 255, 255, 0);
	}
}
/* main h2 > span:first-child {
	display: block;
	color: #fff;
	background-color: #000;
	width: 46%;
	text-align: center;
}
main h2.plus {
	margin-bottom: 4.5rem;
} */
/* main .sub {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 0 5rem 6rem;
	max-width: 1000px;
}
main .snap .sub {
	padding: 0 0 5rem 15rem;
} */
/* main .update {
	margin-top: 3rem;
	color: #646464;
	font-size: 1.5rem;
	text-align: center;
} */
/* main .sliderDots {
	bottom: -4rem;
} */
/* .cbg {
	position: relative;
	padding: 10rem 0;
	background-color: #F5F5F0;
}
.cbgBrand {
	position: relative;
	padding: 10rem 0;
	background-color: #F5F5F0;
} */
@media (max-width: 768px) {
	.mainV {
		padding-top: 0;
	}
	#mainVisual {
		padding: 0;
		/* height: 100rem; */
	}
	.slick-slide img.sp {
		display: block;
	}
	.slick-slide img.pc {
		display: none;
	}
	.mainSlide > div::after {
		content: none;
	}
	#viewBtn {
		bottom: 8rem;
		right: 2.5rem;
		width: 32rem;
		padding: 2rem;
		font-size: 2.2rem;
	}
	#viewBtn::before {
		width: 1rem;
		height: 1rem;
	}
	#viewBtn > span {
		font-size: 2rem;
	}
	#viewBtn img {
		width: 12.5rem;
	}
	#viewInner .txt {
		font-size: 2.8rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#viewInner .close {
		margin: 6rem auto 0;
		width: 8rem;
		height: 8rem;
	}
	#viewInner .close::before, #viewInner .close::after {
		margin-top: -5rem;
		margin-left: -5rem;
		height: 10rem;
	}
	main h2 {
		font-size: 2.8rem;
	}
	main h2 > span:first-child {
		width: 25.9rem;
		padding: 0.5rem 0;
	}
	main h2.plus {
		display: block;
		margin-bottom: 6rem;
	}
	main .sub {
		font-size: 2.5rem;
		font-weight: normal;
		padding-bottom: 8.5rem;
	}
	main .focus .sub {
		font-size: 2.5rem;
		padding-bottom: 7rem;
	}
	main .snap .sub {
		font-size: 3rem;
		padding-left: 6rem;
	}
	main .update {
		font-size: 2.5rem;
	}
	main .sliderDots {
		bottom: -5rem;
	}
	.cbg {
		padding: 10rem 0;
	}
}

/* colliection */
.colliection {
	padding: 9rem 0;
	background-color: #fff;
}
.colliection .bnrWrap {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.5rem 2rem;
	max-width: 87rem;
}
.colliection .bnrWrap p {
	width: 42.5rem;
	text-align: center;
}
@media (max-width: 768px) {
	.colliection {
		padding-top: 14rem;
		padding-bottom: 8rem;
	}
	.colliection .bnrWrap {
		flex-direction: column;
		gap: 6.5rem 0;
		max-width: 63rem;
		margin: 0 auto;
	}
	.colliection .bnrWrap p {
		width: 100%;
	}
}

/* news */
.news {
	padding: 4rem 0 7.5rem;
	background-color: #e1e2ea;
}
.news h2 {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-bottom: 3rem;
}
.news .wrap {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.5rem 3rem;
	max-width: 90rem;
}
.news .wrap > div {
	width: 27.8rem;
}
.news .wrap .date {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	text-align: right;
}
.news .wrap .creator {
	margin-top: -1.5rem;
	font-size: 1.5rem;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.44rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .wrap .creator .num {
	margin-top: 3rem;
	margin-right: 0.5rem;
	padding: 0.5rem;
	width: 3.3rem;
	height: 3.3rem;
	border: solid 1px #000;
	border-radius: 50%;
	letter-spacing: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.news .wrap .creator .num::before {
	display: block;
	content: "";
	background-color: #000;
	width: 24rem;
	height: 0.1rem;
	position: absolute;
	right: 3.2rem;
}
.news .wrap .name {
	margin-top: -1rem;
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
.news .btn {
	margin: 6rem auto 0;
	width: 17rem;
}
.news .btn a {
	background: #e1e2ea;
}
@media (max-width: 768px) {
	.news {
		padding: 6rem 0;
	}
	.news h2 {
		font-size: 3.6rem;
	}
	.news .wrap {
		flex-direction: column;
		gap: 0;
		max-width: 63rem;
		margin: 0 auto;
	}
	.news .wrap > div {
		width: 100%;
	}
	.news .wrap .date {
		font-size: 1.8rem;
	}
	.news .wrap .creator {
		margin-top: 1.5rem;
		font-size: 2.3rem;
		letter-spacing: 0.34rem;
	}
	.news .wrap .creator .num {
		margin-top: 0;
		width: 5.5rem;
		height: 5.5rem;
	}
	.news .wrap .creator .num::before {
		width: 33rem;
		right: 5.4rem;
	}
	.news .wrap .name {
		font-size: 4rem;
	}
	.news .btn {
		margin: 4rem auto 0;
		width: 21rem;
	}
	.news .btn a {
		font-size: 1.6rem;
	}
	.news .wrap .slickDots {
		margin-top: 2.5rem;
		display: flex;
		justify-content: center;
		z-index: 100;
	}
	.news .wrap .slickDots li {
		border: solid 0.2rem #464646;
		margin: 0 1rem;
		width: 1.6rem;
		height: 1.6rem;
		border-radius: 0.8rem;
	}
	.news .wrap .slickDots li.slick-active {
		background: #464646;
	}
	.news .wrap .slickDots li button {
		display: none;
	}
}

/* cnt */
section.cnt h2 {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	margin-bottom: 4rem;
}
section.cnt .container {
	width: 90rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	section.cnt .container {
		width: 100%;
		margin: 0 auto;
	}
	section.cnt h2 {
		font-size: 2.6rem;
	}
}

/* onlineStore */
.onlineStore {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background-color: #fff;
}
.onlineStore .btnFs {
	text-align: center;
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 0 auto 0;
}
.onlineStore .btnFs img {
	width: 100%;
}
@media (max-width: 768px) {
	.onlineStore .btnFs {
		max-width: none;
		width: 84%;
	}
}

/* shop */
.shop {
	padding: 4rem 0 7rem;
}
.shop ul {
	display: flex;
	flex-flow: row wrap;
	gap: 3.5rem;
	max-width: 76rem;
	margin: 0 auto;
}
.shop ul li {
	width: 48%;
	max-width: 36rem;
}
.shop ul li a {
	display: block;
	background-color: #fff;
	padding: .8rem 1rem;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
}
.shop ul li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 1rem);
	vertical-align: middle;
	right: 2rem;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.shop ul li a span {
	font-family: Helvetica, sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
@media (max-width: 768px) {
	.shop {
		padding: 6rem 0 10rem;
	}
	.shop ul {
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		gap: 5rem;
	}
	.shop ul li {
		width: 100%;
		max-width: 50rem;
	}
	.shop ul li:nth-child(1) {
		order: 1;
	}
	.shop ul li:nth-child(2) {
		order: 4;
	}
	.shop ul li:nth-child(3) {
		order: 2;
	}
	.shop ul li:nth-child(4) {
		order: 5;
	}
	.shop ul li:nth-child(5) {
		order: 3;
	}
	.shop ul li a {
		font-size: 1.8rem;
	}
	.shop ul li a span {
		font-size: 3.3rem;
	}
}

/* brand */
.brand {
	background-color: #fff;
	padding: 10rem 0;
}
.brand ul {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem 2.25rem;
}
.brand ul li {
	font-family: Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .15rem;
	width: 23%;
}
/* .brand ul li:last-child {
	width: 30%;
} */
.brand ul li span {
	font-size: 1rem;
	color: #182e7a;
	display: block;
}
@media (max-width: 768px) {
	.brand {
		padding: 6rem 0 9rem;
	}
	.brand ul {
		width: 84%;
		margin: 0 auto;
		gap: 2rem;
	}
	.brand ul li {
		width: 48%;
		font-size: 2.2rem;
	}
/* 	.brand ul li:last-child {
		width: 52%;
	} */
	.brand ul li span {
		font-size: 1.5rem;
	}
}

/* insta */
/* Youtube追加いたしました。2025/04/09 */

.instaArea {
	padding: 5rem 0;
}

.instaArea .container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.instaArea .box {
	text-align: center;
}

.instaArea .box .instaIcn {
	max-width: 5.5rem;
	width: 100%;
	margin: 0 auto;
}

.instaArea .box .youtubeIcn {
	max-width: 6.5rem;
	width: 100%;
	margin: 0 auto;
}

.instaArea .box .txt {
	font-family: Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 2.4rem;
}

.footTxtwrap {
	background-color: #fff;
	width: 100%;
}
.footTxt {
	background-color: #fff;
	margin: 0 auto 5.7rem;
	padding: 10rem 0 0 0;
	max-width: 90rem;
}
@media (max-width: 768px) {
	.instaArea {
		padding: 6rem 0 8rem;
	}

	.instaArea .container {
		flex-direction: column;
		align-items: center;
	}

	.instaArea .container .container_flxBox + .container_flxBox {
		margin-top: 10rem;
	}

	.instaArea .box .instaIcn {
		max-width: 8rem;
	}

	.instaArea .box .youtubeIcn {
		max-width: 9rem;
	}

	.instaArea .box .txt {
		font-size: 3.6rem;
	}

	.footTxt {
		background-color: #fff;
		margin: 0 auto 5.7rem;
		padding: 8rem 0 0 0;
		max-width: none;
		width: 84%;
	}
}