@charset "UTF-8";
body {
  line-height: 1.8;
  font-family: "Cormorant Garamond", "Shippori Mincho", sans-serif;
  font-weight: 500;
}

section {
  scroll-margin-top: 30px;
}

.jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.u-page-width {
  max-width: calc(1000px + 5rem);
}

.u-padding-inner {
  padding: 0rem 2rem;
}
@media (max-width: 828px) {
  .u-padding-inner {
    padding: 0 5.3140096618%;
  }
}

button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}
ul li::marker {
  content: none;
}

@media (max-width: 828px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 828px) {
  .u-sp-only {
    display: block;
  }
}

.bg-lb {
  background-color: #ECF6FB;
}

.bg-db {
  background: linear-gradient(to right, #344D6A 0%, #1B3758 90%, #1B3758 100%);
}

.c-floating-button-wrapper {
  background: #1B3758;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 100;
}
@media (max-width: 828px) {
  .c-floating-button-wrapper {
    padding: 13px 0;
    gap: 10px;
  }
}
.c-floating-button-wrapper .c-floating-button {
  position: unset;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #fff;
  font-size: 25px;
  background-image: none;
  padding: 15px;
  background-color: #FFF;
  color: #1B3758;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 828px) {
  .c-floating-button-wrapper .c-floating-button {
    font-size: min(36 / 1080 * 100vw, 18px);
    padding: 7px 10px;
    border: 1px solid #fff;
    width: 46%;
    text-align: center;
  }
}
.c-floating-button-wrapper .c-floating-button span {
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
  border-right: 2px solid;
  border-radius: 0;
  padding-right: 10px;
  color: #1B3758;
}
@media (max-width: 828px) {
  .c-floating-button-wrapper .c-floating-button span {
    border-right: 1px solid;
  }
}
.c-floating-button-wrapper .c-floating-button + .c-floating-button {
  background: #1B3758;
  color: #FFF;
}

.p-cta-doc {
  background: url(../../img/3villas/cta-doc-bg.webp) no-repeat;
}

.l-header {
  background-color: transparent;
  padding: 0;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  max-width: 828px;
  margin: 0 auto;
}

@media (max-width: 828px) {
  .l-header {
    height: auto;
    padding: 0.7vw 0;
  }
}
.l-header.is-scrolled {
  background-color: #fff;
}
.l-header.is-scrolled .header-hamburger span {
  background-color: #000;
}
.l-header.is-scrolled .entry-btn {
  color: #000;
}

.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__logo {
  width: 233px;
}
.l-header__logo a {
  display: block;
}
.l-header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 828px) {
  .l-header__logo {
    width: 35vw;
  }
}
.l-header__logo img {
  width: 100%;
}

.header-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 828px) {
  .header-btn-wrapper {
    gap: 10px;
  }
}
.header-btn-wrapper .entry-btn {
  color: #fff;
}

.l-header__nav-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  background: #FFF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 828px) {
  .l-header__nav-wrapper {
    height: 100vh;
    padding: 14.9333333333vw 8vw;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  height: 100%;
  margin-top: 0;
}

@media (max-width: 828px) {
  .l-header__nav {
    display: block;
  }
}
.l-header__menu {
  display: flex;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
  padding: 120px 0 30px;
  margin: 0 auto;
  font-size: min(2.6570048309vw, 16px);
  width: min(100vw, 828px);
}

@media (max-width: 828px) {
  .l-header__menu {
    margin: 0;
    padding: 0;
    font-size: 3.8647342995vw;
    width: 100%;
    flex-direction: column;
  }
}
.l-header__menu li {
  flex: 0 0 min(31.4009661836vw, 260px);
}

@media (max-width: 828px) {
  .l-header__menu li {
    flex: none;
  }
}
.l-header__menu a {
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #1B3758;
  color: #1B3758;
  font-weight: 600;
  line-height: 200%;
  position: relative;
}
.l-header__menu a::after {
  content: "";
  display: block;
  width: min(1.7592592593vw, 19px);
  height: min(1.7592592593vw, 19px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5.19922L11.8 9.99922L7 14.7992' stroke='%231B3758' stroke-width='1.2'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 828px) {
  .l-header__menu a {
    border-bottom: 1px solid;
  }
  .l-header__menu a::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.has-dropdown {
  position: relative;
}

.l-header__dropdown-toggle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2213%22%20viewBox%3D%220%200%2022%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%2011L21%201%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 5px right;
  padding-right: 15px;
}

.has-dropdown.is-open .l-header__dropdown-menu {
  display: block;
}

.l-header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: white;
  z-index: 10;
  padding: 12px 22px;
  text-align: center;
  position: static;
  background: #f3f6fa;
}

@media (max-width: 828px) {
  .l-header__dropdown-menu {
    padding: 2.8985507246vw 5.3140096618vw;
  }
}
.l-header__dropdown-menu a {
  line-height: 2;
}

.c-button--header {
  display: block;
  background: linear-gradient(90deg, #907600 0%, #a89300 100%);
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.05em;
  border-radius: 500px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1;
  position: absolute;
  right: 70px;
  top: 0;
}

@media (max-width: 828px) {
  .c-button--header {
    font-size: 2.8985507246vw;
    padding: 2.4154589372vw 3.6231884058vw;
    right: 8.4541062802vw;
  }
}
.header-hamburger {
  display: block;
  width: 50px;
  height: 12px;
  z-index: 1000;
  position: relative;
}

.header-hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transition: all 0.3s;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 828px) {
  .header-hamburger {
    width: 30px;
  }
}
@media (max-width: 828px) {
  .header-hamburger span {
    width: 100%;
    height: 1.5px;
  }
}
@media (max-width: 828px) {
  .header-hamburger span:nth-child(1) {
    top: calc(50% - 10px);
  }
}
.header-hamburger span:nth-child(1) {
  top: 0;
}

.header-hamburger span:nth-child(2) {
  top: auto;
  bottom: 0;
}

.header-hamburger.active span {
  background: #1B3758;
}

.header-hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-hamburger.active span:nth-child(2) {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header__btn-sp {
  display: block;
  max-width: 200px;
}

@media (max-width: 828px) {
  .l-header__btn-sp {
    right: 12%;
  }
}
.annotation {
  color: #808080;
  display: block;
}

.wrapper {
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
}

.p-intro__slider .swiper-wrapper,
.p-hotel__infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-mv {
  height: 550px;
  position: relative;
  color: #fff;
  z-index: 1;
}
.p-mv__video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mv__inner {
  height: auto;
  position: absolute;
  bottom: 50px;
  text-align: left;
}
@media (max-width: 828px) {
  .p-mv__inner {
    bottom: 0;
    padding-bottom: 60px;
  }
}
.p-mv__title {
  font-size: min(81 / 1080 * 100vw, 40px);
  line-height: 130%;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
@media (max-width: 828px) {
  .p-mv__title {
    text-align: left;
  }
}
.p-mv__subtitle {
  font-size: min(50 / 1080 * 100vw, 25px);
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 828px) {
  .p-mv__subtitle {
    text-align: left;
  }
}
.p-mv__scroll {
  position: absolute;
  bottom: 90px;
  right: 0;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: min(40 / 1080 * 100vw, 20px);
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8 / 1080 * 100vw, 8px);
  animation: scrollDown 2s ease-in-out infinite;
}
@media (max-width: 828px) {
  .p-mv__scroll {
    bottom: 10vw;
  }
}
.p-mv__scroll-line {
  position: absolute;
  display: block;
  width: 1px;
  height: min(60 / 1080 * 100vw, 60px);
  background-color: #fff;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 828px) {
  .p-mv__scroll-line {
    bottom: -6vw;
  }
}
.p-mv__scroll-line::after {
  content: "";
  display: block;
  width: min(8 / 1080 * 100vw, 8px);
  height: min(8 / 1080 * 100vw, 8px);
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@keyframes scrollDown {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.p-cta .c-floating-button-wrapper,
.p-cta .c-floating-button {
  position: relative;
  bottom: 0;
}

.section__title {
  font-size: min(48 / 1080 * 100vw, 24px);
  color: #236890;
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-style: italic;
}
@media (max-width: 828px) {
  .section__title {
    margin-bottom: 15px;
  }
}
.section__title::after {
  content: "";
  flex: 1;
  height: 4px;
  background: linear-gradient(to bottom, #236890 0px, #236890 1px, transparent 1px, transparent 3px, #236890 3px, #236890 4px);
}

.p-intro {
  padding-top: 60px;
  padding-bottom: 103px;
  text-align: left;
  line-height: 1.6;
}
.p-intro h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 40px;
}
.p-intro h4 {
  font-size: min(44 / 1080 * 100vw, 22px);
  margin-bottom: 10px;
  font-weight: 400;
}
.p-intro p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
.p-intro p span {
  font-size: min(26 / 1080 * 100vw, 13px);
}
.p-intro p:last-of-type {
  margin-bottom: 0;
}
.p-intro__slider {
  margin-bottom: 60px;
}
.p-intro .annotation {
  font-size: min(28 / 1080 * 100vw, 14px);
}

.p-sale {
  padding-bottom: 100px;
}
@media (max-width: 828px) {
  .p-sale {
    padding-bottom: 50px;
  }
}
.p-sale h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 40px;
}
.p-sale p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
@media (min-width: 829px) {
  .p-sale__slider {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: min(30 / 1080 * 100vw, 30px);
  }
  .p-sale__slider .swiper-wrapper {
    display: contents;
  }
  .p-sale__slider .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  .p-sale__slider .swiper-pagination,
  .p-sale__slider .swiper-button-prev,
  .p-sale__slider .swiper-button-next {
    display: none;
  }
}
@media (max-width: 828px) {
  .p-sale__slider {
    padding-bottom: 50px;
  }
  .p-sale__slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    bottom: 10px;
  }
  .p-sale__slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #888;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 !important;
  }
  .p-sale__slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #808080;
  }
  .p-sale__slider .swiper-button-prev,
  .p-sale__slider .swiper-button-next {
    color: #808080;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
  }
  .p-sale__slider .swiper-button-prev::after,
  .p-sale__slider .swiper-button-next::after {
    font-size: 16px;
  }
  .p-sale__slider .swiper-button-prev {
    left: calc(50% - 130px);
  }
  .p-sale__slider .swiper-button-next {
    right: calc(50% - 130px);
  }
}

.p-owners-voice {
  padding: 70px 0 100px;
  background-color: #E0F0F9;
}
.p-owners-voice h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-owners-voice p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-owners-voice__contents {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px;
  max-height: 50vh;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.p-owners-voice__contents.is-open {
  max-height: 2000px;
}
.p-owners-voice__item {
  margin-bottom: 40px;
}
.p-owners-voice__item:last-of-type {
  margin-bottom: 0;
}
.p-owners-voice__more {
  width: 140px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
.p-owners-voice__more img {
  width: 100%;
}
.p-owners-voice__more.is-hidden {
  display: none;
}
.p-owners-voice__item h4 {
  font-size: min(34 / 1080 * 100vw, 17px);
  border-bottom: 1px dotted #236890;
  color: #236890;
  margin-bottom: 10px;
}
.p-owners-voice__item p {
  font-size: min(34 / 1080 * 100vw, 17px);
  line-height: 1.8;
}
.p-owners-voice__item .annotation {
  font-size: min(20 / 1080 * 100vw, 10px);
  margin-top: 10px;
}
.p-owners-voice__item .c-button--main {
  margin: 0 auto;
}
.p-owners-voice__item .c-button--main p {
  margin-bottom: 0;
  line-height: 1;
}
.p-owners-voice__slider {
  position: relative;
  padding-bottom: 85px;
}
.p-owners-voice__slider .swiper-slide {
  position: relative;
}
.p-owners-voice__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 10px;
}
.p-owners-voice__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #888;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 !important;
}
.p-owners-voice__slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #808080;
}
.p-owners-voice__slider .swiper-button-prev,
.p-owners-voice__slider .swiper-button-next {
  color: #808080;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 0;
}
.p-owners-voice__slider .swiper-button-prev::after,
.p-owners-voice__slider .swiper-button-next::after {
  font-size: 16px;
}
.p-owners-voice__slider .swiper-button-prev {
  left: calc(50% - 80px);
}
.p-owners-voice__slider .swiper-button-next {
  right: calc(50% - 80px);
}

.p-owners-voice-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-owners-voice-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.p-owners-voice-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-owners-voice-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 40px;
  background-color: #fff;
}
.p-owners-voice-modal__container::-webkit-scrollbar {
  display: none;
}
.p-owners-voice-modal .p-owners-voice {
  padding: 0;
  background-color: #fff;
}
.p-owners-voice-modal .p-owners-voice__contents {
  overflow: unset;
  padding: 60px 40px;
  max-height: unset;
}
@media (max-width: 828px) {
  .p-owners-voice-modal .p-owners-voice__contents {
    padding: 20px 15px;
  }
}
.p-owners-voice-modal__close {
  position: sticky;
  top: 15px;
  left: calc(100% - 65px);
  margin-bottom: -50px;
  width: 50px;
  height: 50px;
  z-index: 100;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.p-owners-voice-modal__close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1b3758;
  transition: all 0.3s ease;
}
.p-owners-voice-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.p-owners-voice-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .p-owners-voice-modal__close:hover span {
    opacity: 0.7;
  }
}
.p-owners-voice-modal__btn {
  margin-bottom: 65px;
}
.p-owners-voice-modal__btn a {
  margin: 0 auto;
}

.p-comparison {
  background-color: #1b3758;
  padding: 70px 0;
  color: #fff;
}
.p-comparison__decoration {
  width: 90%;
  margin: 0 auto 20px;
}
.p-comparison h2 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.p-comparison p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-comparison .p-umito-list__items {
  display: block;
}
.p-comparison .p-umito-list__tabs {
  gap: 3px;
}
.p-comparison .p-umito-list__tabs button {
  background-color: #CEE7F5;
  color: #141414;
}
@media (max-width: 828px) {
  .p-comparison .p-umito-list__tabs button {
    width: 33%;
  }
}
.p-comparison .p-umito-list__tabs .is-active {
  background-color: #fff;
}
.p-comparison .p-umito-list__contents {
  margin-bottom: 50px;
  padding: 0;
}

.p-umito-list__tabs {
  display: flex;
  gap: 1px;
  justify-content: center;
  width: 100%;
}

.p-umito-list__tabs button {
  background: #333333;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
  width: 2500%;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 828px) {
  .p-umito-list__tabs button {
    border-radius: 5px 5px 0 0;
  }
}

.p-umito-list__tabs .is-active {
  background: #fff;
  font-weight: 600;
}

.p-umito-list__contents {
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 828px) {
  .p-umito-list__contents {
    padding: 30px 20px;
  }
}

.p-umito-list__group {
  display: none;
}

.p-umito-list__group.is-active {
  display: block;
}

.p-umito-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 828px) {
  .p-umito-list__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-umito-owner {
  padding: 50px 0 90px;
}
@media (max-width: 828px) {
  .p-umito-owner {
    padding: 50px 0;
  }
}
.p-umito-owner h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-umito-owner p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 60px;
  font-family: "Shippori Mincho", sans-serif;
}
@media (max-width: 828px) {
  .p-umito-owner p {
    margin-bottom: 40px;
  }
}
.p-umito-owner__contents {
  margin-bottom: 100px;
}
@media (max-width: 828px) {
  .p-umito-owner__contents {
    margin-bottom: 50px;
  }
}
.p-umito-owner__contents h4 {
  font-size: min(45 / 1080 * 100vw, 22px);
  background-color: #236890;
  text-align: center;
  padding: 5px 0 3px;
  color: #fff;
  border-radius: 45px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", sans-serif;
}
@media (max-width: 828px) {
  .p-umito-owner__contents h4 {
    margin-bottom: 25px;
  }
}
.p-umito-owner__contents p {
  font-size: min(41 / 1080 * 100vw, 21px);
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 828px) {
  .p-umito-owner__contents p {
    margin-bottom: 20px;
  }
}
.p-umito-owner__contents:last-of-type {
  margin-bottom: 0;
}
.p-umito-owner__img {
  margin-bottom: 30px;
}
@media (max-width: 828px) {
  .p-umito-owner__img {
    margin-bottom: 20px;
  }
}
.p-umito-owner .annotation {
  font-size: min(30 / 1080 * 100vw, 15px);
}

.p-global {
  padding: 50px 0 70px;
  background-color: #1b3758;
  color: #fff;
}
.p-global .section__title {
  color: #D7ECF7;
}
.p-global .section__title::after {
  background: linear-gradient(to bottom, #D7ECF7 0px, #D7ECF7 1px, transparent 1px, transparent 3px, #D7ECF7 3px, #D7ECF7 4px);
}
.p-global h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-global p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (max-width: 828px) {
  .p-global p {
    margin-bottom: 30px;
  }
}
.p-global ul li {
  margin-bottom: 80px;
}
@media (max-width: 828px) {
  .p-global ul li {
    margin-bottom: 50px;
  }
}
.p-global ul li p {
  margin-bottom: 0;
}
.p-global ul li + li {
  margin-bottom: 0;
}

.p-choice {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 828px) {
  .p-choice {
    margin-bottom: 10px;
  }
}
.p-choice__card {
  position: relative;
}
.p-choice__card-text {
  position: absolute;
  left: 25px;
  top: 25px;
}
.p-choice__card-text h4 {
  font-size: min(51 / 1080 * 100vw, 26px);
  line-height: 1;
}
.p-choice__card-text p {
  font-size: min(34 / 1080 * 100vw, 17px);
  margin-bottom: 0;
}
.p-choice__card-content {
  font-size: min(34 / 1080 * 100vw, 17px);
  position: absolute;
  right: 10px;
  bottom: 20px;
  background-color: #fff;
  border-radius: 150px;
  color: #000;
  padding: 0.5% 5%;
}
.p-choice__btn a {
  margin: 0 auto;
}

.p-cta-start {
  padding: 50px 0;
}
.p-cta-start__decoration {
  width: 90%;
  margin: 0 auto 20px;
}
.p-cta-start h2 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.p-cta-start p {
  font-size: min(44 / 1080 * 100vw, 22px);
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.p-cta-start__contents {
  margin-bottom: 30px;
}
.p-cta-start__contents span {
  font-size: min(34 / 1080 * 100vw, 17px);
  text-align: center;
  color: #1B3758;
  display: block;
  margin-bottom: 5px;
}
.p-cta-start__btn {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #1B3758;
  padding: 0;
  color: #1B3758;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 828px) {
  .p-cta-start__btn {
    border: 1px solid #1B3758;
  }
}
.p-cta-start__btn span {
  background-color: transparent;
  border-right: 2px solid #1B3758;
  padding: 15px 20px;
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  white-space: nowrap;
  width: 30%;
}
@media (max-width: 828px) {
  .p-cta-start__btn span {
    border-right: 1px solid #1B3758;
    padding: 12px 10px;
    font-size: min(36 / 1080 * 100vw, 18px);
  }
}
.p-cta-start__btn-text {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
  letter-spacing: 0.05em;
  border: none !important;
}
@media (max-width: 828px) {
  .p-cta-start__btn-text {
    padding: 7px 10px;
  }
}
.p-cta-start__btn-text::after {
  font-size: 0.8em;
  content: "▶︎";
}

.p-cta-start__contents + .p-cta-start__contents .p-cta-start__btn {
  background-color: #1B3758;
  border: none;
}
.p-cta-start__contents + .p-cta-start__contents .p-cta-start__btn span {
  color: #fff;
  border-right: 1px solid #fff;
}

.p-faq {
  background-color: #1b3758;
  padding-top: 0;
}
.p-faq .c-section__title {
  color: #fff;
}

.sec10 {
  background-color: #F1F1F1;
  padding: min(11.1111111111vw, 120px) 0 min(7.4074074074vw, 80px);
}

@media screen and (max-width: 828px) {
  .sec10 {
    padding: 16vw 0 10.6666666667vw;
  }
}
.sec10__title {
  font-size: min(3.1481481481vw, 34px);
  font-weight: 400;
  line-height: 200%;
  margin-bottom: min(2.2222222222vw, 24px);
}

@media screen and (max-width: 828px) {
  .sec10__title {
    font-size: 5.8666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec10 .adlp-accordion {
  border-top: min(0.1851851852vw, 2px) solid var(--base-ddd, #DDD);
}

.sec10 .adlp-accordion__wrapper {
  gap: max(0vw, 0px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion {
    border-top: 0.2666666667vw solid var(--base-ddd, #DDD);
  }
}
.sec10 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(3.3333333333vw, 36px) min(7.4074074074vw, 80px) min(3.3333333333vw, 36px) max(0vw, 0px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header__inner {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 0vw;
  }
}
.sec10 .adlp-accordion__header__inner .text {
  font-size: min(2.037037037vw, 22px);
  font-weight: 500;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header__inner .text {
    font-size: 4vw;
  }
}
.sec10 .adlp-accordion__header::after {
  width: min(3.1481481481vw, 34px);
  height: min(3.1481481481vw, 34px);
  right: max(0vw, 0px);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='16.5' stroke='%23778492'/%3E%3Cpath d='M18 16.5H23.5V17.5H18V23H17V17.5H11.5V16.5H17V11H18V16.5Z' fill='%23778492'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header::after {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.sec10 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(0);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='16.5' stroke='%23778492'/%3E%3Cpath d='M23.5 17.5H11.5V16.5H23.5V17.5Z' fill='%23778492'/%3E%3C/svg%3E%0A");
}

.sec10 .adlp-accordion__body__inner {
  display: block;
  padding: max(0vw, 0px) 0 min(3.3333333333vw, 36px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner {
    padding: 0 0vw 5.3333333333vw;
  }
}
.sec10 .adlp-accordion__body__inner .text {
  font-size: min(1.4814814815vw, 16px);
  text-align: justify;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .text {
    font-size: 3.2vw;
  }
}
.sec10 .adlp-accordion__body__inner .textlink {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  display: inline-block;
  margin-top: min(1.6666666667vw, 18px);
  text-decoration: underline;
  padding: 0 min(1.8518518519vw, 20px) 0 0;
  position: relative;
  color: #236890;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .textlink {
    margin-top: 2.4vw;
    font-size: 3.2vw;
    padding: 0 2.6666666667vw 0 0;
  }
}
.sec10 .adlp-accordion__body__inner .textlink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(1.1111111111vw, 12px);
  height: min(1.1111111111vw, 12px);
  right: max(0vw, 0px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99902 5.19531L-0.000202668 10.3915L-0.000202214 -0.000840104L8.99902 5.19531Z' fill='%23236890'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .textlink::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__wrapper {
    gap: 4vw;
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}

.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(1.8518518519vw, 20px) min(7.4074074074vw, 80px) min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header__inner {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(3.7037037037vw, 40px);
  margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header__inner .lead {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(1.8518518519vw, 20px);
  height: min(1.1111111111vw, 12px);
  right: min(4.1666666667vw, 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header::after {
    width: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}

.adlp-accordion__header.--open::before {
  opacity: 0;
}

.adlp-accordion__header.--img::after {
  display: none;
}

.adlp-accordion__header.--img > span:last-child {
  display: none;
}

.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}

.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}

.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(1.8518518519vw, 20px);
  width: min(0.1851851852vw, 2px);
  right: min(4.537037037vw, 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header.--plus::before {
    height: 2.6666666667vw;
    width: 0.2666666667vw;
    right: 6.5333333333vw;
  }
}
.adlp-accordion__header.--plus::after {
  width: min(1.8518518519vw, 20px);
  height: min(0.1851851852vw, 2px);
  right: min(3.7037037037vw, 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header.--plus::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
}
.adlp-accordion__body {
  display: none;
}

.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__body__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(3.7037037037vw, 40px);
  margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__body__inner .lead {
    margin-right: 2.6666666667vw;
  }
}
.back-to-top {
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px 8px 20px;
  border: 2px solid #1B3758;
  border-radius: 9999px;
  color: #1B3758;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.back-to-top:hover {
  opacity: 0.7;
}

.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(3.7037037037vw, 40px);
}

.adlp-footer {
  position: relative;
  background-color: #1B3758;
  padding: min(7.4074074074vw, 80px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-footer {
    padding: 16vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 84vw;
    margin: 0 auto;
    gap: 3.2vw;
  }
}
.adlp-footer__menu a {
  color: #fff;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

@media screen and (max-width: 828px) {
  .adlp-footer__menu a {
    font-size: 2.9333333333vw;
  }
}
.adlp-footer__text {
  margin: min(5.5555555556vw, 60px) auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: min(1.1111111111vw, 12px);
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 828px) {
  .adlp-footer__text {
    font-size: 2.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
.p-room-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-room-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.p-room-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-room-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 40px;
  background-color: #fff;
}
.p-room-modal__container::-webkit-scrollbar {
  display: none;
}
.p-room-modal__close {
  position: sticky;
  top: 15px;
  left: calc(100% - 65px);
  margin-bottom: -50px;
  width: 50px;
  height: 50px;
  z-index: 100;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.p-room-modal__close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1b3758;
  transition: all 0.3s ease;
}
.p-room-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.p-room-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .p-room-modal__close:hover span {
    opacity: 0.7;
  }
}
.p-room-modal__hero {
  position: relative;
  width: 100%;
  height: 600px;
}
.p-room-modal__hero-image {
  position: absolute;
  inset: 0;
}
.p-room-modal__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-room-modal__hero-content {
  position: relative;
  padding: 40px;
  z-index: 10;
  color: #fff;
}
.p-room-modal__hero-content > *:not(.p-room-list__card-button) {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.302);
}
.p-room-modal__hero-location {
  margin-bottom: 10px;
  font-size: 20px;
}
.p-room-modal__hero-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.p-room-modal__concept {
  position: relative;
  padding: 60px 40px;
  background-color: #fff;
}
.p-room-modal__concept.--border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-room-modal__concept-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
.p-room-modal__concept-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #000;
}
.p-room-modal__concept-text {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-room-modal__specs {
  margin-bottom: 60px;
}
.p-room-modal__spec-item {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.p-room-modal__btn {
  margin-bottom: 65px;
}
.p-room-modal__btn a {
  margin: 0 auto;
}
.p-room-modal__annotation {
  font-size: 18px;
}

.p-share {
  padding-top: 125px;
  padding-bottom: 59px;
  text-align: center;
  position: relative;
}
.p-share::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 99.99%;
  width: 100vw;
  max-width: 828px;
  /* サイズ調整OK */
  height: 153px;
  /* サイズ調整OK */
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* 下向き三角 */
}
.p-share__title {
  line-height: 1.5;
  font-size: 51.5px;
  margin-bottom: 73.6px;
}
.p-share__text {
  font-size: 34px;
  margin-bottom: 103px;
}
.p-share__text span {
  position: relative;
  width: 587px;
  margin: -22px auto 0;
  display: flex;
  z-index: -1;
}
.p-share__list {
  position: relative;
  text-align: left;
}
.p-share__list li {
  margin-bottom: 110px;
}
.p-share__list li h3 {
  display: flex;
  font-size: 37.5px;
  margin-bottom: 81px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-share__list li h3 .num {
  font-size: 40px;
  font-style: italic;
  background: linear-gradient(to right, #344D6A 0%, #1B3758 90%, #1B3758 100%);
  color: #fff;
  border-radius: 50%;
  margin-right: 23px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.p-share__list li h3 .num .num__text {
  display: inline-block;
  transform: translateX(-3px) translateY(-2.5px);
}
.p-share__list li h4 {
  position: relative;
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}
.p-share__list li h4::before {
  content: "";
  position: absolute;
  /* 位置は必要に応じて調整 */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
  width: 51px;
  /* サイズ調整OK */
  height: 20px;
  /* サイズ調整OK */
  background: linear-gradient(to bottom, #76879B 0%, #324B69 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* 下向き三角 */
}
.p-share__list li p {
  font-size: 28px;
}
.p-share__list li:last-child {
  margin-bottom: 0;
}
.p-share__item-img {
  margin-bottom: 30px;
}
.p-share__wrap {
  position: relative;
}
.p-share__prev, .p-share__next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%);
}
.p-share__prev::before, .p-share__next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-share__prev {
  left: -2%;
  transform: translate(-100%, -50%);
}
.p-share__prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-share__next {
  right: -2%;
  transform: translate(100%, -50%);
}
.p-share__next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-voice {
  padding-bottom: 80px;
}
.p-voice__btn a {
  margin: 60px auto 0;
}

@media (max-width: 828px) {
  .p-cta-doc {
    background: url(../../img/3villas/cta-doc-bg-sp.webp) no-repeat;
  }
  .p-mv {
    color: #fff;
    height: 550px;
  }
  .p-mv__inner {
    position: absolute;
    padding-top: 70px;
  }
  .p-mv__subtitle {
    color: #fff;
  }
  .p-intro {
    padding-top: calc(123 / 1080 * 100vw);
    padding-bottom: calc(140 / 1080 * 100vw);
  }
  .p-intro__title {
    font-size: calc(75 / 1080 * 100vw);
    margin-bottom: calc(60 / 1080 * 100vw);
  }
  .p-intro__text {
    font-size: calc(42 / 1080 * 100vw);
    margin-bottom: calc(80 / 1080 * 100vw);
  }
  .p-intro__text:last-of-type {
    margin-bottom: calc(150 / 1080 * 100vw);
  }
  .p-intro__sub-ttl {
    font-size: calc(56 / 1080 * 100vw);
    margin-bottom: calc(150 / 1080 * 100vw);
  }
  .p-intro__slider {
    margin-bottom: calc(154 / 1080 * 100vw);
  }
  .p-intro__slider img {
    aspect-ratio: unset;
  }
  .p-intro__points {
    margin-bottom: calc(140 / 1080 * 100vw);
  }
  .p-intro__points li {
    border-radius: calc(13 / 1080 * 100vw);
    margin-bottom: calc(46 / 1080 * 100vw);
  }
  .p-intro__points li p {
    font-size: calc(38 / 1080 * 100vw);
  }
  .p-intro__points li img {
    border-radius: calc(13 / 1080 * 100vw);
  }
  .p-choice__title {
    font-size: calc(60 / 1080 * 100vw);
    margin-bottom: calc(70 / 1080 * 100vw);
  }
  .p-choice__title span {
    width: calc(690 / 1080 * 100vw);
    margin-top: calc(-50 / 1080 * 100vw);
  }
  .p-choice__text {
    font-size: calc(40 / 1080 * 100vw);
    margin-bottom: calc(140 / 1080 * 100vw);
  }
  .p-choice__list {
    margin-bottom: calc(125 / 1080 * 100vw);
  }
  .p-choice__list li {
    margin-bottom: calc(150 / 1080 * 100vw);
  }
  .p-choice__list li h3 {
    font-size: calc(51 / 1080 * 100vw);
    margin-bottom: calc(28 / 1080 * 100vw);
  }
  .p-choice__list li h3 .num {
    font-size: calc(54 / 1080 * 100vw);
    margin-right: calc(31 / 1080 * 100vw);
    width: calc(95 / 1080 * 100vw);
    height: calc(95 / 1080 * 100vw);
  }
  .p-choice__list li h3 .num .num__text {
    transform: translateX(-0.35vw) translateY(-0.2vw);
  }
  .p-choice__list li p {
    font-size: calc(38 / 1080 * 100vw);
  }
  .p-choice__item-img {
    margin-bottom: calc(40 / 1080 * 100vw);
  }
  .p-choice li:last-child p {
    margin-bottom: calc(80 / 1080 * 100vw);
  }
  .p-choice__room h3 {
    margin-bottom: calc(35 / 1080 * 100vw);
    font-size: calc(49.5 / 1080 * 100vw);
  }
  .p-choice__card-content {
    font-size: calc(36 / 1080 * 100vw);
  }
  .p-room-modal__container,
  .p-owners-voice-modal__container {
    width: 89.3719806763vw;
    border-radius: 4.8309178744vw;
  }
  .p-room-modal__close,
  .p-owners-voice-modal__close {
    top: 3.6231884058vw;
    left: calc(100% - 11vw);
    width: 7.2463768116vw;
    height: 7.2463768116vw;
    margin-bottom: -8vw;
  }
  .p-room-modal__close span,
  .p-owners-voice-modal__close span {
    width: 3.6231884058vw;
    height: 1px;
  }
  .p-room-modal__hero,
  .p-owners-voice-modal__hero {
    height: 72.4637681159vw;
  }
  .p-room-modal__hero-content,
  .p-owners-voice-modal__hero-content {
    padding: 4.8309178744vw;
  }
  .p-room-modal__hero-location,
  .p-owners-voice-modal__hero-location {
    font-size: 2.4154589372vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal__hero-title,
  .p-owners-voice-modal__hero-title {
    font-size: 5.7971014493vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal__concept,
  .p-owners-voice-modal__concept {
    padding: 7.2463768116vw 4.8309178744vw;
  }
  .p-room-modal__concept.--border::before,
  .p-owners-voice-modal__concept.--border::before {
    width: calc(100% - 40px);
  }
  .p-room-modal__concept-title,
  .p-owners-voice-modal__concept-title {
    font-size: 4.8309178744vw;
    margin-bottom: 7.2463768116vw;
    padding-bottom: 2.4154589372vw;
  }
  .p-room-modal__concept-title::after,
  .p-owners-voice-modal__concept-title::after {
    width: 12.077294686vw;
    height: 1px;
  }
  .p-room-modal__concept-text,
  .p-owners-voice-modal__concept-text {
    font-size: 3.3816425121vw;
    margin-bottom: 4.8309178744vw;
  }
  .p-room-modal__spec-item,
  .p-owners-voice-modal__spec-item {
    font-size: 3.3816425121vw;
  }
  .p-room-modal__specs,
  .p-owners-voice-modal__specs {
    margin-bottom: 7.2463768116vw;
  }
  .p-room-modal__hero-title,
  .p-owners-voice-modal__hero-title {
    font-size: calc(70 / 1080 * 100vw);
  }
  .p-room-modal__hero-location,
  .p-owners-voice-modal__hero-location {
    font-size: calc(50 / 1080 * 100vw);
  }
  .p-room-modal__btn,
  .p-owners-voice-modal__btn {
    margin-bottom: calc(95 / 1080 * 100vw);
  }
  .p-room-modal__annotation,
  .p-owners-voice-modal__annotation {
    font-size: calc(26 / 1080 * 100vw);
  }
}
.c-button--main {
  background-color: #277efa;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 5px;
  padding-right: 40px;
  border-radius: 9999px;
  text-decoration: none;
  white-space: nowrap;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200L16%2010L0%2020V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
@media (max-width: 768px) {
  .c-button--main {
    font-size: 16px;
    margin: auto;
  }
}
.c-button--main span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #277efa;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-button--main span {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.p-room-modal__btn a {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */