@charset "UTF-8";
/* ===================================================================
CSS information

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-home-intro {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-home-intro {
    height: 120vh;
  }
}
.p-home-intro__inner {
  align-items: flex-start;
  margin-right: auto;
  margin-left: auto;
  max-width: 58.33rem;
  display: flex;
  padding-top: 12.5rem;
  margin-bottom: 8.33rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-intro__inner {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__inner {
    padding-top: 0;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    width: 70%;
  }
}
.p-home-intro__catch {
  margin-right: calc(100 / 700 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-home-intro__catch {
    margin-right: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-home-intro__catch > .inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  line-height: 1.1;
  width: 5em;
  height: 11em;
}
@media only screen and (min-width: 768px) {
  .p-home-intro__catch > .inner {
    font-size: 2.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__catch > .inner {
    font-size: 2rem;
  }
}
.p-home-intro__catch > .inner > span {
  display: inline-block;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
}
.p-home-intro__catch > .inner > span:not(:last-child) {
  margin-left: 0.83em;
}
.p-home-intro__text {
  min-height: 800px;
  line-height: 1.1;
  padding-top: 5.83rem;
}
@media only screen and (min-width: 768px) {
  .p-home-intro__text {
    font-size: 1.17rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__text {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__text {
    padding-top: 1.66rem;
    min-height: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-home-intro__text > .inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 15em;
  height: 23em;
}
@media only screen and (max-width: 767px) {
  .p-home-intro__text > .inner {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-home-intro__text > .inner > span {
  display: inline-block;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-feature-settings: normal;
}
.p-home-intro__text > .inner > span:not(:last-child) {
  margin-left: 1.25em;
}
.p-home-intro__bg {
  transform: skewY(-9deg);
  height: 33.33rem;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -18.34rem;
}
@media only screen and (max-width: 767px) {
  .p-home-intro__bg {
    height: 16.66rem;
    bottom: -9.17rem;
  }
}
.p-home-intro__bg__lean {
  transform: skewY(9deg);
  height: 200%;
  width: 200%;
  background-color: var(--color-bg-main);
  background-image: url(../images/common/pattern.png);
  background-repeat: repeat;
  background-position: top;
  background-size: auto;
}
.p-home-intro__logo {
  position: absolute;
  z-index: 3;
  width: calc(208 / 1440 * 100%);
  bottom: calc(120 / 1440 * 100%);
  right: calc(170 / 1440 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-intro__logo {
    width: calc(249.6 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__logo {
    bottom: 1.66rem;
    width: calc(100 / 380 * 100%);
  }
}
.p-home-intro__logo .o-icon {
  width: 100%;
  height: 100%;
}

.p-home-rsv {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-home-rsv {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-home-rsv {
    max-width: calc(1260px * (15 + 3) / 12);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-home-rsv {
    max-width: calc(1260px * (15 + 2) / 12);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-rsv {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rsv {
    width: calc(360 / 380 * 100%);
  }
}
.p-home-rsv {
  padding: 5rem 0;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .p-home-rsv .c-title {
    font-size: 2.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rsv .c-title {
    font-size: 1.86rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-home-rsv .txt {
    font-size: 1.17rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rsv .txt {
    font-size: 1rem;
  }
}
.p-home-rsv .txt {
  line-height: 2;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .p-home-rsv .txt {
    margin-top: 1rem;
  }
}
.p-home-rsv .c-btn {
  margin-inline: auto;
  width: 25rem;
  margin-top: 3.33rem;
}
@media only screen and (max-width: 767px) {
  .p-home-rsv .c-btn {
    margin-top: 2rem;
    width: calc(315 / 360 * 100%);
  }
}

.p-home-rooms {
  padding-top: 4.16rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-rooms {
    padding-top: 1.66rem;
  }
}
.p-home-rooms::before {
  content: "";
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 0;
  top: -10rem;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: calc(1100 / 1920 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-rooms::before {
    top: -5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rooms::before {
    display: none;
  }
}
.p-home-rooms:not(.lazyload)::before {
  background-image: url(../images/home/bg_rooms.webp);
}
.p-home-rooms__inner {
  position: relative;
  z-index: 2;
}
.p-home-rooms__title {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-home-rooms__title {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-home-rooms__title {
    max-width: calc(1100px * (15 + 3) / 12);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-home-rooms__title {
    max-width: calc(1100px * (15 + 2) / 12);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-rooms__title {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__title {
    width: calc(320 / 380 * 100%);
  }
}
.p-home-rooms__title + * {
  margin-top: -4.17rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-home-rooms__title + * {
    margin-top: -1.67rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-rooms__title + * {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__title + * {
    margin-top: 4.16rem;
  }
}
.p-home-rooms__item {
  display: flex;
  align-items: flex-start;
}
.p-home-rooms__item:nth-child(n+2) {
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__item:nth-child(n+2) {
    margin-top: 4.16rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__item {
    flex-direction: column;
  }
}
.p-home-rooms__item__text {
  width: calc(254 / 1440 * 100%);
  position: relative;
  z-index: 2;
  margin-top: 3.33rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-rooms__item__text {
    width: calc(400 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__item__text {
    margin-top: 2.5rem;
    width: 100%;
  }
}
.p-home-rooms__item__text > * {
  width: 85%;
  max-width: 15rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-home-rooms__item__text > * {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-rooms__item__text > * {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__item__text > * {
    max-width: 100%;
    width: calc(320 / 380 * 100%);
  }
}
.p-home-rooms__item__text .txt {
  margin-top: 4.16rem;
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__item__text .txt {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-home-rooms__item__text .txt br {
    display: none !important;
  }
}
.p-home-rooms__item__text .c-arrow-link {
  margin-top: 4.16rem;
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__item__text .c-arrow-link {
    margin-top: 2rem;
  }
}
.p-home-rooms__item__slider {
  width: calc(1186 / 1440 * 100%);
  order: -1;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-rooms__item__slider {
    width: calc(1040 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-rooms__item__slider {
    width: calc(350 / 380 * 100%);
  }
}
.p-home-rooms__item__slider .swiper-slide .inner {
  overflow: hidden;
}
.p-home-rooms__item__slider .swiper-slide .inner img {
  width: 100%;
  display: block;
}
.p-home-rooms__item__slider .swiper-slide .inner.top_left img {
  clip-path: polygon(0 26%, 100% 0%, 100% 100%, 0% 100%);
}
.p-home-rooms__item__slider .swiper-slide .inner.bottom_right img {
  clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
}

.p-home-area {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-home-area {
    margin-top: 7.5rem;
  }
}
.p-home-area__title {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-home-area__title {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-home-area__title {
    max-width: calc(900px * (15 + 3) / 12);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-home-area__title {
    max-width: calc(900px * (15 + 2) / 12);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-area__title {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-area__title {
    width: calc(320 / 380 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-home-area__title {
    width: calc(1100 / 1440 * 100%);
  }
}
.p-home-area__title + * {
  margin-top: -4.17rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-home-area__title + * {
    margin-top: -1.67rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-area__title + * {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-area__title + * {
    margin-top: 4.16rem;
  }
}

.p-home-seen {
  margin-top: 12.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-seen {
    margin-top: 8.33rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-seen {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-home-seen__inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-seen__inner {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-seen__inner {
    width: calc(320 / 380 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-home-seen__inner {
    max-width: 83.33rem;
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-seen__inner {
    order: 3;
    margin-top: 1.66rem;
  }
}
.p-home-seen__img {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-home-seen__img {
    order: 1;
  }
}
.p-home-seen__img--left {
  order: 1;
  width: calc(622 / 1440 * 100%);
  margin-top: calc(-320 / 1440 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-seen__img--left {
    margin-top: calc(-380 / 1440 * 100%);
    width: calc(480 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-seen__img--left {
    width: calc(219 / 380 * 100%);
    margin-top: 0;
  }
}
.p-home-seen__img--left img {
  clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
}
.p-home-seen__img--right {
  width: calc(335 / 1440 * 100%);
  order: 2;
}
@media only screen and (min-width: 768px) {
  .p-home-seen__img--right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .p-home-seen__img--right {
    top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-seen__img--right {
    width: calc(161 / 380 * 100%);
  }
}
.p-home-seen__img--right img {
  clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
}
.p-home-seen__text {
  width: calc(476 / 1000 * 100%);
  margin-left: calc(50 / 1000 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-home-seen__text {
    width: 100%;
    margin-left: 0;
  }
}
.p-home-seen .c-arrow-link {
  margin-top: 2.08rem;
}
@media only screen and (max-width: 767px) {
  .p-home-seen .c-arrow-link {
    justify-content: center;
  }
}
.p-home-seen__map {
  width: calc(696 / 1000 * 100%);
  margin-right: 0;
  position: relative;
  margin-left: auto;
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-seen__map {
    width: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-seen__map {
    margin-top: 2rem;
    width: 100%;
  }
}
.p-home-seen__map__pin {
  position: absolute;
  z-index: 2;
  left: 46%;
  top: 38%;
  width: 2.16rem;
  display: block;
  transition: transform 0.3s ease;
  transform-origin: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-seen__map__pin {
    left: 45%;
    top: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-seen__map__pin {
    width: calc(34 / 320 * 100%);
    left: 35%;
    top: 36%;
  }
}
.mouse .p-home-seen__map__pin:hover, .touch .p-home-seen__map__pin.touchstart {
  transform: scale(1.1);
}
.touch .p-home-seen__map__pin {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .p-home-seen__map__pin.touchend {
  transition-delay: 0.2s;
}
.p-home-seen__logo {
  position: absolute;
  z-index: 0;
  top: 10%;
  right: 5%;
  width: calc(100 / 380 * 100%);
}
.p-home-seen__logo svg {
  fill: #D5D5D5;
  width: 100%;
  height: 100%;
}

.c-img-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  aspect-ratio: 1/1;
}
.c-img-frame .no_img, .c-img-frame img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-img-frame--squishy:not(.lazyload) {
  background-image: url(../images/home/squishy_frame.svg);
}
.c-img-frame--square:not(.lazyload) {
  background-image: url(../images/home/square_frame.svg);
}

.p-home-ser {
  margin-top: 6.66rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-home-ser {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-home-ser {
    max-width: calc(1260px * (15 + 3) / 12);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-home-ser {
    max-width: calc(1260px * (15 + 2) / 12);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-ser {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-ser {
    width: calc(360 / 380 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-ser {
    margin-top: 6.66rem;
  }
}
.p-home-ser__text {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-home-ser__text {
    width: calc(320 / 360 * 100%);
    margin-inline: auto;
  }
}
.p-home-ser__text .txt {
  margin-top: 1.25rem;
}
.p-home-ser .c-arrow-link {
  margin-top: 1.66rem;
}
.p-home-ser__img {
  margin-top: 1.66rem;
}
.p-home-ser__img .c-img-frame {
  margin-inline: auto;
  width: calc(318 / 1260 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-home-ser__img .c-img-frame {
    width: calc(200 / 320 * 100%);
  }
}
.p-home-ser__img .c-img-frame img {
  width: calc(200 / 318 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-home-ser__img .c-img-frame img {
    width: calc(220 / 318 * 100%);
  }
}
.p-home-ser__logo {
  position: absolute;
  right: calc(130 / 1260 * 100%);
  top: calc(-220 / 1260 * 100%);
  z-index: 0;
  width: calc(109 / 1260 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-ser__logo {
    width: calc(130.8 / 1260 * 100%);
    top: calc(-120 / 1260 * 100%);
    right: calc(30 / 1260 * 100%);
  }
}
.p-home-ser__logo svg {
  width: 100%;
  height: 100%;
}
.p-home-ser__list {
  margin-top: 5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-home-ser__list {
    margin-top: 3.33rem;
  }
}
.p-home-ser__list__li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(258 / 1260 * 100%);
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-home-ser__list__li {
    width: calc(290 / 1260 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-ser__list__li {
    width: calc(1 / 4 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-ser__list__li {
    width: calc(1 / 2 * 100%);
  }
  .p-home-ser__list__li:nth-child(n+3) {
    margin-top: 1.66rem;
  }
}
.p-home-ser__list__li .text {
  width: 100%;
  margin-top: 2.08rem;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .p-home-ser__list__li .text {
    margin-top: 1rem;
  }
}
.p-home-ser__list__li .text .txt {
  margin-inline: auto;
  margin-top: 1.25rem;
  width: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-ser__list__li .text .txt {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-ser__list__li .text .txt {
    width: 92%;
    letter-spacing: -0.02em;
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-ser__list__li .text .txt {
    font-size: 0.93rem;
  }
}
.p-home-ser__list__li .c-img-frame {
  order: 1;
  margin-inline: auto;
  width: calc(258 / 315 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-home-ser__list__li .c-img-frame {
    width: 92%;
  }
}
.p-home-ser__list__li .c-img-frame img {
  width: calc(130 / 218 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-home-ser__list__li .c-img-frame img {
    width: calc(143 / 218 * 100%);
  }
}