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

@media (prefers-reduced-motion: no-preference) {
  .main .pageHeader .image::before, .main .pageHeader .image::after {
    animation: flowPetal 4s infinite alternate;
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    transition: 2.4s 0.8s;
    transition-property: opacity transform;
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  .main .pageHeader .scrollIn.image::before, .main .pageHeader .scrollIn.image::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 750px) {
  .main .pageHeader {
    overflow: hidden;
  }
}
.main .pageHeader .ttl {
  padding-bottom: 0.1rem;
}
.main .pageHeader .image::after {
  width: 5.06rem;
  aspect-ratio: 506/550;
  top: -4.36rem;
  right: 2.27rem;
  background-image: url(../imgs/sakura00.png);
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image::after {
    width: 2.53rem;
    top: -2rem;
    right: 0;
  }
}
.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.68rem;
  aspect-ratio: 368/262;
  position: absolute;
  top: -0.45rem;
  right: calc(50% + 3.67rem);
  background: url(../imgs/sakura01.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .sec_modelroom::before {
    width: 1.84rem;
    right: auto;
    top: -0.4rem;
    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 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-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 */