@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans JP"), url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans JP Medium"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans JP Bold"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff");
}
@keyframes hover-arrow-boomeland {
  0% {
    translate: 0% 0%;
  }
  40% {
    translate: 20% 0%;
  }
  100% {
    translate: 0% 0%;
  }
}
@keyframes hover-arrow-boomeland-blank {
  0% {
    translate: 0% 0%;
  }
  40% {
    translate: 20% -20%;
  }
  100% {
    translate: 0% 0%;
  }
}
@keyframes hover-arrow-invert-boomeland {
  0% {
    translate: 0% 0%;
  }
  40% {
    translate: -20% 0%;
  }
  100% {
    translate: 0% 0%;
  }
}
@keyframes hover-menu-arrow {
  0% {
    translate: -50% 0%;
  }
  100% {
    translate: 0% 0%;
  }
}
@keyframes unhover-menu-arrow {
  0% {
    translate: 0% 0%;
  }
  100% {
    translate: 80% 0%;
  }
}
@keyframes hover-redraw-underline {
  0% {
    clip-path: inset(0% 0% 0% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 100%);
  }
  51% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans JP"), url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans JP Medium"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans JP Bold"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans JP"), url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans JP Medium"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans JP Bold"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff");
}
.AboutBody-videoWrapper {
  width: 100%;
  position: relative;
}

.youtube-popup-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #e8e7de;
  font-size: 0.825rem;
  width: 8.8125rem;
  height: 2.875rem;
  padding-inline: 0.425rem;
}

.youtube-popup-btn:hover {
  color: #fff;
  background-color: #000;
}

.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; /* 初期状態で非表示 */
  z-index: 9999;
}

.youtube-modal-inner {
  position: relative;
}

.youtube-modal-thumbnail {
  position: relative;
  width: 80vw;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.youtube-modal-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  background-color: red;
  filter: grayscale(100%);
  transition: filter .1s cubic-bezier(0, 0, .2, 1);
  border: none;
  border-radius: .5em;
}

.youtube-play-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
} 

.youtube-play-button-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.youtube-modal-thumbnail:hover .youtube-play-button {
  filter: grayscale(0%);
}

.youtube-modal-content {
  display: none;
  width: 80vw;
  aspect-ratio: 16 / 9;
}

.youtube-modal-close {
  position: absolute;
  top: -40px;
  right: 10px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.mobile-video {
  display: none;
}

/* PC 用動画は表示 */
.desktop-video {
  display: block;
}

/* SP の場合、モバイル用動画を表示し、PC 用動画を非表示 */
@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
}

.AboutBody-video {
  object-fit: cover;
}
.AboutBody-videoCover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  opacity: 0.5;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.AboutBody-videoCover p {
  color: #fff;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 1px), white calc(100% - 1px) 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: right;
  transition: background-size 0.4s;
}
[data-whatintent=mouse] .AboutBody-videoCover:hover {
  opacity: 1;
}
[data-whatintent=mouse] .AboutBody-videoCover:hover p {
  background-size: 100% 100%;
  background-position: left;
}
.AboutBody-videoManipulator {
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  background: rgba(0, 0, 0, 0);
}
[data-whatintent=mouse] .AboutBody-videoManipulator:hover {
  background: rgba(0, 0, 0, 0.5);
}
.AboutBody-videoManipulator.-playing .-icon {
  opacity: 0;
}
.AboutBody-videoManipulator.-playing .-after {
  opacity: 1;
}
.AboutBody-videoManipulator-iconWrapper {
  position: relative;
}
.AboutBody-videoManipulator-iconWrapper .-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.AboutBody-videoManipulator-iconWrapper .-after {
  opacity: 0;
  transform: translate(-45%, -50%);
}
.AboutBody-firstSection {
  position: relative;
}
.AboutBody-firstSection .-left .-video {
  position: absolute;
  object-fit: cover;
}
.AboutBody-firstSection .-right {
  text-align: right;
}
.AboutBody-secondSection {
  position: relative;
  display: flex;
}
.AboutBody-secondSection .-left {
  display: flex;
  flex-direction: column;
}
.AboutBody-secondSection .-left .-text {
  line-height: 2;
  font-weight: 400;
}
.AboutBody-secondSection .-left .-image,
.AboutBody-secondSection .-left .-video {
  object-fit: cover;
  overflow: hidden;
}
.AboutBody-secondSection .-right .-image,
.AboutBody-secondSection .-right .-video {
  object-fit: cover;
}
.AboutHotels-titleWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.AboutSlide-inner {
  counter-reset: section-count;
}
.AboutSlide-slideWrapper {
  width: 100%;
}
.AboutSlide-slide {
  counter-increment: section-count;
}
.AboutSlide-textWrapper::after {
  content: counter(section-count, decimal-leading-zero);
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Public Sans", "Noto Sans JP", Yu Gothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
.AboutSlide-text {
  line-height: 2;
}
.AboutSlide-copy {
  text-align: right;
}
.AboutSlide-slideRight .-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.AboutVideoModal {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.7s;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 701;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.AboutVideoModal.-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.AboutVideoModal-contentWrapper {
  position: relative;
  width: 100vw;
  height: calc(100vh + 1px);
  display: flex;
  align-self: center;
  justify-content: center;
}
.AboutVideoModal-inner {
  pointer-events: auto;
  display: flex;
  margin: auto;
}
.AboutVideoModal .content {
  position: relative;
  overflow-y: auto;
}
.AboutVideoModal .close {
  top: 0;
  right: 0;
}
.AboutVideoModal .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  opacity: 0;
  width: 100%;
  height: calc(100vh + 1px);
  height: calc(100lvh + 1px);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.AboutVideoModal.-show .AboutVideoModal .backdrop {
  opacity: 0.86;
}
.AboutVideoModal-close {
  position: relative;
  color: #fff;
}
.AboutVideoModal-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .AboutBody-videoWrapper {
    height: 56.5rem;
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }
  .AboutBody-video {
    width: 100%;
    height: 100%;
  }
  .AboutBody-videoCover {
    top: 6.25rem;
    height: calc(100% - 6.25rem);
    font-size: 0.9375rem;
  }
  .AboutBody-videoCover p {
    padding-bottom: 0.125rem;
  }
  .AboutBody-videoManipulator {
    width: 2.5rem;
    height: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
  }
  .AboutBody-videoManipulator-iconWrapper {
    width: 0.375rem;
    height: 0.375rem;
  }
  .AboutBody-videoManipulator-iconWrapper .-icon {
    width: 0.375rem;
    height: 0.375rem;
  }
  .AboutBody-firstSection {
    display: flex;
    justify-content: space-between;
    padding-top: 11.25rem;
  }
  .AboutBody-firstSection .-left {
    width: 41.25rem;
  }
  .AboutBody-firstSection .-left .-video {
    width: 21.375rem;
    height: 29.1875rem;
    top: -6.25rem;
    left: 9.125rem;
    border-radius: 0.25rem;
  }
  .AboutBody-firstSection .-right {
    padding-right: 9.125rem;
  }
  .AboutBody-firstSection .-right .-text {
    font-size: 1.5rem;
    letter-spacing: 0.225em;
    margin-top: 1.875rem;
  }
  .AboutBody-secondSection {
    padding-inline: 16.5rem 9.125rem;
    margin-top: 6.25rem;
    height: 47.375rem;
  }
  .AboutBody-secondSection .-left {
    justify-content: space-between;
  }
  .AboutBody-secondSection .-left .-text {
    margin-top: 13.375rem;
    font-size: 0.8125rem;
    letter-spacing: 0.0923076923em;
  }
  .AboutBody-secondSection .-left .-image,
  .AboutBody-secondSection .-left .-video {
    width: 6.625rem;
    height: 9.0625rem;
    border-radius: 0.25rem;
  }
  .AboutBody-secondSection .-right .-image,
  .AboutBody-secondSection .-right .-video {
    position: absolute;
    width: 35.5625rem;
    height: 47.375rem;
    top: 0;
    right: 9.125rem;
    border-radius: 0.25rem;
  }
  .AboutHotels {
    margin-top: -6.25rem;
    padding-top: 6.25rem;
  }
  .AboutHotels-titleWrapper {
    gap: 1rem;
    margin-inline: 2.125rem;
    overflow: hidden;
    height: 21.25rem;
  }
  .AboutHotels-title {
    font-size: 4.375rem;
  }
  .AboutHotels-link {
    height: 2.125rem;
  }
  .AboutSlide {
    position: relative;
    margin-top: 9.75rem;
    height: 360vh;
  }
  .AboutSlide-inner {
    position: sticky;
    top: 6.25rem;
    height: calc(100vh - 6.25rem);
    left: 0;
  }
  .AboutSlide-slideWrapper {
    height: calc(100vh - 6.25rem);
    position: absolute;
    top: -1px;
    left: 0;
    border-top: 1px solid #000;
  }
  .AboutSlide-slide {
    display: flex;
    width: 100%;
    height: calc(100vh - 6.25rem);
    border-bottom: 1px solid #000;
  }
  .AboutSlide-slideLeft {
    width: 43.125rem;
    min-width: 43.125rem;
  }
  .AboutSlide-textWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 43.125rem;
    height: calc(100vh - 6.25rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8.5rem 2.125rem 1.625rem 1.875rem;
  }
  .AboutSlide-textWrapper.-hidden {
    opacity: 0;
  }
  .AboutSlide-textWrapper::after {
    font-size: 0.75rem;
    left: 1.75rem;
    bottom: 1.875rem;
  }
  .AboutSlide-text {
    font-size: 0.75rem;
    width: 28.25rem;
  }
  .AboutSlide-copy {
    font-size: 2.5rem;
  }
  .AboutSlide-slideRight {
    width: 51.875rem;
  }
  .AboutSlide-slideRight.-hidden {
    clip-path: inset(100% 0% 0% 0%);
  }
  .AboutVideoModal-inner {
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
  }
  .AboutVideoModal-video {
    width: 60vw;
  }
  .AboutVideoModal-close {
    align-self: flex-start;
    width: 1.25rem;
    height: 1.25rem;
  }
  .AboutVideoModal-close svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .AboutBody-videoWrapper {
    height: 100vw;
    margin-top: 0.9375rem;
  }
  .youtube-popup-btn {
    font-size: 10px;
    bottom: 30px;
    height: 40px;
    width: 130px;
    right: 0.625rem;
    bottom: 0.625rem;
  }

  .youtube-modal-thumbnail {
    width: 100vw;
  }

  .youtube-modal-content {
    width: 100vw;
  }

  .AboutBody-video {
    width: 100%;
    height: 17.1875rem;
  }
  .AboutBody-videoCover {
    top: 0;
    height: 100%;
    font-size: 0.46875rem;
  }
  .AboutBody-videoCover p {
    padding-bottom: 0.0625rem;
  }
  .AboutBody-firstSection .-left {
    height: 6.3125rem;
  }
  .AboutBody-firstSection .-left .-video {
    width: 4.6875rem;
    height: 6.3125rem;
    top: -3.125rem;
    left: 0.625rem;
    border-radius: 0.125rem;
  }
  .AboutBody-firstSection .-right {
    font-size: 0.84375rem;
    letter-spacing: -0.07em;
  }
  .AboutBody-firstSection .-right .-text {
    letter-spacing: 0.225em;
    font-size: 0.5rem;
    line-height: 2.1;
  }
  .AboutBody-secondSection {
    flex-direction: column-reverse;
  }
  .AboutBody-secondSection .-left {
    margin-top: 1.875rem;
  }
  .AboutBody-secondSection .-left .-text {
    font-size: 0.40625rem;
    margin-inline: 1.875rem;
    letter-spacing: 0.0769230769em;
  }
  .AboutBody-secondSection .-left .-image,
  .AboutBody-secondSection .-left .-video {
    width: 3.3125rem;
    height: 4.53125rem;
    border-radius: 0.125rem;
    margin-top: 1.5625rem;
    margin-inline: 7.6875rem 0.625rem;
  }
  .AboutBody-secondSection .-right {
    margin-top: 0.8125rem;
    margin-inline: auto 0.625rem;
  }
  .AboutBody-secondSection .-right .-image,
  .AboutBody-secondSection .-right .-video {
    width: 9.59375rem;
    height: 12.78125rem;
    border-radius: 0.125rem;
  }
  .AboutHotels {
    margin-top: -1.84375rem;
    padding-top: 1.84375rem;
  }
  .AboutHotels-titleWrapper {
    height: 9.03125rem;
  }
  .AboutHotels-title {
    font-size: 1.25rem;
    text-align: center;
  }
  .AboutHotels-link {
    width: 5.875rem;
    margin-top: 0.9375rem;
    margin-inline: auto;
  }
  .AboutSlide {
    margin-top: 2.875rem;
    border-top: 1px solid #000;
  }
  .AboutSlide-textWrapper {
    position: relative;
    padding: 1.25rem 0.625rem 0.625rem 0.625rem;
  }
  .AboutSlide-textWrapper::after {
    font-size: 0.375rem;
    left: 0.625rem;
    bottom: 0.75rem;
  }
  .AboutSlide-text {
    font-size: 0.375rem;
  }
  .AboutSlide-copy {
    font-size: 0.8125rem;
    margin-top: 4.6875rem;
    letter-spacing: -0.05em;
  }
  .AboutSlide-slideRight {
    width: 100%;
    height: 11.5rem;
  }
  .AboutVideoModal-inner {
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 0.3125rem;
  }
  .AboutVideoModal-video {
    width: 95vw;
  }
  .AboutVideoModal-close {
    align-self: flex-end;
    width: 0.4375rem;
    height: 0.4375rem;
  }
  .AboutVideoModal-close svg {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}
@media screen and (max-width:767px) and (min-width: 768px) {
  .AboutBody-firstSection .-right {
    margin-inline: 1.875rem;
  }
  .AboutSlide-textWrapper {
    margin-inline: 1.875rem;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .AboutBody-firstSection .-right {
    margin-inline: 0.625rem;
  }
  .AboutSlide-textWrapper {
    margin-inline: 0.625rem;
  }
}