@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,700&display=swap");
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

.gallerySlider {
  position: relative;
  z-index: 1;
}

.gallerySlider__panel {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 736px) {
  .gallerySlider__panel {
    margin-left: -32px;
    margin-right: -32px;
  }
}

.gallerySlider__panel .swiper-slide {
  overflow: hidden;
}

.gallerySlider__panel .swiper-slide .photo__capOut {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

@media screen and (max-width: 736px) {
  .gallerySlider__panel .swiper-slide .photo__capOut {
    right: 5px;
  }
}

.gallerySlider__controller {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__controller {
    width: calc(100% + 80px);
  }
}

@media screen and (max-width: 736px) {
  .gallerySlider__controller {
    width: 100%;
  }
}

.gallerySlider__dir {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #dbd9c9;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: .5;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__dir {
    border: 4px solid #e0e0e0;
    width: 80px;
  }
}

@media screen and (max-width: 736px) {
  .gallerySlider__dir {
    border: 3px solid #e0e0e0;
    width: 32px;
  }
}

.gallerySlider__dir .generalArrow {
  display: block;
  height: auto;
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__dir .generalArrow {
    width: 28px;
  }
}

@media screen and (max-width: 736px) {
  .gallerySlider__dir .generalArrow {
    width: 11px;
  }
}

.gallerySlider__dir .generalArrow__path {
  fill: #666666;
}

.gallerySlider__dir--prev .generalArrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__dir:hover {
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .gallerySlider__dir:hover {
    opacity: .8;
  }
}

.gallerySlider__thumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__thumbList {
    gap: 24px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 736px) {
  .gallerySlider__thumbList {
    gap: 8px;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__thumbList + .caption {
    margin-top: 24px;
  }
}

@media screen and (max-width: 736px) {
  .gallerySlider__thumbList + .caption {
    margin-top: 16px;
  }
}

.gallerySlider__ttl {
  color: #ffffff;
  font-family: "Cormorant Infant", serif;
  left: 50%;
  letter-spacing: .1em;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 14px #000000;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  white-space: nowrap;
  z-index: 2;
  line-height: 1.2;
}

.gallerySlider__ttl:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.2) * .5em);
  width: 0;
}

.gallerySlider__ttl:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.2) * .5em);
  width: 0;
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 736px) {
  .gallerySlider__ttl {
    font-size: 16px;
  }
}

.gallerySlider__bar {
  background-color: #eaeaea;
  height: 6px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.gallerySlider__bar .progress {
  background-color: #dbd9c9;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 100%;
}

.gallerySlider__thumbItem {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .gallerySlider__thumbItem {
    width: calc((100% - 120px) / 6);
  }
}

@media screen and (max-width: 736px) {
  .gallerySlider__thumbItem {
    width: calc((100% - 16px) / 3);
  }
}

.gallerySlider__thumbItem:before {
  background-color: #252b36;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  width: 100%;
  z-index: 1;
}

.gallerySlider__thumbItem .caption {
  bottom: 5px;
  color: #f7f7f7;
  position: absolute;
  right: 5px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px, rgba(0, 0, 0, 0.7) 1px 1px 10px;
  z-index: 3;
}

.gallerySlider__thumbItem.is-active:before {
  opacity: 0;
}

.gallerySlider__thumbItem.is-active .gallerySlider__ttl {
  opacity: 0;
}

@media print, screen and (min-width: 736px) {
  .gallerySlider--disableMode .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.gallerySlider--disableMode .gallerySlider__controller {
  display: none;
}

@media print, screen and (min-width: 736px) {
  .modelroom-gallery {
    padding: 0 0 194px;
  }
}

@media screen and (max-width: 736px) {
  .modelroom-gallery {
    padding: 0 0 100px;
  }
}
