@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
body {
  font-family: "Shippori Mincho", serif;
}

main figure,
main picture,
main img {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.c-mini-info {
  padding: 88px 16px;
}
@media screen and (max-width: 768px) {
  .c-mini-info {
    padding: 40px 16px;
  }
}
.c-mini-info .c-mini-info__heading-1 {
  font-family: "EB Garamond", serif;
  color: var(--231815_txt, #231815);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.c-mini-info .c-mini-info__text-1 {
  color: var(--231815_txt, #231815);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  letter-spacing: 2.4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-mini-info .c-mini-info__text-1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.c-mini-info .c-mini-info__text-2 {
  color: var(--231815_txt, #231815);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
}
@media screen and (max-width: 768px) {
  .c-mini-info .c-mini-info__text-2 {
    font-size: 12px;
  }
}
.c-mini-info .c-mini-info__more-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-mini-info .c-mini-info__more-1 {
    margin-bottom: 16px;
  }
}
.c-mini-info .c-mini-info__more-1 .btn-more {
  display: block;
  border: 2px solid #948C76;
  width: 360px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-mini-info .c-mini-info__more-1 .btn-more {
    width: 100%;
  }
}
.c-mini-info .c-mini-info__more-1 .btn-more .btn-more__inner {
  height: 80px;
  display: flex;
  flex-direction: column;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #fff;
  background: var(--948C76_point, #948C76);
  color: #FFF;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 13px; /* 72.222% */
  margin: auto;
}
.c-mini-info .c-mini-info__more-1 .btn-more .en {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #DFDCD6;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 28px */
  letter-spacing: 8.4px;
}
.c-mini-info .c-mini-info__more-1 .btn-more .en::before {
  content: "";
  display: block;
  background: url("../img/common/icon_arw_1.png") center center/100% no-repeat;
  width: 8px;
  height: 18px;
}
.c-mini-info .c-mini-info__more-1 .btn-more .jp {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}

.c-fat-footer-header::before {
  content: "";
  display: block;
  width: 1px;
  height: 176px;
  background: #231815;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .c-fat-footer-header::before {
    height: 80px;
  }
}
.c-fat-footer-header .c-fat-footer-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.c-fat-footer-header .en {
  color: var(--8B9293_txtcolorbg02, #8B9293);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .c-fat-footer-header .en {
    font-size: 32px;
  }
}
.c-fat-footer-header .jp {
  color: var(--231815_txt, #231815);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
}

.c-fat-footer {
  position: absolute;
  top: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-fat-footer {
    top: 0 !important;
  }
}
.c-fat-footer h2 {
  text-align: center;
  color: #FFF;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 14px */
  letter-spacing: 2.24px;
}
@media screen and (max-width: 768px) {
  .c-fat-footer h2 {
    font-size: 12px !important;
  }
}
.c-fat-footer h2 strong {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(10px, 2.4vw, 32px) !important;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
  .c-fat-footer h2 strong {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .c-fat-footer h2 strong img {
    width: auto;
    height: 11px;
  }
}
.c-fat-footer picture {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-fat-footer picture {
    margin-top: 16px;
  }
}

.c-sp-footer-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-sp-footer-nav {
    display: flex;
    justify-content: space-between;
  }
}
.c-sp-footer-nav > li:not(:last-child) {
  border-right: 1px solid #fff;
  flex: 1 0 20% !important;
}
.c-sp-footer-nav > li:last-child {
  flex: 1 0 40% !important;
}
.c-sp-footer-nav > li span {
  padding: 8px;
}
.c-sp-footer-nav > li img {
  margin: auto;
}
.c-sp-footer-nav > li a {
  height: 40px !important;
}
.c-sp-footer-nav .btn-nav-1 {
  color: #fff !important;
  background: #9D9080 !important;
}
.c-sp-footer-nav .btn-nav-2 {
  color: #fff !important;
  background: #756349 !important;
}

.js-fadein {
  opacity: 0;
  transition: opacity 2s, transform 2s;
}
.js-fadein.done-fadein {
  opacity: 1;
}
.js-fadein.fade-up {
  transform: translateY(50px);
}
.js-fadein.fade-left {
  transform: translateX(100px);
}
.js-fadein.fade-down {
  transform: translateY(-50px);
}
.js-fadein.fade-right {
  transform: translateX(-100px);
}
.js-fadein.fade-expand {
  transform: translateY(100px) scale(0.7);
}
.js-fadein.fade-expand.action {
  transform: translateY(0) scale(1) !important;
}
.js-fadein.text-fade .fade-target {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
.js-fadein.text-fade .fade-target:nth-of-type(2n-1) {
  transform: translateY(30px);
}
.js-fadein.text-fade .fade-target:nth-of-type(2n) {
  transform: translateY(-30px);
}
.js-fadein.text-fade .fade-target.action {
  opacity: 1;
  transform: translate(0) !important;
}

.inline-block {
  display: inline-block;
}

.c-btn {
  text-decoration: none;
  transition: 0.3s;
}
.c-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.c-m-auto {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-sp-m-auto {
    margin: auto;
  }
}

.c-caption-target {
  position: relative;
}
.c-caption-target .c-caption {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption {
    font-size: 10px;
  }
}
.c-caption-target .c-caption.in {
  position: absolute;
  bottom: 0;
  padding: 4px;
}
.c-caption-target .c-caption.in.p-sm {
  padding: 2px;
}
.c-caption-target .c-caption.in.right {
  right: 0;
  text-align: right;
}
.c-caption-target .c-caption.in.left {
  left: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption.in.sp-right {
    left: auto;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption.in.sp-left {
    left: 0;
    right: auto;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption.in.sp-out {
    position: relative;
  }
}
.c-caption-target .c-caption.in.bg-white {
  background: rgba(255, 255, 255, 0.5);
}
.c-caption-target .c-caption.in.bg-black {
  background: rgba(0, 0, 0, 0.5);
}
.c-caption-target .c-caption.in.text-shadow-black {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption.in.sp-bg-none {
    background: none;
  }
}
.c-caption-target .c-caption.out {
  margin-top: 4px;
}
.c-caption-target .c-caption.out.right {
  text-align: right;
}
.c-caption-target .c-caption.out.left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption.out.sp-in {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    padding: 4px;
  }
}
.c-caption-target .c-caption.out.sp-in.right {
  right: 0;
  text-align: right;
}
.c-caption-target .c-caption.out.sp-in.left {
  left: 0;
  text-align: left;
}
.c-caption-target .c-caption.white {
  color: #fff;
}
.c-caption-target .c-caption.black {
  color: #595757;
}
.c-caption-target .c-caption.brown {
  color: #54464E;
}
.c-caption-target .c-caption.bg-white {
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 4px;
}
.c-caption-target .c-caption.bg-black {
  background: rgba(0, 0, 0, 0.5);
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption.bg-black {
    padding: 4px;
  }
}
.c-caption-target .c-caption.shadow-black {
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption.sp-none {
    display: none;
  }
}

.c-mv {
  position: relative;
  font-size: 0;
  line-height: 1;
}
.c-mv .c-mv__image img {
  display: block;
  vertical-align: top;
  width: 100%;
}
.c-mv .c-caption.in {
  bottom: -20px;
}
.c-mv .c-mv__heading-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.c-mv .c-mv__heading-1 img {
  margin: auto;
}
.c-mv .c-mv__heading-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 14px #000, 0 0 14px #000;
  font-size: clamp(16px, 1.8vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 33.6px */
  letter-spacing: 1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .c-mv .c-mv__heading-2 {
    font-size: 18px;
  }
}
.c-mv .c-mv__heading-2 .drop-shadow {
  filter: drop-shadow(0 0 14px #000) drop-shadow(0 0 14px #000);
}
@media screen and (max-width: 768px) {
  .c-mv .c-mv__heading-2 .drop-shadow {
    filter: drop-shadow(0 0 14px #000) drop-shadow(0 0 14px #000) drop-shadow(0 0 20px #000) drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
  }
}

.c-sp-zoom {
  position: relative;
}
.c-sp-zoom.zoom-right .c-sp-zoom__icon {
  left: auto;
  right: 8px;
}
.c-sp-zoom .c-sp-zoom__icon {
  display: none;
  width: 26px;
  height: 26px;
  background: url(../img/common/icon_zoom.svg) no-repeat center;
  position: absolute;
  top: 8px;
  left: 8px;
  animation: ripple 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-sp-zoom .c-sp-zoom__icon {
    display: block;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #868686;
    border-radius: 50%;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(12, 28, 153, 0);
    border-radius: 50%;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(12, 28, 153, 0);
    border-radius: 50%;
  }
}
.c-image-zoom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-image-zoom-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.c-image-zoom-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.c-image-zoom-modal__content {
  position: relative;
  max-height: 90vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-image-zoom-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 10px;
  transition: opacity 0.2s ease;
  z-index: 10001;
}
.c-image-zoom-modal__close:hover {
  opacity: 0.7;
}

.c-image-zoom-modal__scroll-container {
  max-width: 100vw;
  max-height: 80vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 60px;
  padding: 8px;
  background: #fff;
}
.c-image-zoom-modal__scroll-container img {
  display: block;
  width: auto;
  height: auto;
  max-width: 1000px;
  min-width: 140vw; /* ビューポートより大きく */
}
.c-image-zoom-modal__scroll-container::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/common/icon_hint_1.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  animation: return 3s 0s infinite ease;
  z-index: 2;
}
.c-image-zoom-modal__scroll-container.is-scrolled::before {
  opacity: 0;
}

@keyframes return {
  50% {
    margin-left: -70px;
  }
  100% {
    margin-left: 0;
  }
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-footer-note {
  padding: 0 16px;
  margin-bottom: 48px;
}
.c-footer-note .c-footer-note__inner {
  max-width: 1200px;
  margin: auto;
}
.c-footer-note .c-footer-note__list {
  font-size: 12px;
  word-break: break-all;
}

#colophon address.g-footer--address {
  color: #fff;
  background: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #colophon address.g-footer--address {
    padding: 32px 16px;
  }
}
#colophon address.g-footer--address img {
  margin-inline: auto;
}

#recommend_slider .swiper-recommend::before, #recommend_slider .swiper-recommend::after {
  background: var(--color-gray1) !important;
}

.headerSlides {
  padding: 6em 0;
  overflow: hidden;
  background: var(--color-gray1) !important;
}
.headerSlides .headerEnttl {
  position: relative;
  padding: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  .headerSlides .headerEnttl {
    padding: 40px 0 20px;
  }
}
.headerSlides .headerEnttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 70px;
  background: #877955;
}
@media screen and (max-width: 768px) {
  .headerSlides .headerEnttl::before {
    display: none;
  }
}
.headerSlides .headerEnttl {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #877955;
}
@media screen and (max-width: 768px) {
  .headerSlides .headerEnttl {
    font-size: 16px;
  }
}

/*reset*/
*:where(:not(html, iframe, canvas, img, svg, video, audio, sup):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  display: block;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*reset end*/
:root {
  --color-black1: #000;
  --color-gray1: #efefef;
  --color-gray2: #ccc;
  --color-orange1: #fd5a2a;
  --color-yellow1: #f4f10a;
  --color-blue1: #48bcc6;
  --color-blue2: #2053e0;
  --color-blue3: #095467;
  --color-purple1: #9a70cb;
  --color-green1: #51de72;
  --color-green2: #3e865a;
  --color-green4: #4caf43;
  --color-red: #e84a5c;
  --color-beige: #c7ac8d;
}

body {
  font-size: var(--fontsize-16);
  line-height: 1.5;
  overflow-x: hidden;
  position: relative; /*-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

body, a {
  color: var(--color-01);
}

a {
  display: block;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, div, p, ul, li, a, span, p, th, td {
  font-weight: normal;
  box-sizing: border-box;
}

input:focus {
  outline: none;
}

iframe {
  border: none;
}

select {
  outline: none;
}

figure {
  position: relative;
}

.btn {
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

br.sp {
  line-height: 0;
}

.gothic {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.mw-1700 {
  width: 90%;
  max-width: 1700px;
  margin: auto;
}

.mw-1600 {
  width: 90%;
  max-width: 1600px;
  margin: auto;
}

.mw-1500 {
  width: 90%;
  max-width: 1500px;
  margin: auto;
}

.mw-1400 {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.mw-1300 {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.mw-1200 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.mw-1100 {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.mw-1000 {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.mw-900 {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.mw-800 {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.mw-700 {
  width: 90%;
  max-width: 700px;
  margin: auto;
}

.mw-600 {
  width: 90%;
  max-width: 600px;
  margin: auto;
}

.mw-500 {
  width: 90%;
  max-width: 500px;
  margin: auto;
}

.radius-full {
  border-radius: 50%;
  overflow: hidden;
}

.radius-list-10 > *,
.radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius-list-15 > *,
.radius-15 {
  border-radius: 15px;
  overflow: hidden;
}

.radius-list-20 > *,
.radius-20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius-list-25 > *,
.radius-25 {
  border-radius: 25px;
  overflow: hidden;
}

.radius-list-30 > *,
.radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

.radius-list-35 > *,
.radius-35 {
  border-radius: 35px;
  overflow: hidden;
}

.radius-list-40 > *,
.radius-40 {
  border-radius: 40px;
  overflow: hidden;
}

.radius-list-45 > *,
.radius-45 {
  border-radius: 45px;
  overflow: hidden;
}

.radius-list-50 > *,
.radius-50 {
  border-radius: 50px;
  overflow: hidden;
}

.radius-list-55 > *,
.radius-55 {
  border-radius: 55px;
  overflow: hidden;
}

.radius-list-60 > *,
.radius-60 {
  border-radius: 60px;
  overflow: hidden;
}

.invert {
  filter: brightness(0) invert(1);
}

.observe {
  opacity: 0;
}

.observe.staging {
  opacity: 1;
  transition-duration: 0.1s;
}

.comingsoon a {
  pointer-events: none;
  opacity: 0.3;
}

.billboard-style-01 {
  position: relative;
}

.billboard-style-01::after {
  display: block;
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.billboard-style-01 .container {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.billboard-style-01 .container div {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 3em;
  z-index: 1;
}

.billboard-style-01 h2 {
  font-size: 150%;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 0.25em;
}

.billboard-style-01 p {
  font-size: 250%;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.billboard-style-01 figure img {
  height: 30em;
  object-fit: cover;
}

.billboard-style-02 {
  position: relative;
}

.billboard-style-02::after {
  display: block;
  content: "";
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.billboard-style-02 .container {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.billboard-style-02 .container div {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 2.5em;
  z-index: 1;
}

.billboard-style-02 h2 {
  font-size: 250%;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 0.25em;
}

.billboard-style-02 figure img {
  height: 30em;
  object-fit: cover;
}

#breadCrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#breadCrumb ul li {
  position: relative;
}

#breadCrumb ul li + li {
  margin-left: 0.75em;
  padding-left: 1em;
}

#breadCrumb ul li + li a::before {
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  left: 0;
  z-index: 1;
}

#breadCrumb ul li a {
  font-size: 87.5%;
  line-height: 1;
  padding: 0.75em 0;
}

#breadCrumb ul li:last-child a {
  pointer-events: none;
}

/* ------------------------------------------------------------------- */
#globalHeader {
  padding: 1em 1em 0.5em;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 0.8s;
}

#globalHeader h1 {
  display: inline-block;
  position: relative;
}

#globalHeader h1 a {
  display: flex;
  align-items: center;
}

#globalHeader h1 a img {
  width: auto;
  height: 2em;
  margin-right: 1em;
}

#globalHeader h1 a p {
  font-size: 93.75%;
  max-width: 14em;
  transform: translateY(6px);
}

#globalHeader h1 a p span {
  display: inline-block;
}

#primaryNavigation ul:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 2;
}

#primaryNavigation ul:nth-of-type(1) li a {
  display: block;
  font-size: 93.75%;
  padding: 0.5em 0.75em;
  margin: 0 0.25em;
}

#primaryNavigation ul:nth-of-type(1) li.btn.first {
  margin-left: 1em;
}

#primaryNavigation ul:nth-of-type(1) li.btn {
  border: 2px solid #948C76;
}

#primaryNavigation ul:nth-of-type(1) li.btn a {
  color: #fff;
  letter-spacing: 0.2em;
  padding: 0.5em 2.5em 0.45em;
  margin: 0;
  background: #948C76;
  border: 1px solid #fff;
}

#primaryNavigation ul:nth-of-type(1) li:not(.btn) a::before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 14px;
  margin-right: 0.5em;
  background: url("../img/common/icon_arw_2.png") center/100% no-repeat;
}

#utilityNavigation .container {
  max-width: 1500px;
  margin: 1em auto 0;
}

#utilityNavigation .container ul {
  text-align: center;
  letter-spacing: -0.4em;
}

#utilityNavigation .container ul li {
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}

#utilityNavigation .container ul li + li::before {
  display: block;
  content: "";
  width: 1px;
  height: 1em;
  background: #c3c3c3;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  z-index: 1;
}

#utilityNavigation .container ul li a {
  padding: 0 2.5em;
}

#utilityNavigation .container ul:nth-child(1) li::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  margin: 0.25em 0 0;
  background: #fff;
}

#utilityNavigation .container ul li a span {
  font-size: 93.75%;
  letter-spacing: 0.15em;
}

#utilityNavigation .container ul li a span::before {
  display: block;
  content: attr(data-title);
  font-size: 80%;
  letter-spacing: 0;
  opacity: 0.7;
}

#navTile ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#navTile ul li {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  height: 15em;
  aspect-ratio: 1/1;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

#navTile ul[data-column="4"] li {
  flex: 1 1 25%;
  max-width: 25%;
}

#navTile ul[data-column="5"] li {
  flex: 1 1 20%;
  max-width: 20%;
}

#navTile ul[data-column="6"] li {
  flex: 1 1 16.66%;
  max-width: 16.66%;
}

#navTile ul[data-column="7"] li {
  flex: 1 1 14.28%;
  max-width: 14.28%;
}

#navTile ul[data-column="8"] li {
  flex: 1 1 12.5%;
  max-width: 12.5%;
}

#navTile ul[data-column="9"] li {
  flex: 1 1 11.11%;
  max-width: 11.11%;
}

#navTile ul[data-column="10"] li {
  flex: 1 1 10%;
  max-width: 10%;
}

#navTile ul li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120% auto;
  position: relative;
  transition: 0.8s;
}

#navTile ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.4s;
}

#navTile ul li a span {
  color: #fff;
  font-size: 125%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

/*body#page-concept #navTile ul li a[href="concept"],
body#page-location #navTile ul li a[href="location"],
body#page-access #navTile ul li a[href="access"],
body#page-design #navTile ul li a[href="design"],
body#page-plan #navTile ul li a[href="plan"],
body#page-equipment #navTile ul li a[href="equipment"] {border: 5px solid var(--color-green2);pointer-events: none;}
body#page-concept #navTile ul li a[href="concept"]::after,
body#page-location #navTile ul li a[href="location"]::after,
body#page-access #navTile ul li a[href="access"]::after,
body#page-design #navTile ul li a[href="design"]::after,
body#page-plan #navTile ul li a[href="plan"]::after,
body#page-equipment #navTile ul li a[href="concept"]::after {opacity: 0.55;z-index: 2;}*/
.block-note {
  padding: 3em 0;
  background: #E7EDF0;
}

.block-note ul li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

#colophon address {
  text-align: center;
  padding: 6em 0;
  border-top: 1px solid var(--color-gray1);
}

#colophon address h3 {
  font-size: 112.5%;
}

#colophon address h3 span {
  display: inline-block;
  font-weight: normal;
}

#colophon address a[href^="tel:"] {
  margin: 1em 0 0;
}

#colophon address a[href^="tel:"] span:nth-child(1) {
  display: inline-block;
  font-size: 300%;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 1.25em;
  position: relative;
}

#colophon address a[href^="tel:"] span:nth-child(1)::before {
  display: block;
  content: "";
  width: 1em;
  height: 0.5em;
  background: url("../img/common/icon_free.svg") no-repeat center/contain;
  position: absolute;
  top: 52%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

#colophon address .note {
  font-size: 12px;
  text-align: center;
  margin-top: 0.5em;
}

#colophon address .hours {
  margin-top: 1em;
}

#colophon address .hours span {
  display: inline-block;
  margin: 0 0.5em;
  font-weight: normal;
}

#colophon .agent {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

#colophon .agent a {
  margin: 0 1em;
}

#colophon .agent a img {
  width: auto;
  height: 3.5em;
}

#colophon .feature {
  padding: 6em 0;
}

#colophon .feature .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 15px #ccc;
  overflow: hidden;
}

#colophon .feature .container figure {
  width: 45%;
  padding-top: 27%;
  overflow: hidden;
}

#colophon .feature .container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

#colophon .feature .container div {
  text-align: center;
  width: 55%;
}

#colophon .feature .container div h2 {
  font-size: 175%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#colophon .feature .container div h2 strong {
  display: block;
  content: attr(data-title);
  color: var(--color-green2);
  font-size: 125%;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: normal;
  margin-bottom: 0.5em;
}

#colophon .recommend .headerEnttl,
#colophon .other h3 {
  font-size: 200%;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  margin-bottom: 1em;
}

#colophon .recommend {
  padding: 6em 0;
  background: var(--color-green2);
  overflow: hidden;
}

#colophon .recommend .headerEnttl {
  color: #fff;
}

#colophon .recommend #recommend_slider {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}

#colophon .recommend .swiper-recommend::before,
#colophon .recommend .swiper-recommend::after {
  background: var(--color-green2) !important;
}

#colophon .other {
  padding: 6em 0;
  background: var(--color-gray1);
}

#colophon .other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.75em;
}

#colophon .other ul li {
  width: calc(25% - 1.5em);
  margin: 0.75em;
}

#colophon .other ul li a p {
  margin-top: 0.5em;
}

#colophon .navLegal {
  padding: 1.5em 0;
  border-top: 1px solid var(--color-gray1);
}

#colophon .navLegal ul {
  text-align: center;
}

#colophon .navLegal ul li {
  display: inline-block;
}

#colophon .navLegal ul li a {
  font-size: 75%;
  padding: 0 1em;
}

#colophon #copyRight {
  color: #fff;
  font-size: 75%;
  text-align: center;
  padding: 1.5em 0.5em;
  background: #000;
}

#colophon #copyRight span {
  display: inline-block;
}

@media only screen and (max-width: 1350px) {
  #utilityNavigation .container {
    margin-top: 1em;
  }
  #utilityNavigation .container ul li a {
    font-size: 87.5%;
    padding: 0 1.5em;
  }
  #primaryNavigation ul:nth-of-type(1) li.btn.first {
    margin-left: 0;
  }
  #primaryNavigation ul:nth-of-type(1) li.btn a {
    letter-spacing: 0.1em;
    padding: 0.4em 1.5em 0.35em;
  }
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 1.4vw;
  }
  #navTile ul {
    justify-content: flex-start;
  }
  #navTile ul li {
    flex: 1 1 33.33% !important;
    max-width: 33.33% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .billboard-style-01 .container div {
    bottom: 2em;
  }
  .billboard-style-01 h2 {
    font-size: 2vw;
  }
  .billboard-style-01 p {
    font-size: 3vw;
  }
  .billboard-style-01 figure img {
    height: 22em;
  }
  .billboard-style-02 h2 {
    font-size: 3vw;
  }
  .billboard-style-02 figure img {
    height: 22em;
  }
}
@media only screen and (min-width: 768px) {
  body.menuOn #globalHeader {
    opacity: 0 !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .btn:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  #utilityNavigation .container ul:nth-child(1) li::after {
    margin-left: 10%;
    transition: 0.4s ease-in-out 0s;
  }
  #utilityNavigation .container ul:nth-child(1) li:hover::after,
  #utilityNavigation .container ul:nth-child(1) li.active::after {
    width: 80%;
    background: #000;
  }
  #primaryNavigation ul:nth-of-type(2) {
    display: none;
  }
  #navTile ul li a:hover {
    background-size: 136% auto;
  }
  #navTile ul li a:hover::after {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    font-size: 1.89vw;
  }
  #globalHeader {
    height: 100%;
    padding: 1em 1em 4em;
    background: transparent;
    transition: 0.4s;
    pointer-events: none;
  }
  #globalHeader h1 a {
    pointer-events: auto;
  }
  #globalHeader h1 a img {
    height: 1.5em;
    margin-right: 0.5em;
  }
  #globalHeader h1 a p {
    font-size: 75%;
    transform: translateY(5px);
  }
  #menuBtn {
    width: 3.75em;
    height: 3.75em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    pointer-events: auto;
  }
  #menuBtn::after {
    display: block;
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #menuBtn .line {
    display: block;
    width: 2em;
    height: 1.25em;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  #menuBtn .line span {
    display: block;
    width: 100%;
    height: 1px;
    background: #222;
    position: absolute;
    top: calc(50% - 1px);
    transition: 0.4s;
  }
  #menuBtn .line span:nth-child(1) {
    transform: translateY(-0.5em) rotate(0deg);
  }
  #menuBtn .line span:nth-child(3) {
    transform: translateY(0.5em) rotate(0deg);
  }
  #menuBtn .txt {
    display: block;
    font-size: 67.5%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-top: 0.5em;
  }
  #utilityNavigation {
    height: 90%;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  #utilityNavigation .container {
    margin-top: 2em;
  }
  #utilityNavigation .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
  #utilityNavigation .container ul li {
    width: 48%;
    margin: 0.5em 0 0;
  }
  #utilityNavigation .container ul li + li::before {
    display: none;
  }
  #utilityNavigation .container ul li a {
    padding: 0.75em 0;
    overflow: hidden;
  }
  #utilityNavigation .container ul li a span {
    display: block;
    font-size: 125%;
    position: relative;
  }
  #utilityNavigation .container ul:nth-child(1) li::after {
    width: 0%;
    margin: 0.25em 0 0;
    transition: 0.4s ease-in-out 0.4s;
  }
  #utilityNavigation .container ul:nth-child(1) li a {
    color: #fff;
    text-align: left;
    padding: 0.75em 0 0.25em;
  }
  #utilityNavigation .container ul:nth-child(1) li a span {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.8s, transform 0.8s;
  }
  #utilityNavigation .container ul:nth-child(1) li a span::before {
    display: block;
    content: attr(data-title);
    font-size: 70%;
    font-weight: normal;
  }
  #utilityNavigation .container ul:nth-child(2) {
    margin-top: 1em;
  }
  #utilityNavigation .container ul:nth-child(2) li {
    color: #fff;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.8s, transform 0.8s;
  }
  #utilityNavigation .container ul:nth-child(2) li a {
    background: var(--color-beige);
  }
  #primaryNavigation {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #primaryNavigation::before {
    display: block;
    content: "";
    width: 100%;
    height: 4em;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05));
    position: absolute;
    left: 0;
    bottom: calc(100% - 1.5em);
    z-index: -1;
    pointer-events: none;
  }
  #primaryNavigation ul:nth-of-type(1) {
    display: none;
  }
  #primaryNavigation ul:nth-of-type(2) {
    display: flex;
    width: 100%;
  }
  #primaryNavigation ul:nth-of-type(2) li {
    flex: 1;
    text-align: center;
    position: relative;
  }
  #primaryNavigation ul:nth-of-type(2) li a {
    height: 4em;
    background: #fff;
    position: relative;
  }
  #primaryNavigation ul:nth-of-type(2) li + li::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  #primaryNavigation ul:nth-of-type(2) li a span {
    font-size: 68.75%;
    font-weight: bold;
    line-height: 1.1;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  #primaryNavigation ul:nth-of-type(2).icon li a span::before {
    display: block;
    content: "";
    width: 2.2em;
    height: 2.2em;
    margin: 0 auto 0.25em;
  }
  #primaryNavigation ul:nth-of-type(2) li.request a span::before {
    background: url("../img/common/icon_request.svg") no-repeat center/80%;
  }
  #primaryNavigation ul:nth-of-type(2) li.reserve a span::before {
    background: url("../img/common/icon_reserve.svg") no-repeat center/contain;
  }
  #primaryNavigation ul:nth-of-type(2) li.map a span::before {
    background: url("../img/common/icon_map.svg") no-repeat center/contain;
  }
  #primaryNavigation ul:nth-of-type(2) li.online a span::before {
    background: url("../img/common/icon_online.svg") no-repeat center/contain;
  }
  body.menuOpen #globalHeader {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    pointer-events: auto;
  }
  body.menuOpen #menuBtn .line span:nth-child(2) {
    opacity: 0;
  }
  body.menuOpen #menuBtn .line span:nth-child(1) {
    transform: translateY(0) rotate(150deg);
  }
  body.menuOpen #menuBtn .line span:nth-child(3) {
    transform: translateY(0) rotate(-150deg);
  }
  body.menuOpen #utilityNavigation {
    opacity: 1;
    pointer-events: auto;
  }
  body.menuOpen #utilityNavigation .container ul:nth-child(1) li.active::after {
    width: 100%;
  }
  body.menuOpen #utilityNavigation .container ul:nth-child(1) li a span {
    opacity: 1;
    transform: translateY(0);
  }
  body.menuOpen #utilityNavigation .container ul:nth-child(2) li {
    opacity: 1;
    transform: translateY(0);
  }
  body#index #primaryNavigation ul:nth-of-type(2) {
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
  }
  body#index.scrolled #primaryNavigation ul:nth-of-type(2) {
    opacity: 1;
    transition: 0.4s;
    pointer-events: auto;
  }
  #navTile ul li {
    flex: 1 1 50% !important;
    max-width: 50% !important;
    height: 7em;
  }
  #navTile ul li a span {
    font-size: 112.5%;
  }
  .billboard-style-01 .container div {
    bottom: 1.25em;
  }
  .billboard-style-01 h2 {
    font-size: 125%;
    margin-bottom: 0;
  }
  .billboard-style-01 p {
    font-size: 125%;
    line-height: 1.25;
  }
  .billboard-style-01 figure img {
    height: 13em;
  }
  .billboard-style-01 .container div {
    bottom: 1.5em;
  }
  .billboard-style-02 h2 {
    font-size: 175%;
    margin-bottom: 0;
  }
  .billboard-style-02 figure img {
    height: 13em;
  }
  .billboard-style-02 .container div {
    bottom: 1.5em;
  }
  .block-note {
    padding: 1.5em 0;
  }
  .block-note ul li {
    font-size: 10px;
  }
  #breadCrumb ul li a {
    font-size: 75%;
  }
  #colophon address {
    padding: 3em 0;
  }
  #colophon address h3 {
    font-size: 100%;
  }
  #colophon address a[href^="tel:"] {
    display: inline-block;
  }
  #colophon address a[href^="tel:"] span:nth-child(1) {
    font-size: 250%;
  }
  #colophon address a[href^="tel:"] span:nth-child(2) {
    font-weight: normal;
    margin-top: 0.5em;
    padding: 0.3em 0 0.25em;
    border: 1px solid #fff;
  }
  #colophon address .hours {
    font-size: 87.5%;
    margin-top: 2em;
  }
  #colophon address .hours span {
    display: inline-block;
    margin: 0 0.5em;
  }
  #colophon .agent {
    margin-top: 2em;
  }
  #colophon .agent a {
    margin: 0 2%;
  }
  #colophon .agent a:nth-child(1) {
    width: 40%;
  }
  #colophon .agent a:nth-child(2) {
    width: 43%;
  }
  #colophon .agent a img {
    width: auto;
    height: auto;
  }
  #colophon .feature {
    padding: 1em 0 3em;
  }
  #colophon .feature .container figure {
    width: 100%;
    padding-top: 12em;
  }
  #colophon .feature .container div {
    width: 100%;
    padding: 2em 0;
  }
  #colophon .feature .container div h2 {
    font-size: 112.5%;
    letter-spacing: 0;
  }
  #colophon .feature .container div h2 strong {
    margin-bottom: 0;
  }
  #colophon .recommend .headerEnttl,
  #colophon .other h3 {
    font-size: 150%;
    margin-bottom: 0.25em;
  }
  #colophon .recommend {
    padding: 3em 0;
  }
  #colophon .other {
    padding: 3em 0 2em;
  }
  #colophon .other ul {
    margin: 0 -0.5em;
  }
  #colophon .other ul li {
    width: calc(50% - 1em);
    margin: 0.5em;
  }
  #colophon .other ul li a p {
    font-size: 87.5%;
  }
  #colophon .navLegal {
    padding: 1em 0;
  }
  #colophon .navLegal ul li a {
    padding: 0 0.5em;
  }
  #colophon #copyRight {
    font-size: 10px;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 550px) {
  body {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 450px) {
  body {
    font-size: 4.2vw;
  }
}
/*MENU内*/
#utilityNavigation .container ul:nth-child(1) li.limited a {
  border-color: var(--color-yellow1);
}

#utilityNavigation .container ul:nth-child(1) li.limited a,
#utilityNavigation .container ul:nth-child(1) li.limited a span {
  color: var(--color-yellow1);
}

/*SP下部アイコン*/
#primaryNavigation ul:nth-of-type(2) li.sample a span::before {
  background: url("../img/common/icon_sample.svg") no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  /*MENU内*/
  #utilityNavigation .container ul:nth-child(1) li.limited {
    width: calc(100% - 1em);
  }
}
#globalHeader {
  background: transparent;
}
@media screen and (max-width: 768px) {
  #globalHeader {
    background: transparent;
  }
}
#globalHeader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  display: block;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, #FFF 15.51%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  #globalHeader::after {
    height: 96px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -2.68%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  #globalHeader h1 {
    position: relative;
    z-index: 2;
    color: #fff;
  }
}
#globalHeader h1 .logo-svg {
  fill: #3F865A;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  #globalHeader h1 .logo-svg {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  #globalHeader.header-type-bg-white::after {
    background: linear-gradient(180deg, #FFF 15.51%, rgba(255, 255, 255, 0) 100%);
  }
}
#globalHeader.header-type-bg-white h1 {
  color: #000;
}
@media screen and (max-width: 768px) {
  #globalHeader.header-type-bg-white h1 .logo-svg {
    fill: #3F865A;
  }
}

@media screen and (max-width: 768px) {
  #menuBtn {
    background: #000;
  }
}
@media screen and (max-width: 768px) {
  #menuBtn .line span {
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  #menuBtn::after {
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  #colophon .agent {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  #colophon .agent a {
    width: auto !important;
  }
}

#colophon .agent a img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  #colophon .agent a:nth-child(1) img {
    width: 263px;
  }
}

@media screen and (max-width: 768px) {
  #colophon .agent a:nth-child(2) img {
    width: 175px;
  }
}

@media screen and (max-width: 768px) {
  #colophon .agent a:nth-child(3) img {
    width: 255px;
  }
}

#primaryNavigation {
  pointer-events: auto;
}

sup {
  font-size: 66%;
}

/* CSS Document */
#billboard {
  position: relative;
}

#billboard ul li {
  position: relative;
}

#billboard ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
#billboard ul li p img {
  transform: translate(-50%, -50%);
  max-width: 278px;
  width: 100%;
}

.block-action-01 {
  padding: 1em 0;
  background: #000;
}

.block-action-01 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.block-action-01 p {
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  margin: 0 0.5em;
}

.block-action-01 p:nth-child(1) {
  color: #f0f0f0;
  font-size: 137.5%;
  line-height: 1.5;
  padding: 0.25em 0.5em 0.1em;
  border: 1px solid rgba(240, 240, 240, 0.6);
}

.block-action-01 p:nth-child(2) {
  font-size: 500%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-action-01 p:nth-child(2) span {
  background: linear-gradient(to bottom, #e1db39, #faf9ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-action-01 p:nth-child(2) > span small {
  font-size: 60%;
}

.block-usp-01 {
  padding: 1em 0;
  background: url("../img/index/index_bg01_img01_pc.webp") no-repeat center/cover;
}

.block-usp-01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.block-usp-01 ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  position: relative;
}

.block-usp-01 ul li + li::before {
  display: block;
  content: "";
  width: 1px;
  height: 70%;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: 1;
}

.block-usp-01 ul li p {
  color: #fff;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
}

.block-usp-01 ul li p > span:nth-child(1) {
  display: block;
  font-size: 112.5%;
  font-weight: 400;
  line-height: 1.3;
}

.block-usp-01 ul li p > span:nth-child(2) {
  display: block;
  font-size: 187.5%;
  line-height: 1.3;
  margin-top: 5px;
  background: linear-gradient(to bottom, #e1db39, #faf9ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-usp-01 ul li:nth-child(1) p > span:nth-child(2) {
  margin-top: -10px;
}

.block-usp-01 ul li:nth-child(1) p > span:nth-child(2) span {
  font-size: 200%;
}

.block-info-01 {
  padding: 4em 0;
}

.block-info-01 h2 {
  font-size: 200%;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  margin-bottom: 1em;
}

.block-info-01 ul li + li {
  margin-top: -1px;
  border-top: 1px dashed #c3c3c3;
}

.block-info-01 ul li div {
  padding: 2em 0;
}

.block-info-01 ul li a {
  display: inline-block;
  color: #1818b9;
  text-decoration: underline;
}

.block-info-01 ul li a .date {
  display: block;
  font-size: 87.5%;
  margin-bottom: 0.5em;
}

.block-info-01 #infomore {
  display: block;
  text-align: center;
  margin-top: 2em;
  cursor: pointer;
}

.block-info-01 #infomore span {
  display: inline-block;
  color: var(--color-green2);
  font-size: 125%;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  line-height: 1;
  padding: 0.75em 1.5em;
  margin: 0 auto;
  transition: 0.4s;
}

.block-info-01 #infomore span::after {
  display: block;
  content: "";
  width: 2em;
  height: 0.6em;
  margin: 0.5em auto 0;
  background: url("../img/common/icon_more.svg") no-repeat center/contain;
}

.block-info-01.open #infomore span::after {
  transform: rotate(180deg);
}

.block-concept-01 {
  color: #fff;
  text-align: center;
  padding: 6em 0;
  background: linear-gradient(to bottom, #205635, #26653e, #205635);
}

.block-concept-01 h2 {
  font-size: 150%;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.block-concept-01 p:nth-of-type(1) {
  font-size: 400%;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
}

.block-concept-01 p:nth-of-type(2) {
  font-size: 125%;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 3em;
}

.block-concept-01 p:nth-of-type(2) span {
  font-size: 150%;
}

.block-nav-01 {
  padding: 3em 0;
}

.block-nav-01 ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .block-nav-01 ul {
    gap: 4px;
  }
}

.block-nav-01 ul li {
  position: relative;
}

.block-nav-01 ul li a {
  padding-top: 96%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 104%;
  transition: 0.8s;
}

.block-nav-01 ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.4s;
}

.block-nav-01 ul li:nth-child(1) a {
  background-image: url("../img/top/top_nav_bg_1.jpg");
}

.block-nav-01 ul li:nth-child(2) a {
  background-image: url("../img/top/top_nav_bg_2.jpg");
}

.block-nav-01 ul li:nth-child(3) a {
  background-image: url("../img/top/top_nav_bg_3.jpg");
}

.block-nav-01 ul li:nth-child(4) a {
  background-image: url("../img/top/top_nav_bg_4.jpg");
}

.block-nav-01 ul li:nth-child(5) a {
  background-image: url("../img/top/top_nav_bg_5.jpg");
}

.block-nav-01 ul li:nth-child(6) a {
  background-image: url("../img/top/top_nav_bg_6.jpg");
}

.block-nav-01 ul li div {
  color: #fff;
  position: absolute;
  left: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 2;
}

.block-nav-01 ul li div h2 {
  font-size: 175%;
  line-height: 1.3;
}

.block-nav-01 ul li div h2 strong {
  display: block;
  font-size: 18px;
  font-family: "EB Garamond", "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: normal;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .block-action-01 {
    font-size: 1.1vw;
  }
  .block-usp-01 {
    font-size: 1.4vw;
  }
  .block-nav-01 {
    font-size: 1.3vw;
  }
}
@media only screen and (min-width: 768px) {
  .block-nav-01 ul li {
    width: calc(33.333% - 16px);
  }
  .block-nav-01 ul li a:hover {
    background-size: auto 120%;
  }
  .block-info-01 #infomore span:hover {
    color: #fff;
    border-color: var(--color-green2);
    background: var(--color-green2);
  }
  .block-info-01 #infomore span:hover::after {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 767px) {
  .block-action-01 {
    padding: 1em 0;
  }
  .block-action-01 > div {
    display: block;
    width: 100%;
  }
  .block-action-01 p {
    margin: 0;
  }
  .block-action-01 p:nth-child(1) {
    display: inline-block;
    font-size: 100%;
    margin-bottom: 5px;
    padding: 0.2em 1em 0.15em;
  }
  .block-action-01 p:nth-child(2) {
    font-size: 200%;
  }
  .block-usp-01 ul {
    display: block;
  }
  .block-usp-01 ul li {
    padding: 1em 0 0.75em;
  }
  .block-usp-01 ul li + li::before {
    width: 100%;
    height: 1px;
    top: 0;
  }
  .block-usp-01 ul li p > span:nth-child(1) {
    font-size: 137.5%;
  }
  .block-usp-01 ul li p > span:nth-child(2) {
    font-size: 175%;
  }
  .block-info-01 {
    padding: 2em 0;
  }
  .block-info-01 h2 {
    font-size: 150%;
    margin-bottom: 0.5em;
  }
  .block-info-01 ul {
    padding: 0;
  }
  .block-info-01 ul li:nth-child(1) {
    padding-top: 0;
  }
  .block-concept-01 {
    padding: 3em 0;
  }
  .block-concept-01 h2 {
    font-size: 125%;
  }
  .block-concept-01 p:nth-of-type(1) {
    font-size: 200%;
  }
  .block-concept-01 p:nth-of-type(2) {
    font-size: 100%;
    letter-spacing: 0;
    margin-top: 2em;
  }
  .block-nav-01 {
    padding: 3em 0;
  }
  .block-nav-01 ul {
    margin: 0 -0.25em;
  }
  .block-nav-01 ul li a {
    padding-top: 100%;
  }
  .block-nav-01 ul li {
    width: calc(50% - 4px);
  }
  .block-nav-01 ul li div {
    padding: 0 0.75em;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 8px;
  }
  .block-nav-01 ul li div h2 {
    font-size: 87.5%;
    white-space: nowrap;
  }
  .block-nav-01 ul li div h2 strong {
    font-size: 14px;
    margin-bottom: 0.25em;
  }
}
@media only screen and (max-width: 550px) {
  #billboard ul li p {
    font-size: 175%;
    top: 45%;
  }
}
#page-top {
  margin-top: 0 !important;
}
#page-top .top-mv--wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
}
#page-top .loading-animation {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-top .mv-loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid rgb(0, 121, 51);
  width: 40px;
  height: 40px;
  margin: auto;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page-top .top-mv {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  aspect-ratio: 1920/1068;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #page-top .top-mv {
    aspect-ratio: 786/1280;
  }
}
#page-top .top-mv .top-mv__inner {
  position: relative;
  background: #fff;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#page-top .top-mv .top-mv--image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#page-top .top-mv .mv-video {
  aspect-ratio: 1920/1068;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #page-top .top-mv .mv-video {
    aspect-ratio: 786/1280;
  }
}
#page-top .top-mv .top-mv__item {
  text-align: center;
}
#page-top .top-mv .top-mv__item.item-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-top .top-mv .top-mv--image-1 {
  line-height: 1;
}
#page-top .top-mv .top-mv--image-1 .parallax-wrapper {
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  margin: 0;
}
#page-top .top-mv #movie-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #page-top .top-mv #movie-pc {
    display: none;
  }
}
#page-top .top-mv #movie-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-top .top-mv #movie-sp {
    display: block;
  }
}
#page-top .top-mv .mv-skip-button {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  position: absolute;
  top: 160px;
  right: 16px;
  z-index: 10;
  color: #fff;
  background-color: #000;
  padding: 4px 8px 4px 20px;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #page-top .top-mv .mv-skip-button {
    top: auto;
    bottom: 16px;
    font-size: 12px;
  }
}
#page-top .top-mv .mv-skip-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  transform: translateY(-50%);
}
#page-top .swiper-slide {
  line-height: 0;
}
#page-top .swiper-slide img {
  width: 100%;
}
#page-top .top-cta {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #page-top .top-cta {
    padding: 40px 16px;
  }
}
#page-top .top-cta .top-cta__inner {
  text-align: center;
}
#page-top .top-info {
  background: var(--E8ECEF_colorbg01, #E8ECEF);
}
#page-top .top-info .top-info__inner {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-top .top-info .top-info__inner {
    max-width: 480px;
  }
}
#page-top .top-image-1 figure {
  display: block;
}
#page-top .top-image-1 {
  line-height: 1;
}
#page-top .top-image-1 img {
  vertical-align: top;
}
#page-top .top-concept {
  padding: 160px 16px;
  background: var(--8B9293_txtcolorbg02, #8B9293);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-top .top-concept {
    padding: 48px 16px;
  }
}
#page-top .top-concept .top-concept__heading-1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 3.84px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-top .top-concept .top-concept__heading-1 {
    font-size: 16px;
  }
}
#page-top .top-concept .top-concept__image-1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-top .top-concept .top-concept__image-1 {
    margin-bottom: 16px;
  }
}
#page-top .top-concept .top-concept__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-top .top-concept .top-concept__text-1 p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 250%;
  }
}

@media screen and (max-width: 768px) {
  #page-redevelopment {
    margin-top: 0 !important;
  }
}
#page-redevelopment .redevelopment-concept .redevelopment-concept__header {
  padding: 160px 40px;
  text-align: center;
  background: linear-gradient(180deg, #8B9293 50%, #FFF 100%);
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-concept .redevelopment-concept__header {
    padding: 60px 8px;
  }
}
#page-redevelopment .redevelopment-concept .redevelopment-concept__heading-1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 24px */
  letter-spacing: 3.84px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-concept .redevelopment-concept__heading-1 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
#page-redevelopment .redevelopment-concept .redevelopment-concept__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-concept .redevelopment-concept__text-1 p {
    font-size: 13px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-redevelopment .redevelopment-project {
  padding: 160px 40px;
  text-align: center;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project {
    padding: 60px 16px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__inner {
  max-width: 1190px;
  margin: auto;
}
#page-redevelopment .redevelopment-project .redevelopment-project__header {
  margin-bottom: 40px;
}
#page-redevelopment .redevelopment-project .redevelopment-project__heading-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__heading-1 {
    margin-bottom: 16px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__heading-2 {
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__heading-2 {
    margin-bottom: 24px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__text-1 p {
    font-size: 13px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__image-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__image-1 {
    margin-bottom: 24px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__list-1 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__list-1 {
    gap: 16px 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__card-1 .redevelopment-project__card-1__header {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__card-1 .redevelopment-project__card-1__header {
    margin-bottom: 8px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__list-2 {
  display: grid;
  gap: 4px;
  grid-template-columns: 24px 1fr;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__list-2 {
    gap: 2px;
    grid-template-columns: 12px 1fr;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__list-2 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  background: #394467;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__list-2 .icon {
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__list-2 .text-1 {
  overflow: hidden;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__list-2 .text-1 {
    margin-bottom: 2px;
  }
}
#page-redevelopment .redevelopment-project .redevelopment-project__list-2 .text-1 img {
  vertical-align: top;
}
#page-redevelopment .redevelopment-project .redevelopment-project__list-2 .text-2 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
@media screen and (max-width: 768px) {
  #page-redevelopment .redevelopment-project .redevelopment-project__list-2 .text-2 {
    font-size: 9px;
    letter-spacing: -0.06em;
  }
}

@media screen and (max-width: 768px) {
  #page-residence {
    margin-top: 0 !important;
  }
}
#page-residence .residence-section-1 {
  padding: 160px 40px 40px;
  text-align: center;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 {
    padding: 60px 8px 40px;
  }
}
#page-residence .residence-section-1 .residence-section-1__inner {
  max-width: 1190px;
  margin: auto;
}
#page-residence .residence-section-1 .residence-section-1__header {
  margin-bottom: 40px;
}
#page-residence .residence-section-1 .residence-section-1__heading-1 {
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 .residence-section-1__heading-1 {
    margin-bottom: 24px;
  }
}
#page-residence .residence-section-1 .residence-section-1__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 .residence-section-1__text-1 p {
    font-size: 13px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-residence .residence-section-1 .residence-section-1__list-1 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 .residence-section-1__list-1 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#page-residence .residence-section-1 .residence-section-1__list-2 {
  display: grid;
  gap: 8px;
  grid-template-columns: 24px 1fr;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 .residence-section-1__list-2 {
    gap: 2px;
    grid-template-columns: 12px 1fr;
  }
}
#page-residence .residence-section-1 .residence-section-1__list-2 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  background: #394467;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 .residence-section-1__list-2 .icon {
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
}
#page-residence .residence-section-1 .residence-section-1__list-2 .text-1 {
  overflow: hidden;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 .residence-section-1__list-2 .text-1 {
    font-size: 14px;
  }
}
#page-residence .residence-section-1 .residence-section-1__list-2 .text-2 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-1 .residence-section-1__list-2 .text-2 {
    font-size: 10px;
  }
}
#page-residence .residence-section-2 {
  padding: 160px 40px;
  text-align: center;
  color: #fff;
  background: var(--242424_bg, #242424);
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 {
    padding: 0;
  }
}
#page-residence .residence-section-2 .residence-section-2__inner {
  max-width: 1100px;
  margin: auto;
}
#page-residence .residence-section-2 .residence-section-2--block-1 {
  display: grid;
  gap: 40px;
  grid-template-columns: 640px 1fr;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-1 {
    gap: 0;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__item.item-2 {
    padding: 32px 32px 50px;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__image-1 img {
    width: 100%;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__heading-1 {
  color: #D9D9D9;
  text-align: left;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px; /* 線の太さ */
  background-position: 0 1.3em; /* ここを調整して、g にかぶせる */
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__heading-1 {
    background-position: 0 1.1em; /* ここを調整して、g にかぶせる */
    margin-bottom: 20px;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__heading-2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  letter-spacing: 3.84px;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__heading-2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__text-1 p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 260%; /* 36.4px */
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-1 .residence-section-2--block-1__text-1 p {
    font-size: 12px;
    line-height: 220%; /* 26.4px */
  }
}
#page-residence .residence-section-2 .residence-section-2--block-2 {
  display: grid;
  gap: 40px;
  grid-template-columns: 644fr 400fr;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__item.item-1 {
    order: 2;
    padding: 0 32px 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__item.item-2 {
    order: 1;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__image-1 {
  text-align: left;
  margin-bottom: 32px;
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__heading-1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  letter-spacing: 3.84px;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__heading-1 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__heading-2 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__heading-3 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__heading-3 {
    font-size: 20px;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__heading-4 {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__heading-4 {
    font-size: 8px;
    margin-bottom: 0;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__list-1 {
  display: grid;
  gap: 40px;
  grid-template-columns: 184px 1fr;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__list-1 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__list-1 > li:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__list-1 > li:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__list-2 {
    display: flex;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__text-1 p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 260%; /* 36.4px */
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__text-1 p {
    font-size: 12px;
    line-height: 220%; /* 26.4px */
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2__image-3 .c-caption {
    letter-spacing: -0.04em;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2--block-1 {
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr;
    align-items: end;
  }
}
#page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2--block-1 .residence-section-2--block-2--block-1__header {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-2 .residence-section-2--block-2 .residence-section-2--block-2--block-1 .residence-section-2--block-2--block-1__header {
    margin-bottom: 0;
  }
}
#page-residence .residence-section-3 {
  text-align: center;
  color: #fff;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
#page-residence .residence-section-3 .residence-section-3__body {
  max-width: 1200px;
  margin: auto;
  padding: 160px 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3__body {
    padding: 80px 16px;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-1 {
  text-align: center;
  margin-bottom: 40px;
}
#page-residence .residence-section-3 .residence-section-3--block-1 .residence-section-3--block-1__heading-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-1 .residence-section-3--block-1__heading-1 {
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-1 .residence-section-3--block-1__heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-1 .residence-section-3--block-1__heading-2 {
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-1 .residence-section-3--block-1__text-1 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-1 .residence-section-3--block-1__text-1 p {
    font-size: 12px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-2 {
    margin-inline: 40px;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__list-1 {
    display: flex;
    gap: 0;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__image-1 {
  margin-bottom: 16px;
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__heading-1 {
  color: var(--231815_txt, #231815);
  margin-bottom: 16px;
  text-align: left;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px; /* 線の太さ */
  background-position: 0 1.3em; /* ここを調整して、g にかぶせる */
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__heading-2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  margin-bottom: 16px;
  text-align: left;
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__text-1 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__text-1 p {
    font-size: 12px;
    line-height: 220%; /* 26.4px */
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2--block-1 {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav {
    display: block;
  }
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-prev,
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-prev:hover,
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-next:hover {
  background: #fff;
  color: var(--8B9293_txtcolorbg02, #8B9293);
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-prev:disabled,
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-prev span,
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-next span {
  display: block;
  line-height: 1;
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-prev {
  left: -56px;
}
#page-residence .residence-section-3 .residence-section-3--block-2 .residence-section-3--block-2__nav-next {
  right: -56px;
}
#page-residence .residence-section-4 {
  text-align: center;
  color: #fff;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
#page-residence .residence-section-4 .residence-section-4__body {
  max-width: 1200px;
  margin: auto;
  padding: 160px 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4__body {
    padding: 80px 16px;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-1 {
  text-align: center;
  margin-bottom: 40px;
}
#page-residence .residence-section-4 .residence-section-4--block-1 .residence-section-4--block-1__heading-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-1 .residence-section-4--block-1__heading-1 {
    margin-bottom: 8px;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-1 .residence-section-4--block-1__heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-1 .residence-section-4--block-1__heading-2 {
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-1 .residence-section-4--block-1__text-1 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-1 .residence-section-4--block-1__text-1 p {
    font-size: 12px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-2 {
    margin-inline: 40px;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__list-1 {
    display: flex;
    gap: 0;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__list-1 > li {
  position: relative;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__list-1 > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -32px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__list-1 > li:not(:last-child)::after {
    display: none;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__heading-1 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__heading-1 {
    font-size: 12px;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__text-1 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__text-1 p {
    font-size: 12px;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2--block-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2--block-1 {
    max-width: 320px;
    margin-inline: auto;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2--block-1 .residence-section-4--block-2--block-1__item.item-2 {
  display: flex;
  align-items: center;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2--block-1 .residence-section-4--block-2--block-1__image-2 {
  display: flex;
  align-items: center;
  min-height: 120px;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2--block-2 {
  text-align: left;
  margin-bottom: 8px;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav {
    display: block;
  }
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-prev,
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-prev:hover,
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-next:hover {
  background: #fff;
  color: var(--8B9293_txtcolorbg02, #8B9293);
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-prev:disabled,
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-prev span,
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-next span {
  display: block;
  line-height: 1;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-prev {
  left: -54px;
}
#page-residence .residence-section-4 .residence-section-4--block-2 .residence-section-4--block-2__nav-next {
  right: -54px;
}
#page-residence .residence-section-5 {
  text-align: center;
  color: #fff;
  background: var(--242424_bg, #242424);
}
#page-residence .residence-section-5 .residence-section-5__inner {
  max-width: 1200px;
  margin: auto;
  padding: 160px 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5__inner {
    padding: 80px 16px 0;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-1 {
  text-align: center;
  margin-bottom: 40px;
}
#page-residence .residence-section-5 .residence-section-5--block-1 .residence-section-5--block-1__heading-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-1 .residence-section-5--block-1__heading-1 {
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-1 .residence-section-5--block-1__heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-1 .residence-section-5--block-1__heading-2 {
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-1 .residence-section-5--block-1__text-1 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-1 .residence-section-5--block-1__text-1 p {
    font-size: 12px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-2 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__list-1 {
    display: flex;
    gap: 0;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__list-1 > li {
  position: relative;
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__list-1 > li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -32px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__list-1 > li:not(:last-child)::after {
    display: none;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__heading-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  text-align: left;
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__text-1 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2__text-1 p {
    font-size: 12px;
    line-height: 220%; /* 26.4px */
  }
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2--block-1 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2--block-1 .residence-section-5--block-2--block-1__image-1 {
  margin-bottom: 16px;
}
#page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5--block-2--block-1 .residence-section-5--block-2--block-1__image-2 {
  display: flex;
  align-items: center;
  min-height: 140px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-2 .residence-section-5__image-1 {
    margin-left: -32px;
    margin-right: -32px;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-3 {
  background: #171717;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-3 {
    padding: 56px 16px;
    grid-template-columns: 1fr;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__item.item-1 {
    order: 2;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__item.item-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__item.item-2 {
    order: 1;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__heading-1 {
  color: #8B9293;
  display: block;
  margin-bottom: 24px;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px; /* 線の太さ */
  background-position: 0 1.3em; /* ここを調整して、g にかぶせる */
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__heading-1 {
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__heading-2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__heading-2 {
    margin-bottom: 16px;
  }
}
#page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__text-1 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 260%; /* 36.4px */
}
@media screen and (max-width: 768px) {
  #page-residence .residence-section-5 .residence-section-5--block-3 .residence-section-5--block-3__text-1 p {
    font-size: 12px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}

@media screen and (max-width: 768px) {
  #page-plan {
    margin-top: 0 !important;
  }
}
#page-plan .plan-section-1 {
  padding: 80px 16px;
  text-align: center;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-1 {
    padding: 60px 16px;
  }
}
#page-plan .plan-section-1 .plan-section-1__inner {
  max-width: 1000px;
  margin: auto;
}
#page-plan .plan-section-1 .plan-section-1--block-1 .plan-section-1--block-1__heading-1 {
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-1 .plan-section-1--block-1 .plan-section-1--block-1__heading-1 {
    margin-bottom: 24px;
  }
}
#page-plan .plan-section-1 .plan-section-1--block-1 .plan-section-1--block-1__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-1 .plan-section-1--block-1 .plan-section-1--block-1__text-1 p {
    font-size: 13px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-plan .plan-section-1 .plan-section-1--block-2 {
  padding-top: 176px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-1 .plan-section-1--block-2 {
    padding-top: 40px;
  }
}
#page-plan .plan-section-1 .plan-section-1--block-2 .plan-section-1--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-1 .plan-section-1--block-2 .plan-section-1--block-2__list-1 {
    gap: 8px;
    margin-bottom: 40px;
  }
}
#page-plan .plan-section-1 .plan-section-1--block-2 .btn-plan {
  opacity: 1;
  transition: 0.3s;
}
#page-plan .plan-section-1 .plan-section-1--block-2 .btn-plan:hover {
  opacity: 0.8;
}
#page-plan .plan-section-1 .plan-section-1--block-2 .plan-section-1--block-2__image-1:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-plan .plan-section-2 {
  padding: 80px 16px 136px;
  text-align: center;
  color: #fff;
  background: url("../img/plan/plan_bg_1.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-2 {
    padding: 60px 16px;
  }
}
#page-plan .plan-section-2 .plan-section-2__inner {
  max-width: 1000px;
  margin: auto;
}
#page-plan .plan-section-2 .plan-section-2--block-1 .plan-section-2--block-1__heading-1 {
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-2 .plan-section-2--block-1 .plan-section-2--block-1__heading-1 {
    margin-bottom: 24px;
  }
}
#page-plan .plan-section-2 .plan-section-2--block-1 .plan-section-2--block-1__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-2 .plan-section-2--block-1 .plan-section-2--block-1__text-1 p {
    font-size: 13px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-plan .plan-section-2 .plan-section-2--block-2 .plan-section-2--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-2 .plan-section-2--block-2 .plan-section-2--block-2__list-1 {
    gap: 8px;
    margin-bottom: 40px;
  }
}
#page-plan .plan-section-2 .plan-section-2--block-2 .btn-plan {
  opacity: 1;
  transition: 0.3s;
}
#page-plan .plan-section-2 .plan-section-2--block-2 .btn-plan:hover {
  opacity: 0.8;
}
#page-plan .plan-section-2 .plan-section-2--block-2 .plan-section-2--block-2__image-1:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-plan .plan-section-3 {
  padding: 32px 16px;
}
#page-plan .plan-section-3 .plan-section-3__list-1 {
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-section-3 .plan-section-3__list-1 {
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  #page-plan {
    margin-top: 0 !important;
  }
}
#page-plan .plan-detail-section-1 {
  padding: 160px 16px 80px;
  text-align: center;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 {
    padding: 80px 16px 60px;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1__inner {
  max-width: 1200px;
  margin: auto;
  padding: 80px 16px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1__inner {
    padding: 40px 8px;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 {
  max-width: 900px;
  margin: auto;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-1 {
  text-align: center;
  color: #7C8387;
  padding-bottom: 24px;
  border-bottom: solid 1px #7C8387;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-1 {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-1 {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 72px */
  letter-spacing: 3.6px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-1 {
    font-size: 48px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-2 {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .line-1 {
  display: block;
  width: 1px;
  height: 66px;
  background: #7C8387;
  margin: 8px 32px 0;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .line-1 {
    margin: 4px 8px 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-3 {
  font-family: "Libre Caslon Display", serif;
  display: inline-block;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-3 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: 9.6px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-4 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-5 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-2 {
  text-align: center;
  color: #231815;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-2 {
    margin-bottom: 8px;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #231815;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-1 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-2 {
  font-family: "Libre Caslon Display", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-2 {
    font-size: 48px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-3 {
  font-family: "Libre Caslon Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-3 {
    font-size: 32px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-4 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-5 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-3 {
  text-align: center;
  color: #231815;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-3 {
    margin-bottom: 8px;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  line-height: 1;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 {
    gap: 0 8px;
    flex-wrap: wrap;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 .text-1 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 .text-1 {
    font-size: 10px;
    letter-spacing: 0;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-2 {
  margin-bottom: 32px;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-3 .btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 264px;
  height: 48px;
  padding: 2px;
  margin: auto;
  background: #393939;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-3 .btn-more .icon {
  display: block;
  background: url("../img/plan/plan_icon_arw_1.svg") center center/100% no-repeat;
  width: 8px;
  height: 18px;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 {
  max-width: 900px;
  margin: 32px auto 0;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 {
    gap: 8px 4px;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 > li {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: var(--231815_txt, #231815);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 > li {
    font-size: 10px;
  }
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 .icon {
  line-height: 1;
  font-size: 0;
  margin-right: 4px;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 .icon img {
  vertical-align: top;
}
#page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__note-1 {
  color: var(--231815_txt, #231815);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-plan .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__note-1 {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #page-plan {
    margin-top: 0 !important;
  }
}
#page-plan.detail-premium #contentsWrap {
  color: #fff;
  background: #000;
}
#page-plan.detail-premium .contentsWrap__inner {
  background: url("../img/plan/plan_detail_premium_bg_2.jpg") center top/100% auto no-repeat;
}
#page-plan.detail-premium .plan-detail-mv {
  min-height: 256px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-mv {
    min-height: 114px;
  }
}
#page-plan.detail-premium .plan-detail__heading-1 {
  text-align: center;
  margin-bottom: -40px;
}
#page-plan.detail-premium .plan-detail-section-1 {
  padding: 80px 16px;
  text-align: center;
  background: none;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 {
    padding: 60px 16px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1__inner {
  max-width: 1200px;
  margin: auto;
  padding: 80px 16px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1__inner {
    padding: 40px 8px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 {
  max-width: 900px;
  margin: auto;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-1 {
  text-align: center;
  color: #948c76;
  padding-bottom: 24px;
  border-bottom: solid 1px #948c76;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-1 {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-1 {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 72px */
  letter-spacing: 3.6px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-1 {
    font-size: 48px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-2 {
  font-family: "Cormorant Garamond", serif;
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-2 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .line-1 {
  display: block;
  width: 1px;
  height: 66px;
  background: #7C8387;
  margin: 8px 32px 0;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .line-1 {
    margin: 4px 8px 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-3 {
  font-family: "Libre Caslon Display", serif;
  display: inline-block;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-3 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: 9.6px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-4 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-5 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-1 .text-5 > .number {
  font-family: "Libre Caslon Display", serif;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-2 {
  text-align: center;
  color: #231815;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-2 {
    margin-bottom: 8px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #231815;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-1 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-2 {
  font-family: "Libre Caslon Display", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: 6.4px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-2 {
    font-size: 48px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-3 {
  font-family: "Libre Caslon Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-3 {
    font-size: 32px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-4 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-2 .text-5 {
    font-size: 12px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-3 {
  text-align: center;
  color: #231815;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__text-3 {
    margin-bottom: 8px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 24px;
  line-height: 1;
  color: #231815;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 {
    gap: 0 8px;
    flex-wrap: wrap;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 .text-1 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-1 .plan-detail-section-1--block-1__list-3 .text-1 {
    font-size: 10px;
    letter-spacing: 0;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-2 {
  margin-bottom: 32px;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-3 .btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 264px;
  height: 48px;
  padding: 2px;
  margin: auto;
  background: #393939;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-3 .btn-more .icon {
  display: block;
  background: url("../img/plan/plan_icon_arw_1.svg") center center/100% no-repeat;
  width: 8px;
  height: 18px;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 {
  max-width: 900px;
  margin: 32px auto 0;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 {
    gap: 8px 4px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 > li {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: var(--231815_txt, #231815);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 > li {
    font-size: 10px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 .icon {
  line-height: 1;
  font-size: 0;
  margin-right: 4px;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__list-1 .icon img {
  vertical-align: top;
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__note-1 {
  color: var(--231815_txt, #231815);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--block-4 .plan-detail-section-1--block-4__note-1 {
    font-size: 10px;
  }
}
#page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--premium-quality {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #page-plan.detail-premium .plan-detail-section-1 .plan-detail-section-1--premium-quality {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  #page-location {
    margin-top: 0 !important;
  }
}
#page-location .location-section-1 {
  padding: 160px 40px;
  text-align: center;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 {
    padding: 60px 8px;
  }
}
#page-location .location-section-1 .location-section-1__inner {
  max-width: 1190px;
  margin: auto;
}
#page-location .location-section-1 .location-section-1__heading-1 {
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__heading-1 {
    margin-bottom: 24px;
  }
}
#page-location .location-section-1 .location-section-1__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__text-1 p {
    font-size: 13px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-location .location-section-1 .location-section-1__image-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__image-1 {
    margin-bottom: 24px;
  }
}
#page-location .location-section-1 .location-section-1__list-1 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__list-1 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#page-location .location-section-1 .location-section-1__list-2 {
  display: grid;
  gap: 8px;
  grid-template-columns: 24px 1fr;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__list-2 {
    gap: 2px;
    grid-template-columns: 12px 1fr;
  }
}
#page-location .location-section-1 .location-section-1__list-2 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  background: #394467;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__list-2 .icon {
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
}
#page-location .location-section-1 .location-section-1__list-2 .text-1 {
  overflow: hidden;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__list-2 .text-1 {
    font-size: 14px;
  }
}
#page-location .location-section-1 .location-section-1__list-2 .text-2 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
@media screen and (max-width: 768px) {
  #page-location .location-section-1 .location-section-1__list-2 .text-2 {
    font-size: 10px;
  }
}
#page-location .location-section-2 {
  text-align: center;
  color: #fff;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
#page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 {
  display: grid;
  grid-template-columns: 45.4fr 27.3fr 27.3fr;
  grid-template-rows: 60fr 40fr;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
#page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
}
#page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(2) {
    grid-column: 1/3;
    grid-row: 2;
  }
}
#page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
}
#page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--header .location-section-2--header__list-1 > li:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }
}
#page-location .location-section-2 .location-section-2--body {
  max-width: 1200px;
  margin: auto;
  padding: 160px 16px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--body {
    padding: 80px 16px;
  }
}
#page-location .location-section-2 .location-section-2--block-1 {
  text-align: center;
  margin-bottom: 40px;
}
#page-location .location-section-2 .location-section-2--block-1 .location-section-2--block-1__heading-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--block-1 .location-section-2--block-1__heading-1 {
    margin-bottom: 8px;
  }
}
#page-location .location-section-2 .location-section-2--block-1 .location-section-2--block-1__heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--block-1 .location-section-2--block-1__heading-2 {
    margin-bottom: 16px;
  }
}
#page-location .location-section-2 .location-section-2--block-1 .location-section-2--block-1__text-1 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--block-1 .location-section-2--block-1__text-1 p {
    font-size: 12px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-location .location-section-2 .location-section-2--block-2 {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}
#page-location .location-section-2 .location-section-2--block-2 .location-section-2--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--block-2 .location-section-2--block-2__list-1 {
    gap: 16px;
  }
}
#page-location .location-section-2 .location-section-2--block-2 .location-section-2--block-2__image-1 {
  margin-bottom: 8px;
}
#page-location .location-section-2 .location-section-2--block-2 .location-section-2--block-2__heading-1 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-2 .location-section-2--block-2 .location-section-2--block-2__heading-1 {
    font-size: 10px;
  }
}
#page-location .location-section-4 {
  text-align: center;
  color: #fff;
  background: var(--242424_bg, #242424);
}
#page-location .location-section-4 .location-section-4--body {
  max-width: 1080px;
  margin: auto;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--body {
    padding: 80px 16px;
  }
}
#page-location .location-section-4 .location-section-4--block-1 {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-1 {
    margin-bottom: 40px;
  }
}
#page-location .location-section-4 .location-section-4--block-1 .location-section-4--block-1__heading-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-1 .location-section-4--block-1__heading-1 {
    margin-bottom: 8px;
  }
}
#page-location .location-section-4 .location-section-4--block-1 .location-section-4--block-1__heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-1 .location-section-4--block-1__heading-2 {
    margin-bottom: 16px;
  }
}
#page-location .location-section-4 .location-section-4--block-1 .location-section-4--block-1__text-1 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-1 .location-section-4--block-1__text-1 p {
    font-size: 12px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-location .location-section-4 .location-section-4--block-2 {
  display: grid;
  grid-template-columns: 504fr 552fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-2 {
    grid-template-columns: 1fr;
  }
}
#page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
#page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2__list-1 .c-caption {
  letter-spacing: -0.06em;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2__list-1 .c-caption {
    letter-spacing: -0.1em;
  }
}
#page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2__heading-1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 48px */
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2__heading-1 {
    font-size: 16px;
  }
}
#page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2__text-1 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2__text-1 p {
    font-size: 12px;
    line-height: 220%; /* 26.4px */
  }
}
#page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2--block-1 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
}
#page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2--block-1 .location-section-4--block-2--block-1__image-1 {
  margin-bottom: 16px;
}
#page-location .location-section-4 .location-section-4--block-2 .location-section-4--block-2--block-1 .location-section-4--block-2--block-1__image-2 {
  display: flex;
  align-items: center;
  min-height: 140px;
}
#page-location .location-section-4 .location-section-4--block-3--wrapper {
  background: #171717;
  padding: 56px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3--wrapper {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
}
#page-location .location-section-4 .location-section-4--block-3 {
  max-width: 837px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 293fr 498fr;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 {
    padding: 56px 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__item {
    display: contents;
  }
}
#page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__item.item-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__item.item-2 {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__heading-1 {
    grid-column: 1/3;
    grid-row: 1;
  }
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__heading-2 {
    grid-column: 1/3;
    grid-row: 2;
  }
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4__image-2 {
    grid-column: 1;
    grid-row: 3;
  }
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__text-1 {
    grid-column: 2;
    grid-row: 3;
  }
}
#page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__heading-1 {
  display: block;
  margin-bottom: 24px;
  color: #8B9293;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px; /* 線の太さ */
  background-position: 0 1.3em; /* ここを調整して、g にかぶせる */
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__heading-1 {
    margin-bottom: 8px;
  }
}
#page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__heading-2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__heading-2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4__image-2 .c-caption {
    letter-spacing: 0;
    text-align: left;
    font-size: 8px;
  }
}
#page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__text-1 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 260%; /* 36.4px */
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #page-location .location-section-4 .location-section-4--block-3 .location-section-4--block-3__text-1 p {
    font-size: 12px;
    line-height: 230%; /* 27.6px */
    margin-top: -0.4em;
  }
}

@media screen and (max-width: 768px) {
  #page-access {
    margin-top: 0 !important;
  }
}
#page-access .access-section-1 {
  padding: 160px 40px;
  text-align: center;
  background: var(--8B9293_txtcolorbg02, #8B9293);
}
@media screen and (max-width: 768px) {
  #page-access .access-section-1 {
    padding: 60px 8px;
  }
}
#page-access .access-section-1 .access-section-1__inner {
  max-width: 1190px;
  margin: auto;
}
#page-access .access-section-1 .access-section-1__heading-1 {
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-1 .access-section-1__heading-1 {
    margin-bottom: 24px;
  }
}
#page-access .access-section-1 .access-section-1__text-1 p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-1 .access-section-1__text-1 p {
    font-size: 13px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-access .access-section-1 .access-section-1__image-1 {
  margin-bottom: 64px;
}
#page-access .access-section-1 .access-section-1--block-1 {
  margin-bottom: 64px;
}
#page-access .access-section-1 .access-section-1--block-2 {
  margin-bottom: 64px;
}
#page-access .access-section-1 .access-section-1--block-3 {
  color: #fff;
  max-width: 900px;
  margin: auto;
}
#page-access .access-section-1 .access-section-1--block-3 .access-section-1--block-3__list-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-1 .access-section-1--block-3 .access-section-1--block-3__list-1 {
    display: grid;
    grid-template-columns: 2.5fr 3fr;
    justify-content: center;
    gap: 16px;
  }
}
#page-access .access-section-1 .access-section-1--block-3 .access-section-1--block-3__list-1:not(:last-of-type) {
  margin-bottom: 64px;
}
#page-access .access-section-1 .access-section-1--block-3 .access-section-1--block-3__list-1 > li {
  flex: 0 1 48%;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-1 .access-section-1--block-3 .access-section-1--block-3__list-1.list-type-2 {
    grid-template-columns: 3fr 2.5fr;
  }
}
#page-access .access-section-2 {
  text-align: center;
  color: #fff;
  background: var(--242424_bg, #242424);
}
#page-access .access-section-2 .access-section-2--body {
  max-width: 1200px;
  margin: auto;
  padding: 160px 0 240px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-2 .access-section-2--body {
    padding: 80px 16px 32px;
  }
}
#page-access .access-section-2 .access-section-2--block-1 {
  text-align: center;
  margin-bottom: 104px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-2 .access-section-2--block-1 {
    margin-bottom: 40px;
  }
}
#page-access .access-section-2 .access-section-2--block-1 .access-section-2--block-1__heading-1 {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-2 .access-section-2--block-1 .access-section-2--block-1__heading-1 {
    margin-bottom: 8px;
  }
}
#page-access .access-section-2 .access-section-2--block-1 .access-section-2--block-1__heading-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-2 .access-section-2--block-1 .access-section-2--block-1__heading-2 {
    margin-bottom: 16px;
  }
}
#page-access .access-section-2 .access-section-2--block-1 .access-section-2--block-1__text-1 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 46.4px */
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-2 .access-section-2--block-1 .access-section-2--block-1__text-1 p {
    font-size: 12px;
    line-height: 270%; /* 35.1px */
    letter-spacing: 1.04px;
  }
}
#page-access .access-section-2 .access-section-2--block-2 {
  max-width: 1080px;
  margin: auto;
}
#page-access .access-section-2 .access-section-2--block-2 .access-section-2--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-2 .access-section-2--block-2 .access-section-2--block-2__list-1 {
    gap: 2px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
#page-access .access-section-2 .access-section-2--block-2 .access-section-2--block-2__list-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-2 .access-section-2--block-2 .access-section-2--block-2__list-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
#page-access .access-section-3 {
  text-align: center;
  color: #fff;
  background: var(--8B9293_txtcolorbg02, #8B9293);
  padding: 80px 16px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-3 {
    padding: 40px 40px;
  }
}
#page-access .access-section-3 .access-section-3__inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-3 .access-section-3__inner {
    max-width: 480px;
  }
}
#page-access .access-section-3 .access-section-3--block-1 {
  text-align: center;
}
#page-access .access-section-3 .access-section-3--block-1:not(:last-of-type) {
  margin-bottom: 64px;
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__list-1 {
  display: grid;
  gap: 16px 56px;
  grid-template: "item-1 item-2" auto "item-1 item-3" auto/1fr 1fr;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__list-1 {
    grid-template: "item-2" auto "item-1" auto "item-3" auto/1fr;
  }
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__list-1 .item-1 {
  grid-area: item-1;
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__list-1 .item-2 {
  grid-area: item-2;
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__list-1 .item-3 {
  grid-area: item-3;
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__heading-1 {
  color: #231815;
  text-align: left;
  margin-bottom: 16px;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px; /* 線の太さ */
  background-position: 0 1.3em; /* ここを調整して、g にかぶせる */
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__heading-2 {
  text-align: left;
  margin-bottom: 8px;
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__text-1 p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 290%; /* 40.6px */
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__text-1 p {
    line-height: 200%; /* 40px */
  }
}
#page-access .access-section-3 .access-section-3--block-1 .access-section-3--block-1__note-1 {
  margin-top: 4px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
}
#page-access .access-section-3 .access-section-3--block-2 {
  max-width: 1080px;
  margin: auto;
}
#page-access .access-section-3 .access-section-3--block-2 .access-section-3--block-2__list-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-3 .access-section-3--block-2 .access-section-3--block-2__list-1 {
    gap: 2px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
#page-access .access-section-3 .access-section-3--block-2 .access-section-3--block-2__list-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #page-access .access-section-3 .access-section-3--block-2 .access-section-3--block-2__list-2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  #page-brand {
    margin-top: 0 !important;
  }
}
#page-brand .brand-section-1 {
  padding: 88px 16px;
  text-align: center;
}
#page-brand .brand-section-1 .brand-section-1--block-1 {
  margin-bottom: 112px;
}
#page-brand .brand-section-1 .brand-section-1--block-1 .brand-section-1--block-1__heading-1 {
  color: var(--231815_txt, #231815);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: 3.2px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #page-brand .brand-section-1 .brand-section-1--block-1 .brand-section-1--block-1__heading-1 {
    font-size: 24px;
  }
}
#page-brand .brand-section-1 .brand-section-1--block-1 .brand-section-1--block-1__text-1 p {
  color: var(--231815_txt, #231815);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 40px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #page-brand .brand-section-1 .brand-section-1--block-1 .brand-section-1--block-1__text-1 p {
    font-size: 16px;
  }
}
#page-brand .brand-section-1 .brand-section-1--block-2 {
  margin-bottom: 112px;
}
#page-brand .brand-section-1 .brand-section-1--block-2 .brand-section-1--block-2__heading-1 {
  margin-bottom: 32px;
}
#page-brand .brand-section-1 .brand-section-1--block-2 .brand-section-1--block-2__text-1 {
  margin-bottom: 32px;
}
#page-brand .brand-section-1 .brand-section-1--block-2 .brand-section-1--block-2__text-1 p {
  color: var(--231815_txt, #231815);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
}
@media screen and (max-width: 768px) {
  #page-brand .brand-section-1 .brand-section-1--block-2 .brand-section-1--block-2__text-1 p {
    font-size: 12px;
    text-align: left;
  }
}
#page-brand .brand-section-1 .brand-section-1--block-2 .brand-section-1--block-2__list-1 {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#page-brand .brand-section-1 .brand-section-1--block-3 .brand-section-1--block-3__heading-1 {
  margin-bottom: 32px;
}
#page-brand .brand-section-1 .brand-section-1--block-3 .brand-section-1--block-3__text-1 {
  margin-bottom: 32px;
}
#page-brand .brand-section-1 .brand-section-1--block-3 .brand-section-1--block-3__text-1 p {
  color: var(--231815_txt, #231815);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
}
@media screen and (max-width: 768px) {
  #page-brand .brand-section-1 .brand-section-1--block-3 .brand-section-1--block-3__text-1 p {
    font-size: 12px;
    text-align: left;
  }
}
#page-brand .brand-section-1 .brand-section-1--block-3 .brand-section-1--block-3__list-1 {
  display: flex;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  #page-outline {
    margin-top: 0 !important;
  }
}
#page-outline .outline-mv {
  color: #fff;
  background: var(--8B9293_txtcolorbg02, #8B9293);
  text-align: center;
  padding: 200px 16px 40px;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-mv {
    padding: 112px 16px 32px;
  }
}
#page-outline .outline-mv .outline-mv__heading-1 {
  margin-bottom: 16px;
}
#page-outline .outline-mv .outline-mv__heading-2 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 2.88px;
}
#page-outline .outline-section {
  background: var(--8B9293_txtcolorbg02, #8B9293);
  position: relative;
  padding: 0 20px 80px;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section {
    padding: 0 16px 40px;
  }
}
#page-outline .outline-section .outline-section__inner {
  max-width: 1000px;
  margin: auto;
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section .outline-section__inner {
    padding: 16px;
  }
}
#page-outline .outline-section .outline-section__body {
  max-width: 900px;
  margin: auto;
}
#page-outline .outline-section h4 {
  font-weight: normal !important;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section table tbody {
    display: block;
  }
}
#page-outline .outline-section table tr {
  background: #fff;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section table tr {
    display: block;
    border-top: 1px solid #bfbfbf !important;
  }
}
#page-outline .outline-section table td {
  font-size: 14px;
  padding: 12px !important;
  background: none !important;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section table td {
    padding: 8px !important;
    width: 100%;
    border-top: none;
    display: block;
    border-top: none !important;
    border-bottom: none !important;
  }
}
#page-outline .outline-section table td:nth-child(1) {
  width: 180px;
  background: #ebebeb !important;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section table td:nth-child(1) {
    width: 100%;
  }
}
#page-outline .outline-section table + table {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-section table + table {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  #page-map {
    margin-top: 0 !important;
  }
}
#page-map .map-mv {
  color: #fff;
  background: var(--8B9293_txtcolorbg02, #8B9293);
  text-align: center;
  padding: 200px 16px 40px;
}
@media screen and (max-width: 768px) {
  #page-map .map-mv {
    padding: 112px 16px 32px;
  }
}
#page-map .map-mv .map-mv__heading-1 {
  margin-bottom: 16px;
}
#page-map .map-mv .map-mv__heading-2 {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 2.88px;
}
#page-map .map-section {
  background: var(--8B9293_txtcolorbg02, #8B9293);
  position: relative;
  padding: 0 16px 200px;
}
@media screen and (max-width: 768px) {
  #page-map .map-section {
    padding: 0 16px 72px;
  }
}
#page-map .map-section .map-section__inner {
  max-width: 750px;
  margin: auto;
}
#page-map .map-section .map-section__image-1 {
  margin-bottom: 40px;
}
#page-map .map-section .map-section__more-1 .btn-more {
  display: flex;
  width: 264px;
  height: 48px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: auto;
  color: #fff;
  background: #393939;
  font-size: 14px;
}
#page-map .map-section .map-section__more-1 .btn-more .icon::before {
  content: ">";
}
#page-map #map {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#page-map #map .ttl {
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: bold;
}
#page-map #map .txt {
  font-size: 0.875em;
}
#page-map #map * + .ttl {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page-map #map * + .ttl {
    margin-top: 40px;
  }
}
#page-map #map .ttl + * {
  margin-top: 0;
}
#page-map #map table {
  width: 100%;
  font-size: 0.875em;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #page-map #map table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page-map #map table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page-map #map table tr {
    display: block;
  }
}
#page-map #map table + table {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page-map #map table + table {
    margin-top: 40px;
  }
}
#page-map #map table tr:nth-child(odd) {
  background: #ebebeb;
}
#page-map #map table th {
  width: 25%;
  padding: 0.75em 1em;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #page-map #map table th {
    width: 100%;
    text-align: left;
    border: none;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #page-map #map table tr ~ tr th {
    border-top: none;
  }
}
#page-map #map table td {
  width: 75%;
  padding: 0.75em 1em;
}
@media screen and (max-width: 768px) {
  #page-map #map table td {
    width: 100%;
    border-top: none;
    display: block;
  }
}
#page-map #map p + * {
  margin-top: 1.75em;
}
@media screen and (max-width: 768px) {
  #page-map #map p + * {
    margin-top: 1.5em;
  }
}
