.main .sec_modelroom .headline .catch .en {
  font-family: "Forum", serif;
  line-height: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
}

:target {
  scroll-margin-top: unset;
}
@media screen and (max-width: 750px) {
  :target {
    scroll-margin-top: unset;
  }
}

.main .sec_modelroom {
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .sec_modelroom {
    padding: 1.5rem 0 0;
  }
}
.main .sec_modelroom::before {
  content: "";
  display: block;
  width: 3.67rem;
  aspect-ratio: 367/310;
  position: absolute;
  top: -0.76rem;
  right: calc(50% + 3.8rem);
  background: url(../../assets/imgs/leaf_367x310.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .sec_modelroom::before {
    width: 1.84rem;
    top: -0.45rem;
    right: auto;
    left: 0;
  }
}
.main .sec_modelroom .headline .catch {
  text-align: center;
}
.main .sec_modelroom .headline .catch .ja {
  margin-inline: auto;
}
.main .sec_modelroom .headline .catch .en {
  margin: 0.24rem 0 0;
  color: #b3aaaa;
  font-size: 0.15rem;
  letter-spacing: 0.02em;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec_modelroom .headline .catch .en {
    padding: 0.4rem 0 0;
    font-size: 0.2rem;
  }
}
.main .sec_modelroom .slider-modelroom {
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec_modelroom .slider-modelroom {
    margin-top: 1.5rem;
  }
}
.main .sec_modelroom .slider-modelroom .swiper-slide {
  position: relative;
}
.main .sec_modelroom .slider-modelroom .swiper-slide figcaption {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  font-size: 0.4rem;
  color: #fff;
  font-family: "Forum", serif;
}
@media screen and (max-width: 750px) {
  .main .sec_modelroom .slider-modelroom .swiper-slide figcaption {
    bottom: 0.1rem;
  }
}
.main .sec_modelroom .slider-modelroom .swiper-slide figcaption.shadow {
  text-shadow: 0 0 10px #333, 0 0 10px #333, 0 0 10px #333, 0 0 10px #333, 0 0 10px #333;
}
.main .sec_modelroom .slider-modelroom img {
  height: auto;
  width: 100%;
}
.main .sec_modelroom .slider-thum {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .main .sec_modelroom .slider-thum {
    margin-top: 5px;
  }
}
.main .sec_modelroom .slider-thum .swiper-wrapper {
  justify-content: space-between;
}
.main .sec_modelroom .slider-thum .swiper-slide {
  background: #000;
}
.main .sec_modelroom .slider-thum .swiper-slide img {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.main .sec_modelroom .slider-thum .swiper-slide-thumb-active img {
  opacity: 1;
}/*# sourceMappingURL=unique.css.map */