@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*--------------------------------------------------

  base

--------------------------------------------------*/
body {
  width: 100%;
  line-height: 1.5;
  color: #362e2b;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main {
  overflow-x: hidden;
}
main section section {
  padding: 0;
}

section article {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.js-ovh {
  overflow: hidden;
}

a {
  display: block;
  height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
img[class] {
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, img[class] {
    max-width: none;
  }
  *::-ms-backdrop, img.snowfall-flakes {
    max-width: none;
  }
}

@media screen and (min-width: 1080px) {
  body {
    font-size: 1.6rem;
  }
  [class*=_wrapper] {
    width: 1080px;
    margin: 0 auto;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.4rem;
  }
  h5 {
    font-size: 2.2rem;
  }
  h6 {
    font-size: 2rem;
  }
  p:not([class]):not(:last-of-type) {
    margin-bottom: 25px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1079px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    font-size: 1.6rem;
    font-size: max(16px, 4.2666666667vw);
  }
  [class*=_wrapper] {
    width: 93.3333333333%;
    margin: 0 auto;
  }
  h2 {
    font-size: 150%;
  }
  h3 {
    font-size: 150%;
  }
  h4 {
    font-size: 125%;
  }
  h5 {
    font-size: 112.5%;
  }
  h6 {
    font-size: 100%;
  }
  p:not([class]):not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
  .pc {
    display: none !important;
  }
}