@charset "UTF-8";
/* ---------------------------------------------
  mv
  --------------------------------------------- */
.p-mv {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #F7F6F2;
}
.p-mv__slider {
  overflow: visible;
  overflow: initial;
}
.p-mv__slider .slide-item {
  display: block;
}
.p-mv__slider .slide-item img {
  aspect-ratio: 1028/580;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 719px) {
  .p-mv__slider .slide-item img {
    aspect-ratio: 1/1;
    border-radius: 5px;
  }
}

/* ---------------------------------------------
  top contents
  --------------------------------------------- */
.p-top__contents {
  background-color: #EAE5DA;
  position: relative;
  padding: 50px 0 180px;
}
@media only screen and (max-width: 719px) {
  .p-top__contents {
    padding: 24px 0 94px;
  }
}
.p-top__contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 20.5%;
  background-color: #EAE5DA;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.p-top__contents .l-wrap {
  max-width: 1028px;
}

.c-news_item {
  border: none !important;
}

.c-news_item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.c-news_item__inner {
  width: 100%;
  padding: 20px 78px 32px 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  border: none;
  height: 100%;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner {
    min-height: 0;
    min-height: initial;
    padding: 16px 55px 16px 20px;
    gap: 3px;
  }
}
.c-news_item__inner__date {
  color: #84654A;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner__date {
    font-size: 13px;
  }
}
.c-news_item__inner__title {
  padding: 0;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 0.8px;
  font-weight: 500;
  line-height: 1.5;
  gap: 30px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner__title {
    font-size: 14px;
  }
}
.c-news_item__inner::after {
  content: "";
  display: block;
  width: 19px;
  min-width: 19px;
  height: 14px;
  -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: #84654A;
  position: relative;
  position: absolute;
  top: 54px;
  right: 4%;
}
@media only screen and (max-width: 719px) {
  .c-news_item__inner::after {
    width: 11px;
    min-width: 11px;
    height: 8px;
    top: 44px;
    right: 20px;
  }
}

.p-latest-news__ttl {
  display: none;
}
@media only screen and (max-width: 719px) {
  .p-latest-news__ttl {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.p-latest-news .c-news_item__inner {
  padding: 36px 78px 36px 36px;
  min-height: 0;
  min-height: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
@media only screen and (max-width: 719px) {
  .p-latest-news .c-news_item__inner {
    padding: 16px 55px 16px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.p-latest-news .c-news_item__inner__title {
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 719px) {
  .p-latest-news .c-news_item__inner__title {
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }
}
.p-latest-news .c-news_item__inner::after {
  top: 40px;
  right: 3.5%;
}
@media only screen and (max-width: 719px) {
  .p-latest-news .c-news_item__inner::after {
    top: 44px;
    right: 20px;
  }
}

.p-banners {
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  .p-banners {
    margin: 20px -15px 0;
  }
}
@media only screen and (min-width: 720px) {
  .p-banners .swiper-wrapper {
    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: 12px;
  }
}
@media only screen and (min-width: 720px) {
  .p-banners .swiper-slide {
    display: block;
    width: calc(50% - 6px);
  }
}
.p-banners__item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #fff;
}

.p-links__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  .p-links__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 719px) {
  .p-links__list li:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .p-links__list li:first-child a {
    padding: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-links__list a {
  background-color: #FFFEFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 20px 16px;
  border-radius: 5px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-links__list a {
    padding: 18px 0 18px 46px;
    letter-spacing: 0.01em;
    gap: 6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 3px;
  }
}
.p-links__list a::after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow.svg") no-repeat center/100%;
}
@media only screen and (max-width: 719px) {
  .p-links__list a::after {
    width: 8px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-links__list .icon {
  width: 46px;
}
@media only screen and (max-width: 719px) {
  .p-links__list .icon {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-links__list .text {
  font-weight: 500;
  font-size: 17px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .p-links__list .text {
    font-size: 12px;
    margin: 0;
  }
}

/* ---------------------------------------------
  message
  --------------------------------------------- */
.p-message {
  padding: 74px 0 114px;
  position: relative;
  background: #F7F6F2;
}
.p-message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10%;
  left: 0;
}
.webp .p-message::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_message.webp) no-repeat center center/cover;
}
.no-webp .p-message::before {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_message.png) no-repeat center center/cover;
}
@media only screen and (max-width: 719px) {
  .p-message {
    padding: 40px 0 100px;
  }
}
.p-message .l-wrap {
  padding-left: 60px;
  padding-left: min(4.166vw, 60px);
}
@media only screen and (max-width: 992px) {
  .p-message .l-wrap {
    padding-left: 0;
    padding: 0 20px;
  }
}
.p-message .c-ttl__en {
  font-size: 43px;
  margin-bottom: 24px;
}
.p-message .c-btn {
  margin-top: 42px;
}
@media only screen and (max-width: 719px) {
  .p-message .c-btn {
    margin-top: 34px;
  }
}

.p-message__before {
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media only screen and (max-width: 719px) {
  .p-message__before {
    height: 50px;
  }
}

.p-message__logo {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.03;
  max-width: 103px;
}
@media only screen and (max-width: 719px) {
  .p-message__logo {
    top: 37.8%;
    width: 26%;
    overflow: hidden;
  }
  .p-message__logo img {
    -webkit-transform: translateX(16%);
            transform: translateX(16%);
  }
}

.p-message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-message__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.p-message__block__text {
  width: 55%;
  max-width: 610px;
}
@media only screen and (max-width: 719px) {
  .p-message__block__text {
    width: 100%;
  }
}
.p-message__block__text .message__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .p-message__block__text .message__ttl {
    font-size: 25px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}
.p-message__block__text p:not(:last-of-type) {
  margin-bottom: 26px;
}
@media only screen and (max-width: 719px) {
  .p-message__block__text p {
    font-size: 14px;
    line-height: 2;
  }
}

.p-message__block__img {
  height: 100%;
  position: absolute;
  top: 0;
  right: -6%;
  width: 50%;
}
@media only screen and (max-width: 719px) {
  .p-message__block__img {
    position: relative;
    right: auto;
    right: initial;
    width: 100%;
    height: auto;
    height: initial;
  }
}
.p-message__block__img .item {
  position: absolute;
}
@media only screen and (max-width: 719px) {
  .p-message__block__img .item {
    position: relative;
  }
}
.p-message__block__img .item:nth-child(1) {
  width: 50%;
  max-width: 208px;
  top: -17%;
  left: 0;
}
@media only screen and (max-width: 719px) {
  .p-message__block__img .item:nth-child(1) {
    left: -15px;
  }
}
.p-message__block__img .item:nth-child(2) {
  width: 90%;
  max-width: 422px;
  right: 0;
  top: 7%;
}
@media only screen and (max-width: 719px) {
  .p-message__block__img .item:nth-child(2) {
    width: 79%;
    margin-left: auto;
    right: -34px;
    top: auto;
    top: initial;
    margin-top: -7%;
  }
}
.p-message__block__img .item:nth-child(3) {
  width: 25%;
  max-width: 115px;
  left: 2%;
  top: 53%;
}
@media only screen and (max-width: 719px) {
  .p-message__block__img .item:nth-child(3) {
    left: -8px;
    margin-top: -22%;
    width: 28%;
  }
}
.p-message__block__img .item:nth-child(4) {
  width: 30%;
  max-width: 150px;
  left: 36%;
  top: 80%;
}
@media only screen and (max-width: 719px) {
  .p-message__block__img .item:nth-child(4) {
    width: 38%;
    top: auto;
    top: initial;
    left: 42%;
    margin-top: -6%;
  }
}

/* ---------------------------------------------
  feature
  --------------------------------------------- */
.p-feature {
  padding: 102px 0 160px;
  overflow: hidden;
}
.webp .p-feature {
  background: #F7F6F2 url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_feature.webp) no-repeat center center/cover;
}
.no-webp .p-feature {
  background: #F7F6F2 url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_feature.png) no-repeat center center/cover;
}
@media only screen and (max-width: 719px) {
  .p-feature {
    padding: 56px 0 94px;
  }
  .p-feature .l-wrap {
    width: calc(100% - 16px);
    margin-right: 0;
  }
}
.p-feature .c-ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .p-feature .c-ttl {
    margin-bottom: 10px;
  }
}
.p-feature__container {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  gap: 12px;
}
@media only screen and (max-width: 992px) {
  .p-feature__container {
    width: calc(100vw - 32px);
    margin-top: 24px;
    gap: 10px;
    overflow-x: scroll;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-feature__container {
    width: calc(100vw - 16px);
  }
}
@media only screen and (max-width: 992px) {
  .p-feature__container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .p-feature__container::-webkit-scrollbar-track {
    background: #EAE4D9;
    border-radius: 4px;
  }
  .p-feature__container::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px;
  }
  .p-feature__container::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
}
.p-feature__block {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 40px 30px 38px;
}
@media only screen and (max-width: 992px) {
  .p-feature__block {
    padding: 24px 30px;
    border-radius: 10px;
    min-width: 321px;
  }
}
.p-feature__sub__ttl {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.p-feature__ttl {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 992px) {
  .p-feature__ttl {
    font-size: 24px;
  }
}
.p-feature__img {
  max-width: 320px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 719px) {
  .p-feature__img {
    margin-top: 16px;
    max-width: 100%;
  }
}
.p-feature__img img {
  border-radius: 10px;
  aspect-ratio: 320/202;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-feature__text {
  max-width: 320px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 719px) {
  .p-feature__text {
    margin-top: 16px;
    max-width: 100%;
  }
}
.p-feature__text sup {
  font-size: 10px;
}
.p-feature__text p {
  letter-spacing: 0;
  line-height: 1.5;
}
.p-feature__text > p {
  min-height: 178px;
}
.p-feature__text .more-toggle {
  display: block;
}
.p-feature__text .more-content {
  display: none;
}
.p-feature__text .more-toggle:checked ~ .more-content {
  display: block;
}
.p-feature__text[\:has\(.more-toggle\:checked\)] p {
  min-height: 0;
  min-height: initial;
}
.p-feature__text[\:has\(.more-toggle\:checked\)] p {
  min-height: 0;
  min-height: initial;
}
.p-feature__text:has(.more-toggle:checked) p {
  min-height: 0;
  min-height: initial;
}
.p-feature__text .more-btn {
  display: block;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #482E12;
  line-height: 1.2;
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-feature__text .more-btn {
    font-size: 14px;
  }
}
.p-feature__text .more-btn .close {
  display: none;
}
.p-feature__text .more-toggle:checked ~ .more-btn .open {
  display: none;
}
.p-feature__text .more-toggle:checked ~ .more-btn .close {
  display: inline;
}

/* ---------------------------------------------
  products
  --------------------------------------------- */
.p-products {
  padding: 90px 0 156px;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
  margin-top: -50px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-products {
    padding: 54px 0 74px;
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
}
.p-products .l-wrap {
  position: relative;
}
.p-products .c-btn {
  position: absolute;
  top: 10px;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .p-products .c-btn {
    position: static;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 719px) {
  .p-products .c-ttl__ja {
    display: none;
  }
}
.p-products__container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 719px) {
  .p-products__container {
    width: 100vw;
    margin: 20px calc(50% - 50vw) 0;
    gap: 3px;
  }
}
.p-products__block {
  background-color: #F7F6F2;
  border: 1.5px solid #D9D9D9;
  border-radius: 15px;
  width: 50%;
  padding: 20px 34px 28px;
}
@media only screen and (max-width: 992px) {
  .p-products__block {
    padding: 20px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-products__block {
    padding: 0;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 420px;
  }
  .p-products__block:nth-child(1) .p-products__ttl {
    border-left: none;
    border-radius: 0 5px 0 0;
  }
  .p-products__block:nth-child(2) .p-products__ttl {
    border-right: none;
    border-radius: 5px 0 0 0;
  }
}
.p-products__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .p-products__ttl {
    font-size: 15px;
    padding: 12px 20px;
    background-color: #fff;
    border: 1.5px solid #D9D9D9;
    border-bottom: none;
  }
  .p-products__ttl.is-active {
    background: #F7F6F2;
    font-weight: 600;
  }
}
.p-products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 14px;
  gap: 16px 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-products__list {
    margin-top: 0;
    gap: 12px;
  }
}
.p-products__list li {
  background-color: #fff;
  border-radius: 10px;
  border-radius: 10px;
}
.p-products__list a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 20px 0;
  height: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.p-products__list a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 719px) {
  .p-products__list a {
    padding: 16px 0;
  }
}
.p-products__list a .ttl {
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .p-products__list a .ttl {
    font-size: 14px;
    line-height: 1.3;
  }
}
.p-products__list a .bold {
  font-weight: 700;
}
.p-products__list.problem__list a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-products__list.problem__list a .ttl {
  margin-top: 16px;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .p-products__list.problem__list a .ttl {
    margin-top: 10px;
    line-height: 1.3;
  }
}
.p-products__list.problem__list a img {
  width: revert-layer;
}
.p-products__list.category__list {
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 719px) {
  .p-products__list.category__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
}
.p-products__list.category__list a {
  padding: 22px 22px 22px 0;
}
@media only screen and (max-width: 992px) {
  .p-products__list.category__list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding: 12px 10px;
    height: 100%;
    text-align: center;
  }
}
.p-products__list.category__list a picture {
  min-width: 100px;
  text-align: center;
}
.p-products__list.category__list a picture img {
  width: revert-layer;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .p-products__list.category__list a picture {
    min-width: 0;
    min-width: initial;
  }
  .p-products__list.category__list a picture img {
    height: 63px;
    width: auto;
  }
}
.p-products__list.category__list a .ttl {
  font-weight: 700;
}
@media only screen and (max-width: 719px) {
  .p-products__list.category__list a .ttl {
    font-size: 13px;
    text-align: center;
  }
}

@media only screen and (max-width: 719px) {
  .p-products__content {
    display: none;
    height: 100%;
  }
  .p-products__content.is-active {
    display: block;
    width: 100vw;
    position: relative;
    z-index: 9;
    padding: 30px 16px;
    background-color: #F7F6F2;
  }
  .p-products__block {
    min-height: 420px;
  }
  .p-products__block:nth-child(2) .p-products__content.is-active {
    margin-left: -50vw;
  }
}
/* ---------------------------------------------
  voice
  --------------------------------------------- */
.p-voice {
  background-color: #EAE5DA;
  padding: 90px 0 94px;
  border-radius: 50px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 719px) {
  .p-voice {
    padding: 56px 0 74px;
    border-radius: 20px;
    margin-top: -20px;
  }
}
.p-voice__container {
  margin-top: 32px;
}
@media only screen and (max-width: 719px) {
  .p-voice__container {
    margin-top: 16px;
  }
}
.p-voice__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-voice__slider .swiper-slide {
  width: 80%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  height: initial;
}
@media only screen and (max-width: 719px) {
  .p-voice__slider .swiper-slide {
    min-width: 440px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-voice__slider:nth-child(2) {
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-voice__slider:nth-child(2) {
    margin-top: 8px;
  }
}
.p-voice__slider:nth-child(2) .swiper-wrapper {
  padding-left: 20.83vw;
}
@media only screen and (max-width: 719px) {
  .p-voice__slider:nth-child(2) .swiper-wrapper {
    padding-left: 50.66vw;
  }
}
.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFEFB;
  border-radius: 20px;
  gap: 16px;
  padding: 28px 36px;
}
@media only screen and (max-width: 719px) {
  .p-voice__item {
    padding: 24px 20px;
    border-radius: 10px;
    gap: 4px;
  }
}
.p-voice__icon {
  width: 32%;
  max-width: 155px;
}
@media only screen and (max-width: 719px) {
  .p-voice__icon {
    max-width: 126px;
  }
}
.p-voice__icon img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-voice__text .comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .p-voice__text .comment {
    font-size: 15px;
  }
}
.p-voice__text .profile {
  color: #AFAAA5;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 719px) {
  .p-voice__text .profile {
    font-size: 12px;
    margin-left: auto;
  }
}
.p-voice__text .use-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-top: 16px;
  letter-spacing: 0;
}
@media only screen and (max-width: 719px) {
  .p-voice__text .use-product {
    font-size: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
    margin-top: 12px;
  }
}
.p-voice__text .use-product dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #3F5B7C;
  border-radius: 50%;
  margin-right: 8px;
}
@media only screen and (max-width: 719px) {
  .p-voice__text .use-product dt::before {
    margin-right: 6px;
  }
}
.p-voice__text .use-product dt::after {
  content: "：";
}
@media only screen and (max-width: 719px) {
  .p-voice__text .use-product dt::after {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  .p-voice__text .use-product dd {
    padding-left: 12px;
  }
}

.p-top-img {
  margin-top: -13%;
}
@media only screen and (max-width: 719px) {
  .p-top-img {
    margin-top: -10%;
  }
  .p-top-img img {
    aspect-ratio: 375/217;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ---------------------------------------------
  column
  --------------------------------------------- */
.p-column {
  padding: 92px 0 180px;
  overflow: hidden;
}
.webp .p-column {
  background: #F7F6F2 url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_column.webp) no-repeat center center/cover;
}
.no-webp .p-column {
  background: #F7F6F2 url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_column.png) no-repeat center center/cover;
}
@media only screen and (max-width: 719px) {
  .webp .p-column {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_column_sp.webp);
  }
  .no-webp .p-column {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_column_sp.png);
  }
  .p-column {
    padding: 52px 0 100px;
  }
}
.p-column .c-ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .p-column .c-ttl {
    margin-bottom: 10px;
  }
}
.p-column .l-wrap {
  position: relative;
}
.p-column .c-btn {
  position: absolute;
  top: 13%;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .p-column .c-btn {
    position: static;
    margin-top: 30px;
  }
}
.p-column__container {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
  gap: 14px;
}
@media only screen and (max-width: 992px) {
  .p-column__container {
    width: calc(100vw - 32px);
    margin-top: 24px;
    gap: 10px;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-column__container {
    width: calc(100vw - 16px);
  }
}
@media only screen and (max-width: 992px) {
  .p-column__container::-webkit-scrollbar {
    display: none;
  }
}
.p-column__block {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 40px 40px 40px;
}
@media only screen and (max-width: 992px) {
  .p-column__block {
    padding: 30px 24px;
    border-radius: 10px;
    min-width: 321px;
  }
}
.p-column__date {
  font-size: 15px;
  font-weight: 500;
  color: #84654A;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .p-column__date {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.p-column__ttl {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 719px) {
  .p-column__ttl {
    font-size: 18px;
  }
}
.p-column__img {
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-column__img {
    margin-top: 10px;
  }
}
.p-column__img img {
  border-radius: 10px;
  aspect-ratio: 320/202;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 719px) {
  .p-column__img img {
    aspect-ratio: 270/146;
  }
}
.p-column__text {
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 719px) {
  .p-column__text {
    margin-top: 10px;
  }
}
.p-column__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #90745C;
  border-bottom: 1px solid #90745C;
  margin-left: auto;
  font-weight: 500;
  margin-top: 10px;
  font-size: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.p-column__more:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 719px) {
  .p-column__more {
    font-size: 12px;
    margin-top: 8px;
  }
}

/* ---------------------------------------------
  ranking
  --------------------------------------------- */
.p-category_ranking_section {
  width: 100%;
  padding: 94px 0 150px;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-category_ranking_section {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
    padding: 40px 0 94px;
  }
}
.p-category_ranking_section__content {
  padding-top: 34px;
  padding-bottom: 0;
}
@media only screen and (max-width: 719px) {
  .p-category_ranking_section__content {
    padding-top: 16px;
  }
}
.p-category_ranking_section__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 22px;
  gap: 22px;
}
@media only screen and (max-width: 992px) {
  .p-category_ranking_section__products {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}

.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%;
}
.c-product_item:hover {
  opacity: 0.7;
}
.c-product_item__inner__eyecatch {
  overflow: visible;
  overflow: initial;
  aspect-ratio: initial;
}
.c-product_item__inner__eyecatch__tags {
  top: 0;
  left: 0;
}
.c-product_item__inner__eyecatch__tags .c-product_ranking {
  margin-top: 0;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-product_item__inner__eyecatch__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.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__title {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  color: #482E12;
  line-height: 1.3;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__title {
    font-size: 16px;
    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: 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;
}
@media only screen 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;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__price span:not(.price) {
    font-size: 8px;
  }
}
.c-product_item__inner__price__block {
  margin-top: 20px;
}
@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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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;
}
.c-product_item__inner__price__block dt {
  font-weight: 500;
  font-size: 19px;
  min-width: 70px;
}
@media only screen and (max-width: 719px) {
  .c-product_item__inner__price__block dt {
    font-size: 11px;
    min-width: 40px;
  }
}

.c-product_ranking:before {
  display: none;
}
.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;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 5px 0 5px 0;
  font-family: "Roboto";
  font-weight: 500;
}
@media only screen and (max-width: 719px) {
  .c-product_ranking__text {
    width: 27px;
    height: 27px;
    font-size: 11px;
  }
}

.p-category_ranking_section__product:nth-child(1) .c-product_ranking__text {
  background-color: #D7B85B;
}
.p-category_ranking_section__product:nth-child(2) .c-product_ranking__text {
  background-color: #B5B5B5;
}
.p-category_ranking_section__product:nth-child(3) .c-product_ranking__text {
  background-color: #BA7233;
}
.p-category_ranking_section__product:nth-child(4) .c-product_ranking__text {
  background-color: #E2E2E2;
  color: #482E12;
}

/* ---------------------------------------------
  subscription
  --------------------------------------------- */
.p-subscription {
  padding: 80px 0;
  border-radius: 50px 50px 0 0;
  position: relative;
  margin-top: -50px;
}
.webp .p-subscription {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_subscription.webp) no-repeat center center/cover;
}
.no-webp .p-subscription {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_subscription.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 719px) {
  .p-subscription {
    padding: 50px 0 94px;
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
  .webp .p-subscription {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_subscription_sp.webp);
  }
  .no-webp .p-subscription {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_subscription_sp.jpg);
  }
}
.p-subscription .l-wrap {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
  padding: 74px 80px 80px;
  border-radius: 15px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-subscription .l-wrap {
    padding: 32px 24px 40px;
  }
}
.p-subscription .c-ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .p-subscription .c-ttl {
    margin-bottom: 10px;
  }
}
.p-subscription .c-btn {
  position: absolute;
  top: 38%;
  right: 80px;
}
@media only screen and (max-width: 992px) {
  .p-subscription .c-btn {
    position: static;
    margin-top: 30px;
  }
}
.p-subscription__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .p-subscription__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}
.p-subscription__block {
  border-left: 1px solid #9A806A;
  padding: 10px 24px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 992px) {
  .p-subscription__block {
    padding: 24px;
    border-left: none;
    border-top: 1px solid #9A806A;
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-subscription__block {
    padding: 14px 0 14px 20px;
    gap: 22px;
  }
}
@media only screen and (max-width: 719px) {
  .p-subscription__block:nth-child(1) .p-subscription__img img {
    width: 36px;
  }
}
@media only screen and (max-width: 719px) {
  .p-subscription__block:nth-child(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 719px) {
  .p-subscription__block:nth-child(2) .p-subscription__img {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 719px) {
  .p-subscription__block:nth-child(2) .p-subscription__img img {
    width: 45px;
  }
}
@media only screen and (max-width: 719px) {
  .p-subscription__block:nth-child(3) .p-subscription__img img {
    width: 40px;
  }
}
.p-subscription__block:last-child {
  border-right: 1px solid #9A806A;
}
@media only screen and (max-width: 992px) {
  .p-subscription__block:last-child {
    border-bottom: 1px solid #9A806A;
    border-right: none;
  }
}
.p-subscription__img img {
  width: revert-layer;
}
@media only screen and (max-width: 719px) {
  .p-subscription__img {
    min-width: 45px;
  }
  .p-subscription__img img {
    margin: 0 auto;
  }
}
.p-subscription__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-subscription__text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media only screen and (max-width: 719px) {
  .p-subscription__text .ttl {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.p-subscription__text .bold {
  font-weight: 700;
}
.p-subscription__text p {
  line-height: 1.5;
}
.p-subscription__text a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

/* ---------------------------------------------
  news
  --------------------------------------------- */
.p-news {
  padding: 100px 0 128px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-news {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
    padding: 50px 0 94px;
  }
}
.webp .p-news {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_news.webp) no-repeat center center/cover;
}
.no-webp .p-news {
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/top/bg_news.png) no-repeat center center/cover;
}
.p-news .l-wrap {
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-news .c-lead {
    letter-spacing: 0;
  }
}
.p-news .c-ttl {
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .p-news .c-ttl {
    margin-bottom: 16px;
  }
}
.p-news .c-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .p-news .c-btn {
    position: static;
    margin-top: 20px;
  }
}
.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 992px) {
  .p-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-news__inner__list {
  width: 70%;
  max-width: 675px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  gap: 15px;
}
@media only screen and (max-width: 992px) {
  .p-news__inner__list {
    width: 100%;
    max-width: 100%;
    gap: 8px;
  }
}