@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 300;
  background: #010714;
  letter-spacing: 0.05em;
}

main {
  position: relative;
}

.u-lg-desktop {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-lg-desktop {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

.u-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block !important;
  }
}

.u-fz12 {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .u-fz12 {
    font-size: 0.75rem;
  }
}

.u-fz14 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .u-fz14 {
    font-size: 0.875rem;
  }
}

.u-fz16 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .u-fz16 {
    font-size: 1rem;
  }
}

.u-fz18 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .u-fz18 {
    font-size: 1.125rem;
  }
}

.u-fz20 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .u-fz20 {
    font-size: 1.25rem;
  }
}

.u-fz22 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .u-fz22 {
    font-size: 1.375rem;
  }
}

.u-fz24 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .u-fz24 {
    font-size: 1.5rem;
  }
}

.u-fz26 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .u-fz26 {
    font-size: 1.625rem;
  }
}

.u-fz28 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .u-fz28 {
    font-size: 1.75rem;
  }
}

.u-fz30 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .u-fz30 {
    font-size: 1.875rem;
  }
}

#concept,
#room,
#equipment,
#seminyak,
#map,
#reserve {
  scroll-margin-top: 3.75rem;
}

@media (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
html.is-screen-locked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1080px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: medium;
  font-size: initial;
  font-weight: normal;
  font-weight: initial;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

.c-btn {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px;
  padding: 0.9375rem;
  background: #001B26;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}
.c-btn img {
  width: 24px;
  width: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    padding: 1.0625rem;
  }
  .c-btn img {
    width: 1.1875rem;
  }
}

.c-hamburger {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 53px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before,
.c-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before {
  top: 0;
}

.c-hamburger__line::after {
  top: 15px;
  top: 0.9375rem;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line::before, .c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  top: 0;
  background-color: #fff;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::before {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.c-page-top {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: #fff;
  position: fixed;
  bottom: 50px;
  bottom: 3.125rem;
  right: 20px;
  right: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
}

.c-page-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.c-page-top span:first-child {
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  background: #010714;
  -webkit-transform: rotate(-45deg) translateX(3px);
          transform: rotate(-45deg) translateX(3px);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-page-top span:nth-child(2) {
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  background: #010714;
  -webkit-transform: rotate(45deg) translateX(-3px);
          transform: rotate(45deg) translateX(-3px);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-page-top:hover {
  background: #010714;
}
.c-page-top:hover span {
  background: #fff;
}

.c-sec-title__en {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-sec-title__en {
    font-size: 1.25rem;
  }
}

.c-sec-title__jp {
  font-size: 10px;
}

.c-title-text {
  text-align: center;
}

.c-title-text__title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-title-text__title {
    font-size: 1rem;
    text-align: center;
  }
}

.c-title-text__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  line-height: 1.71;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-title-text__text {
    white-space: normal;
    white-space: initial;
    font-size: 0.8125rem;
    line-height: 2.3;
    margin-top: 3.75rem;
  }
}

.p-footer {
  padding: 70px 0 40px;
  padding: 4.375rem 0 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #010714), color-stop(60%, transparent));
  background: linear-gradient(180deg, #010714 50%, transparent 60%);
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.125rem 0 2.5rem;
  }
}

.p-footer__body {
  margin-top: 75px;
  margin-top: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    display: block;
    margin-top: 3.75rem;
  }
}

.p-footer__lists1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-footer__lists2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 513px;
          flex: 0 0 513px;
  -ms-flex: 0 0 32.0625rem;
      flex: 0 0 32.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__lists2 {
    margin-top: 2.5rem;
  }
}

.p-footer__list {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    font-size: 0.75rem;
  }
}

.p-footer__list.--mt {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-footer__btn {
  margin-top: 10px;
  margin-top: 0.625rem;
  max-width: 513px;
  max-width: 32.0625rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    margin-top: 3.75rem;
  }
}

.p-footer__links {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-footer__links {
    margin-top: 7.5rem;
  }
}

.p-footer__link-items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-footer__link-item a {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding: 10px 0;
  padding: 0.625rem 0;
  display: block;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__link-item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link-item a {
    font-size: 0.8125rem;
  }
}

.p-footer__bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-footer__sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-footer__sns-item {
  width: 40px;
  width: 2.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__sns-item:hover {
    opacity: 0.8;
  }
}

.p-footer__copy {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 26.5px 0;
  padding: 1.65625rem 0;
  text-align: center;
  position: relative;
  z-index: 2;
  background: #010714;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.75rem;
  }
}

.p-header-menu {
  position: fixed;
  width: 100%;
  max-width: 370px;
  max-width: 23.125rem;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 102;
  background: rgba(0, 0, 0, .8);
  padding: 144px 0 44px;
  padding: 9rem 0 2.75rem;
  text-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .p-header-menu {
    max-width: 100%;
    padding: 7.125rem 0 2.75rem;
  }
}

.p-header-menu::-webkit-scrollbar {
  display: none;
}

.is-drawerActive .p-header-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-header-menu__logo {
  width: 75px;
  width: 4.6875rem;
  display: inline-block;
}
.p-header-menu__logo img {
  width: 100%;
  height: 100%;
}

.p-header-menu__items {
  height: inherit;
  padding: 0;
  height: initial;
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-header-menu__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px 0;
  padding: 0.625rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header-menu__item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-header-menu__item a {
    font-size: 0.8125rem;
  }
}

.p-header-menu__bottom {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
  max-width: 100px;
  max-width: 6.25rem;
  display: inline-block;
}

.p-header-menu__sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header-menu__sns-item {
  width: 40px;
  width: 2.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-header-menu__sns-item:hover {
    opacity: 0.8;
  }
}

.p-header-menu__copy {
  margin-top: 140px;
  margin-top: 8.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}

.p-header {
  height: 95px;
  height: 5.9375rem;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  padding: 0 1.5625rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 1.25rem;
  }
}

.p-header__drawer {
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  left: 25px;
  left: 1.5625rem;
  z-index: 103;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    top: 0.3125rem;
  }
}

.p-header__lang {
  position: absolute;
  top: 34px;
  top: 2.125rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 103;
  font-size: 12px;
  font-size: 0.75rem;
  width: 108px;
  width: 6.75rem;
  padding: 10px;
  padding: 0.625rem;
  margin: 0;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  -webkit-transition: opacity 0.3s ease, background-color 0.5s;
  transition: opacity 0.3s ease, background-color 0.5s;
}
@media (hover: hover) {
  .p-header__lang:hover {
    opacity: 0.8;
  }
}
.p-header__lang img {
  display: inline-block;
  width: 11px;
  width: 0.6875rem;
  margin-left: 12px;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__lang {
    padding: 0.5rem;
    top: 1.25rem;
    right: 0.625rem;
  }
}

.p-header__lang.is-in {
  background-color: rgba(1, 7, 20, .8);
}

.p-header__lang-area {
  position: absolute;
  top: 60px;
  top: 3.75rem;
  right: 25px;
  right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px;
  padding: 1.5625rem 0.625rem;
  gap: 10px;
  gap: 0.625rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__lang-area.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.p-header__lang-area-title {
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-header__lang-area-box {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-header__lang-click {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
  position: relative;
}

.p-header__lang-click.is-tab::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(../images/common/icon-cheack.svg) no-repeat center center/contain;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
}

.p-header__lang-click + .p-header__lang-click {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-header__reservation-box {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 26rem);
  width: 140px;
  width: 8.75rem;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-header__reservation-box {
    width: 7.4375rem;
  }
}

.p-header__reservation {
  display: block;
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  pointer-events: initial;
  z-index: 102;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 140px;
  width: 8.75rem;
  padding: 3px 0 13px;
  padding: 0.1875rem 0 0.8125rem;
  -webkit-transition: opacity 0.3s ease, background-color 0.5s;
  transition: opacity 0.3s ease, background-color 0.5s;
}
@media screen and (max-width: 767px) {
  .p-header__reservation {
    width: 6.8125rem;
    padding: 0.1875rem 0 0.3125rem;
    border-right: 1px solid #fff;
    right: 0;
    top: 90%;
  }
}
@media (hover: hover) {
  .p-header__reservation:hover {
    opacity: 0.8;
  }
}
.p-header__reservation span:nth-child(1) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-header__reservation span:nth-child(1) {
    font-size: 0.875rem;
  }
}
.p-header__reservation span:nth-child(2) {
  font-size: 10px;
  display: block;
  text-align: center;
  position: relative;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-header__reservation span:nth-child(2) {
    margin-top: 0;
  }
}
.p-header__reservation span:nth-child(2)::before {
  content: "・";
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__reservation span:nth-child(2)::before {
    content: none;
  }
}
.p-header__reservation span:nth-child(3) {
  font-size: 10px;
  text-align: center;
  position: relative;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
.p-header__reservation span:nth-child(3)::before {
  content: "・";
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__reservation span:nth-child(3)::before {
    content: none;
  }
}

.p-header__reservation.is-in {
  background-color: rgba(1, 7, 20, .8);
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-media {
    display: block;
  }
}

.p-media.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    width: calc(100% - 20px);
  }
}
.p-media__img::after {
  content: "";
  display: block;
  padding-top: 72.1500721501%;
}
.p-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-media.--reverse .p-media__img {
  margin-left: auto;
}

.p-media__text-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
}
@media screen and (max-width: 767px) {
  .p-media__text-block {
    margin-top: 7.5rem;
  }
}

.p-media__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 3;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-media__text.--lh {
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .p-media__text.--lh {
    line-height: 3;
  }
}

.p-media2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
  gap: 8.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-media2 {
    display: block;
  }
}

.p-media2.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-media2.--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
}

.p-media2__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.2962%;
          flex: 0 1 46.2962%;
  position: relative;
}
.p-media2__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-media2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-media2__img {
    width: 60%;
    margin-left: auto;
  }
}

.p-media2__text-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 39.5%;
          flex: 0 1 39.5%;
}
@media screen and (max-width: 767px) {
  .p-media2__text-block {
    margin-top: 4.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-media2.--reverse .p-media2__text-block {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-media2__text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-media2__text {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
  }
}

.p-media2__lists {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  border-left: 1px solid #fff;
}
.p-media2__list {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-media2__list {
    font-size: 0.75rem;
  }
}

.p-media2__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-media2__flex {
    margin-top: 0;
  }
}

.p-media2__flex-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.p-media2__flex-block2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.p-media2__lists2 + .p-media2__lists2 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-media3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-media3 {
    display: block;
    margin-left: 0;
    margin-left: initial;
    padding: 0 0.625rem;
  }
}

.p-media3.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
  margin-left: initial;
}
@media screen and (max-width: 767px) {
  .p-media3.--reverse {
    margin-right: 0;
    margin-right: initial;
  }
}

.p-media3__img {
  width: 54vw;
  position: relative;
  height: 500px;
  height: 31.25rem;
}
.p-media3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-media3__img {
    width: 100%;
    height: auto;
    height: initial;
    position: relative;
    margin-top: 3.25rem;
  }
  .p-media3__img::after {
    content: "";
    display: block;
    padding-top: 72.0634920635%;
  }
  .p-media3__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-media3__text-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 22px;
  margin-left: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-media3__text-block {
    width: 100%;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-media3__text-block.--reverse {
  margin-left: 0;
  margin-left: initial;
  margin-right: 120px;
  margin-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-media3__text-block.--reverse {
    margin-right: 0;
    margin-right: initial;
  }
}

.p-media3__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 3;
}

.p-sec-content {
  position: relative;
  z-index: 2;
}

.p-topBack {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topBack img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-topConcept {
  padding-top: 200px;
  padding-top: 12.5rem;
  padding-bottom: 297px;
  padding-bottom: 18.5625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), color-stop(15%, transparent), color-stop(85%, transparent), to(#010714));
  background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, transparent 15%, transparent 85%, #010714 100%);
}
@media screen and (max-width: 767px) {
  .p-topConcept {
    padding-top: 6.25rem;
    padding-bottom: 19.375rem;
  }
}

.p-topConcept__sec1 {
  margin-top: 101px;
  margin-top: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .p-topConcept__sec1 {
    margin-top: 2.875rem;
  }
}

.p-topConcept__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topConcept__text {
    font-size: 0.8125rem;
  }
}

.p-topConcept__sec2 {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topConcept__sec2 {
    margin-top: 6.5625rem;
  }
}

.p-topConcept__img {
  width: 100%;
  position: relative;
}
.p-topConcept__img::after {
  content: "";
  display: block;
  padding-top: 49.8148148148%;
}
.p-topConcept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-topConcept__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-topConcept__sec3 {
  margin-top: 256px;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-topConcept__sec3 {
    margin-top: 6.5625rem;
  }
}

.p-topConcept__sec4 {
  margin-top: 182px;
  margin-top: 11.375rem;
}
@media screen and (max-width: 767px) {
  .p-topConcept__sec4 {
    margin-top: 6.5625rem;
  }
}

.p-topEquipment {
  padding-top: 129px;
  padding-top: 8.0625rem;
  background: #010714;
}
@media screen and (max-width: 767px) {
  .p-topEquipment {
    padding-top: 6.125rem;
  }
}

.p-topEquipment__sec1 {
  margin-top: -30px;
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-topEquipment__sec1 {
    margin-top: 4.5625rem;
  }
}

.p-topMap {
  background: #010714;
}

.p-topMap__body {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-topMap__body {
    margin-top: 2.5rem;
  }
}

.p-topMap__map {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
  position: relative;
}
.p-topMap__map::after {
  content: "";
  display: block;
  padding-top: 26.953125%;
}
@media screen and (max-width: 767px) {
  .p-topMap__map::after {
    padding-top: 63.4666666667%;
  }
}

.p-topMv {
  height: 100svh;
  position: relative;
  z-index: 3;
}
.p-topMv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.p-topMv__inner {
  height: inherit;
}

.p-topMv__wrap {
  height: inherit;
  position: relative;
}

.p-topMv__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 582px;
  max-width: 36.375rem;
  z-index: 3;
}

.p-topMv__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-topMv__title {
    font-size: 0.875rem;
  }
}

.p-topMv__text {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  line-height: 1.4285;
  text-transform: uppercase;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-topMv__text {
    font-size: 2.375rem;
  }
}

.p-topMv__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.p-topMv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.p-topMv__title {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime; /*アニメーション名*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*開始と終了の状態*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s; /*アニメーションの長さ*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*アニメーションの進行具合*/
  -webkit-animation-delay: 0;
          animation-delay: 0; /*アニメーションの開始を遅らせる*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*アニメーションの向き*/
}

.p-topMv__text {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime; /*アニメーション名*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*開始と終了の状態*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s; /*アニメーションの長さ*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*アニメーションの進行具合*/
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; /*アニメーションの開始を遅らせる*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*アニメーションの向き*/
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-topRoom {
  background: #010714;
}

.p-topRoom__sec1 {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-topRoom__sec1 {
    margin-top: 6.4375rem;
  }
}

.p-topRoom__img {
  width: 100%;
  position: relative;
}
.p-topRoom__img::after {
  content: "";
  display: block;
  padding-top: 49.8148148148%;
}
.p-topRoom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-topRoom__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-topRoom__sec2 {
  margin-top: 93px;
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-topRoom__sec2 {
    margin-top: 6.125rem;
  }
}

.p-topRoom__text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  .p-topRoom__text {
    font-size: 0.8125rem;
    line-height: 2.15;
  }
}

.p-topRoom__sec3 {
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-topRoom__sec3 {
    margin-top: 4.5625rem;
  }
}

.p-topRoom__sec4 {
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-topRoom__sec4 {
    margin-top: 4.6875rem;
  }
}

.p-topSeminyak {
  padding-top: 187px;
  padding-top: 11.6875rem;
  padding-bottom: 322px;
  padding-bottom: 20.125rem;
  background: #010714;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak {
    padding-top: 7.4375rem;
    padding-bottom: 10.625rem;
  }
}

.p-topSeminyak__sec1 {
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__sec1 {
    margin-top: 5.6875rem;
  }
}

.p-topSeminyak__text {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__text {
    font-size: 0.8125rem;
    line-height: 2.3;
  }
}

.p-topSeminyak__sec2 {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__sec2 {
    margin-top: 7.625rem;
  }
}

.p-topSeminyak__sec3 {
  margin-top: 164px;
  margin-top: 10.25rem;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__sec3 {
    margin-top: 7.625rem;
  }
}

.p-topSeminyak__img {
  width: 100%;
  position: relative;
}
.p-topSeminyak__img::after {
  content: "";
  display: block;
  padding-top: 49.8148148148%;
}
.p-topSeminyak__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-topSeminyak__sec4 {
  margin-top: 199px;
  margin-top: 12.4375rem;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__sec4 {
    margin-top: 8.75rem;
  }
}

.p-topSeminyak__sec5 {
  margin-top: 172px;
  margin-top: 10.75rem;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__sec5 {
    margin-top: 6.9375rem;
  }
}

.p-topSeminyak__sec6 {
  margin-top: 166px;
  margin-top: 10.375rem;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__sec6 {
    margin-top: 0;
    margin-top: initial;
  }
}

.p-topSeminyak__sec7 {
  margin-top: 81px;
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-topSeminyak__sec7 {
    margin-top: 7.625rem;
  }
}

.p-topSeminyak__img2 {
  width: 100%;
  max-width: 693px;
  max-width: 43.3125rem;
  margin-inline: auto;
  position: relative;
}
.p-topSeminyak__img2::after {
  content: "";
  display: block;
  padding-top: 72.1500721501%;
}
.p-topSeminyak__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-fade {
  opacity: 0;
}

.u-fade.is-animated {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime; /*アニメーション名*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*開始と終了の状態*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /*アニメーションの長さ*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*アニメーションの進行具合*/
  -webkit-animation-delay: 0;
          animation-delay: 0; /*アニメーションの開始を遅らせる*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*アニメーションの向き*/
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-lang-en {
  white-space: normal;
  white-space: initial;
  display: none;
}

.u-lang-en-inline {
  white-space: normal;
  white-space: initial;
  display: none;
}

.u-langSp-en {
  display: none !important;
}

.u-langPc-en {
  display: none !important;
}

.u-lang-jp.is-none {
  display: none !important;
}

.u-lang-en.is-active {
  display: block !important;
}

.u-lang-en-inline.is-active {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-langSp-en.is-active {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .u-langPc-en.is-active {
    display: block !important;
  }
}

.l-inner {
  width: 100%;
  max-width: 1130px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 37.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-parts {
  width: 100%;
  height: 100%;
  background-color: #9cdbe8;
  padding: 100px 0;
  padding: 6.25rem 0;
}

.l-parts__sec {
  padding: 50px 0;
  padding: 3.125rem 0;
}
/*# sourceMappingURL=styles.css.map */
