@charset "UTF-8";
/* ======================================
　 カート追加後POP-UP
 ====================================== */
.nv-cart-screen {
  width: 100vw;
  height: 100vh;
  font-family: "NotoSansJP-Custom", sans-serif;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.nv-cart-screen .c-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.nv-cart-screen__main {
  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: 100vw;
  height: 100vh;
  padding: 180px 20px 30px;
  position: relative;
}
.nv-cart-screen__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.nv-cart-screen__inner {
  width: 940px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.nv-cart-screen__wrap {
  width: 100%;
  max-height: 100%;
  background: #F7F7F7;
  padding: 45px 20px 55px;
  position: relative;
  overflow: hidden;
}
.nv-cart-screen__base {
  max-width: 816px;
  margin: 0 auto;
}
.nv-cart-screen__head {
  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: 62px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 161.538%;
  letter-spacing: 0.0625em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
  background: #F1F1F1;
  padding: 15px;
  margin-bottom: 25px;
}
.nv-cart-screen__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 32px;
}
.nv-cart-screen__item {
  grid-area: 1/1/2/2;
}
.nv-cart-screen__btn {
  grid-area: 1/2/2/3;
}
.nv-cart-screen__list {
  grid-area: 2/1/3/3;
}
.nv-cart-screen__card {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 394px;
  max-width: 100%;
  border-top: 1px solid #D8DDDF;
  border-bottom: 1px solid #D8DDDF;
  margin: 0 auto 0 0;
  padding: 15px 0;
}
.nv-cart-screen__card_img {
  display: block;
  aspect-ratio: 1/1;
}
.nv-cart-screen__card_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nv-cart-screen__card_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  padding: 10px 10px 10px 18px;
}
.nv-cart-screen__card_text .u_title {
  width: 100%;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1px;
  letter-spacing: 0.0526315789em;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}
.nv-cart-screen__card_text .u_num, .nv-cart-screen__card_text .u_price {
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
}
.nv-cart-screen__card_count {
  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;
  gap: 5px 15px;
  width: 100%;
  font-family: Arial, "NotoSansJP-Custom", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.0588235294em;
  margin-top: 12px;
}
.nv-cart-screen__btn .u_inner {
  max-width: 369px;
  margin-left: auto;
}
.nv-cart-screen__btn .c-btn-simplified {
  width: 100%;
}
.nv-cart-screen__list .u_title {
  color: #333;
  text-align: center;
  font-family: "NotoSansJP-Custom", sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 154.412%;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt" off;
          font-feature-settings: "palt" off;
  letter-spacing: 0.0588235294em;
}
.nv-cart-screen__together {
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
}
.nv-cart-screen__together_slide {
  overflow: visible !important;
}
.nv-cart-screen__together_slide .swiper-slide {
  width: 161px;
  padding-inline: 20px 19px;
}
.nv-cart-screen__together_slide .swiper-button-prev, .nv-cart-screen__together_slide .swiper-button-next {
  display: block !important;
  width: 25px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  border-radius: 25px;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 50% !important;
  z-index: 2;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.nv-cart-screen__together_slide .swiper-button-prev::before, .nv-cart-screen__together_slide .swiper-button-next::before {
  content: "";
  display: block;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  -o-border-image: none;
     border-image: none;
  border-width: 0px 2px 2px 0px;
  padding: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-60%) rotate(-45deg);
          transform: translateY(-50%) translateX(-60%) rotate(-45deg);
}
.nv-cart-screen__together_slide .swiper-button-prev::after, .nv-cart-screen__together_slide .swiper-button-next::after {
  content: "";
  display: none !important;
}
.nv-cart-screen__together_slide .swiper-button-prev {
  left: 0 !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
          transform: translateY(-50%) translateX(-50%) !important;
}
.nv-cart-screen__together_slide .swiper-button-prev::before {
  -webkit-transform: translateY(-50%) translateX(-40%) rotate(135deg);
          transform: translateY(-50%) translateX(-40%) rotate(135deg);
}
.nv-cart-screen__together_slide .swiper-button-next {
  right: 0 !important;
  -webkit-transform: translateY(-50%) translateX(50%) !important;
          transform: translateY(-50%) translateX(50%) !important;
}
.nv-cart-screen__together_slide .swiper-button-disabled {
  opacity: 0 !important;
}
.nv-cart-screen__together_slide_card {
  display: block;
}
.nv-cart-screen__together_slide_card .u_image {
  width: 100%;
  aspect-ratio: 1/1;
}
.nv-cart-screen__together_slide_card .u_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nv-cart-screen__together_slide_card .u_text {
  padding: 10px 0 0;
}
.nv-cart-screen__together_slide_card .u_text .u_name {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.05625em;
  margin-bottom: 3px;
}
.nv-cart-screen__together_slide_card .u_text .u_price {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0692307692em;
}

.js_cart_fadein_target {
  display: none;
}

.nv-cart-screen-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "NotoSansJP-Custom", sans-serif;
  padding: 5px 20px;
  margin: 0 auto 50px;
  background: #ccc;
}
@media only screen and (max-width: 719px) {
  .nv-cart-screen .c-btn-close {
    top: 14px;
    right: 14px;
  }
  .nv-cart-screen__main {
    padding: 120px 20px 20px;
  }
  .nv-cart-screen__wrap {
    padding: 43px 24px 38px;
  }
  .nv-cart-screen__head {
    height: 37px;
    font-size: 13px;
    padding: 5px 15px 6px;
    margin-bottom: 25px;
  }
  .nv-cart-screen__body {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .nv-cart-screen__item {
    grid-area: 1/1/2/2;
  }
  .nv-cart-screen__btn {
    grid-area: 3/1/4/2;
  }
  .nv-cart-screen__list {
    grid-area: 2/1/3/2;
  }
  .nv-cart-screen__card {
    grid-template-columns: 96px 1fr;
    padding: 12px 0;
  }
  .nv-cart-screen__card_text {
    padding-inline: 0;
  }
  .nv-cart-screen__card_text .u_title {
    font-size: 15px;
  }
  .nv-cart-screen__card_count {
    gap: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
  }
  .nv-cart-screen__list {
    padding-top: 20px;
  }
  .nv-cart-screen__list .u_title {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.0533333333em;
  }
  .nv-cart-screen__together {
    padding-bottom: 40px;
  }
  .nv-cart-screen__together_slide .swiper-slide {
    width: 100px;
    padding-inline: 0 10px;
  }
  .nv-cart-screen__together_slide .swiper-button-prev {
    left: -5px !important;
  }
  .nv-cart-screen__together_slide .swiper-button-next {
    right: -5px !important;
  }
  .nv-cart-screen__together_slide_card .u_text {
    padding-top: 6px;
  }
  .nv-cart-screen__together_slide_card .u_text .u_name {
    font-size: 14px;
  }
  .nv-cart-screen__together_slide_card .u_text .u_price {
    font-size: 12px;
  }
}
/*# sourceMappingURL=maps/popup_new.css.map */
