main.l-container {
  margin: 0;
}

.header__logo {
  width: 90px;
}

.header.active .header__container img.black {
  opacity: 1;
  visibility: visible;
}
.header.active .header__container img.white {
  opacity: 0;
  visibility: hidden;
}

.fv {
  position: relative;
  z-index: 1;
}
.fv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fv__ttl {
  line-height: 1.07;
}
.fv__container {
  position: relative;
  width: 50%;
  z-index: 1;
}
.fv__img {
  position: relative;
  width: 50%;
  padding: 100px 0 0;
  z-index: 0;
}
.fv__img__in {
  display: block;
  position: relative;
}
.fv__img__in::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border: 1px solid #F7F7F7;
}

.intro {
  position: relative;
  margin: -60px 0 73px;
  z-index: 0;
}
.intro__slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__slider__txt {
  width: 1556px;
}

.features {
  color: #58585A;
}
.features__ttl {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 151px 0;
}
.features__bg {
  padding: 185px 0 118px 0;
  position: relative;
}
.webp .features__bg {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/subscription/bg_program.webp) no-repeat center center/cover;
}
.no-webp .features__bg {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/subscription/bg_program.jpg) no-repeat center center/cover;
}
.features__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 1.388889%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  top: 0;
  left: 50%;
  position: absolute;
}
.features__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.703704%;
  aspect-ratio: 1/1;
  background-color: #fff;
  padding: 0 0 20px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.1);
}
.features__card::before {
  content: "";
  position: absolute;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/common/ico_arrow02.svg) no-repeat center center/cover;
}
.features__card.card01 .features__card__img img {
  width: 90px;
}
.features__card.card02 .features__card__img img {
  width: 75px;
}
.features__card.card03 .features__card__img img {
  width: 58px;
}
.features__card.card04 .features__card__img img {
  width: 80px;
}
.features__card.card05 {
  padding: 0;
}
.features__card.card05 .features__card__img {
  padding: 0 0 5px 14px;
}
.features__card.card05 .features__card__img img {
  width: 130px;
}
.features__card.card05 .features__card__img {
  margin: 0 auto;
}
.features__card__in {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.features__card__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features__card__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
}
.features__box {
  background: #fff;
  padding: 80px 95px;
  border-radius: 30px;
  margin: 0 0 40px 0;
}
.features__box:last-child {
  margin: 0;
}
.features__box.box2 {
  padding: 75px 20px 75px 95px;
}
.features__box.box2 .features__box__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features__box.box2 .features__box__ttl {
  width: 369px;
}
.features__box.box2 .features__box__txt {
  width: calc(100% - 369px);
}
.features__box.box2 .features__box__txt span {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.features__box__btn {
  margin: 0 0 0 auto;
  padding: 0 68px 0 0;
}
.features__box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.features__box__container.margin__bottm {
  margin: 0 0 44px 0;
}
.features__box__ttl {
  width: 315px;
}
.features__box__sub {
  font-family: "Jost", serif;
  color: #ddcbd0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  margin: 0 0 7px 0;
}
.features__box__main {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0.2rem;
}
.features__box__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  width: calc(100% - 315px);
}
.features__box__card {
  width: calc(100% - 369px);
}
.features__box__txt01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  margin: 0 0 6px;
}
.features__box__txt02 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.features__box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44.494382%;
}
.features__box__item.margin__bottm01 {
  margin: 0 0 100px 0;
}
.features__box__item.margin__bottm02 {
  margin: 0 0 70px 0;
}
.features__box__item:nth-child(2n) {
  width: 47.303371%;
}
.features__box__img {
  width: 25.120773%;
  border-radius: 30px;
}
.features__box__img__shadow {
  -webkit-box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.1);
}
.features__box__img img {
  width: 100%;
}
.features__box__prices {
  width: 74.879227%;
}
.features__box__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cabf9c;
  color: #fff;
  padding: 3px 0;
  gap: 0 3px;
}
.features__box__sale__ttl {
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0.2em;
}
.features__box__sale__off {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.features__box__sale__off .num {
  color: #fff;
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.features__box__sale__off .off {
  color: #fff;
  font-family: "Jost", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 0 1px 0;
}
.features__box__sale.pnk {
  background: #c690a0;
}
.features__box__sale.grn {
  background: #80b5af;
}
.features__box__sale.l_grn {
  background: #98b78b;
}
.features__box__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin: 0 15px 10px 0;
}
.features__box__before {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: 0;
  position: relative;
  margin: 0 0 7px 0;
}
.features__box__before::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110px;
  height: 1px;
  background: #58585A;
}
.features__box__before span {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  line-height: 1.3333333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.features__box__after {
  color: #a7a291;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4375;
  letter-spacing: 0;
}
.features__box__after span {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  line-height: 1.3333333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #a7a291;
}
.features__box__after.pnk {
  color: #b8a4aa;
}
.features__box__after.pnk span {
  color: #b8a4aa;
}
.features__box__after.grn {
  color: #acbfbc;
}
.features__box__after.grn span {
  color: #acbfbc;
}
.features__box__after.l_grn {
  color: #b5c8ad;
}
.features__box__after.l_grn span {
  color: #b5c8ad;
}
.features__box__area01 {
  background: linear-gradient(45deg, #d4d0df, #d8eaec, #deeff4);
  border-radius: 32px;
}
.features__box__area02 {
  background: #fff;
  border-radius: 21px;
  margin: 17px;
  padding: 34px 28px 17px 57px;
}
.features__box__area02 .features__box__img {
  width: 43.719276%;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}
.features__box__area02 .features__box__img img {
  width: 100%;
  border-radius: 24px;
}
.features__box__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.features__box__tag {
  text-align: center;
  display: block;
  width: 372px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.2em;
  margin: auto;
  border-radius: 30px;
  border: 1px solid #333;
  padding: 11px 0 10px;
  margin: 0 0 30px 0;
}
.features__box__in {
  margin: 0 0 0 47px;
}
.features__box__off01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 25px;
  margin: 0 0 3px 0;
}
.features__box__off01 .item span {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  background: #bbcecb;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 0;
  margin: 0 0 10px 0;
}
.features__box__off01 .sale {
  font-family: "Jost", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4583333333;
  letter-spacing: 0;
  color: #acbfbc;
  margin: 0 0 3px;
}
.features__box__off01 .sale span {
  font-family: "Jost", serif;
  color: #acbfbc;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 3px 0 0;
}
.features__box__off02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 27px;
}
.features__box__off02 .item span {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  background: #b5c8ad;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 0;
  margin: 0 0 10px 0;
}
.features__box__off02 .sale {
  font-family: "Jost", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4583333333;
  letter-spacing: 0;
  color: #b5c8ad;
}
.features__box__off02 .sale span {
  font-family: "Jost", serif;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  color: #b5c8ad;
  padding: 0 3px 0 0;
}
.features .features__area__btn {
  margin: 0 0 0 auto;
  padding: 0 73px 0 0;
}
.features__btn {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #58585A;
  border-radius: 30px;
  padding: 8px 10px;
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3888888889;
  letter-spacing: 0.2em;
}
.features__off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Jost", serif;
  font-weight: 300;
  margin: 0 0 45px 0;
}
.features__off__txt01 {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.2em;
  padding: 0 0 7px 0;
}
.features__off .number {
  font-family: "Jost", serif;
  font-size: 50px;
  line-height: 1;
}
.features__off__txt02 {
  font-family: "Jost", serif;
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0;
}

.product {
  margin: 115px 0;
}
.product__ttl {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px 0;
}
.product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 890px;
  margin: 0 auto;
  gap: 4.71910133%;
  word-wrap: break-word;
}
.product__item {
  width: 21.460674%;
}
.product__item__img {
  margin: 0 auto 40px;
}
.product__item__img.img01 {
  width: 88px;
  margin: 0 auto 35px;
}
.product__item__img.img02 {
  width: 117px;
}
.product__item__img.img03 {
  width: 87px;
  margin: 0 auto 40px;
}
.product__item__img.img04 {
  width: 85px;
}
.product__box {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__tag {
  width: 192px;
  display: inline-block;
  background: #dad6c8;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0.2em;
  border-radius: 30px;
  padding: 8px 20px;
  margin: 0 0 12px 0;
}
.product__tag.pnk {
  background: #e0cfd4;
}
.product__tag.grn {
  background: #bbcecb;
}
.product__tag.l_grn {
  background: #cddbc7;
}
.product__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 719px) {
  .header__logo {
    width: 81px;
  }
  .fv__container {
    width: 100%;
  }
  .fv__img {
    width: 100%;
    padding: 35px 0 0;
  }
  .intro {
    margin: -38px 0 58px;
  }
  .intro__slider__txt {
    width: 1077px;
  }
  .features .base {
    padding: 0;
  }
  .features__ttl {
    margin: 0 0 45px 0;
  }
  .features__bg {
    padding: 294px 0 80px 0;
  }
  .features__cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px 2.793296%;
    padding: 0 15px;
    margin: 120px 0 57px 0;
  }
  .features__card {
    width: 48.405797%;
    height: 62px;
    border-radius: 30px;
    padding: 10px 17px 10px 13px;
  }
  .features__card::before {
    bottom: -18%;
    width: 22.5px;
    height: 22.5px;
  }
  .features__card.card01 {
    padding: 20px 16px;
  }
  .features__card.card01 .features__card__img img {
    width: 37px;
  }
  .features__card.card02 .features__card__img img {
    width: 37px;
  }
  .features__card.card03 .features__card__img {
    padding: 0 0 0 9px;
  }
  .features__card.card03 .features__card__img img {
    width: 32px;
  }
  .features__card.card04 .features__card__img img {
    width: 40px;
  }
  .features__card.card05 .features__card__img {
    width: 49px;
    padding: 11px 0 0 14px;
  }
  .features__card__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .features__card__img {
    width: 50px;
    margin: 0;
  }
  .features__card__txt {
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.2142857143;
    text-align: center;
  }
  .features__box {
    border-radius: 30px;
    padding: 50px 15px;
    margin: 0 0 30px 0;
  }
  .features__box.box2 {
    padding: 42px 35px 45px;
  }
  .features__box.box2 .features__box__ttl {
    width: 100%;
  }
  .features__box.box2 .features__box__txt span {
    display: block;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
  .features__box.box2 .features__box__txt {
    width: 100%;
  }
  .features__box__container.margin__bottm {
    margin: 0 0 30px 0;
    padding: 0 15px;
  }
  .features__box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__box__ttl {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .features__box__sub {
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.1em;
  }
  .features__box__main {
    font-size: 24px;
    line-height: 1.375;
  }
  .features__box__txt {
    width: 100%;
    line-height: 1.6;
  }
  .features__box__card {
    width: 100%;
  }
  .features__box__txt01 {
    line-height: 1.6;
    margin: 0 0 6px;
  }
  .features__box__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .features__box__item.margin__bottm01 {
    margin: 0 0 37px 0;
  }
  .features__box__item.margin__bottm02 {
    margin: 0 0 37px 0;
  }
  .features__box__item {
    width: 100%;
  }
  .features__box__item:nth-child(2n) {
    width: 100%;
  }
  .features__box__img {
    width: 77px;
    padding: 0 0 16px 16px;
  }
  .features__box__prices {
    width: calc(100% - 75px);
    padding: 0 0 0 18px;
  }
  .features__box__sale {
    padding: 0;
    margin: 0 5px 17px 0;
  }
  .features__box__sale__ttl {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .features__box__price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 15px 12px 0;
  }
  .features__box__before {
    margin: 0;
  }
  .features__box__after {
    font-size: 28px;
    line-height: 1.2;
  }
  .features__box__btn {
    padding: 0 60px 0 0;
    font-size: 12px;
    padding: 0 43px 0 0;
  }
  .features__box__btn::before {
    height: 15px;
    width: 33px;
  }
  .features__box__area01 {
    border-radius: 30px;
    margin: 23px 0 0 0;
  }
  .features__box__area02 {
    padding: 30px 14px;
    margin: 10px;
    border-radius: 24px;
  }
  .features__box__area02 .features__box__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .features__box__area {
    gap: 0;
  }
  .features__box__set {
    display: contents;
  }
  .features__box__tag {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    letter-spacing: 0.15em;
    margin: 0 0 15px 0;
    padding: 12px 0 10px;
  }
  .features__box__in {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }
  .features__box__off01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .features__box__off01 .item span {
    padding: 4px 0;
    margin: 0 0 12px 0;
  }
  .features__box__off02 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0 0 17px 0;
  }
  .features__box__off02 .item span {
    padding: 4px 0;
    margin: 0 0 12px 0;
  }
  .features .features__area__btn {
    margin: 0 auto;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .features__btn {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.3571428571;
  }
  .features__off {
    margin: 0 0 29px 0;
  }
  .features__off__txt01 {
    padding: 0 3px 7px 0;
  }
  .product {
    margin: 60px 0 67px 0;
  }
  .product__ttl {
    margin: 0 0 40px 0;
  }
  .product__items {
    width: 100%;
    gap: 30px 5.507246%;
  }
  .product__item {
    width: 47.246377%;
  }
  .product__item__img {
    margin: 0 auto 20px;
  }
  .product__item__img.img01 {
    width: 56px;
    margin: 4px auto 20px;
  }
  .product__item__img.img02 {
    width: 77px;
  }
  .product__item__img.img03 {
    width: 57px;
    margin: 0 auto 20px;
  }
  .product__item__img.img04 {
    margin: 7px auto 20px;
    width: 54px;
  }
  .product__tag {
    width: 163px;
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    margin: 0 0 8px 0;
  }
  .product__txt {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0.13em;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 801px) {
  .fv__container {
    width: 60%;
  }
  .fv__img {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) and (min-width: 720px) {
  .fv__container {
    width: 70%;
  }
  .fv__img {
    width: 30%;
  }
}
@media only screen and (max-width: 1049px) and (min-width: 720px) {
  .features__ttl {
    margin: 40px 0 75px 0;
  }
  .features__bg {
    padding: 510px 0 118px 0;
  }
  .features__cards {
    margin: 205px 0 0 0;
  }
  .features__card {
    width: 24%;
  }
  .features__box.box2 {
    padding: 75px 20px 75px 60px;
  }
  .features__box__btn {
    margin: 0 auto;
  }
  .features__box__item {
    width: 100%;
  }
  .features__box__item:nth-child(2n) {
    width: 100%;
  }
  .features__box__img {
    width: 75px;
    border-radius: 24px;
  }
  .features__box__prices {
    width: 100%;
    padding: 0 0 0 18px;
  }
  .features__box__sale {
    margin: 0 0 5px;
  }
  .features__box__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features__box__area02 {
    padding: 34px 28px 40px 57px;
  }
  .features__box__area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features__box__in {
    margin: 0 auto 18px;
  }
  .features__box__off01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features__box__off02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .features .features__area__btn {
    margin: 0 auto;
  }
  .product__items {
    width: 100%;
    gap: 30px 5.507246%;
  }
  .product__item {
    width: 47.246377%;
  }
}