@media screen and (max-width: 720px) {
  .p-category_panel__container--grid .p-category_panel__content {
      display: block;
  }

  .p-category_panel__container--grid .p-category_panel__block {
      gap: 0;
      width: auto;
  }
}

@media screen and (min-width: 721px) {
  .p-category_panel__container--grid .p-category_panel__block {
      margin: 1vw 1.5625vw;
      -ms-grid-rows: auto min(1vw, 8px) auto;
      -ms-grid-columns: auto;
      grid-template:
          "image" auto
          "info" auto/auto;
      grid-gap: min(1vw, 8px);
      gap: min(1vw, 8px);
  }
}

body .p-kv_slider {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 720px) {
  body .p-kv_slider {
    margin-bottom: max(60px, min(16vw, 80px));
  }
}


body .p-kv_slider__track__list__item__inner:before {
  background: none;
}

.p-kv_slider__track__list__item__inner {
  padding-top: 61.77%;
}

/* スライダーを横幅いっぱい表示(SP) */
@media screen and (max-width: 720px) {
  .p-kv_slider__track__list__item__inner {
      padding-top: 60%;
  }
}

.p-kv_slider__nav__arrow {
  display: none;
}

.p-kv_slider__nav__pagination__dot button {
  width: 40px;
  height: 2px;
  background: #b9b6b7 !important;
  border-radius: 0;
  opacity: 1;
}

.p-kv_slider__nav {
  bottom: -22px;
  padding-bottom: 0;
  width: auto;
}

.p-kv_slider__nav__pagination__dot.is-current button {
  height: 5px;
  background: #3c5641 !important;
}


.shop-alert-wrap {
  margin: 80px 0;
}

.shop-alert {
  display: block;
  width: 86.1111111111vw;
  margin: 0 auto;
  background: #fffbe5;
  color: #4c3e26;
  padding: 24px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 720px) {
  .shop-alert-wrap {
    margin: -80px 0 40px;
  }

  .shop-alert {
    display: block;
    width: auto;
    padding: 16px;
  }
}

/* スペシャリティ */
.l-speciality {
    margin: 90px 0;
}

.l-speciality .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-speciality_title {
  margin: 0 auto;
  width: 380px;
}

.p-speciality_list_item__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.p-speciality_list_item {
  position: relative;
  margin-top: 20px;
  margin-left: 26px;
  width: 220px;
}

.p-speciality_list_item__link{
  display: block;
  height: 100%;
  padding-bottom: 32px;
  text-decoration: none;
}

.p-speciality_list_item__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/ico_arrow_specialty.svg?1753667242168) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

li.p-speciality_list_item:nth-child(4n-3) {
  margin-left: 0;
}

/* 準備中画像より前に表示 */
.p-speciality_list_item:nth-child(1), .p-speciality_list_item:nth-child(3) {
  position: relative;
  z-index: 1;
}

.p-speciality_list_item .p-speciality_list_item__title {
  margin-top: 15px;
  font-size: 13.8px;
  font-weight: bold;
}

.p-speciality_list_item .p-speciality_list_item__txt {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7;
}

.p-speciality_btn__Wrap {
  margin-top: 50px;
}

.p-speciality_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: bold;
  background: #3c5641;
  color: #ffffff;
}

.p-speciality_btn::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.l-speciality .now_printing {
  position: absolute;
  top: 240px;
  width: 340px;
  left: 187px;
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-speciality .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }

  .p-speciality_list_item {
    margin-left: 3.55%;
    width: 22.333%;
  }

  .p-speciality_list_item__link::before {
    width: 3vw;
    height: 3vw;
  }
}

@media screen and (max-width: 720px) {
  .l-speciality {
      margin: 15% 0;
  }

  .l-speciality .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-speciality_title {
      margin: 0 auto;
      width: 75%;
  }

  .p-speciality_list_item__wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 4%;
  }

  .p-speciality_list_item {
      width: 48%;
      margin-top: 6%;
      margin-left: 0;
  }

  .p-speciality_list_item__link {
    height: 100%;
    padding-bottom: 8vw;
  }

  .p-speciality_list_item__link::before {
      width: 6vw;
      height: 6vw;
  }

  .p-speciality_list_item .p-speciality_list_item__title {
      margin-top: 5%;
      font-size: clamp(9px, 3.75vw, 15px);
  }

  .p-speciality_list_item .p-speciality_list_item__txt {
      font-size: clamp(9px, 3.5vw, 14px);
      line-height: 1.7;
  }

  .p-speciality_btn__Wrap {
      margin-top: 9%;
  }

  .p-speciality_btn {
      margin: 0 auto;
      width: 75%;
      height: auto;
      padding: 1.5% 0;
      font-size: clamp(10px, 4vw, 16px);
  }

  .l-speciality .now_printing {
      top: 25%;
      width: 65%;
      left: 39%;
  }
}

/* グランドメニュー */

.l-grandmenu .p-section__inner {
  position: relative;
  z-index: 1;
  margin: 90px auto 0;
  width: 960px;
  padding: 30px 25px;
  border: 1.5px solid #3c5540;
}

.l-grandmenu .p-section__inner::after {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  z-index: -1;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 1.5px dashed #3c5540;
}

.p-grandmenu_title {
  margin: 0 auto;
  width: 380px;
}

.p-grandmenu_list_item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.p-grandmenu_list_item__link {
  display: flex;
  margin-top: 20px;
  width: 400px;
  transition: 0.4s;
}

.p-grandmenu_list_item__link:hover {
  opacity: 0.4;   
}

@media screen and (min-width: 720.01px) {
  .p-grandmenu_list_item:nth-child(1) {
      order: 1;
  }

  .p-grandmenu_list_item:nth-child(2) {
      order: 5;
  }

  .p-grandmenu_list_item:nth-child(3) {
      order: 3;
  }

  .p-grandmenu_list_item:nth-child(4) {
      order: 2;
  }

  .p-grandmenu_list_item:nth-child(5) {
      order: 4;
  }

  .p-grandmenu_list_item:nth-child(6) {
      order: 6;
  }
}

.p-grandmenu_list_item__img {
  width: 140px;
}

.p-grandmenu_list_item__detail {
  display: flex;
  align-items: end;
  flex-grow: 1;
  position: relative;
  margin-left: 23px;
  border-bottom: 1px dashed #3e3a39;
  padding-bottom: 2%;
}

.p-grandmenu_list_item__txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.p-grandmenu_btn__Wrap {
  margin-top: 9%;
}

.p-grandmenu_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: bold;
  background: #3c5641;
  color: #ffffff;
}

.p-grandmenu_btn::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-grandmenu .p-section__inner {
    width: calc(100% - 60px);
    padding : 40px 30px;
  }

  .p-grandmenu_list_item {
    width: 48%;
  }

  .p-grandmenu_list_item__txt {
    font-size: clamp(10px, 2vw, 22px);
  }

  .p-grandmenu_btn__Wrap {
    margin-top: 40px;
  }

  .p-grandmenu_list_item__link {
    width: auto;
  }
}

@media screen and (max-width: 720px) {
  .l-grandmenu .p-section__inner {
      margin: 90px auto 0;
      /*width: auto;
      padding: 0 7.5%;*/
      width: 85%;
      padding: 7.5% 0;
      border-right: none;
      border-left: none;
      margin-top: 15%;
  }

  .l-grandmenu .p-section__inner::after {
      top: 2.5px;
      left: 0;
      z-index: -1;
      width: 100%;
      height: calc(100% - 5px);
      border-right: none;
      border-left: none;
  }

  .p-grandmenu_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-grandmenu_list_item__wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 20px;
      padding: 0 2.5%;
  }

  .p-grandmenu_list_item__link {
      flex-wrap: wrap;
      margin-top: 10px;
      width: 100%;
  }

  .p-grandmenu_list_item__img {
      width: 24%;
  }

  .p-grandmenu_list_item__detail {
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: baseline;
      margin-left: 5%;
      width: 71%;
      padding: 2% 0px;
  }

  .p-grandmenu_list_item__txt {
      padding-top: 0;
      font-size: 4.5vw;
      white-space: nowrap;
  }

  .p-grandmenu_btn__Wrap {
      margin-top: 9%;
  }

  .p-grandmenu_btn {
      margin: 0 auto;
      width: 75%;
      height: auto;
      padding: 1.5% 0;
      font-size: clamp(10px, 4vw, 16px);
  }
}

/* ランキング */

.l-ranking {
  margin: 90px 0;
  padding: 90px 0;
  background: #efe8e1;
}

.l-ranking .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-ranking_title {
  margin: 0 auto;
  width: 380px;
}

.p-ranking_category {
  margin-top: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #3c5641;
}

.p-ranking_list_item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.p-ranking_list_item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
  width: 220px;
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-ranking .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }

  .p-ranking_list_item {
      width: 22.333%;
  }
}

@media screen and (min-width: 720px) {
  .p-ranking_list_item__skincare .p-ranking_list_item:last-child, .p-ranking_list_item__skincare .p-ranking_list_item:nth-last-child(2) {
    display: none;
  }
}

.p-ranking_list_item .p-ranking_list_item__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  width: 40px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-ranking_list_item:nth-child(1) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_01.svg);
}

.p-ranking_list_item:nth-child(2) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_02.svg);
}

.p-ranking_list_item:nth-child(3) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_03.svg);
}

.p-ranking_list_item:nth-child(4) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_04.svg);
}

.p-ranking_list_item:nth-child(5) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_05.svg);
}

.p-ranking_list_item:nth-child(6) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_06.svg);
}

.p-ranking_list_item:nth-child(7) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_07.svg);
}

.p-ranking_list_item:nth-child(8) .p-ranking_list_item__img::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/img_ranking_08.svg);
}

.p-ranking_list_item__img {
  position: relative;
  overflow: hidden;
  height: auto;
  background: #ffffff;
  border-radius: 9px;
}

.p-ranking_list_item__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-ranking_list_item__img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.p-ranking_list_item__img__link:hover .p-ranking_list_item__img img {
  opacity: 0.4;
}

.p-ranking_list_item__summary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.p-ranking_list_item__summary__name {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.p-ranking_list_item__summary__price {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}

.p-ranking_list_item__summary__price__large_txt {
  margin: 0 5px;
  font-size: 18px;
}

.p-ranking_list_item__summary__detail {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 720px) {
  .l-ranking {
      margin: 15% 0;
      padding: 15% 0;
  }

  .l-ranking .p-section__inner {
      width: auto;
      padding: 0 7.5%;
  }

  .p-ranking_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-ranking_category {
      margin-top: 8%;
      font-size: clamp(10px, 4.5vw, 20px);
  }

  .p-ranking_list_item__wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 0;
      padding: 0 2.5%;
  }

  .p-ranking_list_item {
      margin-top: 8%;
      width: 48%;
  }

  .p-ranking_list_item__img {
      border-radius: 7px;
  }

  .p-ranking_list_item .p-ranking_list_item__img::before {
      left: 5%;
      width: 20%;
      height: 100%;
  }

  .p-ranking_list_item__summary__name {
      flex-grow:unset;
      min-height: 4em;
      padding-top: 5%;
      font-size: clamp(6px, 3.75vw, 15px);
  }

  .p-ranking_list_item__summary__price {
    margin-top: 2%;
      font-size: clamp(6px, 2.6vw, 14px);
  }

  .p-ranking_list_item__summary__price__large_txt {
      margin: 0 1%;
      font-size: 1.8em;
  }

  .p-ranking_list_item__summary__detail {
      margin-top: 2%;
      font-size: clamp(6px, 3.5vw, 13px);
  }

}

/* コラム */

.l-column {
  margin: 90px 0;
}

.l-column .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-column_title {
  margin: 0 auto;
  width: 380px;
}

.p-column_list_item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.p-column_list_item {
  position: relative;
  width: 300px;
  height: 400px;
  background: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/bg_column_frame.svg?1705624209187) no-repeat top center;
  background-size: contain;
}

.p-column_list_item__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-column_list_item__link::before {
  content: "";
  display: block;
  padding-top: 135%;
}

.p-column_list_item__inner {
  position: absolute;
  top: 50px;
  left: 30px;
  width: calc(100% - 60px);
}

.p-column_list_item__img {
  width: 240px;
  height: 160px;
  transition: 0.4s;
}

.p-column_list_item__img img {
  height: inherit;
  object-fit: cover;
}

.p-column_list_item__date {
  margin-top: 10px;
  font-size: 14px;
}

.p-column_list_item__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.p-column_list_item__txt_more {
  display: table;
  margin: 15px auto 0;
  padding: 0 1em;
  font-size: 13px;
  color: #b56561;
  font-weight: bold;
}

.p-column_btn__Wrap {
  margin-top: 50px;
}

.p-column_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: bold;
  background: #3c5641;
  color: #ffffff;
}

.p-column_btn::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.l-column .now_printing {
  position: absolute;
  top: 260px;
  right: 0;
  left: 0;
  margin: auto;
  width: 750px;
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-column .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }

  .p-column_list_item {
      width: 31.5%;
      height: auto;
  }

  .p-column_list_item__img {
    width: 100%;
    height: 12vw;
  }

  .p-column_list_item__date {
    font-size: clamp(10px, 1.4vw, 14px);
  }

  .p-column_list_item__txt {
    font-size: clamp(10px, 1.6vw, 16px);
  }

  .p-column_list_item__txt_more {
    margin: 1.5vw auto 0;
    font-size: clamp(10px, 1.2vw, 13px);
  }
}

@media screen and (max-width: 720px) {
  .l-column {
      margin: 15% 0;
  }

  .l-column .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-column_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-column_list_item__wrap {
      margin-top: 4%;
  }

  .p-column_list_item {
      margin-top: 4%;
      width: 48%;
      height: auto;
  }

  .p-column_list_item:last-child {
      display: none;
  }

  .p-column_list_item__inner {
      top: 6vw;
      left: 4vw;
      width: calc(100% - 8vw);
  }

  .p-column_list_item__img {
      width: 100%;
      height: 22vw;
  }

  .p-column_list_item__date {
      margin-top: 5%;
      font-size: clamp(10px, 3.3vw, 14px);
      font-size: clamp(10px, 2.5vw, 14px);
  }

  .p-column_list_item__txt {
      margin-top: 2%;
      font-size: clamp(10px, 3.3vw, 14px);
      font-size: clamp(9px, 2.75vw, 14px);
      line-height: 1.4;
      -webkit-line-clamp: 3;
  }

  .p-column_list_item__txt_more {
    margin: 1.6vw auto 0;
    font-size: clamp(6px, 2vw, 13px);
  }

  .p-column_list_item__link a {
      display: table;
      margin: 0 auto;
      padding: 0 1em;
      font-size: clamp(6px, 2vw, 13px);
      font-weight: bold;
  }

  .p-column_btn__Wrap {
      margin-top: 9%;
  }

  .p-column_btn {
      margin: 0 auto;
      width: 75%;
      height: auto;
      padding: 1.5% 0;
      font-size: clamp(10px, 4vw, 16px);
  }

  .l-column .now_printing {
      top: 33%;
      width: 100%;
  }
}

/* レシピ診断 */
.l-recipe {
  margin: 90px 0;
}

.l-recipe .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-recipe_title {
  margin: 0 auto;
  width: 380px;
}

.p-recipe_list_item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.p-recipe_list_item {
  display: flex;
  height: 400px;
  pointer-events: none;
}

.p-recipe_list_item:nth-child(1) {
  width: 180px;
}

.p-recipe_list_item:nth-child(2) {
  width: 170px;
}

.p-recipe_list_item:nth-child(3) {
  width: 170px;
}

.p-recipe_list_item:nth-child(4) {
  width: 174px;
}

.p-recipe_list_item:nth-child(5) {
  width: 183px;
}

.p-recipe_list_item__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.4s;
}

.p-recipe_list_item__inner:hover {
  opacity: 0.4;
}

.p-recipe_list_item__img {
  flex-grow: 0.9;
}

.p-recipe_list_item__txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.p-recipe_list_item__more  {
  display: table;
  margin: 20px auto 0;
  padding: 0 1em;
  font-size: 13px;
  color: #b56561;
  font-weight: bold;
}

.l-recipe .now_printing {
  position: absolute;
  top: 260px;
  right: 0;
  left: 0;
  margin: auto;
  width: 750px;
}

@media screen and (max-width: 720px) {
  .l-recipe {
      margin: 15% 0;
  }

  .l-recipe .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-recipe_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-recipe_list_item__wrap {
      margin-top: 4%;
  }

  .p-recipe_list_item {
      margin-top: 4%;
      width: 32%;
      height: auto;
  }

  .p-recipe_list_item:nth-child(1) {
      width: 32%;
      margin-right: -1.5%;
  }

  .p-recipe_list_item:nth-child(2), .p-recipe_list_item:nth-child(3) {
      width: 31%;
  }

  .p-recipe_list_item:nth-child(4), .p-recipe_list_item:nth-child(5) {
      display: none;
  }

  .p-recipe_list_item__txt {
      margin-top: 2%;
      font-size: clamp(9px, 2.75vw, 14px);
      line-height: 1.4;
  }

  .p-recipe_list_item__more {
      display: table;
      margin: 3% auto 0;
      font-size: clamp(6px, 2vw, 13px);
      font-weight: bold;
  }

  .l-recipe .now_printing {
      top: 43%;
      width: 100%;
  }
}

/* ナレルについて */

.l-about {
  margin: 90px 0;
}

.l-about .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-about_title {
  margin: 0 auto;
  width: 380px;
}

.p-about_contents {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}

@media screen and (min-width: 1200px) {
  .p-about_contents {
      width: 1200px;
  }
}

.p-about_contents__txt {
  margin-right: 20px;
}

.p-about_contents__txt__title {
  font-size: 27px;
  font-weight: bold;
  color: #3c5641;
}

.p-about_contents__txt__img {
  display: none;
}

.p-about_contents__txt__note {
  margin-top: 40px;
  font-size: 18px;
}

.p-about_contents__img {
  margin: 0;
}

.p-about_btn__Wrap {
  margin-top: 50px;
}

.p-about_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: bold;
  background: #3c5641;
  color: #ffffff;
}

.p-about_btn::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

.p-about_contents__txt {
    max-width: 400px;
}

.p-about_contents__instagram {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 16px;
    font-size: 0.9em;
}

.p-about_contents__instagram__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    background: #ffffff;
    border: 1px solid #3c5641;
    color: #3c5641;
    width: 60%;
    border-radius: 1000px;
    padding: 4px;
    font-size: 14px;
    line-height: 1;
    transition: 0.4s;
}

.p-about_contents__instagram__btn:hover {
    opacity: 0.4;
}

.p-about_contents__instagram__btn__icon {
    position: relative;
    width: 12%;
    background: #3c5641;
    border-radius: 50%;
    margin-right: 3%;
}

.p-about_contents__instagram__btn__icon::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.p-about_contents__instagram__btn__icon__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}


@media screen and (min-width: 720px) and (max-width: 1200px) {
  .p-about_contents {
      width: 100vw;
  }

  .p-about_contents__txt__title {
      font-size: clamp(10px, 3vw, 27px);
  }

  .p-about_contents__txt__note {
      font-size: clamp(10px, 1.5vw, 18px);
  }

  .p-about_contents__img {
      width: calc(100vw - 320px);
  }
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-about .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }
}


@media screen and (max-width: 720px) {
  .l-about {
      margin: 15% 0;
  }

  .l-about .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-about_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-about_contents {
      display: block;
      margin-top: 8%;
  }

  .p-about_contents__txt {
      margin-right: 0;
  }

  .p-about_contents__txt__title {
      font-size: clamp(10px, 5.2vw, 20px);
      line-height: 1.4;
  }

  .p-about_contents__txt__img {
      display: block;
      margin-top: 3%;
      margin-left: -12.5%;
      width: calc(100vw + 12.5%);
  }

  .p-about_contents__txt__note {
      margin-top: 5%;
      font-size: clamp(10px, 3.75vw, 15px);
  }

  .p-about_contents__img {
      display: none;
  }

  .p-about_btn__Wrap {
      margin-top: 9%;
  }

  .p-about_btn {
      margin: 0 auto;
      width: 75%;
      height: auto;
      padding: 1.5% 0;
      font-size: clamp(10px, 4vw, 16px);
  }

  .p-about_contents__txt {
      max-width: none;
  }
    
  .p-about_contents__instagram {
    margin-top: 5%;
    padding: 16px;
    font-size: clamp(10px, 3.3vw, 15px);
  }
    
  .p-about_contents__instagram__btn {
    margin: 8px auto 0;
    width: 80%;
    padding: 4px;
    font-size: clamp(10px, 3.5vw, 18px);
  }
    
  .p-about_contents__instagram__btn__icon {
    width: 10%;
  }
}



/* ブランド */

.l-brand {
  margin: 90px 0;
}

.l-brand .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-brand_title {
  margin: 0 auto;
  width: 380px;
}

.p-brand_list_item__wrap {
  margin-top: 50px;
}

.p-brand_list_item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  border: 1px dotted #3e3a39;
  transition: 0.4s;
}

.p-brand_list_item__inner:hover {
  opacity: 0.4;
}

.p-brand_list_item__img {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  width: 50%;
  height: 70px;
  padding-right: 7%;
}

.p-brand_list_item__img img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

.p-brand_list_item__txt {
  width: 50%;
}

.p-brand_list_item__txt__title {
  font-size: 18px;
  font-weight: bold;
}

.p-brand_list_item__txt__txt {
  margin-top: 10px;
  font-size: 18px;
}

.l-brand .now_printing {
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  margin: auto;
  width: 480px;
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-brand .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }
}

@media screen and (max-width: 720px) {
  .l-brand {
      margin: 15% 0;
  }

  .l-brand .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-brand_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-brand_list_item__wrap {
      margin-top: 4%;
  }

  .p-brand_list_item {
      margin-top: 8%;
  }

  .p-brand_list_item__inner {
      padding: 5% 0;
      border-left: none;
      border-right: none;
  }

  .p-brand_list_item__img {
      justify-content: center;
      margin: 0;
      width: 40%;
      height: 12vw;
      padding-right: 4%;
  }

  .p-brand_list_item__img img {
      width: 100%;
  }

  .p-brand_list_item__txt__title {
      font-size: clamp(10px, 4.2vw, 18px);
  }

  .p-brand_list_item__txt__note {
      font-size: clamp(10px, 2.8vw, 14px);
  }
  
  .l-brand .now_printing {
      top: 55%;
      width: 70%;
  }
}

/* コラム */

.l-information {
  margin: 90px 0;
}

.l-information .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.l-information .p-news {
  padding: 0;
}

.p-information_title {
  margin: 0 auto;
  width: 380px;
}

.p-information_list_item__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.p-information_list_item {
  border-top: 1px dotted #3e3a39;
}

.p-information_list_item:last-child {
  border-bottom: 1px dotted #3e3a39;
}

.p-information_list_item__inner {
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  transition: 0.4s;
}

.p-information_list_item__inner:hover {
  opacity: 0.4;
}

.p-information_list_item__inner__date {
  margin-right: 90px;
  font-size: 14px;
}

.p-information_list_item__inner__title {
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
}

.p-information_btn__Wrap {
  margin-top: 50px;
}

.p-information_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: bold;
  background: #3c5641;
  color: #ffffff;
}

.p-information_btn::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-information .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }
}


@media screen and (max-width: 720px) {
  .l-information {
      margin: 15% 0;
  }

  .l-information .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-information_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-information_list_item__wrap {
      margin-top: 8%;
  }

  .p-information_list_item__inner {
      padding: 2% 0;
      min-height: 4.53em;
  }

  .p-information_list_item__inner__date  {
      margin-right: 10%;
      font-size: clamp(10px, 3.5vw, 15px);
  }

  .p-information_list_item__inner__title {
      font-size: clamp(10px, 3.75vw, 15px);
  }

  .p-information_btn__Wrap {
      margin-top: 9%;
  }

  .p-information_btn {
      margin: 0 auto;
      width: 75%;
      height: auto;
      padding: 1.5% 0;
      font-size: clamp(10px, 4vw, 16px);
  }
}


/* ガイド */

.l-guide {
  margin: 90px 0;
}

.l-guide .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-guide_title {
  margin: 0 auto;
  width: 380px;
}

.p-guide_list__wrap {
  margin-top: 50px;
  padding: 60px 95px 80px;
  background: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/bg_guide_pc.svg?1706264597135) no-repeat;
  background-size: cover;
}

.p-guide_list__title {
  margin: 0 auto;
  width: 724px;
}

.p-guide_list_item__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}

.p-guide_list_item {
  margin-top: 50px;
  width: 22%;
}

.p-guide_list_item:last-child {
  width: 48%;
}

@media (min-width: 720.01px) and (max-width: 960px) {
  .l-guide .p-section__inner, .l-guide_short .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }

  .p-guide_list__wrap, .p-guide_short_list__wrap {
    padding: 7vw 5vw 8.5vw;
  }

  .p-guide_list__title, .p-guide_short_list__title {
    width: 60vw;
  }

  .p-guide_list_item, .p-guide_short_list_item {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 720px) {
  .l-guide {
      margin: 15% 0;
  }

  .l-guide .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-guide_title {
      margin: 0 auto;
      width: 85%;
  }

  .p-guide_list__wrap {
      margin: 7% -8.7% 0;
      padding: 14.3% 10%;
      background: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/bg_guide_sp.svg?1706264597135) no-repeat;
      background-size: cover;
  }

  .p-guide_list__title {
      margin-bottom: 5%;
      width: 100%;
  }

  .p-guide_list_item {
      margin-top: 5%;
      width: 48%;
  }
  
  .p-guide_list_item:last-child {
          width: 100%;
  }
}

/* ガイド(ショート) */

.l-guide_short {
  margin: 90px 0;
}

.l-guide_short .p-section__inner {
  position: relative;
  margin: auto;
  width: 960px;
}

.p-guide_short_title {
  margin: 0 auto;
  width: 380px;
}

.p-guide_short_list__wrap {
  margin-top: 50px;
  padding: 60px 95px 66px;
  background: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/bg_guide_pc_short_2506.svg?1706264597135) no-repeat;
  background-size: cover;
}

.p-guide_short_list__title {
  margin: 0 auto;
  width: 724px;
}

.p-guide_short_list_item__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-around;
  gap: 0 4%;
}

.p-guide_short_list_item {
  margin-top: 40px;
  width: 48%;
}

.p-guide_short_btn__Wrap {
  margin-top: 40px;
}

.p-guide_short_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 40px;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: bold;
  background: #3c5641;
  color: #ffffff;
}

.p-guide_short_btn::after {
  content: "→";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}


@media (min-width: 720.01px) and (max-width: 960px) {
  .l-guide_short .p-section__inner {
    width: 100%;
    padding : 0 30px;
  }

  .p-guide_short_list__wrap {
    padding: 6vw 5vw 5.5vw;
  }

  .p-guide_short_list__title {
    width: 52vw;
  }

  .p-guide_short_list_item {
    margin-top: 2vw;
  }

  .p-guide_short_btn__Wrap {
    margin-top: 4.2vw;
  }
}


@media screen and (max-width: 720px) {
  .l-guide_short {
      margin: 15% 0;
  }

  .l-guide_short .p-section__inner {
      width: auto;
      padding: 0 7.5%
  }

  .p-guide_short_list__wrap {
      margin: 7% -8.7% 0;
      padding: 11.3% 10%;
      background: url(https://d2w53g1q050m78.cloudfront.net/nalelu/uploads/img/top/bg_guide_sp_short_2506.svg?1706264597135) no-repeat;
      background-size: cover;
  }

  .p-guide_short_list__title {
      margin-bottom: 2%;
      width: 100%;
  }

  .p-guide_short_list_item {
      margin-top: 5%;
      width: 48%;
  }
  
  .p-guide_short_list_item:last-child {
      width: 100%;
  }

  .p-guide_short_btn__Wrap {
    margin-top: 9%;
  }

  .p-guide_short_btn {
      margin: 0 auto;
      width: 75%;
      height: auto;
      padding: 1.5% 0;
      font-size: clamp(10px, 4vw, 16px);
  }
}


/* バナー */

.p-banner--section {
  width: min(50vw, 720px);
  margin: auto;
}
@media screen and (max-width: 720px) {
  .p-banner--section {
    width: max(84vw, 315px);
  }
}