@charset "UTF-8";
body {
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #292929;
  font-family: "Shippori Mincho", serif;
  background-color: #fff;
}
body p {
  line-height: 140%;
  color: #292929;
}

html {
  scroll-behavior: smooth;
}

* {
  color: #292929;
  font-family: "Shippori Mincho", serif;
}

section {
  background: #fff;
}

.fontAfacad {
  font-family: "Afacad", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body {
  font-family: "Shippori Mincho", serif;
  max-width: 100%;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
  font-weight: 600;
}

body.navOn {
  width: 100%;
  height: 100%;
}

body * {
  letter-spacing: 0.03em;
  line-height: 145%;
  font-weight: 400;
  scroll-behavior: smooth;
}

#mainContent {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.commonWidth {
  margin: 0 auto;
}

.inWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.errorText {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 90vw;
  }
  .commonWidthSp {
    width: 90vw;
    margin: 0 auto;
  }
  .inWidth {
    width: 86vw;
  }
  .contentArea {
    padding-bottom: 1px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .commonBackArea {
    margin: 56px 0 0 0;
    padding: 32px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    width: min(90vw, 1200px);
  }
  .commonWidthPc {
    width: min(90vw, 1200px);
    margin: 0 auto;
  }
  .inWidth {
    width: min(86vw, 1080px);
  }
  .contentArea {
    padding-bottom: 1px;
  }
  .errorText {
    font-size: clamp(14px, 1.67vw, 20px);
  }
  .commonBackArea {
    margin: 80px 0 0 0;
    padding: 40px 0 0 0;
  }
}
/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}
.commonErrorText a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(14px, 1.83vw, 22px);
  }
}/*# sourceMappingURL=common.css.map */