@charset "UTF-8";
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
.l-page__header {
  position: relative;
}
.l-page__header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .l-page__header .logo {
    top: 26px;
    left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .l-page__header .logo img {
    width: 120px;
    height: auto;
  }
}

.g-main {
  padding-top: 0;
}
.g-main img {
  height: auto;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.g-main a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section {
  position: relative;
}
.section .ls-narrow15 {
  letter-spacing: -0.15em;
}
.section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section__body {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .section__header {
    gap: 20px;
  }
}
.section__copy {
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(21px, 2.9166666667vw, 42px);
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 2.44px;
}
@media only screen and (max-width: 767px) {
  .section__copy {
    font-size: 20px;
    line-height: 1.4;
  }
}
.section__copy._bk {
  color: #333;
}
.section__copy span {
  color: #D97736;
}
.section__lead {
  color: #FFF;
  text-align: center;
  font-size: clamp(14px, 1.0416666667vw, 15px);
  line-height: 2.4;
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  .section__lead {
    font-size: 14px;
    line-height: 1.6;
  }
}
.section__lead._bk {
  color: #333;
}
.section__endtxt {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(16px, 2.2222222222vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.9px;
}
@media only screen and (max-width: 767px) {
  .section__endtxt {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: normal;
  }
}
.section__endtxt span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.section__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(7.5px, 1.0416666667vw, 15px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.section__check-list-item {
  position: relative;
  padding-left: 32px;
  color: #333;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1.02px;
}
@media only screen and (max-width: 767px) {
  .section__check-list-item {
    padding-left: 30px;
    font-size: 14px;
    letter-spacing: normal;
  }
}
.section__check-list-item::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/lp/business-shoes/ico_check.svg") no-repeat 50% 50%/contain;
}
@media only screen and (max-width: 767px) {
  .section__check-list-item::before {
    top: -1px;
  }
}
.section._gray {
  background: #444;
}
.section._black {
  background: #222;
}
.section._ivory {
  background: #F6F6F4;
}

/*--------------------------------------------------------------------------
  #sec-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 144/78;
  background: url(../img/lp/business-shoes/mv_bg.webp) no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .sec-mv {
    aspect-ratio: inherit;
    background: #222;
    padding-bottom: clamp(35px, 18.6666666667vw, 70px);
  }
}
.sec-mv__point {
  position: absolute;
  top: 14px;
  right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-mv__point {
    top: 16px;
    right: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__point-item {
    width: 88px;
    height: 88px;
  }
}
.sec-mv__contents {
  margin-inline: clamp(40px, 5.5555555556vw, 80px);
  padding-top: clamp(77px, 10.6944444444vw, 154px);
}
@media only screen and (max-width: 767px) {
  .sec-mv__contents {
    margin-inline: 20px;
    padding-top: clamp(62.5px, 33.3333333333vw, 125px);
  }
}
.sec-mv__body {
  position: relative;
}
.sec-mv__hdg {
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sec-mv__hdg {
    position: relative;
    z-index: 2;
    width: clamp(159px, 84.8vw, 318px);
  }
}
.sec-mv__txt {
  margin-top: clamp(32px, 4.4444444444vw, 64px);
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px; /* 240% */
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  .sec-mv__txt {
    position: relative;
    z-index: 2;
    margin-top: clamp(20px, 10.6666666667vw, 40px);
    font-size: 12px;
    line-height: 2.3;
  }
}
.sec-mv__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: clamp(42px, 5.8333333333vw, 84px) 0 0 -10px;
}
@media only screen and (max-width: 767px) {
  .sec-mv__cta {
    position: absolute;
    bottom: 0;
    left: 0;
    gap: 0;
    margin: 0;
    width: 100%;
    height: clamp(35px, 18.6666666667vw, 70px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__btn {
    height: 100%;
  }
}
.sec-mv__btn a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .sec-mv__btn a {
    width: 100%;
    height: 100%;
  }
}
.mode-pc .sec-mv__btn a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .sec-mv__btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__btn._buy {
    width: 69.33%;
  }
}
.sec-mv__btn._line {
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .sec-mv__btn._line {
    top: 0;
    width: 30.67%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__img1 {
    margin-top: clamp(20px, 10.6666666667vw, 40px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__img2 {
    position: absolute;
    top: clamp(61.5px, 32.8vw, 123px);
    right: 0;
    width: clamp(65px, 34.6666666667vw, 130px);
    z-index: 1;
  }
}

/*--------------------------------------------------------------------------
  #sec-intro
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-intro {
  position: relative;
  padding-block: clamp(55px, 7.6388888889vw, 110px) clamp(35px, 4.8611111111vw, 70px);
  clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-intro {
    padding-block: 50px 40px;
    clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
  }
}
.sec-intro__list {
  padding-top: clamp(60px, 8.3333333333vw, 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .sec-intro__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 22px 0;
  }
}
.sec-intro__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-intro__item {
    width: 48%;
    gap: 10px;
  }
}
.sec-intro__item-hdg {
  position: absolute;
  top: -20px;
  left: 6px;
  z-index: 2;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-intro__item-hdg {
    top: -10px;
    left: 4px;
    width: 60px;
    height: 60px;
  }
}
.sec-intro__item-img {
  aspect-ratio: 26/32;
}
.sec-intro__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-intro__item-txt {
  color: #FFF;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 767px) {
  .sec-intro__item-txt {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------------------
  #sec-giveup
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-giveup {
  position: relative;
  z-index: 0;
  margin-top: -8.5vw;
  padding-block: clamp(120px, 16.6666666667vw, 240px) clamp(65px, 9.0277777778vw, 130px);
  clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}
@media only screen and (max-width: 767px) {
  .sec-giveup {
    margin-top: -10vw;
    padding-block: 80px 60px;
    clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
  }
}
.sec-giveup .section__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-giveup .section__flex {
    margin-top: 40px;
    gap: 20px;
  }
}
.sec-giveup__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46.66%;
  padding: clamp(20px, 2.7777777778vw, 40px) clamp(10px, 1.3888888889vw, 20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(18px, 2.5vw, 36px);
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-giveup__panel {
    width: auto;
    padding: 25px 20px;
  }
}
.sec-giveup__panel-hdg {
  color: #333;
  text-align: center;
  text-box: trim-both cap alphabetic;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(22px, 1.875vw, 27px);
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .sec-giveup__panel-hdg {
    font-size: 20px;
  }
}
.sec-giveup__panel-img {
  aspect-ratio: 2/1;
}
.sec-giveup__panel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------------------------------
  #sec-design
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-design {
  position: relative;
  z-index: 0;
  padding-top: clamp(40px, 5.5555555556vw, 80px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-design {
    padding-block: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-design .section__copy {
    width: 70%;
  }
}
.sec-design .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-design .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-design .content:not(:first-of-type) {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-design .content:not(:first-of-type) {
    margin-top: 40px;
  }
}
.sec-design .content._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec-design .content._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-design .content._01 .content__body {
  width: 37.66%;
}
@media only screen and (max-width: 767px) {
  .sec-design .content._01 .content__body {
    width: auto;
  }
}
.sec-design .content._02 .content__body {
  width: 41%;
  padding-bottom: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .sec-design .content._02 .content__body {
    width: auto;
    padding-bottom: 30px;
  }
}
.sec-design .content._03 .content__body {
  padding-bottom: clamp(65px, 9.0277777778vw, 130px);
}
@media only screen and (max-width: 767px) {
  .sec-design .content._03 .content__body {
    padding-bottom: 30px;
  }
}
.sec-design .content__body {
  position: relative;
  width: 43.66%;
  padding-block: clamp(35px, 4.8611111111vw, 70px) clamp(40px, 5.5555555556vw, 80px);
  background: #222;
}
@media only screen and (max-width: 767px) {
  .sec-design .content__body {
    width: auto;
    padding-block: 30px;
  }
}
.sec-design .content__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #222;
  z-index: -1;
}
.sec-design .content__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-bottom: 1px solid #D97736;
}
@media only screen and (max-width: 767px) {
  .sec-design .content__header {
    gap: 18px;
    padding: 0 0 20px;
  }
}
.sec-design .content__header-num {
  color: #D97736;
  text-box: trim-both cap alphabetic;
  font-family: "EB Garamond", serif;
  font-size: clamp(43px, 5.9722222222vw, 86px);
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-design .content__header-num {
    font-size: 46px;
  }
}
.sec-design .content__header-txt {
  color: #FFF;
  text-box: trim-both cap alphabetic;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(13.5px, 1.875vw, 27px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-design .content__header-txt {
    font-size: 17px;
    letter-spacing: normal;
  }
}
.sec-design .content__header-txt sup {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .sec-design .content__header-txt sup {
    font-size: 11px;
  }
}
.sec-design .content__txt {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  color: #FFF;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .sec-design .content__txt {
    font-size: 13px;
    line-height: 1.9;
  }
}
.sec-design .content__caption {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .sec-design .content__caption {
    margin-top: 20px;
  }
}
.sec-design .content__img {
  width: 53.33%;
  margin-bottom: clamp(30px, 4.1666666667vw, 60px);
}
@media only screen and (max-width: 767px) {
  .sec-design .content__img {
    width: auto;
    margin: 0 -20px -20px;
    padding: 0 20px 30px;
    background: #222;
  }
}
.sec-design .content__img video {
  display: block;
  width: 100%;
  aspect-ratio: 72/48;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------------------------------
  #sec-quality
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-quality {
  position: relative;
  padding-block: clamp(75px, 10.4166666667vw, 150px) clamp(80px, 11.1111111111vw, 160px);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-quality {
    padding-block: 50px 160px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-quality .section__copy {
    width: 86%;
  }
}
.sec-quality__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-top: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .sec-quality__select {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-quality__select-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #BBB;
  background: #fff;
  text-align: center;
  text-box: trim-both cap alphabetic;
  font-size: 13px;
  letter-spacing: 1.1px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
}
.mode-pc .sec-quality__select-btn button:hover {
  background: #222;
  color: #FFF;
}
.sec-quality__select-btn button.is-active {
  background: #222;
  color: #FFF;
}
.sec-quality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 2.7777777778vw, 40px) 5%;
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-quality__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px 0;
  }
}
.sec-quality__item {
  position: relative;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: clamp(10px, 1.3888888889vw, 20px);
  border: 1px solid #BBB;
  background: #FFF;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.sec-quality__item.is-hidden {
  display: none;
}
@media screen and (min-width: 1240px) {
  .sec-quality__item {
    min-height: 332px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-quality__item {
    width: 48%;
    padding-bottom: 15px;
  }
}
.sec-quality__item-img {
  width: 100%;
  aspect-ratio: 358/200;
}
.sec-quality__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-quality__item-hdg {
  position: relative;
  margin-inline: clamp(10px, 1.3888888889vw, 20px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(15px, 1.1805555556vw, 17px);
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .sec-quality__item-hdg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 10px 0;
    font-size: 14px;
  }
}
.sec-quality__item-hdg::before {
  content: "・";
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-size: 24px;
  color: #D97736;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-quality__item-hdg::before {
    top: 1px;
    margin-right: 3px;
    font-size: 20px;
  }
}
.sec-quality__item-txt {
  margin: clamp(10px, 1.3888888889vw, 20px) clamp(10px, 1.3888888889vw, 20px) 0;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1.1px;
}
@media only screen and (max-width: 767px) {
  .sec-quality__item-txt {
    margin: 10px 10px 0;
    font-size: 12px;
    line-height: 1.6;
  }
}
.sec-quality__item-caption {
  position: absolute;
  top: 105%;
  left: 0;
  font-size: 12px;
  line-height: 1.5;
}
/*--------------------------------------------------------------------------
  #sec-cta
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-cta {
  position: relative;
  padding-block: clamp(80px, 11.1111111111vw, 160px) clamp(55px, 7.6388888889vw, 110px);
}
@media only screen and (max-width: 767px) {
  .sec-cta {
    padding-block: 60px 40px;
  }
}
.sec-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: clamp(65px, 9.0277777778vw, 130px);
  background: #bbb;
}
@media only screen and (max-width: 767px) {
  .sec-cta::before {
    height: 40px;
  }
}
.sec-cta._end {
  border-bottom: 1px solid #bbb;
}
.sec-cta__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (max-width: 767px) {
  .sec-cta__point-item {
    width: 100px;
    height: 100px;
  }
}
.sec-cta__img {
  max-width: 800px;
  width: 100%;
  margin: clamp(20px, 2.7777777778vw, 40px) auto 0;
}
.sec-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: clamp(35px, 4.8611111111vw, 70px) 0 0 -10px;
}
@media only screen and (max-width: 767px) {
  .sec-cta__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin: 30px 0 0;
  }
}
.sec-cta__btn {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-cta__btn {
    height: 50px;
    text-align: center;
  }
}
.mode-pc .sec-cta__btn a:hover {
  opacity: 0.8;
}
.sec-cta__btn img {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .sec-cta__btn img {
    width: auto;
    height: 100%;
  }
}
.sec-cta__btn .txt {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-size: clamp(8.5px, 1.1805555556vw, 17px);
  font-weight: 700;
  letter-spacing: 0.34px;
}
@media only screen and (max-width: 767px) {
  .sec-cta__btn .txt {
    top: -25px;
    font-size: 12px;
  }
}
.sec-cta__btn._buy {
  max-width: 452px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-cta__btn._buy {
    max-width: none;
    width: auto;
    height: 70px;
  }
}
.sec-cta__btn._buy a {
  display: block;
}
.sec-cta__btn._buy a img {
  width: 100%;
  height: auto;
}
.sec-cta__btn._line {
  position: relative;
  top: -21px;
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-cta__btn._line {
    top: 0;
  }
}

/*--------------------------------------------------------------------------
  #sec-wish
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-wish {
  position: relative;
  z-index: 0;
  padding-block: clamp(75px, 10.4166666667vw, 150px) clamp(70px, 9.7222222222vw, 140px);
}
@media only screen and (max-width: 767px) {
  .sec-wish {
    padding-block: 50px 40px;
  }
}
.sec-wish__content {
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  padding-top: clamp(30px, 4.1666666667vw, 60px);
  border-top: 1px solid #bbb;
}
.sec-wish__person {
  width: 33.33%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-wish__person {
    width: auto;
  }
}
.sec-wish__person-job {
  margin-top: 15px;
  font-family: "EB Garamond", serif;
  font-size: clamp(14px, 1.1805555556vw, 17px);
  color: #fff;
}
.sec-wish__person-name {
  margin-top: 12px;
  color: #FFF;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: clamp(30px, 2.3611111111vw, 34px);
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-wish__person-name {
    margin-top: 10px;
    font-size: 22px;
  }
}
.sec-wish__body {
  width: 60.83%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .sec-wish__body {
    width: auto;
    margin: 30px 0 0;
  }
}
.sec-wish__txt {
  padding-top: clamp(5px, 0.6944444444vw, 10px);
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .sec-wish__txt {
    font-size: 13px;
    line-height: 1.9;
  }
}
.sec-wish__txt + .sec-wish__txt {
  padding-top: 0;
  margin-top: clamp(15px, 2.0833333333vw, 30px);
}
.sec-wish .section__check-list {
  margin-block: clamp(20px, 2.7777777778vw, 40px);
}
.sec-wish .section__check-list-item {
  color: #fff;
}

/*--------------------------------------------------------------------------
  #sec-change
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-change {
  position: relative;
  padding-block: clamp(75px, 10.4166666667vw, 150px) clamp(70px, 9.7222222222vw, 140px);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-change {
    padding-block: 50px 40px;
  }
}
.sec-change__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(30px, 4.1666666667vw, 60px);
  padding: clamp(20px, 2.7777777778vw, 40px) clamp(20px, 2.7777777778vw, 40px) clamp(13px, 1.8055555556vw, 26px) clamp(20px, 2.7777777778vw, 40px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-change__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 25px 20px;
  }
}
.sec-change__hdg {
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec-change__hdg {
    top: -20px;
    width: 80px;
    height: 80px;
  }
}
.sec-change__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-change__body {
    width: auto;
    gap: 10px;
  }
}
.sec-change__body._after::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  width: 18px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/lp/business-shoes/change_ico_arrow.svg") no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .sec-change__body._after::before {
    top: -30px;
    left: 50%;
    -webkit-transform: rotate(90deg) translateX(-55%) translateY(10px) scale(0.8);
            transform: rotate(90deg) translateX(-55%) translateY(10px) scale(0.8);
  }
}
.sec-change__img {
  width: 100%;
  aspect-ratio: 54/28;
}
.sec-change__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-change__txt {
  text-align: center;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .sec-change__txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

/*--------------------------------------------------------------------------
  #sec-voice
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-voice {
  position: relative;
  z-index: 0;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .sec-voice {
    padding-block: 50px 40px;
  }
}
.sec-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(35px, 4.8611111111vw, 70px);
}
@media only screen and (max-width: 767px) {
  .sec-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec-voice__item {
  position: relative;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(10px, 1.3888888889vw, 20px);
  gap: 18px;
  border-radius: 10px;
  background: #F6F6F4;
}
@media only screen and (max-width: 767px) {
  .sec-voice__item {
    width: auto;
    padding: 20px 15px;
  }
}
.sec-voice__item-ico {
  width: 26.47%;
}
.sec-voice__item-body {
  width: 68.23%;
  margin-left: auto;
}
.sec-voice__item-txt {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(15px, 1.1805555556vw, 17px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__item-txt {
    font-size: 15px;
  }
}
.sec-voice__item-job {
  font-size: 13px;
  letter-spacing: 1.1px;
}
@media only screen and (max-width: 767px) {
  .sec-voice__item-job {
    margin-top: 5px;
  }
}

/*--------------------------------------------------------------------------
  #sec-lineup
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-lineup {
  position: relative;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-lineup {
    padding-block: 50px 40px;
  }
}
.sec-lineup .lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .sec-lineup .lineup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-lineup .lineup__photo {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec-lineup .lineup__photo {
    width: auto;
  }
}
.sec-lineup .lineup__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-lineup .lineup__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding-inline: clamp(40px, 5.5555555556vw, 80px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-lineup .lineup__body {
    width: auto;
    padding: 25px 20px;
  }
}
.sec-lineup .lineup__tag span {
  display: inline-block;
  padding: 8px 10px;
  background: #393939;
  color: #FFF;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-lineup .lineup__tag span {
    font-size: 13px;
  }
}
.sec-lineup .lineup__type {
  margin-top: clamp(15px, 2.0833333333vw, 30px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(15px, 2.0833333333vw, 30px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-lineup .lineup__type {
    font-size: 24px;
  }
}
.sec-lineup .lineup__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: clamp(12.5px, 1.7361111111vw, 25px);
}
.sec-lineup .lineup__color-item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999px;
}
.sec-lineup .lineup__color-item._black {
  background: #2C2C2C;
}
.sec-lineup .lineup__color-item._brown {
  background: #5F3F33;
}
.sec-lineup .lineup__color-item._ivory {
  background: #F2ECDE;
}
.sec-lineup .lineup__color-item._black_ivory {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #2C2C2C), color-stop(50%, #F8FBE8));
  background: linear-gradient(to bottom, #2C2C2C 50%, #F8FBE8 50%);
}
.sec-lineup .lineup__color-item._navy_ivory {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #141F35), color-stop(50%, #F8FBE8));
  background: linear-gradient(to bottom, #141F35 50%, #F8FBE8 50%);
}
.sec-lineup .lineup__txt {
  margin-top: clamp(12.5px, 1.7361111111vw, 25px);
  font-size: clamp(13px, 1.0416666667vw, 15px);
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-lineup .lineup__txt {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.9;
  }
}
.sec-lineup .lineup__img {
  margin-top: clamp(25px, 3.4722222222vw, 50px);
}
.sec-lineup .lineup__btn {
  max-width: 344px;
  width: 100%;
  margin: clamp(25px, 3.4722222222vw, 50px) auto 0;
}
.mode-pc .sec-lineup .lineup__btn a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
  #sec-relief
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-relief {
  position: relative;
  z-index: 0;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .sec-relief {
    padding-block: 50px 40px;
  }
}
.sec-relief__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(35px, 4.8611111111vw, 70px);
}
@media only screen and (max-width: 767px) {
  .sec-relief__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec-relief__item {
  position: relative;
  width: 31.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(20px, 2.7777777778vw, 40px) clamp(15px, 2.0833333333vw, 30px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-relief__item {
    width: auto;
    padding: 25px 20px;
  }
}
.sec-relief__item-hdg {
  margin-top: clamp(7.5px, 1.0416666667vw, 15px);
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-relief__item-hdg {
    margin-top: 15px;
  }
}
.sec-relief__item-txt {
  margin-top: clamp(5px, 0.6944444444vw, 10px);
  font-size: clamp(14px, 1.0416666667vw, 15px);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-relief__item-txt {
    margin-top: 10px;
    line-height: 1.7;
  }
}

/*--------------------------------------------------------------------------
  #sec-faq
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-faq {
  position: relative;
  z-index: 0;
  padding-block: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (max-width: 767px) {
  .sec-faq {
    padding-block: 50px 40px;
  }
}
.sec-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(15px, 2.0833333333vw, 30px);
  max-width: 700px;
  width: 100%;
  margin: clamp(35px, 4.8611111111vw, 70px) auto 0;
}
.sec-faq__item {
  position: relative;
  background: #F6F6F4;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  border-radius: 10px;
  letter-spacing: 0.05em;
}
.sec-faq__item-q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sec-faq__item-q {
    padding: 15px;
  }
}
.sec-faq__item-q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(135deg) translateX(-70%);
          transform: rotate(135deg) translateX(-70%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 767px) {
  .sec-faq__item-q::after {
    right: 25px;
    -webkit-transform: rotate(135deg) translateX(-80%);
            transform: rotate(135deg) translateX(-80%);
  }
}
.sec-faq__item-q .hdg {
  margin-right: 10px;
}
.sec-faq__item-q .txt {
  padding-right: 20px;
}
.sec-faq__item-q.is-open::after {
  -webkit-transform: rotate(-45deg) translateX(50%);
          transform: rotate(-45deg) translateX(50%);
}
.sec-faq__item-q.is-open + .sec-faq__item-a {
  height: auto;
}
.sec-faq__item-a {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.sec-faq__item-a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  padding: 15px 0;
  border-top: 1px solid #bbb;
}
.sec-faq__item-a .hdg {
  margin-right: 10px;
}
.sec-faq__item-a .txt {
  line-height: 1.4;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=lp-business-shoes.css.map */