@charset "utf-8";

/*===========================
	seasonstylelab index.css
=============================*/
.top .inner {
	max-width: 90rem;
	padding: 0 1.5rem;
}
.mainSlide {
	padding-bottom: 2rem;
}
.mainSlide .slide {
	/* margin: 0 3vw; */
	height: 100%;
	min-height: 0.1vw;
}
main .mainSlide img {
	width: 100%;
	height: auto;
}
/* swiper */
.top .swiper-prev {
	border-bottom: solid 2px #231815;
	border-left: solid 2px #231815;
	width: 1.5vw;
	height: 1.5vw;
	transform: rotate(45deg);
	position: absolute;
	top: 43%;
	left: 6vw;
	z-index: 999;
	cursor: pointer;
}
.top .swiper-next {
	border-top: solid 2px #231815;
	border-right: solid 2px #231815;
	width: 1.5vw;
	height: 1.5vw;
	transform: rotate(45deg);
	position: absolute;
	top: 43%;
	right: 6vw;
	z-index: 999;
	cursor: pointer;
}
.top .mainSlide .swiper-pagination {
	margin-top: 1rem;
	position: static;
	width: auto;
}
.top .mainSlide .swiper-pagination-bullet {
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #464646;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.42s;
	position: relative;
}
.top .mainSlide .swiper-pagination-bullet-active {
	background-color: #464646;
}

h3 {
	font-size: 2.5rem;
	text-align: center;
}
@media (max-width: 768px) {
	.top .inner {
		max-width: 100%;
		padding: 0 5rem;
	}
	.top .mainSlide {
		padding-bottom: 4rem;
		height: auto !important;
	}
	.top .mainSlide .slide {
		margin: 0;
	}
	.top .mainSlide .slide .mainPic {
		width: 100%;
	}
	/* swiper */
	.top .swiper-prev {
		border-bottom: none;
		border-left: none;
		width: 7.6rem;
		height: 9.9rem;
		background: url(/base/pc/store/special/seasonstylelab/2026/img/top/top_slide/prev_arrow.png) no-repeat;
		background-size: contain;
		transform: none;
		top: 41%;
		left: 0;
	}
	.top .swiper-next {
		border-top: none;
		border-right: none;
		width: 7.7rem;
		height: 9.9rem;
		background: url(/base/pc/store/special/seasonstylelab/2026/img/top/top_slide/next_arrow.png) no-repeat;
		background-size: contain;
		transform: none;
		top: 41%;
		right: 0;
	}
	.top .mainSlide .swiper-pagination {
		margin-top: 2rem;
	}
	.top .mainSlide .swiper-pagination-bullet {
		margin: 0 1rem;
		width: 1.5rem;
		height: 1.5rem;
	}
	
	h3 {
		font-size: 4rem;
	}
}

/* moreBtn */
.moreBtn {
	width: 15rem;
	margin: 4.5rem auto 0;
}
.moreBtn a {
	display: block;
	font-size: 1.7rem;
	text-align: center;
	border: solid 1px #464646;
	background: #fff;
	padding: 1rem 2.5rem 1rem 1rem;
	position: relative;
}
.moreBtn a::after {
	content: "";
	border-top: solid 2px #231815;
	border-right: solid 2px #231815;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1.5rem;
}
@media (max-width: 768px) {
	.moreBtn  {
		width: 22.3rem;
		margin: 2.5rem auto 0;
	}
	.moreBtn  a {
		font-size: 2.4rem;
		padding: 1rem 4rem 1rem 1rem;
	}
	.moreBtn  a::after {
		width: 1.3rem;
		height: 1.3rem;
		top: calc(50% - 0.65rem);
		right: 3rem;
	}
}

/* message */
.message {
	background: #e6e9ec;
	padding: 4rem 0 5rem;
}
.message .messagePic {
	width: 58rem;
	margin: 0 auto;
}
.message .conseptBtn {
	width: 15rem;
	margin: 3.5rem auto 0;
}
.message .conseptBtn a {
	display: block;
	font-size: 1.7rem;
	text-align: center;
	border: solid 1px #464646;
	background: #fff;
	padding: 1rem 2.5rem 1rem 1rem;
	position: relative;
}
.message .conseptBtn a::after {
	content: "";
	border-top: solid 2px #231815;
	border-right: solid 2px #231815;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1.5rem;
}
@media (max-width: 768px) {
	.message {
		padding: 3rem 0 3.5rem;
	}
	.message .messagePic {
		width: calc(100% + 4rem);
		margin: 0 -2rem;
	}
	.message .conseptBtn {
		width: 22.3rem;
		margin: 2.5rem auto 0;
	}
	.message .conseptBtn a {
		font-size: 2.4rem;
		padding: 1rem 4rem 1rem 1rem;
	}
	.message .conseptBtn a::after {
		width: 1.3rem;
		height: 1.3rem;
		top: calc(50% - 0.65rem);
		right: 3rem;
	}
}

/* answer */
.answer {
	padding: 8rem 0 8rem;
}
.answer h2 {
	font-size: 2rem;
	text-align: center;
}
.answer h2 span {
	display: inline-block;
	padding: 0 2rem;
	position: relative;
}
.answer h2 span::before {
	content: "";
	width: 0.2rem;
	height: 2.5rem;
	background: #231815;
	transform: rotate(-25deg);
	position: absolute;
	top: 0;
	left: 0;
}
.answer h2 span::after {
	content: "";
	width: 0.2rem;
	height: 2.5rem;
	background: #231815;
	transform: rotate(25deg);
	position: absolute;
	top: 0;
	right: 0;
}
.answer .contentsLead {
	margin-top: 3rem;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
.answer .answerContents {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	gap: 2rem 3.6rem;
}
.answer .answerContents .main {
	width: 41rem;
}
.answer .answerContents .main .ttl {
	margin-top: 1.5rem;
	font-size: 2.2rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3rem;
}
.answer .answerContents .main .day {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #888888;
}
.answer .answerContents .answerBox .swiper-wrapper {
	width: 42.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
.answer .answerBox .answerSlide {
	width: 20rem;
	height: auto;
}
.answer .answerBox .answerSlide .ttl {
	margin-top: 1rem;
	font-size: 1.5rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 2.2rem;
}
.answer .answerBox .answerSlide .day {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #888888;
}
.answer .answerBox .swiper-pagination {
	display: none;
}
@media (max-width: 768px) {
	.answer {
		padding: 8rem 0;
	}
	.answer .inner {
		padding: 0;
	}
	.answer h2 {
		font-size: 3rem;
		font-weight: 600;
	}
	.answer h2 span {
		padding: 0 2.5rem;
	}
	.answer h2 span::before {
		height: 4rem;
	}
	.answer h2 span::after {
		height: 4rem;
	}
	.answer .contentsLead {
		margin-top: 3rem;
		font-size: 4rem;
		font-weight: 600;
		line-height: 5.8rem;
	}
	.answer .answerContents {
		margin-top: 4.5rem;
		display: block;
	}
	.answer .answerContents .main {
		width: 100%;
		padding: 0 5rem;
	}
	.answer .answerContents .main .ttl {
		margin-top: 3rem;
		font-size: 4rem;
		line-height: 6rem;
	}
	.answer .answerContents .main .day {
		margin-top: 0.5rem;
		font-size: 2.3rem;
	}
	.answer .answerContents .answerBox .swiper-wrapper {
		margin-top: 9rem;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
	}
	.answer .answerContents .answerBox .answerSlide {
		width: 100%;
		/* margin: 0 1rem; */
	}
	.answer .answerContents .answerBox .answerSlide img {
		width: 100%;
		height: auto;
	}
	.answer .answerBox .answerSlide .ttl {
		margin-top: 3rem;
		font-size: 2.9rem;
		line-height: 4.8rem;
	}
	.answer .answerBox .answerSlide .day {
		margin-top: 0.5rem;
		font-size: 2.1rem;
	}
	/* swiper */
	.answer .answerBox .swiper-pagination {
		display: block;
		margin-top: 4rem;
		position: static;
		width: auto;
	}
	.answer .answerBox .swiper-pagination-bullet {
		margin: 0 1rem;
		width: 1.5rem;
		height: 1.5rem;
		overflow: hidden;
		cursor: pointer;
		background-color: transparent;
		border: 1px solid #464646;
		opacity: 1;
		border-radius: 50%;
		transition: all 0.42s;
		position: relative;
	}
	.answer .answerBox .swiper-pagination-bullet-active {
		background-color: #464646;
	}
}

/* recommend */
.recommend {
	background: #e6e9ec;
	padding: 8rem 0;
}
.recommend h3 {
	font-size: 2.2rem;
}
.recommend .contentsLead {
	margin-top: 3rem;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
.recommend .recommendContents {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
	gap: 2rem 3.6rem;
}
.recommend .recommendContents .main {
	width: 41rem;
}
.recommend .recommendContents .main .ttl {
	margin-top: 1.5rem;
	font-size: 2.2rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3rem;
}
.recommend .recommendContents .main .day {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #888888;
}
.recommend .recommendContents .recommendBox .swiper-wrapper {
	width: 42.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
.recommend .recommendContents .recommendBox .recommendSlide {
	width: 20rem;
	height: auto;
}
.recommend .recommendContents .recommendBox .recommendSlide .ttl {
	margin-top: 1.5rem;
	font-size: 1.47rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 2.2rem;
}
.recommend .recommendContents .recommendBox .recommendSlide .day {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	color: #888888;
}
.recommend .recommendBox .swiper-pagination {
	display: none;
}
@media (max-width: 768px) {
	.recommend {
		padding: 8rem 0 7rem;
	}
	.recommend .inner {
		padding: 0;
	}
	.recommend h3 {
		font-size: 4rem;
	}
	.recommend .contentsLead {
		margin-top: 5rem;
		font-size: 2.8rem;
	}
	.recommend .recommendContents {
		margin-top: 4.5rem;
		display: block;
	}
	.recommend .recommendContents .main {
		width: 100%;
		padding: 0 5rem;
	}
	.recommend .recommendContents .main .ttl {
		margin-top: 3rem;
		font-size: 4rem;
		line-height: 6rem;
	}
	.recommend .recommendContents .main .day {
		margin-top: 0.5rem;
		font-size: 2.3rem;
	}
	.recommend .recommendContents .recommendBox .swiper-wrapper {
		margin-top: 9rem;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
	}
	.recommend .recommendContents .recommendBox .recommendSlide {
		width: 100%;
		/* margin: 0 1rem; */
	}
	.recommend .recommendContents .recommendBox .recommendSlide img {
		width: 100%;
		height: auto;
	}
	.recommend .recommendContents .recommendBox .recommendSlide .ttl {
		margin-top: 3rem;
		font-size: 2.9rem;
		line-height: 4.8rem;
	}
	.recommend .recommendContents .recommendBox .recommendSlide .day {
		margin-top: 0.5rem;
		font-size: 2.1rem;
	}
	/* swiper */
	.recommend .recommendBox .swiper-pagination {
		display: block;
		margin-top: 4rem;
		position: static;
		width: auto;
	}
	.recommend .recommendBox .swiper-pagination-bullet {
		margin: 0 1rem;
		width: 1.5rem;
		height: 1.5rem;
		overflow: hidden;
		cursor: pointer;
		background-color: transparent;
		border: 1px solid #464646;
		opacity: 1;
		border-radius: 50%;
		transition: all 0.42s;
		position: relative;
	}
	.recommend .recommendBox .swiper-pagination-bullet-active {
		background-color: #464646;
	}
}

/* newArrival */
.newArrival {
	padding: 6rem 0 8rem;
}
.newArrival .newArrivalSlide {
	margin: 4rem auto 0;
	text-align: center;
}
/* .newArrival .newArrivalSlide .slide {
	margin: 0 1.5rem;
} */
.newArrival .newArrivalSlide .slide .detail {
	max-width: calc(100% + 1.5rem);
	margin: 1.5rem -1.5rem 0 auto;
	font-size: 1.4rem;
	line-height: 2.2rem;
	display: inline-block;
	text-align: left;
}
.newArrival .newArrivalSlide .slide .detail span {
	letter-spacing: -0.05em;
}
.newArrival .newArrivalSlide .slide .detail .btnfs {
	display: inline-block;
	width: 11.7rem;
	vertical-align: sub;
}
/* swiper */
.newArrival .newArrivalSlide .swiper-pagination {
	margin-top: 1rem;
	position: static;
	width: auto;
}
.newArrival .newArrivalSlide .swiper-pagination-bullet {
	margin: 0 0.5rem;
	width: 1rem;
	height: 1rem;
	overflow: hidden;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #464646;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.42s;
	position: relative;
}
.newArrival .newArrivalSlide .swiper-pagination-bullet-active {
	background-color: #464646;
}
@media (max-width: 768px) {
	.newArrival {
		padding: 10rem 0 8.5rem;
	}
	.newArrival .newArrivalSlide {
		margin: 5rem auto 0;
		max-width: 100%;
	}
	/* .newArrival .newArrivalSlide .slide {
		margin: 0 2rem;
	} */
	.newArrival .newArrivalSlide .slide .detail {
		margin: 2rem auto 0;
		max-width: 27.5rem;
		font-size: 2.4rem;
		line-height: 3.5rem;
	}
	.newArrival .newArrivalSlide .slide .detail .btnfs {
		width: 13rem;
		vertical-align: inherit;
	}
	/* swiper */
	.newArrival .newArrivalSlide .swiper-pagination {
		margin-top: 5rem;
	}
	.newArrival .newArrivalSlide .swiper-pagination-bullet {
		margin: 0 1rem;
		width: 1.5rem;
		height: 1.5rem;
	}
}

/* shop */
.shop {
	padding: 4rem 0 5rem;
}
.shop .inner {
	max-width: 94rem;
	padding: 0;
}
.shop .shopList {
	margin-top: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 0;
}
.shop .shopList li {
	width: 30.8%;
}
.shop .shopList li a {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	background: #848c93;
	padding: 1.3rem 2rem;
	position: relative;
}
.shop .shopList li a::after {
	content: "";
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1.5rem;
}
.shop .shopList li.store a {
	background: none;
	border: solid 1px #848c93;
	padding: 0.65rem 2rem;
}
.shop .shopList li.store a::after {
	content: none;
}
.shop .shopList li.store img {
	display: block;
	width: 20.3rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.shop {
		padding: 5.5rem 0 4rem;
	}
	.shop .inner {
		max-width: 100%;
		padding: 0 5rem;
	}
	.shop .shopList {
		margin-top: 7.5rem;
		gap: 1rem 0;
	}
	.shop .shopList li {
		width: 49.3%;
	}
	.shop .shopList li a {
		font-size: 2.6rem;
		text-align: center;
		padding: 2rem 0.5rem;
	}
	.shop .shopList li a::after {
		content: none;
	}
	.shop .shopList li.store a {
		padding: 1.427rem 0.5rem;
	}
	.shop .shopList li.store img {
		width: 25.4rem;
	}
}

/* sns */
.sns {
	padding: 5rem 0 6rem;
}
.sns ul {
	margin-top: 3.5rem;
	display: flex;
	justify-content: center;
	gap: 0 3rem;
}
.sns ul li:first-child {
	width: 4.4rem;
}
.sns ul li:last-child {
	width: 4.2rem;
}
@media (max-width: 768px) {
	.sns {
		padding: 3rem 0 9rem;
	}
	.sns .snsBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sns ul {
		margin-top: 0;
		gap: 0 1.5rem;
	}
	.sns ul li:first-child {
		width: 7.2rem;
	}
	.sns ul li:last-child {
		width: 7.7rem;
	}
}

/* director */
.director {
	padding: 4rem 0 6rem;
	background: #eaedf0;
}
.director .inner {
	max-width: 75rem;
	padding: 0;
}
.director .directorBox {
	display: flex;
	justify-content: space-between;
}
.director .directorBox .spBox {
	width: 16rem;
}
.director .directorBox .txtBox {
	width: 73%;
}
.director .directorBox .txtBox .name {
	width: 47rem;
}
.director .directorBox .txtBox .txt {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
@media (max-width: 768px) {
	.director {
		padding: 8rem 0;
	}
	.director .inner {
		max-width: 100%;
		padding: 0 5rem;
	}
	.director .directorBox {
		display: block;
	}
	.director .directorBox .spBox {
		width: 100%;
		display: flex;
		gap: 0 4rem;
	}
	.director .directorBox .pic {
		width: 18rem;
	}
	.director .directorBox .name {
		margin-top: 2rem;
		width: 32.4rem;
	}
	.director .directorBox .txtBox {
		margin-top: 3.5rem;
		width: 100%;
	}
	.director .directorBox .txtBox .txt {
		margin-top: 0;
		font-size: 2.7rem;
		line-height: 4.5rem;
	}
}

/* note */
.note .inner {
	max-width: 100rem;
	padding: 0;
}
@media (max-width: 768px) {
	.note .inner {
		max-width: 100%;
		padding: 0 5rem;
	}
}