header {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 55vw;
	background: #FFF;
	background-size: contain;
}
.ornament {
	position: absolute;
	width: 70px;
	height: 70px;
	margin: 0 30px;
	transform-origin: top center;
}
.ornament01 {
	top: -11%;
	left: 3%;
	width: 18%;
	z-index: 1005;
}
.ornament02 {
	top: 5%;
	right: 1%;
	width: 15%;
	z-index: 1000;
}
.ornament03 {
	top: 18%;
	left: 3%;
	width: 7%;
	z-index: 1001;
}
.ornament04 {
	top: -9%;
	right: 18%;
	width: 6%;
	z-index: 1005;
}
.falling {
	transform: translateY(-200px);
	opacity: 0;
}
#header_ct {
	margin: 0;
	padding: 0;
	width: 70%;
	position: absolute;
	top: 7vw;
	left: 15%;
	z-index: 1010;
}
.container_header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 55vw;
	position: revert;
}
.container_header::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 19.9vw;
	background-image: url(../images/header_top.png);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}
.container_header::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 31vw;
	background-image: url(../images/header_bt.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -5vw;
	left: 0;
	z-index: 1000;
}
section#sec_main {
	margin: 0 auto;
	padding: 5vw 0 0;
	width: 100%;
	max-width: 1000px;
	position: relative;
}
article.art_top {
	margin: 0 auto;
	padding: 0em 0 2em;
	width: 90%;
	font-size: clamp(1.5rem, 3.2vw, 4rem);
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
article.art_content {
	margin: 0 auto;
	padding: 4em 6em;
	width: 90%;
	background-color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.art01::before {
	content: '';
	display: inline-block;
	width: 70%;
	height: 112px;
	background-image: url(../images/img_schedule01.png);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -56px;
	left: 15%;
	z-index: 1002;
}
.img_content {
	margin: 2em auto 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.conteiner_btn {
	margin: 3em 0;
	padding: 0;
}
.box_btn {
	margin: 0;
	padding: 0;
	width: 48%;
	position: relative;
}
.box_btn a::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../images/pointer.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -44px;
	right: -42px;
	transform: translate(-50%, -50%);
	animation: fluffyUpDownLoop 2s linear infinite;
	z-index: 1000;
}
@keyframes fluffyUpDownLoop {
	0% {
		transform: translate(-50%, -50%) translateY(-3px);
	}
	50% {
		transform: translate(-50%, -50%) translateY(3px);
	}
	100% {
		transform: translate(-50%, -50%) translateY(-3px);
	}
}
.art_hosoku {
	margin: 1em auto 3em;
	padding: 0;
	width: 90%;
	font-size: 1.3rem;
	font-weight: 500;
	color: #FFF;
}
.container_content {
	margin: 2em auto 0;
	padding: 0;
	width: 90%;
}
.art01 {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
.art02 {
	margin: 0 0 1em;
	padding: 0;
	width: 48%;
	position: relative;
}
.art03 {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	position: relative;
}
.art02 a::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-image: url(../images/pointer.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -22px;
	right: -22px;
	transform: translate(-50%, -50%);
	animation: fluffyUpDownLoop 2s linear infinite;
	z-index: 1000;
}
.icon_shisetsu {
	margin: 0 20px 0 0;
	padding: 0;
	width: 60px;
}
.txt_shisetsu {
	margin: 0;
	padding: 0;
	font-size: clamp(1.5rem, 2.1vw, 2rem);
	font-weight: 700;
	color: #FFF;
	width: calc(100% - 80px);
}
footer {
	margin: 2em auto 5em;
	padding: 0;
	width: 90%;
	position: relative;
	text-align: center;
	color: #FFF;
}
.txt_footer01 {
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 1.6rem;
	font-weight: 500;
}
.txt_footer02 {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 500;
}
.icon_emio {
	margin: 2em auto;
	padding: 0;
	width: 100px;
}
@media (max-width: 1024px) {
	article.art_content {
		margin: 0 auto;
		padding: 3em 4em;
		width: 90%;
		background-color: #FFF;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		position: relative;
	}
	.art01::before {
		width: 70%;
		height: 12vw;
		top: -5vw;
		left: 15%;
	}
}
@media (max-width: 650px) {
	.box_btn {
		margin: 0 0 2em;
		padding: 0;
		width: 100%;
		position: relative;
	}
	.conteiner_btn {
		margin: 2em 0 0;
		padding: 0;
	}
	.art02 {
		margin: 0 auto 2em;
		padding: 0;
		width: 90%;
		position: relative;
	}
	article.art_content {
		padding: 2em 3em;
	}
	footer {
		margin: 2em auto 5em;
		text-align: left;
	}
	.txt_footer01 {
		font-size: 1.4rem;
	}
	.txt_footer02 {
		font-size: 1.2rem;
	}
	.container_header::before {
		content: '';
		display: inline-block;
		width: 100%;
		height: 19.9vw;
		background-image: url(../images/header_top_sp.png);
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1002;
	}
	.ornament01 {
		top: 0%;
		left: -1%;
		width: 16%;
		z-index: 1005;
	}
	.ornament02 {
		top: 5%;
		right: -3%;
		width: 15%;
		z-index: 1000;
	}
	.ornament03 {
		top: 18%;
		left: -2%;
		width: 7%;
		z-index: 1001;
	}
	.ornament04 {
		top: -9%;
		right: 0%;
		width: 6%;
		z-index: 1005;
	}
	#header_ct {
		margin: 0;
		padding: 0;
		width: 80%;
		position: absolute;
		top: 8vw;
		left: 10%;
		z-index: 1010;
	}
}
@media (max-width: 414px) {
	header {
		width: 100%;
		height: 60vw;
	}
	article.art_content {
		padding: 1em 1.5em;
		border-radius: 10px;
	}
	.art_hosoku {
		font-size: 1.2rem;
	}
	.art02 {
		width: 100%;
	}
	.box_btn a::after {
		width: 50px;
		height: 50px;
	}
	.art02 a::after {
		width: 50px;
		height: 50px;
	}
	.txt_shisetsu {
		font-size: 1.2rem;
	}
	.txt_footer01 {
		font-size: 1.2rem;
	}
	.txt_footer02 {
		font-size: 1rem;
	}
	footer {
		margin: 2em auto 3em;
	}
}