@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@media screen and (max-width: 640px) {
  html {
    scroll-padding-top: 25vw;
  }
}

body {
  border: #C99F45 18px solid;
  color: #333;
}
@media screen and (max-width: 640px) {
  body {
    border: #C99F45 2.5714285714vw solid;
  }
}

@media screen and (max-width: 640px) {
  #header {
    border-top: #C99F45 2.5714285714vw solid;
  }
}

#side {
  display: none;
}

.main_wrap .inner {
  width: 1164px;
  min-width: 1164px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 640px) {
  .main_wrap .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 4.2857142857vw;
  }
}

.main_content {
  width: 100%;
}

.lps-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .lps-nav {
    font-size: 2.8vw;
  }
}
.lps-nav li {
  padding: 0 0.75em;
  border-right: solid 1px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lps-nav li {
    margin-top: 1em;
    width: 50%;
    min-height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .lps-nav li:nth-child(odd) {
    border-right: solid 1px rgba(0, 0, 0, 0.35);
  }
}
.lps-nav li:last-child {
  padding-right: 0;
  border: none;
}
@media screen and (max-width: 640px) {
  .lps-nav li:last-child {
    border-left: solid 1px rgba(0, 0, 0, 0.35);
    border-right: solid 1px rgba(0, 0, 0, 0.35);
  }
}

.lp-head {
  margin-bottom: 40px;
  padding: 7.5rem;
  background: linear-gradient(86deg, #C99F45 7.95%, #B7913F 50.4%, #C99F45 92.85%);
  color: #fff;
}
@media screen and (max-width: 640px) {
  .lp-head {
    margin-bottom: 0;
  }
}
.lp-head .inner {
  width: 1164px;
  min-width: 1164px;
  margin: 0 auto;
  padding: 0 60px;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .lp-head .inner {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 640px) {
  .lp-head .inner {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
.lp-head .logo {
  margin: 0 auto;
  width: 680px;
}
@media screen and (max-width: 640px) {
  .lp-head .logo {
    width: 60vw;
  }
}
.lp-head.-secondary {
  padding: 3rem;
}
@media screen and (max-width: 640px) {
  .lp-head.-secondary {
    padding: 4vw;
  }
}
.lp-head.-secondary .logo {
  width: 48rem;
}
@media screen and (max-width: 640px) {
  .lp-head.-secondary .logo {
    width: 56vw;
  }
}
.lp-content {
  margin: 9rem auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .lp-content {
    margin: 8vw auto;
  }
}
.lp-content .lps-title {
  margin-bottom: 5rem;
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  line-height: 1.3;
  /* 文字と横線を横並び */
}
@media screen and (max-width: 640px) {
  .lp-content .lps-title {
    margin-bottom: 6vw;
  }
}
.lp-content .lps-title::before, .lp-content .lps-title::after {
  background-color: #C99F45;
  /* 横線の色 */
  border-radius: 5px;
  /* 横線の両端を丸く */
  content: "";
  flex-grow: 1;
  /* 横幅いっぱい */
  height: 1px;
  /* 横線の高さ */
}
.lp-content .lps-title::before {
  margin-right: 5px;
  /* 文字との余白 */
}
.lp-content .lps-title::after {
  margin-left: 5px;
  /* 文字との余白 */
}
.lp-content .lps-title span {
  border-radius: 0.25em;
  padding: 0.65em 2em;
  color: #fff;
  background: #C99F45;
  font-size: 2.2rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .lp-content .lps-title span {
    padding: 0.65em 1em;
    font-size: 4vw;
    text-align: center;
  }
}
.lp-content .lps-title-mid {
  margin: 3rem 0;
  border-radius: 0.25em;
  padding: 0.25em 1.5em;
  display: inline-block;
  font-size: 2.2rem;
  color: #fff;
  background: #C99F45;
}
@media screen and (max-width: 640px) {
  .lp-content .lps-title-mid {
    margin: 1.5em 0;
    font-size: 3.6vw;
  }
  .lp-content .lps-title-mid.sp-center {
    margin-right: auto;
    margin-left: auto;
  }
}
.lp-content .lead {
  margin: 0 0 4rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #C99F45;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .lp-content .lead {
    margin: 0 0 4vw;
    font-size: 4vw;
  }
}
.lp-content .lead.-black {
  color: #333;
}
.lp-content .lead a {
  text-decoration: underline;
}
.lp-content p {
  margin: 0 0 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .lp-content p {
    font-size: 3.4vw;
  }
}
.lp-content em {
  font-weight: bold;
  font-style: normal;
}
.lp-content .notes {
  font-size: 1.4rem;
}
.lp-content .lps-image-l {
  margin: 6rem auto;
}
@media screen and (max-width: 640px) {
  .lp-content .lps-image-l {
    margin: 6vw auto;
  }
}
.lp-content .name {
  margin-top: 0.5em;
  font-size: 2.8rem;
  text-align: right;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 640px) {
  .lp-content .name {
    text-align: center;
    font-size: 4.4vw;
  }
}
.lp-content .name span {
  font-size: 1.4rem;
}

.-flex {
  margin: 4em auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .-flex {
    margin: 5vw auto;
    display: block;
  }
}
.-flex .column {
  width: 50rem;
}
@media screen and (max-width: 640px) {
  .-flex .column {
    margin-top: 5vw;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .-flex .column.staff {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 75%;
  }
}

.-reverse {
  flex-direction: row-reverse;
}
.-reverse .lp-text {
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  .-reverse .lp-text {
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .director .staff {
    margin-bottom: 8vw;
  }
}

.features h5 {
  margin-left: 1.5em;
  margin-bottom: 0;
  text-indent: -1.4em;
  line-height: 1.6;
}
.features p {
  margin-left: 1.4em;
  margin-top: 0;
}

.trial {
  color: #C99F45;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .trial {
    font-size: 3.2vw;
  }
}

.functional-reserve {
  padding: 3rem;
  border: solid 1px #C99F45;
  align-items: center;
}
.functional-reserve .reserve-text {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .functional-reserve .reserve-text {
    width: 100%;
  }
}
.functional-reserve .reserve-text .lead {
  margin-bottom: 1em;
}
.functional-reserve .reserve-image {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .functional-reserve .reserve-image {
    margin: 0 auto 0;
    width: 50%;
  }
}

.guest {
  line-height: 1.6;
}
.guest p {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .guest p {
    font-size: 3.2vw;
  }
}
.guest h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .guest h3 {
    font-size: 4.4vw;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .sp-center {
    text-align: center;
  }
}/*# sourceMappingURL=lps.css.map */