@charset "utf-8";

/*----------------------------
	common
------------------------------*/
html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 1000px) {
	html {
		font-size: 1vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;/*750pxの時のベース*/
	}
}
body {
	overflow-wrap: anywhere;
}
main {
	font-size: 1.6rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	line-height: 1.5;
}
@media (max-width: 768px) {
	body.menuOpen {
		overflow: clip;
	}
	main {
		font-size: 3.2rem;
		line-height: 1.8;
	}
}
button, input, select, textarea {
	font: inherit;
	color: inherit;
	background: transparent;
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
button {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
a {
	color: #333;
	text-decoration: none;
}
a,
button {
	transition: opacity 0.3s ease-out;
}
a:hover,
button:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* スクリーンリーダー用 */
.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
	[tabindex="-1"]:focus-visible {
		outline: none !important;
	}
} */
.wrapper {
	overflow: hidden;
}
.inner {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 100rem;
}
.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* btn */
.btn {
	width: 100%;
	text-align: center;
}

.btn > a {
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	padding-right: 3.5rem;
	color: #464646;
	background: #fff;
	font-size: 1.5rem;
	letter-spacing: .1em;
	line-height: 1.3;
	border: 1px solid #464646;
	opacity: 1;
}

.btn > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.1em;
	margin-top: -.6rem;
	width: 1rem;
	height: 1rem;
	border-top: .2rem solid #464646;
	border-right: .2rem solid #464646;
	transform: rotate(45deg);
}

.btn > a:hover {
	background-color: #ddd;
}

main .date {
	color: #5D646D;
	font-size: 1.3rem;
	letter-spacing: .05em;
}

@media (max-width: 768px) {
	.btn > a {
		padding: 1.2rem 3.5rem;
		padding-right: 5.5rem;
		font-size: 2.3rem;
	}

	main .date {
		font-size: 2rem;
	}
}

.directed {
	padding: 0.5rem 0 0;
	width: 23.3rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.directed {
		padding: 0.5rem 0 0;
		width: 33.4rem;
		margin-left: auto;
		margin-right: auto;
	}
	
}

/* --------------------------------
	nav
-------------------------------- */
nav .inner {
	padding: 0 5rem;
	max-width: 100%;
}
nav .tArea {
	position: relative;
	padding: 1.2rem 0;
	width: 100%;
	background-color: #C1CDD7;
	z-index: 999;
}
nav .tArea.on {
	position: fixed;
	top: 0;
}
nav .tArea .inner {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
	line-height: 1;
}
nav .tArea h1 img {
	width: 11.6rem;
}
nav .tArea .links {
	display: flex;
	align-items: center;
}
nav .tArea .links > p {
	margin-left: 1.5rem;
}
nav .tArea .links .online img {
	width: 2.4rem;
}
nav .tArea .links .insta img {
	width: 2.3rem;
}
nav .tArea .links .menu {
	margin-left: 1.5rem;
	cursor: pointer;
}
nav .tArea .links .menu img {
	width: 2.2rem;
}
nav .tArea .menuList {
	position: absolute;
	right: 0;
	top: 5.3rem;
	width: 32rem;
	height: 49rem;
	background: #e6e9ec;
	padding: 3.5rem 5rem 5.5rem;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	transform: translateX(100%);
}
.menuOpen nav .tArea .menuList {
	transform: translateX(0);
}
nav .tArea .close {
	margin-bottom: 3rem;
	cursor: pointer;
}
nav .tArea .close img {
	width: 4.5rem;
}
nav .tArea .menuList li {
	margin-top: 2rem;
	font-size: 1.5rem;
}
nav .tArea .menuList li a {
	display: block;
	letter-spacing: .05em;
	line-height: 1.3;
}
nav .tArea .menuList li a:hover {
	background: rgb(255,255,255);
	filter: alpha(opacity=20);
	background: rgba(255,255,255,0.2);
}
nav .tArea .menuList li.insta {
	border-top: solid 1px #000;
}
nav .tArea .menuList li.insta a {
	padding: 1.5rem 0 1.5rem 4rem;
	position: relative;
}
nav .tArea .menuList li.insta a::before {
	content: "";
	width: 3.2rem;
	height: 3.2rem;
	background: url(/base/pc/store/special/seasonstylelab/2026/img/common/menu_insta_icn.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 1.6rem);
	left: 0;
}
nav .tArea .menuList li.fs {
	margin-top: 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
nav .tArea .menuList li.fs a {
	padding: 1rem 0 1rem 4rem;
	position: relative;
}
nav .tArea .menuList li.fs a::before {
	content: "";
	width: 3.2rem;
	height: 3.1rem;
	background: url(/base/pc/store/special/seasonstylelab/2026/img/common/menu_fs_icn.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 1.55rem);
	left: 0;
}
@media (max-width: 768px) {
	nav .tArea {
		padding: 2rem 0;
	}
	nav .tArea h1 img {
		width: 21.4rem;
	}
	nav .tArea .links > p {
		margin-left: 2.5rem;
	}
	nav .tArea .links .online img {
		width: 4.7rem;
	}
	nav .tArea .links .insta img {
		width: 4.2rem;
	}
	nav .tArea .links .menu {
		margin-left: 2.5rem;
	}
	nav .tArea .links .menu img {
		width: 3.9rem;
	}
	nav .tArea .menuList {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		padding: 6rem 8.5rem 5.5rem;
		overflow: auto;
	}
	nav .tArea .close {
		margin-bottom: 5rem;
	}
	nav .tArea .close img {
		width: 10.3rem;
	}
	nav .tArea .menuList li {
		margin-top: 4.5rem;
		font-size: 3.5rem;
		font-weight: 300;
	}
	nav .tArea .menuList li.insta a {
		padding: 3rem 0 3rem 9rem;
	}
	nav .tArea .menuList li.insta a::before {
		width: 6.2rem;
		height: 6.2rem;
		top: calc(50% - 3.1rem);
	}
	nav .tArea .menuList li.fs a {
		padding: 2.5rem 0 2.5rem 9rem;
	}
	nav .tArea .menuList li.fs a::before {
		width: 7.2rem;
		height: 7.1rem;
		top: calc(50% - 3.55rem);
	}
}

/* note */
.note {
	padding: 3rem 0;
}
.note p {
	font-size: 1.3rem;
	line-height: 2.9rem;
}
@media (max-width: 768px) {
	.note {
		padding: 4rem 0;
	}
	.note p {
		font-size: 2.4rem;
		line-height: 4.3rem;
	}
}