* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body {
  height: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: "palt";*/
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

p {
	font-size: 1em ;
	color: #999999 ;
}


/* -------------------------------------------for SP */
@media screen and (max-width:767.98px) {
.hero {
	background-size: 175px;
	bottom: 50px;
}
}
/* -------------------------------------------for PC */
@media screen and (min-width:768px) {
.hero {
	background-size: 300px;
	bottom: 100px;
}
}

.hero {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/rift_logo_YH.svg);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.5;
	position: relative;
}
h1 {
	margin: 0 auto;
}
h1 img {
	width: 200px;
}

