@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/* font */
.regularFont {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.mediumFont {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.boldFont {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.blackFont {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}

/*.eb-garamond {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;	400 to 800
	font-style: normal;
}*/

/*----------------------------
	common
------------------------------*/
html {
	font-size: 10px;
	color: #333;
}
@media (max-width: 768px) {
	html {
		font-size: 1.3333vw;
	}
}
body {
	overflow-wrap: anywhere;
}
main {
	font-size: 2.1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
}
@media (max-width: 768px) {
	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 {
	margin: 0 auto;
	max-width: 100%;
}
.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

header,
footer {
	background: #fff;
}

/* contents */
.contents {
	margin: 0 auto;
	width: 50rem;
}
@media screen and (max-width: 1000px) {
	.contents {
		width: 45rem;
	}
}
@media (max-width: 768px) {
	.contents {
		width: 100%;
	}
}

/* mainLeft */
.mainLeft .takashimaya {
	position: fixed;
	width: min(0.976vw, 13.2px);
	top: 50%;
	left: min(1.774vw, 40px);
	transform: translateY(-50%);
}
.mainLeft .mainTtl {
	position: fixed;
	width: calc((100% - 50rem) / 2);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.mainLeft .mainTtl a {
	display: block;
	position: absolute;
	width: min(15.743vw, 213px);
	left: calc(50% + 1.3rem);
	top: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
	.mainLeft .takashimaya {
		display: none;
	}
	.mainLeft .mainTtl {
		width: calc((100% - 45rem) / 2);
	}
	.mainLeft .mainTtl a {
		left: 50%;
	}
}
@media (max-width: 768px) {
	.mainLeft {
		display: none;
	}
}

/* mainRight */
.mainRight .aw {
	position: absolute;
	position: fixed;
	width: min(1.508vw, 20.4px);
	top: 50%;
	right: min(1.774vw, 40px);
	transform: translateY(-50%);
}
.mainRight .fsLink {
	position: fixed;
	width: calc((100% - 50rem) / 2);
	top: 50%;
	right: 1.3rem;
	transform: translateY(-50%);
}
.mainRight .fsLink .fsLinkClose {
	display: none;
}
.mainRight .fsLink .fukidashi {
	margin: 0 auto;
	padding: 1.5rem 0;
	width: calc(min(18.359vw, 248.4px) * 0.732);
	background: #555C62;
	border-radius: 0.7rem;
	font-size: min(1.375vw, 18.6px);
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	position: relative;
}
.mainRight .fsLink .fukidashi::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: transparent #555C62 #555C62 transparent;
	border-width: min(0.887vw, 12px);
	left: 50%;
	bottom: max(-0.798vw, -10px);
	border-radius: 0 0 0.7rem 0;
	transform: scaleX(0.55) translateX(-50%) rotate(45deg);
}
.mainRight .fsLink .fsLinkBtn {
	margin: 3.6rem auto 0;
	width: min(18.359vw, 248.4px);
}
.mainRight .fsLink .fsLinkBtn a {
	display: block;
	background: #fff;
	border: solid 1px #231815;
	padding: 0.5rem 0;
	text-align: center;
	line-height: 1;
	font-size: 0;
}
.mainRight .fsLink .fsLinkBtn a img {
	width: 80%;
}
/* 下層 */
.playful .mainLeft .takashimaya {
	background: #B94128;
	padding: 1.2rem 0.5rem;
	left: min(calc(1.774vw - 0.5rem), calc(40px - 0.5rem));
	box-sizing: content-box;
}
.playful .mainLeft .mainTtl a {
	background: #B94128;
	padding: 1.5rem;
	width: min(calc(15.743vw + 3rem), calc(213px + 3rem));
}
.playful .mainRight .aw {
	background: #B94128;
	padding: 1.2rem 0.2rem;
	right: min(calc(1.774vw - 0.2rem), calc(40px - 0.2rem));
	box-sizing: content-box;
}
.fluffy .mainRight .fsLink .fukidashi,
.playful .mainRight .fsLink .fukidashi {
	background: #221714;
}
.fluffy .mainRight .fsLink .fukidashi::after,
.playful .mainRight .fsLink .fukidashi::after {
	border-color: transparent #221714 #221714 transparent;
}
@media screen and (max-width: 1000px) {
	.mainRight .aw {
		display: none;
	}
	.mainRight .fsLink {
		width: calc((100% - 45rem) / 2);
		right: 0;
	}
}
@media (max-width: 768px) {
	.mainRight .fsLink {
		position: fixed;
		width: 41.8rem;
		top: auto;
		bottom: 2rem;
		right: 2rem;
		background: #555c62;
		border-radius: 1.5rem;
		padding: 3.7rem 3.5rem;
		z-index: 99;
		transform: none;
	}
	.mainRight .fsLink .fsLinkClose {
		position: absolute;
		display: block;
		width: 4.3rem;
		top: 0.8rem;
		right: 0.9rem;
		font-size: 0;
	}
	.mainRight .fsLink .fukidashi {
		padding: 0;
		width: 100%;
		background: none;
		border-radius: 0;
		font-size: 2.5rem;
		line-height: 1.5;
	}
	.mainRight .fsLink .fukidashi::after {
		content: none;
	}
	.mainRight .fsLink .fsLinkBtn {
		margin-top: 1.3rem;
		width: 100%;
	}
	.mainRight .fsLink .fsLinkBtn a {
		background: #fff;
		border: none;
		border-radius: 5rem;
		padding: 0.8rem 0.5rem;
	}
	.mainRight .fsLink .fsLinkBtn a img {
		width: 82%;
	}
	/* 下層 */
	.fluffy .mainRight .fsLink,
	.playful .mainRight .fsLink {
		background: #221714;
	}
	.fluffy .mainRight .fsLink .fukidashi,
	.playful .mainRight .fsLink .fukidashi {
		background: none;
	}
}

/* bgWhite */
.bgWhite {
	background: #fff;
}
.lastSec {
	padding-bottom: 8rem;
}
@media (max-width: 768px) {
	.lastSec {
		padding-bottom: 12rem;
	}
}

/* notesArea */
.contents .notesArea {
	padding-top: 6rem;
}
.contents .notes {
	width: 85.3%;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Noto Sans CJK JP", sans-serif;
	line-height: 1.66;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	text-align: justify;
}
@media (max-width: 768px) {
	.contents .notesArea {
		padding-top: 9rem;
	}
	.contents .notes {
		font-size: 2.4rem;
		width: 64rem;
	}
}
