@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*ブロック要素のセンタリング*/
/*ブロック要素の右寄せ*/
/*
リンクアンダーライン非表示、ホバーで表示
a要素の親に設定
*/
/*
リンクアンダーライン非表示
a要素の親に設定
*/
/*
リンクカラー設定
a要素の親に設定
*/
/*ブロック要素内テキスト非表示*/
/*font-smoothing*/
/*clearfix*/
/*要素へホバーエフェクト追加*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily*/
/* 縦書きテキスト */
/* ボックス下の3pxシャドー*/
/* ==========================================================================

	ga100t
  GA-100T

   ========================================================================== */
body,
html {
  font-family: "Noto Sans JP", serif;
}

.p-galley {
  overflow: hidden;
}
.p-galley .c-text--default {
  color: #444;
  font-size: 1.2rem;
  margin-top: 1.6rem;
  word-wrap: break-word;
  line-height: 2;
}
.p-galley .c-text--default::before, .p-galley .c-text--default::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-galley .c-text--default::before {
  margin-top: calc((1 - 2) * 0.25em);
}
.p-galley .c-text--default::after {
  margin-bottom: calc((1 - 2) * 0.25em);
}
.p-galley .u-border-top {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-galley .u-hidden-sp {
    opacity: 0;
    visibility: hidden;
  }
}
.p-galley .l-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .p-galley .l-container {
    width: calc(100% - 20px);
  }
}
.p-galley .p-galley-mv {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-galley .p-galley-mv {
    background-image: none;
    height: auto;
  }
}
.p-galley .p-galley-mv__wrapper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-galley .p-galley-mv__wrapper {
    max-width: unset;
  }
}
.p-galley .p-galley-mv__heading {
  height: 100%;
  display: flex;
  padding-left: 14.2857142857vw;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #00000080;
  padding-right: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-galley .p-galley-mv__heading {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    align-items: center;
    padding-left: 0;
  }
}
.p-galley .p-gallery-mv__slide-image img {
  width: 100%;
}
.p-galley .p-galley-mv__heading span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-galley .p-galley-mv__heading span {
    flex-direction: row;
  }
}
.p-galley .p-galley-mv__heading span img {
  max-width: 237px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-galley .p-galley-mv__heading span.u-display-pc {
    display: none;
  }
}
.p-galley .p-galley-mv__heading span.u-display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-galley .p-galley-mv__heading span.u-display-sp {
    display: block;
  }
}
.p-galley .p-galley-mv__text {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
.p-galley .p-galley-mv__text::before, .p-galley .p-galley-mv__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-galley .p-galley-mv__text::before {
  margin-top: calc((1 - 1.4) * 0.25em);
}
.p-galley .p-galley-mv__text::after {
  margin-bottom: calc((1 - 1.4) * 0.25em);
}
@media screen and (max-width: 767px) {
  .p-galley .p-galley-mv__text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-galley .p-gallery-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}
.p-galley .p-gallery-nav__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-top: 0;
}
.p-galley .p-gallery-nav__list {
  display: flex;
  gap: 4px;
  margin-top: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-nav__list {
    gap: 4px;
  }
}
.p-galley .p-gallery-nav__item {
  flex: 0 0 auto;
}
.p-galley .p-gallery-nav__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  height: 60px;
  border: none;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #000;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.p-galley .p-gallery-nav__btn:hover {
  background-color: #e0e0e0;
}
.p-galley .p-gallery-nav__btn[aria-pressed=true] {
  background-color: #808080;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-nav__btn {
    padding: 12px 16px;
    gap: 6px;
  }
}
.p-galley .p-gallery-nav__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  line-height: 1;
}
.p-galley .p-gallery-nav__text-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-nav__text-ja {
    font-size: 14px;
  }
}
.p-galley .p-gallery-nav__text-en {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-nav__text-en {
    font-size: 10px;
  }
}
.p-galley .p-gallery-pattern-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-pattern-nav {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.p-galley .p-gallery-pattern-nav__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-top: 0;
}
.p-galley .p-gallery-pattern-nav__list {
  display: flex;
  gap: 4px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-pattern-nav__list {
    gap: 4px;
  }
}
.p-galley .p-gallery-pattern-nav__item {
  flex: 0 0 auto;
}
.p-galley .p-gallery-pattern-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 60px;
  border: none;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.p-galley .p-gallery-pattern-nav__btn:hover {
  background-color: #e0e0e0;
}
.p-galley .p-gallery-pattern-nav__btn[aria-pressed=true] {
  background-color: #808080;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-pattern-nav__btn {
    padding: 12px 16px;
    font-size: 14px;
  }
}
.p-galley .p-gallery-space {
  padding-bottom: 8rem;
}
.p-galley .p-gallery-space__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-space__list {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
  }
}
.p-galley .p-gallery-space__item {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-space__item {
    max-width: unset;
    width: 100%;
  }
}
.p-galley .p-gallery-space__text {
  color: #444;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-top: 16px;
}
.p-galley .p-gallery-space__text-label {
  display: flex;
  gap: 4px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.p-galley .p-gallery-space__text-label span {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 60%;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  padding: 16px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-galley .p-gallery-space__img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-space__img img {
    width: 100%;
  }
}
.p-galley .p-gallery-ll-block {
  display: none;
}
.p-galley .p-gallery-ll-block[aria-hidden=false] {
  display: block;
}
.p-galley .p-gallery-ll-block__link {
  display: block;
}
.p-galley .p-gallery-ll-block__list {
  display: flex;
  counter-reset: num;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__list {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    display: block;
    margin-top: 4.5rem;
  }
}
.p-galley .p-gallery-ll-block__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-galley .p-gallery-ll-block__item + .p-gallery-ll-block__item {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__item + .p-gallery-ll-block__item {
    margin-left: 0;
    margin-top: 3.5rem;
  }
}
.p-galley .p-gallery-ll-block__item .p-gallery-ll-block__sub-heading::before {
  counter-increment: num;
  content: counter(num);
  background: teal;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 100%;
  margin-right: 0.5rem;
  display: inline-block;
}
.p-galley .p-gallery-ll-block__heading {
  font-size: 2.4rem;
  font-weight: 400;
  color: #3b8245;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__heading {
    text-align: center;
  }
}
.p-galley .p-gallery-ll-block__sub-heading {
  font-size: 2rem;
  color: #3b8245;
}
.p-galley .p-gallery-ll-block__md-text {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.85;
  margin-top: 1.2rem;
}
.p-galley .p-gallery-ll-block__md-text::before, .p-galley .p-gallery-ll-block__md-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-galley .p-gallery-ll-block__md-text::before {
  margin-top: calc((1 - 1.85) * 0.25em);
}
.p-galley .p-gallery-ll-block__md-text::after {
  margin-bottom: calc((1 - 1.85) * 0.25em);
}
.p-galley .p-gallery-ll-block__md-text span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.8rem;
}
.p-galley .p-gallery-ll-block__img {
  position: relative;
  z-index: -10;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__img img {
    width: 100%;
  }
}
.p-galley .p-gallery-ll-block__img.p-gallery-ll-block__img--deco {
  margin-top: -8.4rem;
}
.p-galley .p-gallery-ll-block__wrapper {
  margin-top: 5rem;
  padding-top: 5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__wrapper {
    flex-direction: column;
  }
}
.p-galley .p-gallery-ll-block__wrapper-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.3rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 515px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__wrapper-02 {
    padding: 1.5rem;
    margin-top: 1.6rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-galley .p-gallery-ll-block__wrapper-03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-galley .p-gallery-ll-block__icon {
  text-align: center;
}
.p-galley .p-gallery-ll-block__icon.p-gallery-ll-block__icon--text {
  margin-left: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__icon.p-gallery-ll-block__icon--text {
    margin-left: 1rem;
  }
}
.p-galley .p-gallery-ll-block__icon.p-gallery-ll-block__icon--gd {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__icon.p-gallery-ll-block__icon--gd {
    margin-left: 2rem;
  }
}
.p-galley .p-gallery-ll-block__sm-text {
  font-size: 1.4rem;
  color: #3b8245;
  line-height: 1.5;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__sm-text {
    color: #50a5d9;
  }
}
.p-galley .p-gallery-ll-block__wrapper02 {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
  margin-top: 6rem;
  background-color: #f3f4f4;
  margin-bottom: -8rem;
  padding-bottom: 8rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__wrapper02 {
    display: block;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.p-galley .p-gallery-ll-block__card {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__card {
    max-width: unset;
  }
}
.p-galley .p-gallery-ll-block__card + .p-gallery-ll-block__card {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-ll-block__card + .p-gallery-ll-block__card {
    margin-left: 0;
  }
}
.p-galley .p-gallery-ll-block__card .p-gallery-ll-block__img {
  margin-top: 0;
}
.p-galley .p-gallery-ll-block__card .p-gallery-ll-block__img img {
  max-width: 100%;
}
.p-galley .p-gallery-ll-block__card .p-gallery-ll-block__img--link {
  position: relative;
  display: block;
  z-index: 0;
}
.p-galley .p-gallery-ll-block__card .p-gallery-ll-block__img--link:hover {
  opacity: 0.8;
}
.p-galley .p-gallery-ll-block__lg-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.2rem;
}
.p-galley .p-gallery-ll-block__lg-text::before, .p-galley .p-gallery-ll-block__lg-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-galley .p-gallery-ll-block__lg-text::before {
  margin-top: calc((1 - 1.75) * 0.25em);
}
.p-galley .p-gallery-ll-block__lg-text::after {
  margin-bottom: calc((1 - 1.75) * 0.25em);
}
.p-galley .p-gallery-mv__slide-list-sp {
  overflow: hidden;
}
.p-galley .p-gallery-mv__slide-image {
  width: 100%;
  display: block;
}
.p-galley .p-gallery-mv__slide-image img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-mv__slide-image-sp img {
    height: 50vw;
    object-fit: cover;
  }
}
.p-galley .swiper-slide-active .p-gallery-mv__slide-image,
.p-galley .swiper-slide-duplicate-active .p-gallery-mv__slide-image,
.p-galley .swiper-slide-prev .p-gallery-mv__slide-image {
  animation: zoomUp 10s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.2);
  }
}
.p-galley .p-gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.p-galley .p-gallery-modal.is-open {
  display: block;
}
.p-galley .p-gallery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.p-galley .p-gallery-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 980px;
  max-width: 95vw;
  max-height: 95vh;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__container {
    width: 90vw;
    padding: 20px;
  }
}
.p-galley .p-gallery-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #666;
  transition: color 0.3s ease;
}
.p-galley .p-gallery-modal__close:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.p-galley .p-gallery-modal__nav {
  position: absolute;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #808080;
  transition: color 0.3s ease;
}
.p-galley .p-gallery-modal__nav:hover {
  color: #666;
}
.p-galley .p-gallery-modal__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__nav {
    width: 40px;
    height: 40px;
  }
}
.p-galley .p-gallery-modal__nav--prev {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__nav--prev {
    left: 10px;
  }
}
.p-galley .p-gallery-modal__nav--next {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__nav--next {
    right: 10px;
  }
}
.p-galley .p-gallery-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 60px 60px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__content {
    padding: 40px 20px;
    gap: 20px;
  }
}
.p-galley .p-gallery-modal__image-wrapper {
  position: relative;
  width: 700px;
  max-width: 100%;
  height: 700px;
  max-height: 50vh;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__image-wrapper {
    width: 100%;
    height: auto;
    max-height: 40vh;
  }
}
.p-galley .p-gallery-modal__image-wrapper .p-gallery-modal__nav {
  position: absolute;
}
.p-galley .p-gallery-modal__image-wrapper .p-gallery-modal__nav--prev {
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__image-wrapper .p-gallery-modal__nav--prev {
    left: -30px;
  }
}
.p-galley .p-gallery-modal__image-wrapper .p-gallery-modal__nav--next {
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__image-wrapper .p-gallery-modal__nav--next {
    right: -30px;
  }
}
.p-galley .p-gallery-modal__header {
  width: 100%;
}
.p-galley .p-gallery-modal__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.p-galley .p-gallery-modal__title-line {
  width: 60px;
  height: 2px;
  background-color: #000;
}
.p-galley .p-gallery-modal__title-text {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__title-text {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.p-galley .p-gallery-modal__title-en {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__title-en {
    font-size: 20px;
  }
}
.p-galley .p-gallery-modal__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #696969;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__title-ja {
    font-size: 14px;
  }
}
.p-galley .p-gallery-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-galley .p-gallery-modal__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.p-galley .p-gallery-modal__product-code {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
  white-space: pre-line;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__product-code {
    font-size: 12px;
  }
}
.p-galley .p-gallery-modal__pattern-info {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-galley .p-gallery-modal__pattern-group {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__pattern-group {
    gap: 11px;
  }
}
.p-galley .p-gallery-modal__product-code-inline {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__product-code-inline {
    font-size: 12px;
  }
}
.p-galley .p-gallery-modal__pattern-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.p-galley .p-gallery-modal__pattern-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
}
.p-galley .p-gallery-modal__pattern-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__pattern-icon {
    width: 40px;
    height: 40px;
  }
}
.p-galley .p-gallery-modal__pattern-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-galley .p-gallery-modal__button-wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__button-wrapper {
    width: 100%;
  }
}
.p-galley .p-gallery-modal__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 300px;
  height: 56px;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 30px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.p-galley .p-gallery-modal__button:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-galley .p-gallery-modal__button {
    width: 100%;
    max-width: 300px;
    padding: 16px 32px;
    font-size: 14px;
    height: auto;
  }
}
.p-galley .p-gallery-modal__button svg {
  flex-shrink: 0;
}
.p-galley .p-gallery-modal__button img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.p-galley .p-gallery-space__item {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-galley .p-gallery-space__item:hover {
  opacity: 0.8;
}
