@charset "UTF-8";
*,
*::before,
*::after {
  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;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/* hoverが使えないタッチ端末を想定した装飾 */
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  background-color: #DDDDDD;
  display: flex;
  flex-direction: column;
  font-family: "Hina Mincho", serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  flex: 1;
}

.l-about-attention {
  padding-bottom: 326px;
  padding-bottom: 20.375rem;
  padding-top: 118px;
  padding-top: 7.375rem;
}
@media screen and (max-width: 767px) {
  .l-about-attention {
    padding-bottom: 188px;
    padding-bottom: 11.75rem;
    padding-top: 172px;
    padding-top: 10.75rem;
  }
}

.l-about-concept {
  position: relative;
}

.l-about-overview {
  padding-bottom: 118px;
  padding-bottom: 7.375rem;
  padding-top: 330px;
  padding-top: 20.625rem;
}
@media screen and (max-width: 767px) {
  .l-about-overview {
    padding-bottom: 175px;
    padding-bottom: 10.9375rem;
    padding-top: 346px;
    padding-top: 21.625rem;
  }
}

.l-about-paradise {
  padding-top: 406px;
  padding-top: 25.375rem;
}
@media screen and (max-width: 767px) {
  .l-about-paradise {
    padding-top: 361px;
    padding-top: 22.5625rem;
  }
}

.l-about-pool {
  padding-top: 487px;
  padding-top: 30.4375rem;
}
@media screen and (max-width: 767px) {
  .l-about-pool {
    padding-top: 339px;
    padding-top: 21.1875rem;
  }
}

.l-drawer {
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-drawer {
    display: block;
  }
}

.l-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.l-header {
  bottom: auto;
  height: 86px;
  height: 5.375rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 69px;
    height: 4.3125rem;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  max-width: 65.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px;
    max-width: 37.5rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

.l-menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-menu-button {
    display: flex;
    position: fixed;
    right: 20px;
    right: 1.25rem;
    top: 26px;
    top: 1.625rem;
    z-index: 101;
  }
}

.l-pagetop {
  bottom: 75px;
  bottom: 4.6875rem;
  position: fixed;
  right: 97px;
  right: 6.0625rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 10px;
    bottom: 0.625rem;
    right: 10px;
    right: 0.625rem;
  }
}

.l-reservation-fixed {
  position: fixed;
  right: 0;
  top: 298px;
  top: 18.625rem;
  z-index: 10;
}

.l-rooms-concept {
  padding-top: 54px;
  padding-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .l-rooms-concept {
    padding-top: 0;
  }
}

.l-rooms-gallery {
  padding-bottom: 269px;
  padding-bottom: 16.8125rem;
  padding-top: 339px;
  padding-top: 21.1875rem;
}
@media screen and (max-width: 767px) {
  .l-rooms-gallery {
    padding-bottom: 146px;
    padding-bottom: 9.125rem;
    padding-top: 360px;
    padding-top: 22.5rem;
  }
}

.l-rooms-information {
  padding-top: 706px;
  padding-top: 44.125rem;
}
@media screen and (max-width: 767px) {
  .l-rooms-information {
    padding-top: 350px;
    padding-top: 21.875rem;
  }
}

.l-sub-common {
  padding-bottom: 334px;
  padding-bottom: 20.875rem;
  padding-top: 117px;
  padding-top: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .l-sub-common {
    padding-bottom: 188px;
    padding-bottom: 11.75rem;
    padding-top: 0;
  }
}

.l-sub-common--privacy {
  padding-bottom: 239px;
  padding-bottom: 14.9375rem;
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-sub-common--privacy {
    padding-bottom: 188px;
    padding-bottom: 11.75rem;
    padding-top: 0;
  }
}

.l-sub-common--terms {
  padding-top: 96px;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-sub-common--terms {
    padding-top: 0;
  }
}

.l-top-about {
  margin-top: 370px;
  margin-top: 23.125rem;
}
@media screen and (max-width: 767px) {
  .l-top-about {
    margin-top: 343px;
    margin-top: 21.4375rem;
  }
}

.l-top-concept {
  margin-top: 234px;
  margin-top: 14.625rem;
}
@media screen and (max-width: 767px) {
  .l-top-concept {
    margin-top: 108px;
    margin-top: 6.75rem;
  }
}

.l-top-feature {
  margin-top: 455px;
  margin-top: 28.4375rem;
}
@media screen and (max-width: 767px) {
  .l-top-feature {
    margin-top: 347px;
    margin-top: 21.6875rem;
  }
}

.l-top-location {
  margin-top: 370px;
  margin-top: 23.125rem;
}
@media screen and (max-width: 767px) {
  .l-top-location {
    margin-top: 350px;
    margin-top: 21.875rem;
  }
}

.l-top-rooms {
  margin-bottom: 430px;
  margin-bottom: 26.875rem;
  margin-top: 470px;
  margin-top: 29.375rem;
}
@media screen and (max-width: 767px) {
  .l-top-rooms {
    margin-bottom: 212px;
    margin-bottom: 13.25rem;
    margin-top: 350px;
    margin-top: 21.875rem;
  }
}

.c-mouse-stalker {
  background: rgb(0, 0, 0);
  border-radius: 50%;
  height: 10px;
  height: 0.625rem;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate(-50%, -50%);
  width: 10px;
  width: 0.625rem;
  z-index: 9999;
}

.c-description-list__term {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-description-list__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-description-list__description--item {
  position: relative;
}

ul .c-description-list__description--item {
  padding-left: 21px;
  padding-left: 1.3125rem;
}

ol .c-description-list__description--item {
  padding-left: 14px;
  padding-left: 0.875rem;
}

ul.c-description-list__description--list .c-description-list__description--item::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 8px;
  left: 0.5rem;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 3px;
}

ol.c-description-list__description--list .c-description-list__description--item::before {
  content: counter(number) " "; /* 表示形式を指定 */
  counter-increment: number 1; /* number カウンタの増加数をセット */
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  left: -7px;
  left: -0.4375rem;
  line-height: 1.5;
  position: relative;
}

.c-link-btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4375;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  position: relative;
  text-transform: capitalize;
}
.c-link-btn::before {
  background-color: #111;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-link-btn::after {
  content: "→";
  margin-left: 2px;
  margin-left: 0.125rem;
}

.c-menu-button {
  height: 17px;
  height: 1.0625rem;
  padding: 0;
  position: relative;
  width: 33px;
  width: 2.0625rem;
}

.c-menu-button span {
  background-color: #ADADAD;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #ADADAD;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  transform: translateY(calc(-1 * (0.53125rem - 0.5px)));
  transform: translateY(calc(-1 * calc(0.53125rem - 0.5px)));
}

.c-menu-button span::after {
  transform: translateY(calc(0.53125rem - 0.5px));
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  transform: translateY(0) rotate(-45deg);
}

.c-pagetop {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #192A48;
  border-radius: 50%;
  color: #192A48;
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 3px;
  gap: 0.1875rem;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  width: 92px;
  width: 5.75rem;
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .c-pagetop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    font-size: 16px;
    font-size: 1rem;
    width: 70px;
    width: 4.375rem;
  }
}

.c-pagetop::before {
  background-image: url(../images/common/icon-arrow-top-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  width: 14px;
  width: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-pagetop::before {
    height: 14px;
    height: 0.875rem;
    width: 10px;
    width: 0.625rem;
  }
}

.c-section-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  gap: 12px;
  gap: 0.75rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: capitalize;
}
.c-section-title::after {
  background-color: #111;
  content: "";
  display: block;
  height: 48px;
  height: 3rem;
  width: 1px;
  width: 0.0625rem;
}

.c-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

.c-text.c-text--large {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-text.c-text--large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

.c-text02 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

.c-text02.c-text02--large {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media screen and (max-width: 767px) {
  .c-text02.c-text02--large {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

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

.c-title01 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.45;
  }
}

.c-title02 {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 69.5px;
  padding-bottom: 4.34375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.45;
    padding-bottom: 66.5px;
    padding-bottom: 4.15625rem;
  }
}

.c-title02--large {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.45;
  padding-bottom: 61.5px;
  padding-bottom: 3.84375rem;
}
@media screen and (max-width: 767px) {
  .c-title02--large {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.c-title02::after {
  -webkit-transform: translate(-50%, 0);
  background: #000;
  bottom: 0;
  content: "";
  height: 47.5px;
  height: 2.96875rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 1px;
}

.p-about-attention__title {
  text-align: center;
}

.p-about-attention__list {
  margin-top: 33.5px;
  margin-top: 2.09375rem;
}
@media screen and (max-width: 767px) {
  .p-about-attention__list {
    margin-top: 11.5px;
    margin-top: 0.71875rem;
  }
}

.p-about-attention__item {
  -moz-column-gap: 0.9375rem;
  border-bottom: #C9AB8B 1px solid;
       column-gap: 0.9375rem;
  display: flex;
  padding: 29px 0;
  padding: 1.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-attention__item {
    display: flex;
    flex-direction: column;
    padding: 29px 0 29px;
    padding: 1.8125rem 0 1.8125rem;
  }
}

.p-about-attention__item-title {
  width: 198px;
  width: 12.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-attention__item-title {
    width: 100%;
  }
}

.p-about-attention__item-text {
  width: 787px;
  width: 49.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-attention__item-text {
    width: 100%;
  }
}

.p-about-concept {
  position: relative;
}

.p-about-concept__top-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-about-concept__top-img {
  position: absolute;
}
.p-about-concept__top-img:nth-child(1) {
  height: 469px;
  height: 29.3125rem;
  left: calc(50% - 35.875rem);
  top: 117px;
  top: 7.3125rem;
  width: 632px;
  width: 39.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__top-img:nth-child(1) {
    height: 222px;
    height: 13.875rem;
    left: 0;
    top: 0;
    width: 300px;
    width: 18.75rem;
  }
}
.p-about-concept__top-img:nth-child(2) {
  height: 281px;
  height: 17.5625rem;
  left: calc(50% + 12.6875rem);
  top: 0;
  width: 413px;
  width: 25.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__top-img:nth-child(2) {
    height: 198px;
    height: 12.375rem;
    left: auto;
    right: 0;
    top: 312px;
    top: 19.5rem;
    width: 291px;
    width: 18.1875rem;
  }
}
.p-about-concept__top-img:nth-child(3) {
  height: 507px;
  height: 31.6875rem;
  left: calc(50% - 44.875rem);
  top: 690px;
  top: 43.125rem;
  width: 288px;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__top-img:nth-child(3) {
    height: 288px;
    height: 18rem;
    left: calc(50% - 9.875rem);
    top: 608px;
    top: 38rem;
    width: 164px;
    width: 10.25rem;
  }
}
.p-about-concept__top-img:nth-child(4) {
  height: 377px;
  height: 23.5625rem;
  left: calc(50% - 19rem);
  top: 876px;
  top: 54.75rem;
  width: 555px;
  width: 34.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__top-img:nth-child(4) {
    height: 254px;
    height: 15.875rem;
    left: 0;
    top: 1106px;
    top: 69.125rem;
    width: 100%;
  }
}
.p-about-concept__top-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-about-concept__top-title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  left: calc(50% + 21.25rem);
  letter-spacing: 0.45em;
  line-height: 2.25;
  position: absolute;
  text-orientation: mixed;
  top: 393px;
  top: 24.5625rem;
  writing-mode: vertical-rl; /* 右から左への縦書き */
}
@media screen and (max-width: 767px) {
  .p-about-concept__top-title {
    font-size: 20px;
    font-size: 1.25rem;
    left: calc(50% + 4.125rem);
    line-height: 1.78;
    top: 613px;
    top: 38.3125rem;
  }
}

html[lang=en] .p-about-concept__top-title,
html[lang=ko] .p-about-concept__top-title,
html[lang=tw] .p-about-concept__top-title {
  left: calc(50% + 8.25rem) !important;
  letter-spacing: 0em !important;
  writing-mode: horizontal-tb !important;
}

html[lang=en] .p-about-concept__top-title,
html[lang=ko] .p-about-concept__top-title,
html[lang=tw] .p-about-concept__top-title {
  text-align: left; /* 8.25rem に相当 */
}
@media screen and (max-width: 767px) {
  html[lang=en] .p-about-concept__top-title,
  html[lang=ko] .p-about-concept__top-title,
  html[lang=tw] .p-about-concept__top-title {
    left: calc(50% + 4.125rem) !important;
  }
  html[lang=en] .p-about-concept__top-title,
  html[lang=ko] .p-about-concept__top-title,
  html[lang=tw] .p-about-concept__top-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.78;
    top: 613px;
    top: 38.3125rem;
    white-space: normal;
  }
}

.p-about-concept__bottom-wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding-top: 1377px;
  padding-top: 86.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__bottom-wrapper {
    flex-direction: column;
    padding-top: 1514px;
    padding-top: 94.625rem;
    position: relative;
  }
}

.p-about-concept__bottom-img {
  width: 402px;
  width: 25.125rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__bottom-img {
    position: relative;
    right: -30px;
    right: -1.875rem;
    width: 300px;
    width: 18.75rem;
  }
}
.p-about-concept__bottom-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-about-concept__bottom-text {
  bottom: -9px;
  bottom: -0.5625rem;
  position: relative;
  text-align: right;
  width: 440px;
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-concept__bottom-text {
    bottom: auto;
    margin-top: 124px;
    margin-top: 7.75rem;
    position: relative;
    right: -20px;
    right: -1.25rem;
    width: 100%;
  }
}

html[lang=en] .p-about-concept__bottom-text,
html[lang=ko] .p-about-concept__bottom-text,
html[lang=tw] .p-about-concept__bottom-text {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  html[lang=en] .p-about-concept__bottom-text,
  html[lang=ko] .p-about-concept__bottom-text,
  html[lang=tw] .p-about-concept__bottom-text {
    right: -4px !important;
    right: -0.25rem !important;
  }
}

.p-about-overview__title {
  text-align: center;
}

.p-about-overview__list {
  margin-top: 33.5px;
  margin-top: 2.09375rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__list {
    margin-top: 11.5px;
    margin-top: 0.71875rem;
  }
}

.p-about-overview__item {
  -moz-column-gap: 0.9375rem;
  border-bottom: #C9AB8B 1px solid;
       column-gap: 0.9375rem;
  display: flex;
  padding: 29px 0;
  padding: 1.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-overview__item {
    display: flex;
    flex-direction: column;
    padding: 29px 0 29px;
    padding: 1.8125rem 0 1.8125rem;
  }
}

.p-about-overview__item-title {
  width: 198px;
  width: 12.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__item-title {
    width: 100%;
  }
}

.p-about-overview__item-text {
  width: 787px;
  width: 49.1875rem;
}
@media screen and (max-width: 767px) {
  .p-about-overview__item-text {
    width: 100%;
  }
}

.p-about-paradise__wrapper {
  padding-bottom: 1246px;
  padding-bottom: 77.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__wrapper {
    padding-bottom: 0;
  }
}

.p-about-paradisec__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  max-width: 60rem;
  text-align: right;
}

.p-about-paradise__text {
  margin-top: 71px;
  margin-top: 4.4375rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  html[lang=en] .p-about-paradise__text,
  html[lang=ko] .p-about-paradise__text,
  html[lang=tw] .p-about-paradise__text {
    text-align: left !important;
  }
}

.p-about-paradise__bottom {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__bottom {
    display: flex;
    flex-direction: column;
    gap: 94px;
    gap: 5.875rem;
    margin-top: 94px;
    margin-top: 5.875rem;
    position: static;
  }
}

.p-about-paradise__bottom-img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__bottom-img {
    position: static;
  }
}
.p-about-paradise__bottom-img:nth-child(1) {
  height: 539px;
  height: 33.6875rem;
  left: calc(50% - 4.25rem);
  top: 382px;
  top: 23.875rem;
  width: 789px;
  width: 49.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__bottom-img:nth-child(1) {
    height: auto;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.p-about-paradise__bottom-img:nth-child(2) {
  height: 399px;
  height: 24.9375rem;
  left: calc(50% - 45rem);
  top: 671px;
  top: 41.9375rem;
  width: 570px;
  width: 35.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__bottom-img:nth-child(2) {
    height: 210px;
    height: 13.125rem;
    width: 300px;
    width: 18.75rem;
  }
}
.p-about-paradise__bottom-img:nth-child(3) {
  height: 507px;
  height: 31.6875rem;
  left: calc(50% + 11.5625rem);
  top: 1048px;
  top: 65.5rem;
  width: 315px;
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__bottom-img:nth-child(3) {
    height: 338px;
    height: 21.125rem;
    margin-left: auto;
    margin-right: 0;
    width: 210px;
    width: 13.125rem;
  }
}
.p-about-paradise__bottom-img:nth-child(4) {
  height: 380px;
  height: 23.75rem;
  left: calc(50% - 31.25rem);
  top: 1175px;
  top: 73.4375rem;
  width: 568px;
  width: 35.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-paradise__bottom-img:nth-child(4) {
    height: 201px;
    height: 12.5625rem;
    left: 0;
    top: 0;
    width: 300px;
    width: 18.75rem;
  }
}
.p-about-paradise__bottom-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-about-pool {
  position: relative;
}

.p-about-pool__text {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-about-pool__text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-about-pool__mainImg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 92px;
  margin-top: 5.75rem;
  max-width: 1000px;
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-pool__mainImg {
    margin-top: 86px;
    margin-top: 5.375rem;
  }
}
.p-about-pool__mainImg img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-about-pool__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 132px;
  margin-top: 8.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-pool__bottom {
    flex-direction: column;
    margin-top: 94px;
    margin-top: 5.875rem;
  }
}

.p-about-pool__bottom-left {
  left: -2px;
  left: -0.125rem;
  position: relative;
  width: 598px;
  width: 37.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-pool__bottom-left {
    display: contents;
    left: auto;
  }
}

.p-about-pool__bottom-right {
  margin-top: 149px;
  margin-top: 9.3125rem;
  width: 288px;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .p-about-pool__bottom-right {
    display: contents;
  }
}

.p-about-pool__bottom-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-about-pool__bottom-img--01 {
  margin-right: auto;
  width: 502px;
  width: 31.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-pool__bottom-img--01 {
    left: -30px;
    left: -1.875rem;
    order: 1;
    position: relative;
    width: 300px;
    width: 18.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-about-pool__bottom-img--02 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
    margin-top: 3.875rem;
    order: 2;
    width: 226px;
    width: 14.125rem;
  }
}

.p-about-pool__bottom-img--03 {
  margin-left: auto;
  margin-right: 0;
  margin-top: 166px;
  margin-top: 10.375rem;
  width: 486px;
  width: 30.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-pool__bottom-img--03 {
    margin-top: 62px;
    margin-top: 3.875rem;
    order: 3;
    position: relative;
    right: -30px;
    right: -1.875rem;
    width: 300px;
    width: 18.75rem;
  }
}

.p-drawer {
  background-color: #DDDDDD;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 62px;
  padding-top: 3.875rem;
}

.p-drawer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-drawer__logo {
  height: 184px;
  height: 11.5rem;
  width: 117px;
  width: 7.3125rem;
}

.p-drawer__logo-link {
  display: block;
}

.p-drawer__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 117/184;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-drawer__nav-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  height: 100%;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-drawer__nav-item {
  height: 100%;
}

.p-drawer__nav-item a {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.45;
  padding: 6px;
  padding: 0.375rem;
  text-transform: capitalize;
}

.p-drawer__nav-instagram {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-drawer__nav-instagram a {
  background-image: url(../images/common/icon-instagram-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-footer {
  background-color: #fff;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 137px;
  padding-top: 8.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 66px;
    padding-top: 4.125rem;
  }
}

.p-footer__logo {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 207px;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 152px;
    width: 9.5rem;
  }
}
.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 207/325;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.p-footer__nav-items {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
}

.p-footer__nav-item a {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.4444444444;
  padding: 10px;
  padding: 0.625rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px;
    padding: 0.375rem;
  }
}

.p-footer__nav-instagram {
  margin-left: 26px;
  margin-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-instagram {
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-top: 2px;
    margin-top: 0.125rem;
  }
}

.p-footer__nav-instagram a {
  display: block;
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
}
.p-footer__nav-instagram a img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-instagram a {
    height: 19px;
    height: 1.1875rem;
    width: 19px;
    width: 1.1875rem;
  }
}

.p-footer__sub-nav {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-nav {
    margin-top: 32px;
    margin-top: 2rem;
  }
}

.p-footer__sub-nav-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sub-nav-items {
    gap: 3px;
    gap: 0.1875rem;
  }
}

.p-footer__sub-nav-item a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4285714286;
  padding: 6px;
  padding: 0.375rem;
}

.p-footer__copyright {
  margin-top: 72px;
  margin-top: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}
.p-footer__copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4285714286;
}

.p-header {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background-color: transparent;
  transition: background-color 0.3s ease-out, -webkit-backdrop-filter 0.3s ease-out;
  transition: background-color 0.3s ease-out, backdrop-filter 0.3s ease-out;
  transition: background-color 0.3s ease-out, backdrop-filter 0.3s ease-out, -webkit-backdrop-filter 0.3s ease-out;
}
.p-header.is-scrolled {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
}

.p-header__inner.l-inner {
  align-items: center;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__inner.l-inner {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
}

.p-header__logo {
  align-items: center;
  display: flex;
  height: 42px;
  height: 2.625rem;
  opacity: 0;
  visibility: hidden;
  width: 236px;
  width: 14.75rem;
}
.is-scrolled .p-header__logo {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    height: 28px;
    height: 1.75rem;
    width: 157px;
    width: 9.8125rem;
  }
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 236/42;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__pc-nav {
  --shift: 0;
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.is-scrolled .p-header__pc-nav {
  animation: fadeInOut 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateX(var(--shift));
}
@media screen and (max-width: 767px) {
  .p-header__pc-nav {
    display: none;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
    transform: translateY(0) translateX(50%);
    visibility: visible;
  }
  20% {
    opacity: 0;
    transform: translateY(-5px) translateX(50%);
    visibility: hidden;
  }
  30% {
    opacity: 0;
    transform: translateY(-5px) translateX(var(--shift));
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(var(--shift));
    visibility: visible;
  }
}
.p-header__pc-nav-items {
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  height: 100%;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-item a {
  align-items: center;
  color: #ADADAD;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.4444444444;
  padding: 10px;
  padding: 0.625rem;
  text-transform: capitalize;
}
.is-scrolled .p-header__pc-nav-item a {
  color: #C9AB8B;
}

.p-header__nav-instagram {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.p-header__nav-instagram a {
  background-image: url(../images/common/icon-instagram-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 25px;
  height: 1.5625rem;
  transition: background-image 0.3s ease-out;
  width: 25px;
  width: 1.5625rem;
}
.is-scrolled .p-header__nav-instagram a {
  background-image: url(../images/common/icon-instagram-brown.svg);
}

.p-reservation-fixed__link {
  background-color: #C9AB8B;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.45em;
  line-height: 1.4375;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  writing-mode: vertical-rl;
}

.p-reservation {
  background-color: #C9AB8B;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-reservation__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.475;
  text-align: center;
  text-transform: capitalize;
}

.p-reservation__btn {
  margin-top: 11px;
  margin-top: 0.6875rem;
  text-align: center;
}

.p-reservation__btn-link.c-link-btn {
  letter-spacing: 0.2em;
}

.p-rooms-concept {
  position: relative;
}

.p-rooms-concept__inner {
  max-width: 1402px;
  max-width: 87.625rem;
  padding-bottom: 1846px;
  padding-bottom: 115.375rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-rooms-concept__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-rooms-concept__mainImg {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__mainImg {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
.p-rooms-concept__mainImg img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-rooms-concept__read {
  margin-top: 76px;
  margin-top: 4.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__read {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}

.p-rooms-concept__bottom {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__bottom {
    display: flex;
    flex-direction: column;
    gap: 94px;
    gap: 5.875rem;
    margin-top: 90px;
    margin-top: 5.625rem;
    position: relative;
  }
}

.p-rooms-concept__bottom-img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__bottom-img {
    position: static;
  }
}
.p-rooms-concept__bottom-img:nth-child(1) {
  height: 419px;
  height: 26.1875rem;
  left: calc(50% - 45rem);
  top: 1036px;
  top: 64.75rem;
  width: 768px;
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__bottom-img:nth-child(1) {
    height: 163px;
    height: 10.1875rem;
    left: 0;
    top: 0;
    width: 300px;
    width: 18.75rem;
  }
}
.p-rooms-concept__bottom-img:nth-child(2) {
  height: 435px;
  height: 27.1875rem;
  left: calc(50% + 8.25rem);
  top: 1202px;
  top: 75.125rem;
  width: 587px;
  width: 36.6875rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__bottom-img:nth-child(2) {
    height: 225px;
    height: 14.0625rem;
    margin-left: auto;
    margin-right: 0;
    width: 300px;
    width: 18.75rem;
  }
}
.p-rooms-concept__bottom-img:nth-child(3) {
  height: 647px;
  height: 40.4375rem;
  left: calc(50% - 35.0625rem);
  top: 1595px;
  top: 99.6875rem;
  width: 603px;
  width: 37.6875rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__bottom-img:nth-child(3) {
    height: 321px;
    height: 20.0625rem;
    left: 0;
    top: 0;
    width: 300px;
    width: 18.75rem;
  }
}
.p-rooms-concept__bottom-img:nth-child(4) {
  height: 647px;
  height: 40.4375rem;
  left: calc(50% + 8.3125rem);
  top: 1779px;
  top: 111.1875rem;
  width: 368px;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__bottom-img:nth-child(4) {
    height: 440px;
    height: 27.5rem;
    margin-left: auto;
    margin-right: 0;
    width: 250px;
    width: 15.625rem;
  }
}
.p-rooms-concept__bottom-img:nth-child(5) {
  height: 339px;
  height: 21.1875rem;
  left: calc(50% - 30.875rem);
  top: 2392px;
  top: 149.5rem;
  width: 543px;
  width: 33.9375rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-concept__bottom-img:nth-child(5) {
    height: 233px;
    height: 14.5625rem;
    left: 0;
    top: 0;
    width: 375px;
    width: 23.4375rem;
  }
}
.p-rooms-concept__bottom-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-rooms-gallery__inner {
  display: flex;
  flex-direction: column;
  gap: 210px;
  gap: 13.125rem;
  max-width: 1070px;
  max-width: 66.875rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-gallery__inner {
    gap: 90.5px;
    gap: 5.65625rem;
  }
}

.p-rooms-gallery__title {
  text-align: center;
}

.p-rooms-gallery__wrapper {
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 28.5px;
  margin-top: 1.78125rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-gallery__wrapper {
    flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

.p-rooms-gallery__img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-rooms-gallery__list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 255px;
  margin-top: 15.9375rem;
  max-width: 1000px;
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-gallery__list {
    margin-top: 320px;
    margin-top: 20rem;
  }
}

.p-rooms-gallery__item {
  -moz-column-gap: 0.9375rem;
  border-bottom: #C9AB8B 1px solid;
       column-gap: 0.9375rem;
  display: flex;
  padding: 29px 0;
  padding: 1.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-rooms-gallery__item {
    display: flex;
    flex-direction: column;
    padding: 29px 0 29px;
    padding: 1.8125rem 0 1.8125rem;
  }
}

.p-rooms-gallery__item-title {
  width: 198px;
  width: 12.375rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-gallery__item-title {
    width: 100%;
  }
}

.p-rooms-gallery__item-text {
  width: 787px;
  width: 49.1875rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-gallery__item-text {
    width: 100%;
  }
}

.p-rooms-information__inner {
  display: flex;
  flex-direction: column;
  row-gap: 86px;
  row-gap: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-information__inner {
    padding-left: 0;
    padding-right: 0;
    row-gap: 89px;
    row-gap: 5.5625rem;
  }
}

.p-rooms-information__title {
  text-align: center;
}

.p-rooms-information__title h2 {
  padding-bottom: 59.5px;
  padding-bottom: 3.71875rem;
}

.p-rooms-information__img {
  margin-top: -24px;
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-rooms-information__img {
    margin-top: -30px;
    margin-top: -1.875rem;
  }
}
.p-rooms-information__img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-sub-common__read {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.p-sub-common__wrapper {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  row-gap: 1.3125rem;
}

.p-sub-mv {
  position: relative;
}
.p-sub-mv__wrapper {
  height: 100%;
  max-width: none;
  max-width: initial;
  padding-bottom: 145px;
  padding-bottom: 9.0625rem;
  padding-top: 161px;
  padding-top: 10.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__wrapper {
    padding-bottom: 133px;
    padding-bottom: 8.3125rem;
    padding-top: 144px;
    padding-top: 9rem;
  }
}

.p-sub-mv__wrapper-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 75px;
  gap: 4.6875rem;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__wrapper-inner {
    gap: 49px;
    gap: 3.0625rem;
    justify-content: space-between;
  }
}

.p-sub-mv__logo {
  height: 209px;
  height: 13.0625rem;
  width: 133px;
  width: 8.3125rem;
}
.p-sub-mv__logo img {
  -o-object-fit: contain;
  aspect-ratio: 124/196;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-sub-mv__body {
  width: 100%;
}

.p-sub-mv__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-mv__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}

@media screen and (max-width: 767px) {
  .p-sub-mv--sm .p-sub-mv__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-top-about__content-01 {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 468px;
  padding-bottom: 29.25rem;
  padding-top: 125px;
  padding-top: 7.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-01 {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 588px;
    padding-bottom: 36.75rem;
    padding-top: 358px;
    padding-top: 22.375rem;
  }
}

.p-top-about__content-01-img-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-about__content-01-img {
  position: absolute;
}
.p-top-about__content-01-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.p-top-about__content-01-img:nth-child(1) {
  height: 478px;
  height: 29.875rem;
  left: calc(50% + 3.5625rem);
  top: 0;
  width: 663px;
  width: 41.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-01-img:nth-child(1) {
    height: 270px;
    height: 16.875rem;
    left: calc(50% - 11.71875rem);
    width: 375px;
    width: 23.4375rem;
  }
}
.p-top-about__content-01-img:nth-child(2), .p-top-about__content-01-img:nth-child(3) {
  height: 262px;
  height: 16.375rem;
  top: 420px;
  top: 26.25rem;
  width: 368px;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-01-img:nth-child(2), .p-top-about__content-01-img:nth-child(3) {
    height: 206px;
    height: 12.875rem;
    width: 290px;
    width: 18.125rem;
  }
}
.p-top-about__content-01-img:nth-child(2) {
  left: calc(50% - 40rem);
}
@media screen and (max-width: 767px) {
  .p-top-about__content-01-img:nth-child(2) {
    left: calc(50% - 11.71875rem);
    top: 518px;
    top: 32.375rem;
  }
}
.p-top-about__content-01-img:nth-child(3) {
  left: calc(50% - 14.875rem);
}
@media screen and (max-width: 767px) {
  .p-top-about__content-01-img:nth-child(3) {
    left: calc(50% - 6.375rem);
    top: 812px;
    top: 50.75rem;
  }
}

.p-top-about__content-02 {
  margin-bottom: 534px;
  margin-bottom: 33.375rem;
  margin-top: 605px;
  margin-top: 37.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-02 {
    margin-bottom: 366px;
    margin-bottom: 22.875rem;
    margin-top: 329px;
    margin-top: 20.5625rem;
  }
}

.p-top-about__content-03 {
  padding-top: 270px;
  padding-top: 16.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-03 {
    padding-top: 393px;
    padding-top: 24.5625rem;
  }
}

.p-top-about__content-03-img-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-about__content-03-img {
  height: 478px;
  height: 29.875rem;
  position: absolute;
  right: calc(50% + 3.5625rem);
  top: 0;
  width: 663px;
  width: 41.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-03-img {
    height: 270px;
    height: 16.875rem;
    right: calc(50% - 11.71875rem);
    width: 375px;
    width: 23.4375rem;
  }
}
.p-top-about__content-03-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-about__content-03-copy-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 113px;
  margin-right: 7.0625rem;
  width: 330px;
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-03-copy-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

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

.p-top-concept {
  position: relative;
}

.p-top-concept__inner {
  padding-bottom: 423px;
  padding-bottom: 26.4375rem;
  padding-top: 112px;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__inner {
    padding-bottom: 368px;
    padding-bottom: 23rem;
    padding-top: 326px;
    padding-top: 20.375rem;
  }
}

.p-top-concept__copy-wrapper {
  display: flex;
  flex-direction: column;
}

.p-top-concept__copy:nth-child(1) {
  margin-left: auto;
  margin-right: 86px;
  margin-right: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__copy:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-top-concept__copy:nth-child(2) {
  margin-top: 400px;
  margin-top: 25rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__copy:nth-child(2) {
    margin-top: 638px;
    margin-top: 39.875rem;
  }
}

.p-top-concept__img-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-concept__img {
  position: absolute;
}
.p-top-concept__img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.p-top-concept__img:nth-child(1) {
  height: 463px;
  height: 28.9375rem;
  left: calc(50% - 45rem);
  top: 0;
  width: 802px;
  width: 50.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img:nth-child(1) {
    height: 174px;
    height: 10.875rem;
    left: calc(50% - 11.71875rem);
    width: 301px;
    width: 18.8125rem;
  }
}
.p-top-concept__img:nth-child(2) {
  height: 493px;
  height: 30.8125rem;
  left: calc(50% + 11.25rem);
  top: 378px;
  top: 23.625rem;
  width: 320px;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img:nth-child(2) {
    height: 334px;
    height: 20.875rem;
    left: auto;
    right: calc(50% - 11.71875rem);
    top: 550px;
    top: 34.375rem;
    width: 217px;
    width: 13.5625rem;
  }
}
.p-top-concept__img:nth-child(3) {
  height: 336px;
  height: 21rem;
  left: calc(50% - 31.25rem);
  top: 817px;
  top: 51.0625rem;
  width: 582px;
  width: 36.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-concept__img:nth-child(3) {
    height: 216px;
    height: 13.5rem;
    left: calc(50% - 11.71875rem);
    top: 1296px;
    top: 81rem;
    width: 375px;
    width: 23.4375rem;
  }
}

.p-top-feature__content-01 {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 613px;
  padding-bottom: 38.3125rem;
  padding-top: 125px;
  padding-top: 7.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-01 {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 278px;
    padding-bottom: 17.375rem;
    padding-top: 363px;
    padding-top: 22.6875rem;
  }
}

.p-top-feature__content-01-copy-wrapper {
  display: flex;
  flex-direction: column;
}

.p-top-feature__content-01-copy:nth-child(2) {
  margin-left: 111px;
  margin-left: 6.9375rem;
  margin-top: 664px;
  margin-top: 41.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-01-copy:nth-child(2) {
    margin-left: 0;
    margin-top: 709px;
    margin-top: 44.3125rem;
  }
}

.p-top-feature__content-01-img-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-feature__content-01-img {
  position: absolute;
}
.p-top-feature__content-01-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.p-top-feature__content-01-img:nth-child(1) {
  height: 478px;
  height: 29.875rem;
  left: calc(50% + 3.5625rem);
  top: 0;
  width: 663px;
  width: 41.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-01-img:nth-child(1) {
    height: 216px;
    height: 13.5rem;
    left: calc(50% - 6.9375rem);
    width: 300px;
    width: 18.75rem;
  }
}
.p-top-feature__content-01-img:nth-child(2) {
  height: 350px;
  height: 21.875rem;
  right: 50%;
  top: 348px;
  top: 21.75rem;
  width: 500px;
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-01-img:nth-child(2) {
    height: 169px;
    height: 10.5625rem;
    right: calc(50% - 5.25rem);
    top: 582px;
    top: 36.375rem;
    width: 241px;
    width: 15.0625rem;
  }
}
.p-top-feature__content-01-img:nth-child(3) {
  height: 458px;
  height: 28.625rem;
  left: calc(50% + 9.625rem);
  top: 632px;
  top: 39.5rem;
  width: 346px;
  width: 21.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-01-img:nth-child(3) {
    height: 257px;
    height: 16.0625rem;
    left: calc(50% - 2.25rem);
    top: 819px;
    top: 51.1875rem;
    width: 194px;
    width: 12.125rem;
  }
}
.p-top-feature__content-01-img:nth-child(4) {
  height: 414px;
  height: 25.875rem;
  left: calc(50% - 18.5rem);
  top: 1208px;
  top: 75.5rem;
  width: 592px;
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-01-img:nth-child(4) {
    height: 210px;
    height: 13.125rem;
    left: calc(50% - 11.71875rem);
    top: 1320px;
    top: 82.5rem;
    width: 300px;
    width: 18.75rem;
  }
}

.p-top-feature__content-02 {
  margin-bottom: 518px;
  margin-bottom: 32.375rem;
  margin-top: 518px;
  margin-top: 32.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-02 {
    margin-bottom: 353px;
    margin-bottom: 22.0625rem;
    margin-top: 314px;
    margin-top: 19.625rem;
  }
}

.p-top-feature__content-03 {
  padding-top: 640px;
  padding-top: 40rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-03 {
    padding-top: 747px;
    padding-top: 46.6875rem;
  }
}

.p-top-feature__content-03-copy-wrapper {
  display: flex;
  flex-direction: column;
}

.p-top-feature__content-03-copy:nth-child(1) {
  margin-left: auto;
  margin-right: 90px;
  margin-right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-03-copy:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-top-feature__content-03-copy:nth-child(2) {
  margin-top: 880px;
  margin-top: 55rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-03-copy:nth-child(2) {
    margin-top: 407px;
    margin-top: 25.4375rem;
  }
}

.p-top-feature__content-03-img-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-feature__content-03-img {
  position: absolute;
}
.p-top-feature__content-03-img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.p-top-feature__content-03-img:nth-child(1) {
  height: 460px;
  height: 28.75rem;
  left: calc(50% + 9.625rem);
  top: 0;
  width: 346px;
  width: 21.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-03-img:nth-child(1) {
    height: 349px;
    height: 21.8125rem;
    left: calc(50% - 4.6875rem);
    width: 263px;
    width: 16.4375rem;
  }
}
.p-top-feature__content-03-img:nth-child(2) {
  height: 478px;
  height: 29.875rem;
  right: calc(50% + 3.5625rem);
  top: 193px;
  top: 12.0625rem;
  width: 663px;
  width: 41.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-03-img:nth-child(2) {
    height: 216px;
    height: 13.5rem;
    right: calc(50% - 7rem);
    top: 410px;
    top: 25.625rem;
    width: 300px;
    width: 18.75rem;
  }
}
.p-top-feature__content-03-img:nth-child(3) {
  height: 629px;
  height: 39.3125rem;
  left: calc(50% - 31.25rem);
  top: 903px;
  top: 56.4375rem;
  width: 1000px;
  width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-feature__content-03-img:nth-child(3) {
    height: 236px;
    height: 14.75rem;
    left: calc(50% - 11.71875rem);
    top: 940px;
    top: 58.75rem;
    width: 375px;
    width: 23.4375rem;
  }
}

.p-top-feature__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-location__thumbnail {
  background-image: url(../images/top/top-location-thumbnail.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 927px;
  height: 57.9375rem;
  margin-top: 58px;
  margin-top: 3.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-location__thumbnail {
    height: 241px;
    height: 15.0625rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

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

.p-top-location__map {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  margin-top: 4rem;
  width: 918.5px;
  width: 57.40625rem;
}
@media screen and (max-width: 767px) {
  .p-top-location__map {
    margin-top: 48px;
    margin-top: 3rem;
    width: 100%;
  }
}
.p-top-location__map img {
  aspect-ratio: 918.5/584;
  height: auto;
  width: 100%;
}

.p-top-location__info-wrapper {
  margin-top: 142px;
  margin-top: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-location__info-wrapper {
    margin-top: 48px;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-location__adress.c-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-top-location__btn {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-top-location__google-map-link {
  border: 1px solid #111;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-top-location__info {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-location__info-item {
  align-items: center;
  border-bottom: 1px solid #C9AB8B;
  display: flex;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-location__info-item {
    align-items: flex-start;
    flex-direction: column;
  }
}

.p-top-location__info-item:first-child {
  border-top: 1px solid #C9AB8B;
}

.p-top-location__info-item > p:first-child {
  width: 218px;
  width: 13.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-location__info-item > p:first-child {
    width: auto;
  }
}

.p-top-location__info-item > p:not(:first-child) {
  margin-left: 54px;
  margin-left: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-location__info-item > p:not(:first-child) {
    margin-left: 0;
  }
}

.p-top-mv {
  height: 100vh;
  height: 100svh;
  max-height: 1000px;
  max-height: 62.5rem;
  min-height: 700px;
  min-height: 43.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    max-height: 1100px;
    max-height: 68.75rem;
    min-height: 580px;
    min-height: 36.25rem;
  }
}

.p-top-mv__copy-wrapper {
  height: 100%;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-wrapper {
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
    padding-top: 23vh;
  }
}

.p-top-mv__copy-wrapper-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-wrapper-inner {
    gap: 0;
    justify-content: space-between;
  }
}

.p-top-mv__logo {
  height: 196px;
  height: 12.25rem;
  width: 124px;
  width: 7.75rem;
}
.p-top-mv__logo img {
  -o-object-fit: contain;
  aspect-ratio: 124/196;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-mv__copy {
  width: 100%;
}

.p-top-mv__copy p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy p {
    line-height: 1.4444444444;
  }
}

@media screen and (max-width: 767px) {
  .p-top-mv__btn {
    margin-top: 32px;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-mv__btn a {
    align-items: center;
    background-color: #C9AB8B;
    display: inline-flex;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: 42px;
    height: 2.625rem;
    justify-content: center;
    line-height: 1.4375;
    max-width: 240px;
    max-width: 15rem;
    width: 100%;
  }
}

.p-top-mv__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top-mv__video video {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}
.p-top-mv__video::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-top-rooms__slider {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-rooms__slider {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.p-top-rooms__slider-item {
  position: relative;
}
.p-top-rooms__slider-item::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  width: 100%;
}
.p-top-rooms__slider-item.is-active::after {
  opacity: 0;
  visibility: hidden;
}

.p-top-rooms__slider-item-img {
  height: auto;
  width: 800px;
  width: 50rem;
}
@media screen and (min-width: 1440px) {
  .p-top-rooms__slider-item-img {
    height: auto;
    width: 1066px;
    width: 66.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-rooms__slider-item-img {
    width: 277px;
    width: 17.3125rem;
  }
}
.p-top-rooms__slider-item-img img {
  aspect-ratio: 1066/600;
  height: auto;
  width: 100%;
}

.splide__arrow {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1.875rem;
  border-radius: 0;
  height: 50px;
  height: 3.125rem;
  opacity: 1;
  width: 50px;
  width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    background-size: 0.25rem 0.4875rem;
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
  }
}

.splide__arrow--prev {
  background-image: url(../images/common/icon-arrow-left-white.svg);
  left: 40px;
  left: 2.5rem;
}
@media screen and (min-width: 1440px) {
  .splide__arrow--prev {
    left: calc(50% - 38.25rem);
  }
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: calc(50% - 10.75rem);
  }
}

.splide__arrow--next {
  background-image: url(../images/common/icon-arrow-right-white.svg);
  right: 40px;
  right: 2.5rem;
}
@media screen and (min-width: 1440px) {
  .splide__arrow--next {
    right: calc(50% - 38.25rem);
  }
}
@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: calc(50% - 10.75rem);
  }
}

.p-top-rooms__copy-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-top-rooms__copy-wrapper {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-rooms__copy.c-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-top-rooms__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-rooms__btn {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
