@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 (any-hover:hover){
	.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;
	}
}


/* --------------------------------------------------
		movie-area
-------------------------------------------------- */
.movie {
	padding: 90px 0;
	background-image: url("../img/adventcalendar2026/movie-area_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.movie-wrap {
	margin: 0 5% 20px;
	padding: 30px 30px;
	background-image: url("../img/adventcalendar2026/movie-area_02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}
.movie-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.movie-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px){
	.movie {
		padding: 12vw 0;
	}
	.movie-wrap {
		margin: 0 0 2.666666666666667vw;
		padding: 4vw 4vw;
	}
}


/* --------------------------------------------------
		content
-------------------------------------------------- */
.content {
	padding: 120px 0;
	background-image: url("../img/adventcalendar2026/bg_02.png"),
		url("../img/adventcalendar2026/bg_01.png"),
		linear-gradient(to top, #013723, #0c6d39);
	background-position: center top;
	background-repeat: no-repeat, repeat, repeat;
	background-size: 1800px auto,  1800px auto, 100% 100%;
}
.content__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.content__track {
	max-width: 1080px;
	margin: 0 auto 20px;
}
.content__title {
	max-width: 1080px;
	margin: 0 auto 50px;
}
ul.content__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto 40px;
}
ul.content__item li {
	width: 49.07407407407407%;
}
p.content__item {
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 11.11111111111111%;
	border-radius: 50px 50px;
	background: linear-gradient(to right, #face00 0%, #fffbd0 25%, #ca9a0c 60%, #f2e08b 87%, #fffbd0 100%);
}
@media screen and (max-width:640px){
	.content {
		padding: 16vw 0;
		background-position: center top, 30% top;
		background-size: 900px auto,  900px auto, 100% 100%;
	}
	.content__bg .bg--01,
	.content__bg .bg--02 {
		width: 32%;
	}
	.content__track {
		margin-bottom: 2vw;
	}
	.content__title {
		margin-bottom: 4vw;
	}
	ul.content__item {
		margin: -4vw 0 4vw;
	}
	ul.content__item li {
		width: 100%;
		margin-top: 4vw;
	}
	p.content__item {
		padding: 4vw 4.347826086956522%;
		border-radius: 6.667vw 6.667vw;
	}
}


/* --------------------------------------------------
		package
-------------------------------------------------- */
.package {
	padding: 90px 0 280px;
	background-image: url("../img/adventcalendar2026/package_bg01.png"),
		url("../img/adventcalendar2026/package_bg02.png");
	background-position: center bottom, center top;
	background-repeat: repeat-x;
	background-size: 1400px auto;
	background-color: #005bac;
}
.package__set {
	max-width: 1080px;
	margin: 0 auto;
}
.package__button {
	margin-top: 60px;
}
@media screen and (max-width:640px){
	.package {
		padding: 12vw 0 22.667vw;
		background-size: 100% auto, 155% auto;
		background-position: 40% 100%, 100% 0;
	}
	.package__button {
		margin-top: 4vw;
	}
}
