@charset "UTF-8";

/* Reset CSS
 * --------------------------------------- */
@import url('reset.css');

/* Custom CSS
 * --------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap');

html {
  font-size: 62.5%;
}
body {
	font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px; font-size: 1.6rem;
  font-weight: 500;
	line-height: 1.8;
  letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #333;
}
is-pc {
  display: inherit;
}
is-sp {
  display: none;
}

a{
	outline: none;
	color: #009844;
}
a:focus{
	outline: none;
}
a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

img {
	max-width: 100%;
}

.main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  width: 400px;
  padding: 20px;
}