@charset "UTF-8";
@import url("https://rsms.me/inter/inter.css");
:is(.main-area) a, picture {
  display: block;
  color: inherit;
}

.main-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.MV-fadeIn {
  opacity: 0;
  transition: opacity 1s ease;
}

.MV-fadeIn.active {
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s ease;
}

.fadeIn.active {
  opacity: 1;
}

.main-area {
  --Inter: "Inter", sans-serif;
  --sec01-c: #CB8E3C;
  --sec02-c: #697C46;
  --sec03-c: #9A5C50;
  --sec-ttl-bd: #DEDEDE;
  --point-bgc: #F5F5F5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.lp-header {
  width: 100%;
}
.lp-header__lead {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--point-bgc);
}
.lp-header__subttl {
  font-family: var(--Inter);
  font-weight: 700;
  text-align: center;
  padding-left: 2px;
}

.lp-body__sec__header, .lp-body__sec__itemtag, .lp-body__sec__contents {
  position: relative;
}
.lp-body__sec__header, .lp-body__sec__contents {
  z-index: 1;
}
.lp-body__sec__img {
  flex: 0 0 auto;
}
.lp-body__sec__item-name, .lp-body__sec__item-lead {
  font-weight: 600;
}
.lp-body__sec__item-name {
  border-bottom: 1px solid var(--sec-ttl-bd);
}
.lp-body__sec__item-desc, .lp-body__sec__item-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.lp-body__sec__item-list li {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp-body__sec__item-list a[href] {
  display: inline;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.lp-body__sec__itemtag {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--Inter);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.lp-body__sec__contents__point {
  display: flex;
}
.lp-body__sec__contents__point__ttl {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--Inter);
  font-weight: 700;
}
.lp-body__sec__contents__pointlist {
  background-color: var(--point-bgc);
}
.lp-body__sec__contents__pointlist-num {
  font-family: var(--Inter);
  font-weight: 700;
}
.lp-body__sec01 .lp-body__sec__itemtag, .lp-body__sec01 .lp-body__sec__contents__point__ttl {
  background-color: var(--sec01-c);
}
.lp-body__sec01 .lp-body__sec__contents__pointlist-num {
  color: var(--sec01-c);
}
.lp-body__sec02 .lp-body__sec__itemtag, .lp-body__sec02 .lp-body__sec__contents__point__ttl {
  background-color: var(--sec02-c);
}
.lp-body__sec02 .lp-body__sec__contents__pointlist-num {
  color: var(--sec02-c);
}
.lp-body__sec03 .lp-body__sec__itemtag, .lp-body__sec03 .lp-body__sec__contents__point__ttl {
  background-color: var(--sec03-c);
}
.lp-body__sec03 .lp-body__sec__contents__pointlist-num {
  color: var(--sec03-c);
}

.lp-footer .btn-top {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  border: 1px solid #000;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .main-area {
    font-size: calc(14 * (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1.857;
  }
  .lp-header__wrap {
    margin-top: calc(50 * (100vw / 375));
    padding: 0 calc(15 * (100vw / 375));
  }
  .lp-header__lead {
    padding: calc(52 * (100vw / 375)) calc(20 * (100vw / 375)) calc(44 * (100vw / 375));
  }
  .lp-header__lead span:last-of-type {
    padding-top: calc(15 * (100vw / 375));
  }
  .lp-header__subttl {
    font-size: calc(19 * (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__img {
    width: 100%;
  }
  .lp-body__sec__ttl {
    margin-left: calc(16 * (100vw / 375));
  }
  .lp-body__sec__detail {
    padding: 0 calc(15 * (100vw / 375));
  }
  .lp-body__sec__item-name {
    margin-top: calc(25 * (100vw / 375));
    padding-bottom: calc(7 * (100vw / 375));
    font-size: calc(19 * (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1.63;
  }
  .lp-body__sec__item-lead {
    margin-top: calc(18 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .lp-body__sec__item-desc {
    margin-top: calc(14 * (100vw / 375));
    row-gap: calc(15 * (100vw / 375));
  }
  .lp-body__sec__item-list {
    margin-top: calc(24 * (100vw / 375));
    row-gap: calc(15 * (100vw / 375));
  }
  .lp-body__sec__item-list li {
    flex-direction: column;
    row-gap: calc(11 * (100vw / 375));
    font-size: calc(10 * (100vw / 375));
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .lp-body__sec__item-attention {
    padding-top: calc(5 * (100vw / 375));
    font-size: calc(10 * (100vw / 375));
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .lp-body__sec__itemtag {
    margin-top: calc(40 * (100vw / 375));
    padding: calc(36 * (100vw / 375)) 0 calc(61 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
  }
  .lp-body__sec__header__img {
    margin-top: calc(19 * (100vw / 375));
  }
  .lp-body__sec__contents {
    margin-top: calc(-49 * (100vw / 375));
  }
  .lp-body__sec__contents__itemlist {
    padding: 0 calc(15 * (100vw / 375));
  }
  .lp-body__sec__contents__item-list {
    margin-top: calc(9 * (100vw / 375));
    row-gap: calc(14 * (100vw / 375));
  }
  .lp-body__sec__contents__item-list li {
    row-gap: calc(8 * (100vw / 375));
  }
  .lp-body__sec__contents__img2 {
    margin-top: calc(40 * (100vw / 375));
  }
  .lp-body__sec__contents__wrap {
    margin-top: calc(38 * (100vw / 375));
    padding: 0 calc(15 * (100vw / 375));
  }
  .lp-body__sec__contents__subdesc {
    padding-top: calc(29 * (100vw / 375));
    border-top: calc(4 * (100vw / 375)) solid var(--point-bgc);
  }
  .lp-body__sec__contents__point {
    flex-direction: column;
    width: 100%;
    margin-top: calc(36 * (100vw / 375));
    justify-content: flex-start;
    align-items: center;
  }
  .lp-body__sec__contents__point__ttl {
    flex: 0 0 auto;
    width: calc(110 * (100vw / 375));
    padding: calc(7 * (100vw / 375)) 0;
    font-size: calc(20 * (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__contents__pointlist {
    display: flex;
    flex-direction: column;
    row-gap: calc(5 * (100vw / 375));
    width: 100%;
    margin-top: calc(-17 * (100vw / 375));
    padding: calc(36 * (100vw / 375)) calc(15 * (100vw / 375)) calc(25 * (100vw / 375));
  }
  .lp-body__sec__contents__pointlist li {
    display: inline-flex;
    width: 100%;
  }
  .lp-body__sec__contents__pointlist-num {
    flex: 0 0 auto;
    flex-basis: calc(36 * (100vw / 375));
  }
  .lp-body__sec01 {
    margin-top: calc(53 * (100vw / 375));
  }
  .lp-body__sec01 .lp-body__sec__ttl {
    width: calc(163 * (100vw / 375));
  }
  .lp-body__sec02 {
    margin-top: calc(73 * (100vw / 375));
  }
  .lp-body__sec02 .lp-body__sec__ttl {
    width: calc(176 * (100vw / 375));
  }
  .lp-body__sec02 .lp-body__sec__contents__img2 {
    margin-top: calc(30 * (100vw / 375));
  }
  .lp-body__sec02 .lp-body__sec__item-name {
    padding-bottom: calc(12 * (100vw / 375));
    line-height: 1.631;
  }
  .lp-body__sec02 .lp-body__sec__header__item-list li {
    row-gap: calc(8 * (100vw / 375));
  }
  .lp-body__sec02 .lp-body__sec__itemtag {
    margin-top: calc(49 * (100vw / 375));
  }
  .lp-body__sec02 .lp-body__sec__contents__point {
    margin-top: calc(28 * (100vw / 375));
  }
  .lp-body__sec03 {
    margin-top: calc(74 * (100vw / 375));
  }
  .lp-body__sec03 .lp-body__sec__ttl {
    width: calc(168 * (100vw / 375));
  }
  .lp-body__sec03 .lp-body__sec__item-name {
    padding-bottom: calc(11 * (100vw / 375));
  }
  .lp-body__sec03 .lp-body__sec__itemtag {
    margin-top: calc(37 * (100vw / 375));
  }
  .lp-body__sec03 .lp-body__sec__contents__img2 {
    margin-top: calc(36 * (100vw / 375));
  }
  .lp-body__sec03 .lp-body__sec__contents__wrap {
    margin-top: calc(35 * (100vw / 375));
  }
  .lp-body__sec03 .lp-body__sec__contents__point {
    margin-top: calc(30 * (100vw / 375));
  }
  .lp-footer {
    margin-top: calc(58 * (100vw / 375));
    padding-bottom: calc(115 * (100vw / 375));
  }
  .lp-footer .btn-top {
    width: calc(280 * (100vw / 375));
    padding: calc(15 * (100vw / 375)) 0;
    font-size: calc(14 * (100vw / 375));
    letter-spacing: 0.05em;
    line-height: 1.285;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .main-area {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.857;
  }
  .lp-header, .lp-body__sec__header {
    max-width: 124rem;
    padding: 0 2rem;
    margin: auto;
  }
  .lp-header__wrap {
    margin-top: 9.3rem;
    padding: 0 10rem;
  }
  .lp-header__lead {
    padding: 4.8rem 5rem 4.5rem;
  }
  .lp-header__lead span:last-of-type {
    padding-top: 1.6rem;
  }
  .lp-header__subttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__ttl {
    margin-top: 0.4rem;
    width: 7.1rem;
  }
  .lp-body__sec__item-name {
    padding-bottom: 1.5rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.41;
  }
  .lp-body__sec__item-lead {
    margin-top: 2.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.66;
  }
  .lp-body__sec__item-desc {
    margin-top: 1.8rem;
    row-gap: 1.5rem;
  }
  .lp-body__sec__item-list {
    row-gap: 2px;
  }
  .lp-body__sec__item-list li {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .lp-body__sec__item-attention {
    padding-left: 11.1rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .lp-body__sec__itemtag {
    margin-top: -10.1rem;
    padding: 16rem 0;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }
  .lp-body__sec__header__wrap {
    margin-top: 0.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 2.9rem;
         column-gap: 2.9rem;
  }
  .lp-body__sec__header__img {
    width: 55rem;
  }
  .lp-body__sec__header__item-list {
    margin-top: 3rem;
  }
  .lp-body__sec__contents {
    margin: -9.9rem auto 0;
    max-width: 100rem;
  }
  .lp-body__sec__contents__itemlist {
    display: flex;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
    justify-content: space-between;
    align-items: flex-start;
  }
  .lp-body__sec__contents__item-list {
    margin-top: 0.5rem;
  }
  .lp-body__sec__contents__subdesc {
    margin-top: 3.6rem;
    padding-top: 3.6rem;
    border-top: 2px solid var(--point-bgc);
  }
  .lp-body__sec__contents__point {
    max-width: 95rem;
    margin: 3.4rem auto 0;
    justify-content: flex-start;
    align-items: center;
  }
  .lp-body__sec__contents__point__ttl {
    flex: 0 0 auto;
    margin-left: 2.5rem;
    padding: 1.2rem 0;
    width: 11rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__contents__pointlist {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    width: 84.5rem;
    margin-left: -5.4rem;
    padding: 3.6rem 5rem 3.5rem 8.6rem;
  }
  .lp-body__sec__contents__pointlist li {
    display: inline-flex;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    width: 100%;
  }
  .lp-body__sec__contents__pointlist-num {
    flex-basis: 2.6rem;
  }
  .lp-body__sec01 .lp-body__sec__contents__img1, .lp-body__sec03 .lp-body__sec__contents__img1 {
    margin-top: 6.3rem;
    width: 40rem;
  }
  .lp-body__sec01 .lp-body__sec__contents__img2, .lp-body__sec03 .lp-body__sec__contents__img2 {
    width: 50rem;
  }
  .lp-body__sec01 .lp-body__sec__contents__point__ttl, .lp-body__sec03 .lp-body__sec__contents__point__ttl {
    margin-top: -0.5rem;
  }
  .lp-body__sec01 {
    margin-top: 11.5rem;
  }
  .lp-body__sec01 .lp-body__sec__header__item-list {
    margin-top: 3.1rem;
  }
  .lp-body__sec01 .lp-body__sec__header__item-list .lp-body__sec__item-brandname {
    flex: 0 0 11.7rem;
  }
  .lp-body__sec01 .lp-body__sec__contents__item-list .lp-body__sec__item-brandname {
    flex: 0 0 11.1rem;
  }
  .lp-body__sec01 .lp-body__sec__contents__point {
    margin-top: 3.6rem;
  }
  .lp-body__sec02 {
    margin-top: 13.4rem;
  }
  .lp-body__sec02 .lp-body__sec__header, .lp-body__sec02 .lp-body__sec__header__wrap {
    flex-direction: row-reverse;
  }
  .lp-body__sec02 .lp-body__sec__header__wrap {
    margin-top: 0.6rem;
  }
  .lp-body__sec02 .lp-body__sec__header__item-list .lp-body__sec__item-brandname,
.lp-body__sec02 .lp-body__sec__contents__item-list .lp-body__sec__item-brandname {
    flex: 0 0 13.2rem;
  }
  .lp-body__sec02 .lp-body__sec__item-name {
    padding-bottom: 1.2rem;
    line-height: 1.583;
  }
  .lp-body__sec02 .lp-body__sec__item-lead {
    margin-top: 2.3rem;
  }
  .lp-body__sec02 .lp-body__sec__contents__img1 {
    width: 50rem;
  }
  .lp-body__sec02 .lp-body__sec__contents__img2 {
    margin-top: 8rem;
    width: 40rem;
  }
  .lp-body__sec02 .lp-body__sec__item-brandname-norc {
    padding-left: 2.1rem;
  }
  .lp-body__sec03 {
    margin-top: 13.6rem;
  }
  .lp-body__sec03 .lp-body__sec__item-lead {
    margin-top: 2.4rem;
  }
  .lp-body__sec03 .lp-body__sec__header__item-list .lp-body__sec__item-brandname,
.lp-body__sec03 .lp-body__sec__contents__item-list .lp-body__sec__item-brandname {
    flex: 0 0 11.1rem;
  }
  .lp-footer {
    margin-top: 8rem;
    padding-bottom: 13rem;
  }
  .lp-footer .btn-top {
    width: 28rem;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.285;
    transition: filter 0.4s ease;
  }
  .lp-footer .btn-top:hover {
    opacity: 1;
    filter: invert(100%);
  }
}
/*# sourceMappingURL=style.css.map */