@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	color: #231815;
}
@media (max-width: 980px) {
	html {
		font-size: 1.020408vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.333vw;
	}
}
body {
	font-size: 1.5rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
	line-height: 1;
}
a {
	color: #231815;
	text-decoration: none;
}
a,
a img {
	transition: opacity 0.3s ease-out;
}
a:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
.wrapper {
	margin: 0 auto;
	max-height: 100%; /*for android*/
}
.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* main */
main {
	margin: 5rem auto 8rem;
	max-width: 98rem;
	padding: 0 4rem;
}

/* mv */
.mv {
	width: 100%;
	text-align: center;
}

/* closeWrap */
.closeWrap {
	margin: -15.5rem auto 0;
	font-weight: bold;
}
.closeWrap .jpTxt {
	font-size: 8.9rem;
}
.closeWrap .jpTxt .txt01 {
	display: block;
	font-size: 2.9rem;
	line-height: 1.9;
}
.closeWrap .enTxt {
	margin-top: 2rem;
	font-size: 7rem;
}
.closeWrap .enTxt .txt01 {
	display: block;
	font-size: 2.7rem;
	line-height: 1.65;
}
.closeWrap .enTxt .txt02 {
	display: block;
	font-size: 3.9rem;
	line-height: 1.65;
}
@media (max-width: 768px) {
	main {
		padding: 0 3.5rem;
	}

	/* mv */
	.mv img {
		margin: 0 auto;
	}

	/* closeWrap */
	.closeWrap {
		margin: -9.5rem auto 0;
	}
	.closeWrap .jpTxt {
		font-size: 6.7rem;
	}
	.closeWrap .jpTxt .txt01 {
		font-size: 2.18rem;
		line-height: 1.9;
	}
	.closeWrap .enTxt {
		margin-top: 2rem;
		font-size: 5.3rem;
	}
	.closeWrap .enTxt .txt01 {
		font-size: 2rem;
		line-height: 1.65;
	}
	.closeWrap .enTxt .txt02 {
		font-size: 2.9rem;
		line-height: 1.65;
	}
}