@charset "UTF-8";
/* ======================================
　fv
 ====================================== */
.nv-fv {
  width: 100%;
  overflow: hidden;
}
.nv-fv__slide {
  width: 100%;
  position: relative;
}
.nv-fv__slide_card {
  display: block;
  width: 100vw;
  aspect-ratio: 1920/730;
}
.nv-fv__slide_card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nv-fv__slide_control {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 126px;
  height: 14px;
  padding: 0 23px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nv-fv__slide_control .swiper-pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.nv-fv__slide_control .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: auto;
  margin: 0 !important;
  aspect-ratio: 1/1;
  border-radius: 4px;
  opacity: 0.2;
  background: #000;
}
.nv-fv__slide_control .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.nv-fv__slide_control .swiper-button-prev {
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nv-fv__slide_control .swiper-button-prev::after {
  content: "";
  font-size: 0;
  width: 10px;
  aspect-ratio: 1/1;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.nv-fv__slide_control .swiper-button-next {
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  right: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nv-fv__slide_control .swiper-button-next::after {
  content: "";
  font-size: 0;
  width: 10px;
  aspect-ratio: 1/1;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
          transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

/* ======================================
　FV下簡易ナビ
 ====================================== */
.nv-simplified-navi {
  font-family: "NotoSansJP-Custom", sans-serif;
  margin: 16px 0;
}
.nv-simplified-navi__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nv-simplified-navi__list .u_item {
  padding: 0 16px;
  position: relative;
}
.nv-simplified-navi__list .u_item::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nv-simplified-navi__list .u_item:first-child::before {
  display: none;
}
.nv-simplified-navi__list .u_item a {
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.048em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}

/* ======================================
　News
 ====================================== */
.nv-simplified-news {
  font-family: "NotoSansJP-Custom", sans-serif;
  margin: 50px 0;
}
.nv-simplified-news__item {
  max-width: 800px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 auto;
  padding: 14px 0 15px;
}
.nv-simplified-news__inner {
  display: grid;
  grid-template-columns: 238px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  max-width: 635px;
  margin: 0 auto;
}
.nv-simplified-news__title {
  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: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  position: relative;
}
.nv-simplified-news__title .u_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 144.643%;
  letter-spacing: 0.0514285714em;
}
.nv-simplified-news__title .u_category {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 3px;
}
.nv-simplified-news__title .u_tag {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 31px;
  color: #9a3236;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0514285714em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
  background: #f1f1f1;
  padding: 0 10px 1px;
}
.nv-simplified-news__title .c-nv-aco-icon {
  right: 0;
}
.nv-simplified-news .u_desc {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.048em;
}
.nv-simplified-news .u_desc a {
  display: block;
  font: inherit;
  padding-top: 4px;
}

/* ======================================
　ヴァーチェについて
 ====================================== */
.nv-about-ex {
  padding: 90px 0 0;
}
.nv-about-ex .c-ttl {
  color: #1a1311;
}
.nv-about-ex .c-ttl__ja {
  color: #333;
}
.nv-about-ex__column {
  display: grid;
  grid-template-columns: 1fr min(587px, 50%);
  grid-template-rows: 1fr auto;
  grid-column-gap: 17px;
  grid-row-gap: 30px;
  margin-top: 60px;
}
.nv-about-ex__column_item {
  grid-area: 1/1/2/2;
}
.nv-about-ex__column_img {
  grid-area: 1/2/3/3;
}
.nv-about-ex__column_btn {
  grid-area: 2/1/3/2;
}
.nv-about-ex__column_item .c-ttl-mid {
  margin-bottom: 20px;
}
.nv-about-ex__column_img img {
  display: block;
  width: 100%;
}
.nv-about-ex__column_img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nv-about-ex__column_btn .c-btn {
  margin-left: 0;
}

/* ======================================
　人気商品
 ====================================== */
.nv-bestseller-ex {
  padding: 150px 0 120px;
}
.nv-bestseller-ex .u-margin__bottom--80 {
  margin-bottom: 0;
}
.nv-bestseller-ex .c-section_title,
.nv-bestseller-ex .p-category_ranking_section__more {
  display: none !important;
}
.nv-bestseller-ex .c-ttl {
  margin-bottom: 37px;
}
.nv-bestseller-ex .c-btn {
  margin: 19px auto 0;
}
.nv-bestseller-ex .p-category_ranking_section {
  padding-inline: 0;
}
.nv-bestseller-ex .p-category_ranking_section__header {
  padding-inline: 0;
}
.nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1px;
}
.nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll::before, .nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll::after {
  display: none !important;
}
.nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll__container {
  width: auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-right: -20px;
}
.nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll__item {
  color: #7c7c7c;
  font-family: "NotoSansJP-Custom", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 196.875%;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
  padding: 10px 30px 10px 0;
}
.nv-bestseller-ex .p-category_ranking_section__products.medium-up--one-5 {
  --category_ranking_section_column_gap: 30px;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch {
  aspect-ratio: 1/1;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch__image img {
  aspect-ratio: 1/1;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch__tags {
  top: 0;
  left: 0;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch__tags .c-product_ranking {
  margin: 0;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch__tags .c-product_ranking::before {
  display: none !important;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch__tags .c-product_ranking__text {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 38px;
  height: auto;
  aspect-ratio: 1/1;
  color: #000;
  text-align: center;
  font-family: "NotoSansJP-Custom", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.0454736842em;
  background: #d9d9d9;
  padding-bottom: 3px;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content {
  margin-top: 10px;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--subhead {
  font-family: "NotoSansJP-Custom", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 167%;
  letter-spacing: 0.0548888889em;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body {
  font-family: "Inter", "NotoSansJP-Custom", sans-serif;
  font-size: 0 !important;
  font-weight: 600;
  color: #333;
  text-align: right;
  line-height: 1.9211333333;
  letter-spacing: 0.0658666667em;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body span {
  font-size: 15px;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body .price {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160.093%;
  letter-spacing: 0.0548888889em;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body .price + span {
  font-size: 0;
}
.nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body .price + span::before {
  content: "(税込";
  font-size: 15px !important;
  margin-left: 0.3em;
}
.nv-bestseller-ex .p-category_ranking_section__products .p-category_ranking_section__product:nth-child(1) .c-product_ranking__text {
  color: #fff;
  background: #a18b61;
}
.nv-bestseller-ex .p-category_ranking_section__products .p-category_ranking_section__product:nth-child(2) .c-product_ranking__text {
  color: #fff;
  background: #8f8f8f;
}
.nv-bestseller-ex .p-category_ranking_section__products .p-category_ranking_section__product:nth-child(3) .c-product_ranking__text {
  color: #fff;
  background: #b4774f;
}

/* ======================================
　レビュー
 ====================================== */
.nv-review-ex {
  background: #f1f1f1;
  padding: 120px 0 120px;
  overflow: hidden;
}

.nv-review-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 48px auto 0;
}
.nv-review-list__item {
  background: #fff;
}
.nv-review-list__item_image {
  display: block;
  width: 100%;
  aspect-ratio: 291/215;
}
.nv-review-list__item_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nv-review-list__item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  font-family: "NotoSansJP-Custom", sans-serif !important;
  padding: 15px 15px 26px;
}
.nv-review-list__item_text .u_title {
  width: 100%;
  font-family: inherit !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 141.176%;
  letter-spacing: 0.0423529412em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}
.nv-review-list__item_text .c-product__star {
  width: 100%;
  margin-top: 7px;
}
.nv-review-list__item_text .c-product__star-rating {
  font-size: 13px;
}
.nv-review-list__item_text .u_date {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
  margin-top: 4px;
}
.nv-review-list__item_text .u_desc {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0514285714em;
  margin-top: 10px;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}
.nv-review-list__item_text .u_name {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.06em;
  margin-top: 8px;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}

.js_hidden {
  width: 100%;
  padding: 0 11px 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.js_hidden .js_hidden_ttl {
  color: #000;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.72px;
  text-decoration: underline;
}
.js_hidden .u_open {
  display: none;
}

.nv-review-list__item_text.js_hidden_box_open {
  max-height: 2000px;
  -webkit-transition: 1s;
  transition: 1s;
}
.nv-review-list__item_text.js_hidden_box_open::after {
  height: 60px;
}
.nv-review-list__item_text.js_hidden_box_open .js_hidden .u_open {
  display: inline;
}
.nv-review-list__item_text.js_hidden_box_open .js_hidden .u_close {
  display: none;
}

/* ======================================
　インスタグラム
 ====================================== */
.nv-instagram {
  padding: 130px 0 0;
}
.nv-instagram .c-btn {
  margin-top: 30px;
}

.hacobune-grid-row {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hacobune-grid-row::-webkit-scrollbar {
  display: none;
}

.nv-instagram-block {
  margin: 48px auto 0;
}
.nv-instagram-block .hacobune-app-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.nv-instagram-block .hacobune-grid-row {
  gap: 30px !important;
}
.nv-instagram-block .hacobune-grid-row .hacobune-grid-col {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 287px !important;
          flex: 0 0 287px !important;
  width: 287px !important;
  max-width: 287px !important;
}
.nv-instagram-block .hacobune-video-list-item-card-img {
  display: block;
  aspect-ratio: 287/350;
  -o-object-fit: cover;
     object-fit: cover;
}
.nv-instagram-block .hacobune-video-list-item-card-description {
  color: #000;
  font-family: "NotoSansJP-Custom", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 150% !important;
  letter-spacing: 0.06585em !important;
  padding: 12px 0 0;
}
.nv-instagram-block .hacobune-video-list-item-card-description * {
  font-family: "NotoSansJP-Custom", sans-serif !important;
}

/* ======================================
　メディア掲載
 ====================================== */
.nv-media-ex {
  padding: 150px 0 130px;
  overflow: hidden;
}

.nv-media-list {
  margin-top: 49px;
}

.nv-media-slide {
  margin: 0 auto;
  overflow: visible !important;
}
.nv-media-slide .swiper-slide {
  width: 200px;
}
.nv-media-slide .swiper-slide .u_image {
  aspect-ratio: 137/175;
  margin: 0 0 9px;
}
.nv-media-slide .swiper-slide .u_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nv-media-slide .swiper-slide .u_desc {
  font-family: "NotoSansJP-Custom", sans-serif;
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.0701111111em;
}

/* ======================================
　Beauty
 ====================================== */
.nv-beauty-ex {
  background: #fff;
  padding: 115px 0 130px;
}
.nv-beauty-ex__ttl {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 25px;
  margin: 0 auto;
}
.nv-beauty-ex__ttl::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1.5;
  background: transparent url(https://d2w53g1q050m78.cloudfront.net/virchejp/uploads/images/common_new/ex_link_gy.svg) no-repeat center/100% auto;
}
.nv-beauty-ex__ttl .u_inner {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
}
.nv-beauty-ex__ttl .u_inner img {
  display: block;
  width: 167px;
}
.nv-beauty-ex__ttl .u_inner .u_title {
  color: #1a1311;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 34px;
  font-weight: 300;
  line-height: 206.25%;
  letter-spacing: 1.213px;
  letter-spacing: 0.0356764706em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}
.nv-beauty-ex .c-btn {
  margin-top: 55px;
}

.nv-beauty-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  margin-top: 34px;
}
.nv-beauty-list__card {
  display: block;
  width: 100%;
}
.nv-beauty-list__card .u_image {
  aspect-ratio: 287/201;
  margin: 0 0 12px;
}
.nv-beauty-list__card .u_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nv-beauty-list__card .u_desc {
  color: #000;
  font-family: "NotoSansJP-Custom", sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0423529412em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}

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

/* ======================================
　お知らせ
 ====================================== */
.nv-news-ex {
  padding: 130px 0 160px;
}
.nv-news-ex .c-btn {
  margin-top: 60px;
}

.nv-news-ex-list {
  max-width: 900px;
  border-top: 0.75px solid #333;
  border-bottom: 0.75px solid #333;
  margin: 48px auto 0;
}
.nv-news-ex-list__item {
  display: grid;
  grid-template-columns: 238px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  font-family: "NotoSansJP-Custom", sans-serif;
  margin: 0 auto;
  padding: 30px 0 30px;
}
.nv-news-ex-list__item + .nv-news-ex-list__item {
  border-top: 1px solid #d9d9d9;
  padding-top: 29px;
}
.nv-news-ex-list__title {
  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: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  position: relative;
}
.nv-news-ex-list__title .u_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 144.643%;
  letter-spacing: 0.0514285714em;
}
.nv-news-ex-list__title .u_category {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 3px;
}
.nv-news-ex-list__title .u_tag {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 123px;
  height: 31px;
  color: #1a1311;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.0514285714em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
  background: #f1f1f1;
  padding: 0 10px 1px;
}
.nv-news-ex-list__title .u_tag.u_red {
  color: #9a3236;
}
.nv-news-ex-list__title .c-nv-aco-icon {
  right: 0;
}
.nv-news-ex-list .u_desc {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.048em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}
.nv-news-ex-list .u_desc a {
  display: block;
  font: inherit;
  padding-top: 4px;
}
@media only screen and (max-width: 719px) {
  .nv-fv__slide_card {
    aspect-ratio: 375/475;
  }
  .nv-simplified-navi .container {
    padding: 0;
  }
  .nv-simplified-news {
    margin: 34px 0;
  }
  .nv-simplified-news__item {
    padding: 14px 10px 15px;
  }
  .nv-simplified-news__inner {
    display: block;
  }
  .nv-simplified-news__title {
    gap: 10px;
  }
  .nv-simplified-news__title .u_date {
    color: #333;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: 0.01em;
    padding-top: 2px;
  }
  .nv-simplified-news__title .u_tag {
    display: block;
    height: auto;
    color: #a33e42;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: 0.06em;
    background: transparent;
    padding: 0;
  }
  .nv-simplified-news .u_desc a {
    padding-top: 8px;
  }
  .nv-about-ex {
    padding: 66px 0 0;
  }
  .nv-about-ex .c-ttl {
    color: #000;
  }
  .nv-about-ex__column {
    display: block;
    width: 100%;
    grid-row-gap: 41px;
    margin-top: 21px;
  }
  .nv-about-ex__column_item {
    padding: 0 12px;
  }
  .nv-about-ex__column_item .c-ttl-mid {
    margin-bottom: 19px;
  }
  .nv-about-ex__column_img {
    padding-top: 29px;
  }
  .nv-about-ex__column_btn {
    margin-top: 44px;
  }
  .nv-about-ex__column_btn .c-btn {
    height: 48px;
    font-size: 15px;
    margin-left: auto;
    padding-inline: 34px;
  }
  .nv-bestseller-ex {
    padding: 86px 0 86px;
  }
  .nv-bestseller-ex .c-ttl {
    margin-bottom: 32px;
  }
  .nv-bestseller-ex .c-btn {
    margin-top: 3px;
  }
  .nv-bestseller-ex .p-category_ranking_section__content {
    padding-top: 28px;
  }
  .nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll {
    width: 100%;
  }
  .nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll__container {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    padding-left: 0;
  }
  .nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll__item {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.0514285714em;
    padding: 10px 8px 10px 0;
  }
  .nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll__item:last-child {
    margin-right: 60px;
  }
  .nv-bestseller-ex .p-category_ranking_section .c-horizontal_scroll__item a {
    -webkit-font-feature-settings: "palt" off;
            font-feature-settings: "palt" off;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch__tags .c-product_ranking {
    -webkit-transform: scale(1);
            transform: scale(1);
    right: 0;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__eyecatch__tags .c-product_ranking__text {
    width: 28px;
    font-size: 14px;
    padding: 0 0 1px;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body {
    text-align: left;
    margin-top: 6px;
  }
  .nv-review-ex {
    padding: 86px 0 80px;
  }
  .nv-review-list__item {
    background: transparent;
  }
  .nv-review-list__item_image {
    aspect-ratio: 160/143;
  }
  .nv-review-list__item_text {
    max-height: 272px;
    background: #fff;
    padding: 11px 11px 62px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .nv-review-list__item_text::after {
    content: "";
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    border-bottom: 50px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .nv-instagram {
    padding: 86px 0 0;
  }
  .nv-instagram .c-btn {
    width: 285px;
    margin-top: 0 !important;
  }
  .nv-media-ex {
    padding: 84px 0 80px;
  }
  .nv-media-list {
    margin-top: 43px;
  }
  .nv-media-slide {
    max-width: 156px;
  }
  .nv-media-slide .swiper-slide .u_image {
    margin-bottom: 6px;
  }
  .nv-media-slide .swiper-slide .u_desc {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.07em;
  }
  .nv-beauty-ex {
    padding: 69px 0 80px;
  }
  .nv-beauty-ex__ttl {
    gap: 14px;
  }
  .nv-beauty-ex__ttl::after {
    width: 14px;
  }
  .nv-beauty-ex__ttl .u_inner {
    gap: 9px;
  }
  .nv-beauty-ex__ttl .u_inner img {
    width: 94px;
  }
  .nv-beauty-ex__ttl .u_inner .u_title {
    font-size: 19px;
  }
  .nv-beauty-ex .c-btn {
    width: 285px;
    margin-top: 44px;
  }
  .nv-beauty-list__card .u_image {
    aspect-ratio: 10/7;
    margin: 0 0 10px;
  }
  .nv-beauty-list__card .u_desc {
    font-size: 15px;
    letter-spacing: 0.048em;
  }
  .c-nv-subscribe-ex {
    padding: 86px 0 0;
  }
  .nv-news-ex {
    padding: 106px 0 100px;
  }
  .nv-news-ex .c-btn {
    width: 285px;
    margin-top: 49px;
  }
  .nv-news-ex-list {
    margin: 40px auto 0;
  }
  .nv-news-ex-list__item {
    display: block;
    padding: 14px 0 20px;
  }
  .nv-news-ex-list__item + .nv-news-ex-list__item {
    padding-top: 19px;
  }
  .nv-news-ex-list__title {
    gap: 13px;
  }
  .nv-news-ex-list__title .u_date {
    color: #333;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: 0.04em;
    padding-top: 2px;
  }
  .nv-news-ex-list__title .u_tag {
    min-width: 0;
    height: 29px;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.0553846154em;
    padding: 0 8px 1px;
  }
  .nv-news-ex-list .u_desc {
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  .nv-news-ex-list .u_desc a {
    padding-top: 9px;
  }
}
@media only screen and (min-width: 720px) {
  .nv-simplified-news .js_aco_target_sp {
    display: contents;
  }
  .nv-about-ex__column_item {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media only screen and (max-width: 900px) {
  .nv-about-ex__column_item .c-ttl-mid br.nv-sp {
    display: inline !important;
  }
  .nv-about-ex__column_item .c-desc br.nv-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .nv-bestseller-ex .p-category_ranking_section__products.medium-up--one-5 {
    --category_ranking_section_column_gap: 15px;
    --category_ranking_section_row_gap: 19px;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--subhead {
    font-size: 16px !important;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body span {
    font-size: 12px;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body .price {
    font-size: 15px;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body .price + span::before {
    font-size: 12px !important;
  }
  .nv-review-list {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  .nv-review-list__item_text .c-product__star {
    width: 65px;
    margin-top: 8px;
  }
  .nv-review-list__item_text .c-product__star-rating {
    font-size: 12px;
  }
  .nv-review-list__item_text .u_date {
    font-size: 10.5px;
    width: auto;
    padding: 2px 0 0 5px;
    margin-top: 5px;
  }
  .nv-review-list__item_text .u_desc {
    font-size: 13px;
  }
  .nv-beauty-list {
    grid-column-gap: 15px;
    grid-row-gap: 14px;
  }
}
@media only screen and (max-width: 980px) and (max-width: 719px) {
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--subhead {
    font-size: 15px !important;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body span {
    font-size: 11px;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body .price {
    font-size: 14px;
  }
  .nv-bestseller-ex .p-category_ranking_section__products .c-product_item__inner__content .u-text--body .price + span::before {
    font-size: 11px !important;
  }
  .nv-review-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 41px;
  }
  .nv-beauty-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 21px;
  }
}
@media only screen and (max-width: 1280px) {
  .nv-instagram-block {
    margin-inline: -20px;
  }
  .nv-instagram-block .hacobune-grid-row {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 719px) {
  .nv-instagram-block {
    margin-top: 42px;
  }
  .nv-instagram-block .hacobune-grid-row {
    gap: 10px !important;
  }
}
@media only screen and (max-width: 749px) {
  .nv-instagram-block .hacobune-grid-row .hacobune-grid-col {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 160px !important;
            flex: 0 0 160px !important;
    width: 160px !important;
    max-width: 160px !important;
  }
  .nv-instagram-block .hacobune-video-list-item-card-subtitle {
    padding: 3px 5px;
  }
  .nv-instagram-block .hacobune-video-list-item-card-description {
    font-size: 12px !important;
    padding: 0;
  }
}
/*# sourceMappingURL=maps/top_new.css.map */
