@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --paddingInline: 20px;
}
html {
  height: -webkit-fill-available;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #000000;
  background-color: initial;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  height: auto; /* headerのposition: sticky */
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

span:not([class]) {
  display: inline-block;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

a:visited {
  color: inherit;
}

/* システムのスタイルを打ち消したいときはここに記述 */
.c-item-list__img:before {
  padding-top: 136.64%;
}

.c-item-list__img img {
  max-width: none;
  max-height: none;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item-list__img {
  margin-bottom: 12px;
}

.c-item-list__ttl {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: lighter;
  line-height: 18px;
}
.c-item-list__ttl a:hover {
  opacity: 1;
}

.c-item-list__price {
  font-size: 13px;
  margin: 0;
  color: #8D8D8D;
}

.c-item-list__btn {
  position: static;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
}
.c-item-list__btn svg {
  fill: none;
  stroke: #231815;
}
.c-item-list__btn.is-added svg {
  fill: #231815;
}

.slider {
  margin-inline: 0;
}
@media (min-width: 768.1px) {
  .slider {
    margin-inline: auto;
    max-width: 562px;
  }
}
@media (max-width: 767px) {
  .slider {
    margin-top: -50px;
  }
}

.p-line-informaiton {
  margin-top: 18px;
  margin-bottom: 77px;
  color: #8D8D8D;
  max-width: 446px;
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-line-informaiton a:hover {
  opacity: 1;
}

.p-line-informaiton li {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.4285714286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-line-informaiton li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}

.p-line-informaiton li:not(:last-child) {
  margin-bottom: 15px;
}

.p-line-informaiton__ttl {
  font-weight: inherit;
  font-size: 12px;
}
.p-line-informaiton__ttl::before {
  content: none;
}

@media screen and (min-width: 767.1px) {
  .p-line-informaiton__ttl {
    -ms-flex-preferred-size: 85px;
        flex-basis: 85px;
    padding-block: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .p-line-informaiton__ttl {
    padding-top: 21px;
  }
}
.l-header {
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.05);
  background-color: initial;
  z-index: 1;
}

.l-header-logo {
  margin-bottom: 0;
}
.l-header-logo svg {
  width: 163px;
  height: 41px;
  fill: #231815;
}

.l-header-logo__img {
  padding-block: 0;
}
.l-header-logo__img a {
  display: block;
}
.l-header-logo__img img {
  width: 162px;
}
@media (max-width: 768px) {
  .l-header-logo__img img {
    width: 121px;
  }
}

.l-main-navi.is-open {
  top: 112px;
  padding-block: 0;
}
.l-main-navi:not(.is-open) {
  display: none;
}

.l-main-navi__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 50px;
}
.l-main-navi.is-open .l-main-navi__in {
  display: block;
}

.l-mega-menu {
  padding-inline: 30px;
  padding-block: 20px;
}

.l-main-navi-list__item:not(:has(.l-mega-menu)) .l-main-navi-list__link:before {
  content: none;
}

@media (min-width: 767.1px) {
  .l-main-navi-list__item:has(.l-mega-menu) .l-main-navi-list__link {
    padding: 15px 30px 15px 15px;
  }
}

.l-main-navi-list__item {
  margin-inline: 0;
}

.l-main-navi-list__link {
  display: none;
  font-weight: normal;
  font-family: inherit;
  letter-spacing: 0.1em;
  padding: 15px;
}
.l-main-navi-list__link:before {
  right: 11px;
}

.l-header-search {
  position: static;
}

.l-header-search__contents {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.l-header-search__box {
  position: static;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.l-header-favorite .c2-icon-favorite {
  width: 21px;
  height: 17px;
  stroke-width: 1.4px;
}

.l-header-main__in {
  background-color: initial;
  height: 80px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
.l-header.is-fixed .l-header-main__in {
  display: grid;
}
.l-header.is-open .l-header-main__in {
  display: grid;
}

.l-header-main {
  position: relative;
}

.l-header-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .l-header-search {
    padding-right: 15px;
  }
}

.l-header-search__btn {
  width: 40px;
  height: 40px;
}

.l-header-favorite {
  width: 40px;
  height: 40px;
}
.l-header-favorite a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.l-header-mypage {
  width: 40px;
  height: 40px;
}
.l-header-mypage a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.l-header-cart {
  width: 40px;
  height: 40px;
}
.l-header-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.l-help-navi-box {
  display: none;
}

.l-menu-btn {
  display: block;
}
.l-menu-btn span:nth-of-type(1) {
  top: 27px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 33px;
}

@media screen and (max-width: 1030px) {
  .l-header {
    height: 80px;
  }
  .l-header-main__in {
    height: 50px;
  }
  body {
    margin-top: 80px;
  }
  .l-main-navi.is-open {
    top: 80px;
  }
  .l-header-mypage {
    display: none;
  }
  .l-header-favorite {
    display: none;
  }
  .l-help-navi-box {
    display: block;
  }
  .l-main-navi__in {
    display: block;
  }
  .l-menu-btn {
    width: 50px;
    height: 50px;
  }
  .l-menu-btn span {
    left: 12px;
  }
  .l-menu-btn span:nth-of-type(1) {
    top: 22px;
  }
  .l-menu-btn span:nth-of-type(2) {
    top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi__in {
    padding-top: 0;
  }
  .l-header-logo svg {
    width: 102px;
    height: 26px;
  }
  body:has(.top) .l-header .l-header-logo {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
  body:has(.top) .l-header .l-header-logo svg {
    fill: #ffffff;
  }
  body:has(.top) .l-header .l-menu-btn span {
    background-color: #ffffff;
  }
  body:has(.top) .l-header .l-header-search__btn {
    color: #ffffff;
  }
  body:has(.top) .l-header .l-header-cart {
    color: #ffffff;
  }
  body:has(.top) .l-header.is-fixed .l-header-logo, body:has(.top) .l-header.is-open .l-header-logo {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  body:has(.top) .l-header.is-fixed .l-header-logo svg, body:has(.top) .l-header.is-open .l-header-logo svg {
    fill: #000000;
  }
  body:has(.top) .l-header.is-fixed .l-menu-btn span, body:has(.top) .l-header.is-open .l-menu-btn span {
    background-color: #000000;
  }
  body:has(.top) .l-header.is-fixed .l-header-search__btn, body:has(.top) .l-header.is-open .l-header-search__btn {
    color: #000000;
  }
  body:has(.top) .l-header.is-fixed .l-header-cart, body:has(.top) .l-header.is-open .l-header-cart {
    color: #000000;
  }
}
.l-footer .u-container {
  width: 100%;
  max-width: 1030px;
}

.l-footer-shopinfo {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.l-footer-shopinfo .c2-sns {
  width: 100%;
}

.l-footer-shopinfo__logo img {
  width: 190px;
}
@media (max-width: 768px) {
  .l-footer-shopinfo__logo {
    text-align: center;
  }
  .l-footer-shopinfo__logo img {
    width: 126px;
  }
}

.l-footer-navi-list__item {
  font-size: 13px;
}

.l-footer-main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(:has(.p-firstview)) .c-breadcrumb {
  padding-top: calc(var(--headerHeight) + 35px);
}

@media (max-width: 767px) {
  body:not(:has(.p-firstview)) .c-breadcrumb {
    padding-top: calc(var(--headerHeight) + 17px);
  }
}
@media (min-width: 1200.1px) {
  body:has(.p-firstview) .c-header:not(._scrolled) {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 0;
  }
  body:has(.p-firstview) .c-header:not(._scrolled) .c-header-inner {
    padding-inline: 0;
  }
  body:has(.p-firstview) .c-header:not(._scrolled) .c-header-search .c-search {
    background-color: transparent;
    border: #707070 1px solid;
  }
}
@media (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}

.u-br-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
}

.c2-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c-icon-search {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

.c2-icon-instagram {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

.c2-icon-youtube {
  width: 29.86px;
  height: 21.02px;
  display: inline-block;
  vertical-align: middle;
}

.c2-icon-line {
  width: 24.72px;
  height: 24.69px;
  display: inline-block;
  vertical-align: middle;
}

.c2-icon-search {
  width: 19px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4px;
}

.c2-icon-cart {
  display: inline-block;
  vertical-align: middle;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4px;
  width: 20px;
  height: 20px;
}

.c2-icon-mypage {
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  width: 19px;
  height: 20px;
  stroke-width: 1.4px;
}

.c2-icon-favorite {
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  width: 18px;
  height: 15px;
}

.c2-secHeading {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.c2-tab {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  gap: 9px 30px;
}
.c2-tab li {
  cursor: pointer;
  color: #C7C7C7;
}
.c2-tab li._current {
  color: #000000;
  border-bottom: 1px solid currentColor;
}

.c2-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c2-tab-pane {
  display: none;
  width: 100%;
}
.c2-tab-pane._current {
  display: block;
}

.c2-swiper {
  --swiper-thumbnail-height: 223px;
}
.c2-swiper .swiper-button-prev,
.c2-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3.58px 3.58px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3.58px 3.58px rgba(0, 0, 0, 0.1);
  z-index: 1;
  top: calc(var(--swiper-thumbnail-height) / 2 - 20px);
  margin-top: 0;
}
.c2-swiper .swiper-button-prev::after,
.c2-swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22.4px;
  height: 2.69px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.c2-swiper .swiper-button-prev {
  left: -2px;
}
.c2-swiper .swiper-button-prev::after {
  background-image: url("../images/icon_arrow-left.svg");
}
.c2-swiper .swiper-button-next {
  right: -2px;
}
.c2-swiper .swiper-button-next::after {
  background-image: url("../images/icon_arrow-right.svg");
}

.c2-slick {
  --slick-margin-inline: 6px;
}
.c2-slick.slick-initialized .slick-slide {
  margin-inline: var(--slick-margin-inline);
}
.c2-slick .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3.58px 3.58px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3.58px 3.58px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.c2-slick .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.c2-slick .slick-arrow:hover, .c2-slick .slick-arrow:focus {
  background-color: #ffffff;
  color: inherit;
}
.c2-slick .slick-prev,
.c2-slick .slick-next {
  top: calc(50% - 30px);
}
.c2-slick .slick-prev {
  left: calc(-8px - var(--slick-margin-inline));
}
.c2-slick .slick-prev:before {
  background-image: url("../images/icon_arrow-left.svg");
}
.c2-slick .slick-next {
  right: calc(-8px - var(--slick-margin-inline));
}
.c2-slick .slick-next:before {
  background-image: url("../images/icon_arrow-right.svg");
}

.c2-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.c2-sns a {
  display: block;
}

/* ====================================
  下層ページ共通
 ==================================== */
.p2-announceBar {
  background-color: #FFFFFF;
  color: #8D8D8D;
  text-align: center;
  font-size: 14px;
  line-height: 1.4285714286;
  padding-block: 6px;
  padding-inline: var(--paddingInline);
}
.p2-announceBar p {
  margin-bottom: 0;
}

.p2-newArrival__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 42px 16px;
}
.p2-newArrival__list li {
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
}
@media (max-width: 768px) {
  .p2-newArrival__list {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px 12px;
  }
}

.p2-preSale {
  padding-top: 80px;
}

.p2-preSale__swiper {
  width: 100%;
}

.p2-styling {
  padding-top: 80px;
  overflow: hidden;
}

@media (min-width: 768.1px) {
  .p2-styling-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768.1px) {
  .p2-styling-firstCol {
    -ms-flex-preferred-size: 43.3333333333%;
        flex-basis: 43.3333333333%;
    width: 43.3333333333%;
  }
}
@media (max-width: 768px) {
  .p2-styling-firstCol {
    margin-bottom: 15px;
  }
}

@media (min-width: 768.1px) {
  .p2-styling-secondCol {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p2-styling-secondCol ._inner {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p2-styling-secondCol h3 {
  margin-bottom: 13px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.p2-styling-image {
  margin-bottom: 20px;
}
.p2-styling-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .p2-styling-image {
    margin-bottom: 14px;
  }
}

.p2-styling-title {
  font-size: 13px;
  margin-bottom: 0;
}

.p2-styling-mainSlider {
  --slick-margin-inline: 0px;
}
.p2-styling-mainSlider a:hover {
  text-decoration: none;
}

.p2-styling-itemSlider {
  width: 79.1044776119%;
}
.p2-styling-itemSlider img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768.1px) {
  .p2-styling-itemSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .p2-styling-itemSlider li {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}
.p2-styling-itemSlider .slick-list {
  overflow: visible;
}

.p2-styling-buy {
  margin-top: 36px;
}
.p2-styling-buy a {
  max-width: 335px;
  width: 100%;
  margin-inline: auto;
  display: inline-block;
  border: 1px solid currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-block: 15px 14px;
}
.p2-styling-buy a:hover {
  text-decoration: none;
}
@media (min-width: 768.1px) {
  .p2-styling-buy a {
    margin-bottom: 39.5px;
  }
}
.p2-styling-buy .c2-icon-arrow-right {
  width: 24px;
  height: 4px;
  stroke: currentColor;
}

.p2-luxe {
  padding-top: 80px;
}

.p2-luxe__more {
  margin-top: 44px;
  text-align: center;
}
.p2-luxe__more a {
  display: inline-block;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-block: 15px 14px;
  max-width: 241px;
  margin-inline: auto;
}
.p2-luxe__more a:hover {
  text-decoration: none;
}
.p2-luxe__more .c2-icon-arrow-right {
  width: 24px;
  height: 4px;
  stroke: currentColor;
}
@media (max-width: 767px) {
  .p2-luxe__more {
    margin-top: 36px;
  }
}

.p2-special {
  padding-top: 80px;
  max-width: 1040px;
  margin-inline: auto;
}

.p2-special__list a:hover {
  text-decoration: none;
}
.p2-special__list .c-item-list__img {
  margin-bottom: 20px;
}

.p2-special__title {
  margin-bottom: 18px;
  font-size: 13px;
}

.p2-special__text {
  color: #8D8D8D;
  font-size: 13px;
  line-height: 1.6923076923;
  margin-bottom: 0;
}

.p2-ranking {
  padding-top: 80px;
}
.p2-ranking .c2-swiper {
  --swiper-thumbnail-height: 250px;
}
@media (min-width: 768.1px) {
  .p2-ranking .c2-swiper {
    --swiper-thumbnail-height: 310px;
  }
}
@media (max-width: 767px) {
  .p2-ranking .c2-tab {
    max-width: 220px;
  }
}

.p2-ranking__rank {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  font-size: 14px;
  width: 28px;
  height: 28px;
  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;
  z-index: 1;
}

.p2-category {
  padding-top: 80px;
}
.p2-category .c-item-list__img:before {
  padding-top: 100%;
}

.p2-category__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 20px;
}
.p2-category__list .c-item-list__img {
  margin-bottom: 8px;
}
.p2-category__list a:hover {
  text-decoration: none;
}
.p2-category__list p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p2-category__list {
    grid-template-columns: repeat(3, 1fr);
    margin-inline: calc(var(--paddingInline) * -1);
  }
}

.p2-concept {
  padding-top: 80px;
}
.p2-concept .c2-inner {
  max-width: 1000px;
}
.p2-concept video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 10/6;
  background-color: #D9D9D9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p2-concept video {
    width: calc(100% + var(--paddingInline) * 2);
    margin-inline: calc(var(--paddingInline) * -1);
  }
}

.p2-concept__heading {
  font-size: 20px;
  text-align: right;
  margin-bottom: 24px;
  max-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p2-concept__heading span:first-child {
  height: 1px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #000000;
}

.p2-concept__text {
  margin-bottom: 0;
  line-height: 1.5625;
  font-size: 13px;
}

.p2-producer {
  padding-top: 80px;
}

.p2-producer__heading {
  font-size: 23px;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}

.p2-producer__cols {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
@media (min-width: 768.1px) {
  .p2-producer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-inline: auto;
    padding-block: 60px;
    padding-inline: 5%;
  }
}
@media (max-width: 768px) {
  .p2-producer__cols {
    padding-block: 25px;
    padding-inline: 0;
  }
}

@media (min-width: 768.1px) {
  .p2-producer__firstCol {
    -ms-flex-preferred-size: 46.2962962963%;
        flex-basis: 46.2962962963%;
  }
}

@media (min-width: 768.1px) {
  .p2-producer__secondCol {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.p2-producer__img {
  width: 100%;
}
@media (max-width: 768px) {
  .p2-producer__img {
    margin-bottom: 30px;
  }
}

.p2-producer__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.p2-producer__name span:first-child {
  font-size: 20px;
}
.p2-producer__name span:last-child {
  font-size: 13px;
  text-transform: uppercase;
  color: #8D8D8D;
}

.p2-producer__text {
  font-size: 13px;
  line-height: 1.79;
  margin-bottom: 24px;
}

.p2-producer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
  .p2-producer__sns {
    max-width: 278px;
    margin-inline: auto;
  }
}

.p2-instagramBanner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(217, 217, 217, 0.2);
  padding-block: 14px;
  padding-inline: 20px;
  text-align: center;
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
}
.p2-instagramBanner p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}
.p2-instagramBanner:hover {
  text-decoration: none;
}
.p2-instagramBanner .c2-icon-arrow-right {
  width: 24px;
  height: 4px;
  stroke: currentColor;
}
.p2-instagramBanner .c2-icon-instagram {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .p2-instagramBanner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.p2-instagram {
  padding-top: 80px;
}

.p2-instagram__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin-inline: auto;
}
@media (min-width: 768.1px) {
  .p2-instagram__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p2-instagram__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p2-instagram__list li:nth-child(7),
  .p2-instagram__list li:nth-child(8) {
    display: none;
  }
}

.p2-channel {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .p2-channel__list {
    margin-inline: calc(var(--paddingInline) * -1);
  }
}

/* .p2-channel__item {
  margin-right: 30px;
} */
.p2-channel__item .c-item-list__img:before {
  padding-top: 56.4%;
}
.p2-channel__item a:hover {
  text-decoration: none;
}

.p2-channel__title {
  font-size: 13px;
  line-height: 1.5714285714;
  margin-bottom: 0;
}

.p2-sns {
  padding-top: 80px;
}

.p2-sns__heading {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 33px;
}

.p2-newsletter {
  background-color: #F4F4F4;
  margin-top: 80px;
  padding-block: 57px 49px;
  padding-inline: var(--paddingInline);
}

.p2-newsletter__heading {
  font-size: 18px;
  letter-spacing: 0.14em;
  margin-bottom: 24px;
  text-align: center;
}

.p2-newsletter__text {
  font-size: 13px;
  line-height: 1.79;
  text-align: center;
  margin-bottom: 0;
  max-width: 245px;
  margin-inline: auto;
}

.p2-newsletter__button {
  text-align: center;
  margin-top: 31px;
  margin-bottom: 0;
}
.p2-newsletter__button a {
  display: inline-block;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-block: 15px 14px;
  max-width: 241px;
  margin-inline: auto;
}
.p2-newsletter__button a:hover {
  text-decoration: none;
}
.p2-newsletter__button .c2-icon-arrow-right {
  width: 24px;
  height: 4px;
  stroke: currentColor;
}

.p2-favorite,
.p2-checked {
  padding-top: 80px;
}

.p2-favorite__list,
.p2-checked__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
.p2-favorite__list > li,
.p2-checked__list > li {
  -ms-flex-preferred-size: 141.18px;
      flex-basis: 141.18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p2-favorite__list a:hover,
.p2-checked__list a:hover {
  text-decoration: none;
}
@media (min-width: 768.1px) {
  .p2-favorite__list,
  .p2-checked__list {
    gap: 16px;
  }
  .p2-favorite__list > li,
  .p2-checked__list > li {
    -ms-flex-preferred-size: calc((100% - 112px) / 8);
        flex-basis: calc((100% - 112px) / 8);
  }
}

.p2-brand {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p2-brand__heading {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media (min-width: 768.1px) {
  .p2-brand__heading {
    font-size: 20px;
  }
}

.p2-brand__list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.p2-brand__list ._idea_luce img {
  width: 129px;
}
.p2-brand__list ._idea_luce_luxe img {
  width: 155.06px;
}
@media (min-width: 767.1px) {
  .p2-brand__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p2-brand__list ._idea_luce_luxe img {
    -webkit-transform: translateY(33.7%);
            transform: translateY(33.7%);
  }
}
