body.lp-standalone-body main {
	background: transparent;
	margin: 0;
	max-width: none;
}

.lp-standalone {
	margin: 0 auto;
	max-width: 1200px;
	padding: 32px 20px 64px;
}

.lp-standalone > * + * {
	margin-top: 24px;
}

.lp-standalone h1,
.lp-standalone h2,
.lp-standalone h3,
.lp-standalone h4,
.lp-standalone h5,
.lp-standalone h6 {
	line-height: 1.4;
}

.lp-standalone p,
.lp-standalone li {
	line-height: 1.8;
}

.lp-standalone ul,
.lp-standalone ol {
	padding-left: 1.5em;
}

.lp-standalone ul {
	list-style: disc;
}

.lp-standalone ol {
	list-style: decimal;
}

.lp-standalone img,
.lp-standalone video,
.lp-standalone iframe {
	max-width: 100%;
}

.lp-standalone img,
.lp-standalone video {
	display: block;
	height: auto;
}

.lp-standalone table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

@media (min-width: 750px) {
	.lp-standalone {
		padding: 48px 40px 96px;
	}
}

/* Seasonal LP */
body.lp-standalone-body main.lp-seasonal {
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.lp-seasonal > * + * {
	margin-top: 0;
}

.lp-seasonal > img,
.lp-seasonal-movie,
.lp-seasonal-top {
	width: 100%;
}

.lp-seasonal-top {
	position: relative;
}

.lp-seasonal-top > img:first-child {
	display: block;
	width: 100%;
	height: auto;
}

.lp-seasonal-top-logo {
	position: absolute;
	top: 2%;
	left: 4%;
	width: 32.2222%;
	height: auto;
}

.lp-seasonal-scroll {
	position: absolute;
	bottom: -7%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.3333vw;
	transition: opacity 0.5s ease;
}

.lp-seasonal-scroll.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.lp-seasonal-scroll__text {
	width: 2.6667vw;
	height: auto;
}

.lp-seasonal-scroll__line {
	width: 1px;
	height: 8.8889vw;
	position: relative;
	overflow: hidden;
}

.lp-seasonal-scroll__line::after {
	content: '';
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EF4933;
	animation: scroll-line 1.8s ease-in-out infinite;
}

@keyframes scroll-line {
	0% { top: -100%; }
	50% { top: 0; }
	100% { top: 100%; }
}

.lp-seasonal-movie {
	position: relative;
}

.lp-seasonal-movie > img {
	display: block;
	width: 100%;
	height: auto;
}

.lp-seasonal-movie > video {
	position: absolute;
	top: 26%;
	left: 12%;
	width: 76%;
	height: auto;
	border-radius: 12px;
}

.lp-seasonal-movie__note {
	position: absolute;
	bottom: -1.5%;
	width: 100%;
	display: block;
	padding: 0 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3vw;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	color: #231815;
	text-align: center;
}

.lp-seasonal-sidebar {
	display: none;
}

@media (min-width: 769px) {
	body.lp-standalone-body.lp-seasonal-body {
		background: url('../img/iruma-seasonal/pc_bg.png') center / cover fixed;
	}

	body.lp-standalone-body main.lp-seasonal {
		max-width: 425px;
		margin: 0 auto;
	}

	.lp-seasonal-sidebar {
		display: block;
		position: fixed;
		top: calc(50% - 20px);
		left: 0;
		transform: translateY(-50%);
		z-index: 10;
	}

	.lp-seasonal-fixed-logo {
		display: block;
		width: 112px;
		height: auto;
	}

	.lp-seasonal-nav {
		margin-top: 12px;
		padding-left: 20px;
	}

	.lp-seasonal-nav__link {
		display: block;
		padding: 10px 0 10px 20px;
		font-family: 'Inter', sans-serif;
		font-size: 18px;
		font-weight: 600;
		color: #F5FAEC;
		text-decoration: none;
		line-height: 1.2;
		transition: opacity 0.3s;
	}

	.lp-seasonal-nav__link:hover {
		opacity: 0.7;
	}

	.lp-seasonal-nav__indicator {
		position: absolute;
		left: 20px;
		width: 8px;
		height: 8px;
		background: #EF4933;
		border-radius: 50%;
		transition: top 0.3s ease;
	}

	.lp-seasonal-scroll {
		gap: 6px;
	}

	.lp-seasonal-scroll__text {
		width: 12px;
	}

	.lp-seasonal-scroll__line {
		height: 40px;
	}

	.lp-seasonal-movie__note {
		font-size: 14px;
	}
}

@media (max-width: 749px) {

	body.lp-standalone-body main.lp-seasonal {
		padding-bottom: 18%;
		background-color: #fef5ce;
	}
}