@charset "utf-8";


/* --------------------------------------------------
		overide
-------------------------------------------------- */
#breadcrumb_area .inner {
	max-width: 1200px;
}
@media screen and (max-width:640px){
	#wrap .p-inner img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-inner {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
}
.p-button--fade {
	display: block;
	transition: opacity .2s ease;
}
@media screen and (min-width:641px){
	.p-button--fade:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width:640px){
	.p-inner {
		padding: 0 4%;
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual-lead {
	text-align: center;
	background-color: #f2f2f2;
}
.visual-lead .text {
	font-size: 14px;
	line-height: 1.4;
	padding: 8px 0;
}
.visual-main img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width:640px){
	.visual-lead .text {
		font-size: 10px;
	}
}


/* --------------------------------------------------
		content
-------------------------------------------------- */
.content-main__image img {
	width: 100%;
	max-width: none;
}
.content-main__body {
	padding: 134px 0 120px;
	background-image: url(../img/adventcalendar2024/bg_02.png), url(../img/adventcalendar2024/bg_01.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1580px auto, cover;
}
.content-main__body .text {
	width: 92.66666666666667%;
	margin: 0 auto;
}
@media screen and (max-width:640px){
	.content-main__body {
		padding: 16.93333333333333vw 0 16vw;
		background-image: url(../img/adventcalendar2024/bg_02_sp.png), url(../img/adventcalendar2024/bg_01.png);
		background-size: 100% auto, cover;
	}
	.content-main__body .text {
		width: auto;
		margin: 0 -2.318840579710145%;
	}
}


/* --------------------------------------------------
		package
-------------------------------------------------- */
.package {
	padding: 90px 0 120px;
	background-color: #9a0c14;
	background-image: url(../img/adventcalendar2024/bg_03.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.package__set {
	margin-bottom: 40px;
}
.package__set p {
	margin-top: 40px;
}
.package__button + .package__button {
	margin-top: 12px;
}
@media screen and (max-width:640px){
	.package {
		padding: 12vw 0 16vw;
		background-size: 190% auto;
	}
	.package__set {
		margin-bottom: 8vw;
	}
	.package__set p {
		margin-top: 8vw;
	}
	.package__button + .package__button {
		margin-top: 3.2vw;
	}
}
