@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;
	}
}
.visual-cation {
	padding: 20px 20px;
}
.visual-cation .text {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	padding: 8px 20px;
	border: 2px solid #000000;
}
@media screen and (max-width:640px){
	.visual-cation {
		padding: 10px 4%;
	}
	.visual-cation .text {
		font-size: 12px;
		padding: 8px 3%;
	}
}


/* --------------------------------------------------
		movie-area
-------------------------------------------------- */
.movie {
	padding: 90px 0;
	background-image: url("../img/adventcalendar2025/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/adventcalendar2025/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/adventcalendar2025/bg_02.png"),
		url("../img/adventcalendar2025/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;
}
.content__item {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 45px 0;
}
.content__item li {
	width: 33.33333333333333%;
	padding: 0 15px;
	margin-top: 30px;
}
.content__item li:nth-of-type(-n+2) {
	width: 50%;
}
@media screen and (max-width:640px){
	.content {
		padding: 16vw 0;
		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;
	}
	.content__item {
		margin: -4vw -2.173913043478261% 0;
	}
	.content__item li {
		width: 50%;
		padding: 0 2.083333333333333%;
		margin-top: 4vw;
	}
	.content__item li:nth-of-type(-n+2) {
		width: 100%;
	}
}


/* --------------------------------------------------
		package
-------------------------------------------------- */
.package {
	padding: 90px 0 150px;
	background-image: url("../img/adventcalendar2025/package_bg01.png"),
		url("../img/adventcalendar2025/package_bg02.png");
	background-position: center bottom, center top;
	background-repeat: repeat-x;
	background-size: 1400px auto;
	background-color: #e60012;
}
.package__set {
	max-width: 1080px;
	margin: 0 auto 60px;
}
@media screen and (max-width:640px){
	.package {
		padding: 12vw 0 16vw;
		background-size: 100% auto, 200% auto;
		background-position: 40% 100%, 100% 0;
	}
	.package__set {
		margin-bottom: 4vw;
	}
}
