* {
	box-sizing: border-box;
}

html {
	visibility: hidden;
	animation: loading 0.5s ease-in-out 0.5s forwards;
}

body {
	font-family: "Prompt", "Noto Sans JP", sans-serif;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

a {
	display: inline-block;
	transition-duration: 0.7s;
}

a:hover {
	opacity: 0.7;
}

.entry-complete__content {
	padding: 70px 0;
	background-image: url("../../img/black-bg.png");
	background-size: cover;
}

.entry-complete__box {
	width: 100%;
	height: auto;
	padding: 50px 70px;
	background-color: #ffd800;
}

.entry-complete__hdl {
	display: flex;
	row-gap: 8px;
	flex-direction: column;
	align-items: center;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

.entry-complete__hdl-en {
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
}

.entry-complete__hdl-jp {
	font-weight: bold;
	font-size: 18px;
}

.entry-complete__catch {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 100px;
	text-align: center;
}

.entry-complete__catch .pc-none {
	display: none;
}

.entry-complete__text-bold {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
}

.entry-complete__text {
	margin-bottom: 65px;
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}

.entry-complete__text .sp-none {
	display: block;
}

.entry-complete__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	background-color: #802eff;
	color: #ffffff;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}

@media screen and (max-width: 1200px) {

.entry-complete__content {
	padding: 4.8611111111vw 0;
}

.entry-complete__box {
	padding: 3.4722222222vw 4.8611111111vw;
}

.entry-complete__hdl {
	row-gap: 0.5555555556vw;
	margin-bottom: 2.4305555556vw;
}

.entry-complete__hdl-en {
	font-size: 3.4722222222vw;
}

.entry-complete__hdl-jp {
	font-size: 1.25vw;
}

.entry-complete__catch {
	margin-bottom: 2.0833333333vw;
	font-size: 6.9444444444vw;
}

.entry-complete__text-bold {
	margin-bottom: 1.3888888889vw;
	font-size: 2.4305555556vw;
}

.entry-complete__text {
	margin-bottom: 4.5138888889vw;
	font-size: 1.1111111111vw;
}

.entry-complete__btn {
	width: 23.6111111111vw;
	height: 3.125vw;
	font-size: 1.4583333333vw;
}

}

@media screen and (max-width: 767px) {

.entry-complete__content {
	padding: 10.6666666667vw 0;
}

.entry-complete__box {
	width: 90vw;
	margin: 0 calc(50% - 45vw);
	padding: 10.6666666667vw 5.3333333333vw;
}

.entry-complete__hdl {
	row-gap: 2.1333333333vw;
	margin-bottom: 9.3333333333vw;
}

.entry-complete__hdl-en {
	font-size: 13.3333333333vw;
}

.entry-complete__hdl-jp {
	font-size: 4.8vw;
}

.entry-complete__catch {
	margin-bottom: 8vw;
	font-size: 21.3333333333vw;
}

.entry-complete__catch .pc-none {
	display: block;
}

.entry-complete__text-bold {
	margin-bottom: 4vw;
	font-size: 5.0666666667vw;
}

.entry-complete__text {
	margin-bottom: 10.6666666667vw;
	font-size: 3.7333333333vw;
	text-align: start;
}

.entry-complete__text .sp-none {
	display: none;
}

.entry-complete__btn {
	width: 90%;
	height: 10.6666666667vw;
	font-size: 3.7333333333vw;
}

}

@keyframes loading {

0% {
	visibility: hidden;
}

100% {
	visibility: visible;
}

}

