html {
  font-size: 1vw;
}

* {
  -webkit-tap-highlight-color: transparent;
}
.container {
  max-width: 78.13rem;
  margin: 0 auto;
}
h1 {
	font-size: 3.125rem;
	line-height:180%;
}
h2 {
	font-size: 2.34375rem;
	line-height:180%;
}
h3 {
	font-size: 1.666rem;
	line-height:180%;
}
h4 {
	font-size: 1.333rem;
	line-height:180%;
}
h5 {
	font-size: 1.111rem;
	line-height:180%;
}

.container-default-template-hny {
    font-family: "Noto Sans JP";
    font-size: 1.09375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 2rem;
	padding:0 5rem;
	margin-top: 10rem;
}
@media (max-width: 639.98px) {
	.container-default-template-hny {
	padding:0 1.63rem;
	}
  html {
    font-size: 3.413vw;
  }
  .container {
    max-width: 100%;
    padding: 0 1.09em;
  }
}
