/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

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

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .m-page-lead__copy {
    margin-inline: -10px;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.section {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .section {
    padding-block: 50px;
  }
}
.section__lead {
  margin-top: -1.38vw;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.91px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section__lead {
    text-align: left;
  }
}
.section__lead._white {
  color: #fff;
}

/*--------------------------------------------------------------------------
  #sec-function
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-function .l-flex-grid {
  -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-function .l-flex-grid {
    gap: 30px 0;
  }
}
.sec-function__item {
  position: relative;
  width: 15.27%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-function__item {
    width: 50%;
  }
}
.sec-function__item-hdg {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(7.5px, 1.0416666667vw, 15px);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 2.38px;
}
@media only screen and (max-width: 767px) {
  .sec-function__item-hdg {
    margin-top: 15px;
  }
}
.sec-function__item-txt {
  margin-top: clamp(5px, 0.6944444444vw, 10px);
  font-size: 13px;
  color: #FFF;
  letter-spacing: 0.91px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-function__item-txt {
    margin-top: 10px;
    line-height: 1.6;
  }
}
.sec-function__btn {
  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;
  margin-top: clamp(35px, 4.8611111111vw, 70px);
}

/*--------------------------------------------------------------------------
  #sec-catalog
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-catalog {
  position: relative;
}
.sec-catalog__contents {
  margin-top: clamp(75px, 10.4166666667vw, 150px);
}
@media only screen and (max-width: 767px) {
  .sec-catalog__contents {
    margin-top: 20px;
  }
}
.sec-catalog__itemnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-catalog__itembtn {
  width: 50%;
  border-bottom: 1px solid #7B7A78;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-catalog__itembtn {
    font-size: 13px;
    letter-spacing: normal;
  }
}
.sec-catalog__itembtn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-catalog__itembtn a {
    padding: 10px 5px;
  }
}
.sec-catalog__itembtn a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #7B7A78;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-catalog__itembtn a::before {
    height: 2px;
  }
}
.sec-catalog__itembtn a.is-active, .mode-pc .sec-catalog__itembtn a:hover {
  font-weight: 700;
}
.sec-catalog__itembtn a.is-active::before, .mode-pc .sec-catalog__itembtn a:hover::before {
  opacity: 1;
}
.sec-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 7.5%;
  margin-top: clamp(25px, 3.4722222222vw, 50px);
}
@media only screen and (max-width: 767px) {
  .sec-catalog__list {
    gap: 20px 4%;
  }
}
.sec-catalog__item {
  width: 19.29%;
}
@media only screen and (max-width: 767px) {
  .sec-catalog__item {
    width: 48%;
  }
}

/*--------------------------------------------------------------------------
  #sec-recommend
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-recommend {
  padding-top: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-recommend {
    padding-top: 50px;
  }
}
.sec-recommend__case {
  padding-block: clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (max-width: 767px) {
  .sec-recommend__case {
    padding-block: 50px;
  }
}
.sec-recommend__case-hdg {
  position: relative;
  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;
}
.sec-recommend__case-hdg::before {
  position: absolute;
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 120px;
  background: #bbb;
  content: "";
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec-recommend__case-hdg::before {
    bottom: -80px;
    height: 60px;
  }
}
.sec-recommend__case-hdg .num {
  color: var(--Gray-Gray100, #F7F7F7);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2.08px;
}
.sec-recommend__case-hdg .txt {
  color: var(--Font-White, #FFF);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 3.74px;
}
.sec-recommend__case-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(35px, 4.8611111111vw, 70px);
}
@media only screen and (max-width: 767px) {
  .sec-recommend__case-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
.sec-recommend__case-img {
  width: 67.87%;
}
@media only screen and (max-width: 767px) {
  .sec-recommend__case-img {
    width: auto;
  }
}
.sec-recommend__case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-recommend__case-body {
  width: 28.42%;
  margin-left: auto;
  padding: 0 clamp(15px, 2.0833333333vw, 30px) clamp(15px, 2.0833333333vw, 30px);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-recommend__case-body {
    width: auto;
    margin-left: 0;
  }
}
.sec-recommend__case._01 {
  background: url("../img/about/lineup/bg_recommend01.webp") no-repeat 50% 50%/cover;
}
.sec-recommend__case._02 {
  background: url("../img/about/lineup/bg_recommend02.webp") no-repeat 50% 50%/cover;
}
.sec-recommend__case._03 {
  background: url("../img/about/lineup/bg_recommend03.webp") no-repeat 50% 50%/cover;
}
.sec-recommend__case._04 {
  background: url("../img/about/lineup/bg_recommend04.webp") no-repeat 50% 50%/cover;
}

/*--------------------------------------------------------------------------
  #sec-comparison
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .sec-comparison__wrap {
    overflow: auto;
  }
}
.sec-comparison__table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .sec-comparison__table {
    width: 500px;
  }
}
.sec-comparison__table-hdg {
  width: 20%;
  padding: 8px 5px;
  background: #000;
  border: 1px solid #ddd;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-comparison__table-hdg {
    width: 19%;
  }
  .sec-comparison__table-hdg:last-of-type {
    width: 24%;
  }
}
.sec-comparison__table-txt {
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  letter-spacing: 2.6px;
}
@media only screen and (max-width: 767px) {
  .sec-comparison__table-txt {
    letter-spacing: normal;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=about-lineup.css.map */