@charset "utf-8";

/* mainVisual */
.mainVisual {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mainVisual h1 {
	position: absolute;
	top: 32%;
	right: 6.7%;
	font-size: 2.25rem;
	color: #fff;
	text-align: right;
}
.mainVisual h1 span {
	display: block;
	padding-top: 1rem;
	font-size: 4.5rem;
	font-family: "Hind", serif;
	font-weight: 700;
	font-style: normal;
}
.mainVisual .logo {
	width: 24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainVisual .logo img {
	width: 46.5%;
}
.mainVisual .mainImg {
	width: 76%;
}
@media (max-width: 768px) {
	.mainVisual h1 {
		font-size: 4.2rem;
		line-height: 1;
	}
	.mainVisual h1 span {
		padding-top: 1.8rem;
		font-size: 7.5rem;
	}
	.mainVisual .logo {
		display: none;
	}
	.mainVisual .mainImg {
		width: 100%;
	}
}

/* collabo */
.collabo h2 {
	padding: 1rem 0 0.8rem;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	border-top: 0.2rem solid #323c50;
	border-bottom: 0.2rem solid #323c50;
	background-color: #d7dcdc;
}
.collabo h2 span {
	font-family: "Hind", serif;
	font-style: normal;
}
@media (max-width: 768px) {
	.collabo h2 {
		padding: 1.4rem 0 1.2rem;
		font-size: 4rem;
		line-height: 1.2
	}
}

.collabo .inner > .lead {
	margin-top: 6rem;
	text-align: center;
}
.collabo .inner > .lead p + p {
	margin-top: 1.3rem;
}
@media (max-width: 768px) {
	.collabo .inner > .lead {
		margin: 5rem 2rem 0;
	}
}

/* popup */
.popup {
	margin-top: 5rem;
	font-size: 1.8rem;
}
.popup .schedule {
	background-color: #d7dcdc;
	border-top: 0.2rem solid #323c50;
	border-bottom: 0.2rem solid #323c50;
}
.popup .schedule .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup .schedule .ttl {
	width: 30rem;
}
.popup .schedule ul {
	padding: 2rem 2rem 2rem 4rem;
	border-left: 0.2rem solid #323c50;
	width: 75rem;
}
.popup .schedule ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}
.popup .schedule ul li + li {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.popup {
		font-size: 2.8rem;
	}
	.popup .schedule .wrap {
		flex-direction: column;
	}
	.popup .schedule .ttl {
		padding: 0.7rem 0;
		width: 100%;
		font-size: 3.3rem;
		text-align: center;
	}
	.popup .schedule ul {
		padding: 5rem 6rem;
		border-left: none;
		border-top: 0.2rem solid #323c50;
		width: 100%;
		line-height: 1.6;
	}
	.popup .schedule ul li + li {
		margin-top: 1.8rem;
	}
}

/* online */
.online {
	padding: 1.5rem 0;
	border-bottom: 0.2rem solid #323c50;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
.online .txt {
	font-size: 1.8rem;
}
.online .btn a {
	display: block;
	padding: 0 4rem 0.2rem 2rem;
	text-align: center;
	border: solid 0.2rem #323c50;
	border-radius: 2rem;
	position: relative;
}
.online .btn a::after {
	display: block;
	content: '';
	width: 2.4rem;
	height: 0.8rem;
	background-image: url(/base/pc/store/special/ffays/2026/img/common/arrow01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.4rem);
	right: 1rem;
}
@media (max-width: 768px) {
	.online {
		padding: 5rem 3rem;
		flex-direction: column;
		align-items: center;
		gap: 2rem 0;
	}
	.online .txt {
		font-size: 2.8rem;
	}
	.online .btn {
		margin: 0 auto;
		width: 41.8rem;
	}
	.online .btn a {
		border-radius: 3rem;
	}
	.online .btn a::after {
		width: 4.5rem;
		height: 1.6rem;
		top: calc(50% - 0.8rem);
		right: 2rem;
	}
}

/* item */
.items {
	margin-top: 7rem;
}
.items .itemBox01 {
	padding: 9rem 0;
	background-color: #fff6f0;
}
.items .itemBox02 {
	padding: 9rem 0;
	background-color: #f8f2ff;
}
.items .itemBox .inner {
	max-width: 82rem;
}
.items .itemBox .wrap {
	padding: 0 5rem;
	display: flex;
	align-items: center;
	gap: 0 5rem;
}
.items .itemBox .wrap + .wrap {
	margin-top: 3.5rem;
}
.items .itemBox .pic,
.items .itemBox .swiperBox {
	width: 33rem;
	text-align: center;
}
.items .itemBox .swiper-wrapper {
	padding-bottom: 5rem;
}
.items .itemBox .swiper-pagination-bullet {
	margin: 0 0.7rem !important;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #b0b7c1;
	vertical-align: middle;
}
.items .itemBox .swiper-pagination-bullet-active {
	width: 1.4rem;
	height: 1.4rem;
	background-color: #323c50;
}
.items .itemBox .txtWrap {
	width: 33rem;
}
.items .itemBox h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
}
.items .itemBox h4 {
	padding: 0.8rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	background-color: #323c50;
	color: #fff;
	text-align: center;
}
.items .itemBox .icon {
	margin-top: 0.5rem;
	padding: 0.5rem 0 0;
	width: 9.6rem;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Hind", serif;
	font-style: normal;
	text-align: center;
	line-height: 1;
	border: solid 1px #323c50;
}
.items .itemBox .icon.ladies {
	background-color: #323c50;
	color: #fff;
}
.items .itemBox .icon.mens {
	background-color: #d7dcdc;
	color: #323c50;
}
.items .itemBox .lead {
	margin-top: 2rem;
	font-size: 1.7rem;
	line-height: 2.6rem;
}
.items .itemBox .price {
	margin-top: 3rem;
	font-size: 2rem;
}
.items .itemBox .detail {
	line-height: 2.3rem;
	min-height: 6em;
}
.items .itemBox .btn {
	margin-top: 2rem;
	width: 100%;
	background-color: #fff;
}
.items .itemBox .btn a {
	display: block;
	border: solid 2px #464646;
	font-size: 1.6rem;
	color: #464646;
	text-align: center;
	position: relative;
}
.items .itemBox .btn a::after {
	display: block;
	content: '';
	width: 1rem;
	height: 1rem;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 1rem;
}
.items .itemBox .btnLyrics {
	margin-top: 5rem;
}
.items .itemBox .btnLyrics button {
	display: block;
	width: 100%;
	padding: 1.2rem;
	background-color: #fff;
	border: solid 2px #323c50;
	border-radius: 3rem;
	font-size: 1.5rem;
	color: #323c50;
	text-align: center;
	position: relative;
}
.items .itemBox .btnLyrics button::before,
.items .itemBox .btnLyrics button::after {
	display: block;
	content: '';
	width: 1rem;
	height: 1rem;
	border-bottom: 0.2rem solid #323c50;
	position: absolute;
}
.items .itemBox .btnLyrics button::before {
	transform: rotate(-90deg);
	top: calc(50% - 0.5rem);
	right: 2.4rem;
}
.items .itemBox .btnLyrics button::after {
	top: calc(50% - 0.9rem);
	right: 2rem;
}
@media (max-width: 768px) {
	.items .itemBox01 {
		padding: 7rem 0;
	}
	.items .itemBox02 {
		padding: 7rem 0;
	}
	.items .itemBox .wrap {
		padding: 0 5rem;
		flex-direction: column;
		gap: 5rem 0;
	}
	.items .itemBox .wrap + .wrap {
		margin-top: 10rem;
	}
	.items .itemBox .pic,
	.items .itemBox .swiperBox {
		width: 100%;
	}
	.items .itemBox .swiperBox {
		padding-top: 6rem;
	}
	.items .itemBox .swiper-wrapper {
		padding-bottom: 9rem;
	}
	.items .itemBox .swiper-pagination-bullet {
		margin: 0 1.4rem !important;
		width: 2rem;
		height: 2rem;
		border-radius: 3rem;
	}
	.items .itemBox .swiper-pagination-bullet-active {
		width: 3rem;
		height: 3rem;
	}
	.items .itemBox .txtWrap {
		width: 100%;
	}
	.items .itemBox h3 {
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.items .itemBox h4 {
		font-size: 3.2rem;
	}
	.items .itemBox .icon {
		margin-top: 1.5rem;
		padding: 0.8rem 0 0.3rem;
		width: 16rem;
		font-size: 2.8rem;
	}
	.items .itemBox .lead {
		font-size: 2.8rem;
		line-height: 4.5rem;
	}
	.items .itemBox .price {
		margin-top: 2rem;
		font-size: 3.5rem;
	}
	.items .itemBox .detail {
		font-size: 2.6rem;
		line-height: 4rem;
		min-height: auto;
	}
	.items .itemBox .btn {
		margin-top: 5rem;
	}
	.items .itemBox .btn a {
		font-size: 2.8rem;
	}
	.items .itemBox .btn a::after {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
		right: 2rem;
	}
	.items .itemBox .btnLyrics button {
		border-radius: 4rem;
		font-size: 2.8rem;
	}
	.items .itemBox .btnLyrics button::before,
	.items .itemBox .btnLyrics button::after {
		width: 2.4rem;
		height: 2.4rem;
		border-width: 0.4rem;
	}
	.items .itemBox .btnLyrics button::before {
		top: calc(50% - 1.1rem);
		right: 3.3rem;
	}
	.items .itemBox .btnLyrics button::after {
		top: calc(50% - 2.1rem);
		right: 2.4rem;
	}
}

/* designer */
.designer {
	padding: 8rem 0;
	font-weight: 800;
}
.designerBox {
	margin: 0 7.5rem;
	background-color: #d6dbdb;
}
.designerBox + .designerBox {
	margin-top: 4rem;
}
.designerBox .wrap {
	display: flex;
	align-items: center;
}
.designerBox .pic {
	width: 19.3rem;
}
.designerBox .profile {
	width: calc(100% - 19.3rem);
	padding: 0 4rem;
}
.designerBox .profile .name {
	font-size: 2rem;
	line-height: 1.5;
}
.designerBox .profile .name span {
	font-family: "Hind", serif;
}
.designerBox .profile .occupation {
	margin-top: 0.7rem;
	line-height: 2.3rem;
}
.designerBox .profile .txt {
	margin-top: 1.5rem;
	line-height: 2.3rem;
}
.designerBox .txt02 {
	padding: 2.5rem 6rem;
	line-height: 2.3rem;
}
@media (max-width: 768px) {
	.designer {
		padding: 5rem 0;
	}
	.designerBox {
		margin: 0;
		padding: 5rem 4rem;
	}
	.designerBox .wrap {
		flex-direction: column;
		gap: 4rem;
	}
	.designerBox + .designerBox {
		margin-top: 4rem;
	}
	.designerBox .pic {
		width: 40%;
	}
	.designerBox .profile {
		width: 100%;
		padding: 0;
	}
	.designerBox .profile .name {
		font-size: 3.2rem;
		line-height: 1.4;
	}
	.designerBox .profile .occupation {
		margin-top: 1rem;
		line-height: 4.5rem;
	}
	.designerBox .profile .txt {
		margin-top: 2rem;
		line-height: 4.5rem;
	}
	.designerBox .txt02 {
		padding: 4rem 0 0;
		line-height: 4.5rem;
	}
}

/* workshop */
.workshop h2 {
	font-size: 2rem;
}
.workshop .pic01 {
	margin-top: 7rem;
	margin-left: 11.5rem;
	width: 43.5rem;
}
.workshop .pic02 {
	margin-top: -5rem;
	margin-left: auto;
	margin-right: 11rem;
	width: 26rem;
	position: relative;
}
.workshop .pic03 {
	margin-top: -6rem;
	margin-bottom: 7rem;
	margin-left: auto;
	margin-right: 29.5rem;
	width: 30.6rem;
}
@media (max-width: 768px) {
	.workshop h2 {
		font-size: 3rem;
		line-height: 1.5;
	}
	.workshop .pic01 {
		margin-top: 5rem;
		margin-left: 4rem;
		width: 39rem;
	}
	.workshop .pic02 {
		margin-top: -4.7rem;
		margin-right: 3.8rem;
		width: 23.3rem;
	}
	.workshop .pic03 {
		margin-top: -5.5rem;
		margin-bottom: 5rem;
		margin-right: 20rem;
		width: 27.5rem;
	}
}

/* note */
.note {
	margin: 8rem 7rem 0;
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #000;
}
@media (max-width: 768px) {
	.note {
		margin: 6rem 3.5rem 0;
		font-size: 2.3rem;
		line-height: 3.6rem;
	}
}

/* bnrWrap */
.bnrWrap {
	background-color: #323c50;
	padding: 6.5rem 0;
}
.bnrWrap .inner {
	padding: 0 6.5rem;
	display: flex;
	justify-content: center;
	gap: 0 7rem;
}
.bnrWrap p {
	width: 39rem;
	height: 20.1rem;
}
.bnrWrap p:first-child {
	background-image: url(/base/pc/store/special/ffays/2026/img/common/bnr_story.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.bnrWrap p:last-child {
	background-image: url(/base/pc/store/special/ffays/2026/img/common/bnr_product.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.bnrWrap p a {
	width: 39rem;
	height: 20.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bnrWrap p a span {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	font-family: "Hind", serif;
	font-style: normal;
	line-height: 3.2rem;
}
@media (max-width: 768px) {
	.bnrWrap {
		padding: 6rem 0;
	}
	.bnrWrap .inner {
		padding: 0 3.5rem;
		flex-direction: column;
		gap: 6rem 0;
	}
	.bnrWrap p {
		width: 100%;
		height: 35.2rem;
	}
	.bnrWrap p a {
			width: 100%;
			height: 35.2rem;
	}
	.bnrWrap p a span {
		font-size: 5rem;
		line-height: 5.2rem;
	}
}

/* modal */
/* ボタン */
button {
	border-style: none;
	color: inherit;
	padding: 0;
	background: none;
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}
button:hover {
	opacity: 0.7;
}
.modalBtnWrap {
	text-align: center;
}
.modalBtn {
	background: #008296;
	color: #fff;
	min-width: 20rem;
	padding: 1rem 2.5rem;
}
/* 中身 */
.modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
/* 見出しを非表示にする */
.modalHeaderHidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* .modalCloseの「×」ボタン */
.modalClose {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	z-index: 101;
}
.modalClose::after,
.modalClose::before {
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 2rem;
	top: 50%;
	left: 50%;
	background: #000;
	transition: opacity 0.3s ease-out;
}
.modalClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* フェードイン・フェードアウト */
@keyframes mmfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes mmfadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
.micromodalSlide {
	display: none;
}
.micromodalSlide.is-open {
	display: block;
}
.micromodalSlide[aria-hidden="false"] .modalOverlay {
	animation: mmfadeIn .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodalSlide[aria-hidden="true"] .modalOverlay {
	animation: mmfadeOut .5s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodalSlide .modalOverlay {
	will-change: transform;
}
.sectionModal .modalContainer {
	background: #fff;
	width: 80rem;
	max-height: calc(100vh - 23rem);		/* 「height」にすると、コンテンツ量関係なく高さが固定される */
	max-height: calc(100dvh - 23rem);		/* 「dvh」・・・スマホのアドレスバーを考慮。基本こちらの方が良さそう。 */
	overflow-y: auto;
	padding: 3rem;
	box-sizing: border-box;
	position: relative;
}
/* スクロール時上下のスペース無しver. */
.sectionModal .modalContainer {
	position: relative;
	overflow: visible;
}
.modalClose {
	top: -1.5rem;
	right: -1.5rem;
	width: 4rem;
	height: 4rem;
	background: #eee;
	border-radius: 50%;
}
.modalTitle {
	padding: 0 0 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.sectionModal .modalContent {
	overflow-y: auto;
	max-height: calc(100vh - 43rem);		/* 「height」にすると、コンテンツ量関係なく高さが固定される */
	max-height: calc(100dvh - 43rem);		/* 「dvh」・・・スマホのアドレスバーを考慮。基本こちらの方が良さそう。 */
}
.modalContentTxt {
	text-align: center;
}
.modalBtnCloseWrap {
	margin: 2rem auto;
	width: 28.4rem;
	text-align: center;
}
.modalBtnCloseWrap .modalBtnClose {
	display: block;
	width: 100%;
	padding: 1rem 3rem;
	font-size: 1.6rem;
	background-color: #323c50;
	color: #fff;
	border-radius: 3rem;
	position: relative;
}
.modalBtnCloseWrap .modalBtnClose::before,
.modalBtnCloseWrap .modalBtnClose::after {
	content: "";
	position: absolute;
	width: 0.2rem;
	height: 1.6rem;
	top: 50%;
	right: 3rem;
	background: #fff;
}
.modalBtnCloseWrap .modalBtnClose::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modalBtnCloseWrap .modalBtnClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
	.sectionModal .modalContainer {
		width: 80%;
		max-height: calc(100vh - 36rem);
		max-height: calc(100dvh - 36rem);
	}
	.modalTitle {
		font-size: 3.5rem;
	}
	.sectionModal .modalContent {
		max-height: calc(100vh - 61rem);
		max-height: calc(100dvh - 61rem);
	}
	.modalBtnCloseWrap {
		width: 90%;
	}
	.modalBtnCloseWrap .modalBtnClose {
		font-size: 2.5rem;
		border-radius: 3rem;
	}
}

