@charset "UTF-8";
.u-margin__top--60 {
  margin-top: 0;
}

.u-margin__bottom--100 {
  margin-bottom: 0;
}

.c-ttl__ja {
  font-family: "NotoSansJP-Custom", sans-serif !important;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}

.mv {
  height: 417px;
  width: 100%;
}
.mv__inner {
  display: grid;
  grid-template-columns: 413px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  max-width: 870px;
  height: 100%;
  margin: 0 auto;
}
.mv__img {
  width: auto;
  height: 100%;
  aspect-ratio: 413/417;
}
.mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mv__txt_base {
  width: 100%;
  max-width: 396px;
  margin-left: auto;
}
.mv__txt .en {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 13px;
  line-height: 1;
}
.mv__txt .ja {
  font-family: "NotoSansJP-Custom", sans-serif !important;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
  margin-bottom: 22px;
}
.mv__txt ul.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.mv__txt ul.tag li {
  font-family: "NotoSansJP-Custom", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  padding: 0 15px;
  height: 30px;
  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;
  line-height: 1;
  padding-bottom: 1px;
  letter-spacing: 1.08px;
}
.bright .mv {
  background: #B2C7E0;
}
.bright .mv .en {
  color: #26495D;
}
.bright .mv ul.tag li {
  color: #fff;
  background: #8AA3C2;
}
.clear .mv {
  background: #B6C5CA;
}
.clear .mv .en {
  color: #FFF;
}
.clear .mv ul.tag li {
  color: #fff;
  background: #96A7AB;
}
.base .mv {
  background: #EDD5C1;
}
.base .mv .en {
  color: #9A826E;
}
.base .mv ul.tag li {
  color: #fff;
  background: #C9AB92;
}
.care .mv {
  background: #E2D68D;
}
.care .mv .en {
  color: #FFF;
}
.care .mv ul.tag li {
  color: #fff;
  background: #BBAE5F;
}
.moist .mv {
  background: #E1C371;
}
.moist .mv .en {
  color: #9D7629;
}
.moist .mv ul.tag li {
  color: #fff;
  background: #C09F53;
}

/* ======================================
　開閉コンテンツ
 ====================================== */
.series_contents {
  padding: 60px 0 60px;
}
.series_contents .c-btn {
  height: 50px;
  padding: 0 36px 1px;
}

/* ======================================
　ラインナップ
 ====================================== */
.lineup {
  padding: 130px 0;
}
.lineup__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1130px;
  margin: 45px auto 0;
}

/* ======================================
　ヴァーチェのオトクな定期便
 ====================================== */
.p-series .c-nv-subscribe-ex {
  padding: 19px 0 135px;
}

/* ======================================
　他のシリーズ
 ====================================== */
.p-series .c-nv-series-ex {
  padding: 15px 0 181px;
}

.about {
  padding: 30px 0 70px;
}
.about__list {
  max-width: 695px;
  margin: 0 auto;
  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;
}
.about__item {
  width: 48%;
}
.about__btn {
  border-bottom: 1px solid #d9d9d9;
  padding: 15px 0;
  position: relative;
  display: block;
}
.about__btn::before, .about__btn::after {
  content: "";
  background: #000;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about__btn::before {
  width: 15px;
  height: 1px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about__btn::after {
  width: 1px;
  height: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about__btn.active:after {
  opacity: 0;
}
.about__inner {
  display: none;
}
@media only screen and (max-width: 719px) {
  .mv {
    height: auto;
  }
  .mv__img {
    width: 100%;
  }
  .mv__txt {
    width: 100%;
    padding: 22px 20px;
  }
  .mv__txt .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .mv__txt .ja {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .mv__txt ul.tag li {
    font-size: 15px;
  }
  .series_contents {
    padding: 40px 0 40px;
  }
  .series_contents .c-btn {
    height: 47px;
    font-size: 15px;
  }
  .lineup {
    padding: 70px 0;
  }
  .lineup__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px !important;
    margin-top: 29px;
  }
  .p-series .c-nv-subscribe-ex {
    padding-bottom: 93px;
  }
  .p-series .c-nv-series-ex__list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
    margin-top: 30px;
  }
  .about {
    padding: 20px 0 45px;
  }
  .about__item {
    width: 100%;
  }
}
@media only screen and (max-width: 890px) {
  .mv__inner {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 890px) and (max-width: 719px) {
  .mv__inner {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .lineup__list {
    grid-column-gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .p-series .c-nv-series-ex {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1081px) {
  .p-series .c-nv-series-ex__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    max-width: 1023px;
    width: 100%;
  }
  .p-series .c-nv-series-ex .c-nv-menu_series {
    height: 161px !important;
  }
  .p-series .c-nv-series-ex .c-nv-menu_series .txt {
    width: calc(100% - 160px);
    padding: 6px 0 8px 24px;
  }
  .p-series .c-nv-series-ex .c-nv-menu_series .txt .en {
    font-size: 15px !important;
    margin-bottom: 5px;
  }
  .p-series .c-nv-series-ex .c-nv-menu_series .txt .ja {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .p-series .c-nv-series-ex .c-nv-menu_series .txt ul.tag li {
    height: 34px !important;
    font-size: 18px;
    padding: 0 15px 1px;
  }
  .p-series .c-nv-series-ex .c-nv-menu_series .img {
    width: 160px !important;
    max-height: 100%;
  }
}
/*# sourceMappingURL=maps/series_new.css.map */
