/* single */
.single_products {
  padding-top: 22rem;
}
.single_products_detail {
  padding-bottom: 16rem;
}
.single_products_inner {
  /* width: calc(100% - 9rem);
  max-width: 121rem; */
  display: grid;
  grid-template-columns: minmax(0, 79rem) minmax(0, 38rem);
  justify-content: start;
  align-items: start;
  gap: 4rem;
}
.single_products_visual {
  min-width: 0;
  align-self: stretch;
}
.single_products_visual_sticky {
  position: sticky;
  top: 12rem;
  display: grid;
  grid-template-columns: 25rem minmax(0, 1fr);
  align-items: start;
}
.single_products_page_title {
  font-family: var(--font-hyght);
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.single_products_page_title span {
  font-style: italic;
}
.single_products_gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  align-items: start;
  gap: 2rem;
}
.single_products_main_image {
  grid-column: 2;
  width: 100%;
  aspect-ratio: 426 / 568;
  /* background-color: #fff; */
  overflow: hidden;
}
.single_products_main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_products_thumbnails {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
}
.single_products_thumbnail {
  aspect-ratio: 85 / 113;
  border: 1px solid transparent;
  /* background-color: #fff;
  opacity: 0.55; */
  cursor: pointer;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    transform 0.2s ease;
}
.single_products_thumbnail:hover,
.single_products_thumbnail:focus-visible,
.single_products_thumbnail.is-active {
  opacity: 1;
}
.single_products_thumbnail:active {
  transform: scale(0.96);
}

.single_products_thumbnail.is-active {
  opacity: 1;
}
.single_products_breadcrumb_wrap {
  display: flow-root;
}
.single_products_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_products_info {
  min-width: 0;
  padding-top: 2.5rem;
}
.single_products_info_header {
  padding-inline: 2rem;
}
.single_products_name_en {
  font-family: var(--font-hyght);
  font-weight: 300;
  font-size: 3.8rem;
  line-height: 1;
}
.single_products_name_ja {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  line-height: 1.2;
}
.single_products_price {
  margin-top: 3.2rem;
  font-family: var(--font-ppneue);
  font-size: 1.1rem;
  line-height: 1.5;
}
.single_products_price span {
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 1.5rem;
}
.single_products_online_btn {
  margin-top: 4.5rem;
}
.single_products_description {
  padding: 3rem 2rem;
  margin-top: 5.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
  background-color: var(--color-accent);
}
.single_products_info_section {
  margin-top: 5rem;
  padding-inline: 2rem;
}
.single_products_info_title {
  padding-bottom: 0.8rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6;
  color: var(--color-brown);
  border-bottom: 1px solid var(--color-brown);
}
.single_products_info_text {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.single_products_fragrance {
  margin-top: 2.5rem;
}
.single_products_fragrance_item + .single_products_fragrance_item {
  margin-top: 2.7rem;
}
.single_products_fragrance_item dt {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.single_products_fragrance_item dd {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media (max-width: 1024px) {
  .single_products {
    padding-top: 12rem;
  }
  .single_products_detail {
    padding: 0 0 8rem;
  }
  .single_products_inner {
    width: auto;
    max-width: none;
    display: block;
    box-sizing: border-box;
  }
  .single_products_visual_sticky {
    position: static;
    display: block;
  }
  .single_products_info_header {
    padding-inline: 1rem;
  }
  .single_products_gallery {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 4rem;
  }
  .single_products_main_image {
    order: 1;
    width: 100%;
  }
  .single_products_thumbnails {
    order: 2;
    flex-direction: row;
    width: 100%;
  }
  .single_products_thumbnail {
    width: calc(100% / 4);
    min-height: 4.4rem;
  }
  .single_products_info {
    padding-top: 0;
    margin-top: 4rem;
  }
  .single_products_name_en {
    font-size: 3.2rem;
  }
  .single_products .single_products_name_ja,
  .single_products .single_products_price,
  .single_products .single_products_description,
  .single_products .single_products_info_text,
  .single_products .single_products_fragrance_item dd {
    font-size: 1.3rem;
  }
  .single_products_fragrance {
    margin-top: 2rem;
  }
  .single_products_description {
    padding: 2.4rem 2rem;
    margin-top: 4rem;
  }
  .single_products_info_section,
  .single_products .single_products_online_btn {
    margin-top: 4rem;
    padding-inline: 1rem;
  }
  .single_products > .inner .breadcrumb.inner {
    margin-inline: 0;
  }
}

.series_products_wrap {
  display: block;
  width: 100%;
  margin: 0;
}
.series_products {
  position: relative;
  isolation: isolate;
  background-color: #1a4338;
  overflow: clip;
}
.series_products_bg {
  position: sticky;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-bottom: -100vh;
  margin-bottom: -100svh;
  object-fit: cover;
  pointer-events: none;
}
.series_products_inner {
  position: relative;
  z-index: 1;
  /* width: calc(100% - 9rem);
  max-width: 94.8rem; */
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: 4rem 0 10rem;
  box-sizing: border-box;
}
.series_products_header {
  text-align: center;
  color: #fff;
}
.series_products_title {
  font-family: var(--font-hyght);
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.series_products_title_ja {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.2;
}
.series_products .products_box {
  margin-top: 4rem;
  overflow: hidden;
}
.series_products .products_box_item {
  width: 32rem;
}
.series_products_swiper .swiper-wrapper {
  justify-content: center;
}
.series_products .products_box_item:last-child {
  margin-right: 0;
}
.series_products .products_box_item_info,
.series_products .products_box_item_category,
.series_products .products_box_item_title_en,
.series_products .products_box_item_ja,
.series_products .products_box_item_price,
.series_products .products_box_item_price span {
  color: #fff;
}
.series_products .products_box_item_image {
  background-color: #fff;
  overflow: hidden;
}
.series_products
  .products_box_item_image
  > img:not(.products_box_item_img_hover) {
  display: block;
  width: 100%;
  transition:
    transform 0.8s ease,
    opacity 0.6s ease;
}
.series_products
  .products_box_item_image:hover
  > img:not(.products_box_item_img_hover) {
  transform: scale(1.03);
  opacity: 0.9;
}
.series_products .products_box_item_btn {
  color: #fff;
  border-bottom-color: #fff;
}
.series_products .products_box_item_btn::after {
  background-color: #fff;
}
.series_products .products_swiper_pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.series_products .products_swiper_pagination .swiper-pagination-bullet {
  border: 0.1rem solid #fff;
}
@media (max-width: 1024px) {
  .series_products_bg {
    position: absolute;
    height: 100%;
    margin-bottom: 0;
  }
  .series_products_inner {
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: 6rem 0;
  }
  .series_products_header {
    padding: 0 3.1rem;
  }
  .series_products_title {
    font-size: 2.8rem;
  }
  .series_products_title_ja {
    font-size: 1.2rem;
  }
  .series_products .products_box {
    margin-top: 5rem;
    margin-right: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .series_products .products_box_item {
    margin-right: 0;
  }
  .series_products_swiper .swiper-wrapper {
    justify-content: flex-start;
  }
  .series_products_swiper_pagination {
    color: #fff;
  }
  .series_products_swiper_pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: transparent;
  }
  .series_products_swiper_pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

/* archive */
.common_title {
  font-size: 8.2rem;
}
.archive-products {
  padding-top: 13rem;
}
.products {
  padding-top: 8rem;
  background-color: #fafafa;
  position: relative;
}
.products_inner {
  /* max-width: 128rem; */
  margin: 0 auto;
}
.products_text {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 3rem;
}
.archive-products .products_box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6rem 2rem;
  width: 100%;
}
.archive-products .products_box_item {
  width: auto;
  min-width: 0;
  margin-right: 0;
}
.archive-products .products_box_item_image {
  overflow: hidden;
}
.products_box_item {
  /* width: 41.333rem; */
  width: 46.4rem;
  margin-right: 2rem;
}
.products_box_item_image {
  display: block;
  position: relative;
}
.products_box_item_image:focus-visible {
  outline: 2px solid #856d47;
  outline-offset: 3px;
}
.products_box_item_img_hover {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.07);
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition:
    transform 0.8s ease,
    opacity 0.6s ease;
}
.products_box_item_image:hover .products_box_item_img_hover {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.products_box_item_tag {
  position: absolute;
  z-index: 3;
  top: 1.5rem;
  right: 1rem;
  font-family: "NyghtSerif";
  font-weight: 300;
  font-style: italic;
  font-size: 1.5rem;
  color: #fff;
  background-color: #856d47;
  padding: 0.5rem 1.2rem;
}
.products_box_item_info {
  margin-top: 3rem;
  text-align: center;
}
.products_box_item_category {
  font-family: "NyghtSerif";
  font-weight: 300;
  font-size: 1.5rem;
}
.products_box_item_title_en {
  font-family: "NyghtSerif";
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1;
  margin-top: 3rem;
}
.products_box_item_ja {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 2rem;
}
.products_box_item_price {
  font-family: "PPNeueMontreal";
  font-size: 1.5rem;
  margin-top: 2rem;
}
.products_box_item_price span {
  font-size: 1.1rem;
  margin-left: 0.5rem;
}
.products_box_item_btn {
  margin-top: 5rem;
}
.products_swiper_pagination {
  display: none;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
.products_swiper_pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1rem solid #856d47;
  opacity: 1;
  margin: 0 !important;
  background-color: transparent;
}
.products_swiper_pagination .swiper-pagination-bullet-active {
  background-color: #856d47;
}
@media (max-width: 1024px) {
  .archive-products .common_title {
    font-size: 5rem;
  }
  .products {
    padding: 0 2rem;
    overflow: clip;
  }
  .products_text {
    font-size: 1.2rem;
    margin-top: 2.5rem;
  }
  .archive-products .products_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem 1.5rem;
    margin-top: 5rem;
  }
  .products_box_item_info {
    margin-top: 2.5rem;
  }
  .products_box_item_category {
    font-size: 1.4rem;
  }
  .products_box_item_title_en {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
  .products_box_item_ja {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
  .products_box_item_price {
    margin-top: 2rem;
  }
  .products_box_item_btn {
    margin-top: 4rem;
  }
}
