.page-naseed-2026ss-newcolor #contents_container {
  font-family: "Zen Old Mincho", serif;
}
@media not all and (min-width: 768px) {
  .sp-hide-br {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-hide-br {
    display: none;
  }
}

.u-fadeup {
  opacity: 0;
  transition: all .6s ease-out;
  transform: translateY(30px);
}
.u-fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}

.u-fadeup-zoom {
  opacity: 0;
  transition: all .6s ease-out;
  transform: translateY(30px);
}
.u-fadeup-zoom img {
  transition: all .6s ease-out .1s;
  transform: scale(1.05);
}
.u-fadeup-zoom.is-active {
  opacity: 1;
  transform: translateY(0);
}
.u-fadeup-zoom.is-active img {
  opacity: 1;
  transform: scale(1);
}

.c-breadcrumbs {
  background-color: #f6f6f6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: none;
}
@media (min-width: 768px) {
  .c-breadcrumbs {
    display: block;
  }
}
@media (min-width: 1400px) {
  .c-breadcrumbs {
    height: 47px;
  }
}

.c-naseed-kv {
  max-width: 1400px;
  width: 100%;
  height: 106.6667vw;
  margin: 10.1333vw auto 0;
  background: #fff url(../img/naseed2026/bg-mv_sp.png) no-repeat 0 58px / 100% auto;
  text-align: center;
}
@media (min-width: 480px) {
  .c-naseed-kv {
    height: 95vw;
  }
}
@media (min-width: 768px) {
  .c-naseed-kv {
    height: 74vw;
    margin-top: 5.9091vw;
    background: #fff url(../img/naseed2026/bg-mv_pc.png) no-repeat 0 8.0714vw / 100% auto;
  }
}
@media (min-width: 1100px) {
  .c-naseed-kv {
    height: 868px;
    margin-top: 65px;
    background-position: 0 113px;
  }
}

.c-naseed-kv__title {
  width: 78.4vw;
  margin: 0 auto 27px;
  font-size: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-naseed-kv__title {
    width: 42.5714vw;
    margin-bottom: 2.8571vw
  }
}
@media (min-width: 1400px) {
  .c-naseed-kv__title {
    width: 586px;
    margin-bottom: 40px;
  }
}

.c-naseed-kv__title-image2 {
  width: 45.8667vw;
  margin: 26px auto 0;
}
@media (min-width: 768px) {
  .c-naseed-kv__title-image2 {
    width: 28vw;
    margin-top: 2.1429vw;
  }
}
@media (min-width: 1400px) {
  .c-naseed-kv__title-image2 {
    width: 392px;
    margin-top: 30px;
  }
}

.c-naseed-kv__slides {
  width: 88.5333vw;
  height: 56.8vw;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
@media (min-width: 768px) {
  .c-naseed-kv__slides {
    /* width: 78.5714vw; */
    width: 90vw;
    height: auto;
  }
}
@media (min-width: 1100px) {
  .c-naseed-kv__slides {
    width: 1100px;
  }
}

.c-naseed-kv__navi {
  width: 100%;
  margin: 12vw auto 0;
  display: flex;
  justify-content: center;
  column-gap: 5.3333vw;
}
@media (min-width: 768px) {
  .c-naseed-kv__navi {
    max-width: 380px;
    margin-top: 3vw;
    column-gap: 1.6857vw;
  }
}
@media (min-width: 768px) {
  .c-naseed-kv__navi {
    margin-top: 42px;
    column-gap: 25px;
  }
}

.slick-arrow {
  width: 1.3333vw;
  height: auto;
  position: static;
  transform: none;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: .3571vw;
  }
}
@media (min-width: 1400px) {
  .slick-arrow {
    width: 5px;
  }
}

.slick-dots {
  width: auto;
  display: inline-flex;
  justify-content: center;
  column-gap: 5.3333vw;
  position: static;
}
.slick-dots li {
  width: 2.1733vw;
  height: 2.1733vw;
  margin: 0;
  border-radius: 50%;
  background: #d9d9d9;
  overflow: hidden;
}
.slick-dots li button {
  padding: 0;
}
@media (min-width: 768px) {
  .slick-dots {
    column-gap: 1.6857vw;
  }
  .slick-dots li {
    width: .7143vw;
    height: .7143vw;
  }
}
@media (min-width: 1400px) {
  .slick-dots {
    column-gap: 25px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li.slick-active {
  background: #5a5756;
}

.c-naseed-kv__banners {
  width: 88.5333vw;
  margin: -20px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.c-naseed-kv__banner {
  height: 6.6667vw;
}
.c-naseed-kv__banner img {
  height: 100%;
}
@media (min-width: 768px) {
  .c-naseed-kv__banners {
    width: 90vw;
    margin-top: -6.9091vw;
  }
  .c-naseed-kv__banner {
    height: 3.5714vw;
  }
}
@media (min-width: 1100px) {
  .c-naseed-kv__banners {
    width: 1100px;
    margin-top: -65px;
  }
  .c-naseed-kv__banner {
    height: 50px;
  }
}
.l-section {
  max-width: 1400px;
  width: 100%;
  padding: 0 4.6667vw;
  margin: 0 auto;
  position: relative;
}
.l-section__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 200;
}
.p-naseed-item {
  padding-top: 9.8667vw;
  padding-bottom: 12vw;
  background-color: #e9e9e9;
}

.p-naseed-item::after {
  width: 100vw;
  height: 93.3333vw;
  background-color: #f6f6f6;
  clip-path: polygon(0 83.7%, 100% 0, 100% 100%, 0 100%);
  content: '\0020';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .p-naseed-item {
    padding-top: 5.3571vw;
    padding-bottom: 5.5vw;
  }
  .p-naseed-item::after {
    width: 47.7143vw;
    height: 52.8571vw;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}
@media (min-width: 1400px) {
  .p-naseed-item {
    padding-top: 75px;
    padding-bottom: 77px;
  }
  .p-naseed-item::after {
    width: 668px;
    height: 740px;
  }
}


@media (min-width: 768px) {
  .p-naseed-item .l-section__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
.p-naseed-item .l-section__title {
  margin-bottom: 5.6vw;
}
@media (min-width: 768px) {
  .p-naseed-item .l-section__title {
    margin-bottom: 4.5vw;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .l-section__title {
    margin-bottom: 64px;
  }
}

.p-naseed-item h3 {
  margin-bottom: 6.9333vw;
  font-size: 7.2vw;
  color: #595757;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}

.p-naseed-item h3 rt {
  margin-bottom: -2.6667vw;
  font-size: 2.93333vw;
  font-weight: 400;
  letter-spacing: .1em;
}
_::-webkit-full-page-media, _:future, :root .p-naseed-item h3 rt {
  margin-bottom: -2.6667vw;
}
@media (min-width: 768px) {
  .p-naseed-item h3 {
    padding-left: 1.875vw;
    margin-bottom: 1.0714vw;
    font-size: 3.4286vw;
    text-align: left;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .p-naseed-item h3 rt {
    margin-bottom: -.8571vw;
    font-size: 1.1429vw
  }
  _::-webkit-full-page-media, _:future, :root .p-naseed-item h3 rt {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item h3 {
    padding-left: 27px;
    margin-bottom: 15px;
    font-size: 48px;
  }
  .p-naseed-item h3 rt {
    margin-bottom: -12px;
    font-size: 16px;
  }
  _::-webkit-full-page-media, _:future, :root .p-naseed-item h3 rt {
    margin-bottom: 0;
  }
}

.p-naseed-item .c-naseed-text {
  margin-bottom: 6.1333vw;
  font-size: 4vw;
  color: #595757;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-naseed-item .c-naseed-text p {
  margin-bottom: 2.1333vw;
}
.p-naseed-item .c-naseed-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-naseed-item .c-naseed-text {
    padding-left: 2.357vw;
    margin-bottom: 5vw;
    font-size: 1.2143vw;
    text-align: left;
    letter-spacing: .08em;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  .p-naseed-item .c-naseed-text p {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-naseed-text {
    padding-left: 33px;
    margin-bottom: 70px;
    font-size: 17px;
  }
}

.p-naseed-item .c-naseed-image {
  width: 19.2vw;
  margin: 0 auto 6.6667vw;
}
.p-naseed-item .c-naseed-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-naseed-item .c-naseed-image {
    width: 11.9286vw;
    margin-top: 3.42857vw;
    margin-bottom: 0;
    grid-column: 2 / 3;
    grid-row: 2 / 5;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-naseed-image {
    width: 167px;
    margin-top: 48px;
  }
}

.p-naseed-item .c-ingredients {
  border: 1px solid #604c3f;
}
@media (min-width: 768px) {
  .p-naseed-item .c-ingredients {
    padding-left: 2.2857vw;
    border: none;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-ingredients {
    padding-left: 32px;
  }
}
.p-naseed-item .c-ingredients__title {
  width: 100%;
  height: 15.2vw;
  padding: 0 5.3333vw 0 6.1333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-naseed-item .c-ingredients__title img {
  width: 54.9333vw;
}
.p-naseed-item .c-ingredients__title::after {
  width: 4.26667vw;
  background: url(../img/naseed2024/plus.svg) no-repeat 50% 50% / 100% auto;
  aspect-ratio: 1;
  content: '\0020';
  display: block;
}
.p-naseed-item .is-open .c-ingredients__title::after {
  background: url(../img/naseed2024/minus.svg) no-repeat 50% 50% / 100% auto;
}
@media (min-width: 768px) {
  .p-naseed-item .c-ingredients__title {
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: 2.4286vw;
  }
  .p-naseed-item .c-ingredients__title img {
    width: 19.2143vw;
  }
  .p-naseed-item .c-ingredients__title::after {
    display: none;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-ingredients__title {
    margin-bottom: 34px;
  }
  .p-naseed-item .c-ingredients__title img {
    width: 269px;
  }
}

.p-naseed-item .c-ingredients__contents {
  width: 85.3333vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 6.1333vw;
}
@media (min-width: 768px) {
  .p-naseed-item .c-ingredients__contents {
    width: 52.8571vw;
    margin: 0 0 0 -1.5vw;
    justify-content: flex-start;
    row-gap: 2.3751vw;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-ingredients__contents {
    width: 740px;
    margin-left: -21px;
    row-gap: 33px;
  }
}
.p-naseed-item .is-open .c-ingredients__contents {
  padding: 8.5333vw 0 4.8vw;
}
.p-naseed-item .c-ingredients__item {
  width: 33.3333%;
}
.p-naseed-item .c-ingredients__item img {
  width: 21.3333vw;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .p-naseed-item .c-ingredients__item {
    width: 9.2857vw;
  }
  .p-naseed-item .c-ingredients__item img {
    width: 5.71429vw;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-ingredients__item {
    width: 125px;
  }
  .p-naseed-item .c-ingredients__item img {
    width: 80px;
  }
}

.p-naseed-item .c-ingredients__item figcaption {
  padding-top: 2.6667vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6667vw;
  color: #595757;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.p-naseed-item .c-ingredients__item figcaption span {
  font-size: 2.1333vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-naseed-item .c-ingredients__item figcaption {
    padding-top: .6429vw;
    font-size: .8571vw;
    display: inherit;
  }
  .p-naseed-item .c-ingredients__item figcaption span {
    font-size: .6429vw;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-ingredients__item figcaption {
    padding-top: 9px;
    font-size: 12px;
  }
  .p-naseed-item .c-ingredients__item figcaption span {
    font-size: 9px;
  }
}

.p-naseed-item .c-ingredients__contents .item04,
.p-naseed-item .c-ingredients__contents .item05 {
  width: 36%;
}
@media (min-width: 768px) {
  .p-naseed-item .c-ingredients__contents .item01,
  .p-naseed-item .c-ingredients__contents .item02 {
    margin-right: .1429vw;
  }
  .p-naseed-item .c-ingredients__contents .item02 {
    margin-right: .2857vw;
  }
  .p-naseed-item .c-ingredients__contents .item04 {
    width: 9.2857vw;
    margin-right: .1429vw;
  }
  .p-naseed-item .c-ingredients__contents .item05 {
    width: 8.5714vw;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-ingredients__contents .item01,
  .p-naseed-item .c-ingredients__contents .item02 {
    margin-right: 2px;
  }
  .p-naseed-item .c-ingredients__contents .item02 {
    margin-right: 4px;
  }
  .p-naseed-item .c-ingredients__contents .item04 {
    width: 130px;
    margin-right: 2px;
  }
  .p-naseed-item .c-ingredients__contents .item05 {
    width: 120px;
  }
}
.p-naseed-item .c-ingredients__contents .item06,
.p-naseed-item .c-ingredients__contents .item07 {
  width: 53.333%;
}
.p-naseed-item .c-ingredients__contents .item06 img,
.p-naseed-item .c-ingredients__contents .item07 img {
  width: 100%;
}
@media (min-width: 768px) {
  .p-naseed-item .c-ingredients__contents .item06,
  .p-naseed-item .c-ingredients__contents .item07 {
    width: 14.6429vw;
  }
  .p-naseed-item .c-ingredients__contents .item06 {
    margin-left: 1.5714vw;
  }
  .p-naseed-item .c-ingredients__contents .item07 {
    margin-left: 2.1429vw;
  }
  .p-naseed-item .c-ingredients__contents .item06 figcaption span,
  .p-naseed-item .c-ingredients__contents .item07 figcaption span {
    padding-top: .5714vw;
    text-align: left;
    display: inherit;
  }
}
@media (min-width: 1400px) {
  .p-naseed-item .c-ingredients__contents .item06,
  .p-naseed-item .c-ingredients__contents .item07 {
    width: 205px;
  }
  .p-naseed-item .c-ingredients__contents .item06 {
    margin-left: 22px;
  }
  .p-naseed-item .c-ingredients__contents .item07 {
    margin-left: 44px;
  }
  .p-naseed-item .c-ingredients__contents .item06 figcaption span,
  .p-naseed-item .c-ingredients__contents .item07 figcaption span {
    padding-top: 8px;
  }
}


.u-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
.u-accordion.is-open .u-accordion__body {
  grid-template-rows: 1fr;
}
.u-accordion__body .u-accordion__contents {
  overflow: hidden;
}
@media (min-width: 768px) {
  .u-accordion__body {
    display: block;
    transition: none;
  }
}

.c-naseed-modal {
  width: 80vw;
  padding: 9.8667vw 9.86667vw;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 6000;
  transform: translate(-50%, -50%);
  display: none;
}
.c-naseed-modal.is-open {
  display: block;
}
.c-naseed-modal__title {
  margin-bottom: 4vw;
}
.modal-mauve-chocolat .c-naseed-modal__title {
  width: 55.2vw;
}
.modal-sakura-beige .c-naseed-modal__title {
  width: 50.1333vw;
}
.c-naseed-modal figcaption {
  padding-top: 5.3333vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: 'palt';
}
.c-naseed-modal__close {
  width: 4.26667vw;
  aspect-ratio: 1;
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  top: 4vw;
  right: 4vw;
}
.c-naseed-modal__close img {
  vertical-align: top;
}
@media (min-width: 768px) {
  .c-naseed-modal {
    display: none;
  }
}

.c-modal-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
}

.p-naseed-new-color .l-section__title {
  max-width: 1400px;
  width: 100vw;
  height: 28.5333vw;
  padding-top: 4vw;
  margin: 0 calc(50% - 50vw);
  background: url(../img/naseed2026/bg-title_sp.png) no-repeat 50% 100% / 100% auto;
  font-size: 3.4667vw;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.6667vw;
}
.p-naseed-new-color .l-section__title img {
  width: 48.5333vw;
}
@media (min-width: 768px) {
  .p-naseed-new-color .l-section__title {
    height: 11.5714vw;
    padding-top: 1.71429vw;
    background: url(../img/naseed2026/bg-title_pc.png) no-repeat 50% 100% / 100% auto;
    font-size: 1.1429vw;
    letter-spacing: .1em;
    row-gap: 1.2857vw;
  }
  .p-naseed-new-color .l-section__title img {
    width: 20.8571vw;
  }
}
@media (min-width: 1400px) {
  .p-naseed-new-color .l-section__title {
    width: 1400px;
    height: 162px;
    padding-top: 24px;
    margin: 0 -150px;
    font-size: 16px;
    row-gap: 18px;
  }
  .p-naseed-new-color .l-section__title img {
    width: 292px;
  }
}

.c-naseed-modal-button {
  width: 43.2vw;
  height: 6.9333vw;
  padding: .2667vw 0 0;
  margin-bottom: 8.8vw;
  border: 1px solid transparent;
  background: none;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-naseed-modal-button {
    display: none;
  }
}

.l-new-color-section {
  width: 100vw;
  padding: 12vw 6.6667vw 13.3333vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 768px) {
  .l-new-color-section {
    max-width: 1400px;
    width: 100vw;
  }
}
@media (min-width: 1400px) {
  .l-new-color-section {
    width: 1400px;
    margin: 0 -150px;
  }
}

@media (min-width: 768px) {
  .l-new-color-section__inner {
    margin: 0 auto;
    display: grid;
    gird-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    position: relative;
  }
}

.l-new-color-section__title {
  margin-bottom: 6vw;
}
@media (min-width: 768px) {
  .l-new-color-section__title {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
}
.l-new-color-section__sub-title {
  font-size: 6.1333vw;
  font-weight: 600;
  line-height: 1.4;
}
.l-new-color-section__sub-title span span {
  font-size: 7.4667vw;
}
@media (min-width: 768px) {
  .l-new-color-section__sub-title {
    font-size: 2.0714vw;
    letter-spacing: .05em;
  }
  .l-new-color-section__sub-title span span {
    font-size: 2.6429vw;
  }
}
@media (min-width: 1400px) {
  .l-new-color-section__sub-title {
    font-size: 29px;
  }
  .l-new-color-section__sub-title span span {
    font-size: 37px;
  }
}

.l-new-color-section .c-naseed-image {
  width: 94.1333vw;
  margin: 0 calc(50% - 50vw) 5.3333vw;
}
.sakura-beige.l-new-color-section .c-naseed-image {
  margin-left: auto;
}
.l-new-color-section .c-naseed-image figcaption {
  font-feature-settings: 'palt';
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: none;
}

@media (min-width: 768px) {
  .l-new-color-section .c-naseed-image {
    width: 100%;
    margin: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
  .sakura-beige.l-new-color-section .c-naseed-image {
    margin-left: 0;
  }
  .l-new-color-section .c-naseed-image figcaption {
    padding-left: .5714vw;
    border-left: 1px solid transparent;
    font-size: .6429vw;
    line-height: 1.5;
    display: block;
  }
}
@media (min-width: 1400px) {
  .l-new-color-section .c-naseed-image {
    /* width: 702px; */
  }
  .l-new-color-section .c-naseed-image figcaption {
    padding-left: 8px;
    font-size: 9px;
  }
}

.l-new-color-section__sub-title {
  margin-top: -1.3333vw;
  margin-bottom: 7.1vw;
}
.c-naseed-points {
  font-size: 3.7333vw;
  line-height: 1.8;
  letter-spacing: 0.056em;
}
.c-naseed-points__title {
  margin-bottom: 6.4vw;
}
.c-naseed-points__text {
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 5.333vw;
}
@media (min-width: 768px) {
  .c-naseed-points {
    font-size: 1.0714vw;
    line-height: 1.8;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .c-naseed-points__title {
    margin-bottom: 2.0714vw;
  }
  .c-naseed-points__text {
    padding-left: 0;
    border-left: none;
    row-gap: 2.6vw;
  }
}
@media (min-width: 1400px) {
  .c-naseed-points {
    font-size: 15px;
  }
  .c-naseed-points__title {
    margin-bottom: 29px;
  }
  .c-naseed-points__text {
    row-gap: 28px;
  }
}

.mauve-chocolat {
  background-color: #f5f3fa;
}
.mauve-chocolat .l-new-color-section__title {
  width: 84.2667vw;
}
.mauve-chocolat .l-new-color-section__sub-title {
  color: #735467;
}
.mauve-chocolat .c-naseed-modal-button {
  border-color: #735467;
  background: url(../img/naseed2026/arrow1.svg) no-repeat 95% 50% / 2.1333vw auto;
  color: #735467;
}
.mauve-chocolat .c-naseed-points__text {
  color: #595757;
}
@media (min-width: 768px) {
  .mauve-chocolat {
    padding-top: 7.1429vw;
    padding-bottom: 5vw;
  }
  .mauve-chocolat.l-new-color-section .l-new-color-section__inner {
    max-width: 1100px;
    grid-template-columns: 64% 36%;
    grid-template-rows: 12.1429vw auto;
  }
  .mauve-chocolat .l-new-color-section__title {
    width: 31.2143vw;
    margin-bottom: 0;
    margin-left: -3.21429vw;
  }
  .mauve-chocolat .l-new-color-section__sub-title {
    margin-bottom: 0;
    position: absolute;
    /* top: 17.357vw;
    left: 32.1429vw; */
    top: 41.1%;
    left: 47.3%;
  }
  .mauve-chocolat.l-new-color-section .c-naseed-image figcaption {
    margin: -5vw 0 0 2vw;
    border-left-color: #735467;
    color: #735467;
  }
  .mauve-chocolat.l-new-color-section .c-naseed-points {
    margin: 11.3571vw 0 0 3.7857vw;
  }
}
@media (min-width: 1400px) {
  .mauve-chocolat {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .mauve-chocolat.l-new-color-section .l-new-color-section__inner {
    grid-template-rows: 170px auto;
  }
  .mauve-chocolat .l-new-color-section__title {
    width: 437px;
    margin-left: -45px;
  }
  .mauve-chocolat .l-new-color-section__sub-title {
    /* top: 243px;
    left: 450px; */
  }
  .mauve-chocolat.l-new-color-section .c-naseed-image figcaption {
    margin: -70px 0 0 28px;
  }
  .mauve-chocolat.l-new-color-section .c-naseed-points {
    margin: 159px 0 0 53px;
  }
}

.sakura-beige {
  background-color: rgba(221, 43, 28, .05);
}
.sakura-beige .l-new-color-section__title {
  width: 64.4vw;
}
.sakura-beige .l-new-color-section__sub-title {
  margin-top: 4vw;
  color: #c25c78;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.sakura-beige .c-naseed-modal-button {
  margin-bottom: 8.8vw;
  margin-left: auto;
  border-color: #c25c78;
  background: url(../img/naseed2026/arrow2.svg) no-repeat 95% 50% / 2.1333vw auto;
  color: #c25c78;
}
.sakura-beige .c-naseed-points__text {
  border-left-color: #dd2b1c;
}
@media (min-width: 768px) {
  .sakura-beige {
    padding-top: 7.1429vw;
    padding-bottom: 5vw;
  }
  .sakura-beige.l-new-color-section .l-new-color-section__inner {
    max-width: 1100px;
    grid-template-columns: 35.2727% 64.7273%;
    grid-template-rows: 16.1818vw auto;
    position: relative;
  }
  .sakura-beige .l-new-color-section__title {
    width: 24vw;
    margin-bottom: 0;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .sakura-beige .l-new-color-section__sub-title {
    margin: 0;
    text-align: left;
    position: absolute;
    top: 37%;
    left: 0;
  }
  .sakura-beige.l-new-color-section .c-naseed-image {
    /* width: 50.8571vw; */
    width: 100%;
    margin: 0;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    position: relative;
  }
  .sakura-beige.l-new-color-section .c-naseed-image figcaption {
    border-left-color: #c25c78;
    color: #c25c78;
    position: absolute;
    top: 38.3571vw;
    right: 0;
  }
  .sakura-beige.l-new-color-section .c-naseed-points {
    margin-top: 9.6429vw;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  .sakura-beige .c-naseed-points__text {
    row-gap: 2.333vw;
  }
}
@media (min-width: 1400px) {
  .sakura-beige {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .sakura-beige.l-new-color-section .l-new-color-section__inner {
    grid-template-rows: 178px auto;
  }
  .sakura-beige .l-new-color-section__title {
    width: 336px;
  }
  .sakura-beige .l-new-color-section__sub-title {
    /* top: 170px;
    left: 390px; */
  }
  .sakura-beige.l-new-color-section .c-naseed-image {
    /* width: 712px; */
  }
  .sakura-beige.l-new-color-section .c-naseed-image figcaption {
    top: 467px;
    right: 0;
  }
  .sakura-beige.l-new-color-section .c-naseed-points {
    margin-top: 135px;
  }
  .sakura-beige .c-naseed-points__text {
    row-gap: 28px;
  }
}

.p-color-chart {
  padding-top: 13.3333vw;
  padding-bottom: 16vw;
}
.p-color-chart .l-section__title  {
  margin: 0 auto 8.8vw;
  font-size: 3.3467vw;
  letter-spacing: .1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3.2vw;
}
.p-color-chart .l-section__title img {
  width: 58.1333vw;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .p-color-chart {
    padding-top: 5vw;
    padding-bottom: 6.4286vw;
  }
  .p-color-chart .l-section__title  {
    margin-bottom: 3.5vw;
    font-size: 1.1429vw;
    row-gap: 1.2857vw;
  }
  .p-color-chart .l-section__title img {
    width: 24.6429vw;
  }
}
@media (min-width: 1400px) {
  .p-color-chart {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .p-color-chart .l-section__title  {
    margin-bottom: 49px;
    font-size: 16px;
    row-gap: 18px;
  }
  .p-color-chart .l-section__title img {
    width: 345px;
  }
}

.p-color-chart .c-naseed-image {
  margin-bottom: 10.6667vw;
}
@media (min-width: 768px) {
  .p-color-chart .c-naseed-image {
    margin-bottom: 5vw;
  }
}
@media (min-width: 1400px) {
  .p-color-chart .c-naseed-image {
    margin-bottom: 70px;
  }
}

.c-naseed-button {
  width: 72vw;
  height: 16.2667vw;
  margin: 0 auto;
  border: 1px solid #5a5756;
  background-color: #fff;
}
.c-naseed-button__link {
  width: 100%;
  height: 100%;
  font-size: 4.2667vw;
  color: #5a5756;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .045em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-naseed-button__link:link {
  color: #5a5756;
}
.c-naseed-button__link:visited {
  color: #5a5756;
}
.c-naseed-button__link:hover {
  color: #5a5756;
}
.c-naseed-button__link:focus {
  color: #5a5756;
}
.c-naseed-button--pdf .c-naseed-button__link::after {
  width: 6.4vw;
  height: 6.4vw;
  margin-left: 1.6vw;
  background: url(../img/naseed2024/icon-pdf.svg) no-repeat 50% 50% / cover;
  content: '\0020';
  display: block;
}
@media (min-width: 768px) {
  .c-naseed-button {
    width: 26.7857vw;
    height: 5vw;
  }
  .c-naseed-button__link {
    font-size: 1.2857vw;
  }
  .c-naseed-button--pdf .c-naseed-button__link::after {
    width: 1.7143vw;
    height: 1.7413vw;
    margin-left: .4286vw;
  }
}
@media (min-width: 1400px) {
  .c-naseed-button {
    width: 375px;
    height: 70px;
  }
  .c-naseed-button__link {
    font-size: 18px;
  }
  .c-naseed-button--pdf .c-naseed-button__link::after {
    width: 24px;
    height: 24px;
    margin-left: 6px;
  }
}


.c-naseed-products {
  max-width: 845px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.c-naseed-products__item {
  width: 48.695%;
}
.c-naseed-products__image {
  border: 1px solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1.2346;
}
.c-naseed-products__item figcaption {
  margin-top: 2.6667vw;
  font-family: "Noto Sans JP", sans-serif;
}
.naseed-fashion-color .c-naseed-products__image img {
  width: 9.0667vw;
}
.naseed-color .c-naseed-products__image img {
  width: 13.0667vw;
}

.p-products .l-section__inner {
  padding: 13.3333vw 5.3333vw;
  border-top: 1px solid #d2d2d2;
}
.p-products .l-section__title {
  margin-bottom: 5.6vw;
  font-size: 3.4667vw;
  line-height: 2;
  font-weight: 700;
  letter-spacing: .1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.1333vw;
}
.p-products .l-section__title img {
  width: 47.2vw;
}
.p-products .l-section__title + p {
  width: 100%;
  height: 15.4667vw;
  margin: 0 auto 10.1333vw;
  background-color: #f6f6f6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-naseed-products__title {
  margin-bottom: 3.2vw;
  font-size: 4vw;
  color: #5a5756;
  line-height: 1.4;
  font-weight: 700;
}
.c-naseed-products__text {
  font-size: 3.2vw;
  color: #5a5756;
  line-height: 2;
}
.c-naseed-border {
  width: 17.8667vw;
  height: 4.5333vw;
  border: 1px solid #5a5756;
  font-size: 2.9333vw;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-products .l-section__inner {
    padding: 5vw 1.4286vw 3vw;
  }
  .p-products .l-section__title {
    margin-bottom: 1.9286vw;
    font-size: 1.1429vw;
    row-gap: 1.07143vw;
  }
  .p-products .l-section__title img {
    width: 18.4286vw;
  }
  .p-products .l-section__title + p {
    width: 30vw;
    height: 3.5714vw;
    margin-bottom: 3.2143vw;
    font-size: 1vw;
    line-height: 1.3;
  }
  .c-naseed-products__item {
    width: 47.3373%;
  }
  .c-naseed-products__image {
    aspect-ratio: 1 / 1;
  }
  .c-naseed-products__item figcaption {
    margin-top: 1.6429vw;
  }
  .naseed-fashion-color .c-naseed-products__image img {
    width: 5.2143vw;
  }
  .naseed-color .c-naseed-products__image img {
    width: 6.7143vw;
  }
  .c-naseed-products__title {
    margin-bottom: .1429vw;
    font-size: 1.2857vw;
    line-height: 1.8;
  }
  .c-naseed-products__text {
    font-size: 1vw;
  }
  .c-naseed-border {
    width: 5.1429vw;
    height: 1.2857vw;
    margin-left: .7143vw;
    font-size: .8571vw;
  }
}
@media (min-width: 1400px) {
  .p-products .l-section__inner {
    padding-top: 70px;
    padding-bottom: 42px;
  }
  .p-products .l-section__title {
    margin-bottom: 27px;
    font-size: 16px;
    row-gap: 15px;
  }
  .p-products .l-section__title img {
    width: 258px;
  }
  .p-products .l-section__title + p {
    width: 420px;
    height: 50px;
    margin-bottom: 45px;
    font-size: 14px;
  }
  .c-naseed-products__item figcaption {
    margin-top: 23px;
  }
  .naseed-fashion-color .c-naseed-products__image img {
    width: 73px;
  }
  .naseed-color .c-naseed-products__image img {
    width: 94px;
  }
  .c-naseed-products__title {
    margin-bottom: 2px;
    font-size: 18px;
  }
  .c-naseed-products__text {
    font-size: 14px;
  }
  .c-naseed-border {
    width: 72px;
    height: 18px;
    margin-left: 10px;
    font-size: 12px;
  }
}