* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}


@media screen and (max-width:1366px) {
  html {
    font-size: calc(100vw / 1366 * 10);
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
}

body {
  color: #3E3A39;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  min-width: 86.1%;
  padding-top: 28rem;
  -webkit-text-size-adjust: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a {
  color: #474747;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  transition: .3s;
}

@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a:hover {
  opacity: .75;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

dl, ul {
  list-style: none;
}

.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.c-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 125.5rem;
}


@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    padding-top: 7rem;
  }

  .u-pc {
    display: none !important;
  }

  .u-sp {
    display: block !important;
  }
}
