.mv {
	text-align: center;
	padding: 160px 0 172px;
	color: #fff;
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/member/bg-mv.jpg')
		no-repeat center/cover;
}
.mv h1 {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 60px;
}
.mv h1 span {
	font-size: var(--font-size-small);
	font-weight: var(--font-weight-regular);
	display: block;
	text-transform: uppercase;
}
.mv-text img {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	.mv {
		padding: 31.6vw 0 32vw;
	}
	.mv h1 {
		font-size: 5.3333333333vw;
		line-height: 1.5;
		margin-bottom: 5.8666666667vw;
	}
	.mv h1 span {
		font-size: 2.1333333333vw;
	}
	.mv-text img {
		margin-left: auto;
		margin-right: auto;
		width: 78.4vw;
		max-width: 588px;
	}
}
.benefits {
	margin-bottom: 180px;
	max-width: 1132px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 185px 20px 0;
	box-sizing: border-box;
}
.benefits h2 {
	text-align: center;
	line-height: 70px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 66px;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
}
.benefits ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 46px;
}
.benefits li {
	box-shadow: 0 25px 29px rgba(51, 51, 51, 0.26);
	padding: 58px;
}
.benefits h3 {
	margin-bottom: 24px;
}
.benefits p {
	font-size: 16px;
	line-height: 2.25;
}
.benefits li:nth-child(1) {
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/member/bg-member01.jpg')
		no-repeat center/cover;
}
.benefits li:nth-child(2) {
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/member/bg-member02.jpg')
		no-repeat center/cover;
}
.benefits li:nth-child(3) {
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/member/bg-member03.jpg')
		no-repeat center/cover;
}
.benefits li:nth-child(4) {
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/member/bg-member04.jpg')
		no-repeat center/cover;
}
.benefits li:nth-child(5) {
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/member/bg-member05.jpg')
		no-repeat center/cover;
}
.benefits li:nth-child(6) {
	background: url('https://gigaplus.makeshop.jp/marutora1/template/2025/img/member/bg-member06.jpg')
		no-repeat center/cover;
}
.benefits .btn-entry,
.benefits .btn-login {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 386px;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	font-weight: 700;
	border-radius: 6px;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}
.benefits .btn-entry {
	margin-top: 68px;
	background: #c93c3c
		url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
		no-repeat center right 22px/7px 11px;
}
.benefits .btn-login {
	margin-top: 34px;
	background: #000
		url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
		no-repeat center right 22px/7px 11px;
}
.benefits .mailmaga {
	color: #0054ff;
	text-align: center;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 22px;
	letter-spacing: 0.05em;
	padding-bottom: 4px;
}
@media screen and (max-width: 1024px) {
	.benefits {
		margin-bottom: 21.3333333333vw;
		padding: 22.4vw 2.6666666667vw 0;
	}
	.benefits h2 {
		line-height: 12.4vw;
		margin-bottom: 9.6vw;
		font-size: 5.3333333333vw;
	}
	.benefits ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 6.4vw;
	}
	.benefits li {
		padding: 11.4666666667vw 4.2666666667vw 8vw;
	}
	.benefits h3 {
		margin-bottom: 6.4vw;
	}
	.benefits p {
		font-size: 3.3333333333vw;
		line-height: 1.92;
	}
	.benefits .btn-entry,
	.benefits .btn-login {
		width: 62.2666666667vw;
		height: 13.8666666667vw;
		font-size: 3.3333333333vw;
	}
	.benefits .btn-entry {
		margin-top: 9.0666666667vw;
		background: #c93c3c
			url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
			no-repeat center right 3.7333333333vw/7px 11px;
	}
	.benefits .btn-login {
		margin-top: 4.5333333333vw;
		background: #000
			url(https://gigaplus.makeshop.jp/marutora1/template/2025/img/common/icon_arrow_white.png)
			no-repeat center right 3.7333333333vw/7px 11px;
	}
	.benefits .mailmaga {
		font-size: 3.3333333333vw;
		margin-top: 6.9333333333vw;
	}
}
.scroll {
	margin-top: 70px;
	position: relative;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.scroll {
		margin-top: 12vw;
	}
}
.scroll::before {
	animation: scroll 2s infinite;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -14px;
	transform: rotate(-45deg);
}
@keyframes scroll {
	0% {
		opacity: 0;
		transform: translateY(0) rotate(-45deg);
	}
	40% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		transform: translateY(20px) rotate(-45deg);
	}
	100% {
		opacity: 0;
	}
}
@media screen and (min-width: 1024px) {
	.mv-text a:hover {
		filter: brightness(0.85);
		opacity: 1;
	}
	.mv-text a {
		max-width: fit-content;
		width: fit-content;
		display: block;
		margin: 0 auto;
	}
}
