@charset "utf-8";

/* @media (prefers-reduced-motion: no-preference) {
	html:focus-within {
		scroll-behavior: smooth;
	}
} */

/* mainVisual */
.mainVisual {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mainVisual h1 {
	position: absolute;
	top: 32%;
	right: 6.7%;
	font-size: 2.25rem;
	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%;
	border-left: 0.2rem solid #323c50;
}
@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%;
		border-left: none;
	}
}

/* category */
.category {
	background-color: #d7dcdc;
	border-top: 0.2rem solid #323c50;
}
.category .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.category .ttl {
	width: 30rem;
	font-size: 3rem;
	font-family: "Hind", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
.category .list {
	padding: 2.5rem 2rem 4rem 4rem;
	border-left: 0.2rem solid #323c50;
	width: 75rem;
}
.category .list ul {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	gap: 0 2rem;
}
.category .list ul + ul {
	margin-top: 1.5rem;
}
.category .list ul li {
	width: 13.6rem;
}
.category .list ul li.category06 {
	margin-bottom: -0.5rem;
}
@media (max-width: 768px) {
	.category .wrap {
		flex-direction: column;
	}
	.category .ttl {
		padding: 0.2rem 0 0;
		width: 100%;
		font-size: 4rem;
		text-align: center;
	}
	.category .list {
		padding: 2.5rem 4rem 4rem 4rem;
		border-top: 0.2rem solid #323c50;
		border-left: none;
		width: 100%;
	}
	.category .list ul {
		margin-top: 1.5rem;
		gap: 3rem;
		justify-content: center;
		flex-wrap: wrap;
	}
	.category .list ul li {
		width: 19.9rem;
	}
	.category .list ul li.category06{
		margin-bottom: -1.1rem;
	}
}

/* popup */
.popup {
	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;
}
.popup .schedule ul li.lead {
	padding-left: 0;
	text-indent: 0;
}
@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;
	}
}

/* items */
.items .ttlBox {
	position: relative;
}
.items .ttlBox:nth-of-type(1) {
	margin-top: 7.5rem;
}
.items h2 {
	margin: 0 auto;
	max-width: 98rem;
}
.items .ttlLead {
	position: absolute;
	top: 20rem;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.items .inner {
	padding: 11rem 7rem 12rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 7%;
}
.items .inner.ukiuki {
	background-color: #fff5fc;
}
.items .inner.kittiri {
	background-color: #f8f2ff;
}
.items .inner.kirakira {
	background-color: #ffffeb;
}
.items .inner.funwari {
	background-color: #fff6f0;
}
.items .inner.hinyari {
	background-color: #ebf8ff;
}
.items .inner.sarasara {
	background-color: #f0f6f0;
}
.items .itemBox {
	border: solid 0.2rem #323c50;
	padding: 2.3rem 3rem;
	width: 46.4%;
	color: #000;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.items .itemBox h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 3rem;
}
.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: 0.8rem;
	font-size: 1.7rem;
	line-height: 2.6rem;
	flex-grow: 1;
}
.items .itemBox .swiperBox {
	margin-top: auto;
	padding-top: 3rem;
}
.items .itemBox .swiper-wrapper {
	padding-bottom: 4.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 .price {
	margin-top: 1rem;
	font-size: 2rem;
}
/* .items .itemBox .detail {
	line-height: 2.3rem;
	min-height: 6em;
} */
.items .itemBox .detail .fsSmall {
	display: block;
	margin-top: 0.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.items .itemBox .btn {
	margin: auto auto 0;
	padding-top: 3rem;
	width: 100%;
}
.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 .note {
	font-size: 1.3rem;
	line-height: 2.2rem;
	color: #000;
}
@media (max-width: 768px) {
	.items h2 {
		margin: 8rem auto 0
	}
	.items .ttlLead {
		margin-top: 6rem;
		position: static;
		transform: translateX(0);
		text-align: center;
	}
	.items .inner {
		margin-top: 6rem;
		padding: 6rem 3.5rem 0;
		flex-direction: column;
		gap: 6rem 0;
	}
	.items .itemBox {
		width: 100%;
		padding: 4rem 5rem 5rem;
	}
	.items .itemBox h3 {
		font-size: 3.5rem;
		line-height: 5rem;
	}
	.items .itemBox .icon {
		margin-top: 1.5rem;
		padding: 0.8rem 0 0.3rem;
		width: 16rem;
		font-size: 2.8rem;
	}
	.items .itemBox .lead {
		margin-top: 2rem;
		font-size: 2.8rem;
		line-height: 4.5rem;
	}
	.items .itemBox .swiperBox {
		padding-top: 6rem;
	}
	.items .itemBox .swiper-wrapper {
		padding-bottom: 10rem;
	}
	.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 .price {
		margin-top: 2rem;
		font-size: 3.5rem;
	}
	/* .items .itemBox .detail {
		font-size: 2.6rem;
		line-height: 4rem;
		min-height: auto;
	} */
	.items .itemBox .detail .fsSmall {
		margin-top: 1rem;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	.items .itemBox .btn {
		padding-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 .note {
		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_collaboration.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.bnrWrap p a,
.bnrWrap p > span {
	width: 39rem;
	height: 20.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.bnrWrap p a span,
.bnrWrap p > span 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,
	.bnrWrap p > span {
		width: 100%;
		height: 35.2rem;
	}
	.bnrWrap p a span,
	.bnrWrap p > span span {
		font-size: 5rem;
		line-height: 5.2rem;
	}
}
