@charset "UTF-8";
/* ---------------------------------------------
    products
  --------------------------------------------- */
/* ------ pagination  ------ */
.c-pagination {
  margin: 60px 0 100px;
}
.c-pagination__list {
  border-bottom: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.c-pagination__list__item__next, .c-pagination__list__item__prev {
  width: 44px;
  height: 44px;
  background-color: #EAE5DA;
  border-radius: 50%;
}
.c-pagination__list__item__next::after, .c-pagination__list__item__prev::after {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg") no-repeat center/100%;
}
.c-pagination__list__item__next .u-icon--arrow, .c-pagination__list__item__prev .u-icon--arrow {
  display: none;
}
.c-pagination__list__item__page {
  width: auto;
  height: auto;
  font-size: 15px;
  font-weight: 700;
  color: #957C68;
}
.c-pagination__list__item.is-active::after {
  display: none;
}
.c-pagination__list__item.is-active .c-pagination__list__item__page {
  color: #482E12;
}

/* ------ products list ------ */
.p-list_header {
  margin-top: 70px;
  padding: 0;
}
@media only screen and (max-width: 719px) {
  .p-list_header {
    margin-top: 36px;
    padding: 0;
  }
}
.p-list_header__inner {
  max-width: 1224px;
}

.c-list_tool__sort__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 136px;
}
@media only screen and (max-width: 719px) {
  .c-list_tool__sort__wrap {
    min-width: 100px;
  }
}
.c-list_tool__sort__wrap::after {
  content: ">";
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  pointer-events: none;
  color: #EAE5DA;
}
@media only screen and (max-width: 719px) {
  .c-list_tool__sort__wrap::after {
    color: #90735A;
    font-size: 9px;
    right: 8px;
    top: calc(50% - 4px);
  }
}
.c-list_tool__sort__wrap__select {
  border: 1px solid #EAE5DA !important;
}
.c-list_tool__sort__wrap__select {
  border-radius: 40px;
  color: #482E12;
  font-size: 14px;
  padding: 10px 18px 10px 10px;
  height: auto;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .c-list_tool__sort__wrap__select {
    font-size: 11px;
    padding: 7px 10px;
  }
}

.p-product_list {
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (max-width: 719px) {
  .p-product_list {
    padding: 0 15px;
  }
}

.p-product_list__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1224px;
  grid-gap: 38px 22px;
  gap: 38px 22px;
  margin-top: 25px;
}
@media only screen and (max-width: 992px) {
  .p-product_list__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 18px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-product_list__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 9px;
    margin-top: 15px;
  }
}
.p-product_list__list__item {
  width: 100% !important;
  margin: 0 !important;
}

.c-product_item {
  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;
  overflow: hidden;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-product_item:hover {
  opacity: 0.7;
}
.c-product_item__inner__eyecatch {
  overflow: visible;
  overflow: initial;
  aspect-ratio: initial;
  aspect-ratio: 1/1;
}
.c-product_item__inner__eyecatch__img {
  padding: 0;
  border: 1px solid #EAE5DA;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__eyecatch__img {
    border-radius: 10px;
  }
}
.c-product_item__inner__content {
  margin-top: 18px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__content {
    margin-top: 16px;
  }
}
.c-product_item__inner__content.--text-hover {
  opacity: 1;
}
.c-product_item__inner__title {
  font-size: 23px !important;
  color: #482E12 !important;
}
.c-product_item__inner__title {
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 992px) {
  .c-product_item__inner__title {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .c-product_item__inner__title {
    margin-bottom: 4px;
  }
}
.c-product_item__inner__title__sub {
  font-size: 18px;
  font-weight: 500;
  color: #84654A;
  margin-top: auto;
}
@media only screen and (max-width: 992px) {
  .c-product_item__inner__title__sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .c-product_item__inner__title__sub {
    font-size: 11px;
  }
}
.c-product_item__inner__price {
  margin-top: 0;
  line-height: 1;
}
.c-product_item__inner__price .price {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #482E12;
}
@media only screen and (max-width: 992px) {
  .c-product_item__inner__price .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .c-product_item__inner__price .price {
    font-size: 16px;
  }
}
.c-product_item__inner__price span:not(.price) {
  color: #957C68;
  font-size: 14px;
  font-weight: 500;
  margin-left: -4px;
}
@media only screen and (max-width: 992px) {
  .c-product_item__inner__price span:not(.price) {
    font-size: 10px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .c-product_item__inner__price span:not(.price) {
    font-size: 8px;
  }
}
.c-product_item__inner__price__block {
  margin-top: 16px;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__price__block {
    margin-top: 12px;
  }
}
.c-product_item__inner__price__block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__price__block dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
.c-product_item__inner__price__block dl:not(:last-of-type) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__price__block dl:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.c-product_item__inner__price__block dt {
  font-weight: 500;
  font-size: 19px;
  min-width: 70px;
}
@media only screen and (max-width: 992px) {
  .c-product_item__inner__price__block dt {
    font-size: 13px;
    min-width: 42px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .c-product_item__inner__price__block dt {
    font-size: 11px;
    min-width: 40px;
  }
}

/* ---------------------------------------------
    products detail
  --------------------------------------------- */
.p-product_content {
  margin-bottom: 90px;
}
@media only screen and (max-width: 719px) {
  .p-product_content {
    margin-bottom: 60px;
    padding-top: 0;
  }
}
.p-product_content .c-breadcrumbs__list {
  width: 100%;
}
.p-product_content__inner {
  max-width: 1224px;
  margin-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .p-product_content__inner {
    display: block;
    margin-top: 10px;
  }
}

/* ---- img  ---- */
.p-product_content__inner__img {
  width: 47.1%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .p-product_content__inner__img {
    width: 100%;
  }
}

.c-product_img {
  position: relative;
}
.c-product_img__item {
  overflow: hidden;
}
.c-product_img__item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.c-product_img__slider {
  width: 100%;
}
.c-product_img__slider--main .c-product_img__item {
  border-radius: 30px;
}
@media only screen and (max-width: 719px) {
  .c-product_img__slider--main .c-product_img__item {
    border-radius: 15px;
  }
}
.c-product_img__slider--thumbnail {
  padding: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .c-product_img__slider--thumbnail {
    margin-top: 15px;
  }
}
.c-product_img__slider--thumbnail .c-product_img__item {
  height: auto !important;
  width: 18% !important;
  margin-right: 15px !important;
}
.c-product_img__slider--thumbnail .c-product_img__item {
  border-radius: 5px;
  max-width: 102px;
}
@media only screen and (max-width: 719px) {
  .c-product_img__slider--thumbnail .c-product_img__item {
    margin-right: 9px !important;
  }
  .c-product_img__slider--thumbnail .c-product_img__item {
    min-width: 62px;
  }
}
.c-product_img__slider--thumbnail .c-product_img__item img {
  position: static;
  margin: 0;
}

.splide__arrows {
  display: none;
}

.c-products-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 21.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-products-pagination button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
}
@media only screen and (max-width: 719px) {
  .c-products-pagination button {
    width: 7px;
    height: 7px;
  }
}
.c-products-pagination button.is-active {
  opacity: 1;
}

/* ---- info  ---- */
.p-product_content__inner__info {
  width: 50%;
  max-width: 580px;
}
@media only screen and (max-width: 992px) {
  .p-product_content__inner__info {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 34px;
  }
}

.c-product_info__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__labels {
    gap: 8px;
    margin-bottom: 14px;
  }
}
.c-product_info__labels li {
  color: #84654A;
  font-size: 16px;
  background-color: #F7F6F2;
  padding: 4px 12px;
  border-radius: 30px;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.45;
}
@media only screen and (max-width: 719px) {
  .c-product_info__labels li {
    font-size: 12px;
    padding: 2px 10px;
    line-height: 1.35;
  }
}
.c-product_info__sub {
  font-size: 16px;
  color: #84654A;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__sub {
    font-size: 13px;
  }
}
.c-product_info__title {
  font-size: 27px !important;
  color: #482E12 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.c-product_info__title {
  margin-top: 0;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  border-bottom: 1px solid #EAE5DA;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__title {
    font-size: 20px !important;
  }
  .c-product_info__title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.c-product_info__description {
  margin-top: 0;
  margin-bottom: 50px;
}
.c-product_info__description__text {
  color: #84654A;
  font-size: 16px;
  margin-bottom: 35px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
.c-product_info__description__text p {
  color: #84654A;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__text p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.c-product_info__description__text p:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-product_info__description__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1.5px dotted #EAE5DA;
  padding-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__sub {
    padding-bottom: 10px;
  }
}
.c-product_info__description__sub:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-product_info__description__sub dt {
  color: #84654A;
  font-size: 16px;
  font-weight: 400;
  width: 26.5%;
  line-height: 1.15;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__sub dt {
    font-size: 14px;
    width: 26%;
  }
}
.c-product_info__description__sub dd {
  font-size: 16px;
  font-weight: 500;
  color: #482E12;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__sub dd {
    font-size: 14px;
  }
}
.c-product_info__description__sub .natural-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__sub .natural-list {
    gap: 8px;
  }
}
.c-product_info__description__sub .natural-list li {
  border: 1px solid #EAE5DA;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 80px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  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;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .c-product_info__description__sub .natural-list li {
    width: 55px;
    font-size: 9px;
  }
}
.c-product_info__description__sub .natural-list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #EAE5DA;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-product_info__description__sub .natural-list li span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px 0;
  white-space: nowrap;
}
.c-product_info__price {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__price {
    margin-top: 8px;
    gap: 8px;
  }
}
.c-product_info__price__inner {
  color: #482E12 !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.c-product_info__price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 500;
}
.c-product_info__price__inner span {
  font-size: max(16px, min(1.666vw, 24px));
  font-size: clamp(16px, 1.666vw, 24px);
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .c-product_info__price__inner {
    font-size: 14px !important;
  }
  .c-product_info__price__inner span {
    font-size: 14px !important;
  }
}
.c-product_info__price__inner .sales_price-include-tax {
  font-size: 42px !important;
  color: #482E12 !important;
}
.c-product_info__price__inner .sales_price-include-tax {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 0.8;
  font-family: "Helvetica Neue", sans-serif;
}
@media only screen and (max-width: 719px) {
  .c-product_info__price__inner .sales_price-include-tax {
    font-size: 25px !important;
  }
}
.c-product_info__price__inner .text {
  margin-right: 18px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__price__inner .text {
    margin-right: 10px;
  }
}
.c-product_info__price__inner .yen {
  font-weight: 700;
  margin-right: 6px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__price__inner .yen {
    margin-right: 4px;
  }
}
.c-product_info__form__submit {
  background-color: #84654A !important;
  border-radius: 100px !important;
  font-size: 20px !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  height: 85px !important;
}
.c-product_info__form__submit {
  position: relative;
  margin-top: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 719px) {
  .c-product_info__form__submit {
    font-size: 12px !important;
    height: 50px !important;
  }
  .c-product_info__form__submit {
    margin-top: 20px;
  }
}
.c-product_info__form__submit::after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  -webkit-mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
          mask-image: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 719px) {
  .c-product_info__form__submit::after {
    width: 12px;
    height: 9px;
    right: 20px;
  }
}
.c-product_info__regular {
  border: 1px solid #EAE5DA;
  border-radius: 20px;
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__regular {
    border-radius: 12px;
    padding: 20px 24px;
    border: none;
    background-color: #F7F6F2;
  }
}
.c-product_info__regular__title {
  font-size: 27px;
  font-weight: 700;
  color: #482E12;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .c-product_info__regular__title {
    font-size: 16px;
  }
}
.c-product_info__subscription {
  margin-bottom: 50px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription {
    margin-bottom: 25px;
  }
}
.c-product_info__subscription__inner {
  background-color: #F7F6F2;
  border-radius: 20px;
  padding: 30px 40px 40px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription__inner {
    border-radius: 12px;
    padding: 20px 24px;
  }
}
.c-product_info__subscription__title {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #482E12;
  line-height: 1.5;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription__title {
    font-size: 16px;
  }
}
.c-product_info__subscription__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 28px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription__links {
    gap: 12px;
    margin-top: 15px;
  }
}
.c-product_info__subscription__links__ttl {
  font-size: 16px;
  color: #84654A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription__links__ttl {
    font-size: 14px;
    gap: 5px;
  }
}
.c-product_info__subscription__links__ttl::before {
  content: "?";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #84654A;
  border-radius: 50%;
  font-size: 12px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription__links__ttl::before {
    width: 18px;
    height: 18px;
  }
}
.c-product_info__subscription__links__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-product_info__subscription__links__modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-product_info__subscription__links__modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background: #1e1e1e;
  opacity: 0.7;
}
.c-product_info__subscription__links__modal__content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 560px;
  padding: 38px 40px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription__links__modal__content {
    padding: 50px 30px;
    border-radius: 10px;
  }
}
.c-product_info__subscription__links__modal__content .c-ttl__box {
  margin-bottom: 16px;
}
.c-product_info__subscription__links__modal__content p {
  letter-spacing: 0;
  font-size: 16px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription__links__modal__content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.c-product_info__subscription__links__modal__content p a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-product_info__subscription__links__modal__content p a:hover {
  opacity: 0.7;
}
.c-product_info__subscription__links__modal__content .c-btn {
  margin-top: 24px;
}
.c-product_info__subscription__links__modal__content .color {
  color: #D15B5C;
  font-weight: 700;
}
.c-product_info__subscription__links__modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.c-product_info__subscription .c-product_info__form__buttons .c-product_info__form__submit {
  background-color: #D15B5C !important;
}
.c-product_info__subscription .c-product_info__form__buttons .c-product_info__form__submit {
  color: #fff;
}
.c-product_info__subscription .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription .tag-list {
    gap: 4px;
  }
}
.c-product_info__subscription .tag-list li {
  font-size: 16px;
  font-weight: 500;
  color: #84654A;
  background-color: #fff;
  border-radius: 30px;
  padding: 4px 12px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__subscription .tag-list li {
    font-size: 9px;
    padding: 4px 10px;
  }
}
.c-product_info__favorite {
  margin: 0;
  height: 0;
}
.c-product_info__share {
  margin: 0;
}
.c-product_info__badge {
  margin: 0;
}
.c-product_info #campaign {
  margin: 0;
}

/* ---- links  ---- */
.p-product-links {
  width: calc(100% - 64px);
  max-width: 1224px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 719px) {
  .p-product-links {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 30px);
    gap: 9px;
    margin-bottom: 30px;
  }
}
.p-product-links a {
  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;
  padding: 30px 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.45;
  background-color: #F7F6F2;
  position: relative;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-product-links a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 992px) {
  .p-product-links a {
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-product-links a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 14px 20px;
    font-size: 13px;
  }
}
.p-product-links a::after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  background: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg") no-repeat center/100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 38px;
  right: 26px;
}
@media only screen and (max-width: 992px) {
  .p-product-links a::after {
    width: 9px;
    height: 7px;
    top: 30px;
    right: 16px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-product-links a::after {
    top: 22px;
    right: 18px;
  }
}

/* ---- option  ---- */
.c-product_info__option {
  margin: 0;
  padding-top: 30px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__option {
    padding-top: 20px;
  }
}
.c-product_info__option__inner {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .c-product_info__option__inner {
    width: calc(100% - 30px);
  }
}
.c-product_info__option__title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #482E12;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__option__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* ---- about  ---- */
.c-product_info__about {
  margin-bottom: 70px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__about {
    margin-bottom: 60px;
    padding-top: 0;
  }
}
.c-product_info__about .c-product_info__option__block {
  width: 100%;
  max-width: 883px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .c-product_info__about .c-product_info__option__block {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.c-product_info__about__img {
  margin-bottom: 5%;
}
.c-product_info__about__img:last-child {
  margin-bottom: 0;
}

/* ---- use  ---- */
.c-product_info__use {
  margin-bottom: 50px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use {
    margin-bottom: 40px;
  }
}
.c-product_info__use__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.c-product_info__use__img {
  width: 47.4%;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use__img {
    width: 100%;
    border-radius: 15px;
  }
}
.c-product_info__use__process {
  width: 47.4%;
  padding: 10px 0;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use__process {
    width: 100%;
    padding: 0;
  }
}
.c-product_info__use__process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use__process__item {
    gap: 24px;
  }
}
.c-product_info__use__process__item:not(:last-child) {
  margin-bottom: 46px;
}
.c-product_info__use__process__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #84654A;
  position: absolute;
  bottom: -32px;
  left: 54%;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use__process__item:not(:last-child)::after {
    width: 10px;
    height: 10px;
    bottom: -30px;
    left: 13%;
  }
}
.c-product_info__use__process__img {
  width: 30%;
  max-width: 150px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use__process__img {
    max-width: 100px;
  }
}
.c-product_info__use__process__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-product_info__use__process__text p {
  color: #482E12;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  font-size: 16px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__use__process__text p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}

/* ---- faq  ---- */
.c-product_info__faq {
  margin-bottom: 60px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__faq {
    margin-bottom: 40px;
  }
}
.c-product_info__faq .p-faq__list__item {
  border: none;
}
.c-product_info__faq .p-faq__list__item:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__faq .p-faq__list__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.c-product_info__faq .p-faq__list__item.is-open .p-faq__list__item__question::after {
  content: "−";
}
.c-product_info__faq .p-faq__list__item__question {
  background-color: #F7F6F2;
  font-weight: 700;
  font-size: 20px;
  padding: 24px 100px 24px 30px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .c-product_info__faq .p-faq__list__item__question {
    padding: 20px 50px 20px 20px;
  }
}
.c-product_info__faq .p-faq__list__item__question p {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media only screen and (max-width: 719px) {
  .c-product_info__faq .p-faq__list__item__question p {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.c-product_info__faq .p-faq__list__item__question::after {
  content: "+";
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #9A806A;
  position: absolute;
  top: 22px;
  right: 28px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__faq .p-faq__list__item__question::after {
    font-size: 22px;
    top: 18px;
    right: 18px;
  }
}
.c-product_info__faq .p-faq__list__item__answer {
  font-size: 16px;
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  overflow: hidden;
}
.c-product_info__faq .p-faq__list__item__answer__inner {
  padding: 25px 100px 20px 30px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__faq .p-faq__list__item__answer__inner {
    padding: 10px 50px 10px 20px;
  }
}
.c-product_info__faq .p-faq__list__item__answer p {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .c-product_info__faq .p-faq__list__item__answer p {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

/* ---- review  ---- */
.c-product_info__review {
  margin-bottom: 120px;
}
@media only screen and (max-width: 719px) {
  .c-product_info__review {
    margin-bottom: 70px;
  }
  .c-product_info__review .c-product_info__option__block {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/* ---- recommend  ---- */
.p-recommend_product {
  margin-bottom: 160px;
}
@media only screen and (max-width: 719px) {
  .p-recommend_product {
    margin-bottom: 100px;
  }
}
.p-recommend_product__inner {
  max-width: 1224px;
}
.p-recommend_product .c-ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 719px) {
  .p-recommend_product .c-ttl {
    margin-bottom: 20px;
  }
}