@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');

/*============================================================
	BREAKPOINT
*/
@media screen and (max-width: 1279px) {
}
/* TB */
@media screen and (max-width: 1079px) {
}
/* SP */
@media screen and (max-width: 767px) {
}

/*============================================================
	RESET
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	list-style-type: none;
	text-decoration: inherit;
	text-transform: none;
    font-family: inherit;
	font-style: inherit;
    font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	font-family: 'Sawarabi Mincho', sans-serif;
}

/*============================================================
	BODY
*/
.body {
	position fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    background: #fff;
	color: #000;
}
.body h1 {
	font-size: 10vw;
	line-height: 1;
	font-family: 'Crimson Text', serif;
}
.body h2 {
	font-size: 2vw;
	font-family: 'Crimson Text', serif;
	letter-spacing: 0.43em;
}
.body h3 {
	margin: 3vw 0 0 0;
	font-size: 1vw;
}