  /* ===============================================
    * NEW ARRIVAL エリア *
  =============================================== */
  .home-new-arrivals:not(:has(.m-product-slider)) {
  display: none;
  }
  .home-new-arrivals {
      padding: 5.5rem 0 6rem;
  }
  .home-new-arrivals .c-page-title {
      margin: 0 auto 3rem;
  }
  .home-new-arrivals .home-product-wrapper {
      padding: 1rem;
  }
  .home-new-arrivals .m-product-slider {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 6rem 1.1rem;
  }
  .home-new-arrivals .viewmore {
      margin: 5rem auto 0;
  }

  @media (min-width: 768px) {
    .home-new-arrivals {
        padding: 7.5rem 0 0;
    }
    .home-new-arrivals .home-product-wrapper {
        width: min(92.8571svw, 130rem);
        margin-inline: auto;
        padding-inline: 0;
    }
    .home-new-arrivals .m-product-slider[data-column-num="3"] {
        grid-template-columns: repeat(3, 1fr);
        gap: 6rem 3rem;
    }
    .home-new-arrivals .m-product-slider[data-column-num="4"] {
        grid-template-columns: repeat(4, 1fr);
        gap: 6rem 3rem;
    }
    .home-new-arrivals .m-product-slider[data-column-num="5"] {
        grid-template-columns: repeat(5, 1fr);
        gap: 6rem 3rem;
    }
  }
  /* ===============================================
    * Amazonボタン エリア *
  =============================================== */
  .c-btn {
      display: inline-block;
      position: relative;
      border: 2px solid #fff;
      color: #0f1111;
      padding: 16px 50px;
      transition: 0.3s all;
      font-size: 1rem;
  }
  .p-lineup_btn {
      position: relative;
      width: 100%;
      background: #ffa41c;
      text-align: center;
      padding: 8px;
  }
  .p-lineup_btn:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
  background: url("../../Page/assets/Amod/Icon_link.png") no-repeat;
      background-size: contain;
      width: 16px;
      height: 14px;
  }
  p.c-btn.p-lineup_btn {
      padding-bottom: 8px !important;
  }

  /* ===============================================
    * ホバー エリア *
  =============================================== */
  @media (hover: hover) {
  .m-product-slider:hover {
  .m-product-slider__arrow {
  opacity: 1;
  &.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
  }
  }
  }
  .m-product-slider__item--inner>a>*:not(.m-product-slider__item--image) {
      padding-inline: 0.5rem;
  }
  .m-product-slider__item--inner>a>*:not(.m-product-slider__item--image):last-of-type {
      padding-bottom: 0.5rem;
  }
  .m-product-slider__item--inner:hover {
      border: 2px solid var(--color-black);
  }
  .m-product-slider__item a:hover {
      opacity: 1;
  }
  }
  .p-lineup_btn:hover {
      background: #fa8900;
  }
  /* ===============================================
    * お知らせテンプレート エリア *
  =============================================== */
  .global-contents__inner .c-breadcrumb:not(:last-of-type) {
      display: none;
  }
  .news-article__container {
      width: min(calc(100%, 100rem));
      margin: 0 auto;
      overflow-wrap: break-word;
  }

  @media (max-width: 767px) {
  .news-article__container {
      padding-inline: calc((100% - var(--inner-width, 92%)) / 2);
  }
  }
  .news-article__head {
      margin-bottom: var(--value-20);
  }

  @media (min-width: 768px) {
  .news-article__head {
      margin-bottom: var(--value-30);
  }
  }
  .news-article__tag-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-bottom: var(--value-10);
  }
  .news-article__tag-list:not(:has(.news-article__tag-item)) {
  display: none;
  }

  @media (min-width: 768px) {
  .news-article__tag-list {
      margin-bottom: var(--value-20);
  }
  }
  .news-article__tag-item {
      font-size: 1.2rem;
      line-height: 1;
      padding-block: 0.2rem 0.3rem;
      padding-inline: 0.6rem;
      color: var(--color-gray-500);
      border: 1px solid var(--color-gray-500);
      letter-spacing: 0.09em;
  }
  .news-article__tag-item--new {
      font-weight: var(--fw-medium);
      color: var(--color-white);
      background-color: var(--color-emphasis);
      border-color: var(--color-emphasis);
  }

  @media (min-width: 768px) {
  .news-article__tag-item {
      font-size: 1.2rem;
  }
  }
  .news-article__title {
      font-weight: var(--fw-semibold);
      font-size: 2rem;
      line-height: 1.5;
      letter-spacing: 0.05em;
      text-align: left;
      margin-bottom: var(--value-5);
  }

  @media (min-width: 768px) {
  .news-article__title {
      font-size: 2.9rem;
      margin-bottom: var(--value-10);
  }
  }
  .news-article__date {
      color: var(--color-gray-500);
      font-size: 1.3rem;
      text-align: right;
      letter-spacing: 0.05em;
  }

  @media (min-width: 768px) {
  .news-article__date {
      font-size: 1.5rem;
  }
  }
  .news-article__body {
      -webkit-padding-after: var(--value-30);
      padding-block-end: var(--value-30);
  }
  .news-article__image {
      margin: var(--value-30) auto;
  }

  @media (min-width: 768px) {
  .news-article__image {
      max-width: 85%;
      margin: var(--value-50) auto;
  }
  }
  .news-article__image--full {
      max-width: 100%;
  }
  .news-article__image--small {
      max-width: 30%;
  }

  @media (min-width: 768px) {
  .news-article__image--small {
      max-width: 30%;
  }
  }
  .news-article__paragraph {
      font-size: 1.5rem;
      line-height: 1.7;
      letter-spacing: 0.05em;
  }
  .news-article__paragraph > a {
      font-size: inherit;
      line-height: inherit;
      letter-spacing: inherit;
  }

  @media (min-width: 768px) {
  .news-article__paragraph {
      font-size: 1.6rem;
      margin-bottom: var(--value-30);
  }
  }
  .news-article__detail-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .news-article__detail-list-head {
      font-weight: var(--fw-semibold);
      font-size: 1.5rem;
      line-height: 1.7;
      letter-spacing: 0.05em;
  }

  @media (min-width: 768px) {
  .news-article__detail-list-head {
      font-size: 1.7rem;
  }
  }
  .news-article__detail-list-body {
      font-size: 1.5rem;
      line-height: 1.7;
      letter-spacing: 0.05em;
  }

  @media (min-width: 768px) {
  .news-article__detail-list-body {
      font-size: 1.5rem;
  }
  }
  .news-article__detail-list-note {
      display: inline-block;
      font-size: 1.4rem;
      padding-top: var(--value-10);
  }

  @media (min-width: 768px) {
  .news-article__detail-list-note {
      font-size: 1.4rem;
  }
  }
  .news-article__navigation {
      margin-top: var(--value-20);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }

  @media (min-width: 768px) {
  .news-article__navigation {
      margin-top: var(--value-40);
  }
  }
  .news-article__navigation-button {
  --color-svg-stroke: var(--color-text-default);
  --color-svg-fill: var(--color-white);
  }
  .news-article__navigation-button > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-column-gap: var(--value-10);
      -moz-column-gap: var(--value-10);
      column-gap: var(--value-10);
      text-decoration: none;
      font-weight: var(--fw-medium);
      font-size: 1.4rem;
      -webkit-transition: opacity var(--transition-default);
      transition: opacity var(--transition-default);
  }

  @media (min-width: 768px) {
  .news-article__navigation-button > a {
      font-size: 1.6rem;
  }
  }
  .news-article__navigation-button svg {
      display: block;
      width: var(--value-40);
  }

  @media (hover: hover) and (pointer: fine) {
  .news-article__navigation-button:hover > a {
      opacity: 0.5;
  }
  }
  .news-article__paragraph + .news-article__paragraph {
      margin-top: var(--value-20);
  }

  @media (min-width: 768px) {
  .news-article__paragraph + .news-article__paragraph {
      margin-top: var(--value-30);
  }
  }
  .news-article__detail-list + .news-article__detail-list {
      margin-top: var(--value-20);
  }

  @media (min-width: 768px) {
  .news-article__detail-list + .news-article__detail-list {
      margin-top: var(--value-30);
  }
  }
  .news-article__paragraph + .news-article__detail-list, .news-article__detail-list + .news-article__paragraph {
      margin-top: var(--value-30);
  }

  @media (min-width: 768px) {
  .news-article__paragraph + .news-article__detail-list, .news-article__detail-list + .news-article__paragraph {
      margin-top: var(--value-40);
  }
  }
  .news-article__subtitle {
      font-size: 1.8rem;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem;
      border-bottom: 1px solid var(--color-text-default);
  }

  @media (min-width: 768px) {
  .news-article__subtitle {
      font-size: 2.4rem;
      padding-bottom: 2rem;
      margin-bottom: 2rem;
  }
  }
  /*# sourceMappingURL=news_article.css.map */
  /* ===============================================
    * 個別追加 エリア *
  =============================================== */
  .m-product-slider__item--inner>a>*:not(.m-product-slider__item--image):last-of-type {
      padding-bottom: 0.5rem;
  }
  .m-product-slider__item--inner>a>*:not(.m-product-slider__item--image) {
      padding-inline: 0.5rem;
  }
  .m-product-slider__item--brand {
      margin-top: 1.1rem;
      font-size: 1.2rem;
      font-weight: var(--fw-regular);
      letter-spacing: 0.05em;
      line-height: 1.4167;
      color: #676767;
  }
  .m-product-slider__item--name {
      margin-top: 0.8rem;
      font-size: 1.4rem;
      font-weight: var(--fw-regular);
      letter-spacing: 0.05em;
      line-height: 1.7143;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis;
  }
  :where(h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, a) {
  box-sizing: border-box;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  }
  .home-product-wrapper a {
      text-decoration: unset;
  }
  p.m-product-slider__item--name {
      min-height: 7.8rem;
  }

  @media screen and (min-width: 768px) {
  .global-contents__inner {
      width: min(92.8571svw, 130rem)!important;
      padding-bottom: 10rem;
  }
  }
  section.home-block.home-new-arrivals {
      padding-top: 0px;
  }
  nav.c-breadcrumb.Breadcrumb {
      display: block;
  }
  @media (min-width: 768px) {
    .news-article__image--full img {
      max-width: 100% !important;
      margin-inline: auto;
      display: block;
    }
  }


.js-togglezoom-trigger {
  cursor: pointer;
}
.image-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.image-modal__inner {
  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;
  width: 100%;
  height: 100%;
  pointer-events: none;
  max-width: 95svw;
  margin-left: auto;
  margin-right: auto;
}
.image-modal .swiper {
  width: 100%;
  height: 100%;
  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;
  pointer-events: none;
  overflow: visible;
}
.image-modal .swiper-wrapper {
  height: auto;
  pointer-events: auto;
}
.image-modal .swiper-slide {
  height: auto;
}
.image-modal .swiper-zoom-container {
  display: block;
  height: auto;
  position: relative;
  z-index: 2;
}
.image-modal__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.8);
}
.image-modal-close {
  display: block;
  width: 4rem;
  aspect-ratio: 1;
  position: absolute;
  top: 6svw;
  right: 4svw;
  cursor: pointer;
}
.image-modal-close::before, .image-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 120%;
  height: 2px;
  background-color: var(--color-white);
}
.image-modal-close::before {
  rotate: -45deg;
}
.image-modal-close::after {
  rotate: 45deg;
}

@media (hover: hover) and (pointer: fine) {
  .image-modal-close {
    transition: opacity var(--transition-default);
  }
  .image-modal-close:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .image-modal__inner {
    max-width: min(90svw, 100rem);
  }
  .image-modal-close {
    width: 4.5rem;
    top: 3svw;
    right: 3svw;
  }
}

.detail-list {
  margin-block: 3rem;
}

@media (min-width: 768px) {
  .detail-list {
    padding-inline: 1rem;
  }
}
.detail-list__item {
  display: grid;
  grid-template-columns: 18.1818181818% 1fr;
  width: 100%;
  padding-block: 1.6rem;
  border-top: 1px solid var(--color-gray-300);
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .detail-list__item {
    font-size: 1.3rem;
    padding-block: 1.2rem;
  }
}
.detail-list__item span {
  display: block;
}
.detail-list__item-value {
  line-height: 1.7;
}
.detail-list__item-value .label--tax-included {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .detail-list__item-value .label--tax-included {
    font-size: 1.1rem;
  }
}
.detail-list__item:last-of-type {
  border-bottom: 1px solid var(--color-gray-300);
}
.detail-list[data-list=ticket-list] .detail-list__item {
  grid-template-columns: auto 1fr;
}
.detail-list[data-list=ticket-list] .detail-list__item-value {
  text-align: right;
}
@media (max-width: 767px) {
  .detail-list[data-list=ticket-schedule] .detail-list__item {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.6rem;
  }
}
.detail-list[data-list=ticket-schedule] .detail-list__item-name {
  font-weight: var(--fw-bold);
}
@media (max-width: 767px) {
  .detail-list[data-list=ticket-target] .detail-list__item {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.6rem;
  }
}
.detail-list[data-list=ticket-target] .detail-list__item-name {
  font-weight: var(--fw-bold);
}
.detail-list[data-list=shop-schedule] {
  padding-inline: 0;
}
@media (max-width: 767px) {
  .detail-list[data-list=shop-schedule] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
.detail-list[data-list=shop-schedule] .detail-list__item {
  border: none !important;
  padding: 0 !important;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .detail-list[data-list=shop-schedule] .detail-list__item {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.6rem;
  }
}
.detail-list[data-list=shop-schedule] .detail-list__item-name {
  font-weight: var(--fw-bold);
  font-size: 2rem;
  color: var(--color-page-text-gold);
}
@media (max-width: 767px) {
  .detail-list[data-list=shop-schedule] .detail-list__item-name {
    font-size: 1.3rem;
  }
}
.detail-list[data-list=shop-schedule] .detail-list__item-value {
  font-weight: var(--fw-bold);
  font-size: 2.2rem;
  letter-spacing: 0.03em;
}
.detail-list[data-list=shop-schedule] .detail-list__item-value small {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .detail-list[data-list=shop-schedule] .detail-list__item-value {
    font-size: 1.4rem;
  }
  .detail-list[data-list=shop-schedule] .detail-list__item-value small {
    font-size: 1.1rem;
  }
}