/*! Writen  by SCSS */
.pre-inc sup {
  font-size: 0.5em;
}
.pre-inc button,
.pre-inc input[type=submit] {
  cursor: pointer;
  border: none;
  margin: 0;
}
.pre-inc button:focus,
.pre-inc input[type=submit]:focus {
  outline: none;
}
.pre-inc .flex {
  display: flex;
  justify-content: space-between;
}
.pre-inc .flex_wrap {
  flex-wrap: wrap;
}
.pre-inc .flex_rr {
  flex-direction: row-reverse;
}
.pre-inc .pos_r {
  position: relative;
}
.pre-inc .pos_a {
  position: absolute;
}
.pre-inc .pos_r {
  position: relative;
}
.pre-inc .pos_a {
  position: absolute;
}
.pre-inc #header {
  color: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.pre-inc.scrolled #header {
  background: rgba(255, 255, 255, 0.8);
}
.pre-inc .menu-trigger .border {
  background: #000;
}
.pre-inc .menu-trigger .menu_text {
  color: #000;
}
.pre-inc .content {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .pre-inc .content {
    padding-top: 90px;
  }
}
.pre-inc .inner_head {
  font-size: clamp(30px, 4.83vw, 60px);
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.33em 0;
  color: #b39272;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.pre-inc .inner_head .en {
  order: 1;
}
.pre-inc .inner_head .jp {
  font-size: 0.53em;
  order: 3;
}
.pre-inc .inner_head::after {
  content: "";
  display: block;
  order: 2;
  width: 1em;
  height: 1px;
  background: #c5a585;
}
.pre-inc .sec_first {
  margin-top: clamp(40px, 6.67%, 80px);
}
.pre-inc .text_gold {
  color: #c1a080;
}
.pre-inc .text_yellow {
  color: #d6c677;
}
.pre-inc .sec_head {
  font-size: clamp(26px, 3.22vw, 40px);
  line-height: 1;
  color: #b49e8d;
  letter-spacing: 0.3em;
}
.pre-inc .sec_head.en {
  font-size: clamp(28px, 3.87vw, 48px);
}
.pre-inc .en_head {
  font-size: clamp(24px, 2.41vw, 30px);
  line-height: 1;
  color: #c5a585;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 480px) {
  .pre-inc .en_head {
    letter-spacing: 0.1em;
  }
}
.pre-inc .sec_lead {
  font-size: clamp(18px, 2.09vw, 26px);
  line-height: 1.54;
}
.pre-inc .lead {
  font-size: clamp(16px, 1.77vw, 22px);
}
.pre-inc .read {
  font-size: clamp(13px, 1.29vw, 16px);
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .pre-inc .read {
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .read {
    font-size: 14px;
  }
}
.pre-inc .read_min {
  font-size: clamp(11px, 1.04vw, 14px);
}
@media screen and (max-width: 480px) {
  .pre-inc .read_min {
    font-size: 13px;
  }
}
.pre-inc .sec_lead_wrap .sec_head {
  margin-bottom: clamp(40px, 6.67%, 80px);
}
.pre-inc .sec_lead_wrap .read {
  margin-top: clamp(25px, 4.17%, 50px);
  line-height: 3.13;
}
@media screen and (max-width: 768px) {
  .pre-inc .sec_lead_wrap .read {
    line-height: 1.8;
  }
}
.pre-inc img.wide_image {
  width: 100%;
}
.pre-inc .ls_n005 {
  letter-spacing: -0.05em;
}
.pre-inc .ls_n01 {
  letter-spacing: -0.1em;
}
.pre-inc .ls_n015 {
  letter-spacing: -0.15em;
}
.pre-inc .ls_n02 {
  letter-spacing: -0.2em;
}
.pre-inc .ls_n025 {
  letter-spacing: -0.25em;
}/*# sourceMappingURL=inner.css.map */