/* Scss Document */
body {
  background: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: itc-bodoni-seventytwo-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-size: 2.0833333333vw;
  line-height: 141.6666666667%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 3.75vw;
  }
}

.-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .-sp {
    display: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .-pc {
    display: none;
  }
}

.inner {
  padding: 4.1666666667vw 5.2083333333vw;
}
@media only screen and (max-width: 640px) {
  .inner {
    padding: 6.25vw 4.6875vw;
  }
}

.header {
  padding: 3.9583333333vw 3.125vw 0;
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 5.625vw 4.6875vw 0;
  }
}
.header_logo {
  width: 5.8333333333vw;
}
@media only screen and (max-width: 640px) {
  .header_logo {
    margin: 0 auto;
    width: 11.6666666667vw;
  }
}

.content {
  padding: 0;
}

.introduction {
  text-align: center;
  font-size: 2.5vw;
}
@media only screen and (max-width: 640px) {
  .introduction {
    font-size: 3.75vw;
  }
}
.introduction .content {
  background: url(../img/img_lurk01.jpg) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .introduction .content {
    background: url(../img/img_lurk01.jpg) no-repeat center top 3.125vw;
    background-size: 100% auto;
  }
}
.introduction_text {
  padding-bottom: 17.5vw;
  font-size: 5.2083333333vw;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .introduction_text {
    padding-bottom: 18.4375vw;
  }
}

.lurk_logo_vertical {
  margin: 5vw auto 0;
  width: 11.6666666667vw;
}
@media only screen and (max-width: 640px) {
  .lurk_logo_vertical {
    margin: 10vw auto 0;
    width: 21.875vw;
  }
}

.lurk_logo_horizon {
  margin: 5vw auto;
  width: 22.5vw;
}

.title_large {
  margin-bottom: 0.75em;
  font-size: 3.9583333333vw;
  line-height: 119.0476190476%;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .title_large {
    font-size: 6.875vw;
  }
}
.title_option {
  margin-bottom: 0.5em;
  font-size: 5.2083333333vw;
  font-family: "gabriola", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .title_option {
    font-size: 5.625vw;
  }
}

.zen .content {
  padding-top: 4.1666666667vw;
}
.zen_background {
  padding: 1.0416666667vw 0;
  background: url(../img/img_lurk06.jpg) no-repeat center top -4.5833333333vw;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .zen_background {
    padding-top: 0;
    background: url(../img/img_lurk06.jpg) no-repeat center top 40.625vw;
    background-size: 100% auto;
  }
}
.zen_head {
  padding-bottom: 29.1666666667vw;
}

.column_container {
  margin-bottom: 5.2083333333vw;
  display: flex;
  gap: 3.6458333333vw;
}
.column_container.-reverse {
  flex-direction: row-reverse;
}
.column_container.-align-center {
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .column_container.-sp-vertical {
    flex-direction: column;
  }
  .column_container.-sp-vertical .column_text {
    width: 100%;
  }
  .column_container.-sp-vertical .column_image {
    width: 100%;
  }
}
.column_text {
  width: 41.875vw;
}
.column_image {
  width: 45.3125vw;
}

.frame {
  padding: 5vw;
  border: solid 2px;
  border-radius: 2.9166666667vw;
}

.footer {
  font-size: 2.7083333333vw;
}
@media only screen and (max-width: 640px) {
  .footer {
    font-size: 3.75vw;
  }
}
.footer_jd_logo {
  margin: 0 auto;
  width: 25vw;
}
.footer_contact {
  text-align: center;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
.footer_contact .inner {
  padding: 3.3333333333vw 0 5.2083333333vw;
}
@media only screen and (max-width: 640px) {
  .footer_contact .inner {
    padding: 5vw 0 7.8125vw;
  }
}
.footer_mail {
  margin-top: 0.5em;
  font-size: 4.375vw;
}
@media only screen and (max-width: 640px) {
  .footer_mail {
    font-size: 6.5625vw;
  }
}

.keishunin_logo_horizon {
  padding: 5.2083333333vw 0 5.2083333333vw;
  margin: 0 auto;
  width: 27.0833333333vw;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-80 {
  margin-top: 4.1666666667vw;
}

.mb-80 {
  margin-bottom: 0;
}

.pt-80 {
  padding-top: 0;
}

.pb-80 {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .-sp-mt-0 {
    margin-top: 0;
  }
  .-sp-mb-0 {
    margin-bottom: 0;
  }
  .-sp-pt-0 {
    padding-top: 0;
  }
  .-sp-pb-0 {
    padding-bottom: 0;
  }
  .-sp-mt-80 {
    margin-top: 4.1666666667vw;
  }
  .-sp-mb-80 {
    margin-bottom: 0;
  }
  .-sp-pt-80 {
    padding-top: 0;
  }
  .-sp-pb-80 {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=styles.css.map */