@charset "UTF-8";
:is(.main-area) a, picture {
  display: block;
  color: inherit;
}

.main-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.main-area {
  --heading-num: #E5CFB0;
  --heading-accent: #AA8858;
  --sec-bgc: #F4EDDF;
  --futura-pt: futura-pt,sans-serif;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.main-area li a[href] {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.main-area li a[tabindex="-1"] {
  pointer-events: none;
}

.lp-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
}
.lp-header__mv {
  width: 100%;
}

.lp-body__ttl__numbering, .lp-body__ttl__itemname {
  display: flex;
}
.lp-body__ttl__numbering {
  align-items: flex-end;
  font-family: var(--futura-pt);
  font-weight: 500;
}
.lp-body__ttl__numbering-num {
  font-weight: 600;
  color: var(--heading-num);
}
.lp-body__ttl__itemname {
  flex-direction: column;
  font-weight: 600;
}
.lp-body__ttl__itemname-accent {
  color: var(--heading-accent);
}
.lp-body__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lp-body__img {
  flex-shrink: 0;
}
.lp-body__desc {
  position: relative;
}
.lp-body__desc::before, .lp-body__desc::after {
  content: "";
  display: block;
  position: absolute;
}
.lp-body__desc::before {
  top: 0;
  left: 0;
  border-top: 2px solid var(--sec-bgc);
  border-left: 2px solid var(--sec-bgc);
}
.lp-body__desc::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid var(--sec-bgc);
  border-right: 2px solid var(--sec-bgc);
}
.lp-body__feature__wrap {
  background-color: var(--sec-bgc);
}
.lp-body__feature__ttl, .lp-body__feature__list {
  font-weight: 600;
}
.lp-body__feature__ttl {
  font-family: var(--futura-pt);
  color: var(--heading-accent);
}
.lp-body__feature__list {
  display: inline-flex;
  flex-direction: column;
}
.lp-body__feature__list li {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lp-body__feature__list li::before {
  content: "";
  display: block;
  background-color: #fff;
}
.lp-body__feature__list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: 2px solid var(--heading-accent);
  border-right: 2px solid var(--heading-accent);
  transform: rotate(45deg) translateY(-120%);
}
.lp-body__feature__desc::before {
  content: "";
  display: block;
  background-color: var(--heading-accent);
}
.lp-body__credit {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.lp-body .desc-accent {
  display: inline-flex;
  font-weight: 600;
}

.lp-footer, .lp-footer .btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-footer .btn-top {
  border: 1px solid #000;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .main-area {
    font-size: calc(24 * (100vw / 750));
  }
  .lp-header {
    row-gap: calc(87 * (100vw / 750));
    line-height: 2.16;
  }
  .lp-body__header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lp-body__header__img {
    z-index: 1;
    margin-top: calc(78 * (100vw / 750));
    width: calc(596 * (100vw / 750));
  }
  .lp-body__header__credit {
    width: 100%;
    margin-top: calc(-50 * (100vw / 750));
    padding: calc(76 * (100vw / 750)) calc(20 * (100vw / 750)) calc(50 * (100vw / 750));
    background-color: var(--sec-bgc);
  }
  .lp-body__ttl {
    align-self: flex-start;
    padding-left: calc(20 * (100vw / 750));
  }
  .lp-body__ttl__numbering {
    -moz-column-gap: calc(14 * (100vw / 750));
         column-gap: calc(14 * (100vw / 750));
  }
  .lp-body__ttl__numbering-en {
    padding-bottom: calc(10 * (100vw / 750));
    font-size: calc(35 * (100vw / 750));
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .lp-body__ttl__numbering-num {
    font-size: calc(84 * (100vw / 750));
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .lp-body__ttl__itemname {
    margin-top: calc(18 * (100vw / 750));
    row-gap: calc(35 * (100vw / 750));
    font-size: calc(46 * (100vw / 750));
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .lp-body__ttl__credit {
    margin-top: calc(30 * (100vw / 750));
  }
  .lp-body__desc {
    margin: calc(43 * (100vw / 750)) auto 0;
    padding: calc(35 * (100vw / 750)) calc(57 * (100vw / 750)) calc(22 * (100vw / 750));
    width: calc(710 * (100vw / 750));
    line-height: 2.16;
    letter-spacing: 0.08em;
  }
  .lp-body__desc::before, .lp-body__desc::after {
    width: calc(60 * (100vw / 750));
    height: calc(186 * (100vw / 750));
  }
  .lp-body__wrap {
    margin-top: calc(42 * (100vw / 750));
    flex-wrap: wrap;
    row-gap: calc(50 * (100vw / 750));
  }
  .lp-body__wrap__img1 {
    width: calc(620 * (100vw / 750));
  }
  .lp-body__wrap__img2 {
    width: calc(580 * (100vw / 750));
  }
  .lp-body__feature {
    margin-top: calc(58 * (100vw / 750));
    padding: 0 calc(20 * (100vw / 750));
  }
  .lp-body__feature__wrap {
    margin-top: calc(-26 * (100vw / 750));
    padding: calc(30 * (100vw / 750)) calc(30 * (100vw / 750)) calc(36 * (100vw / 750));
  }
  .lp-body__feature__ttl {
    margin-left: calc(30 * (100vw / 750));
    font-size: calc(48 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__feature__list {
    margin-top: calc(20 * (100vw / 750));
    -moz-column-gap: calc(20 * (100vw / 750));
         column-gap: calc(20 * (100vw / 750));
    row-gap: calc(26 * (100vw / 750));
  }
  .lp-body__feature__list li {
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.08em;
    line-height: 1;
    -moz-column-gap: calc(14 * (100vw / 750));
         column-gap: calc(14 * (100vw / 750));
  }
  .lp-body__feature__list li::before {
    width: calc(26 * (100vw / 750));
    height: calc(26 * (100vw / 750));
  }
  .lp-body__feature__list li::after {
    left: calc(-15 * (100vw / 750));
    width: calc(16 * (100vw / 750));
    height: calc(30 * (100vw / 750));
  }
  .lp-body__feature__desc {
    position: relative;
    margin-top: calc(28 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .lp-body__feature__desc::before {
    width: calc(42 * (100vw / 750));
    height: 1px;
    margin-bottom: calc(17 * (100vw / 750));
  }
  .lp-body__credit {
    font-size: calc(20 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1;
    row-gap: calc(38 * (100vw / 750));
  }
  .lp-body:nth-of-type(2n-1) .lp-body__wrap__img2 {
    margin-left: auto;
    margin-right: 0;
  }
  .lp-body:nth-of-type(2n) .lp-body__wrap__img1 {
    margin-left: auto;
    margin-right: 0;
  }
  .lp-body:nth-of-type(n+2) .lp-body__desc {
    padding: calc(24 * (100vw / 750)) calc(57 * (100vw / 750)) calc(22 * (100vw / 750));
  }
  .lp-body-sec01 {
    margin-top: calc(97 * (100vw / 750));
  }
  .lp-body-sec02 {
    margin-top: calc(102 * (100vw / 750));
  }
  .lp-body-sec03 {
    margin-top: calc(112 * (100vw / 750));
  }
  .lp-body-sec03 .lp-body__header__credit {
    padding: calc(98 * (100vw / 750)) calc(20 * (100vw / 750)) calc(50 * (100vw / 750));
  }
  .lp-body-sec04 {
    margin-top: calc(114 * (100vw / 750));
  }
  .lp-body-sec04 .lp-body__header__credit {
    margin-top: calc(-54 * (100vw / 750));
  }
  .lp-body-sec04 .lp-body__feature__desc {
    margin-top: calc(24 * (100vw / 750));
  }
  .lp-footer {
    margin-top: calc(100 * (100vw / 750));
    margin-bottom: calc(223 * (100vw / 750));
  }
  .lp-footer .btn-top {
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.05em;
    line-height: 1;
    width: calc(520 * (100vw / 750));
    height: calc(90 * (100vw / 750));
  }
  .point-left {
    padding-top: calc(24 * (100vw / 750));
    padding-bottom: calc(24 * (100vw / 750));
  }
  .point-right {
    padding-top: calc(18 * (100vw / 750));
    padding-bottom: calc(24 * (100vw / 750));
  }
  .desc-accent {
    flex-direction: column;
    row-gap: calc(27 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: calc(28 * (100vw / 750));
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .main-area {
    font-size: 1.4rem;
    overflow-x: hidden;
  }
  .lp-header {
    max-width: 120rem;
    margin: auto;
    row-gap: 7.2rem;
    line-height: 2;
  }
  .lp-body {
    position: relative;
    width: 100%;
  }
  .lp-body__header, .lp-body__desc, .lp-body__wrap, .lp-body__feature {
    max-width: 92rem;
    margin: auto;
  }
  .lp-body__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .lp-body__header__img {
    width: 43.2rem;
  }
  .lp-body__header__credit {
    position: relative;
    margin-top: -25.5rem;
    padding: 2rem 0 2.4rem;
    flex-basis: 42rem;
  }
  .lp-body__header__credit::before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--sec-bgc);
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0;
  }
  .lp-body__ttl {
    flex-shrink: 0;
    margin-top: 7.6rem;
  }
  .lp-body__ttl__numbering {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
  .lp-body__ttl__numbering-en {
    padding-bottom: 0.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .lp-body__ttl__numbering-num {
    font-size: 5.2rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .lp-body__ttl__itemname {
    margin-top: 1.2rem;
    row-gap: 2rem;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .lp-body__ttl__credit {
    margin-top: 1.2rem;
  }
  .lp-body__credit {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
  }
  .lp-body__desc {
    margin-top: 2.9rem;
    padding: 3rem 5rem 0.3rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .lp-body__desc::before, .lp-body__desc::after {
    width: 3.2rem;
    height: 10rem;
  }
  .lp-body__wrap {
    margin-top: 5rem;
  }
  .lp-body__wrap__img1 {
    width: 42rem;
  }
  .lp-body__wrap__img2 {
    margin-top: 20rem;
    width: 39rem;
  }
  .lp-body__feature {
    margin-top: 4.4rem;
  }
  .lp-body__feature__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    margin-top: -1.6rem;
    padding: 3.3rem 4rem 3.2rem 5rem;
  }
  .lp-body__feature__ttl {
    margin-left: 5rem;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__feature__list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1.4rem;
  }
  .lp-body__feature__list li {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1;
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
    white-space: nowrap;
  }
  .lp-body__feature__list li::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .lp-body__feature__list li::after {
    left: -0.8rem;
    width: 0.8rem;
    height: 1.6rem;
  }
  .lp-body__feature__desc {
    position: relative;
    padding-left: 3.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .lp-body__feature__desc::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
  .lp-body:nth-of-type(2n-1) .lp-body__header__credit::before {
    right: -50%;
  }
  .lp-body:nth-of-type(2n) .lp-body__header__credit::before {
    left: -50%;
  }
  .lp-body:nth-of-type(2n) .lp-body__header, .lp-body:nth-of-type(2n) .lp-body__wrap {
    flex-direction: row-reverse;
  }
  .lp-body:nth-of-type(2n) .lp-body__wrap__img2 {
    margin-top: 19rem;
  }
  .lp-body:nth-of-type(n+2) {
    margin-top: 16.1rem;
  }
  .lp-body:nth-of-type(n+2) .lp-body__desc {
    padding: 2.4rem 5rem 0.3rem;
  }
  .lp-body:nth-of-type(n+2) .lp-body__feature__wrap {
    padding: 3.3rem 3rem 3.2rem 5rem;
  }
  .lp-body-sec01 {
    margin-top: 7.4rem;
  }
  .lp-body-sec01 .lp-body__header__credit {
    margin-top: -27.2rem;
    padding: 1.8rem 0 2.3rem;
  }
  .lp-body-sec01 .lp-body__feature__desc::before {
    height: 4.2rem;
  }
  .lp-body-sec02 .lp-body__ttl {
    margin-top: 8.8rem;
    margin-right: -0.2rem;
  }
  .lp-body-sec02 .lp-body__header__credit {
    margin-top: -26.3rem;
  }
  .lp-body-sec02 .lp-body__feature__desc::before {
    height: 7rem;
  }
  .lp-body-sec03 .lp-body__ttl {
    margin-top: 12rem;
  }
  .lp-body-sec03 .lp-body__header__credit {
    margin-top: -23rem;
    padding: 2.3rem 0;
  }
  .lp-body-sec03 .lp-body__feature__desc::before {
    height: 7rem;
  }
  .lp-body-sec04 {
    margin-top: 16rem;
  }
  .lp-body-sec04 .lp-body__ttl {
    margin-right: 9.3rem;
  }
  .lp-body-sec04 .lp-body__header__credit {
    margin-top: -27.5rem;
  }
  .lp-body-sec04 .lp-body__feature__desc::before {
    height: 4.2rem;
  }
  .lp-body-sec04 .lp-body__feature__wrap {
    -moz-column-gap: 3.4rem;
         column-gap: 3.4rem;
  }
  .lp-footer {
    margin-top: 12.9rem;
    margin-bottom: 18rem;
  }
  .lp-footer .btn-top {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 36rem;
    height: 6rem;
    transition: all 0.3s ease;
  }
  .lp-footer .btn-top:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .point-left {
    padding-top: 0.3rem;
  }
  .point-right {
    padding-top: 1.6rem;
  }
  .desc-accent {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 2.2rem;
  }
}
/*# sourceMappingURL=style.css.map */