@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);
  }
}
.comBtn {
  padding: 9px 35px 7px 20px;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}

.comBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.comBtn.wh {
  background: #fff;
  color: #000;
}

.comBtn.bk {
  background: #fff;
  color: #000;
}

.comBtn.gr {
  background: #F0F0F0;
  border: none;
  width: 164px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .comBtn {
    padding: 9px 20px 7px 20px;
  }
}
.zen {
  font-family: "Zen Old Mincho", serif;
}

.mincho {
  font-family: "Shippori Mincho B1", serif;
}

.afa {
  font-family: "Afacad", sans-serif;
}

.una {
  font-family: "Unna", serif;
}

.serif {
  font-family: serif;
}

.en {
  font-weight: "Unna", serif;
}

.txt24pc {
  font-size: clamp(16px, 2.17vw, 26px);
  font-weight: 400;
  line-height: 160%;
}

.txt24pc {
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.txt22pc {
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.txt20pc {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.txt18pc {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.txt17pc {
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.txt16pc {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.txt15pc {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.txt14pc {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.txt14Lpc {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.03em;
}

.txt13pc {
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.txt12pc {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.en20pc {
  font-family: "Unna", serif;
  font-size: clamp(14px, 1.67vw, 20px);
  line-height: 160%;
  letter-spacing: 0.08em;
}

.en16pc {
  font-family: "Unna", serif;
  font-size: clamp(14px, 1.33vw, 16px);
  line-height: 140%;
  letter-spacing: 0.05em;
}

.en14pc {
  font-family: "Unna", serif;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.08em;
}

.eng18pc {
  font-family: "Unna", serif;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 140%;
  letter-spacing: 0.08em;
}

.eng24 {
  font-family: "Unna", serif;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.08em;
}

.tl32pc {
  font-family: "Unna", serif;
  font-size: clamp(19px, 2.67vw, 32px);
  line-height: 140%;
  letter-spacing: 0.08em;
}

.tl40pc {
  font-family: "Unna", serif;
  font-size: clamp(24px, 3.33vw, 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .txt32sp {
    font-size: 32px;
  }
  .txt14sp {
    font-size: 14px;
  }
  .txt13sp {
    font-size: 13px;
  }
  .txt15sp {
    font-size: 15px;
  }
  .txt16sp {
    font-size: 16px;
  }
  .txt17sp {
    font-size: 17px;
  }
  .txt18sp {
    font-size: 18px;
  }
  .txt20sp {
    font-size: 20px;
  }
  .txt25sp {
    font-size: 25px;
  }
}/*# sourceMappingURL=common.css.map */