
@charset "UTF-8";
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼（商品）products/index.html▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#products #select .box_white_r {
  width: 48%;
  margin: 0 1% 1em;
  padding: 0.4em;
  float: left;
}
#products #select .box_white_r {
  background-color: #928c87;
}
#products #select .box_white_r.carrent {
  background-color: white;
}
#products h2 {
  font-size: 1.2rem;
  margin: 1em auto;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  position: relative;
}
#products h2::after {
  /* content: ""; */
  /* background-image: url(/img/common-icon-after.png); */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* position: absolute; */
  /* width: 10px; */
  /* height: 15px; */
  /* right: 1em; */
  /* bottom: .2em; */
  /* transform: rotate(90deg); */
}
#products .fl {
  float: left;
  width: 38%;
}
#products .fr {
  float: right;
  width: 60%;
}
#products .fr h3 {
  margin: 0;
  text-align: left;
  font-weight: bold;
}
.fr p:last-child {
  margin-top: 0.5em;
}
.photobook {
  font-size: 13px;
  text-align: left;
  margin-bottom: 0.7em;
  /* cursor:  hand;
    cursor: pointer; */ /*products/index.html*/
}
#products .box_pc50fl,
#products .box_pc50fr {
  margin: 0 1em 3em;
  overflow: hidden;
}
#products .box_pc50fl ol,
#products .box_pc50fr ol {
  width: 100%;
  clear: both;
  padding-top: 0.5em;
}
#products .box_pc50fl ol li,
#products .box_pc50fr ol li {
  display: inline-block;
  background-color: white;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  padding: 0.2em;
  font-size: 0.88em;
}
#products .btn_round-before {
  background: unset;
  color: #3c3c3c;
  border: 1px solid #777;
  margin-top: 3em;
}
@media screen and (max-width: 360px) {
}
@media screen and (min-width: 1024px) {
  #products h2::after {
    right: 30%;
  }
  #products .accordion-open {
    width: 900px;
    margin: 0 auto;
    padding-top: 1em;
  }
  #products .box_pc50fl,
  #products .box_pc50fr {
    margin: 0 0 4em;
  }
  #products .btn_round-before {
    margin-bottom: 4em;
  }
  #products #select {
    margin: 3em auto;
  }
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲（商品）products/index.html▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ▼▼▼▼▼▼▼▼▼▼▼（アートソン）products/artson.html 20180806追加▼▼▼▼▼▼▼▼▼▼▼*/
#products.artson {
  /*    font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
#products.artson h1,
#products.artson h2,
#products.artson h3 {
  color: #ab7337;
  line-height: 1.7em;
}
#products.artson h1 span {
  font-size: 3em;
}
#products.artson h1 {
  font-size: 1em;
  line-height: 2.5em;
}
#products.artson h1::before,
#products.artson h1::after {
  background-image: none;
}
#products.artson h2 {
  font-size: 1.5em;
  line-height: 1.7em;
  /*    font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
#products.artson h3 {
  font-size: 1.2em;
  margin: 0 0 1.5em;
}
#products.artson .artson_block {
  background-color: #ece6e0;
  padding: 5em 0;
}
#products.artson .artson_white {
  background-color: #fff;
  width: 90%;
  margin: 3em auto;
  padding: 2em;
}
#products.artson .artson_white div {
  margin-bottom: 1em;
  padding: 0;
  color: #ab7337;
}
#products.artson .artson_white:nth-of-type(n + 2) p:last-child {
  text-align: justify;
  line-height: 1.8em;
  margin-top: 1.5em;
}
#products.artson p.large {
  letter-spacing: 4px;
  margin-bottom: 0.8em;
  line-height: 1.5em;
}
#products.artson .large span {
  font-size: 70%;
}
#products.artson .title {
  text-align: center;
  padding: 8px 0 0 0;
  color: #ab7337;
  border-top: solid 3px #ab7337;
  border-bottom: solid 3px #ab7337;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin: 1.2em 0;
}
#products.artson .title:before {
  content: "";
  border-top: solid 1px #ab7237;
  display: block;
  padding: 4px 0;
}
#products.artson .title:after {
  content: "";
  border-top: solid 1px #ab7237;
  display: block;
  margin: 8px 0;
}

@media screen and (max-width: 360px) {
}
@media screen and (min-width: 1024px) {
  #products.artson .artson_white {
    width: 900px;
    padding: 4em 3em;
  }
  #products.artson h2 {
    font-size: 1.8em;
  }
  #products.artson h3 {
    font-size: 1.3em;
  }
}
/* ▲▲▲▲▲▲▲▲▲▲▲（アートソン）products/artson.html 20180806追加▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/*20201126-kash-product galleryflame*/
.galleryFlameSizes {
  font-size: 0.6em;
  border-collapse: separate;
  margin: 0.5em 0;
  border-spacing: 2px 0;
}
/*20220825-kash-アカンサスシルバー廃止*/
@media screen and (min-width: 1024px) {
  #products.artson .grid-1-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1em;
  }
}

/* products renewal */
/* main slider */
#products-shelf .swiper-pagination-bullet-active {
  background: #e8437e !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  main#products-shelf {
    margin-top: 64px !important;
  }

  ._show-dd-menu .products-sub-menu-box {
    display: none;
  }
}
/*  */
.products-title-en {
  font-family: "Mulish", sans-serif !important;
  font-weight: 400;
  font-size: 1.3rem !important;
}

.products-title-jp {
  display: block;
  text-align: center !important;
  font-size: 0.9rem !important;
  margin-top: 0.3rem;
}

.products-category {
  margin-top: 3.2rem;
}

.products-shelf__container,
.products-data,
.products-set-item {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .products-title-en {
    font-size: 1.6rem !important;
  }

  .products-title-jp {
    margin-top: 0.5rem;
    font-size: 1rem !important;
  }

  .products-category {
    margin-top: 4rem;
  }

  .products-shelf__container,
  .products-data,
  .products-set-item {
    /* margin-top: 11.4rem; */
    margin-top: 4.5rem;
    padding-top: 4rem;
  }
}

/* category */
.products-category__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% - 3rem);
  margin: 2.2rem auto 0;
  gap: 1.2rem 1.8rem;
}

.products-category__image-wrap {
  border-radius: 50%;
  margin-bottom: 0.6rem;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.products-category__text {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .products-category__list {
    grid-template-columns: repeat(6, 1fr);
    max-width: 1100px;
    width: calc(100% - 1rem);
    margin-top: 3.5rem;
    gap: 3rem;
  }

  .products-category__image-wrap {
    margin-bottom: 1rem;
  }

  .products-category__text {
    font-size: 1.2rem;
  }
}

/* products-data */
.products-data__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 3rem);
  margin: 0 auto;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .products-data__wrap {
    gap: 4.5rem;
    width: 100%;
    margin: 3.2rem auto 0;
  }

  .products-data__wrap .products-data__item {
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .products-data__wrap,
  .products-set-item__list {
    width: calc(100% - 2rem);
  }
}

/* products-set-item */
.products-set-item {
}

.products-set-item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - 3rem);
  margin: 0 auto;
  gap: 1rem;
}

.products-set-item__item {
  text-align: left;
}

.products-set-item__subtitle {
  margin-bottom: 0.3rem;
  display: inline-block;
}

.products-set-item__menu {
  margin-top: 1rem;
}

.products-set-item__menu-item:not(:last-child) {
  margin-bottom: 1rem;
}

.products-set-item__menu-link {
  font-size: 0.9rem;
  padding: 0 0 0 1rem;
  position: relative;
  display: inline-block;
}

.products-set-item__menu-link::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #cfcece;
}

.products-set-item__item:not(:nth-child(-n + 2)) {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .products-set-item__list {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    margin-top: 4.5rem;
    gap: 1.5rem;
  }

  .products-data,
  .products-set-item {
    max-width: 1100px;
    margin-inline: auto;
  }

  .products-set-item__item {
    margin-top: 0 !important;
  }

  .products-set-item__subtitle {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }

  .products-set-item__menu {
    margin-top: 1.6rem;
  }

  .products-set-item__menu-link {
    font-size: 1.1rem;
  }

  .products-set-item__menu-item .nav__link--small {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .products-set-item__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* shelf */
.products-shelf__bg {
  margin: 0 auto;
  display: flex;
  /* overflow-x: auto; */
  overflow: scroll hidden;
}

.products-shelf {
  background: url(/img/products/general/list-pages/products-shelf-bg.jpg) repeat-x;
  background-size: 85.5%;
  width: 830px;
  flex-shrink: 0;
  display: flex;
  align-items: end;
  padding-inline: 1rem;
}

.products-shelf__list {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.products-shelf__list {
  justify-content: space-around;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .products-shelf__bg {
    max-width: 1100px;
    display: block;
    /* overflow-x: inherit; */
    overflow: inherit;
    margin-top: 3rem !important;
  }

  .products-shelf {
    width: 100%;
    max-height: 295px;
    background-size: 84.3%;
  }

  .products-shelf__list {
    justify-content: space-around;
  }
}

/* shelf-itemここから */
.products-shelf__link {
  display: block;
  border-radius: 1rem;
  position: relative;
}

.products-shelf a:hover,
.products-shelf a:hover span,
.products-shelf a:hover strong,
.products-shelf a:hover img {
  opacity: 1;
}

.products-shelf__link.product-highlight .products-shelf__hover-text {
  opacity: 1;
  margin-top: -1.5rem;
  display: block;
}

@media (hover: none) {
  .products-shelf__hover-content {
    display: none !important;
  }
}

.products-shelf__hover-content {
  display: none;
}

.products-shelf__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .products-shelf__link {
    transition: 0.3s ease-in-out;
  }

  .products-shelf__link:hover,
  .products-shelf__hover-content:hover,
  .products-shelf__hover-content:hover span {
    opacity: 1;
  }

  .products-shelf__image--second {
    padding: 1.2rem 1.5rem 0.8rem;
  }

  .products-shelf__loupe-button {
    position: absolute;
    right: 1.8rem;
    top: 1.3rem;
    width: 1.9rem;
    height: 1.9rem;
    border: 1px solid #707070;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-content: center;
  }

  .products-shelf__loupe-button img {
    height: 15px !important;
    width: 15px !important;
  }

  .products-shelf__hover-text {
    padding: 0 1.3rem 1.2rem;
    font-size: 0.9rem;
    text-align: left;
    width: 100%;
  }

  .products-shelf__hover-text .product-shelf__price {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .products-shelf__link.product-highlight .products-shelf__hover-text {
    opacity: 1;
    margin-top: -1.5rem;
    display: block;
  }

  .products-shelf__image--first,
  .products-shelf__image--second {
    display: block;
    display: flex;
  }

  .products-shelf__image--second {
    width: 100%;
    justify-content: center;
  }

  .products-shelf__hover-text .products-price {
    font-size: 0.8rem;
    text-align: left;
    padding: 0.2rem 1rem 0;
    font-size: 1rem;
    margin-top: 0.1rem;
  }

  .products-shelf__hover-text .products-price--tax {
    font-size: 0.7rem;
  }

  .products-shelf__image--second img {
    height: 140px;
    object-fit: contain;
  }

  .products-shelf__hover-content {
    position: absolute;
    width: 250px;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 1rem;
    bottom: 0rem;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.16);
  }

  .product-highlight + .products-shelf__hover-content {
    display: block;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; 
    animation-duration: 0.5s;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
      transform: translateX(-50%) scale(1.2);
    }
  }

  @-webkit-keyframes fadeOut  {
    0% {
      display: block;
      opacity: 1;
      -webkit-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
    }
    100% {
      display: none;
      opacity: 0;
      -webkit-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1);
    }
  }

  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
      transform: translateX(-50%) scale(1.2);
    }

    100% {
      display: none;
      opacity: 0;
      transform: translateX(-50%) scale(1);
    }
  }

  .product-highlight-fadeout + .products-shelf__hover-content {
    animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-duration: 0.5s;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateX(-50%) scale(0.8);
    }
    100% {
      opacity: 1;
      transform: translateX(-50%) scale(1);
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateX(-50%) scale(0.8);
    }

    100% {
      opacity: 1;
      transform: translateX(-50%) scale(1);
    }
  }

  @-webkit-keyframes fadeOut  {
    0% {
      display: block;
      opacity: 1;
      transform: translateX(-50%) scale(1);
    }

    100% {
      display: none;
      opacity: 0;
      transform: translateX(-50%) scale(0.8);
    }
  }

  @keyframes fadeOut {
    0% {
      display: block;
      opacity: 1;
      transform: translateX(-50%) scale(1);
    }

    100% {
      display: none;
      opacity: 0;
      transform: translateX(-50%) scale(0.8);
    }
  }
}

@media screen and (max-width: 900px) {
  .products-shelf__hover-content {
    display: none !important;
  }
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 99999;
  background-color: rgb(80 80 80 / 80%);
}

.modal.modal-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}

.modal__wrap {
  background-color: #fff;
  width: 100%;
  padding: 2rem;
  height: 100%;
  overflow-y: scroll;
}

.modal__close-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
  font-size: 1rem;
}

.modal__close-btn::before,
.modal__close-btn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 1px;
  height: 1rem;
  background: #3c3c3c;
}

.modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close-btn span {
  display: none;
}

.modal-next-button,
.modal-prev-button {
  position: absolute;
  background: #fff;
  z-index: 22;
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #707070;
}

.modal-next-button {
  right: 0;
}

.modal-prev-button {
  left: 0;
}

.modal-next-button:before,
.modal-prev-button:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/img/products-logo-arrow.svg);
  background-size: 15%;
}

.modal-prev-button:before {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .modal__close-btn {
    top: 0;
    right: 0;
    width: initial;
    height: initial;
    padding: 0.5rem 1rem 0.5rem 2.2rem;
  }

  .modal__close-btn::before,
  .modal__close-btn::after {
    width: 2px;
  }

  .modal__close-btn span {
    display: block;
  }

  .modal.modal-active {
    opacity: 1;
    pointer-events: auto;
  }

  .modal__overlay {
    z-index: -1;
  }

  .modal__wrap {
    position: relative;
    max-width: 970px;
    overflow-y: initial;
    height: auto;
    /*  */
    min-height: 615px;
  }

  .modal-next-button,
  .modal-prev-button {
    width: 50px;
    height: 50px;
  }

  .modal-next-button {
    right: -4.6rem;
  }

  .modal-prev-button {
    left: -4.6rem;
  }

  .modal__content {
    display: flex;
  }

  .products-swiper {
    width: 45%;
    flex-basis: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .modal__wrap {
    max-width: 86vw;
  }
}

/* modal-swiper */
.swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mySwiper2 .swiper-slide img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0 !important;
}

.mySwiper .swiper-slide img {
  opacity: 0.4 !important;
}

.mySwiper .swiper-slide-thumb-active img {
  opacity: 1 !important;
}

.modal__title {
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 1.4rem;
  color: inherit;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.modal__title-category {
  display: block;
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0.3rem;
}

.modal__content {
  gap: 3.5rem;
  margin-top: 1.6rem;
}

.mySwiper2 video {
  width: 100%;
  max-height: 400px;
  aspect-ratio: 1 / 1;
}

.swiper-wrapper {
  align-items: center;
}

.mySwiper .swiper-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 0px 4px)
    drop-shadow(rgba(0, 0, 0, 0.4) 0px 0px 2px);
  width: 50%;
}

.mySwiper .swiper-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25))
    drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  width: 50%;
}

@media screen and (min-width: 768px) {
}

/* modal-content */
.products-price__title {
  margin-top: 1.8rem;
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
}

.products-spec__title {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
}

.products-description > * {
  text-align: left;
  line-height: 1.6;
}

.products-price {
  margin-top: 0.3rem;
  font-size: 1rem;
}

.products-price--tax {
  font-size: 0.9rem;
}

.products-spec__item:not(:last-child) {
  margin-bottom: 0.3rem;
}

.products-spec__item {
  font-size: 1rem;
}

.products-spec__subtitle {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
}

.product-spec__page,
.product-spec__size,
.product-spec__variation,
.product-spec__option {
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .products-price--tax {
    font-size: 0.8rem;
  }

  .products-shelf__title {
    padding: 0.8rem 0 0;
    border-top: 0.1rem dotted #707070;
    text-align: left;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
  }

  .products-description {
    /* overflow: scroll; */
    max-height: 485px;
    width: 55%;
    padding-right: 1rem;
  }
}

/* 商品サブメニュー */
.products-sub-menu-box {
  background: rgba(216, 216, 216, 0.73);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.products-sub-menu-box.slide-in {
  opacity: 1;
  transform: translateY(42px);
  z-index: 99;
}

.products-sub-menu-box nav {
  padding: 0 0 0.6rem;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}

.products-sub-menu-box .products-title-en {
  display: none;
}

.products-sub-menu-box .products-title-jp {
  font-size: 0.7rem !important;
}

.products-sub-menu-list li a {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0 1.4rem;
  line-height: 1;
}

.products-sub-menu-list li + li {
  border-left: 1px solid;
}

.products-sub-menu-list li:nth-child(5) {
  border-left: 0;
}

.products-sub-menu-list li {
  display: inline-block;
  line-height: 0.4;
  margin-top: 0.9rem;
}

@media screen and (min-width: 768px) {
  .products-sub-menu-box {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    top: initial;
    transform: translateY(-80px);
  }

  .products-sub-menu-box.slide-in {
    transform: translateY(0);
  }

  .products-sub-menu-box nav {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.25fr 1fr;
    height: 6rem;
    padding: 0;
    width: auto;
  }

  .products-sub-menu-box .products-title-en {
    text-align: center;
    font-size: 1.6rem !important;
    display: grid;
    place-content: center;
  }

  .products-sub-menu-box .products-title-jp {
    font-size: 0.7rem !important;
  }

  .products-sub-menu-list {
    display: flex;
    align-items: center;
    padding-left: 4rem;
  }

  .products-sub-menu-list li a {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 1.4rem;
    line-height: inherit;
  }

  .products-sub-menu-list li + li {
    border-left: 1px solid;
  }

  .products-sub-menu-list li:nth-child(5) {
    border-left: 1px solid;
  }

  .products-sub-menu-list li {
    margin-top: 0;
    line-height: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  .products-sub-menu-list li a {
    font-size: 0.9rem !important;
  }

  .products-sub-menu-list {
    padding-left: 0rem !important;
  }
}

/* 商品画像調整 */
.products-shelf__image--first img {
  height: 223px;
  max-height: 295px;
  object-fit: contain;
}

#products-photobook
  .products-shelf__bg
  .products-shelf:first-child
  .products-shelf__image--first
  img {
  padding-top: 0.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .products-shelf__image--first img,
  .products-shelf__image--first picture {
    height: 26.8vw;
  }
}

@media screen and (min-width: 1100px) {
  .products-shelf__image--first img,
  .products-shelf__image--first picture {
    height: 295px;
  }
}

@media screen and (max-width: 769px) {
  #products-photobook
    .products-shelf__bg
    .products-shelf:first-child
    .products-shelf__image--first
    img {
    /* height: 225px; */
    padding-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  #products-photobook .products-shelf__bg .products-shelf:first-child {
    /* background-size: 83.5%; */
    /* max-height: 295px; */
    /* background-repeat: repeat; */
  }
}

/* breadcrumb */
#breadcrumb.breadcrumb-white {
  background-color: #ffffff !important;
  color: #3e3e3e;
}

#breadcrumb.breadcrumb-white a {
  color: #3e3e3e !important;
}

/* ローディングアニメーション */
.product-menu-loader__wrap {
  /* display: none; */
}
.product-loader,
.product-menu-loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #3e3e3e;
  animation: loader-1 0.8s infinite linear alternate,
    loader-2 1.6s infinite linear;
}

@keyframes loader-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }

  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }

  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}

@keyframes loader-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.product-loader__wrap,
.product-menu-loader__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* TOPへ戻るボタン */
.btn_pagetop {
  width: 60px !important;
  height: 60px;
  border: solid 2px;
  border-radius: 10px;
  right: 20px;
  bottom: 50px;
  position: fixed;
  background-color: rgba(110, 110, 110, 0.6);
  display: none;
  z-index: 999;
}

@media screen and (min-width: 700px) {
  .btn_pagetop {
    right: 30px;
  }
}

/* フッターナビゲーション */
.f-compliance-set {
  display: none;
}

.f-compliance-set a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.f-compliance-set a::after {
  position: absolute;
  margin-bottom: 2px;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e8457e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.f-compliance-set a:hover {
  color: #e8457e;
}

.f-compliance-set a:hover::after {
  transform: scale(1, 1);
}

@media screen and (min-width: 1024px) {
  .f-compliance-set {
    width: calc(100% - 2em);
    margin: 2em auto;
    max-width: 1100px;
    display: flex;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 1rem;
  }

  .f-compliance-set > * {
    font-size: 14px;
    line-height: 2;
    margin-right: 2rem;
  }
}

/* menu切り替えボタン */
.products-switch {
  margin: 3rem auto 4rem;
  border-bottom: 1px solid #3c3c3c;
  padding: 0 2rem;
}

.products-switch__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  justify-content: center;
  align-items: flex-end;
}

.products-switch__button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none
}

.products-switch__button a{
  letter-spacing: 0.1rem;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Mulish", sans-serif !important;
}

.products-switch__button.currentProduct a {
  background: #3c3c3c;
  color: #fff;;
  padding-top: 1.6rem;
}

.products-switch__button a{
  border: 1px solid #3c3c3c;
  border-bottom: none;
  border-radius: 0.7rem 0.7rem 0 0;
  padding: 0.8rem;
  display: block;
}

.products-shelf__bg {
  position: relative;
}

@media screen and (min-width: 768px) {
  .products-switch__container {
    max-width: 1100px;
    margin-inline: auto;
    padding: 0 2rem;
  }

  .products-switch {
    margin: 5rem auto;
    padding: 0;
  }

  .products-switch__button a {
    font-size: 1.5rem;
  }

  .products-switch__button a {
    padding: 1rem;
  }

  .products-switch__button.currentProduct a {
    padding-top: 2rem;
  }
}

/* オブジェクト */
.products-shelf__bg .products-shelf {
  position: relative;
}
.products-shelf__item__object img,
.products-shelf__item__object picture {
  max-height: 225px;
  object-fit: contain;
}

.products-shelf__item__object {
  max-height: 225px;
}
#products-photobook .products-shelf__bg .products-shelf:first-child:before {
  content: "";
  background: url(../img/products/general/list-pages/object-leaf01.png) no-repeat
    center/contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 11.9%;
  height: 100%;
}

#products-photobook .products-shelf__bg .products-shelf:nth-child(2):before {
  content: "";
  background: url(../img/products/general/list-pages/object-leaf03.png) no-repeat
    center/contain;
  position: absolute;
  right: 0;
  top: 0;
  height: 98%;
  width: 64%;
}

#products-photoframe .products-shelf__bg .products-shelf:nth-child(2):before {
  content: "";
  background: url(../img/products/general/list-pages/object-leaf04.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 52%;
  width: 35%;
}

#products-photoframe .products-shelf__bg .products-shelf:nth-child(3):before {
  content: "";
  background: url(../img/products/general/list-pages/object-leaf05.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 4rem;
  bottom: 0;
  height: 28%;
  width: 32%;
}
@media screen and (min-width: 768px) {
  .products-shelf__bg .products-shelf {
    max-height: 295px;
    background-repeat: repeat;
  }
  #products-photobook .products-shelf__bg .products-shelf:first-child:before {
    left: 0;
    top: 0;
    width: 12.4%;
    height: 100%;
  }

  #products-photobook .products-shelf__bg .products-shelf:nth-child(2):before {
    right: 0;
    top: 0;
    height: 100%;
    width: 65%;
  }

  #products-photoframe .products-shelf__bg .products-shelf:nth-child(2):before {
    left: 0;
    bottom: 0;
    height: 48.8%;
    width: 33%;
  }

  #products-photoframe .products-shelf__bg .products-shelf:nth-child(3):before {
    right: 7rem;
    bottom: 0;
    height: 24%;
    width: 32%;
  }
  .products-shelf__item__object img,
  .products-shelf__item__object picture {
    max-height: 295px;
  }

  .products-shelf__item__object {
    max-height: 295px;
    /* margin-inline: -2rem; */
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  #products-photobook .products-shelf__bg .products-shelf:first-child:before {
    left: 0;
    top: 0;
    width: 11.8vw;
    height: 100%;
  }

  #products-photobook .products-shelf__bg .products-shelf:nth-child(2):before {
    right: 0;
    top: 0;
    height: 26.8vw;
    width: 65%;
  }

  .products-all-page #products-photoframe .products-shelf__bg .products-shelf:nth-child(2):before {
    left: 0 !important;
    bottom: 0.5vw !important;
    height: 12.2vw !important;
    width: 32vw !important;
  }

  .products-wedding-page .products-shelf__bg .products-shelf:nth-child(2):before {
    left: 0 !important;
    bottom: 1.1vw !important;
    height: 12.2vw !important;
    width: 32vw !important;
  }

  #products-photoframe .products-shelf__bg .products-shelf:nth-child(3):before {
    right: 7rem;
    bottom: 0.3vw;
    height: 6.2vw;
    /* width: 32%; */
  }
  .products-shelf__item__object img,
  .products-shelf__item__object picture {
    height: 26.8vw;
  }
}

.menu-wedding #products-goods .products-shelf__list {
  /* justify-content: flex-start;
  margin-left: 1rem; */
}

@media screen and (min-width: 768px) {
  .menu-wedding #products-goods .products-shelf__list {
    justify-content: center;
    /* margin-left: 1rem; */
  }
}

@media screen and (min-width: 768px) {
  .products-all-page #products-goods .products-shelf__list {
    justify-content: center;
    width: 80%;
    margin-inline: auto;
  }
  .products-wedding-page #products-goods .products-shelf__list {
    justify-content: center;
    width: 50%;
    margin-inline: auto;
  }
}

.frame-object__bird {
  pointer-events: none;
  position: absolute;
  /* left: 50%; */
}

.products-all-page .frame-object__bird {
  left: 35%;
}

.products-wedding-page .frame-object__bird {
  left: 42%;
}

.products-spec__link {
  color: #e8447e;
  border-bottom: 1px solid;
}

.modal__body--all .for-wedding {
  display: none;
}

.modal__body--wedding .for-all {
  display: none;
}
/* 20240905 SERVICEセクション移動 */
.sec-service {
	width: calc(100% - 2rem);
	max-width: 1040px;
  margin: 4.5rem auto 0;
	padding-top: 4rem;
}
.sec-service .blk-title {
  margin: 40px 0 30px;
  font-family: "Mulish", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: .1em;
}
.sec-service-list {
	display:grid;
	grid-gap: 30px 0;
	grid-template-columns: 1fr;
	margin-bottom: 80px;
}
.sec-service-list-img {
	margin:0;
	margin-bottom:7px;
}
.sec-service-list-link {
	line-height:1.7;
	letter-spacing:1.7px;
}
.sec-service-list-txt {
	border-bottom:1px solid;
	font-weight:bold;
	line-height: 1.8;
	font-size: 1.1em;
}
.sec-service-list-img {
	border-radius: 2px;
	border: 1px solid #bfbfbf;
	box-shadow: 0 0 4px #bfbfbf;
}
@media screen and (min-width:768px){
  .sec-service .blk-title {
    font-size: 1.6rem;
  }
  .sec-service-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 15px;
    max-width: 900px;
    margin: 0 auto 80px;
  }
  .sec-service-list.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sec-service-list-txt {
    font-size:.8em;
  }
}
@media screen and (min-width:1024px){
  .sec-service {
    padding: 0 0 70px;
  }
}

