@charset "UTF-8";

/*============================================================================================
      Block
=============================================================================================*/

.container{
	position: relative;
	background-color: #6BD9DC;
	background-image: url(../img/bg_cont.png);
	background-repeat: repeat;
	background-size: 295px 295px;
	min-width: 1580px;
}
.container::before{
	content: "";
	position: absolute;
	top: 0;
	/* background: url(../img/bg_end.png) no-repeat center; */
	background: url(../img/bg.png) no-repeat center;
	background-size: cover;
	height: 100%;
	/* height: 740px; */
	height: 862px;
	width: 100%;
}
.container_mv{
	position: relative;
	z-index: 1;
	margin: auto;
	text-align: center;
}
.container_mv img{
	height: auto;
}

/* 2024.5月追記 */
/* .contents_img {
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
} */
/* 2025 */
.container_mv.on_going {
	padding-top: 920px;
	padding-bottom: 180px;
}
/* 2025 終了 */
.container_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5); /* 약간 불투명 */
	z-index: 999;
}
.container_end_box {
	position: absolute;
	top: 6%;
	left: 50%;
	width: 53%;
	padding: 65px 0 60px;
	background-color: rgba(222, 7, 7, 0.9);
	color: #fff;
	transform: translateX(-50%);
	font-family: "noto sans jp";
	z-index: 1000;
}
.container_end_ttl {
	font-size: 26px;
	text-align: center;
}
.container_end_txt {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
}