@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色設定 */
/* フォントサイズ */
/* 行間 */
/* 文字間隔 */
/* スタイル調整 */
/* transition */
/* ホバー */
/* ヘッダー */
.p-site-title {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .p-site-title {
    width: 88px;
  }
  .p-site-title a img {
    padding: 18px 0;
  }
}

.p-navi {
  height: 100%;
}

.p-navi__menu {
  font-size: 13px;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-navi__menu .p-navi__list {
  padding-top: 2px;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .p-navi__menu .p-navi__list {
    font-size: 1.083vw;
    margin-left: 3.3333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-navi__menu .p-navi__list {
    display: none;
  }
}
.p-navi__menu .p-navi__list a {
  transition: 0.3s;
}
.p-navi__menu .p-navi__list a:hover {
  opacity: 0.7;
}
.p-navi__menu .p-navihover {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-navi__menu .p-navihover {
    display: none;
  }
}
.p-navi__menu .p-navihover a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-navi__menu .p-navihover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #95A5A2;
  width: 100%;
  height: 4px;
  opacity: 0;
}
.p-navi__menu .p-navihover:hover .c-navi__drawer {
  visibility: visible;
  opacity: 1;
}
.p-navi__menu .p-navihover:hover::after {
  opacity: 1;
}
.p-navi__menu .p-navihover:focus-within .c-navi__drawer {
  visibility: visible;
  opacity: 1;
}
.p-navi__menu .p-navi__button {
  width: 140px;
  height: 36px;
  border: solid 1px #959595;
  border-radius: 70px;
  padding-top: 3px;
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  .p-navi__menu .p-navi__button {
    width: 11.6666vw;
    height: 3vw;
    margin-left: 3.3333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-navi__menu .p-navi__button {
    width: 110px;
    height: 34px;
    margin-right: 30px;
  }
}
.p-navi__menu .p-navi__button a {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1px;
}
@media screen and (max-width: 1200px) {
  .p-navi__menu .p-navi__button a {
    font-size: 1vw;
    padding-top: 0;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .p-navi__menu .p-navi__button a {
    font-size: 11px;
    padding-bottom: 0;
  }
}

.p-menu__lists {
  font-size: 14px;
  margin-bottom: 20px;
}
.p-menu__lists .p-menu__list {
  border-bottom: solid 1px #DADADA;
}

.p-link__info {
  width: 100%;
  margin-bottom: 30px;
}

.p-link__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

/* mainvijual */
.p-mainvisual {
  height: 868px;
  background: url(../images/bg-mv.png) no-repeat 50% 113px/100% auto;
  margin-top: 65px;
}
@media screen and (max-width: 1099px) {
  .p-mainvisual {
    height: 74vw;
    background-position: 50% 8.07vw;
    margin-top: 5.9091vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    height: 96.4vw;
    background: url(../images/bg-mv_sp.png) no-repeat 50% 58px/100% auto;
    margin-top: 10.1333vw;
  }
}

.p-mainvisual__title {
  width: 586px;
  line-height: 0.75;
  margin: 0 auto 5px;
}
@media screen and (max-width: 1400px) {
  .p-mainvisual__title {
    width: 42.5714vw;
    margin: 0 auto 1.05vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual__title {
    width: 38.5vw;
    line-height: 0.075;
    margin: 56px auto -1vw;
  }
}

.p-title01 {
  margin-bottom: 29.5px;
}
@media screen and (max-width: 1400px) {
  .p-title01 {
    margin-bottom: 2.14vw;
  }
}
@media screen and (max-width: 767px) {
  .p-title01 {
    margin-bottom: 3.35vw;
  }
}

.p-title02 {
  width: 392px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .p-title02 {
    width: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .p-title02 {
    width: 22.4vw;
  }
}

/* ページネーション */
.swiper-container {
  position: relative;
}

.swiper-pagination {
  bottom: -79px !important;
}
@media screen and (max-width: 1400px) {
  .swiper-pagination {
    bottom: -6vw !important;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-pagination {
    bottom: -7.5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: -21vw !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12.5px 12.5px;
}
@media screen and (max-width: 1400px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.86vw 0.86vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.7vw 2.7vw;
  }
}

.swiper-pagination-bullet {
  background-color: #595756;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1400px) {
  .swiper-pagination-bullet {
    width: 0.7vw;
    height: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 2.15vw;
    height: 2.15vw;
  }
}

/* 矢印 */
.swiper-button-prev, .swiper-button-next {
  top: auto;
  bottom: -78.5px;
}
@media screen and (max-width: 1400px) {
  .swiper-button-prev, .swiper-button-next {
    bottom: -6.1vw;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev, .swiper-button-next {
    bottom: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    bottom: -18.25vw;
  }
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 1400px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 0.71vw;
    height: 0.71vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 2.6vw;
    height: 2.6vw;
  }
}

.swiper-button-prev {
  left: 44.25%;
}
@media screen and (max-width: 1400px) {
  .swiper-button-prev {
    left: 44.5%;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    left: 43.5%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 35.8%;
  }
}
.swiper-button-prev::after {
  background: url(../images/arrow-prev.svg) no-repeat 50% 50%/contain;
}

.swiper-button-next {
  right: 44.25%;
}
@media screen and (max-width: 1400px) {
  .swiper-button-next {
    right: 44.5%;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-next {
    right: 43.5%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 35.8%;
  }
}
.swiper-button-next::after {
  background: url(../images/arrow-next.svg) no-repeat 50% 50%/contain;
}

/* item */
.p-item__container {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1400px) {
  .p-item__container {
    padding-top: 5.3571vw;
    padding-bottom: 5.3vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-item__container {
    padding-bottom: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item__container {
    padding-top: 9.8667vw;
    padding-bottom: 12vw;
  }
}
.p-item__container::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 668px;
  height: 740px;
  background: #E19E2C;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
@media screen and (max-width: 1400px) {
  .p-item__container::after {
    width: 47.7143vw;
    height: 53.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item__container::after {
    width: 100vw;
    height: 93.3333vw;
    -webkit-clip-path: polygon(0 100%, 0 83.7%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 0 83.7%, 100% 0, 100% 100%);
  }
}

.p-item__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .p-item__title {
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item__title {
    margin-bottom: 4.7vw;
  }
}

.p-item__contents {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-item__contents {
    display: flex;
    flex-direction: column;
  }
}

.p-item__text-block {
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .p-item__text-block {
    flex-basis: 100%;
    text-align: center;
  }
}

.p-text-block__title {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
@media screen and (max-width: 1400px) {
  .p-text-block__title {
    font-size: 3.4286vw;
    margin-bottom: 1.35vw;
  }
}
@media screen and (max-width: 767px) {
  .p-text-block__title {
    font-size: 7.2vw;
    margin-bottom: 7.3vw;
  }
}
.p-text-block__title ruby rt {
  font-size: 16px;
  margin-bottom: -12px;
}
@media screen and (max-width: 1400px) {
  .p-text-block__title ruby rt {
    font-size: 1.1429vw;
    margin-bottom: -0.8571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-text-block__title ruby rt {
    font-size: 2.93333vw;
    margin-bottom: -2.6667vw;
  }
}

.p-text-block__text {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1400px) {
  .p-text-block__text {
    font-size: 1.2143vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-text-block__text {
    font-size: 4vw;
    letter-spacing: 0.001em;
    margin-bottom: 6.1333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-text-block__text p {
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-ingredients {
    display: none;
  }
}

.p-ingredients__title {
  margin-bottom: 34px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__title {
    margin-bottom: 2.4286vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-ingredients__title {
    margin-bottom: 2.3vw;
  }
}
.p-ingredients__title img {
  width: 269px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__title img {
    width: 19.2143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ingredients__title img {
    width: 54.9333vw;
  }
}

.p-ingredients__contents .p-ingredients__item01 {
  margin-right: 2px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item01 {
    margin-right: 0.1429vw;
  }
}
.p-ingredients__contents .p-ingredients__item02 {
  margin-right: 4px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item02 {
    margin-right: 0.2857vw;
  }
}
.p-ingredients__contents .p-ingredients__item04 {
  width: 130px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item04 {
    width: 9.2857vw;
    margin-right: 0.1429vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item05 {
    width: 8.5714vw;
  }
}
.p-ingredients__contents .p-ingredients__item06, .p-ingredients__contents .p-ingredients__item07 {
  width: 205px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item06, .p-ingredients__contents .p-ingredients__item07 {
    width: 14.6429vw;
  }
}
.p-ingredients__contents .p-ingredients__item06 img, .p-ingredients__contents .p-ingredients__item07 img {
  width: 100%;
}
.p-ingredients__contents .p-ingredients__item06 .c-item__component, .p-ingredients__contents .p-ingredients__item07 .c-item__component {
  text-align: left;
  padding-top: 8px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item06 .c-item__component, .p-ingredients__contents .p-ingredients__item07 .c-item__component {
    padding-top: 0.5714vw;
  }
}
.p-ingredients__contents .p-ingredients__item06 {
  margin-left: 22px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item06 {
    margin-left: 1.5714vw;
  }
}
.p-ingredients__contents .p-ingredients__item07 {
  margin-left: 44px;
}
@media screen and (max-width: 1400px) {
  .p-ingredients__contents .p-ingredients__item07 {
    margin-left: 3.1429vw;
  }
}

.p-item__img-block {
  flex-basis: 50%;
  position: relative;
  z-index: 1;
  margin-top: 52px;
}
@media screen and (max-width: 1400px) {
  .p-item__img-block {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item__img-block {
    flex-basis: 100%;
    margin: 0 auto 6.6667vw;
  }
}
.p-item__img-block img {
  display: block;
  width: 167px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .p-item__img-block img {
    width: 11.9286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-item__img-block img {
    width: 19.2vw;
  }
}

/* new colorセクション */
.p-title__bg {
  width: 100%;
  height: 16.2rem;
  background: url(../images/bg-title_pc.png) no-repeat 50% 100%/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .p-title__bg {
    height: 11.5714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-title__bg {
    height: 28.5333vw;
    background: url(../images/bg-title_sp.png) no-repeat 50% 100%/cover;
  }
}
.p-title__bg .p-title__block {
  padding-top: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .p-title__bg .p-title__block {
    padding-top: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-title__bg .p-title__block {
    padding-top: 4vw;
  }
}
.p-title__bg .p-title__block .p-new-color__title {
  row-gap: 18px;
}
@media screen and (max-width: 1400px) {
  .p-title__bg .p-title__block .p-new-color__title {
    row-gap: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-title__bg .p-title__block .p-new-color__title {
    row-gap: 2.7vw;
  }
}
.p-title__bg .p-title__block .p-new-color__title img {
  width: 292px;
}
@media screen and (max-width: 1400px) {
  .p-title__bg .p-title__block .p-new-color__title img {
    width: 20.8571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-title__bg .p-title__block .p-new-color__title img {
    width: 48.5333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-title__bg .p-title__block .p-new-color__title .p-new-color__subtitle {
    font-size: 3.4667vw;
  }
}

.p-mauve-color {
  padding-top: 106px;
  padding-bottom: 56px;
}
@media screen and (max-width: 1400px) {
  .p-mauve-color {
    padding-top: 7.5714vw;
    padding-bottom: 4.7857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mauve-color {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 12vw;
    padding-bottom: 13.3333vw;
    -moz-column-gap: 5.1vw;
         column-gap: 5.1vw;
  }
}

.p-content__img-block--mauve {
  width: 704px;
}
@media screen and (max-width: 1200px) {
  .p-content__img-block--mauve {
    width: 58vw;
  }
}
@media screen and (max-width: 767px) {
  .p-content__img-block--mauve {
    display: none;
  }
}
.p-content__img-block--mauve .p-detail--mauve {
  margin: -7rem 0 0 4rem;
}
@media screen and (max-width: 1400px) {
  .p-content__img-block--mauve .p-detail--mauve {
    margin: -5vw 0 0 2.85vw;
  }
}

@media screen and (max-width: 767px) {
  .p-content__img-block--mauve_sp {
    margin-bottom: 37.7vw;
  }
}

.p-detail--mauve {
  border-left: solid 1px #876A59;
}

.p-content__title-block--mauve {
  width: 414px;
  margin-left: -1.7rem;
}
@media screen and (max-width: 1400px) {
  .p-content__title-block--mauve {
    width: 29.5714vw;
    margin-left: -1.21429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-content__title-block--mauve {
    width: 80vw;
    margin-left: 0;
    margin-bottom: 8vw;
  }
}

.p-content__text--mauve {
  margin: 66px 0 0 70px;
}
@media screen and (max-width: 1400px) {
  .p-content__text--mauve {
    margin: 4.71429vw 0 0 5vw;
  }
}
.p-content__text--mauve img {
  width: 85px;
}
.p-content__text--mauve .p-text--mauve {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .p-content__text--mauve .p-text--mauve {
    margin-bottom: 2.6vw;
  }
}

@media screen and (max-width: 767px) {
  .p-content__text--mauve_sp img {
    width: 11.1vw;
  }
}

.p-content__phrase--mauve {
  top: 46.1%;
  left: 41.3%;
}
@media screen and (max-width: 1400px) {
  .p-content__phrase--mauve {
    top: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-content__phrase--mauve {
    top: 53.8%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recipe--mauve {
    display: block;
    top: 63.4%;
    left: 0;
  }
}

.p-red-color {
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-top: 104px;
  padding-bottom: 59px;
}
@media screen and (max-width: 1400px) {
  .p-red-color {
    -moz-column-gap: 3.75vw;
         column-gap: 3.75vw;
    padding-top: 7.4286vw;
    padding-bottom: 3.2vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-red-color {
    -moz-column-gap: 5.5vw;
         column-gap: 5.5vw;
    padding-bottom: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-red-color {
    display: flex;
    flex-direction: column;
    padding-top: 12vw;
    padding-bottom: 13.3333vw;
  }
}

.p-content__img-block--red {
  width: 712px;
}
@media screen and (max-width: 1200px) {
  .p-content__img-block--red {
    width: 58.7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-content__img-block--red {
    display: none;
  }
}
.p-content__img-block--red .p-detail--red {
  width: -moz-fit-content;
  width: fit-content;
  border-left: solid 1px #DD2A1B;
  padding-right: 4.5rem;
  margin: -5.6rem 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .p-content__img-block--red .p-detail--red {
    padding-right: 3.22vw;
    margin: -2.5vw 0 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-content__img-block--red .p-detail--red {
    margin: -4.7vw 0 0 auto;
  }
}

.p-content__img-block--red_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-content__img-block--red_sp {
    display: block;
    margin-bottom: 36.6vw;
  }
}

.p-content__title-block--red {
  width: 37.2rem;
}
@media screen and (max-width: 1400px) {
  .p-content__title-block--red {
    width: 26.5714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-content__title-block--red {
    width: 70.1333vw;
    margin-bottom: 8vw;
  }
}

.p-content__text--red {
  margin-top: 6.6rem;
}
@media screen and (max-width: 1400px) {
  .p-content__text--red {
    margin-top: 8.1vw;
  }
}
.p-content__text--red img {
  width: 90px;
}
.p-content__text--red .p-text--red {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1400px) {
  .p-content__text--red .p-text--red {
    margin-bottom: 2.35vw;
  }
}

@media screen and (max-width: 767px) {
  .p-content__text--red_sp img {
    width: 11.9vw;
  }
}

.p-content__phrase--red {
  top: 38.3%;
  left: 35.3%;
}
@media screen and (max-width: 1400px) {
  .p-content__phrase--red {
    top: 37.8%;
  }
}
@media screen and (max-width: 767px) {
  .p-content__phrase--red {
    top: 55.7%;
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recipe--red {
    display: block;
    top: 65.5%;
    right: 0;
  }
}

/* color-chartセクション */
.p-color-chart {
  padding-top: 70px;
}
@media screen and (max-width: 1400px) {
  .p-color-chart {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-color-chart {
    padding-top: 13.3333vw;
  }
}

.p-inner {
  padding-bottom: 90px;
}
@media screen and (max-width: 1400px) {
  .p-inner {
    padding-bottom: 6.4286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-inner {
    padding-bottom: 16vw;
  }
}

.p-color-chart__title {
  row-gap: 18px;
}
@media screen and (max-width: 1400px) {
  .p-color-chart__title {
    row-gap: 1.2857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-color-chart__title {
    row-gap: 3.2vw;
  }
}
.p-color-chart__title img {
  width: 345px;
}
@media screen and (max-width: 1400px) {
  .p-color-chart__title img {
    width: 24.6429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-color-chart__title img {
    width: 58.133vw;
  }
}
@media screen and (max-width: 767px) {
  .p-color-chart__title .p-color-chart__subtitle {
    font-size: 3.3467vw;
    letter-spacing: 0.1em;
  }
}

.p-color-chart__img {
  margin-top: 49px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1400px) {
  .p-color-chart__img {
    margin-top: 3.52vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-color-chart__img {
    margin-top: 8.8vw;
    margin-bottom: 10.6667vw;
  }
}

/* productsセクション */
.p-products {
  border-top: solid 1px #D2D2D2;
  padding-top: 70px;
  padding-bottom: 42px;
}
@media screen and (max-width: 1400px) {
  .p-products {
    padding: 5vw 1.4286vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products {
    padding: 13.3333vw 5.3333vw;
  }
}

.p-products__title {
  row-gap: 20px;
}
@media screen and (max-width: 1400px) {
  .p-products__title {
    row-gap: 1.45vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__title {
    row-gap: 3.3vw;
  }
}
.p-products__title img {
  width: 258px;
}
@media screen and (max-width: 1400px) {
  .p-products__title img {
    width: 18.4286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__title img {
    width: 47.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__title .p-products__subtitle {
    font-size: 3.4667vw;
    letter-spacing: 0.1em;
  }
}

.p-products__guidance {
  width: 420px;
  height: 50px;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 31px auto 45px;
}
.p-products__guidance br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-products__guidance br {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .p-products__guidance {
    width: 30vw;
    height: 3.5714vw;
    font-size: 1vw;
    margin: 2.22vw auto 3.2143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__guidance {
    width: 100%;
    height: 15.4667vw;
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 6.6vw auto 10.1333vw;
  }
}

.p-products__items {
  max-width: 845px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.p-products__items .p-products__item {
  width: 47.3373%;
}
@media screen and (max-width: 767px) {
  .p-products__items .p-products__item {
    width: 48.695%;
  }
}
.p-products__items .p-products__item .p-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border: solid 1px #E1E1E1;
}
@media screen and (max-width: 767px) {
  .p-products__items .p-products__item .p-item__img {
    aspect-ratio: 1/1.2346;
  }
}
.p-products__items .p-products__item .p-item__img--fashion img {
  width: 73px;
}
@media screen and (max-width: 1400px) {
  .p-products__items .p-products__item .p-item__img--fashion img {
    width: 5.2143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__items .p-products__item .p-item__img--fashion img {
    width: 9.0667vw;
  }
}
.p-products__items .p-products__item .p-item__img--color img {
  width: 94px;
}
@media screen and (max-width: 1400px) {
  .p-products__items .p-products__item .p-item__img--color img {
    width: 6.7143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__items .p-products__item .p-item__img--color img {
    width: 13.0667vw;
  }
}
.p-products__items .p-products__item .p-item__name {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1400px) {
  .p-products__items .p-products__item .p-item__name {
    font-size: 1.2857vw;
    margin-top: 1.6429vw;
    margin-bottom: 0.1429vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__items .p-products__item .p-item__name {
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 2.6667vw;
    margin-bottom: 3.2vw;
  }
}
.p-products__items .p-products__item .p-item__name br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-products__items .p-products__item .p-item__name br {
    display: block;
  }
}
.p-products__items .p-products__item .p-item__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 1400px) {
  .p-products__items .p-products__item .p-item__text {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-products__items .p-products__item .p-item__text {
    font-size: 3.2vw;
  }
}

/* フッター */
.p-footer {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-upper1 {
    display: none;
  }
}

.p-footer__bnr {
  width: 340px;
}

.p-upper2 {
  margin-top: 22px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .p-upper2 {
    margin-top: 1.8vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-upper2 {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-upper2 {
    margin-top: 0;
  }
}

.p-footer__link_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__link_sp {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
  }
  .p-footer__link_sp .p-link_sp__item {
    line-height: 40px;
  }
}

.p-footer__logo {
  width: 120px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin: 0 auto;
  }
}

.p-footer__lower {
  border-top: solid 1px #CBCBCB;
  padding: 20px 0;
}

.p-footer__link {
  font-size: 13px;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .p-footer__link {
    font-size: 1.0833vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    display: none;
  }
}

.p-copyright {
  font-size: 10px;
  letter-spacing: 0.01em;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    font-weight: 500;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */