* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 0.7320644216691069vw; /* 10px @ 1366px */
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.625em;
	letter-spacing: 0.03em;
	color: #1a1a1a;
  height: auto;
  scroll-behavior:smooth;
}
@media (max-width: 768px) {
  html {
    font-size: 2.564102564102564vw;
  }
}
button {
  border: none;
}
h1 {
  font-weight: 500;
}
h2 {
  font-weight: 500;
}
h3 {
  font-weight: 500;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
li {
  list-style: none;
}
body {
	font-size: 1.6rem;
}

body.is-menu-open {
	overflow: hidden;
}

@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
.up-button {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: #084674;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}
.up-button__arrow {
  margin: 2.8rem 0 0;
  width: 2.15rem;
}
.up-button__text {
  margin: 1rem 0 0;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.mv__box-subtitle {
  text-transform: capitalize!important;
}