.galleryCard {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.galleryCard__link {
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__bg {
    -webkit-filter: sepia(1) saturate(0.6) contrast(1.1);
            filter: sepia(1) saturate(0.6) contrast(1.1);
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__bg {
    -webkit-filter: sepia(1) saturate(0.6) contrast(1.1);
            filter: sepia(1) saturate(0.6) contrast(1.1);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .galleryCard:hover .galleryCard__hover {
    opacity: 1;
  }
}

.galleryCard__link {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .galleryCard__link {
    z-index: 3;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__link {
    display: none;
    pointer-events: none;
    z-index: -1;
  }
}

.galleryCard__hover {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity ease 1.5s;
  transition: opacity ease 1.5s;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .galleryCard__hover {
    bottom: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    padding: 23px 0 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 254px;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__hover {
    bottom: 0;
    left: 0;
    padding: calc(19 / 750 * 100vw) 0 calc(22 / 750 * 100vw);
    width: 100%;
  }
}

.galleryCard__txt {
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}

.galleryCard__txt:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.galleryCard__txt:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.galleryCard__txt:before, .galleryCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .galleryCard__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__txt {
    font-size: calc(20 / 750 * 100vw);
  }
}

.galleryCard__arrow {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .galleryCard__arrow {
    margin-top: 16px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .galleryCard__arrow {
    margin-top: calc(20 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
  }
}

.galleryCard__arrow .arrowImg {
  height: auto;
  width: 100%;
}

.galleryCard__bg {
  -webkit-transition: 1.5s ease filter;
  transition: 1.5s ease filter;
  width: 100%;
}

.galleryCard__bg .photo {
  width: 100%;
}

.galleryCard.is-touched .galleryCard__link {
  display: block;
  pointer-events: auto;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .galleryCard.is-touched .galleryCard__bg {
    -webkit-filter: sepia(1) saturate(0.6) contrast(1.1);
            filter: sepia(1) saturate(0.6) contrast(1.1);
  }
}

@media screen and (max-width: 768px) {
  .galleryCard.is-touched .galleryCard__hover {
    opacity: 1;
  }
}

.gallerySect {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gallerySect {
    width: 1200px;
  }
}

.gallerySect__heading {
  line-height: 1.8125;
}

.gallerySect__heading:before {
  content: '';
  margin-top: calc((1 - 1.8125) * .5em);
}

.gallerySect__heading:after {
  margin-bottom: calc((1 - 1.8125) * .5em);
}

.gallerySect__heading:before, .gallerySect__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .gallerySect__heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__heading {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__heading + .gallerySect__inner {
    margin-top: 57px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__heading + .gallerySect__inner {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.gallerySect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gallerySect__inner {
    gap: 40px 30px;
    height: 1051px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__inner {
    gap: calc(40 / 750 * 100vw);
    height: calc(1500 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item {
    width: 275px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__item {
    width: calc(275 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item--ttl {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__item--ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item:nth-child(1) {
    margin-top: auto;
  }
}

@media screen and (min-width: 768px) {
  .gallerySect__item:nth-child(6) {
    margin-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__item:nth-child(9) {
    display: none;
  }
}

.gallerySect__bnr {
  display: block;
}

@media screen and (min-width: 768px) {
  .gallerySect__bnr {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 895px;
  }
}

@media screen and (max-width: 768px) {
  .gallerySect__bnr {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.gallerySect__bnr .photo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media screen and (min-width: 768px) {
  .gallerySect__bnr:before {
    background-color: #ffffff;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

.gallerySect__bnr:hover .photo {
  opacity: .8;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
}

.modelroomSlider__container {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .modelroomSlider__container {
    width: 995px;
  }
}

.modelroomSlider__container .modelroomCard {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modelroomSlider__container .modelroomCard__visual + .modelroomCard__note {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomSlider__container .modelroomCard__visual + .modelroomCard__note {
    margin-top: 10px;
  }
}

.modelroomSlider__container .modelroomCard__note {
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .modelroomSlider__container .modelroomCard__note {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomSlider__container .modelroomCard__note {
    font-size: 10px;
  }
}

.modelroomSlider__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .modelroomSlider__controller {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .modelroomSlider__controller:not(:has(.modelroomSlider__thumb:nth-child(11))) {
    width: 829px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomSlider__controller {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px) {
  .modelroomSlider__thumb {
    width: 165px;
  }
}

@media screen and (max-width: 768px) {
  .modelroomSlider__thumb {
    width: 83px;
  }
}

.modelroomSlider__dir {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.modelroomSlider__dir:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  inset: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (min-width: 768px) {
  .modelroomSlider__dir:hover:after {
    opacity: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .modelroomSlider__dir:hover:after {
    opacity: 0;
  }
}

.modelroomSlider__dir.is-active:after {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .sliderBlock__item + .sliderBlock__item {
    padding-top: 280px;
  }
}

@media screen and (max-width: 768px) {
  .sliderBlock__item + .sliderBlock__item {
    padding-top: 100px;
  }
}

.sliderBlock__ttl {
  border-bottom: 1px solid rgba(178, 156, 123, 0.5);
  color: #b29c7b;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .07em;
  line-height: .7;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sliderBlock__ttl {
    font-size: 40px;
    padding-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .sliderBlock__ttl {
    font-size: 25px;
    padding-bottom: 25px;
  }
}

.sliderBlock__ttl .small {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
}

@media screen and (min-width: 768px) {
  .sliderBlock__ttl .small {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sliderBlock__ttl .small {
    display: block;
    font-size: 11px;
    margin-top: 11px;
  }
}

.sliderBlock__ttl .box {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  font-size: 10px;
  letter-spacing: .08em;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .sliderBlock__ttl .box {
    bottom: 10px;
    font-size: 12px;
    left: 575px;
  }
}

@media screen and (max-width: 768px) {
  .sliderBlock__ttl .box {
    bottom: 10px;
    display: block;
    font-size: 10px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .sliderBlock__ttl + .sliderBlock__body {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sliderBlock__ttl + .sliderBlock__body {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .sliderBlock__bnrArea {
    margin: 80px auto 0;
    max-width: 955px;
  }
}

@media screen and (max-width: 768px) {
  .sliderBlock__bnrArea {
    margin: calc(100 / 750 * 100vw) auto 0;
    max-width: calc(580 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sliderBlock__bnrArea .generalBnr .photo__capIn {
    bottom: calc(310 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .sliderSect__head + .sliderSect__cont {
    margin-top: 124px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__head + .sliderSect__cont {
    margin-top: 64px;
  }
}

@media screen and (min-width: 768px) {
  .sliderSect__head .headingUnit + .anchorBlock {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__head .headingUnit + .anchorBlock {
    margin-top: 64px;
  }
}

.sliderSect__head .anchorBtn__inner .small {
  color: #333333;
  display: block;
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
}

@media screen and (min-width: 768px) {
  .sliderSect__head .anchorBtn__inner .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sliderSect__head .anchorBtn__inner .small {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-slider {
    padding-top: 240px;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-slider {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .modelroom-gallery {
    margin-top: 200px;
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .modelroom-gallery {
    margin-top: 40px;
    padding: 40px 0;
  }
}
