@charset "UTF-8";
@font-face {
  font-family: "HK Grotesk Medium";
  src: url("../fonts/HKGrotesk-Medium.woff2") format("woff2"), url("../fonts/HKGrotesk-Medium.woff") format("woff");
}
@font-face {
  font-family: "HK Grotesk Bold";
  src: url("../fonts/HKGrotesk-Bold.woff2") format("woff2"), url("../fonts/HKGrotesk-Bold.woff") format("woff");
}
:is(.main-area) picture {
  display: block;
  color: inherit;
}

.main-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

.main-area {
  --HKGrotesk-Medium: "HK Grotesk Medium", sans-serif;
  --HKGrotesk-Bold: "HK Grotesk Bold", sans-serif;
  --Outfit: "Outfit", sans-serif;
  --sec-base: ;
  --sec-accent: ;
  --limited-pink: #E2A6A3;
  --limited-ecru-bgc:#766F6A;
  --limited-ecru-txt: #A79382;
  --footer-desc: #FAFAFA;
  --schedule-line: #959595;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.main-area dt {
  font-weight: 300;
}

.main-area, .lp-header, .lp-header .lp-header__store, .lp-body__sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.lp-header__mv {
  width: 100%;
}
.lp-header__store-ttl {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--HKGrotesk-Medium);
}
.lp-header__store-schedule-area, .lp-header__store-schedule-wrap {
  display: flex;
  justify-content: flex-start;
}
.lp-header__store-schedule-area {
  align-items: center;
  border-top: 1px solid var(--schedule-line);
}
.lp-header__store-schedule-area:last-child {
  border-bottom: 1px solid var(--schedule-line);
}
.lp-header__store-schedule-wrap {
  align-items: center;
}

.lp-body__sec {
  width: 100%;
  background-color: var(--sec-base);
}
.lp-body__sec__wrap {
  position: relative;
}
.lp-body__sec__topic-num, .lp-body__sec__topic-item {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp-body__sec__topic-item {
  flex-direction: column;
}
.lp-body__sec__topic-num {
  position: absolute;
  align-items: center;
  color: var(--sec-accent);
  font-family: var(--HKGrotesk-Bold);
}
.lp-body__sec__topic-itemname {
  font-weight: 400;
}
.lp-body__sec__imgbox, .lp-body__sec__subimgbox {
  display: flex;
}
.lp-body__sec__img {
  flex: 0 1 auto;
}
.lp-body__sec__limited {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp-body__sec__limited li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.lp-body__sec__limited li .lp-body__sec__limited-pop.pink {
  background-color: var(--limited-pink);
}
.lp-body__sec__limited li .lp-body__sec__limited-pop.ecru {
  background-color: var(--limited-ecru-bgc);
}
.lp-body__sec__limited li .lp-body__sec__limited-color {
  font-weight: 600;
}
.lp-body__sec__limited li .lp-body__sec__limited-color.pink {
  color: var(--limited-pink);
}
.lp-body__sec__limited li .lp-body__sec__limited-color.ecru {
  color: var(--limited-ecru-txt);
}
.lp-body__sec__limited-img {
  flex: 1 1 auto;
}
.lp-body__sec__limited-pop {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-feature-settings: "palt";
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
}
.lp-body__sec__limited-lead {
  background-color: #fff;
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.16);
}
.lp-body__sec__limited-color {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp-body__sec__limited-color span:first-child {
  font-family: var(--Outfit);
  font-weight: 500;
}
.lp-body__sec__limited-pop, .lp-body__sec__limited-lead {
  z-index: 1;
}
.lp-body__sec01 {
  --sec-base: #FDF4F0;
  --sec-accent: #D17C47;
}
.lp-body__sec02 {
  --sec-base: #EFF2E9;
  --sec-accent: #7B8961;
}
.lp-body__sec03 {
  --sec-base: #E8E2ED;
  --sec-accent: #79688B;
}
.lp-body__sec04 {
  --sec-base: #EFEAE5;
  --sec-accent: #72604E;
}

.lp-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.lp-footer__ttl {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.lp-footer__ttl span:first-child {
  font-family: var(--HKGrotesk-Bold);
}
.lp-footer__lead {
  text-align: center;
  font-weight: 400;
}
.lp-footer__wrap {
  display: flex;
}
.lp-footer__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.lp-footer__itemname {
  font-weight: 600;
}
.lp-footer__itemdesc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.lp-footer__desc {
  background-color: var(--footer-desc);
}
.lp-footer__btn-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  border: 1px solid #000;
  background-color: #fff;
  transition: filter 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .main-area {
    font-size: calc(26 * (100vw / 750));
  }
  .lp-header__lead {
    margin-top: calc(70 * (100vw / 750));
    padding: 0 calc(30 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1.846;
  }
  .lp-header__store {
    margin-top: calc(84 * (100vw / 750));
    width: 100%;
  }
  .lp-header__store-ttl {
    row-gap: calc(24 * (100vw / 750));
  }
  .lp-header__store-ttl span:first-child {
    padding-left: calc(6 * (100vw / 750));
    font-size: calc(50 * (100vw / 750));
    letter-spacing: 0.13em;
    line-height: 1;
  }
  .lp-header__store-ttl span:last-child {
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .lp-header__store-schedule {
    margin-top: calc(60 * (100vw / 750));
    width: 100%;
  }
  .lp-header__store-schedule-area {
    align-items: flex-start;
    font-size: calc(28 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 3.035;
  }
  .lp-header__store-schedule-wrap {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-basis: 0 0 auto;
    padding: calc(30 * (100vw / 750)) calc(30 * (100vw / 750)) calc(50 * (100vw / 750)) calc(30 * (100vw / 750));
  }
  .lp-header__store-schedule-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--schedule-line), var(--schedule-line) 1px, transparent 1px, transparent 3px);
    background-position: left top;
    background-size: 1px 3px;
    background-repeat: repeat-y;
  }
  .lp-header__store-schedule dt {
    flex: 0 0 calc(150 * (100vw / 750));
    padding: calc(30 * (100vw / 750));
  }
  .lp-header__store-schedule-date {
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 3.153;
  }
  .lp-header__store-schedule-place {
    font-size: calc(27 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1.44;
  }
  .lp-body__sec__wrap {
    padding: 0 calc(30 * (100vw / 750)) calc(118 * (100vw / 750));
  }
  .lp-body__sec__brandname {
    width: calc(209 * (100vw / 750));
  }
  .lp-body__sec__topic-num {
    top: calc(-39 * (100vw / 750));
    left: calc(30 * (100vw / 750));
    -moz-column-gap: calc(20 * (100vw / 750));
         column-gap: calc(20 * (100vw / 750));
  }
  .lp-body__sec__topic-num span:first-child {
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__topic-num span:last-child {
    font-size: calc(80 * (100vw / 750));
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .lp-body__sec__topic-item {
    margin-top: calc(60 * (100vw / 750));
    width: 100%;
    padding-bottom: calc(30 * (100vw / 750));
    border-bottom: calc(4 * (100vw / 750)) solid #000;
  }
  .lp-body__sec__topic-lead {
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
  .lp-body__sec__topic-itemname {
    font-size: calc(40 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1.5;
  }
  .lp-body__sec__imgbox {
    margin-top: calc(60 * (100vw / 750));
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: calc(40 * (100vw / 750));
  }
  .lp-body__sec__intro {
    margin-top: calc(77 * (100vw / 750));
  }
  .lp-body__sec__itemdesc {
    margin-top: calc(50 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1.846;
  }
  .lp-body__sec__limited {
    margin-top: calc(112 * (100vw / 750));
    flex-direction: column;
  }
  .lp-body__sec__limited-pop {
    width: calc(166 * (100vw / 750));
    height: calc(166 * (100vw / 750));
    padding-top: calc(4 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.08em;
    line-height: 1.375;
  }
  .lp-body__sec__limited-pop.pink {
    top: calc(-63 * (100vw / 750));
    right: calc(-58 * (100vw / 750));
  }
  .lp-body__sec__limited-pop.ecru {
    top: calc(-53 * (100vw / 750));
    left: calc(-58 * (100vw / 750));
  }
  .lp-body__sec__limited-img {
    width: calc(480 * (100vw / 750));
  }
  .lp-body__sec__limited-lead {
    border-radius: calc(20 * (100vw / 750));
    width: calc(404 * (100vw / 750));
    padding: calc(18 * (100vw / 750)) calc(30 * (100vw / 750)) calc(12 * (100vw / 750));
  }
  .lp-body__sec__limited-color {
    row-gap: calc(2 * (100vw / 750));
  }
  .lp-body__sec__limited-color span:first-child {
    font-size: calc(41 * (100vw / 750));
    letter-spacing: 0.075em;
    line-height: 1;
  }
  .lp-body__sec__limited-color span:last-child {
    font-size: calc(23 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__limited-desc {
    margin-top: calc(8 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 1.538;
  }
  .lp-body__sec__limited li:first-child .lp-body__sec__limited-lead {
    margin-top: calc(-48 * (100vw / 750));
  }
  .lp-body__sec__limited li:last-child {
    margin-top: calc(108 * (100vw / 750));
    margin-left: auto;
    margin-right: 0;
  }
  .lp-body__sec__limited li:last-child .lp-body__sec__limited-lead {
    margin-top: calc(-80 * (100vw / 750));
  }
  .lp-body__sec01 {
    margin-top: calc(172 * (100vw / 750));
  }
  .lp-body__sec02 {
    margin-top: calc(154 * (100vw / 750));
  }
  .lp-body__sec02 .lp-body__sec__wrap {
    padding-bottom: calc(108 * (100vw / 750));
  }
  .lp-body__sec02 .lp-body__sec__intro {
    margin-top: calc(81 * (100vw / 750));
  }
  .lp-body__sec03 {
    margin-top: calc(152 * (100vw / 750));
  }
  .lp-body__sec03 .lp-body__sec__wrap {
    padding-bottom: calc(110 * (100vw / 750));
  }
  .lp-body__sec03 .lp-body__sec__intro {
    margin-top: calc(77 * (100vw / 750));
  }
  .lp-body__sec04 {
    margin-top: calc(151 * (100vw / 750));
  }
  .lp-body__sec04 .lp-body__sec__wrap {
    padding-bottom: calc(106 * (100vw / 750));
  }
  .lp-body__sec04 .lp-body__sec__intro {
    margin-top: calc(84 * (100vw / 750));
  }
  .lp-body__sec:nth-of-type(2n-1) .lp-body__sec__img {
    width: calc(580 * (100vw / 750));
  }
  .lp-body__sec:nth-of-type(2n) .lp-body__sec__img {
    width: 100%;
  }
  .lp-body__sec:nth-of-type(2n) .lp-body__sec__flexitem {
    margin-top: calc(25 * (100vw / 750));
  }
  .lp-body__sec:nth-of-type(2n) .lp-body__sec__subimgbox {
    flex: 1 1 calc(330 * (100vw / 750));
    -moz-column-gap: calc(30 * (100vw / 750));
         column-gap: calc(30 * (100vw / 750));
  }
  .lp-footer {
    margin-top: calc(113 * (100vw / 750));
    padding: 0 calc(30 * (100vw / 750)) calc(196 * (100vw / 750));
  }
  .lp-footer__ttl {
    row-gap: calc(20 * (100vw / 750));
  }
  .lp-footer__ttl span:first-child {
    padding-left: calc(8 * (100vw / 750));
    font-size: calc(80 * (100vw / 750));
    letter-spacing: 0.116em;
    line-height: 1;
  }
  .lp-footer__ttl span:last-child {
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1.25;
  }
  .lp-footer__lead {
    margin-top: calc(27 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 1.6;
  }
  .lp-footer__img {
    flex: 1 1 auto;
    width: 100%;
  }
  .lp-footer__wrap {
    margin-top: calc(51 * (100vw / 750));
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .lp-footer__wrap-inner {
    margin-top: calc(34 * (100vw / 750));
  }
  .lp-footer__itemname {
    padding-bottom: calc(2 * (100vw / 750));
    border-bottom: calc(3 * (100vw / 750)) solid #000;
  }
  .lp-footer__itemname span:first-child {
    font-size: calc(40 * (100vw / 750));
    letter-spacing: 0.05em;
    line-height: 1.333;
  }
  .lp-footer__itemname span:last-child {
    font-size: calc(20 * (100vw / 750));
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .lp-footer__itemdesc {
    margin-top: calc(20 * (100vw / 750));
    row-gap: calc(22 * (100vw / 750));
  }
  .lp-footer__itemdesc span:first-child {
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.075em;
    line-height: 1.846;
  }
  .lp-footer__itemdesc span:last-child {
    font-size: calc(22 * (100vw / 750));
    letter-spacing: 0.075em;
    line-height: 1.636;
  }
  .lp-footer__desc {
    margin-top: calc(91 * (100vw / 750));
    padding: calc(50 * (100vw / 750)) calc(54 * (100vw / 750)) calc(47 * (100vw / 750)) calc(60 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: 2;
  }
  .lp-footer__btn-top {
    margin-top: calc(120 * (100vw / 750));
    width: calc(520 * (100vw / 750));
    height: calc(90 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .main-area {
    font-size: 1.4rem;
  }
  .main-area img {
    image-rendering: -webkit-optimize-contrast;
  }
  .lp-header {
    max-width: 124rem;
    padding: 0 2rem;
  }
  .lp-header__lead {
    margin-top: 5.2rem;
    padding: 0 11rem;
    letter-spacing: 0.12em;
    line-height: 2;
  }
  .lp-header__store {
    margin-top: 7.2rem;
  }
  .lp-header__store-ttl {
    row-gap: 1.5rem;
  }
  .lp-header__store-ttl span:first-child {
    padding-left: 0.3rem;
    font-size: 3.6rem;
    letter-spacing: 0.125em;
    line-height: 1;
  }
  .lp-header__store-ttl span:last-child {
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .lp-header__store-schedule {
    margin-top: 3.9rem;
    width: 94rem;
    padding: 0 2rem;
  }
  .lp-header__store-schedule-area {
    letter-spacing: 0.12em;
    line-height: 3.142;
  }
  .lp-header__store-schedule dt {
    flex: 0 0 10.5rem;
    padding: 1.5rem 3rem;
  }
  .lp-header__store-schedule-date {
    flex: 0 0 24.1rem;
    position: relative;
    padding: 1.5rem 3rem;
  }
  .lp-header__store-schedule-date::before, .lp-header__store-schedule-date::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--schedule-line), var(--schedule-line) 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-size: 1px 4px;
    background-repeat: repeat-y;
  }
  .lp-header__store-schedule-date::before {
    left: 0;
  }
  .lp-header__store-schedule-date::after {
    right: 0;
  }
  .lp-header__store-schedule-place {
    flex: 0 0 auto;
    padding: 1.5rem 3rem;
  }
  .lp-body__sec__wrap {
    width: 100%;
    max-width: 124rem;
    padding: 0 7.9rem 10rem;
  }
  .lp-body__sec__wrap-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }
  .lp-body__sec__brandname {
    width: 11.5rem;
  }
  .lp-body__sec__topic-num {
    top: -2.7rem;
    left: 7.9rem;
    -moz-column-gap: 1.9rem;
         column-gap: 1.9rem;
  }
  .lp-body__sec__topic-num span:first-child {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__topic-num span:last-child {
    font-size: 6rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .lp-body__sec__topic-item {
    margin-top: 3.6rem;
    padding-bottom: 1.8rem;
    width: 100%;
    border-bottom: 0.4rem solid #000;
  }
  .lp-body__sec__topic-lead {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    line-height: 2.66;
  }
  .lp-body__sec__topic-itemname {
    font-size: 3rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }
  .lp-body__sec__imgbox {
    margin-top: 4rem;
    justify-content: space-between;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lp-body__sec__subimgbox {
    justify-content: space-between;
    -moz-column-gap: 2.6rem;
         column-gap: 2.6rem;
  }
  .lp-body__sec__itemdesc {
    margin-top: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 2.14;
  }
  .lp-body__sec__limited {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lp-body__sec__limited li:last-child {
    margin-top: 3.4rem;
  }
  .lp-body__sec__limited-pop {
    top: -3rem;
    right: -1.8rem;
    width: 8.05rem;
    height: 8.05rem;
    padding-top: 0.2rem;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    line-height: 1.45;
  }
  .lp-body__sec__limited-img {
    width: 25.8rem;
  }
  .lp-body__sec__limited-lead {
    width: 18rem;
    margin-top: -4.6rem;
    padding: 1.3rem 1.6rem 1rem 2rem;
    border-radius: 1rem;
    border-radius: 1rem;
  }
  .lp-body__sec__limited-color {
    row-gap: 0.3rem;
  }
  .lp-body__sec__limited-color span:first-child {
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    line-height: 1;
  }
  .lp-body__sec__limited-color span:last-child {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .lp-body__sec__limited-desc {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.66;
  }
  .lp-body__sec01 .lp-body__sec__img, .lp-body__sec03 .lp-body__sec__img {
    width: 34.4rem;
  }
  .lp-body__sec02 .lp-body__sec__wrap-inner, .lp-body__sec04 .lp-body__sec__wrap-inner {
    align-items: flex-end;
  }
  .lp-body__sec02 .lp-body__sec__img, .lp-body__sec04 .lp-body__sec__img {
    width: 46rem;
  }
  .lp-body__sec02 .lp-body__sec__subimgbox .lp-body__sec__img, .lp-body__sec04 .lp-body__sec__subimgbox .lp-body__sec__img {
    width: 26.9rem;
  }
  .lp-body__sec02 .lp-body__sec__flexitem, .lp-body__sec04 .lp-body__sec__flexitem {
    display: flex;
    flex-direction: column-reverse;
    width: 56.4rem;
    row-gap: 5rem;
  }
  .lp-body__sec02 .lp-body__sec__intro, .lp-body__sec04 .lp-body__sec__intro {
    width: 38.2rem;
  }
  .lp-body__sec01 {
    margin-top: 12rem;
  }
  .lp-body__sec01 .lp-body__sec__wrap-inner {
    margin-top: 5.4rem;
    padding: 0 3rem;
    flex-direction: row-reverse;
  }
  .lp-body__sec01 .lp-body__sec__intro {
    margin-top: 8rem;
    flex: 0 0 38.2rem;
  }
  .lp-body__sec02 {
    margin-top: 12rem;
  }
  .lp-body__sec03 {
    margin-top: 11.4rem;
  }
  .lp-body__sec03 .lp-body__sec__wrap {
    padding-bottom: 9.3rem;
  }
  .lp-body__sec03 .lp-body__sec__intro {
    margin-top: 4rem;
  }
  .lp-body__sec04 {
    margin-top: 11.6rem;
  }
  .lp-body__sec04 .lp-body__sec__wrap-inner {
    flex-direction: row-reverse;
  }
  .lp-body__sec04 .lp-body__sec__flexitem {
    row-gap: 6.1rem;
  }
  .lp-footer {
    width: 100%;
    max-width: 112.2rem;
    padding: 0 2rem;
    margin-top: 8.9rem;
    padding-bottom: 16rem;
  }
  .lp-footer__ttl span:first-child {
    padding-left: 0.6rem;
    font-size: 6rem;
    letter-spacing: 0.116em;
    line-height: 1;
  }
  .lp-footer__ttl span:last-child {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 2.142;
  }
  .lp-footer__lead {
    margin-top: 2.4rem;
    font-size: 2rem;
    letter-spacing: 0.12em;
    line-height: 1.8;
  }
  .lp-footer__img {
    flex: 0 0 auto;
    width: 54rem;
  }
  .lp-footer__wrap {
    margin-top: 4.3rem;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lp-footer__wrap-inner {
    margin-top: 0.6rem;
  }
  .lp-footer__itemname {
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #000;
  }
  .lp-footer__itemname span:first-child {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.071;
  }
  .lp-footer__itemname span:last-child {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.875;
  }
  .lp-footer__itemdesc {
    margin-top: 1.2rem;
    row-gap: 1.6rem;
  }
  .lp-footer__itemdesc span:first-child {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2.142;
  }
  .lp-footer__itemdesc span:last-child {
    font-size: 1.2rem;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .lp-footer__desc {
    margin-top: 7rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 4.6rem 5.1rem;
  }
  .lp-footer__btn-top {
    margin-top: 10.2rem;
    width: 36rem;
    height: 6rem;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.733;
  }
}
@media (hover: hover) and (pointer: fine) {
  .lp-footer__btn-top:hover {
    opacity: 1;
    filter: invert(100%);
  }
}
/*# sourceMappingURL=style.css.map */