/* ベース▼*/
a{
	text-decoration: none;
}
body{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	font-size: 1em;
	color: #3e3e3e;
	letter-spacing: 0.15em;
}
p{
	font-size: 1em;
	margin-top: 20px;
	line-height: 1.8;
}
h2{
  font-family:  "Mohave", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: 115px;
	color: #8bc300;
	letter-spacing: 0;
}
h3{
	font-family:  "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: 24px;
	color: #3e3e3e;
	margin-top: 30px;
	letter-spacing: 0.1em;
}
/* インデント設定 */
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
/* テキスト装飾 */
.underline { 
	text-decoration: underline
}
.hover-underline-none:hover { 
	text-decoration: none;
}

.white{
	color: #fff;
}
.red{
	color: #ff0038;
}
.green{
	color: #017737;
}
.pc-disp {
    display: block;
}
.sp-disp {
    display: none;
}

/* カミングスーン */
.coming-soon-section {
	width: 100%;
    height: auto;
    background: #fefbf4;
    padding-top: 50px;
    padding-bottom: 0;
}
.coming-soon-section-in {
	width: 1200px;
    height: auto;
    margin: 0 auto;
}
.coming-soon {
	padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    font-family: "Mohave", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 72px;
    color: #8bc300;
}

@media screen and (max-width:1200px) { 
	.coming-soon-section-in{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/* ベース▲*/
/* 599px以下▼ */
@media screen and (max-width:599px) { 
body{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
	font-size: 14px;
	color: #3e3e3e;
	letter-spacing: 0.15em;
}
h2{
  font-family:  "Mohave", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: 56px;
	color: #8bc300;
	letter-spacing: 0;
}
h3{
	font-family:  "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: 18px;
	color: #3e3e3e;
	margin-top: 30px;
	letter-spacing: 0.1em;
}
.pc-disp {
	display: none;
}
.sp-disp {
	display: block;
}


/* カミングスーン */
.coming-soon-section-in {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.coming-soon{
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
	color: #8bc300;
}
}
