@charset "utf-8";

/* mainVisual */
.mainVisual {
	padding-bottom: 5rem;
	display: flex;
	justify-content: flex-end;
	gap: 0 3rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/top/main_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}
.mainVisual .mainTtl {
	margin-top: 5rem;
	width: 29.6rem;
}
.mainVisual .mainTtl .date {
	margin-top: 3.5rem;
	font-size: 3.6rem;
	color: #e20052;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 1;
	text-align: center;
}
.mainVisual .mainTtl .date span {
	font-size: 2rem;
}
.mainVisual .mainTtl .txt {
	margin-top: 1rem;
	font-size: 2.5rem;
	color: #e20052;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
}
.mainVisual .mvSwiper {
	margin: 0 5rem 0 0;
	width: 50rem;
}
.mainVisual .mvSwiper .swiper-pagination {
	width: auto;
	left: 4.5rem;
}
.mainVisual .mvSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 0.3rem;
	border: solid 0.2rem #fff;
	background-color: transparent;
	opacity: 1;
}
.mainVisual .mvSwiper .swiper-pagination .swiper-pagination-bullet-active {
	border: none;
	background-color: #fff;
}
.mainVisual .mvSwiper .swiperPause {
	display: block;
	width: 2.5rem;
	position: absolute;
	bottom: 1rem;
	left: 1.5rem;
	z-index: 12;
}
@media (max-width: 768px) {
	.mainVisual {
		padding-bottom: 3.3rem;
		justify-content: flex-start;
		flex-direction: column;
		gap: 2rem 0;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/top/main_bg_sp.png);
		position: relative;
	}
	.mainVisual::after {
		display: block;
		content: '';
		width: 37rem;
		height: 40.9rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/top/main_bg_sp02.png);
		background-size: contain;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.mainVisual .mainTtl {
		margin-top: 2.5rem;
		margin-left: auto;
		margin-right: 6.5rem;
		width: 37.6rem;
	}
	.mainVisual .mainTtl .date {
		margin-top: 3rem;
		font-size: 4.4rem;
	}
	.mainVisual .mainTtl .date span {
		font-size: 3rem;
	}
	.mainVisual .mainTtl .txt {
		margin-top: 1rem;
		font-size: 3rem;
	}
	.mainVisual .mvSwiper {
		margin: 0;
		width: 52.7rem;
	}
}

/* topLead */
.topLead {
	margin-top: 5rem;
	font-size: 1.9rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3.8rem;
	text-align: center;
}
@media (max-width: 768px) {
	.topLead {
		margin-top: 9rem;
		font-size: 2.8rem;
		line-height: 5.2rem;
	}
}

/* btnLowerList */
.btnLowerList {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem 0.5%;
}
.btnLowerList li {
	width: 49.7%;
}
@media (max-width: 768px) {
	.btnLowerList {
		margin-top: 11rem;
		flex-direction: column;
		gap: 1.5rem 0;
	}
	.btnLowerList li {
		width: 71.7rem;
	}
	.btnLowerList li:nth-child(even) {
		margin-left: auto;
	}
}

/* btnBrand */
.btnBrand {
	margin: 5.5rem auto 0;
	width: 66.1rem;
}
@media (max-width: 768px) {
	.btnBrand {
		margin: 10rem auto 0;
		width: 68.1rem;
	}
}

/* bgWrap */
.bgWrap {
	margin-top: 5.5rem;
	padding: 5rem 11.5rem 15rem;
	background-color: #f8ecec;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/top/onlinestore_bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}
@media (max-width: 768px) {
	.bgWrap {
		margin-top: 10rem;
		padding: 10rem 3.5rem 13rem;
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/top/onlinestore_bg_sp.png);
	}
}

/* shopList */
.shopList h2 {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
.shopList .lead {
	margin-top: 0.3rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.shopList ul {
	margin: 2rem 0 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem 0.9%;
}
.shopList ul li {
	width: 32.6%;
	height: 9rem;
}
.shopList ul li a {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 1.4rem 2.5rem;
	font-size: 2.6rem;
	font-weight: 600;
	color: #e10052;
	line-height: 3rem;
	background-color: #fff;
	position: relative;
}
.shopList ul li a::after {
	display: block;
	content: '';
	width: 1.5rem;
	height: 2rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/common/arrow01.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 1rem);
	right: 2rem;
}
@media (max-width: 768px) {
	.shopList h2 {
		font-size: 4rem;
	}
	.shopList .lead {
		margin-top: 2rem;
		font-size: 2.4rem;
	}
	.shopList ul {
		margin: 4rem 0 5rem;
		justify-content: flex-start;
		gap: 0.8rem 1.6%;
	}
	.shopList ul li {
		width: 49.2%;
		height: 10.7rem;
	}
	.shopList ul li a {
		padding: 1.4rem 2.5rem;
		font-size: 3rem;
		font-weight: 700;
		line-height: 3.5rem;
	}
	.shopList ul li a::after {
		width: 1.8rem;
		height: 2.4rem;
		top: calc(50% - 1.2rem);
		right: 2.2rem;
	}
}

/* bnr */
.bnr {
	margin-top: 5rem;
	padding-top: 6rem;
	border-top: 0.3rem solid #e10052;
}
@media (max-width: 768px) {
	.bnr {
		margin-top: 7rem;
		padding-top: 5rem;
	}
}

/* onlinestore */
.onlinestore {
	margin-top: 7rem;
}
.onlinestore h2 {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
.onlinestore .lead {
	margin-top: 0.3rem;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.onlinestore ul {
	margin: 5rem auto 0;
	width: 53rem;
}
.onlinestore ul li + li {
	margin-top: 2.6rem;
}
.onlinestore ul li p.txt {
	margin-bottom: 0.8rem;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
.onlinestore ul li p a,
.onlinestore ul li p span {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 5rem 2rem 3rem;
	background-color: #fff;
	border: solid 0.3rem #e10052;
	border-radius: 5rem;
	text-align: center;
	position: relative;
}
.onlinestore ul li p a::after,
.onlinestore ul li p span::after {
	display: block;
	content: '';
	width: 1.5rem;
	height: 2rem;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/common/arrow01.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 1rem);
	right: 2.8rem;
}
.onlinestore ul li p.online img {
	width: 23.4rem;
}
.onlinestore ul li p.fs img {
	width: 32.1rem;
}
.onlinestore ul li p.tbeaut img {
	width: 18.7rem;
}
.onlinestore ul li p.cs span {
	padding: 1.7rem 5rem 1.7rem 3rem;
	font-size: 3rem;
	color: #e10052;
	background-color: #e8cfcf;
}
@media (max-width: 768px) {
	.onlinestore {
		margin-top: 9rem;
	}
	.onlinestore h2 {
		font-size: 4rem;
	}
	.onlinestore .lead {
		margin-top: 2rem;
		font-size: 2.4rem;
	}
	.onlinestore ul {
		margin: 6rem auto 0;
		width: 61.3rem;
	}
	.onlinestore ul li + li {
		margin-top: 3.5rem;
	}
	.onlinestore ul li p.txt {
		margin-bottom: 1rem;
		font-size: 2.2rem;
	}
	.onlinestore ul li p a {
		padding: 2rem 5rem 2rem 3rem;
	}
	.onlinestore ul li p a::after {
		width: 1.8rem;
		height: 2.4rem;
		top: calc(50% - 1.2rem);
		right: 3.2rem;
	}
	.onlinestore ul li p.online img {
		width: 27.1rem;
	}
	.onlinestore ul li p.fs img {
		width: 37.3rem;
	}
	.onlinestore ul li p.tbeaut img {
		width: 21.7rem;
	}
}
