@charset "utf-8";

.bg {
	padding-bottom: 1rem;
	background-color: #faeeee;
	position: relative;
	background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/brand_fair/bg.png);
	background-repeat: no-repeat;
	background-position: top 14.3rem right 50%;
	background-attachment: fixed;
	background-size: contain;
}
main .inner {
	margin: 0 auto;
	max-width: 87rem
}
@media (max-width: 768px) {
	.bg {
		background-image: url(/base/pc/store/special/hyakkasai/2026ss/img/brand_fair/bg_sp.png);
		background-position: top 12rem right 0;
		background-size: 100% auto;
	}
	main .inner {
		padding: 0 6rem;
	}
}

/* mainVisual */
.mainVisual h1 {
	padding: 5rem 0 0;
	font-size: 7rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 500;
	color: #e40052;
	position: relative;
}
.mainVisual .title {
	width: 6.6rem;
	position: absolute;
	top: 3rem;
	left: 60rem;
}
.mainVisual .txt {
	font-size: 1.8rem;
	font-family: "Noto Serif CJK JP", serif;
}
@media (max-width: 768px) {
	.mainVisual h1 {
		padding: 6rem 0 0;
		font-size: 7.5rem;
		font-weight: 400;
		line-height: 8rem;
	}
	.mainVisual .title {
		top: 1rem;
		left: 33.5rem;
	}
	.mainVisual .txt {
		margin-top: 4rem;
		font-size: 2.8rem;
		line-height: 4.5rem;
	}
}

/* list */
.list {
	margin-top: 6rem;
	background-color: #fff;
	border-radius: 3rem;
}
.list h2 {
	padding: 0.5rem 0;
	background-color: #e40052;
	border-radius: 3rem 3rem 0 0;
	font-size: 3.5rem;
	font-family: "Noto Serif CJK JP", serif;
	font-weight: 400;
	color: #fff;
	line-height: 4.5rem;
	text-align: center;
}
.list .wrap {
	padding: 3.5rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem 0;
}
.list .box {
	padding: 2.5rem 3rem;
	width: 50%;
	position: relative;
}
.list .box:nth-child(even) {
	border-left: solid 1px #d2285d;
}
.list .box:nth-child(n+3)::before {
	display: block;
	content: '';
	width: 84%;
	height: 1px;
	background-color: #d2285d;
	position: absolute;
	top: -2rem;
	left: 8%;
}
.list .box .brand {
	font-size: 3.3rem;
	font-family: "Noto Serif CJK JP", serif;
	color: #d2285d;
	text-align: center;
	line-height: 3.3rem;
}
.list .box .date {
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #d2285d;
	line-height: 2.2rem;
	text-align: center;
}
.list .box .date span {
	font-size: 1.3rem;
}
.list .box .txt {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	line-height: 2.3rem;
}
.list .box .noteTxt {
	margin-top: 0.5rem;
}
.list .box .shop {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.list {
		margin-top: 4rem;
 	}
	.list h2 {
		padding: 1.3rem 0;
		font-size: 4rem;
		line-height: 5rem;
	}
	.list .wrap {
		padding: 0 4rem;
		flex-direction: column;
		gap: 0;
	}
	.list .box {
		padding: 5.5rem 0;
		width: 100%;
	}
	.list .box + .box {
		border-top: solid 1px #d2285d;
	}
	.list .box:nth-child(even) {
		border-left: none;
	}
	.list .box:nth-child(n+3)::before {
		display: none;
	}
	.list .box .brand {
		font-size: 5rem;
		line-height: 6rem;
	}
	.list .box .date {
		margin-top: 2.5rem;
		font-size: 2.5rem;
		line-height: 3.2rem;
	}
	.list .box .date span {
		font-size: 2rem;
	}
	.list .box .txt {
		margin-top: 2rem;
		font-size: 2.5rem;
		line-height: 3.3rem;
	}
	.list .box .noteTxt {
		margin-top: 1rem;
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.list .box .shop {
		margin-top: 2rem;
		font-size: 2rem;
		line-height: 2.6rem;
	}
}

