@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Inter:wght@400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

html {
  scrollbar-gutter: stable;
  min-height: 100vh;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  background-color: #F4F2EE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: 100vh;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #3B3B3B;
}

page-header,
page-footer {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  padding: 0;
  margin: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  border: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  padding: 0;
  cursor: pointer;
}

.list-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.list-items .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 851px) {
  br.sp {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  br.pc {
    display: none;
  }
}

.caption {
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.caption.full {
  display: block;
  width: 100%;
}
@media screen and (min-width: 851px) {
  .caption {
    font-size: max(10px, min(0.625vw, 12px));
    padding: min(0.5208333333vw, 10px) 0 0;
  }
}
@media screen and (max-width: 850px) {
  .caption {
    font-size: max(10px, 2.4vw);
    padding: 2vw 0 0;
  }
}
.caption.is-white {
  color: #FFFFFF;
}
.caption.has-bg {
  background-color: rgba(59, 59, 59, 0.5);
  color: #FFFFFF;
}
@media screen and (min-width: 851px) {
  .caption.has-bg {
    padding: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  .caption.has-bg {
    padding: 1.3333333333vw;
  }
}
.caption.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.caption.top-right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.caption.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 850px) {
  .caption.bottom-left {
    padding-left: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.caption.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .caption.bottom-right {
    padding-right: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.caption.bottom-outer-left {
  text-align: left;
}
.caption.bottom-outer-right {
  text-align: right;
}

.l-header {
  position: relative;
  z-index: 1000;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.l-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 851px) {
  .l-header__inner {
    height: min(7.2916666667vw, 140px);
    padding: min(2.0833333333vw, 40px) min(7.8125vw, 150px) min(2.0833333333vw, 40px) min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  .l-header__inner {
    padding: 5.3333333333vw;
  }
}
.l-header__title {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}
.l-header__logo {
  pointer-events: auto;
  display: block;
}
@media screen and (min-width: 851px) {
  .l-header__logo {
    width: min(14.5833333333vw, 280px);
  }
}
@media screen and (max-width: 850px) {
  .l-header__logo {
    width: 37.3333333333vw;
  }
}
body.is-overlay-open .l-header__logo {
  z-index: 1001;
  position: fixed;
}
@media screen and (min-width: 851px) {
  body.is-overlay-open .l-header__logo {
    top: min(2.0833333333vw, 40px);
    left: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body.is-overlay-open .l-header__logo {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
}
body.is-overlay-open .l-header__inner {
  min-height: var(--page-header-height);
}
.l-header .header-item {
  pointer-events: auto;
  position: fixed;
  background-color: #344357;
  margin-left: auto;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 851px) {
  .l-header .header-item {
    top: min(2.0833333333vw, 40px);
    right: min(7.8125vw, 150px);
  }
}
@media screen and (max-width: 850px) {
  .l-header .header-item {
    display: none;
  }
}
.l-header .menu {
  pointer-events: auto;
  cursor: pointer;
  z-index: 9999 !important;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: var(--page-header-height, auto);
  color: #333;
}
@media screen and (min-width: 851px) {
  .l-header .menu {
    right: min(2.0833333333vw, 40px);
    gap: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  .l-header .menu {
    right: 5.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.l-header .menu__bars {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 851px) {
  .l-header .menu__bars {
    gap: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  .l-header .menu__bars {
    gap: 1.3333333333vw;
  }
}
.l-header .menu__bars span {
  border-radius: 2px;
  background-color: currentColor;
  transition: transform 0.4s, opacity 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 851px) {
  .l-header .menu__bars span {
    width: min(3.125vw, 60px);
    height: min(0.0520833333vw, 1px);
  }
}
@media screen and (max-width: 850px) {
  .l-header .menu__bars span {
    width: 8vw;
    height: 0.2666666667vw;
  }
}
.l-header .menu__label {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: currentColor;
  transition: color 0.3s ease;
}
@media screen and (min-width: 851px) {
  .l-header .menu__label {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  .l-header .menu__label {
    font-size: 2.9333333333vw;
  }
}
.l-header .menu.is-invert {
  color: #F4F2EE;
}
@media screen and (max-width: 850px) {
  .l-header .menu.is-active .menu__bars span:nth-of-type(1) {
    transform: translateY(1.6vw) rotate(-45deg);
  }
}
@media screen and (min-width: 851px) {
  .l-header .menu.is-active .menu__bars span:nth-of-type(1) {
    transform: translateY(min(0.5729166667vw, 11px)) rotate(-45deg);
  }
}
.l-header .menu.is-active .menu__bars span:nth-of-type(2) {
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .l-header .menu.is-active .menu__bars span:nth-of-type(3) {
    transform: translateY(-1.6vw) rotate(45deg);
  }
}
@media screen and (min-width: 851px) {
  .l-header .menu.is-active .menu__bars span:nth-of-type(3) {
    transform: translateY(max(-0.5729166667vw, -11px)) rotate(45deg);
  }
}

.l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.l-container__inner {
  width: 100%;
  height: 100%;
}

.l-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.l-main__inner {
  width: 100%;
  height: 100%;
}

.l-footer {
  background-color: #9A8C7B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 850px) {
  .l-footer {
    padding-bottom: 18.6666666667vw;
  }
}
.l-footer__inner {
  display: grid;
  width: 100%;
  max-width: 1920px;
  height: 100%;
}
@media screen and (min-width: 851px) {
  .l-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 850px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    padding: 16vw 0;
  }
}
@media screen and (min-width: 851px) {
  .l-footer__visual {
    display: grid;
    grid-template-areas: "footer-visual";
  }
  .l-footer__visual .background {
    grid-area: footer-visual;
    width: 100%;
    mix-blend-mode: luminosity;
  }
  .l-footer__visual .slogan {
    grid-area: footer-visual;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
  }
  .l-footer__visual .slogan p {
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: min(7.8125vw, 150px);
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #EBE7DF;
  }
}
@media screen and (max-width: 850px) {
  .l-footer__visual {
    display: none;
  }
}
.l-footer__content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F4F2EE;
}
.l-footer__content .contact h3 {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact h3 {
    font-size: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact h3 {
    font-size: 8vw;
  }
}
.l-footer__content .contact p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact p:first-of-type {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact p:first-of-type {
    font-size: 3.7333333333vw;
    margin-top: 6vw;
  }
}
.l-footer__content .contact p:nth-of-type(2) {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact p:nth-of-type(2) {
    font-size: min(1.4583333333vw, 28px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact p:nth-of-type(2) {
    font-size: 5.0666666667vw;
    line-height: 1.4;
    margin-top: 7.2vw;
  }
}
.l-footer__content .contact p:nth-of-type(2) .small {
  display: inline-block;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact p:nth-of-type(2) .small {
    font-size: min(1.1458333333vw, 22px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact p:nth-of-type(2) .small {
    font-size: 4.8vw;
    margin-top: 1.0666666667vw;
  }
}
.l-footer__content .contact p:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact p:nth-of-type(3) {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact p:nth-of-type(3) {
    font-size: 3.2vw;
    line-height: 2;
    margin-top: 4.5333333333vw;
  }
}
.l-footer__content .contact .tel {
  display: block;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact .tel {
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact .tel {
    margin-top: 8vw;
  }
}
.l-footer__content .contact .tel span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact .tel span {
    gap: min(0.78125vw, 15px);
    font-size: min(2.1875vw, 42px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact .tel span {
    gap: 2vw;
    font-size: 7.7333333333vw;
  }
}
.l-footer__content .contact .tel span::before {
  content: "";
  background-image: url("../image/common/icon_tel.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 28/33;
}
@media screen and (min-width: 851px) {
  .l-footer__content .contact .tel span::before {
    width: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .contact .tel span::before {
    width: 4.2666666667vw;
  }
}
.l-footer__content .company {
  display: flex;
}
@media screen and (min-width: 851px) {
  .l-footer__content .company {
    flex-flow: row nowrap;
    align-items: center;
    gap: min(3.6458333333vw, 70px);
    margin-top: min(3.6458333333vw, 70px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .company {
    flex-flow: column nowrap;
    justify-content: center;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.l-footer__content .company .company-item .logo a {
  display: block;
}
.l-footer__content .company .company-item .tag {
  display: block;
}
@media screen and (min-width: 851px) {
  .l-footer__content .company .company-item .tag {
    font-size: min(0.625vw, 12px);
    margin-bottom: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .company .company-item .tag {
    font-weight: 600;
    font-size: max(10px, 2.6666666667vw);
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 2.5333333333vw;
  }
}
@media screen and (min-width: 851px) {
  .l-footer__content .company .company-item:first-of-type .logo {
    width: min(12.9166666667vw, 248px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .company .company-item:first-of-type .logo {
    width: 44vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .company .company-item:nth-of-type(2) .tag {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 851px) {
  .l-footer__content .company .company-item:nth-of-type(2) .logo {
    width: min(18.0729166667vw, 347px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .company .company-item:nth-of-type(2) .logo {
    width: 61.7333333333vw;
  }
}
@media screen and (min-width: 851px) {
  .l-footer__content .c-button {
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__content .c-button {
    margin-top: 10.6666666667vw;
  }
}
.l-footer__bottom {
  background-color: #877866;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 851px) {
  .l-footer__bottom {
    height: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  .l-footer__bottom {
    height: 17.3333333333vw;
  }
}
.l-footer__bottom .copyright {
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  .l-footer__bottom .copyright {
    font-size: max(10px, min(0.625vw, 12px));
  }
}
@media screen and (max-width: 850px) {
  .l-footer__bottom .copyright {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 850px) {
  :root {
    --mobile-overlay-height: 18.6666666667vw;
  }
}

html.is-overlay-open,
body.is-overlay-open {
  overflow: hidden;
}

.overlay__nav {
  z-index: -1;
  position: fixed;
  top: 0;
  background-color: #F4F2EE;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.overlay__nav.is-active {
  z-index: 999;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 850px) {
  .overlay__nav.is-active {
    z-index: 997;
  }
}
@media screen and (min-width: 851px) {
  .overlay__nav {
    display: grid;
    grid-template-columns: min(38.5416666667vw, 740px) min(40.625vw, 780px);
    align-content: start;
    -moz-column-gap: min(5.2083333333vw, 100px);
         column-gap: min(5.2083333333vw, 100px);
    padding: calc(min(2.6041666667vw, 50px) + var(--page-header-height)) 0 0 min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav {
    bottom: var(--mobile-overlay-height);
    height: auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 851px) {
  .overlay__nav .page-thumb {
    grid-column: 1/2;
    grid-row: 1/3;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .overlay__nav .page-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.35s ease;
  }
  .overlay__nav .page-thumb .is-next {
    opacity: 0;
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .page-thumb {
    display: none;
  }
}
.overlay__nav .main-menu {
  width: 100%;
}
@media screen and (min-width: 851px) {
  .overlay__nav .main-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: min(3.125vw, 60px);
         column-gap: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .main-menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 8vw;
    padding: calc(10vw + var(--page-header-height)) 8vw 13.3333333333vw;
  }
}
.overlay__nav .nav-item {
  border-bottom: 1px solid rgba(59, 59, 59, 0.3);
}
.overlay__nav .nav-item.current {
  border-bottom-color: #3b3b3b;
}
@media screen and (min-width: 851px) {
  .overlay__nav .nav-item {
    display: flex;
    flex-flow: column nowrap;
    height: min(8.3333333333vw, 160px);
    padding: min(2.0833333333vw, 40px) 0 0 min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .nav-item {
    border-bottom-width: 0.1333333333vw;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 8vw;
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 851px) {
  .overlay__nav .nav-item__thumb {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .nav-item__thumb {
    flex-shrink: 0;
    width: 24vw;
  }
}
.overlay__nav .nav-item__title {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 851px) {
  .overlay__nav .nav-item__title {
    gap: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .nav-item__title {
    gap: 2.6666666667vw;
  }
}
.overlay__nav .nav-item span {
  display: block;
}
.overlay__nav .nav-item span.en {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  .overlay__nav .nav-item span.en {
    font-size: min(0.7291666667vw, 14px);
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .nav-item span.en {
    font-size: 2.9333333333vw;
  }
}
.overlay__nav .nav-item span.jp {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  .overlay__nav .nav-item span.jp {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .nav-item span.jp {
    font-size: 3.4666666667vw;
    white-space: nowrap;
  }
}
.overlay__nav .nav-item--sub {
  border-bottom: none;
  flex-flow: column nowrap;
}
@media screen and (min-width: 851px) {
  .overlay__nav .nav-item--sub {
    gap: min(0.78125vw, 15px);
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .nav-item--sub {
    gap: 1.3333333333vw;
    padding-bottom: 17.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .nav-item--sub span {
    text-align: center;
  }
}
.overlay__nav .sub-menu {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (min-width: 851px) {
  .overlay__nav .sub-menu {
    gap: min(4.1666666667vw, 80px);
    padding-left: min(1.5625vw, 30px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  .overlay__nav .sub-menu {
    justify-content: center;
    gap: 11.3333333333vw;
  }
}

@media screen and (min-width: 851px) {
  .overlay__mobile {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .overlay__mobile {
    z-index: 998;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .overlay__mobile.is-active {
    opacity: 1;
    transform: translateY(0);
  }
  .overlay__mobile .mobile-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw;
    width: 100%;
    min-width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
  .overlay__mobile .mobile-item span {
    font-family: "Yu Mincho Pr6N", "YuMincho", serif;
    font-style: normal;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #F4F2EE;
  }
  .overlay__mobile .mobile-item:first-of-type {
    flex-shrink: 0;
    width: 18.6666666667vw;
  }
  .overlay__mobile .mobile-item.is-tel {
    background-color: #3E6250;
  }
  .overlay__mobile .mobile-item.is-tel::before {
    content: "";
    background-image: url("../image/common/icon_phone.svg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.6666666667vw;
    height: 4.8vw;
  }
  .overlay__mobile .mobile-item.is-entry {
    background-color: #344357;
  }
  .overlay__mobile .mobile-item.is-entry::before {
    content: "";
    background-image: url("../image/common/icon_cal.svg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 5.2vw;
    height: 4.8vw;
  }
}

@media screen and (max-width: 850px) {
  body.is-overlay-open .overlay__mobile {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-button {
  background-color: #344357;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 851px) {
  .c-button {
    min-width: min(13.5416666667vw, 260px);
    height: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  .c-button {
    min-width: 42.6666666667vw;
    height: 16vw;
  }
}
.c-button span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  .c-button span {
    gap: min(0.78125vw, 15px);
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  .c-button span {
    font-size: 4vw;
  }
}
.c-button.is-entry span::before {
  content: "";
  background-image: url("../image/common/icon_cal.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 851px) {
  .c-button.is-entry span::before {
    width: min(0.8854166667vw, 17px);
  }
}
.c-button.expanded {
  position: relative;
}
@media screen and (min-width: 851px) {
  .c-button.expanded {
    width: min(21.875vw, 420px);
    height: min(4.6875vw, 90px);
  }
}
@media screen and (max-width: 850px) {
  .c-button.expanded {
    width: 74.6666666667vw;
    height: 16vw;
  }
}
.c-button.expanded::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../image/common/icon_arrow-btn.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 851px) {
  .c-button.expanded::after {
    right: min(1.0416666667vw, 20px);
    width: min(1.0416666667vw, 20px);
    height: min(0.4166666667vw, 8px);
  }
}
@media screen and (max-width: 850px) {
  .c-button.expanded::after {
    right: 5.6666666667vw;
    width: 3.4666666667vw;
    height: 1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  .c-button.expanded span {
    font-size: min(1.171875vw, 22.5px);
  }
}
@media screen and (max-width: 850px) {
  .c-button.expanded span {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 851px) {
  .c-button.expanded.is-entry span::before {
    width: min(1.5104166667vw, 29px);
  }
}
@media screen and (max-width: 850px) {
  .c-button.expanded.is-entry span::before {
    width: 5.2666666667vw;
  }
}
.c-button--page {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 851px) {
  .c-button--page {
    position: relative;
    padding-bottom: min(0.4166666667vw, 8px);
  }
  .c-button--page::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #3E6250;
    transition: width 0.3s ease;
  }
}
@media screen and (min-width: 851px) and (hover: hover) and (pointer: fine) {
  .c-button--page:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  .c-button--page {
    gap: min(1.8229166667vw, 35px);
  }
}
@media screen and (max-width: 850px) {
  .c-button--page {
    gap: 4.6666666667vw;
  }
}
.c-button--page::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3E6250;
  background-image: url("../image/common/icon_arrow-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 851px) {
  .c-button--page::after {
    background-size: min(0.9375vw, 18px) min(0.3645833333vw, 7px);
    width: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  .c-button--page::after {
    background-size: 2.4vw 0.9333333333vw;
    width: 8vw;
  }
}
.c-button--page span {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3E6250;
  line-height: 1;
}
@media screen and (min-width: 851px) {
  .c-button--page span {
    font-size: min(1.7708333333vw, 34px);
  }
}
@media screen and (max-width: 850px) {
  .c-button--page span {
    font-size: 4.5333333333vw;
  }
}
.c-button--page.is-white::before {
  background-color: #F4F2EE;
}
.c-button--page.is-white::after {
  border: 1px solid #F4F2EE;
  background-color: transparent;
}
.c-button--page.is-white span {
  color: #F4F2EE;
}

html:has(body#home.is-intro-active) {
  scrollbar-gutter: auto;
  overflow: hidden;
}

body#home .intro-video {
  z-index: 100;
  position: fixed;
  inset: 0;
  place-items: center;
  overflow: hidden;
  background-color: #F4F2EE;
  opacity: 1;
  transition: opacity 360ms ease;
}
body#home .intro-video.is-closing {
  pointer-events: none;
  opacity: 0;
}
body#home .intro-video.is-opening {
  opacity: 0;
}
body#home .intro-video[hidden] {
  display: none;
}
body#home .intro-video__movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
body#home .intro-video__controls {
  z-index: 3;
  position: absolute;
  bottom: min(4.1666666667vw, 80px);
  left: min(5.2083333333vw, 100px);
  display: flex;
  gap: 8px;
}
body#home .intro-video__button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
body#home .intro-video__button img {
  display: block;
  width: min(7.8125vw, 150px);
  height: auto;
}
body#home .intro-video__button:focus-visible {
  outline: 2px solid #F4F2EE;
  outline-offset: 4px;
}
@media screen and (max-width: 850px) {
  body#home .intro-video__controls {
    bottom: 6.6666666667vw;
    left: 6.6666666667vw;
    gap: 1.3333333333vw;
  }
  body#home .intro-video__button img {
    width: 26.6666666667vw;
  }
}
body#home.is-intro-active {
  overflow: hidden;
}
body#home.is-intro-active page-header {
  visibility: hidden;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  body#home.is-visual-playing .visual__slider .visual-wrapper {
    animation: visual-slider 12s ease-in-out infinite;
  }
  body#home.is-visual-playing .visual__slider .visual-wrapper--02 {
    animation-delay: -8s;
  }
  body#home.is-visual-playing .visual__slider .visual-wrapper--03 {
    animation-delay: -4s;
  }
  body#home.is-visual-playing .visual__glow {
    animation: visual-slider 12s ease-in-out infinite;
  }
}
@media screen and (max-width: 850px) {
  body#home page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
body#home .l-header__logo img {
  filter: brightness(0) invert(1);
}
body#home .l-header.is-on-visual .header-item {
  background-color: rgba(244, 242, 238, 0.1);
}
body#home .l-header.is-on-visual .menu {
  color: #F4F2EE;
}
body#home .l-header:not(.is-past-visual) .header-item {
  background-color: rgba(244, 242, 238, 0.1);
}
body#home .l-header:not(.is-past-visual) .menu {
  color: #F4F2EE;
}
body#home.is-overlay-open .l-header__logo img {
  filter: none;
}
body#home.is-overlay-open .l-header .menu {
  color: #3B3B3B;
}
body#home section {
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#home section {
    padding: 6.6666666667vw 0 16vw;
  }
}
body#home section.bg-right {
  background-image: linear-gradient(#EBE7DF);
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  body#home section.bg-right {
    background-size: 69.3333333333vw 80vw;
  }
}
body#home section.bg-left {
  background-image: linear-gradient(#EBE7DF);
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  body#home section.bg-left {
    background-size: 82.6666666667vw 117.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#home section .section-title {
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-title {
    margin-bottom: 6.6666666667vw;
  }
}
body#home section .section-title .title-sub {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 851px) {
  body#home section .section-title .title-sub {
    gap: min(1.0416666667vw, 20px);
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-title .title-sub {
    gap: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
body#home section .section-title .title-sub::before {
  content: "";
  background-color: #3B3B3B;
  display: block;
}
@media screen and (min-width: 851px) {
  body#home section .section-title .title-sub::before {
    width: min(2.0833333333vw, 40px);
    height: min(0.0520833333vw, 1px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-title .title-sub::before {
    width: 5.3333333333vw;
    height: 0.1333333333vw;
  }
}
body#home section .section-title h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#home section .section-title h2 {
    font-size: min(1.6666666667vw, 32px);
    padding-left: min(2.8645833333vw, 55px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-title h2 {
    font-size: 5.6vw;
    padding-left: 7.3333333333vw;
    margin-top: 4vw;
  }
}
body#home section .section-title p {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
@media screen and (min-width: 851px) {
  body#home section .section-title p {
    font-size: min(0.8333333333vw, 16px);
    padding-left: min(2.8645833333vw, 55px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-title p {
    font-size: 2.4vw;
    padding-left: 7.3333333333vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-visual {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}
body#home section .section-content {
  width: 100%;
}
body#home section .section-content__image {
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#home section .section-content__image {
    padding: 0 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
body#home section .section-content__detail {
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#home section .section-content__detail {
    padding: 0 8vw;
  }
}
body#home section .section-content__detail .detail-sub {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (min-width: 851px) {
  body#home section .section-content__detail .detail-sub {
    font-size: min(1.1458333333vw, 22px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-content__detail .detail-sub {
    font-size: 3.7333333333vw;
  }
}
body#home section .section-content__detail p:first-of-type {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#home section .section-content__detail p:first-of-type {
    font-size: min(0.9375vw, 18px);
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-content__detail p:first-of-type {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
body#home section .section-content__detail p:nth-of-type(2) {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 0.3;
}
@media screen and (min-width: 851px) {
  body#home section .section-content__detail p:nth-of-type(2) {
    font-size: min(0.7291666667vw, 14px);
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-content__detail p:nth-of-type(2) {
    font-size: 2.4vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-content + .c-button--page {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-content + .c-button--page.is-right {
    margin-left: auto;
    margin-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#home section .section-content + .c-button--page.is-left {
    margin-left: 8vw;
    margin-right: auto;
  }
}
body#home .visual {
  position: relative;
  isolation: isolate;
  padding-bottom: 0;
  margin-top: calc(0px - var(--page-header-height, 0px));
}
@media screen and (min-width: 851px) {
  body#home .visual {
    padding: 0 0 min(5.2083333333vw, 100px);
    margin: calc(0px - var(--page-header-height, 0px)) auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#home .visual {
    padding-top: 0;
  }
}
body#home .visual__slider {
  position: relative;
  width: 100vw;
  height: 100dvh;
}
@media screen and (min-width: 851px) {
  body#home .visual__slider {
    max-height: 1080px;
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__slider {
    max-height: 950px;
    aspect-ratio: 750/950;
  }
}
body#home .visual__slider .visual-wrapper {
  width: 100%;
  height: 100%;
}
body#home .visual__slider .visual-wrapper picture {
  display: block;
  width: 100%;
  height: 100%;
}
body#home .visual__slider .visual-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#home .visual__slider .visual-wrapper--02, body#home .visual__slider .visual-wrapper--03 {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
}
body#home .visual__slider .visual-wrapper--01 {
  opacity: 1;
}
@media screen and (max-width: 850px) {
  body#home .visual__slider .visual-wrapper--01 img {
    -o-object-position: right center;
       object-position: right center;
  }
  body#home .visual__slider .visual-wrapper--02 img {
    -o-object-position: left center;
       object-position: left center;
  }
  body#home .visual__slider .visual-wrapper.is-panning.visual-wrapper--01 img {
    -o-object-position: left center;
       object-position: left center;
  }
  body#home .visual__slider .visual-wrapper.is-panning.visual-wrapper--02 img {
    -o-object-position: right center;
       object-position: right center;
  }
  body#home .visual__slider .visual-wrapper.is-panning img {
    transition: object-position 2.5s linear;
    transition: object-position 2.5s linear, -o-object-position 2.5s linear;
  }
}
@media screen and (min-width: 851px) {
  body#home .visual__slider .visual-wrapper .caption {
    padding-right: min(0.5208333333vw, 10px);
    padding-bottom: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__slider .visual-wrapper .caption {
    padding-right: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
body#home .visual__intro-replay {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  bottom: min(2.6041666667vw, 50px);
  left: min(3.125vw, 60px);
  background-color: rgba(244, 242, 238, 0.5);
  display: block;
  padding: 0;
  border: 0;
  backdrop-filter: blur(3px);
}
body#home .visual__intro-replay[hidden] {
  display: none;
}
body#home .visual__intro-replay img {
  display: block;
  width: min(7.8125vw, 150px);
  height: auto;
}
body#home .visual__intro-replay:focus-visible {
  outline: 2px solid #F4F2EE;
  outline-offset: 4px;
}
@media screen and (max-width: 850px) {
  body#home .visual__intro-replay {
    bottom: 10.6666666667vw;
    left: 5.3333333333vw;
  }
  body#home .visual__intro-replay img {
    width: 26.6666666667vw;
  }
}
body#home .visual__glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  background-color: rgba(56, 96, 131, 0.3);
  opacity: 1;
}
@media screen and (min-width: 851px) {
  body#home .visual__glow {
    top: min(4.2708333333vw, 82px);
    right: 0;
    width: min(53.90625vw, 1035px);
    height: min(35.78125vw, 687px);
    filter: blur(min(4.1666666667vw, 80px));
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__glow {
    display: none;
  }
}
body#home .visual__slogan {
  position: absolute;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#home .visual__slogan {
    top: 50%;
    right: min(14.0625vw, 270px);
    transform: translateY(calc(-50% - min(7.2916666667vw, 140px)));
    filter: drop-shadow(0 0 0.8rem rgba(59, 59, 59, 0.2));
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__slogan {
    top: 48vw;
    right: 4vw;
    filter: drop-shadow(0 0 0.4rem rgba(59, 59, 59, 0.2));
  }
}
body#home .visual__slogan p:first-of-type {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 851px) {
  body#home .visual__slogan p:first-of-type {
    font-size: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__slogan p:first-of-type {
    font-size: 8.2666666667vw;
  }
}
body#home .visual__slogan p:first-of-type .small {
  font-size: 0.5em;
}
body#home .visual__slogan p:nth-of-type(2) {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 851px) {
  body#home .visual__slogan p:nth-of-type(2) {
    font-size: min(1.5625vw, 30px);
    letter-spacing: 0.15em;
    text-align: right;
    padding-right: min(1.0416666667vw, 20px);
    margin-top: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__slogan p:nth-of-type(2) {
    font-size: 5.3333333333vw;
    letter-spacing: -0.03em;
    padding-left: 1.3333333333vw;
  }
}
body#home .visual__helper {
  position: absolute;
}
@media screen and (min-width: 851px) {
  body#home .visual__helper {
    bottom: min(6.8229166667vw, 131px);
    right: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__helper {
    bottom: 13.3333333333vw;
    right: 3.7333333333vw;
  }
}
body#home .visual__helper span {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #F4F2EE;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 851px) {
  body#home .visual__helper span {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__helper span {
    font-size: 3.7333333333vw;
    text-shadow: 0 0 1.3333333333vw rgba(59, 59, 59, 0.35);
  }
}
body#home .visual__helper span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  background-color: rgba(244, 242, 238, 0.8);
  display: block;
}
@media screen and (min-width: 851px) {
  body#home .visual__helper span::before {
    top: max(-0.5208333333vw, -10px);
    width: min(0.0520833333vw, 1px);
    height: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__helper span::before {
    top: -2.1333333333vw;
    width: 0.2666666667vw;
    height: 13.3333333333vw;
  }
}
body#home .visual__helper span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F4F2EE;
  display: block;
}
@media screen and (min-width: 851px) {
  body#home .visual__helper span::after {
    top: max(-4.6875vw, -90px);
    width: min(0.0520833333vw, 1px);
    height: min(0.5208333333vw, 10px);
  }
}
@media screen and (min-width: 851px) and (prefers-reduced-motion: no-preference) {
  body#home .visual__helper span::after {
    animation: visual-scroll-helper 1.8s ease-in-out infinite;
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__helper span::after {
    top: -15.4666666667vw;
    width: 0.2666666667vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 850px) and (prefers-reduced-motion: no-preference) {
  body#home .visual__helper span::after {
    animation: visual-scroll-helper 1.8s ease-in-out infinite;
  }
}
body#home .visual__inner {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner {
    margin: 0 auto;
  }
}
body#home .visual__inner .obi {
  background-color: #EBE7DF;
  display: flex;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner .obi {
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__inner .obi {
    flex-flow: column nowrap;
    gap: 10.6666666667vw;
    width: 100%;
    padding: 5.3333333333vw 0 8vw;
  }
}
body#home .visual__inner .obi .obi-item {
  position: relative;
  display: flex;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner .obi .obi-item {
    flex-flow: row nowrap;
    width: -moz-fit-content;
    width: fit-content;
    padding: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__inner .obi .obi-item {
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}
body#home .visual__inner .obi .obi-item::after {
  content: "";
  position: absolute;
  background-color: #CBB497;
  border-radius: 100vw;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner .obi .obi-item::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__inner .obi .obi-item::after {
    bottom: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    height: 1px;
  }
}
body#home .visual__inner .obi .obi-item:last-of-type::after {
  display: none;
}
body#home .visual__inner .obi .obi-item p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
}
body#home .visual__inner .obi .obi-item p:first-of-type {
  position: relative;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner .obi .obi-item p:first-of-type {
    font-size: min(1.875vw, 36px);
    padding-top: min(3.8541666667vw, 74px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__inner .obi .obi-item p:first-of-type {
    font-size: 5.6vw;
  }
}
body#home .visual__inner .obi .obi-item p:first-of-type span {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner .obi .obi-item p:first-of-type span {
    position: absolute;
    top: 0;
    left: 1em;
    width: -moz-max-content;
    width: max-content;
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__inner .obi .obi-item p:first-of-type span {
    display: block;
    min-height: 2lh;
    margin-left: 1em;
    margin-bottom: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
body#home .visual__inner .obi .obi-item p:nth-of-type(2) {
  display: inline-flex;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) {
    align-items: flex-end;
    gap: min(0.3125vw, 6px);
    margin-left: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) {
    align-items: flex-end;
    gap: 0.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}
body#home .visual__inner .obi .obi-item p:nth-of-type(2) span {
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 851px) {
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) span.cat {
    font-size: min(1.3020833333vw, 25px);
    letter-spacing: 0.1em;
  }
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) span.num {
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: min(3.6458333333vw, 70px);
    line-height: 0.65;
    color: #CBB497;
  }
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) span.unit {
    font-size: min(1.3020833333vw, 25px);
    letter-spacing: 0.2em;
    color: #CBB497;
  }
}
@media screen and (max-width: 850px) {
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) span.cat {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1em;
    padding-top: 1.3333333333vw;
  }
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) span.num {
    font-family: "Cormorant Infant", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 10.9333333333vw;
    line-height: 0.65;
    color: #CBB497;
  }
  body#home .visual__inner .obi .obi-item p:nth-of-type(2) span.unit {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2em;
    color: #CBB497;
    margin-top: auto;
  }
}
body#home .information {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 851px) {
  body#home .information {
    margin-bottom: min(8.3333333333vw, 160px);
  }
}
body#home .information__banner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#home .information__banner {
    margin: 0 auto min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__banner {
    padding: 0 8vw;
    margin: 8vw 0;
  }
}
body#home .information__banner .banner-item {
  border: 1px solid #AC977D;
  background-color: #EBE7DF;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (min-width: 851px) {
  body#home .information__banner .banner-item {
    width: min(40.625vw, 780px);
    padding: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__banner .banner-item {
    width: 100%;
    padding: 2.6666666667vw;
  }
}
body#home .information__banner .banner-item__image {
  flex-shrink: 0;
}
@media screen and (min-width: 851px) {
  body#home .information__banner .banner-item__image {
    width: min(9.8958333333vw, 190px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__banner .banner-item__image {
    width: 25.3333333333vw;
  }
}
body#home .information__banner .banner-item__content {
  width: 100%;
}
body#home .information__banner .banner-item__content p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#home .information__banner .banner-item__content p:first-of-type {
    font-size: min(1.25vw, 24px);
    line-height: 1;
  }
}
@media screen and (max-width: 850px) {
  body#home .information__banner .banner-item__content p:first-of-type {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
body#home .information__banner .banner-item__content p:last-of-type {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#home .information__banner .banner-item__content p:last-of-type {
    gap: min(0.5208333333vw, 10px);
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__banner .banner-item__content p:last-of-type {
    gap: 1.3333333333vw;
    font-size: 2.6666666667vw;
    margin-top: 2vw;
  }
}
body#home .information__banner .banner-item__content p:last-of-type::after {
  content: "";
  background-image: url(../image/common/icon_arrow-down.svg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 14/7;
}
@media screen and (min-width: 851px) {
  body#home .information__banner .banner-item__content p:last-of-type::after {
    width: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__banner .banner-item__content p:last-of-type::after {
    width: 2vw;
  }
}
body#home .information__inner {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#home .information__inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(8.3333333333vw, 160px);
  }
}
@media screen and (min-width: 851px) {
  body#home .information__slider {
    width: min(39.5833333333vw, 760px);
    height: min(31.25vw, 600px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider {
    width: 100%;
  }
}
body#home .information__slider .info-slider {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(0.5208333333vw, 10px);
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider {
    width: 100vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider__title-track {
    position: absolute;
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider__title-track {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(200svh + 12vw);
    padding: 12vw 0 0 12vw;
    pointer-events: none;
  }
}
body#home .information__slider .info-slider__title {
  z-index: 1;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider__title {
    position: absolute;
    top: min(2.34375vw, 45px);
    left: min(2.34375vw, 45px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider__title {
    position: sticky;
    top: 12vw;
    left: 0;
    height: 0;
    pointer-events: none;
  }
}
body#home .information__slider .info-slider__title h2 {
  position: relative;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider__title h2 {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider__title h2 {
    font-size: 5.3333333333vw;
  }
}
body#home .information__slider .info-slider__title h2::before, body#home .information__slider .info-slider__title h2::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider__title h2::before {
    bottom: 0;
    left: max(-0.78125vw, -15px);
    width: min(0.0520833333vw, 1px);
    height: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider__title h2::before {
    bottom: 0.6666666667vw;
    left: -4vw;
    width: 0.1333333333vw;
    height: 16.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider__title h2::after {
    top: max(-0.78125vw, -15px);
    left: max(-2.34375vw, -45px);
    width: min(5.2083333333vw, 100px);
    height: min(0.0520833333vw, 1px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider__title h2::after {
    top: -4vw;
    left: -13.3333333333vw;
    width: 28vw;
    height: 0.1333333333vw;
  }
}
body#home .information__slider .info-slider .info-slide {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide {
    position: sticky;
    top: 0;
    height: calc(100svh - var(--mobile-overlay-height));
    overflow: hidden;
  }
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide--01 {
    grid-column: 1/2;
    grid-row: span 2;
  }
}
body#home .information__slider .info-slider .info-slide__background {
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__background {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  body#home .information__slider .info-slider .info-slide__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#home .information__slider .info-slider .info-slide__detail {
  position: absolute;
  color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide__detail {
    bottom: min(1.5625vw, 30px);
    left: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__detail {
    bottom: 10.6666666667vw;
    left: 10.6666666667vw;
  }
}
body#home .information__slider .info-slider .info-slide__detail .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide__detail .en {
    font-size: min(1.9270833333vw, 37px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__detail .en {
    font-size: 9.8666666667vw;
  }
}
body#home .information__slider .info-slider .info-slide__detail p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide__detail p {
    font-size: min(0.78125vw, 15px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__detail p {
    margin-top: 4vw;
  }
}
body#home .information__slider .info-slider .info-slide__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide__badge {
    top: min(1.0416666667vw, 20px);
    right: min(1.0416666667vw, 20px);
    gap: min(0.4166666667vw, 8px);
    padding: min(0.5208333333vw, 10px) min(0.7291666667vw, 14px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__badge {
    top: calc(var(--page-header-height, 0px) + 2.1333333333vw);
    right: 3.2vw;
    gap: 1.8666666667vw;
    padding: 2.6666666667vw 3.4666666667vw;
  }
}
body#home .information__slider .info-slider .info-slide__badge img {
  display: block;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide__badge img {
    width: min(0.7291666667vw, 14px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__badge img {
    width: 4vw;
  }
}
body#home .information__slider .info-slider .info-slide__badge--entry {
  background-color: #344357;
  color: #F4F2EE;
}
body#home .information__slider .info-slider .info-slide__badge--entry span {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide__badge--entry span {
    font-size: min(0.625vw, 12px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__badge--entry span {
    font-size: 3.2vw;
  }
}
body#home .information__slider .info-slider .info-slide__badge--more {
  background-color: rgba(59, 59, 59, 0.55);
  color: #F4F2EE;
}
body#home .information__slider .info-slider .info-slide__badge--more span {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 851px) {
  body#home .information__slider .info-slider .info-slide__badge--more span {
    font-size: min(0.625vw, 12px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__slider .info-slider .info-slide__badge--more span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .information__list {
    width: min(27.0833333333vw, 520px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__list {
    width: 100%;
    padding: 16vw 10.6666666667vw 13.3333333333vw;
  }
}
body#home .information__list .info-item {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 851px) {
  body#home .information__list .info-item {
    border-bottom: min(0.0520833333vw, 1px) solid #3B3B3B;
    gap: min(1.5625vw, 30px);
    padding-bottom: min(1.5625vw, 30px);
  }
  body#home .information__list .info-item + .info-item {
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__list .info-item {
    border-bottom: 0.1333333333vw solid #3B3B3B;
    gap: 4vw;
    padding-bottom: 6.6666666667vw;
  }
  body#home .information__list .info-item + .info-item {
    margin-top: 8vw;
  }
}
body#home .information__list .info-item__date {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#home .information__list .info-item__date {
    font-size: min(0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__list .info-item__date {
    font-size: 2.9333333333vw;
  }
}
body#home .information__list .info-item__detail {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 851px) {
  body#home .information__list .info-item__detail {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#home .information__list .info-item__detail {
    font-size: 3.4666666667vw;
  }
}
body#home .information__list .info-item__detail a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 850px) {
  body#home .position .section-content__image {
    mix-blend-mode: darken;
  }
}
@media screen and (min-width: 851px) {
  body#home .position {
    padding: min(6.5104166667vw, 125px) 0 min(11.9791666667vw, 230px);
  }
  body#home .position.bg-right {
    background-size: min(91.6666666667vw, 1760px) min(53.125vw, 1020px);
    background-position: left top;
  }
  body#home .position .section-title {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: min(75vw, 1440px);
    margin: 0 auto min(3.125vw, 60px);
  }
  body#home .position .section-title .title-sub {
    grid-column: 1/2;
    grid-row: span 2;
    margin-top: auto;
  }
  body#home .position .section-title h2 {
    padding-left: 0;
  }
  body#home .position .section-title p {
    padding-left: 0;
    margin-top: min(0.5208333333vw, 10px);
  }
  body#home .position .section-visual {
    width: min(87.5vw, 1680px);
    margin-left: auto;
  }
  body#home .position .section-visual .caption.bottom-outer-right {
    text-align: left;
  }
  body#home .position .section-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: min(2.8645833333vw, 55px);
    width: -moz-fit-content;
    width: fit-content;
    margin-top: min(2.6041666667vw, 50px);
    margin-left: min(2.0833333333vw, 40px);
    margin-right: auto;
  }
  body#home .position .section-content__image {
    width: min(51.3020833333vw, 985px);
    mix-blend-mode: darken;
  }
  body#home .position .section-content__image .caption.bottom-outer-right {
    text-align: left;
    padding-left: min(4.1666666667vw, 80px);
  }
  body#home .position .section-content__detail {
    width: -moz-fit-content;
    width: fit-content;
  }
  body#home .position .c-button--page {
    margin-top: max(-6.25vw, -120px);
    margin-left: min(56.25vw, 1080px);
  }
}
@media screen and (min-width: 1920px) {
  body#home .position .section-content {
    max-width: min(100vw, 1920px);
    margin-left: auto;
    margin-right: auto;
  }
  body#home .position .c-button--page {
    margin-left: auto;
    margin-right: min(23.4375vw, 450px);
  }
}
@media screen and (min-width: 851px) {
  body#home .location {
    padding: min(7.8125vw, 150px) 0 min(5.7291666667vw, 110px);
    margin-bottom: min(9.375vw, 180px);
  }
  body#home .location.bg-left {
    background-size: min(75vw, 1440px) 100%;
    background-position: left top;
  }
  body#home .location .section-title {
    margin-left: min(13.0208333333vw, 250px);
  }
}
body#home .location__visual {
  width: 100%;
  overflow-x: hidden;
}
body#home .location__visual .carousel {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}
body#home .location__visual .carousel.is-dragging {
  cursor: grabbing;
}
body#home .location__visual .carousel__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
body#home .location__visual .carousel figure {
  flex: 0 0 auto;
  width: auto;
}
@media screen and (min-width: 851px) {
  body#home .location__visual .carousel figure {
    height: min(31.25vw, 600px);
  }
}
@media screen and (max-width: 850px) {
  body#home .location__visual .carousel figure {
    height: 106.6666666667vw;
  }
}
body#home .location__visual .carousel figure img {
  width: auto;
  max-width: none;
  height: 100%;
}
@media screen and (min-width: 851px) {
  body#home .location__visual .carousel figure + figure {
    margin-left: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#home .location__visual .carousel figure + figure {
    margin-left: 2.6666666667vw;
  }
}
body#home .location__visual .carousel .caption {
  display: block;
  width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 851px) {
  body#home .location__visual .carousel .caption {
    padding-right: min(0.5208333333vw, 10px);
  }
}
@media screen and (min-width: 851px) {
  body#home .location__content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: min(68.75vw, 1320px);
    margin: 0 auto;
  }
  body#home .location__content .section-content {
    width: -moz-fit-content;
    width: fit-content;
  }
  body#home .location__content .c-button--page {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 851px) {
  body#home .access {
    display: grid;
    grid-template-columns: min(47.9166666667vw, 920px) auto;
    -moz-column-gap: min(5.7291666667vw, 110px);
         column-gap: min(5.7291666667vw, 110px);
    margin-bottom: min(9.8958333333vw, 190px);
  }
  body#home .access.bg-right {
    background-image: none;
  }
}
@media screen and (min-width: 851px) {
  body#home .access .section-visual {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  body#home .access .section-visual .caption {
    text-align: left;
    padding-left: min(0.5208333333vw, 10px);
  }
}
@media screen and (min-width: 851px) {
  body#home .access .section-title {
    grid-column: 2/3;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: auto;
  }
}
body#home .access .section-title h2 .text-accent {
  color: #AC977D;
}
body#home .access .section-title h2 .text-large {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1;
}
@media screen and (min-width: 851px) {
  body#home .access__content {
    padding-left: min(2.8645833333vw, 55px);
  }
  body#home .access__content .section-content__detail p:first-of-type {
    margin-top: 0;
  }
  body#home .access__content .c-button--page {
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (min-width: 851px) {
  body#home .design {
    padding-bottom: min(6.25vw, 120px);
    margin-bottom: min(10.4166666667vw, 200px);
  }
}
body#home .design.bg-right {
  background-image: linear-gradient(rgba(204, 221, 237, 0.3));
}
@media screen and (min-width: 851px) {
  body#home .design.bg-right {
    background-size: min(91.6666666667vw, 1760px) 100%;
    background-position: right min(4.6875vw, 90px);
  }
}
@media screen and (max-width: 850px) {
  body#home .design.bg-right {
    background-size: 86.6666666667vw 133.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .design .section-title {
    margin-left: min(12.5vw, 240px);
  }
}
@media screen and (min-width: 851px) {
  body#home .design .section-visual {
    width: min(59.375vw, 1140px);
    margin-left: auto;
  }
  body#home .design .section-visual .caption {
    padding-right: min(0.5208333333vw, 10px);
  }
}
@media screen and (min-width: 851px) {
  body#home .design .section-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    gap: min(6.25vw, 120px);
  }
}
@media screen and (min-width: 851px) {
  body#home .design .section-content__image {
    flex-shrink: 0;
    width: min(38.0208333333vw, 730px);
  }
  body#home .design .section-content__image .caption {
    text-align: left;
    padding-left: min(3.125vw, 60px);
  }
}
@media screen and (min-width: 851px) {
  body#home .design .section-content__detail p:first-of-type {
    margin: 0 0 min(3.125vw, 60px);
  }
}
@media screen and (min-width: 851px) {
  body#home .design__content {
    display: flex;
    flex-flow: row nowrap;
  }
  body#home .design__content.content--02 {
    display: block;
    width: min(85.9375vw, 1650px);
    margin-top: max(-23.4375vw, -450px);
  }
  body#home .design__content.content--02 .c-button--page {
    margin-top: min(3.125vw, 60px);
    margin-left: auto;
  }
}
@media screen and (min-width: 851px) {
  body#home .rounge {
    overflow: hidden;
    position: relative;
    background-image: url("../image/page/top/bg_rounge.webp");
    background-size: min(100vw, 1920px) min(64.5833333333vw, 1240px);
    background-position: left min(10.9375vw, 210px);
    background-repeat: no-repeat;
    padding-bottom: min(5.2083333333vw, 100px);
    margin-bottom: min(10.4166666667vw, 200px);
  }
  body#home .rounge::after {
    content: "";
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(59, 59, 59, 0.8);
    width: min(100vw, 1920px);
    height: min(64.5833333333vw, 1240px);
    backdrop-filter: blur(15px);
  }
}
@media screen and (max-width: 850px) {
  body#home .rounge {
    display: grid;
    grid-template-areas: "rounge";
    min-height: calc(100svh - var(--mobile-overlay-height));
    padding-top: 0;
  }
}
@media screen and (min-width: 851px) {
  body#home .rounge .section-visual {
    z-index: 1;
    position: absolute;
    top: min(3.6458333333vw, 70px);
    left: 50%;
    transform: translateX(-50%);
    width: min(75vw, 1440px);
    height: min(41.6666666667vw, 800px);
  }
}
@media screen and (max-width: 850px) {
  body#home .rounge .section-visual {
    grid-area: rounge;
    z-index: -1;
    position: relative;
    margin-bottom: 0;
  }
}
body#home .rounge .section-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(59, 59, 59, 0.8);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
}
@media screen and (min-width: 851px) {
  body#home .rounge .section-visual::after {
    opacity: 0;
  }
}
@media screen and (max-width: 850px) {
  body#home .rounge .section-visual::after {
    opacity: 0;
    transition: opacity 0.8s ease 0.7s;
  }
}
body#home .rounge__content {
  grid-area: rounge;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 851px) {
  body#home .rounge__content {
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 850px) {
  body#home .rounge__content {
    display: flex;
    flex-flow: column nowrap;
    padding: 13.3333333333vw 0;
  }
}
@media screen and (max-width: 850px) {
  body#home .rounge__content .section-content,
  body#home .rounge__content .c-button--page {
    opacity: 0;
    transform: translateY(4vw);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  body#home .rounge__content .c-button--page {
    transition-delay: 0.2s;
  }
}
body#home .rounge__content .section-title {
  color: #EBE7DF;
  margin-bottom: 0;
}
body#home .rounge__content .section-title .title-sub::before {
  background-color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#home .rounge__content .section-title {
    margin-left: min(12.5vw, 240px);
  }
  body#home .rounge__content .section-title .title-sub {
    color: #3B3B3B;
    margin-bottom: min(48.9583333333vw, 940px);
  }
  body#home .rounge__content .section-title .title-sub::before {
    background-color: #3B3B3B;
  }
}
body#home .rounge__content .section-content {
  color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#home .rounge__content .section-content {
    margin-top: max(-4.6875vw, -90px);
    margin-left: min(51.0416666667vw, 980px);
  }
}
@media screen and (max-width: 850px) {
  body#home .rounge__content .section-content {
    margin-top: auto;
  }
}
@media screen and (min-width: 851px) {
  body#home .rounge__content .c-button--page {
    margin-top: min(3.125vw, 60px);
    margin-left: min(51.0416666667vw, 980px);
  }
}
@media screen and (max-width: 850px) {
  body#home .rounge.is-revealed .section-visual::after,
  body#home .rounge.is-revealed .section-content,
  body#home .rounge.is-revealed .c-button--page {
    opacity: 1;
  }
  body#home .rounge.is-revealed .section-content,
  body#home .rounge.is-revealed .c-button--page {
    transform: translateY(0);
  }
}
@media screen and (min-width: 851px) {
  body#home .zeh {
    position: relative;
    margin-bottom: min(13.5416666667vw, 260px);
  }
}
@media screen and (min-width: 851px) {
  body#home .zeh .section-title {
    margin-top: min(4.1666666667vw, 80px);
  }
}
@media screen and (min-width: 851px) {
  body#home .zeh .section-visual {
    width: min(52.0833333333vw, 1000px);
  }
  body#home .zeh .section-visual .caption {
    text-align: left;
    padding-left: min(0.5208333333vw, 10px);
  }
}
@media screen and (min-width: 851px) {
  body#home .zeh .section-content__image {
    z-index: 1;
    position: absolute;
    bottom: max(-0.5208333333vw, -10px);
    right: min(8.3333333333vw, 160px);
    transform: translateY(100%);
    width: min(23.9583333333vw, 460px);
  }
  body#home .zeh .section-content__image .caption {
    text-align: right;
  }
}
@media screen and (max-width: 850px) {
  body#home .zeh .section-content__image {
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 8vw;
  }
  body#home .zeh .section-content__image picture {
    width: 44vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .zeh .section-content__detail {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: max(-26.0416666667vw, -500px);
    margin-left: min(60.6770833333vw, 1165px);
  }
}
@media screen and (min-width: 851px) {
  body#home .zeh .c-button--page {
    margin-top: min(3.125vw, 60px);
    margin-left: min(60.6770833333vw, 1165px);
  }
}
@media screen and (min-width: 851px) {
  body#home .zeh__content {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
    gap: min(5.7291666667vw, 110px);
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan {
    position: relative;
    height: min(67.7083333333vw, 1300px);
    padding: min(13.0208333333vw, 250px) 0;
    margin-bottom: min(8.3333333333vw, 160px);
  }
}
@media screen and (min-width: 851px) {
  body#home .plan.bg-left {
    background-size: min(83.3333333333vw, 1600px) min(67.7083333333vw, 1300px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan.bg-left {
    background-size: 100% 60vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan .section-visual {
    position: absolute;
    top: min(13.0208333333vw, 250px);
    right: 0;
    width: min(66.6666666667vw, 1280px);
  }
  body#home .plan .section-visual .caption {
    padding-right: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan .section-visual {
    padding-left: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan .section-title {
    padding-left: min(5.7291666667vw, 110px);
    margin-top: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 6vw;
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .image {
    position: absolute;
    bottom: max(-5.2083333333vw, -100px);
    left: 0;
    width: min(16.6666666667vw, 320px);
  }
  body#home .plan__content .image .caption {
    padding-left: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .image {
    flex-shrink: 0;
    width: 38.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail {
    padding-left: min(8.3333333333vw, 160px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail {
    width: 100%;
  }
}
body#home .plan__content .detail p {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.88px;
}
body#home .plan__content .detail p span {
  display: inline-block;
}
body#home .plan__content .detail p .text-accent {
  color: #CBB497;
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail p:first-of-type {
    font-size: min(2.4739583333vw, 47.5px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail p:first-of-type {
    font-size: 6.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail p:first-of-type .large {
    font-size: min(3.90625vw, 75px);
    line-height: 0.375;
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail p:first-of-type .large {
    font-size: 10vw;
    line-height: 0.375;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail p:nth-of-type(2) {
    font-size: min(2.7083333333vw, 52px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail p:nth-of-type(2) {
    font-size: 6.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail p:nth-of-type(2) .small {
    font-size: min(1.3541666667vw, 26px);
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail p:nth-of-type(2) .small {
    font-size: 3.4666666667vw;
    margin-right: 0.2em;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail p:nth-of-type(2) .medium {
    font-size: min(1.953125vw, 37.5px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail p:nth-of-type(2) .medium {
    font-size: 5vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail p:nth-of-type(2) .emphasis {
    font-size: min(3.3333333333vw, 64px);
    line-height: 0.3;
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail p:nth-of-type(2) .emphasis {
    font-size: 8.5333333333vw;
    line-height: 0.3;
  }
}
@media screen and (min-width: 851px) {
  body#home .plan__content .detail .c-button--page {
    margin-top: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#home .plan__content .detail .c-button--page {
    margin-top: 8vw;
    margin-left: auto;
    margin-right: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .brand {
    padding-bottom: min(5.2083333333vw, 100px);
    margin-bottom: min(8.3333333333vw, 160px);
  }
}
@media screen and (min-width: 851px) {
  body#home .brand.bg-left {
    background-size: min(62.5vw, 1200px) min(33.3333333333vw, 640px);
    background-position: right bottom;
  }
}
@media screen and (max-width: 850px) {
  body#home .brand.bg-left {
    background-size: 100% 60vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .brand .section-title {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    margin-left: auto;
    margin-right: min(12.5vw, 240px);
  }
  body#home .brand .section-title .title-sub {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 851px) {
  body#home .brand .section-visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 851px) {
  body#home .brand .section-content {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 851px) {
  body#home .brand__content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(7.2916666667vw, 140px);
  }
}
@media screen and (min-width: 851px) {
  body#home .residence {
    padding: min(5.2083333333vw, 100px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#home .residence {
    padding: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 851px) {
  body#home .residence.bg-left {
    background-size: min(70.8333333333vw, 1360px) 100%;
  }
}
@media screen and (max-width: 850px) {
  body#home .residence.bg-left {
    background-size: 74.6666666667vw 100%;
  }
}
@media screen and (min-width: 851px) {
  body#home .residence .section-title {
    margin-left: max(-2.8645833333vw, -55px);
  }
}
body#home .residence .section-title p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  opacity: 1;
}
@media screen and (min-width: 851px) {
  body#home .residence .section-title p {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#home .residence .section-title p {
    font-size: 3.2vw;
    padding: 0 7.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#home .residence__inner {
    width: min(75vw, 1440px);
    margin: 0 auto;
  }
}
body#home .residence .merit-list {
  counter-reset: merit;
}
@media screen and (min-width: 851px) {
  body#home .residence .merit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#home .residence .merit-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 4vw;
    padding: 0 4.6666666667vw;
  }
}
body#home .residence .merit-item {
  counter-increment: merit;
  background-image: linear-gradient(-40deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%);
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#home .residence .merit-item {
    gap: min(0.5208333333vw, 10px);
    padding: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#home .residence .merit-item {
    gap: 2vw;
    padding: 8vw 6.6666666667vw;
  }
}
body#home .residence .merit-item__image {
  position: relative;
  width: 100%;
}
body#home .residence .merit-item__image::after {
  content: "MERIT " counter(merit, decimal-leading-zero);
  position: absolute;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  color: #FFFFFF;
  filter: drop-shadow(0 0 0.8rem rgba(59, 59, 59, 0.2));
}
@media screen and (min-width: 851px) {
  body#home .residence .merit-item__image::after {
    top: min(1.0416666667vw, 20px);
    left: min(1.0416666667vw, 20px);
    font-size: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#home .residence .merit-item__image::after {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
body#home .residence .merit-item__content p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
}
body#home .residence .merit-item__content p:first-of-type {
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#home .residence .merit-item__content p:first-of-type {
    font-size: min(1.3541666667vw, 26px);
  }
}
@media screen and (max-width: 850px) {
  body#home .residence .merit-item__content p:first-of-type {
    font-size: 4vw;
    white-space: nowrap;
  }
}
body#home .residence .merit-item__content p:nth-of-type(2) {
  line-height: 2;
}
@media screen and (min-width: 851px) {
  body#home .residence .merit-item__content p:nth-of-type(2) {
    font-size: min(0.8854166667vw, 17px);
    letter-spacing: 0.1em;
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#home .residence .merit-item__content p:nth-of-type(2) {
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 3.3333333333vw;
  }
}
body#home .hachiman-banner {
  display: flex;
  justify-content: center;
  padding: min(6.25vw, 120px) min(2.0833333333vw, 40px) min(7.2916666667vw, 140px);
}
@media screen and (max-width: 850px) {
  body#home .hachiman-banner {
    padding: 12vw 5.3333333333vw 14.6666666667vw;
  }
}
body#home .hachiman-banner__link {
  display: block;
  width: min(100%, min(50vw, 960px));
}
@media screen and (max-width: 850px) {
  body#home .hachiman-banner__link {
    width: 100%;
  }
}
body#home .hachiman-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 851px) and (prefers-reduced-motion: no-preference) {
  @keyframes visual-scroll-helper {
    0%, 15% {
      top: max(-4.6875vw, -90px);
      opacity: 0;
    }
    25%, 80% {
      opacity: 1;
    }
    100% {
      top: max(-1.0416666667vw, -20px);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 850px) and (prefers-reduced-motion: no-preference) {
  @keyframes visual-scroll-helper {
    0%, 15% {
      top: -15.4666666667vw;
      opacity: 0;
    }
    25%, 80% {
      opacity: 1;
    }
    100% {
      top: -3.4666666667vw;
      opacity: 0;
    }
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes visual-slider {
    0%, 25% {
      opacity: 1;
    }
    33%, 92% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
body#position section {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#position .page-visual__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
body#position .page-visual__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 851px) {
  body#position .page-visual__lead {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: min(19.7916666667vw, 380px);
  }
  body#position .page-visual__lead p {
    text-align: left;
  }
}
@media screen and (min-width: 851px) {
  body#position .illustration {
    width: min(51.25vw, 984px);
    margin-top: max(-15.625vw, -300px);
    margin-bottom: min(6.25vw, 120px);
    margin-left: auto;
    margin-right: min(8.3333333333vw, 160px);
  }
}
@media screen and (max-width: 850px) {
  body#position .illustration {
    width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
  body#position .illustration .caption {
    padding-right: 4vw;
  }
}
body#position .illustration__visual {
  position: relative;
  width: 100%;
}
body#position .illustration__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
body#position .illustration__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 851px) {
  body#position .illustration__visual .caption {
    margin-right: min(5.2083333333vw, 100px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#position .illustration__visual .caption {
    bottom: -2.6666666667vw;
  }
}
body#position .timeline {
  background-color: #373B3D;
}
@media screen and (min-width: 851px) {
  body#position .timeline {
    margin-bottom: min(10.4166666667vw, 200px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline__viewport {
    width: 100%;
    background-color: #32373A;
  }
}
body#position .timeline__head {
  position: relative;
  overflow: hidden;
  background-color: #2A2F31;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 850px) {
  body#position .timeline__head {
    width: 94.6666666667vw;
    height: 133.3333333333vw;
    margin: 0 auto;
  }
}
body#position .timeline__en {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #373B3D;
  opacity: 0.8;
}
@media screen and (min-width: 851px) {
  body#position .timeline__en {
    inset: max(-1.875vw, -36px) 0;
    line-height: 1.3;
    font-size: min(5.7291666667vw, 110px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline__en {
    inset: -5.6vw 0;
    line-height: 1.3;
    font-size: 17.3333333333vw;
  }
}
body#position .timeline__en span {
  margin-right: -0.1em;
}
body#position .timeline__en span:nth-child(2) {
  margin-right: 0;
  letter-spacing: 0;
}
body#position .timeline__title {
  z-index: 1;
  position: relative;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin-bottom: -0.3em;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#position .timeline__title {
    line-height: 2.58;
    letter-spacing: 0.2em;
    height: min(23.59375vw, 453px);
    font-size: min(1.9791666667vw, 38px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline__title {
    line-height: 2.75;
    letter-spacing: 0.2em;
    height: 63.8666666667vw;
    font-size: 5.3333333333vw;
  }
}
body#position .timeline__title.is-ready span {
  opacity: 0;
}
body#position .timeline__title.is-shown span {
  opacity: 1;
  transition: opacity 600ms ease-out;
  transition-delay: calc(var(--i) * 70ms);
}
body#position .timeline__map {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#position .timeline__map {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    overflow: hidden;
    width: min(33.3333333333vw, 640px);
    height: min(46.875vw, 900px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline__map {
    width: 94.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  body#position .timeline__map .caption {
    position: static;
    display: block;
    width: 100%;
    background-color: transparent;
    color: #FFFFFF;
    text-align: right;
    padding: 1.6vw 0 0;
  }
}
body#position .timeline__map img {
  display: block;
  width: 100%;
  max-width: none;
}
body#position .timeline__map-present {
  position: absolute;
  top: 0;
  left: 0;
}
body#position .timeline__map.is-ready .timeline__map-present {
  opacity: 0;
}
body#position .timeline__map.is-shown .timeline__map-present {
  opacity: 1;
  transition: opacity 1800ms ease-in-out;
}
@media screen and (min-width: 851px) {
  body#position .timeline__slider.is-ready {
    height: 850vh;
  }
  body#position .timeline__slider.is-ready .timeline__viewport {
    position: sticky;
    top: 0;
    overflow: hidden;
    height: 100vh;
  }
  body#position .timeline__slider.is-ready .timeline__stage {
    position: relative;
    height: 100%;
  }
  body#position .timeline__slider.is-ready .timeline-item {
    z-index: 1;
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    height: 100%;
    opacity: 0;
    will-change: opacity;
  }
  body#position .timeline__slider.is-ready .timeline-item.is-prev {
    z-index: 2;
    opacity: 1;
  }
  body#position .timeline__slider.is-ready .timeline-item.is-active {
    z-index: 3;
    opacity: 1;
    transition: opacity 800ms ease;
  }
  body#position .timeline__slider.is-ready .timeline__stage.is-instant .timeline-item {
    transition: none;
  }
  body#position .timeline__slider.is-ready .timeline-item__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%) scale(var(--scene-scale, 1));
  }
  body#position .timeline__slider.is-ready .timeline__map .timeline__map-present {
    opacity: var(--intro-progress, 0);
    transition: none;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-rail {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-rail {
    z-index: 2;
    position: sticky;
    top: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 10.6666666667vw;
    padding-top: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-rail + .timeline-item {
    margin-top: calc((var(--rail-height, 0px) + 2.6666666667vw) * -1);
  }
}
body#position .timeline-rail__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  writing-mode: vertical-rl;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 3.2vw;
  color: rgba(235, 231, 223, 0.5);
}
body#position .timeline-rail__label::after {
  content: "";
  display: block;
  background-color: #EBE7DF;
  opacity: 0.3;
  width: 1px;
  height: 5.3333333333vw;
  margin-top: 6.6666666667vw;
}
body#position .timeline-rail__years {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  list-style: none;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-size: 3.2vw;
  color: rgba(244, 242, 238, 0.5);
  gap: 6.6666666667vw;
  margin-top: 6.6666666667vw;
}
body#position .timeline-rail__years li {
  writing-mode: vertical-rl;
  white-space: nowrap;
}
body#position .timeline-rail__years .is-current {
  font-size: 4vw;
  color: #CBB497;
}
body#position .timeline-year-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 851px) {
  body#position .timeline-map {
    overflow: hidden;
    grid-column: 1;
    align-self: center;
    width: min(33.3333333333vw, 640px);
    height: min(46.875vw, 900px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-map {
    display: none;
  }
}
body#position .timeline-map img {
  display: block;
  width: 100%;
  max-width: none;
}
body#position .timeline-item {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item {
    overflow: hidden;
    width: 100%;
    height: min(53.125vw, 1020px);
    background-color: #32373A;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item {
    background-color: #373B3D;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item[data-year="1633"], body#position .timeline-item[data-year="1951"] {
    background-color: #414445;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item--intro {
    padding: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item--intro .timeline__head {
    grid-column: 2/4;
    grid-row: 1;
    align-self: center;
    background-color: #2A2F31;
    width: 100%;
    height: min(46.875vw, 900px);
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__inner {
    display: grid;
    grid-template-columns: min(33.3333333333vw, 640px) min(7.2916666667vw, 140px) min(53.125vw, 1020px);
    align-content: center;
    width: min(93.75vw, 1800px);
    height: 100%;
    margin: 0 auto;
  }
}
body#position .timeline-item__rail {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__rail {
    background-color: #2A2F31;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-content: center;
    gap: 0;
    height: min(46.875vw, 900px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__rail {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #32373A;
    width: 10.6666666667vw;
    height: 100%;
  }
}
body#position .timeline-item__label {
  writing-mode: vertical-rl;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__label {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__label {
    position: absolute;
    top: min(2.0833333333vw, 40px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: min(0.7291666667vw, 14px);
    letter-spacing: 0.05em;
    color: rgba(235, 231, 223, 0.5);
  }
}
body#position .timeline-item__label::after {
  content: "";
  background-color: #EBE7DF;
  display: block;
  width: 1px;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__label::after {
    height: min(2.0833333333vw, 40px);
    margin-top: min(0.5208333333vw, 10px);
    opacity: 0.3;
  }
}
body#position .timeline-item__years {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  list-style: none;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__years {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__years {
    gap: min(3.125vw, 60px);
    line-height: 1.3;
    letter-spacing: 0.04em;
    font-size: min(1.40625vw, 27px);
    color: rgba(244, 242, 238, 0.5);
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__years .is-current {
    font-size: min(1.71875vw, 33px);
    color: #CBB497;
  }
}
body#position .timeline-item__content {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__content {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    background-color: #373B3D;
    height: min(46.875vw, 900px);
    padding: min(4.53125vw, 87px) min(3.125vw, 60px) 0 min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__content {
    padding: 29.3333333333vw 8vw 15.7333333333vw 18.6666666667vw;
  }
}
body#position .timeline-item__maplink {
  position: absolute;
  display: block;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__maplink {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__maplink {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 16vw;
  }
}
body#position .timeline-item__maplink img {
  display: block;
  width: 100%;
  max-width: none;
}
body#position .timeline-item__maplink-label {
  background-color: #948168;
  display: grid;
  place-items: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #F4F2EE;
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__maplink-label {
    height: 3.7333333333vw;
    font-size: 2.6666666667vw;
  }
}
body#position .timeline-item__year {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__year {
    position: absolute;
    top: min(0.5208333333vw, 10px);
    right: min(3.125vw, 60px);
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: right;
    font-size: min(7.8125vw, 150px);
    color: #424648;
    opacity: 0.8;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__year {
    position: absolute;
    top: 5.3333333333vw;
    left: 16.8vw;
    line-height: 1.3;
    letter-spacing: 0.04em;
    font-size: 16vw;
    color: rgba(244, 242, 238, 0.1);
  }
}
body#position .timeline-item__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-feature-settings: "pkna" 1;
  letter-spacing: 0.2em;
  color: #CBB497;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__title {
    line-height: 1.6;
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__title {
    line-height: 1.6;
    font-size: 4.8vw;
  }
}
body#position .timeline-item__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-feature-settings: "pkna" 1;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__body {
    font-size: min(0.8854166667vw, 17px);
    letter-spacing: 0.1em;
    margin-top: min(2.8645833333vw, 55px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__body {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    margin-top: 6.9333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__body p + p {
    margin-top: min(0.9895833333vw, 19px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__body p + p {
    margin-top: 3.4666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__body p.sp {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__body p.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__media {
    position: absolute;
    top: min(29.0625vw, 558px);
    left: min(5.2083333333vw, 100px);
    display: grid;
    grid-template-columns: repeat(2, min(19.7916666667vw, 380px));
    gap: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__media {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__visual {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__visual + .timeline-item__visual {
    margin-top: 5.0666666667vw;
  }
}
body#position .timeline-item__visual img {
  display: block;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
body#position .timeline-item__visual .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#position .timeline-item__visual .caption span.sp {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-item__visual .caption span.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item[data-year="1895"] .timeline-item__media {
    grid-template-columns: min(22.9166666667vw, 440px) min(17.7083333333vw, 340px);
  }
  body#position .timeline-item[data-year="1895"] .timeline-item__visual img {
    aspect-ratio: 440/260;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-item[data-year="1457"] .timeline-item__body {
    width: min(28.125vw, 540px);
  }
  body#position .timeline-item[data-year="1457"] .timeline-item__media {
    top: min(14.7916666667vw, 284px);
    left: auto;
    right: min(4.1666666667vw, 80px);
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    gap: min(3.4375vw, 66px);
    width: min(23.4375vw, 450px);
  }
  body#position .timeline-item[data-year="1457"] .timeline-item__visual {
    width: min(14.84375vw, 285px);
  }
  body#position .timeline-item[data-year="1457"] .timeline-item__visual img {
    aspect-ratio: 285/201;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body#position .timeline-item[data-year="1457"] .timeline-item__visual:nth-of-type(2) {
    width: min(23.4375vw, 450px);
  }
  body#position .timeline-item[data-year="1457"] .timeline-item__visual:nth-of-type(2) img {
    aspect-ratio: 450/260;
  }
}
body#position .timeline-note {
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#position .timeline-note {
    position: relative;
    align-self: start;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-note {
    text-align: center;
    margin-top: 5.0666666667vw;
  }
}
body#position .timeline-note::before, body#position .timeline-note::after {
  content: "";
  background-image: linear-gradient(90deg, #BE9C70 13%, #C0A685 49%, #9C7F5B 110%);
  display: block;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 851px) {
  body#position .timeline-note::before {
    margin-bottom: min(2.3958333333vw, 46px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-note::before {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .timeline-note::after {
    margin-top: min(2.3958333333vw, 46px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-note::after {
    margin-top: 6.6666666667vw;
  }
}
body#position .timeline-note__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#position .timeline-note__title {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-note__title {
    font-size: 3.4666666667vw;
  }
}
body#position .timeline-note__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#position .timeline-note__body {
    font-size: min(0.7291666667vw, 14px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#position .timeline-note__body {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
body#position .timeline-modal {
  border: none;
  background-color: transparent;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 0;
}
body#position .timeline-modal::backdrop {
  background-color: rgba(59, 59, 59, 0.6);
  backdrop-filter: blur(3.3333333333vw);
}
body#position .timeline-modal__inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 10.6666666667vw 7.3333333333vw 14.6666666667vw;
  overflow-y: auto;
}
body#position .timeline-modal__panel {
  position: relative;
  width: 85.3333333333vw;
}
body#position .timeline-modal__close {
  position: absolute;
  right: -2.6666666667vw;
  bottom: 100%;
  width: 10.4vw;
  margin-bottom: 1.4666666667vw;
  padding: 2.6666666667vw;
}
body#position .timeline-modal__close img {
  display: block;
  width: 100%;
}
body#position .timeline-modal__caption {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  background-color: #948168;
  min-height: 10.6666666667vw;
  padding: 2.8vw 0 2.6666666667vw;
  gap: 2.6666666667vw;
  color: #F4F2EE;
}
body#position .timeline-modal__year {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-size: 4vw;
  flex-shrink: 0;
}
body#position .timeline-modal__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-feature-settings: "pkna" 1;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-size: 3.2vw;
  margin-right: -0.2em;
}
body#position .timeline-modal__figure .timeline-map {
  position: relative;
  display: block;
  overflow: hidden;
  width: 85.3333333333vw;
  height: 120vw;
}
body#position .chapter__visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#position .chapter__visual {
    width: min(91.6666666667vw, 1760px);
    aspect-ratio: 1760/840;
    padding-top: min(6.25vw, 120px);
    margin-bottom: min(10.4166666667vw, 200px);
  }
  body#position .chapter__visual::before {
    content: "";
    z-index: -2;
    position: absolute;
    bottom: max(-4.1666666667vw, -80px);
    right: max(-8.3333333333vw, -160px);
    background-image: url("../image/page/position/bg_chapter-visual.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: min(29.1666666667vw, 560px);
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter__visual {
    overflow: hidden;
    aspect-ratio: 750/1000;
  }
}
body#position .chapter__visual > img,
body#position .chapter__visual > picture {
  z-index: -2;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#position .chapter__visual > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#position .chapter__visual > .caption {
  z-index: 1;
  position: absolute;
  padding: 0;
}
@media screen and (min-width: 851px) {
  body#position .chapter__visual > .caption {
    bottom: min(0.78125vw, 15px);
    right: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter__visual > .caption {
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
  }
}
body#position .chapter__inner {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 851px) {
  body#position .chapter__inner {
    margin-left: min(12.5vw, 240px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter__inner {
    width: 100%;
    height: 100%;
  }
}
body#position .chapter__label {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 851px) {
  body#position .chapter__label {
    display: block;
    font-size: min(1.25vw, 24px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter__label {
    position: absolute;
    top: 0;
    right: 8vw;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 2.6666666667vw;
    font-size: 3.2vw;
    writing-mode: sideways-rl;
  }
}
body#position .chapter__label::before {
  content: "";
  display: block;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#position .chapter__label::before {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter__label::before {
    width: 0.1333333333vw;
    height: 8vw;
  }
}
body#position .chapter__title {
  display: flex;
  flex-flow: column nowrap;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#position .chapter__title {
    gap: min(2.0833333333vw, 40px);
    font-size: min(2.1875vw, 42px);
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter__title {
    position: absolute;
    top: 13.3333333333vw;
    left: 10.6666666667vw;
    gap: 4vw;
    font-size: 5.6vw;
    writing-mode: vertical-rl;
  }
}
body#position .chapter__title span {
  white-space: nowrap;
}
body#position .chapter__en {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 0.8;
}
@media screen and (min-width: 851px) {
  body#position .chapter__en {
    font-size: max(12px, min(0.8333333333vw, 16px));
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter__en {
    position: absolute;
    bottom: 8vw;
    left: 8vw;
    font-size: max(10px, 2.4vw);
  }
}
body#position .chapter .block {
  position: relative;
}
@media screen and (max-width: 850px) {
  body#position .chapter .block {
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
}
body#position .chapter .block__image {
  width: 100%;
}
body#position .chapter .block__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
body#position .chapter .block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#position .chapter .block__images {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 850px) {
  body#position .chapter .block__images {
    gap: 1.3333333333vw;
  }
}
body#position .chapter .block__subimage {
  position: absolute;
  z-index: 1;
}
body#position .chapter .block__subimage picture {
  display: block;
  width: 100%;
  height: 100%;
}
body#position .chapter .block__subimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  body#position .chapter .block__detail {
    padding: 0 2.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
body#position .chapter .block__detail h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block__detail h3 {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block__detail h3 {
    font-size: 4.5333333333vw;
  }
}
body#position .chapter .block__detail p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block__detail p {
    font-size: min(0.9375vw, 18px);
    margin-top: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block__detail p {
    font-size: 2.9333333333vw;
    margin-top: 6.6666666667vw;
  }
}
body#position .chapter .block.is-overlap {
  isolation: isolate;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-pc {
    background-image: linear-gradient(#EBE7DF);
    background-size: min(37.5vw, 720px) min(34.375vw, 660px);
    background-position: left bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(7.2916666667vw, 140px);
    padding-bottom: min(8.8541666667vw, 170px);
  }
  body#position .chapter .block--nowadays-pc .block__image {
    width: min(43.75vw, 840px);
  }
  body#position .chapter .block--nowadays-pc .block__image .caption {
    text-align: left;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-first {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: center;
    gap: min(10.4166666667vw, 200px);
    margin-bottom: min(7.8125vw, 150px);
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-first .block__box .pc-wrapper--01 {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: min(0.5208333333vw, 10px);
         column-gap: min(0.5208333333vw, 10px);
  }
  body#position .chapter .block--nowadays-first .block__box .pc-wrapper--01 .block__image {
    width: min(22.9166666667vw, 440px);
  }
  body#position .chapter .block--nowadays-first .block__box .pc-wrapper--01 .block__images {
    display: flex;
    flex-flow: column nowrap;
    gap: min(0.5208333333vw, 10px);
    width: min(12.5vw, 240px);
  }
  body#position .chapter .block--nowadays-first .block__box .pc-wrapper--01 .caption {
    grid-column: span 2;
  }
}
body#position .chapter .block--nowadays-first .block__wrapper {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-first .block__wrapper {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: min(0.5208333333vw, 10px);
         column-gap: min(0.5208333333vw, 10px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-first .block__wrapper {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-first .block__wrapper .caption.sp {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-first .block__wrapper .caption.pc {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-first .block__wrapper .block__image {
    width: min(22.9166666667vw, 440px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-first .block__wrapper .block__image {
    width: 82.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-first .block__wrapper .block__image .caption {
    margin-right: 25.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-first .block__wrapper .block__subimage {
    position: static;
    width: min(12.5vw, 240px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-first .block__wrapper .block__subimage {
    bottom: -22.6666666667vw;
    right: -1.3333333333vw;
    width: 32vw;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-last {
    background-image: url("../image/page/position/bg_nowadays-last-pc.webp");
    background-size: min(53.6458333333vw, 1030px) min(41.6666666667vw, 800px);
    background-position: right top;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(7.8125vw, 150px);
    padding-top: min(6.25vw, 120px);
    padding-bottom: min(10.4166666667vw, 200px);
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-last {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-last .block__image {
    width: min(38.5416666667vw, 740px);
  }
  body#position .chapter .block--nowadays-last .block__image .caption {
    text-align: left;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-last .block__subimage {
    bottom: 0;
    right: min(12.5vw, 240px);
    width: min(18.75vw, 360px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-last .block__subimage {
    top: 72vw;
    right: 5.3333333333vw;
    width: 35.4666666667vw;
    aspect-ratio: 266/164;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-last .block__subimage .caption {
    font-size: max(8px, 2.1333333333vw);
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--nowadays-last .block__detail {
    min-height: 45.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--nowadays-last .block__detail p {
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--history-middle {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: center;
    gap: min(6.25vw, 120px);
    padding-bottom: min(9.375vw, 180px);
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--history-middle .block__image {
    width: min(33.3333333333vw, 640px);
  }
}
body#position .chapter .block--history-middle .block__subimage {
  aspect-ratio: 280/200;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--history-middle .block__subimage {
    bottom: min(5.2083333333vw, 100px);
    left: min(16.6666666667vw, 320px);
    width: min(12.5vw, 240px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--history-middle .block__subimage {
    top: 96vw;
    right: 5.3333333333vw;
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--history-middle .block__detail {
    width: 66.1333333333vw;
    min-height: 45.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--history-last {
    background-image: url("../image/page/position/bg_history.webp");
    background-size: auto min(13.0208333333vw, 250px);
    background-position: right top;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(6.25vw, 120px);
    padding-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--history-last {
    background-image: url("../image/page/position/bg_history.webp");
    background-size: auto 33.3333333333vw;
    background-position: -120% 50.6666666667vw;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--history-last .block__image {
    width: min(41.6666666667vw, 800px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--history-last .block__image {
    width: 81.3333333333vw;
  }
}
body#position .chapter .block__detail--history-last p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--commercial-first {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: center;
    gap: min(5.2083333333vw, 100px);
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--commercial-first .block__detail {
    padding: 0 2.6666666667vw;
    margin-top: 0;
  }
}
body#position .chapter .block--commercial-first .block__images {
  position: relative;
  display: block;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--commercial-first .block__images {
    width: min(32.2916666667vw, 620px);
    height: min(22.9166666667vw, 440px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--commercial-first .block__images {
    height: 58.6666666667vw;
    margin-top: 7.3333333333vw;
  }
}
body#position .chapter .block--commercial-first .block__images img {
  position: absolute;
}
body#position .chapter .block--commercial-first .block__images img:first-of-type {
  top: 0;
  aspect-ratio: 334/368;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--commercial-first .block__images img:first-of-type {
    left: min(3.125vw, 60px);
    width: min(17.3958333333vw, 334px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--commercial-first .block__images img:first-of-type {
    left: 7.4666666667vw;
    width: 44.5333333333vw;
  }
}
body#position .chapter .block--commercial-first .block__images img:nth-of-type(2) {
  aspect-ratio: 266/246;
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--commercial-first .block__images img:nth-of-type(2) {
    top: min(7.34375vw, 141px);
    left: min(17.2395833333vw, 331px);
    width: min(13.8541666667vw, 266px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter .block--commercial-first .block__images img:nth-of-type(2) {
    top: 18.8vw;
    left: 44.1333333333vw;
    width: 35.4666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter .block--commercial-last {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    justify-content: center;
    gap: min(5.2083333333vw, 100px);
    padding-bottom: min(6.25vw, 120px);
  }
  body#position .chapter .block--commercial-last .block__image {
    width: min(32.2916666667vw, 620px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--nowadays .chapter__title {
    top: 13.3333333333vw;
    left: 10.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--nowadays .block:nth-of-type(2) .block__images {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--history .chapter__title {
    top: 12.8vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--history .chapter__title span:nth-of-type(2) {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--history .block:first-of-type {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(7.8125vw, 150px);
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--history .block:first-of-type {
    background-image: url("../image/page/position/bg_history.webp");
    background-size: auto 33.3333333333vw;
    background-position: right top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--history .block:first-of-type .block__image {
    width: min(32.2916666667vw, 620px);
    margin-right: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--history .block:first-of-type .block__image {
    width: 77.3333333333vw;
    aspect-ratio: 580/400;
  }
}
body#position .chapter--history .block:first-of-type .block__subimage {
  aspect-ratio: 200/500;
}
@media screen and (min-width: 851px) {
  body#position .chapter--history .block:first-of-type .block__subimage {
    top: 0;
    left: min(44.2708333333vw, 850px);
    width: min(8.90625vw, 171px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--history .block:first-of-type .block__subimage {
    top: 54.6666666667vw;
    right: 5.3333333333vw;
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--history .block:first-of-type .block__detail {
    width: 60vw;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--history .block:last-of-type {
    padding-bottom: 13.3333333333vw;
  }
}
body#position .chapter--history .block:last-of-type .block__image {
  aspect-ratio: 610/400;
}
@media screen and (max-width: 850px) {
  body#position .chapter--commercial .block:last-of-type {
    padding-top: 0;
    padding-bottom: 16vw;
  }
}
body#position .chapter--commercial .block:last-of-type .block__image {
  aspect-ratio: 670/430;
}
@media screen and (max-width: 850px) {
  body#position .chapter--commercial .block:last-of-type .block__detail {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--residence .chapter__visual {
    aspect-ratio: 1760/1080;
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--residence .block:first-of-type .block__image {
    position: relative;
    width: min(75vw, 1440px);
    margin: 0 auto min(6.25vw, 120px);
  }
  body#position .chapter--residence .block:first-of-type .block__image::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: min(10.4166666667vw, 200px);
    left: max(-12.5vw, -240px);
    background-color: #EBE7DF;
    width: min(77.6041666667vw, 1490px);
    height: min(40.625vw, 780px);
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--residence .block:first-of-type .block__wrapper {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    gap: min(5.2083333333vw, 100px);
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--residence .block:first-of-type .block__subimage {
    position: static;
    width: min(35.4166666667vw, 680px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--residence .block:first-of-type .block__subimage {
    top: 77.3333333333vw;
    right: 5.3333333333vw;
    width: 48vw;
    aspect-ratio: 360/250;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--residence .block:first-of-type .block__detail {
    width: 59.7333333333vw;
    min-height: 47.3333333333vw;
    margin-top: 0;
  }
}
body#position .chapter--residence .block:first-of-type .block__detail p {
  margin-top: 0;
}
@media screen and (min-width: 851px) {
  body#position .chapter--residence .block:last-of-type .block__image {
    width: min(75vw, 1440px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--residence .block:last-of-type .block__wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(7.8125vw, 150px);
  }
}
@media screen and (min-width: 851px) {
  body#position .chapter--residence .block:last-of-type .block__subimage {
    position: static;
    width: min(21.3541666667vw, 410px);
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--residence .block:last-of-type .block__subimage {
    top: 80vw;
    right: 5.3333333333vw;
    width: 28vw;
    aspect-ratio: 210/210;
  }
}
@media screen and (max-width: 850px) {
  body#position .chapter--residence .block:last-of-type .block__detail {
    width: 62.2666666667vw;
    min-height: 44vw;
  }
}

body#location section {
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#location .page-visual {
    padding-top: 7.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .page-visual__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
body#location .page-visual__lead h3,
body#location .page-visual__lead p {
  text-align: center;
}
body#location .page-visual__lead h3 {
  padding-left: 0.5em;
}
@media screen and (max-width: 850px) {
  body#location .page-visual__lead p {
    font-size: 3.2vw;
  }
}
body#location .compare {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#location .compare {
    margin-top: min(13.0208333333vw, 250px);
  }
}
@media screen and (max-width: 850px) {
  body#location .compare {
    margin-top: 16vw;
  }
}
body#location .compare__title {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F4F2EE;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 851px) {
  body#location .compare__title {
    padding: min(3.125vw, 60px) min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#location .compare__title {
    padding: 5.3333333333vw;
  }
}
body#location .compare__title p {
  display: inline-flex;
  align-items: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#location .compare__title p {
    font-size: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#location .compare__title p {
    font-size: 6.9333333333vw;
  }
}
body#location .compare__title p .cross {
  background-image: url("../image/page/location/icon_cross.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 851px) {
  body#location .compare__title p .cross {
    width: min(1.1979166667vw, 23px);
    margin: 0 min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#location .compare__title p .cross {
    width: 2.4vw;
    margin: 0 4vw 0 3.3333333333vw;
  }
}
body#location .compare .carousel {
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}
body#location .compare .carousel.is-dragging {
  cursor: grabbing;
}
body#location .compare .carousel__track {
  gap: 0;
  padding-right: 0;
  will-change: transform;
}
@media screen and (min-width: 851px) {
  body#location .compare .carousel__track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
}
body#location .compare .carousel figure {
  flex: 0 0 auto;
  width: auto;
  aspect-ratio: auto;
}
@media screen and (min-width: 851px) {
  body#location .compare .carousel figure {
    height: min(31.25vw, 600px);
  }
}
@media screen and (max-width: 850px) {
  body#location .compare .carousel figure {
    height: 106.6666666667vw;
  }
}
body#location .compare .carousel figure img {
  width: auto;
  max-width: none;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 851px) {
  body#location .compare .carousel figure + figure {
    margin-left: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#location .compare .carousel figure + figure {
    margin-left: 2.6666666667vw;
  }
}
body#location .compare .carousel .caption {
  display: block;
  width: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 851px) {
  body#location .compare .carousel .caption {
    padding-right: min(0.5208333333vw, 10px);
  }
}
body#location .style {
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .style {
    padding: min(4.1666666667vw, 80px) 0;
    margin-top: min(0.5208333333vw, 10px);
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style {
    padding: 10.6666666667vw 0 8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
body#location .style__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  padding-left: 0.5em;
}
@media screen and (min-width: 851px) {
  body#location .style__title {
    font-size: min(1.875vw, 36px);
    margin-bottom: min(3.3854166667vw, 65px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style__title {
    font-size: 5.6vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .style__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: min(1.0416666667vw, 20px);
    width: calc(min(27.0833333333vw, 520px) * 3 + min(3.125vw, 60px));
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#location .style__list {
    margin-top: 1.0666666667vw;
  }
}
body#location .style__item {
  border-bottom: 1px solid rgba(59, 59, 59, 0.3);
  background-color: #F4F2EE;
}
body#location .style__item:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 851px) {
  body#location .style__item {
    border-bottom: none;
    width: min(27.0833333333vw, 520px);
    height: min(7.8125vw, 150px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style__item {
    border-bottom-width: 0.1333333333vw;
    height: 26.6666666667vw;
  }
}
body#location .style__item + .style__item {
  margin-top: 0;
}
body#location .style__item a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 851px) {
  body#location .style__item a {
    gap: min(1.0416666667vw, 20px);
    padding-left: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style__item a {
    gap: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
body#location .style__item a::after {
  content: "";
  position: absolute;
  background-color: #AC977D;
  background-image: url("../image/common/icon_arrow-down-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 851px) {
  body#location .style__item a::after {
    top: 50%;
    right: min(1.0416666667vw, 20px);
    transform: translateY(-50%);
    border-radius: min(0.078125vw, 1.5px);
    width: min(1.9791666667vw, 38px);
    height: min(1.9791666667vw, 38px);
    background-size: min(0.5729166667vw, 11px) min(0.2604166667vw, 5px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style__item a::after {
    top: 50%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
    border-radius: 0.2666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background-size: 1.8666666667vw 0.8vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .style__image {
    width: min(7.03125vw, 135px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style__image {
    width: 24vw;
  }
}
body#location .style__detail .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#location .style__detail .en {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style__detail .en {
    font-size: 3.2vw;
  }
}
body#location .style__detail p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 851px) {
  body#location .style__detail p {
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#location .style__detail p {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
body#location .section {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#location .section + .section {
    margin-top: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section + .section {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .section {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#location .section {
    padding: 0 5.3333333333vw;
    margin-top: 0;
  }
}
body#location .section__label {
  z-index: 1;
  position: absolute;
  top: 0;
  background-color: #3B3B3B;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #EBE7DF;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#location .section__label {
    left: 0;
    font-size: min(0.9375vw, 18px);
    padding: min(0.78125vw, 15px) min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section__label {
    left: 5.3333333333vw;
    font-size: 3.2vw;
    padding: 2vw 1.3333333333vw;
  }
}
body#location .section__content {
  border-top: 1px solid #3B3B3B;
  border-left: 1px solid #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#location .section__content {
    border-top-width: min(0.0520833333vw, 1px);
    border-left-width: min(0.0520833333vw, 1px);
    padding: min(4.1666666667vw, 80px) 0 0 min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section__content {
    border-top-width: 0.1333333333vw;
    border-left-width: 0.1333333333vw;
    padding: 9.3333333333vw 0 0 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .section__content .grid-wrapper {
    display: grid;
  }
}
@media screen and (min-width: 851px) {
  body#location .section__content .grid-wrapper--shopping {
    border-bottom: min(0.0520833333vw, 1px) dashed #3B3B3B;
    grid-template-columns: min(40.625vw, 780px) auto;
    gap: min(1.0416666667vw, 20px);
    padding-bottom: min(2.6041666667vw, 50px);
    margin-bottom: min(2.6041666667vw, 50px);
  }
  body#location .section__content .grid-wrapper--shopping .shop {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  body#location .section__content .grid-wrapper--shopping .feature-block {
    align-self: start;
  }
}
@media screen and (max-width: 850px) {
  body#location .section__content .grid-wrapper--shopping {
    border-bottom: 0.1333333333vw dashed #3B3B3B;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .section__content .grid-wrapper--shopping-sub {
    grid-template-columns: min(40.625vw, 780px) auto;
    -moz-column-gap: min(1.0416666667vw, 20px);
         column-gap: min(1.0416666667vw, 20px);
  }
  body#location .section__content .grid-wrapper--shopping-sub .section__description {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  body#location .section__content .grid-wrapper--shopping-sub .map {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 851px) {
  body#location .section__content .grid-wrapper--shopping-second {
    border-bottom: min(0.0520833333vw, 1px) dashed #3B3B3B;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: min(1.0416666667vw, 20px);
         column-gap: min(1.0416666667vw, 20px);
    padding-bottom: min(1.5625vw, 30px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (min-width: 851px) {
  body#location .section__content .grid-wrapper--shopping-second .feature {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 851px) {
  body#location .section__content .grid-wrapper--shopping-second .shop--compact {
    padding-top: min(2.0833333333vw, 40px);
  }
  body#location .section__content .grid-wrapper--shopping-second .shop--compact:first-of-type {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
body#location .section__heading {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#location .section__heading {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section__heading {
    font-size: 3.7333333333vw;
  }
}
body#location .section__heading--center {
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#location .section__heading--center {
    margin-top: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section__heading--center {
    margin: 2vw 0 4.6666666667vw;
  }
}
body#location .section__description {
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .section__description {
    padding: min(1.5625vw, 30px) min(2.0833333333vw, 40px) min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section__description {
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .section__description .section__heading {
    margin-bottom: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section__description .section__heading {
    margin-bottom: 4vw;
  }
}
body#location .section__description p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#location .section__description p {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#location .section__description p {
    font-size: 2.9333333333vw;
  }
}
body#location .feature {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 851px) {
  body#location .feature {
    margin-bottom: min(1.5625vw, 30px);
  }
}
body#location .feature__title {
  z-index: 1;
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 851px) {
  body#location .feature__title {
    font-size: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .feature__title {
    font-size: 4vw;
  }
}
body#location .feature__title span {
  display: block;
  color: #FFFFFF;
}
@media screen and (min-width: 851px) {
  body#location .feature__title span {
    padding: min(0.5208333333vw, 10px);
  }
  body#location .feature__title span + span {
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#location .feature__title span {
    padding: 1.3333333333vw;
  }
  body#location .feature__title span + span {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--department {
    aspect-ratio: 630/760;
    margin-top: 0vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .feature--department .feature__title {
    bottom: min(1.5625vw, 30px);
    left: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--department .feature__title {
    bottom: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .feature--department-sub {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--department-sub {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .feature--mall {
    aspect-ratio: 780/410;
    margin-bottom: 0;
  }
  body#location .feature--mall img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--mall {
    aspect-ratio: 630/380;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .feature--education .caption.bottom-left {
    left: min(34.53125vw, 663px);
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--education .caption.bottom-left {
    bottom: 50.6666666667vw;
    left: auto;
    right: 0;
  }
}
body#location .feature--gourmet .caption.bottom-left {
  left: auto;
}
@media screen and (min-width: 851px) {
  body#location .feature--gourmet .caption.bottom-left {
    right: 50%;
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--gourmet .caption.bottom-left {
    bottom: 50.6666666667vw;
    right: 0;
  }
}
body#location .feature:has(.feature__title)::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, transparent 60%, rgba(59, 59, 59, 0.4) 90%);
  background-size: cover;
  width: 100%;
  height: 100%;
}
body#location .feature:has(.feature__title) .caption {
  z-index: 1;
}
body#location .caption.has-bg {
  background-color: transparent;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
body#location .shop {
  position: relative;
  border: 1px solid rgba(203, 180, 151, 0.5);
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .shop {
    padding: min(1.3020833333vw, 25px) min(2.0833333333vw, 40px) min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#location .shop {
    min-height: 87.2vw;
    padding: 10.5333333333vw 4vw 1.4666666667vw 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
}
body#location .shop__heading {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CBB497;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#location .shop__heading {
    font-size: min(1.0416666667vw, 20px);
    padding: min(0.78125vw, 15px) min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#location .shop__heading {
    font-size: 3.2vw;
    padding: 1.6vw 2.6666666667vw;
  }
}
body#location .shop__guide {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#location .shop__list {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  body#location .shop__list {
    margin-top: 4vw;
  }
}
body#location .shop__list > span {
  border-bottom: 1px solid #CBB497;
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#location .shop__list > span {
    border-bottom-width: min(0.0520833333vw, 1px);
    font-size: min(1.5625vw, 30px);
    padding-bottom: min(0.5208333333vw, 10px);
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#location .shop__list > span {
    border-bottom-width: 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
body#location .shop__list p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.6;
}
@media screen and (min-width: 851px) {
  body#location .shop__list p {
    font-size: min(0.9375vw, 18px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#location .shop__list p {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .shop__list p.sp {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#location .shop__list p.pc {
    display: none;
  }
}
body#location .card-list {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (min-width: 851px) {
  body#location .card-list {
    gap: min(1.0416666667vw, 20px);
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#location .card-list {
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}
body#location .card {
  width: 100%;
}
body#location .card__visual {
  position: relative;
}
body#location .map {
  text-align: center;
}
@media screen and (max-width: 850px) {
  body#location .map {
    padding-bottom: 0;
    margin-top: 6.5333333333vw;
  }
}
body#location .map > p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#location .map > p {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#location .map > p {
    font-size: 2.9333333333vw;
    line-height: 1.18;
  }
}
body#location .map h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.15em;
  color: #EBE7DF;
  background-color: #A48864;
}
@media screen and (min-width: 851px) {
  body#location .map h2 {
    font-size: min(1.4583333333vw, 28px);
    line-height: 1;
    padding: min(1.0416666667vw, 20px) 0;
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#location .map h2 {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
body#location .map__visual {
  position: relative;
  border: 2px solid #A48864;
  width: 100%;
  aspect-ratio: 630/576;
}
@media screen and (min-width: 851px) {
  body#location .map__visual {
    border-width: min(0.1041666667vw, 2px);
  }
}
@media screen and (max-width: 850px) {
  body#location .map__visual {
    border-width: 0.2666666667vw;
  }
}
body#location .map__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#location .map__button {
  cursor: pointer;
  position: absolute;
  background-image: url("../image/page/location/icon_open-map.svg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 851px) {
  body#location .map__button {
    top: min(0.78125vw, 15px);
    right: min(0.8854166667vw, 17px);
    width: min(3.6458333333vw, 70px);
  }
}
@media screen and (max-width: 850px) {
  body#location .map__button {
    top: 2vw;
    right: 2.2666666667vw;
    width: 9.4666666667vw;
  }
}
body#location .map__modal {
  position: fixed;
  inset: 0;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  overflow: visible;
}
body#location .map__modal[open] {
  display: grid;
  place-items: center;
}
body#location .map__modal::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
body#location .map__modal-inner {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  position: relative;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .map__modal-inner {
    width: min(72.9166666667vw, 1400px);
    height: calc(100% - min(5.2083333333vw, 100px));
  }
}
@media screen and (max-width: 850px) {
  body#location .map__modal-inner {
    width: calc(100% - 10.6666666667vw);
    height: calc(100% - 16vw);
  }
}
body#location .map__modal-title {
  z-index: 1;
  position: sticky;
  top: 0;
  text-align: center;
  background-color: #EBE7DF;
}
body#location .map__modal-title h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #EBE7DF;
  background-color: #A48864;
  margin-top: 0;
}
@media screen and (min-width: 851px) {
  body#location .map__modal-title h2 {
    font-size: min(1.4583333333vw, 28px);
    padding: min(1.0416666667vw, 20px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#location .map__modal-title h2 {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0;
  }
}
body#location .map__modal-image {
  display: block;
  width: 100%;
  height: auto;
}
body#location .map__modal-close {
  cursor: pointer;
  z-index: 1;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #AC977D;
  border-radius: 10px;
  background-color: #F4F2EE;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#location .map__modal-close {
    top: min(7.2916666667vw, 140px);
    right: min(16.6666666667vw, 320px);
    border-radius: min(0.5208333333vw, 10px);
    gap: min(0.5208333333vw, 10px);
    width: min(3.125vw, 60px);
    height: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#location .map__modal-close {
    top: 10vw;
    right: 8vw;
    border-radius: 1.3333333333vw;
    gap: 1.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .map__modal-close img {
    width: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#location .map__modal-close img {
    width: 3.2vw;
  }
}
body#location .map__modal-close span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 851px) {
  body#location .map__modal-close span {
    font-size: min(0.7291666667vw, 14px);
  }
}
@media screen and (max-width: 850px) {
  body#location .map__modal-close span {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .section--education .tab-list {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#location .section--education .tab-list {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#location .section--education .carousel {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .section--culture .tab-list {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#location .section--culture .tab-list {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#location .section--culture .carousel {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#location .section--culture .carousel__controls {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--station-sub {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--gourmet {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--education-sub {
    margin-top: 0;
  }
}
@media screen and (min-width: 851px) {
  body#location .feature--station .feature__title, body#location .feature--gourmet .feature__title, body#location .feature--culture .feature__title, body#location .feature--education .feature__title {
    bottom: min(1.5625vw, 30px);
    left: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .feature--station .feature__title, body#location .feature--gourmet .feature__title, body#location .feature--culture .feature__title, body#location .feature--education .feature__title {
    bottom: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
body#location .shop--compact {
  min-height: 0;
}
@media screen and (max-width: 850px) {
  body#location .shop--compact {
    padding: 4vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 851px) {
  body#location .shop--compact .shop__list {
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .shop--compact .shop__list {
    margin-top: 3.7333333333vw;
  }
}
body#location .card-list--shopping {
  display: grid;
}
@media screen and (min-width: 851px) {
  body#location .card-list--shopping {
    grid-template-columns: repeat(4, 1fr);
    gap: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#location .card-list--shopping {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
body#location .card-list--shopping .card {
  width: 100%;
}
body#location .card-list--shopping .card figcaption {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.15em;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#location .card-list--shopping .card figcaption {
    font-size: min(1.25vw, 24px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#location .card-list--shopping .card figcaption {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
body#location .gourmet {
  position: relative;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .gourmet {
    display: flex;
    flex-flow: column nowrap;
    gap: min(2.0833333333vw, 40px);
    padding: min(2.6041666667vw, 50px) min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet {
    padding: 8.6666666667vw 5.3333333333vw 7.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .gourmet + .gourmet {
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet + .gourmet {
    margin-top: 5.3333333333vw;
  }
}
body#location .gourmet__text > span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #AC977D;
}
body#location .gourmet__text > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #AC977D;
  width: 100%;
  height: 1px;
}
@media screen and (min-width: 851px) {
  body#location .gourmet__text > span::after {
    bottom: max(-0.5208333333vw, -10px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet__text > span::after {
    bottom: -1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#location .gourmet__text > span {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet__text > span {
    font-size: 2.4vw;
  }
}
body#location .gourmet__text h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 851px) {
  body#location .gourmet__text h2 {
    font-size: min(1.875vw, 36px);
    white-space: nowrap;
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet__text h2 {
    font-size: 4vw;
    white-space: nowrap;
    margin-top: 5.6vw;
  }
}
body#location .gourmet__text > p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#location .gourmet__text > p {
    font-size: min(1.1458333333vw, 22px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet__text > p {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
body#location .gourmet__wrapper {
  display: grid;
}
@media screen and (min-width: 851px) {
  body#location .gourmet__wrapper {
    flex: 0 0 auto;
    grid-template-columns: repeat(4, 1fr);
    align-content: start;
    -moz-column-gap: min(1.0416666667vw, 20px);
         column-gap: min(1.0416666667vw, 20px);
    row-gap: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet__wrapper {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    row-gap: 4.9333333333vw;
    margin-top: 6vw;
  }
}
body#location .gourmet__visual {
  position: relative;
}
body#location .gourmet__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#location .gourmet__card figcaption {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#location .gourmet__card figcaption {
    font-size: min(1.1458333333vw, 22px);
    margin-top: min(0.625vw, 12px);
  }
}
@media screen and (max-width: 850px) {
  body#location .gourmet__card figcaption {
    font-size: 3.4666666667vw;
    margin-top: 1.6vw;
  }
}
body#location .tab-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 850px) {
  body#location .tab-list {
    gap: 1.8666666667vw;
    margin-top: 3.3333333333vw;
  }
}
body#location .tab-list span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
}
@media screen and (max-width: 850px) {
  body#location .tab-list span {
    font-size: 2.6666666667vw;
  }
}
body#location .tab-list--culture {
  justify-content: center;
}
body#location .carousel {
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#location .carousel {
    overflow-x: auto;
    scrollbar-width: none;
    margin-top: 4vw;
  }
  body#location .carousel::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 851px) {
  body#location .carousel__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#location .carousel__track {
    display: flex;
    flex-flow: row nowrap;
    gap: 2.6666666667vw;
    width: -moz-max-content;
    width: max-content;
    padding-right: calc(100% - 53.3333333333vw);
  }
}
body#location .carousel figure {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#location .carousel figure {
    width: 100%;
  }
  body#location .carousel figure img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  body#location .carousel figure {
    width: 53.3333333333vw;
  }
}
body#location .carousel__visual {
  position: relative;
}
body#location .carousel figcaption {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#location .carousel figcaption {
    font-size: min(1.5625vw, 30px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .carousel figcaption {
    font-size: 4vw;
    margin-top: 3.8666666667vw;
  }
}
body#location .carousel__controls {
  display: none;
}
@media screen and (max-width: 850px) {
  body#location .carousel__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
body#location .carousel__controls button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
body#location .carousel__controls .carousel__dots {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
body#location .carousel__controls .carousel__dots button {
  border-radius: 50%;
  background-color: #3B3B3B;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
}
body#location .carousel__controls .carousel__dots button[aria-current=true] {
  background-color: #AC977D;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
}
body#location .carousel__controls .carousel__arrows {
  display: flex;
  justify-content: space-between;
  width: 12.8vw;
  padding-left: 1.0666666667vw;
}
body#location .carousel__controls .carousel__arrows button {
  position: relative;
  width: 1.0666666667vw;
  height: 2.1333333333vw;
}
body#location .carousel__controls .carousel__arrows button::before {
  content: "";
  position: absolute;
  top: 0.5333333333vw;
  border-top: 1px solid #3B3B3B;
  border-right: 1px solid #3B3B3B;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
}
body#location .carousel__controls .carousel__arrows button.is-prev::before {
  left: 0;
  transform: rotate(-135deg);
}
body#location .carousel__controls .carousel__arrows button.is-next::before {
  right: 0;
  transform: rotate(45deg);
}
body#location .life {
  background-color: #9A8C7B;
}
@media screen and (min-width: 851px) {
  body#location .life {
    padding: min(4.1666666667vw, 80px) min(3.125vw, 60px) min(3.125vw, 60px);
    margin-top: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life {
    padding: 10.6666666667vw 8vw 8vw;
    margin-top: 11.3333333333vw;
  }
}
body#location .life__title {
  color: #EBE7DF;
  text-align: center;
}
body#location .life__title span {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
}
@media screen and (min-width: 851px) {
  body#location .life__title span {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__title span {
    font-size: 3.2vw;
  }
}
body#location .life__title h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#location .life__title h2 {
    font-size: min(2.1875vw, 42px);
    margin-top: min(1.3020833333vw, 25px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__title h2 {
    font-size: 5.6vw;
    margin-top: 3.3333333333vw;
  }
}
body#location .life__categories {
  display: grid;
}
@media screen and (min-width: 851px) {
  body#location .life__categories {
    grid-template-columns: repeat(6, 1fr);
    gap: min(0.5208333333vw, 10px);
    width: min(83.3333333333vw, 1600px);
    margin: min(2.0833333333vw, 40px) auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#location .life__categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
    margin-top: 8vw;
  }
}
body#location .life__categories button {
  cursor: pointer;
  background-color: #AC977D;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .life__categories button {
    height: min(4.1666666667vw, 80px);
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__categories button {
    height: 10.6666666667vw;
    font-size: 4vw;
  }
}
body#location .life__categories button.current {
  background-color: #EBE7DF;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#location .life__wrapper {
    display: grid;
    grid-template-columns: auto min(32.2916666667vw, 620px);
    -moz-column-gap: min(1.0416666667vw, 20px);
         column-gap: min(1.0416666667vw, 20px);
    width: min(83.3333333333vw, 1600px);
    margin: min(1.0416666667vw, 20px) auto 0;
  }
}
body#location .life__map {
  position: relative;
  border: 1px solid #AC977D;
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#location .life__map {
    border-width: min(0.0520833333vw, 1px);
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 850px) {
  body#location .life__map {
    border-width: 0.1333333333vw;
    aspect-ratio: 1/1;
    margin-top: 2.6666666667vw;
  }
}
body#location .life__map > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#location .life__map.is-map-ready > img {
  display: none;
}
body#location .life__list {
  counter-reset: life;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #AC977D;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .life__list {
    border-width: min(0.0520833333vw, 1px);
    height: min(50vw, 960px);
    padding: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__list {
    border-width: 0.1333333333vw;
    height: 61.3333333333vw;
    padding: 6.6666666667vw;
  }
}
body#location .life__list li {
  counter-increment: life;
  position: relative;
  border-bottom: 1px solid rgba(59, 59, 59, 0.3);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 0;
}
@media screen and (min-width: 851px) {
  body#location .life__list li {
    padding-left: min(3.125vw, 60px);
    padding-bottom: min(1.5625vw, 30px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__list li {
    padding-left: 8vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
body#location .life__list li::before {
  content: counter(life);
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: #AC977D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 0.8;
  color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#location .life__list li::before {
    transform: translateY(calc(-50% - min(0.78125vw, 15px)));
    width: min(2.0833333333vw, 40px);
    height: min(2.0833333333vw, 40px);
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__list li::before {
    transform: translateY(calc(-50% - 2vw));
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
body#location .life__list li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
body#location .life__list li b {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#location .life__list li b {
    font-size: min(1.1458333333vw, 22px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__list li b {
    font-size: 3.7333333333vw;
  }
}
body#location .life__list li span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #CBB497;
}
@media screen and (min-width: 851px) {
  body#location .life__list li span {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#location .life__list li span {
    font-size: 2.6666666667vw;
  }
}

body#access .train__brown {
  background-color: #81796E;
  color: #F4F2EE;
}
body#access .train__brown .caption {
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#access .train__brown {
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#access .train__brown {
    padding: 10.6666666667vw 0 16vw;
    margin-top: 10.6666666667vw;
  }
}
body#access .page-visual__visual {
  width: min(83.3333333333vw, 1600px);
  margin: 0 auto min(6.25vw, 120px);
}
@media screen and (max-width: 850px) {
  body#access .page-visual__title {
    padding: 0;
  }
}
body#access .page-visual h2 {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 850px) {
  body#access .page-visual h2 {
    font-size: 5.7333333333vw;
  }
}
body#access .page-visual h2 .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 0;
  letter-spacing: 0.2em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#access .page-visual h2 .num {
    font-size: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#access .page-visual h2 .num {
    font-size: 9.8666666667vw;
  }
}
body#access .page-visual h2 .text-accent {
  color: #AC977D;
}
body#access .access-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 851px) {
  body#access .access-nav {
    gap: min(2.0833333333vw, 40px);
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#access .access-nav {
    gap: 1.3333333333vw;
    width: 90.6666666667vw;
    margin: 9.0666666667vw auto 0;
  }
}
body#access .access-nav__item {
  border: 1px solid #AC977D;
  background-color: #F4F2EE;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#access .access-nav__item {
    gap: min(1.0416666667vw, 20px);
    font-size: min(1.6666666667vw, 32px);
    padding: min(1.0416666667vw, 20px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#access .access-nav__item {
    gap: 1.8666666667vw;
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
}
body#access .access-nav__item::after {
  content: "";
  background-image: url("../image/common/icon_arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 222/121;
}
@media screen and (min-width: 851px) {
  body#access .access-nav__item::after {
    width: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#access .access-nav__item::after {
    width: 2.6666666667vw;
  }
}
body#access .access-nav__item.is-active {
  background-color: #AC977D;
  color: #F4F2EE;
}
body#access .access-nav__item.is-active::after {
  background-image: url("../image/common/icon_arrow-down-w.svg");
  aspect-ratio: 15/7;
}
body#access section {
  width: 100%;
}
body#access section .section-title h2 {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#access section .section-title h2 {
    font-size: min(3.0208333333vw, 58px);
    margin: min(3.125vw, 60px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#access section .section-title h2 {
    font-size: 6.6666666667vw;
    margin: 8.5333333333vw 0 8vw;
  }
}
body#access .time-list {
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#access .time-list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: min(1.5625vw, 30px);
  }
}
body#access .time-list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#access .time-list li {
    gap: min(0.5208333333vw, 10px);
    width: 100%;
    font-size: min(1.3541666667vw, 26px);
  }
}
@media screen and (max-width: 850px) {
  body#access .time-list li {
    gap: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#access .time-list li + li {
    margin-top: 3.7333333333vw;
  }
}
body#access .time-list li > * {
  flex: 0 0 auto;
  white-space: nowrap;
}
body#access .time-list li strong {
  font-weight: 400;
  white-space: nowrap;
}
body#access .time-list li strong .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 851px) {
  body#access .time-list li strong .num {
    font-size: min(2.3958333333vw, 46px);
    margin-right: 0.15em;
  }
}
@media screen and (max-width: 850px) {
  body#access .time-list li strong .num {
    font-size: 6.1333333333vw;
  }
}
body#access .time-list li small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
  body#access .time-list li small {
    font-size: 2.6666666667vw;
    margin-left: -0.5em;
  }
}
body#access .time-list.is-leader li span:first-child + strong {
  margin-left: 0;
}
body#access .time-list.is-leader li strong {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: baseline;
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}
body#access .time-list.is-leader li span:first-child::after {
  content: "";
  border-bottom: 1px dashed currentColor;
  flex: 1 1 auto;
  opacity: 0.5;
}
body#access .time-list.is-leader li span:first-child {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1 1 auto;
}
@media screen and (max-width: 850px) {
  body#access .time-list.is-leader li span:first-child {
    gap: 2.6666666667vw;
  }
}
body#access .time-list.is-leader li .num {
  color: #CBB497;
}
body#access .feature__label {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#access .feature__label {
    font-size: min(1.9791666667vw, 38px);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__label {
    font-size: 4.5333333333vw;
  }
}
body#access .feature__label::after {
  content: "";
  background-color: currentColor;
  display: block;
  height: 1px;
}
@media screen and (min-width: 851px) {
  body#access .feature__label::after {
    width: min(4.1666666667vw, 80px);
    margin-top: min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__label::after {
    width: 5.3333333333vw;
    margin-top: 2.4vw;
  }
}
body#access .feature__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#access .feature__title {
    font-size: min(1.6666666667vw, 32px);
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__title {
    font-size: 4.5333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .feature__wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: min(5.2083333333vw, 100px);
    width: min(83.3333333333vw, 1600px);
    margin: min(3.125vw, 60px) auto min(2.0833333333vw, 40px);
  }
}
body#access .feature__visual {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#access .feature__visual {
    flex-shrink: 0;
    width: min(41.6666666667vw, 800px);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__visual {
    width: 84vw;
    margin: 8vw auto 0;
  }
}
body#access .feature__visual picture {
  position: relative;
  display: block;
}
body#access .feature__visual img {
  display: block;
  width: 100%;
  max-width: none;
}
body#access .feature__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .feature__body {
    font-size: min(0.9375vw, 18px);
    padding-top: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__body {
    font-size: 2.9333333333vw;
    padding: 0 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__body + .note {
    margin: 4vw 5.3333333333vw 10.6666666667vw;
  }
}
body#access .feature__diagram {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#access .feature__diagram {
    width: min(20.8333333333vw, 400px);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__diagram {
    width: 55.3333333333vw;
    margin: 8vw auto 0;
  }
}
body#access .feature__diagram img {
  display: block;
  width: 100%;
  max-width: none;
}
body#access .feature__fare {
  background-color: rgba(59, 59, 59, 0.15);
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#access .feature__fare {
    font-size: min(1.6666666667vw, 32px);
    padding: min(1.0416666667vw, 20px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__fare {
    font-size: 4.5333333333vw;
    padding: 2.6666666667vw 0;
    margin: 8vw 5.3333333333vw 0;
  }
}
body#access .feature__fare .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.03em;
  color: #CBB497;
}
@media screen and (min-width: 851px) {
  body#access .feature__fare .num {
    font-size: min(2.3958333333vw, 46px);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__fare .num {
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .feature__panel {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
    box-shadow: 0 0 1.5rem 0.4rem rgba(59, 59, 59, 0.4);
  }
}
@media screen and (max-width: 850px) {
  body#access .feature__panel {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
    box-shadow: 0 0 1rem 0.2rem rgba(59, 59, 59, 0.4);
  }
}
body#access .feature__panel img {
  display: block;
  width: 100%;
  max-width: none;
}
body#access .note {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .note {
    font-size: max(10px, min(0.625vw, 12px));
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#access .note {
    font-size: max(10px, 2.4vw);
    margin-top: 4vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .train__wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: min(4.1666666667vw, 80px);
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (min-width: 851px) {
  body#access .train__map {
    width: min(41.6666666667vw, 800px);
  }
}
@media screen and (max-width: 850px) {
  body#access .train__map {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
body#access .train__map img {
  display: block;
  width: 100%;
  max-width: none;
}
body#access .train__lead {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .train__lead {
    font-size: min(1.0416666667vw, 20px);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 850px) {
  body#access .train__lead {
    font-size: 2.9333333333vw;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding: 0 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
body#access .city-list {
  display: grid;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#access .city-list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: min(2.0833333333vw, 40px);
         column-gap: min(2.0833333333vw, 40px);
    width: min(75vw, 1440px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#access .city-list {
    grid-template-columns: 1fr 1fr;
    gap: 5.3333333333vw 4vw;
    width: 89.3333333333vw;
    margin: 12vw auto 0;
  }
}
body#access .city-list .city {
  position: relative;
  overflow: hidden;
}
body#access .city-list .city__image {
  width: 100%;
  height: 100%;
}
body#access .city-list .city__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#access .city-list .city__name {
  position: absolute;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#access .city-list .city__name {
    top: min(1.3020833333vw, 25px);
    left: min(1.0416666667vw, 20px);
    font-size: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#access .city-list .city__name {
    top: 3.3333333333vw;
    left: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
body#access .city-list .city__time {
  position: absolute;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#access .city-list .city__time {
    right: min(1.0416666667vw, 20px);
    bottom: min(1.0416666667vw, 20px);
    font-size: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#access .city-list .city__time {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .city-list .city__time .num {
    font-size: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#access .city-list .city__time .num {
    font-size: 8vw;
  }
}
body#access .direct {
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#access .direct {
    display: grid;
    grid-template-columns: auto min(33.8541666667vw, 650px);
    -moz-column-gap: min(6.25vw, 120px);
         column-gap: min(6.25vw, 120px);
    padding: min(5.2083333333vw, 100px) min(8.3333333333vw, 160px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#access .direct {
    margin-bottom: 11.3333333333vw;
  }
}
body#access .direct__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 851px) {
  body#access .direct__title {
    grid-column: 1/2;
    font-size: min(1.6666666667vw, 32px);
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__title {
    font-size: 4.5333333333vw;
    padding: 0 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .direct__map {
    grid-column: 2/3;
    grid-row: 1/4;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__map {
    width: 84vw;
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__map .caption {
    padding-top: 5.7333333333vw;
  }
}
body#access .direct__map img {
  display: block;
  width: 100%;
  max-width: none;
}
body#access .direct__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 851px) {
  body#access .direct__row {
    grid-column: 1/2;
    grid-row: 3/4;
    -moz-column-gap: min(1.3020833333vw, 25px);
         column-gap: min(1.3020833333vw, 25px);
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__row {
    -moz-column-gap: 3.4666666667vw;
         column-gap: 3.4666666667vw;
    width: 84vw;
    margin: 0 auto;
  }
}
body#access .direct__row .direct__group {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 851px) {
  body#access .direct__group {
    width: 100%;
    margin: min(3.125vw, 60px) 0 0;
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__group {
    width: 84vw;
    margin: 8vw auto 0;
  }
}
body#access .direct__group h4 {
  border-bottom: 1px solid #F4F2EE;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#access .direct__group h4 {
    font-size: min(1.6666666667vw, 32px);
    padding-bottom: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__group h4 {
    font-size: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}
body#access .direct__group h4 small {
  display: block;
}
@media screen and (min-width: 851px) {
  body#access .direct__group h4 small {
    font-size: min(1.25vw, 24px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__group h4 small {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .direct__group .time-list {
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__group .time-list {
    margin-top: 4vw;
  }
}
body#access .direct__group .time-list:has(li:nth-child(2)) {
  display: grid;
}
@media screen and (min-width: 851px) {
  body#access .direct__group .time-list:has(li:nth-child(2)) {
    grid-template-columns: 1fr 1fr;
    row-gap: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#access .direct__group .time-list:has(li:nth-child(2)) {
    grid-template-columns: 44vw 1fr;
    row-gap: 3.7333333333vw;
  }
}
body#access .direct__group .time-list:has(li:nth-child(2)) li + li {
  margin-top: 0;
}
body#access .from-block {
  background-color: #605344;
}
@media screen and (min-width: 851px) {
  body#access .from-block {
    width: min(83.3333333333vw, 1600px);
    padding: min(2.6041666667vw, 50px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#access .from-block {
    width: 89.3333333333vw;
    padding: 6.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
body#access .from-block__brand {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #CBB497;
}
@media screen and (min-width: 851px) {
  body#access .from-block__brand {
    font-size: min(2.34375vw, 45px);
    padding-bottom: min(1.0416666667vw, 20px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#access .from-block__brand {
    font-size: 6.2666666667vw;
    padding-bottom: 3.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
body#access .from-block__brand::after {
  content: "";
  background-color: rgba(244, 242, 238, 0.5);
  display: block;
  height: 1px;
}
@media screen and (min-width: 851px) {
  body#access .from-block__brand::after {
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#access .from-block__brand::after {
    margin-top: 3.3333333333vw;
  }
}
body#access .from-block__brand span {
  display: block;
  font-style: italic;
}
@media screen and (min-width: 851px) {
  body#access .from-block__brand span {
    font-size: min(1.3020833333vw, 25px);
  }
}
@media screen and (max-width: 850px) {
  body#access .from-block__brand span {
    font-size: 3.4666666667vw;
  }
}
body#access .from-block .time-list {
  color: #F4F2EE;
}
body#access .is-commute {
  background-color: #70675C;
}
@media screen and (min-width: 851px) {
  body#access .is-commute {
    padding: min(5.2083333333vw, 100px) min(8.3333333333vw, 160px);
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (min-width: 851px) {
  body#access .is-commute .commute-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    margin: min(3.125vw, 60px) 0 0;
  }
}
@media screen and (min-width: 851px) {
  body#access .is-commute .feature__visual {
    grid-column: 1/2;
    width: min(41.6666666667vw, 800px);
  }
}
@media screen and (max-width: 850px) {
  body#access .is-commute .feature__visual {
    width: 78.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#access .is-commute {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0;
    margin: 10.6666666667vw auto;
  }
}
@media screen and (min-width: 851px) {
  body#access .is-tj .tj-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    width: min(83.3333333333vw, 1600px);
    margin: min(3.125vw, 60px) auto;
  }
  body#access .is-tj .tj-wrapper .feature__visual {
    width: min(41.6666666667vw, 800px);
  }
  body#access .is-tj .tj-wrapper .feature__diagram {
    width: min(19.7916666667vw, 380px);
  }
  body#access .is-tj .tj-wrapper .feature__fare {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  body#access .is-tj .tj-wrapper + .note {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#access .is-tj .tj-wrapper + .note {
    padding: 0 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .is-shinkansen {
    padding-bottom: min(5.2083333333vw, 100px);
  }
}
@media screen and (min-width: 851px) {
  body#access .is-shinkansen .shinkansen-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: min(5.2083333333vw, 100px);
    width: min(83.3333333333vw, 1600px);
    margin: min(3.125vw, 60px) auto;
  }
}
body#access .start-list {
  display: flex;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#access .start-list {
    grid-column: span 2;
    grid-row: 2/3;
    flex-flow: row nowrap;
    gap: min(0.5208333333vw, 10px);
    margin-top: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    width: 78.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
}
body#access .start-list .start {
  display: grid;
}
@media screen and (min-width: 851px) {
  body#access .start-list .start {
    grid-template-columns: min(13.0208333333vw, 250px) 1fr;
    width: 100%;
    height: min(4.6875vw, 90px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start {
    grid-template-columns: 33.3333333333vw 1fr;
  }
}
body#access .start-list .start__station {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#access .start-list .start__station {
    padding: min(0.78125vw, 15px) min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start__station {
    min-height: 14.6666666667vw;
    padding: 1.6vw 1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .start-list .start__station span {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start__station span {
    font-size: 2.9333333333vw;
  }
}
body#access .start-list .start__station strong {
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#access .start-list .start__station strong {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start__station strong {
    font-size: 3.4666666667vw;
  }
}
body#access .start-list .start__count {
  background-color: #F4F2EE;
  color: #3B3B3B;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#access .start-list .start__count {
    gap: min(0.5208333333vw, 10px);
    font-size: min(1.4583333333vw, 28px);
    padding: min(1.0416666667vw, 20px) 0 min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start__count {
    gap: 1.8666666667vw;
    font-size: 4.5333333333vw;
    padding: 3.3333333333vw 4vw 1.3333333333vw;
  }
}
body#access .start-list .start__count strong {
  font-weight: 400;
}
@media screen and (min-width: 851px) {
  body#access .start-list .start__count strong {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start__count strong {
    font-size: 4.2666666667vw;
  }
}
body#access .start-list .start__count strong .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.03em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#access .start-list .start__count strong .num {
    font-size: min(2.5vw, 48px);
    margin-right: 0.1em;
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start__count strong .num {
    font-size: 8vw;
  }
}
body#access .start-list .start .note {
  grid-column: 1/-1;
  letter-spacing: 0;
  text-align: right;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#access .start-list .start .note {
    font-size: max(10px, min(0.625vw, 12px));
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#access .start-list .start .note {
    font-size: max(10px, 2.2666666667vw);
    margin-top: 1.8666666667vw;
  }
}
body#access .start-list .start.is-seibu .start__station {
  background-color: #53858E;
}
body#access .start-list .start.is-jr .start__station {
  background-color: #5F936A;
}
body#access .start-list .start.is-tobu .start__station {
  background-color: #2D4356;
}
@media screen and (min-width: 851px) {
  body#access .car {
    padding-bottom: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#access .car {
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .car__content {
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: center;
    gap: min(4.1666666667vw, 80px);
    padding: 0 min(4.1666666667vw, 80px);
    margin: min(3.125vw, 60px) 0 min(6.25vw, 120px);
  }
}
@media screen and (min-width: 851px) {
  body#access .car__map {
    flex-shrink: 0;
    width: min(52.0833333333vw, 1000px);
  }
}
@media screen and (max-width: 850px) {
  body#access .car__map {
    width: 92vw;
    margin: 0 auto;
  }
}
body#access .car__map img {
  display: block;
  width: 100%;
  max-width: none;
}
body#access .car__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#access .car__title {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#access .car__title {
    font-size: 4.5333333333vw;
    white-space: nowrap;
    padding: 0 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
body#access .car__title .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.03em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#access .car__title .num {
    font-size: min(2.7083333333vw, 52px);
    line-height: 1;
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 850px) {
  body#access .car__title .num {
    font-size: 6.1333333333vw;
  }
}
body#access .car__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .car__body {
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#access .car__body {
    font-size: 3.2vw;
    padding: 0 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
body#access .spot-list {
  display: flex;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#access .spot-list {
    flex-flow: row nowrap;
    gap: min(2.0833333333vw, 40px);
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#access .spot-list {
    background-color: #EBE7DF;
    flex-flow: column nowrap;
    gap: 10.6666666667vw;
    width: 84vw;
    padding: 5.3333333333vw 4.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
@media screen and (min-width: 851px) {
  body#access .spot-list .spot {
    background-color: #EBE7DF;
    padding: min(2.0833333333vw, 40px) min(1.5625vw, 30px);
    width: 100%;
  }
}
body#access .spot-list .spot__image {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#access .spot-list .spot__image {
    aspect-ratio: 3/2;
  }
}
body#access .spot-list .spot__image img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 851px) {
  body#access .spot-list .spot__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#access .spot-list .spot__name {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#access .spot-list .spot__name {
    font-size: min(1.3541666667vw, 26px);
  }
}
@media screen and (max-width: 850px) {
  body#access .spot-list .spot__name {
    font-size: 4.5333333333vw;
    margin-top: 8vw;
  }
}
body#access .spot-list .spot__distance {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#access .spot-list .spot__distance {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#access .spot-list .spot__distance {
    font-size: 5.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .spot-list .spot__distance .num {
    font-size: min(2.1875vw, 42px);
  }
}
@media screen and (max-width: 850px) {
  body#access .spot-list .spot__distance .num {
    font-size: 7.7333333333vw;
  }
}
body#access .spot-list .spot__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .spot-list .spot__body {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#access .spot-list .spot__body {
    font-size: 2.9333333333vw;
    padding: 0 2.6666666667vw;
    margin-top: 4vw;
  }
}
body#access .bus__visual {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#access .bus__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#access .bus__visual {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
body#access .bus__visual picture {
  position: relative;
  display: block;
}
body#access .bus__visual img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 850px) {
  body#access .bus__visual + .bus__title {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#access .bus__visual + .bus__subtitle {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .bus__sub-visual {
    width: min(52.0833333333vw, 1000px);
    margin: 0 min(8.3333333333vw, 160px) min(6.25vw, 120px) auto;
  }
}
@media screen and (max-width: 850px) {
  body#access .bus__sub-visual {
    width: 57.3333333333vw;
    margin: 8vw 8vw 6.6666666667vw auto;
  }
}
body#access .bus__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#access .bus__title {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#access .bus__title {
    font-size: 4.5333333333vw;
    padding: 0;
  }
}
body#access .bus__subtitle {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#access .bus__subtitle {
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#access .bus__subtitle {
    font-size: 4.5333333333vw;
    padding: 0 5.3333333333vw;
  }
}
body#access .bus__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .bus__body {
    font-size: min(1.0416666667vw, 20px);
    text-align: center;
    margin: min(2.0833333333vw, 40px) 0 min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#access .bus__body {
    font-size: 3.2vw;
    padding: 0 8vw;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#access .route-wrapper {
    display: grid;
    grid-template-columns: min(41.6666666667vw, 800px) auto;
    grid-template-rows: max-content auto;
    align-self: start;
    -moz-column-gap: min(3.125vw, 60px);
         column-gap: min(3.125vw, 60px);
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(6.25vw, 120px);
  }
  body#access .route-wrapper .bus__visual {
    grid-row: 1/2;
    width: min(41.6666666667vw, 800px);
  }
  body#access .route-wrapper .bus__sub-visual {
    grid-column: 1/2;
    grid-row: 2/3;
    width: min(20.8333333333vw, 400px);
    margin: 0;
    margin-top: max(-19.7916666667vw, -380px);
    margin-left: auto;
  }
  body#access .route-wrapper .bus__subtitle {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: start;
  }
  body#access .route-wrapper .route-list {
    grid-column: 2/3;
    grid-row: 1/3;
    padding-top: min(9.375vw, 180px);
  }
}
body#access .route-list {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#access .route-list {
    gap: min(2.0833333333vw, 40px);
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list {
    gap: 6.6666666667vw;
    width: 84vw;
    margin: 8vw auto 0;
  }
}
body#access .route-list .route {
  border-bottom: 1px solid #AC977D;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route {
    padding-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route {
    padding-bottom: 5.3333333333vw;
  }
}
body#access .route-list .route__from {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route__from {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route__from {
    font-size: 3.2vw;
  }
}
body#access .route-list .route__name {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route__name {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route__name {
    font-size: 4vw;
  }
}
body#access .route-list .route__name small {
  letter-spacing: 0;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route__name small {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route__name small {
    font-size: 2.9333333333vw;
  }
}
body#access .route-list .route__time {
  background-color: #EBE7DF;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route__time {
    font-size: min(0.8333333333vw, 16px);
    padding: min(0.5208333333vw, 10px) min(1.0416666667vw, 20px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route__time {
    font-size: 2.4vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
body#access .route-list .route__fare {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route__fare {
    font-size: min(1.5625vw, 30px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route__fare {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
body#access .route-list .route__fare .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.03em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route__fare .num {
    font-size: min(2.5vw, 48px);
    margin: 0 0.15em;
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route__fare .num {
    font-size: 7.0666666667vw;
    margin: 0 0.15em;
  }
}
body#access .route-list .route__fare small {
  letter-spacing: 0;
}
@media screen and (min-width: 851px) {
  body#access .route-list .route__fare small {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#access .route-list .route__fare small {
    font-size: 2.9333333333vw;
  }
}
body#access .shuttle {
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#access .shuttle {
    width: min(83.3333333333vw, 1600px);
    padding: min(2.6041666667vw, 50px) min(2.0833333333vw, 40px) min(4.1666666667vw, 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle {
    width: calc(100% - 10.6666666667vw);
    padding: 10.6666666667vw 8vw 10.6666666667vw;
    margin: 16vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 851px) {
  body#access .shuttle__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(2.0833333333vw, 40px);
  }
}
body#access .shuttle__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__title {
    font-size: min(1.6666666667vw, 32px);
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__title {
    font-size: 4.5333333333vw;
  }
}
body#access .shuttle__visual {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__visual {
    grid-column: 2/3;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__visual {
    width: 100%;
    margin-top: 8vw;
  }
}
body#access .shuttle__visual img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__lead {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: min(3.125vw, 60px) min(2.0833333333vw, 40px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__lead {
    margin-top: 8vw;
  }
}
body#access .shuttle__lead h4 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__lead h4 {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__lead h4 {
    font-size: 4vw;
  }
}
body#access .shuttle__lead p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__lead p {
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__lead p {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
body#access .shuttle__card {
  position: relative;
  background-image: url("../image/page/access/bg_shuttle-card.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  aspect-ratio: 636/382;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__card {
    padding: min(1.0416666667vw, 20px) min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__card {
    padding: 2.6666666667vw 5.3333333333vw;
    margin: 5.3333333333vw -2.6666666667vw 0;
  }
}
body#access .shuttle__card h4 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__card h4 {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__card h4 {
    font-size: 4vw;
  }
}
body#access .shuttle__card p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#access .shuttle__card p {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#access .shuttle__card p {
    font-size: 2.8vw;
    margin-top: 2.6666666667vw;
  }
}

body#zeh .page-visual__label {
  color: #3E6250;
}
body#zeh .page-visual h2 {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 850px) {
  body#zeh .page-visual h2 {
    font-size: 6.1333333333vw;
  }
}
body#zeh .page-visual h2 .en {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  body#zeh .page-visual h2 .en {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .page-visual__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
body#zeh .note {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#zeh .note {
    font-size: max(10px, min(0.625vw, 12px));
  }
}
@media screen and (max-width: 850px) {
  body#zeh .note {
    font-size: max(10px, 2.4vw);
  }
}
@media screen and (min-width: 851px) {
  body#zeh .about {
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about {
    width: 84vw;
    margin: 0 auto;
  }
}
body#zeh .about__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#zeh .about__title {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(2.1875vw, 42px);
    text-align: center;
    margin: 0 auto min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__title {
    font-size: 5.6vw;
  }
}
body#zeh .about__title .small {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#zeh .about__title .small {
    position: absolute;
    top: max(-0.2604166667vw, -5px);
    left: min(0.5208333333vw, 10px);
    display: block;
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__title .small {
    display: block;
    font-size: 3.2vw;
  }
}
body#zeh .about__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#zeh .about__body {
    font-size: min(1.25vw, 24px);
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__body {
    font-size: 3.2vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .about .note {
    text-align: center;
    margin: min(1.0416666667vw, 20px) 0 min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about .note {
    margin-top: 7.7333333333vw;
  }
}
body#zeh .about__panel {
  border: 2px solid #3E6250;
  background-color: #FFF;
  box-shadow: 0 0 30px rgba(172, 151, 125, 0.15);
}
@media screen and (min-width: 851px) {
  body#zeh .about__panel {
    border-bottom-width: min(0.1041666667vw, 2px);
    width: min(75vw, 1440px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__panel {
    border-bottom-width: 0.2666666667vw;
    width: 89.3333333333vw;
    margin: 12.4vw -2.6666666667vw 0;
  }
}
body#zeh .about__figures {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 851px) {
  body#zeh .about__figures {
    gap: min(3.125vw, 60px);
    padding: min(3.125vw, 60px) 0 min(2.0833333333vw, 40px) min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__figures {
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 0 5.3333333333vw 3.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .about__figures figure:first-of-type {
    width: min(27.0833333333vw, 520px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__figures figure:first-of-type {
    width: 37.6vw;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .about__figures figure:last-of-type {
    width: min(30.1041666667vw, 578px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__figures figure:last-of-type {
    width: 41.4666666667vw;
  }
}
body#zeh .about__figures img {
  display: block;
  width: 100%;
  max-width: none;
}
body#zeh .about__summary {
  position: relative;
  background-color: #3E6250;
  text-align: center;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#zeh .about__summary {
    padding: min(5.2083333333vw, 100px) min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__summary {
    padding: 8vw 3.3333333333vw;
  }
}
body#zeh .about__summary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: #FFF;
}
@media screen and (min-width: 851px) {
  body#zeh .about__summary::before {
    border-width: min(1.5625vw, 30px) min(1.8229166667vw, 35px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__summary::before {
    border-width: 4vw 4.6666666667vw 0;
  }
}
body#zeh .about__summary p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #F0DCC2;
}
@media screen and (min-width: 851px) {
  body#zeh .about__summary p {
    font-size: min(1.6666666667vw, 32px);
    padding-left: 0.5em;
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about__summary p {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
}
body#zeh .about .tag-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#zeh .about .tag-list {
    gap: min(2.0833333333vw, 40px);
    width: min(62.5vw, 1200px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about .tag-list {
    gap: 1.3333333333vw;
  }
}
body#zeh .about .tag-list li {
  border: 1px solid rgba(244, 242, 238, 0.3);
  border-radius: 0.5333333333vw;
  display: grid;
  place-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#zeh .about .tag-list li {
    font-size: min(1.4583333333vw, 28px);
    padding: min(0.5208333333vw, 10px) min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .about .tag-list li {
    font-size: 2.6666666667vw;
    padding: 1.6vw 1.3333333333vw;
  }
}
body#zeh .merit {
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#zeh .merit {
    padding: min(5.2083333333vw, 100px) 0 min(10.4166666667vw, 200px);
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit {
    padding: 10.6666666667vw 0 12vw;
    margin-top: 13.3333333333vw;
  }
}
body#zeh .merit__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#zeh .merit__title {
    font-size: min(2.1875vw, 42px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit__title {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item {
    width: min(75vw, 1440px);
    margin: min(4.1666666667vw, 80px) auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item {
    width: 84vw;
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item:first-of-type {
    margin-top: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item:first-of-type {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item:nth-of-type(2) {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: min(4.1666666667vw, 80px);
         column-gap: min(4.1666666667vw, 80px);
    margin-bottom: min(7.8125vw, 150px);
  }
  body#zeh .merit-item:nth-of-type(2) .merit-item__visual {
    grid-column: 2/3;
    grid-row: 1/4;
    width: min(38.5416666667vw, 740px);
  }
  body#zeh .merit-item:nth-of-type(2) .merit-item__heading {
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item:nth-of-type(3) {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: min(4.1666666667vw, 80px);
         column-gap: min(4.1666666667vw, 80px);
  }
  body#zeh .merit-item:nth-of-type(3) .merit-item__visual {
    grid-column: 1/2;
    grid-row: 1/4;
    width: min(38.5416666667vw, 740px);
  }
  body#zeh .merit-item:nth-of-type(3) .merit-item__heading {
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__content.content--01 {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: min(4.1666666667vw, 80px);
         column-gap: min(4.1666666667vw, 80px);
    margin-bottom: min(5.2083333333vw, 100px);
  }
  body#zeh .merit-item__content.content--01 .merit-item__visual {
    grid-column: 1/2;
    grid-row: 1/4;
    width: min(38.5416666667vw, 740px);
  }
  body#zeh .merit-item__content.content--01 .merit-item__heading {
    margin-top: min(1.5625vw, 30px);
  }
}
body#zeh .merit-item__heading {
  border-bottom: 1px solid #AC977D;
  display: flex;
  align-items: baseline;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__heading {
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: min(1.5625vw, 30px);
    padding-bottom: min(1.0416666667vw, 20px);
    font-size: min(1.9791666667vw, 38px);
    line-height: 1;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item__heading {
    flex-flow: row nowrap;
    justify-content: center;
    gap: 4vw;
    padding-bottom: 2.6666666667vw;
    font-size: 5.0666666667vw;
  }
}
body#zeh .merit-item__heading span {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__heading span {
    font-size: min(1.3541666667vw, 26px);
    line-height: 1;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item__heading span {
    font-size: 4.5333333333vw;
  }
}
body#zeh .merit-item__heading span b {
  font-weight: 400;
  font-size: 1.4em;
  margin-left: 0.2em;
}
body#zeh .merit-item__visual .image {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item__visual .image {
    margin: 5.3333333333vw 0 6.6666666667vw;
  }
}
body#zeh .merit-item__visual .image picture {
  width: 100%;
}
body#zeh .merit-item__visual .image img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__visual .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#zeh .merit-item__visual .caption {
  display: block;
}
body#zeh .merit-item__en {
  position: absolute;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(244, 242, 238, 0.85);
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__en {
    bottom: max(-0.5208333333vw, -10px);
    right: max(-0.2604166667vw, -5px);
    font-size: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item__en {
    bottom: -1.3333333333vw;
    right: -0.6666666667vw;
    font-size: 13.3333333333vw;
  }
}
body#zeh .merit-item__catch {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__catch {
    font-size: min(1.6666666667vw, 32px);
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item__catch {
    font-size: 4.5333333333vw;
    margin-top: 0;
  }
}
body#zeh .merit-item__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__body {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item__body {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
body#zeh .merit-item__diagram {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#zeh .merit-item__diagram {
    width: min(62.5vw, 1200px);
    margin: 0 auto min(7.8125vw, 150px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .merit-item__diagram {
    width: 89.3333333333vw;
    margin: 8vw -2.6666666667vw 0;
  }
}
body#zeh .merit-item__diagram img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment {
    padding-bottom: min(10.4166666667vw, 200px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment {
    margin-top: 11.3333333333vw;
  }
}
body#zeh .equipment__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment__title {
    font-size: min(1.6666666667vw, 32px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment__title {
    font-size: 4.5333333333vw;
  }
}
body#zeh .equipment-list {
  display: grid;
  align-items: start;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment-list {
    grid-template-columns: repeat(4, 1fr);
    gap: min(4.1666666667vw, 80px) min(3.125vw, 60px);
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment-list {
    grid-template-columns: 1fr 1fr;
    gap: 10.6666666667vw 4vw;
    width: 89.3333333333vw;
    margin: 8.4vw auto 0;
  }
}
@media screen and (min-width: 851px) {
  body#zeh .equipment-item.is-wide {
    grid-column: span 2;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment-item.is-wide {
    grid-column: 1/-1;
  }
}
body#zeh .equipment-item.is-wide .equipment-item__visual {
  aspect-ratio: 670/375;
}
body#zeh .equipment-item__visual {
  position: relative;
  border: 1px solid rgba(59, 59, 59, 0.1);
  background-color: #FFF;
  display: grid;
  place-items: center;
  aspect-ratio: 320/260;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment-item__visual {
    border-width: min(0.1041666667vw, 2px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment-item__visual {
    border-width: 0.2666666667vw;
  }
}
body#zeh .equipment-item__visual picture {
  width: 100%;
  height: 100%;
}
body#zeh .equipment-item__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment-item__visual .caption {
    bottom: min(0.5208333333vw, 10px);
    right: min(0.5208333333vw, 10px);
  }
}
body#zeh .equipment-item__name {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment-item__name {
    font-size: min(1.4583333333vw, 28px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment-item__name {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}
body#zeh .equipment-item__name small,
body#zeh .equipment-item__name .small {
  letter-spacing: 0;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment-item__name small,
  body#zeh .equipment-item__name .small {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment-item__name small,
  body#zeh .equipment-item__name .small {
    font-size: 2.9333333333vw;
  }
}
body#zeh .equipment-item__name .small {
  display: block;
  line-height: 1;
}
body#zeh .equipment-item__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#zeh .equipment-item__body {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .equipment-item__body {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
body#zeh .bels {
  background-color: #FAFCFB;
}
@media screen and (min-width: 851px) {
  body#zeh .bels {
    padding: min(5.2083333333vw, 100px) 0;
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .bels {
    padding: 13.3333333333vw 0;
    margin-top: 13.3333333333vw;
  }
}
body#zeh .bels__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#zeh .bels__title {
    font-size: min(1.6666666667vw, 32px);
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .bels__title {
    width: 84vw;
    font-size: 4.5333333333vw;
    margin: 0 auto;
  }
}
body#zeh .bels__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#zeh .bels__body {
    font-size: min(1.25vw, 24px);
    text-align: center;
    margin: min(2.0833333333vw, 40px) 0 min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#zeh .bels__body {
    width: 84vw;
    font-size: 3.2vw;
    margin: 6.6666666667vw auto 0;
  }
}
body#zeh .bels__label {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#zeh .bels__label {
    width: min(42.7083333333vw, 820px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#zeh .bels__label {
    width: 84vw;
    margin: 8vw auto 0;
  }
}
body#zeh .bels__label img {
  display: block;
  width: 100%;
  max-width: none;
}
body#zeh .bels__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  background-color: rgb(156, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #F4F2EE;
}
@media screen and (max-width: 850px) {
  body#zeh .bels__placeholder {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}

body#plan .page-visual .plan-lead {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 851px) {
  body#plan .page-visual .plan-lead {
    background-image: url("../image/page/plan/bg_plan01.webp");
    background-position: center;
    padding: min(9.375vw, 180px) 0 min(30.2083333333vw, 580px);
    margin: 0 0 min(10.4166666667vw, 200px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .page-visual .plan-lead {
    background-image: url("../image/page/plan/bg_plan01-sp.webp");
    background-position: bottom left;
    padding: 13.3333333333vw 8vw 82.6666666667vw;
    margin: -4vw 0 16vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .page-visual .plan-lead__content h3 {
    text-align: center;
  }
}
@media screen and (min-width: 851px) {
  body#plan .page-visual .plan-lead__content p {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  body#plan .page-visual .plan-lead__content p {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .page-visual .plan-lead__overview {
    position: absolute;
    right: min(12.5vw, 240px);
    top: 50%;
    transform: translateY(-50%);
    width: min(20.8333333333vw, 400px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .page-visual .plan-lead__overview {
    position: absolute;
    bottom: 34.6666666667vw;
    right: 0;
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .page-visual .plan-lead__note {
    position: absolute;
    bottom: 0;
    right: min(0.5208333333vw, 10px);
    transform: translateY(100%);
    font-size: max(10px, min(0.625vw, 12px));
  }
}
@media screen and (max-width: 850px) {
  body#plan .page-visual .plan-lead__note {
    position: absolute;
    bottom: 0;
    right: 1.3333333333vw;
    transform: translateY(100%);
    font-size: max(10px, 1.6vw);
  }
}
@media screen and (min-width: 851px) {
  body#plan .page-visual__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
body#plan section {
  width: 100%;
}
body#plan section .section-title h2 {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan section .section-title h2 {
    font-size: min(2.3958333333vw, 46px);
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#plan section .section-title h2 {
    font-size: 6.1333333333vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-view {
    padding-bottom: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-view {
    padding-bottom: 13.3333333333vw;
  }
}
body#plan .plan-view__visual {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#plan .plan-view__visual {
    margin: 0 0 min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-view__visual {
    margin-bottom: 8vw;
  }
}
body#plan .plan-view__panorama {
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
}
body#plan .plan-view__panorama::-webkit-scrollbar {
  display: none;
}
body#plan .plan-view__panorama.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body#plan .plan-view__panorama img {
  display: block;
  -webkit-user-drag: none;
  max-width: none;
  min-width: min(83.3333333333vw, 1600px);
}
@media screen and (min-width: 851px) {
  body#plan .plan-view__panorama {
    height: min(31.25vw, 600px);
  }
  body#plan .plan-view__panorama img {
    width: auto;
    min-width: 0;
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-view__panorama {
    height: 56vw;
  }
  body#plan .plan-view__panorama img {
    width: auto;
    min-width: 0;
    height: 100%;
  }
}
body#plan .plan-view__hint {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  text-align: center;
  color: rgba(59, 59, 59, 0.55);
  letter-spacing: 0.08em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-view__hint {
    font-size: min(0.9375vw, 18px);
    margin: min(1.25vw, 24px) 0 0;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-view__hint {
    font-size: max(12px, 3.2vw);
    margin: 4vw 0 0;
  }
}
body#plan .plan-view__gauge {
  --progress: 0%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: min(41.6666666667vw, 800px);
  height: min(0.2083333333vw, 4px);
  margin: min(0.5208333333vw, 10px) auto 0;
  cursor: pointer;
  background: linear-gradient(to right, #CBB497 0 var(--progress), rgba(59, 59, 59, 0.3) var(--progress) 100%) center/100% min(0.2083333333vw, 4px) no-repeat;
  touch-action: none;
}
body#plan .plan-view__gauge::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: min(1.1458333333vw, 22px);
  height: min(1.1458333333vw, 22px);
  border: 0;
  border-radius: 50%;
  background-color: #AC977D;
  box-shadow: 0 0 0 min(0.2083333333vw, 4px) rgba(244, 242, 238, 0.9);
}
body#plan .plan-view__gauge::-moz-range-thumb {
  width: min(1.1458333333vw, 22px);
  height: min(1.1458333333vw, 22px);
  border: 0;
  border-radius: 50%;
  background-color: #AC977D;
  box-shadow: 0 0 0 min(0.2083333333vw, 4px) rgba(244, 242, 238, 0.9);
}
@media screen and (max-width: 850px) {
  body#plan .plan-view__gauge {
    width: 74.6666666667vw;
    height: 9.6vw;
    margin: 0.8vw auto 0;
    background-size: 100% 0.8vw;
  }
  body#plan .plan-view__gauge::-webkit-slider-thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    box-shadow: 0 0 0 0.8vw rgba(244, 242, 238, 0.9);
  }
  body#plan .plan-view__gauge::-moz-range-thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    box-shadow: 0 0 0 0.8vw rgba(244, 242, 238, 0.9);
  }
}
body#plan .plan-view__content h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan .plan-view__content h3 {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-view__content h3 {
    font-size: 4.2666666667vw;
  }
}
body#plan .plan-view__content p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan .plan-view__content p {
    font-size: min(1.1458333333vw, 22px);
    margin-top: min(1.3020833333vw, 25px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-view__content p {
    font-size: 2.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}
body#plan .plan-section {
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section {
    padding: min(6.25vw, 120px) 0 0;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section {
    padding: 13.3333333333vw 0 0;
  }
}
body#plan .plan-section h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section h3 {
    font-size: min(2.1875vw, 42px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section h3 {
    font-size: 5.6vw;
    margin-bottom: 9.3333333333vw;
  }
}
body#plan .plan-section > p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section > p {
    font-size: min(1.6666666667vw, 32px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section > p {
    font-size: 4.8vw;
    margin-bottom: 9.3333333333vw;
  }
}
body#plan .plan-section > p .large {
  display: inline-block;
  font-size: 1.2em;
}
body#plan .plan-section .plan-wrapper {
  background-color: #F4F2EE;
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section .plan-wrapper {
    padding: min(5.2083333333vw, 100px) min(12.5vw, 240px) min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section .plan-wrapper {
    padding: 8vw 0 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(4.1666666667vw, 80px);
  }
  body#plan .plan-section__visual img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__visual {
    width: 100%;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: min(4.1666666667vw, 80px);
         column-gap: min(4.1666666667vw, 80px);
    row-gap: min(3.125vw, 60px);
    width: min(75vw, 1440px);
    margin: 0 auto min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__list {
    display: flex;
    flex-flow: column nowrap;
    gap: 8vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
body#plan .plan-section__list .section-item {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item.span {
    grid-column: span 2;
  }
}
body#plan .plan-section__list .section-item__title {
  background-color: #AC977D;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #F4F2EE;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item__title {
    font-size: min(1.5625vw, 30px);
    padding: min(1.3020833333vw, 25px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__list .section-item__title {
    font-size: 4.5333333333vw;
    padding: 3.3333333333vw 0;
  }
}
body#plan .plan-section__list .section-item__image {
  width: 100%;
}
body#plan .plan-section__list .section-item__image picture {
  display: block;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item__image picture {
    width: 100%;
  }
  body#plan .plan-section__list .section-item__image picture img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item__image:has(> picture + picture) {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: min(2.0833333333vw, 40px);
  }
  body#plan .plan-section__list .section-item__image:has(> picture + picture) picture:first-of-type {
    flex-shrink: 0;
    width: 34.2%;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__list .section-item__image:has(> picture + picture) picture + picture {
    margin: 1.3333333333vw 0 4vw;
  }
}
body#plan .plan-section__list .section-item__detail {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item__detail {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__list .section-item__detail {
    font-size: 3.2vw;
  }
}
body#plan .plan-section__list .section-item__detail .note {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item__detail .note {
    font-size: max(10px, min(0.625vw, 12px));
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__list .section-item__detail .note {
    font-size: max(10px, 1.6vw);
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item-row4 {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: min(2.0833333333vw, 40px);
         column-gap: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__list .section-item-row4 {
    display: flex;
    flex-flow: column nowrap;
    gap: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__list .section-item-row4 .section-item__title {
    font-size: min(1.09375vw, 21px);
    padding: min(0.9375vw, 18px) 0;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__image {
    width: min(62.5vw, 1200px);
    margin-left: auto;
    margin-bottom: min(6.25vw, 120px);
  }
  body#plan .plan-section__image img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__image {
    width: 82.6666666667vw;
    margin-left: auto;
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__other {
    width: min(62.5vw, 1200px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__other {
    padding: 0 5.3333333333vw;
  }
}
body#plan .plan-section__other p:first-of-type {
  position: relative;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__other p:first-of-type {
    font-size: min(1.4583333333vw, 28px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__other p:first-of-type {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
body#plan .plan-section__other p:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #3B3B3B;
  display: block;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__other p:first-of-type::after {
    width: min(57.2916666667vw, 1100px);
    height: min(0.0520833333vw, 1px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__other p:first-of-type::after {
    width: 73.3333333333vw;
    height: 0.1333333333vw;
  }
}
body#plan .plan-section__other p:last-of-type {
  background-color: #EBE7DF;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-section__other p:last-of-type {
    font-size: min(1.25vw, 24px);
    text-align: center;
    padding: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-section__other p:last-of-type {
    font-size: 3.2vw;
    text-align: center;
    padding: 5.3333333333vw;
  }
}
body#plan .plan-section.is-premium {
  background-image: url("../image/page/plan/bg_plan-premium.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  body#plan .plan-section.is-premium {
    background-image: url("../image/page/plan/bg_plan-premium.webp");
  }
}
body#plan .plan-section.is-premium .section-title {
  color: #AC977D;
}
body#plan .plan-section.is-premium > p {
  color: #AC977D;
}

body#plan .plan-card-list,
body#plan-detail .plan-card-list {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list,
  body#plan-detail .plan-card-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(2.0833333333vw, 40px);
    width: min(62.5vw, 1200px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list,
  body#plan-detail .plan-card-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
body#plan .plan-card-list.main,
body#plan-detail .plan-card-list.main {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list.main,
  body#plan-detail .plan-card-list.main {
    padding: 0 min(12.5vw, 240px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
  body#plan .plan-card-list.main .section-title,
  body#plan-detail .plan-card-list.main .section-title {
    grid-column: span 2;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list.main,
  body#plan-detail .plan-card-list.main {
    padding: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
body#plan .plan-card-list .plan-card,
body#plan-detail .plan-card-list .plan-card {
  position: relative;
  background-color: #F4F2EE;
  display: flex;
  flex-flow: row nowrap;
  box-shadow: 0 0 15px rgba(172, 151, 125, 0.2);
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card,
  body#plan-detail .plan-card-list .plan-card {
    gap: min(1.5625vw, 30px);
    padding: min(2.6041666667vw, 50px) min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card,
  body#plan-detail .plan-card-list .plan-card {
    gap: 4.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
body#plan .plan-card-list .plan-card__tag,
body#plan-detail .plan-card-list .plan-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7E4545;
  line-height: 1;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__tag,
  body#plan-detail .plan-card-list .plan-card__tag {
    font-size: min(1.0416666667vw, 20px);
    padding: min(0.4166666667vw, 8px) min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__tag,
  body#plan-detail .plan-card-list .plan-card__tag {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
body#plan .plan-card-list .plan-card__image,
body#plan-detail .plan-card-list .plan-card__image {
  mix-blend-mode: darken;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__image,
  body#plan-detail .plan-card-list .plan-card__image {
    flex-shrink: 0;
    width: min(13.5416666667vw, 260px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__image,
  body#plan-detail .plan-card-list .plan-card__image {
    flex-shrink: 0;
    width: 34.6666666667vw;
  }
}
body#plan .plan-card-list .plan-card__content,
body#plan-detail .plan-card-list .plan-card__content {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__content,
  body#plan-detail .plan-card-list .plan-card__content {
    padding-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__content,
  body#plan-detail .plan-card-list .plan-card__content {
    padding-top: 2.6666666667vw;
  }
}
body#plan .plan-card-list .plan-card__type,
body#plan-detail .plan-card-list .plan-card__type {
  background-color: #AC977D;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #F4F2EE;
}
body#plan .plan-card-list .plan-card__type strong,
body#plan-detail .plan-card-list .plan-card__type strong {
  display: inline-block;
  font-weight: 400;
  margin-right: 0.15em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__type strong,
  body#plan-detail .plan-card-list .plan-card__type strong {
    font-size: min(2.1875vw, 42px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__type strong,
  body#plan-detail .plan-card-list .plan-card__type strong {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__type,
  body#plan-detail .plan-card-list .plan-card__type {
    font-size: min(1.6666666667vw, 32px);
    padding: min(0.5208333333vw, 10px) min(1.0416666667vw, 20px);
    margin-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__type,
  body#plan-detail .plan-card-list .plan-card__type {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 4vw;
    margin-bottom: 4.6666666667vw;
  }
}
body#plan .plan-card-list .plan-card__layout,
body#plan-detail .plan-card-list .plan-card__layout {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
}
body#plan .plan-card-list .plan-card__layout .num,
body#plan-detail .plan-card-list .plan-card__layout .num {
  font-size: 1.2em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__layout,
  body#plan-detail .plan-card-list .plan-card__layout {
    font-size: min(1.875vw, 36px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__layout,
  body#plan-detail .plan-card-list .plan-card__layout {
    font-size: 4.8vw;
  }
}
body#plan .plan-card-list .plan-card__area,
body#plan-detail .plan-card-list .plan-card__area {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #CBB497;
}
body#plan .plan-card-list .plan-card__area .num,
body#plan-detail .plan-card-list .plan-card__area .num {
  font-size: 1.2em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__area,
  body#plan-detail .plan-card-list .plan-card__area {
    font-size: min(1.9791666667vw, 38px);
    margin: min(0.5208333333vw, 10px) 0 min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__area,
  body#plan-detail .plan-card-list .plan-card__area {
    font-size: 5.6vw;
    margin: 1.3333333333vw 0 4.6666666667vw;
  }
}
body#plan .plan-card-list .plan-card__description,
body#plan-detail .plan-card-list .plan-card__description {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__description,
  body#plan-detail .plan-card-list .plan-card__description {
    font-size: min(1.0416666667vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__description,
  body#plan-detail .plan-card-list .plan-card__description {
    font-size: 2.9333333333vw;
  }
}
body#plan .plan-card-list .plan-card__button,
body#plan-detail .plan-card-list .plan-card__button {
  border-bottom: 1px solid #3B3B3B;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  margin: auto auto 0;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__button,
  body#plan-detail .plan-card-list .plan-card__button {
    gap: min(1.0416666667vw, 20px);
    font-size: min(1.6666666667vw, 32px);
    padding: 0 min(0.78125vw, 15px) min(0.78125vw, 15px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__button,
  body#plan-detail .plan-card-list .plan-card__button {
    gap: 2.6666666667vw;
    font-size: 4.5333333333vw;
    padding: 0 2vw 2vw;
  }
}
body#plan .plan-card-list .plan-card__button::after,
body#plan-detail .plan-card-list .plan-card__button::after {
  content: "";
  background-image: url("../image/common/icon_arrow-right.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 5/2;
}
@media screen and (min-width: 851px) {
  body#plan .plan-card-list .plan-card__button::after,
  body#plan-detail .plan-card-list .plan-card__button::after {
    width: min(0.9375vw, 18px);
    margin-top: min(0.2604166667vw, 5px);
  }
}
@media screen and (max-width: 850px) {
  body#plan .plan-card-list .plan-card__button::after,
  body#plan-detail .plan-card-list .plan-card__button::after {
    width: 2vw;
    margin-top: 0.6666666667vw;
  }
}

body#plan-detail .l-main__inner {
  position: relative;
  isolation: isolate;
}
body#plan-detail .l-main__inner::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: calc(0px - var(--page-header-height, 0px));
  left: 0;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#plan-detail .l-main__inner::before {
    width: min(40.625vw, 780px);
    height: min(29.1666666667vw, 560px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .l-main__inner::before {
    width: 69.3333333333vw;
    height: 36.6666666667vw;
  }
}
body#plan-detail .back-link {
  border-bottom: 1px solid #3B3B3B;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#plan-detail .back-link {
    gap: min(0.625vw, 12px);
    padding: min(0.5208333333vw, 10px) min(1.0416666667vw, 20px);
    margin: min(2.0833333333vw, 40px) 0 0 min(8.3333333333vw, 160px);
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .back-link {
    gap: 1.6vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin: 3.6vw 0 0 5.3333333333vw;
    font-size: 2.4vw;
  }
}
body#plan-detail .back-link::before {
  content: "＜";
  display: block;
  line-height: 1;
}
body#plan-detail .plan-detail {
  background-color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "type    type" "layout  area" "balcony balcony" "catch   catch" "tabs    tabs" "figure  ptitle" "figure  points";
    align-items: start;
    -moz-column-gap: min(4.1666666667vw, 80px);
         column-gap: min(4.1666666667vw, 80px);
    box-shadow: 0 0 min(1.5625vw, 30px) rgba(172, 151, 125, 0.15);
    width: min(83.3333333333vw, 1600px);
    padding: min(4.1666666667vw, 80px);
    margin: min(2.0833333333vw, 40px) auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail {
    box-shadow: 0 0 4vw rgba(172, 151, 125, 0.15);
    padding: 4.6666666667vw 4.6666666667vw 10.6666666667vw;
    margin: 6.2666666667vw 5.3333333333vw 0;
  }
}
body#plan-detail .plan-detail__type {
  background-color: #AC977D;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__type {
    grid-area: type;
    gap: min(0.3125vw, 6px);
    padding: min(0.8333333333vw, 16px) 0;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__type {
    gap: 0.8vw;
    padding: 1.8666666667vw 0;
  }
}
body#plan-detail .plan-detail__type strong {
  font-weight: 500;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__type strong {
    font-size: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__type strong {
    font-size: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__type span {
    font-size: min(2.3958333333vw, 46px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__type span {
    font-size: 6.1333333333vw;
  }
}
body#plan-detail .plan-detail__layout {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__layout {
    grid-area: layout;
    font-size: min(3.6458333333vw, 70px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__layout {
    font-size: 9.3333333333vw;
    margin-top: 8vw;
  }
}
body#plan-detail .plan-detail__layout .num {
  font-size: 1.2em;
}
body#plan-detail .plan-detail__area {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #9C7F5B;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__area {
    grid-area: area;
    font-size: min(3.90625vw, 75px);
    margin-top: auto;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__area {
    font-size: 10vw;
    margin-top: 4.2666666667vw;
  }
}
body#plan-detail .plan-detail__area .small {
  font-size: 0.6em;
}
body#plan-detail .plan-detail__area .sub {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__area .sub {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__area .sub {
    font-size: 3.7333333333vw;
  }
}
body#plan-detail .plan-detail__area .sub .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__area .sub .num {
    font-size: min(1.9791666667vw, 38px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__area .sub .num {
    font-size: 5.0666666667vw;
  }
}
body#plan-detail .plan-detail__balcony {
  border-bottom: 1px solid rgba(59, 59, 59, 0.2);
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__balcony {
    grid-area: balcony;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: min(2.0833333333vw, 40px);
    padding-bottom: min(2.6041666667vw, 50px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__balcony {
    padding-bottom: 8vw;
    margin-top: 8vw;
  }
}
body#plan-detail .plan-detail__balcony p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__balcony p + p {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__balcony p + p {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__balcony p {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__balcony p {
    font-size: 2.6666666667vw;
  }
}
body#plan-detail .plan-detail__catch {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.11em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__catch {
    grid-area: catch;
    font-size: min(1.5625vw, 30px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__catch {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
body#plan-detail .plan-detail__navigation {
  pointer-events: none;
  z-index: 2;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: start;
  height: 0;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__navigation {
    grid-column: 1/-1;
    grid-row: 5;
    top: calc(50vh - min(2.6041666667vw, 50px));
    margin: 0 max(-6.25vw, -120px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__navigation {
    top: calc(50vh - 4.6666666667vw);
    margin: 0 -8.6666666667vw;
  }
}
body#plan-detail .plan-detail__navigation-button {
  pointer-events: auto;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2rem rgba(172, 151, 125, 0.1);
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__navigation-button {
    width: min(4.1666666667vw, 80px);
    height: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__navigation-button {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
body#plan-detail .plan-detail__navigation-button::after {
  content: "";
  background-image: url("../image/common/icon_plan-detail-arrow.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__navigation-button::after {
    width: min(0.9375vw, 18px);
    height: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__navigation-button::after {
    width: 2.4vw;
    height: 2.6666666667vw;
  }
}
body#plan-detail .plan-detail__navigation-button.is-prev::after {
  transform: scaleX(-1);
}
body#plan-detail .plan-detail__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__tabs {
    grid-area: tabs;
    justify-content: center;
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__tabs {
    margin-top: 8vw;
  }
}
body#plan-detail .plan-detail__tab {
  border: 1px solid #AC977D;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__tab {
    gap: min(0.7291666667vw, 14px);
    padding: min(1.0416666667vw, 20px) 0;
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__tab {
    gap: 2.4vw;
    padding: 3.0666666667vw 0;
    font-size: 3.2vw;
  }
}
body#plan-detail .plan-detail__tab::after {
  content: "";
  background-image: url("../image/common/icon_arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 222/121;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__tab::after {
    width: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__tab::after {
    width: 2.6666666667vw;
  }
}
body#plan-detail .plan-detail__tab.is-active {
  background-color: #AC977D;
  color: #F4F2EE;
}
body#plan-detail .plan-detail__tab.is-active::after {
  background-image: url("../image/common/icon_arrow-down-w.svg");
  aspect-ratio: 15/7;
}
body#plan-detail .plan-detail__figure {
  position: relative;
  mix-blend-mode: darken;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__figure {
    grid-area: figure;
    width: 100%;
    margin-top: min(3.125vw, 60px);
  }
  body#plan-detail .plan-detail__figure img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__figure {
    width: 71.0666666667vw;
    margin: 8vw auto 0;
  }
}
body#plan-detail .plan-detail__points-title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.11em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__points-title {
    grid-area: ptitle;
    font-size: min(1.5625vw, 30px);
    margin-top: auto;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__points-title {
    font-size: 4vw;
    margin-top: 13.3333333333vw;
  }
}
body#plan-detail .plan-detail__points-title .num {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__points-title .num {
    font-size: min(2.9166666667vw, 56px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__points-title .num {
    font-size: 7.4666666667vw;
  }
}
body#plan-detail .plan-detail__points {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__points {
    grid-area: points;
    gap: min(2.6041666667vw, 50px);
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__points {
    gap: 8vw;
    padding: 0 2vw;
    margin-top: 8vw;
  }
}
body#plan-detail .plan-detail__points .point__label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__points .point__label {
    gap: min(1.0416666667vw, 20px);
    font-size: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__points .point__label {
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__points .point__label .num {
    font-size: min(2.3958333333vw, 46px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__points .point__label .num {
    font-size: 6.1333333333vw;
  }
}
body#plan-detail .plan-detail__points .point__label::after {
  content: "";
  background-color: #AC977D;
  flex: 1 1 auto;
  height: 1px;
}
body#plan-detail .plan-detail__points .point__detail {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.11em;
  text-align: justify;
  opacity: 0.8;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-detail__points .point__detail {
    font-size: min(1.3541666667vw, 26px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-detail__points .point__detail {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}
body#plan-detail .back-button {
  border-bottom: 1px solid #1F4A37;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#plan-detail .back-button {
    gap: min(1.5625vw, 30px);
    width: min(26.0416666667vw, 500px);
    padding: min(0.78125vw, 15px) 0;
    margin: min(5.2083333333vw, 100px) auto 0;
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .back-button {
    gap: 4vw;
    width: 66.6666666667vw;
    padding: 2vw 0;
    margin: 16vw auto 0;
    font-size: 3.7333333333vw;
  }
}
body#plan-detail .back-button::before {
  content: "";
  background-image: url("../image/common/icon_arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  display: block;
  height: auto;
  aspect-ratio: 5/2;
}
@media screen and (min-width: 851px) {
  body#plan-detail .back-button::before {
    width: min(1.3020833333vw, 25px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .back-button::before {
    width: 3.3333333333vw;
  }
}
body#plan-detail .plan-other {
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other {
    padding: min(5.2083333333vw, 100px) 0;
    margin-top: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other {
    padding: 8vw 0;
    margin-top: 13.3333333333vw;
  }
}
body#plan-detail .plan-other > h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other > h2 {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other > h2 {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__carousel {
    margin-top: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel {
    margin-top: 4vw;
  }
}
body#plan-detail .plan-other__carousel .plan-card-list {
  display: flex;
  flex-flow: row nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__carousel .plan-card-list {
    gap: min(2.0833333333vw, 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card-list {
    gap: 4vw;
    padding: 0 10vw;
  }
}
body#plan-detail .plan-other__carousel .plan-card {
  flex-shrink: 0;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__carousel .plan-card {
    width: min(30.2083333333vw, 580px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card {
    gap: 4.2vw;
    width: 80.4vw;
    padding: 6vw 4.8vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__tag {
    padding: 0.9333333333vw 2.4vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__image {
    width: 31.2vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__content {
    padding-top: 2.4vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__type {
    padding: 2.4vw 3.6vw;
    margin-bottom: 4.2666666667vw;
    font-size: 3.8666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__type strong {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__layout {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__area {
    margin: 1.2vw 0 4.2666666667vw;
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__description {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__button {
    gap: 2.4vw;
    padding: 0 1.8666666667vw 1.8666666667vw;
    font-size: 4.1333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__carousel .plan-card__button::after {
    width: 1.8666666667vw;
    margin-top: 0.6666666667vw;
  }
}
body#plan-detail .plan-other__controls {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__controls {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__controls {
    gap: 8vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__carousel:has(.plan-card:nth-child(4)) + .plan-other__controls {
    display: flex;
    gap: min(3.125vw, 60px);
    margin-top: min(3.125vw, 60px);
  }
}
body#plan-detail .plan-other__arrow {
  background-image: url("../image/common/icon_arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 5/2;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__arrow {
    width: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__arrow {
    width: 2.6666666667vw;
  }
}
body#plan-detail .plan-other__arrow.is-prev {
  transform: scaleX(-1);
}
body#plan-detail .plan-other__dots {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__dots {
    gap: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__dots {
    gap: 2.4vw;
  }
}
body#plan-detail .plan-other__dots li {
  border-radius: 50%;
  background-color: #CBC5BE;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 851px) {
  body#plan-detail .plan-other__dots li {
    width: min(0.625vw, 12px);
  }
}
@media screen and (max-width: 850px) {
  body#plan-detail .plan-other__dots li {
    width: 1.6vw;
  }
}
body#plan-detail .plan-other__dots li.is-current {
  background-color: #AC977D;
}

body#brand .page-visual__label {
  color: #3E6250;
}
body#brand .page-visual h2 {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 850px) {
  body#brand .page-visual h2 {
    font-size: 6.1333333333vw;
  }
}
body#brand .page-visual__visual {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#brand .page-visual__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .page-visual__visual {
    width: 100%;
  }
}
body#brand .page-visual__visual img {
  display: block;
  width: 100%;
  max-width: none;
}
body#brand .achievement__title::before, body#brand .award__title::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#brand .achievement__title::before, body#brand .award__title::before {
    width: min(32.2916666667vw, 620px);
    height: min(21.875vw, 420px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .achievement__title::before, body#brand .award__title::before {
    width: 82.6666666667vw;
    height: 56vw;
  }
}
body#brand .century {
  text-align: center;
}
@media screen and (max-width: 850px) {
  body#brand .century {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 851px) {
  body#brand .century__logo {
    width: min(20.8333333333vw, 400px);
    margin: 0 auto min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .century__logo {
    width: 42.6666666667vw;
    margin: 0 auto;
  }
}
body#brand .century__logo img {
  display: block;
  width: 100%;
  max-width: none;
}
body#brand .century__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#brand .century__title {
    font-size: min(2.1875vw, 42px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .century__title {
    font-size: 5.6vw;
    margin-top: 10.6666666667vw;
  }
}
body#brand .century__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#brand .century__body {
    font-size: min(1.25vw, 24px);
    line-height: 2;
    margin-top: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .century__body {
    font-size: 3.2vw;
    line-height: 2.4;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#brand .award {
    margin-top: min(11.4583333333vw, 220px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award {
    margin-top: 29.3333333333vw;
  }
}
body#brand .award__title {
  position: relative;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#brand .award__title {
    font-size: min(2.1875vw, 42px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award__title {
    font-size: 5.6vw;
    padding: 0 5.3333333333vw;
  }
}
body#brand .award__title::before {
  left: 0;
}
@media screen and (min-width: 851px) {
  body#brand .award__title::before {
    top: max(-4.6875vw, -90px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award__title::before {
    top: -12vw;
  }
}
@media screen and (min-width: 851px) {
  body#brand .award-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: min(5.2083333333vw, 100px);
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
  body#brand .award-item + .award-item {
    margin-top: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#brand .award-item__content {
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  body#brand .award-item__visual {
    flex-shrink: 0;
    width: min(41.6666666667vw, 800px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item__visual {
    padding: 0 5.3333333333vw;
  }
}
body#brand .award-item__visual img {
  display: block;
  width: 100%;
  max-width: none;
}
body#brand .award-item__head {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 851px) {
  body#brand .award-item__head {
    width: 100%;
    margin-bottom: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item__head {
    padding: 0 8vw;
    margin: 6vw auto 0;
  }
}
body#brand .award-item__head h4 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#brand .award-item__head h4 {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item__head h4 {
    font-size: 4.5333333333vw;
  }
}
body#brand .award-item__badge {
  flex: 0 0 auto;
}
@media screen and (min-width: 851px) {
  body#brand .award-item__badge {
    width: min(8.3333333333vw, 160px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item__badge {
    width: 24vw;
    margin-top: 1.0666666667vw;
  }
}
body#brand .award-item__badge img {
  display: block;
  width: 100%;
  max-width: none;
}
body#brand .award-item__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#brand .award-item__body {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item__body {
    font-size: 3.2vw;
    padding: 0 8vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item:nth-of-type(2) .award-item__head {
    align-items: flex-start;
  }
  body#brand .award-item:nth-of-type(2) .award-item__head h4 {
    margin-left: -2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#brand .award-item:nth-of-type(2) .award-item__badge {
    width: 20vw;
    margin-right: -2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#brand .achievement {
    margin-top: min(11.4583333333vw, 220px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .achievement {
    margin-top: 32vw;
  }
}
@media screen and (min-width: 851px) {
  body#brand .achievement__head {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    gap: min(6.25vw, 120px);
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(9.375vw, 180px);
  }
}
body#brand .achievement__title {
  position: relative;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#brand .achievement__title {
    flex-shrink: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: min(2.1875vw, 42px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .achievement__title {
    font-size: 5.6vw;
    padding: 0 8vw;
  }
}
body#brand .achievement__title::before {
  right: 0;
}
@media screen and (min-width: 851px) {
  body#brand .achievement__title::before {
    top: max(-4.6875vw, -90px);
    left: max(-8.3333333333vw, -160px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .achievement__title::before {
    top: -12vw;
  }
}
body#brand .achievement__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#brand .achievement__body {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .achievement__body {
    font-size: 3.2vw;
    padding: 0 8vw;
    margin: 2.6666666667vw auto 0;
  }
}
body#brand .achievement-list {
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#brand .achievement-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(3.125vw, 60px);
    width: min(62.5vw, 1200px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .achievement-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 6.6666666667vw;
    padding: 0 8vw;
    margin: 10.6666666667vw auto 0;
  }
}
@media screen and (min-width: 851px) {
  body#brand .achievement-list li.is-narrow {
    grid-column: span 2;
  }
}
body#brand .achievement-list img {
  display: block;
  width: 100%;
  max-width: none;
}
body#brand .kawagoe {
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  body#brand .kawagoe {
    display: flex;
    flex-flow: row-reverse nowrap;
    gap: min(4.1666666667vw, 80px);
    width: min(83.3333333333vw, 1600px);
    padding: min(4.1666666667vw, 80px) min(3.125vw, 60px) min(3.125vw, 60px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .kawagoe {
    padding: 8vw 0;
    margin-top: 9.3333333333vw;
  }
}
body#brand .kawagoe__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
}
@media screen and (min-width: 851px) {
  body#brand .kawagoe__title {
    font-size: min(1.7708333333vw, 34px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 850px) {
  body#brand .kawagoe__title {
    font-size: 4.5333333333vw;
    line-height: 2;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding: 0 8vw;
  }
}
body#brand .kawagoe__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#brand .kawagoe__body {
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .kawagoe__body {
    padding: 0 8vw;
    margin-top: 2vw;
    font-size: 3.2vw;
  }
}
body#brand .kawagoe-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
@media screen and (min-width: 851px) {
  body#brand .kawagoe-list {
    flex-shrink: 0;
    gap: min(1.0416666667vw, 20px);
    width: min(41.6666666667vw, 800px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .kawagoe-list {
    gap: 4vw;
    padding: 0 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
body#brand .kawagoe-list img {
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 320/440;
  -o-object-fit: cover;
     object-fit: cover;
}
body#brand .history {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 851px) {
  body#brand .history {
    display: grid;
    grid-template-columns: min(26.0416666667vw, 500px) auto;
    -moz-column-gap: min(4.1666666667vw, 80px);
         column-gap: min(4.1666666667vw, 80px);
    width: 100%;
    padding: 0 min(8.3333333333vw, 160px) min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .history {
    padding: 10.6666666667vw 0 0;
  }
}
body#brand .history::before, body#brand .history::after {
  content: "";
  z-index: -1;
  position: absolute;
}
body#brand .history::before {
  background-image: url("../image/page/brand/bg_history01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 851px) {
  body#brand .history::before {
    top: min(3.125vw, 60px);
    left: 0;
    width: min(13.5416666667vw, 260px);
    height: min(34.8958333333vw, 670px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .history::before {
    top: 0;
    right: 0;
    width: 34.6666666667vw;
    height: 89.3333333333vw;
  }
}
body#brand .history::after {
  background-image: url("../image/page/brand/bg_history02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 851px) {
  body#brand .history::after {
    top: 0;
    right: 0;
    width: min(21.875vw, 420px);
    height: min(16.6666666667vw, 320px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .history::after {
    top: 123.3333333333vw;
    left: 0;
    width: 56vw;
    height: 42.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#brand .history__wrapper {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
body#brand .history__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#brand .history__title {
    border-top: min(0.1041666667vw, 2px) solid #AC977D;
    font-size: min(1.6666666667vw, 32px);
    white-space: nowrap;
    padding-top: min(1.0416666667vw, 20px);
    margin-top: min(6.25vw, 120px);
    margin-bottom: min(2.0833333333vw, 40px);
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 850px) {
  body#brand .history__title {
    font-size: 5.6vw;
    text-align: center;
  }
}
@media screen and (min-width: 851px) {
  body#brand .history__portrait {
    width: 100%;
    margin: 0 0 min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .history__portrait {
    width: 66.6666666667vw;
    margin: 6vw auto 0;
  }
}
body#brand .history__portrait img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 850px) {
  body#brand .history__name {
    text-align: center;
    margin-top: 6.6666666667vw;
  }
}
body#brand .history__person {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#brand .history__person {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .history__person {
    font-size: 6.1333333333vw;
  }
}
body#brand .history__source {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#brand .history__source {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .history__source {
    font-size: 3.2vw;
  }
}
body#brand .history__body {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#brand .history__body {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#brand .history__body {
    font-size: 3.2vw;
    padding: 0 8vw 24vw;
    margin-top: 5.3333333333vw;
  }
}

body#residence section {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#residence .page-visual__visual {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (min-width: 851px) {
  body#residence .section-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(1.0416666667vw, 20px);
    margin-bottom: min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .section-nav {
    display: grid;
    gap: 2.1333333333vw;
    margin: 8.8vw auto 16vw;
  }
}
body#residence .section-nav > a {
  color: #3B3B3B;
  background-color: #EBE7DF;
  border: 1px solid #CBB497;
}
@media screen and (min-width: 851px) {
  body#residence .section-nav > a {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(2.0833333333vw, 40px);
    padding: min(1.3020833333vw, 25px) min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .section-nav > a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 89.3333333333vw;
    padding: 3.2vw 2.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 851px) {
  body#residence .section-nav__image {
    width: min(16.6666666667vw, 320px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .section-nav__image {
    width: 34.6666666667vw;
  }
}
body#residence .section-nav__content {
  text-align: center;
}
@media screen and (max-width: 850px) {
  body#residence .section-nav__content {
    position: absolute;
    top: 4.6666666667vw;
    left: 43.3333333333vw;
  }
}
body#residence .section-nav__content > span {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  color: #AC977D;
}
@media screen and (min-width: 851px) {
  body#residence .section-nav__content > span {
    font-size: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .section-nav__content > span {
    font-size: 4.8vw;
  }
}
body#residence .section-nav__content strong {
  display: block;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#residence .section-nav__content strong {
    font-size: min(1.25vw, 24px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .section-nav__content strong {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
body#residence .section-nav__arrow {
  position: absolute;
  background-image: url("../image/page/residence/icon_arrow-down.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 851px) {
  body#residence .section-nav__arrow {
    bottom: min(1.3020833333vw, 25px);
    left: min(26.3020833333vw, 505px);
    width: min(1.1458333333vw, 22px);
    height: min(0.625vw, 12px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .section-nav__arrow {
    bottom: 3.3333333333vw;
    left: 61.3333333333vw;
    width: 2.9333333333vw;
    height: 1.6vw;
  }
}
body#residence .residence-section {
  padding: 0;
  margin: 0;
}
body#residence #common {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#residence .sec-title,
  body#residence .master-title {
    width: min(75vw, 1440px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#residence .sec-title,
  body#residence .master-title {
    margin-left: 5.3333333333vw;
  }
}
body#residence .sec-title__label,
body#residence .master-title__label {
  display: block;
}
body#residence .sec-title .sec-title__label,
body#residence .master-title .sec-title__label {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  color: #3E6250;
}
@media screen and (min-width: 851px) {
  body#residence .sec-title .sec-title__label,
  body#residence .master-title .sec-title__label {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .sec-title .sec-title__label,
  body#residence .master-title .sec-title__label {
    font-size: 3.2vw;
  }
}
body#residence .sec-title h2,
body#residence .master-title h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#residence .sec-title h2,
  body#residence .master-title h2 {
    font-size: min(2.1875vw, 42px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .sec-title h2,
  body#residence .master-title h2 {
    font-size: 5.6vw;
    margin-top: 5.3333333333vw;
  }
}
body#residence .design-hero {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#residence .design-hero {
    flex-shrink: 0;
    width: min(46.875vw, 900px);
  }
}
@media screen and (min-width: 851px) {
  body#residence .design-hero__wrapper {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    gap: min(5.2083333333vw, 100px);
    width: min(75vw, 1440px);
    margin: max(-11.4583333333vw, -220px) auto min(6.25vw, 120px);
  }
}
body#residence .design-copy,
body#residence .common-copy {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#residence .design-copy,
  body#residence .common-copy {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-copy,
  body#residence .common-copy {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .design-copy {
    width: min(75vw, 1440px);
    white-space: nowrap;
    margin: min(13.5416666667vw, 260px) auto min(6.25vw, 120px);
  }
  body#residence .design-copy.entrance-copy {
    margin-top: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .facade-copy {
    margin: 6.6666666667vw 10.6666666667vw 10.6666666667vw;
  }
}
body#residence .design-detail {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 850px) {
  body#residence .design-detail {
    margin-bottom: 13.3333333333vw;
  }
}
body#residence .design-detail::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  background-image: url("../image/page/residence/bg_design.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 851px) {
  body#residence .design-detail::before {
    top: min(10.4166666667vw, 200px);
    width: min(17.7083333333vw, 340px);
    height: min(28.125vw, 540px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-detail::before {
    top: 30.6666666667vw;
    width: 45.3333333333vw;
    height: 72vw;
  }
}
body#residence .design-detail .detail-lead {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#residence .design-detail .detail-lead {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: min(1.5625vw, 30px);
    margin: 0 auto min(2.0833333333vw, 40px) min(12.5vw, 240px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-detail .detail-lead {
    font-size: 4vw;
    margin: 0 10.6666666667vw 5.3333333333vw;
  }
}
body#residence .design-detail > .design-media:first-of-type {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (min-width: 851px) {
  body#residence .design-detail > .design-media:first-of-type {
    width: min(75vw, 1440px);
    margin: 0 auto min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-detail > .design-media:first-of-type {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
body#residence .design-detail .material-text {
  position: relative;
}
@media screen and (min-width: 851px) {
  body#residence .design-detail .material-text {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0 min(12.5vw, 240px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-detail .material-text {
    margin: 5.3333333333vw 10.6666666667vw 0;
  }
}
body#residence .design-detail .material-text h3,
body#residence .design-detail .material-text p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
}
body#residence .design-detail .material-text h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#residence .design-detail .material-text h3 {
    font-size: min(1.7708333333vw, 34px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-detail .material-text h3 {
    font-size: 4.5333333333vw;
  }
}
body#residence .design-detail .material-text p {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#residence .design-detail .material-text p {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-detail .material-text p {
    font-size: 3.2vw;
    margin: 10.4vw 0 0;
  }
}
body#residence .design-detail .design-media--material {
  position: relative;
  top: auto;
  left: auto;
  aspect-ratio: 420/240;
}
@media screen and (min-width: 851px) {
  body#residence .design-detail .design-media--material {
    width: min(25vw, 480px);
    margin: max(-15.625vw, -300px) 0 min(10.4166666667vw, 200px) min(57.2916666667vw, 1100px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-detail .design-media--material {
    width: 56vw;
    margin: 0 0 0 38.6666666667vw;
  }
}
body#residence .sec-title--entrance {
  margin-top: 0;
}
@media screen and (min-width: 851px) {
  body#residence .sec-title--entrance {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  body#residence .sec-title--entrance h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .sec-title--entrance {
    margin-left: 5.3333333333vw;
  }
}
body#residence .design-media--entrance {
  overflow: hidden;
}
@media screen and (min-width: 851px) {
  body#residence .design-media--entrance {
    width: min(75vw, 1440px);
    margin: min(3.125vw, 60px) auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-media--entrance {
    width: 89.3333333333vw;
    margin: 8vw auto 0;
  }
}
body#residence .design-media--entrance img {
  width: 100%;
  aspect-ratio: 670/430;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  body#residence .entrance-copy {
    margin: 8vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 851px) {
  body#residence .master-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: min(3.125vw, 60px);
  }
  body#residence .master-title h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .master-title {
    width: 65.3333333333vw;
    text-align: center;
    margin: 16vw auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .master-title h2 {
    margin-top: 3.2vw;
  }
}
body#residence .design-media--master {
  position: relative;
  overflow: hidden;
  mix-blend-mode: darken;
}
@media screen and (min-width: 851px) {
  body#residence .design-media--master {
    width: min(62.5vw, 1200px);
    margin: 0 auto min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .design-media--master {
    margin: 2.6666666667vw 0 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .master-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: min(3.125vw, 60px);
    width: min(79.1666666667vw, 1520px);
    margin: 0 auto min(10.4166666667vw, 200px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .master-text {
    padding: 0 8vw;
    margin: 8vw auto 0;
  }
}
body#residence .master-text h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#residence .master-text h3 {
    font-size: min(1.7708333333vw, 34px);
    white-space: nowrap;
  }
}
@media screen and (max-width: 850px) {
  body#residence .master-text h3 {
    font-size: 4.5333333333vw;
  }
}
body#residence .master-text p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#residence .master-text p {
    font-size: min(0.9375vw, 18px);
    white-space: nowrap;
    margin-top: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .master-text p {
    font-size: 3.2vw;
    margin: 8vw 0 0;
  }
}
body#residence .design-media--surroundings {
  position: relative;
  mix-blend-mode: darken;
}
@media screen and (min-width: 851px) {
  body#residence .design-media--surroundings {
    width: min(72.9166666667vw, 1400px);
  }
  body#residence .design-media--surroundings img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 851px) {
  body#residence .sec-title--landscape {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: min(75vw, 1440px);
  }
  body#residence .sec-title--landscape h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .sec-title--landscape {
    margin-top: 20vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .landscape-wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(5.2083333333vw, 100px);
    width: min(83.3333333333vw, 1600px);
    margin: min(3.125vw, 60px) auto min(6.25vw, 120px);
  }
}
body#residence .plant-gallery {
  position: relative;
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery figure {
    position: absolute;
    box-sizing: border-box;
    padding-bottom: 6vw;
    margin: 0;
  }
}
body#residence .plant-gallery figcaption, body#residence .plant-gallery__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery figcaption, body#residence .plant-gallery__caption {
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery figcaption, body#residence .plant-gallery__caption {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    right: 0;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery__caption {
    grid-column: span 2;
    text-align: right;
  }
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery--top {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top {
    width: 90.1333333333vw;
    aspect-ratio: 676/399;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery--top figure:nth-child(1) {
    width: min(13.125vw, 252px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(1) {
    top: 0.2666666667vw;
    left: 22.6666666667vw;
    width: 33.6vw;
  }
}
body#residence .plant-gallery--top figure:nth-child(1) img {
  width: 100%;
  aspect-ratio: 252/264;
  height: auto;
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery--top figure:nth-child(2) {
    width: min(10.78125vw, 207px);
    margin-bottom: min(10.4166666667vw, 200px);
    margin-left: max(-2.6041666667vw, -50px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(2) {
    top: 12.9333333333vw;
    left: 0;
    width: 27.6vw;
  }
}
body#residence .plant-gallery--top figure:nth-child(2) img {
  width: 100%;
  aspect-ratio: 207/257;
  height: auto;
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery--top figure:nth-child(3) {
    width: min(6.25vw, 120px);
    margin-left: max(-2.0833333333vw, -40px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(3) {
    top: 0;
    left: 69.4666666667vw;
    width: 20.6666666667vw;
  }
}
body#residence .plant-gallery--top figure:nth-child(3) img {
  width: 100%;
  aspect-ratio: 155/298;
  height: auto;
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery--top figure:nth-child(4) {
    width: min(7.2916666667vw, 140px);
    margin-bottom: min(7.2916666667vw, 140px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(4) {
    top: 12.9333333333vw;
    left: 51.0666666667vw;
    width: 19.0666666667vw;
  }
}
body#residence .plant-gallery--top figure:nth-child(4) img {
  width: 100%;
  aspect-ratio: 143/255;
  height: auto;
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(1) figcaption {
    top: 36.8vw;
    left: 6.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(2) figcaption {
    top: 34.8vw;
    left: 8.8vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(3) figcaption {
    top: 42.1333333333vw;
    left: 6.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--top figure:nth-child(4) figcaption {
    top: 35.7333333333vw;
    left: 4vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .plant-gallery--bottom {
    display: grid;
    grid-template-columns: min(16.6666666667vw, 320px) min(16.6666666667vw, 320px);
    -moz-column-gap: min(1.0416666667vw, 20px);
         column-gap: min(1.0416666667vw, 20px);
    row-gap: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom {
    width: 89.3333333333vw;
    aspect-ratio: 670/627;
    margin-top: 9.8666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figure {
    width: 42.6666666667vw;
  }
}
body#residence .plant-gallery--bottom figure img {
  width: 100%;
  aspect-ratio: 320/252;
  height: auto;
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figure:nth-child(1) {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figure:nth-child(2) {
    top: 0;
    left: 46.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figure:nth-child(3) {
    top: 40.9333333333vw;
    left: 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figure:nth-child(4) {
    top: 40.9333333333vw;
    left: 46.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figcaption {
    top: 34.6666666667vw;
    right: 1.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figure:nth-child(2) figcaption,
  body#residence .plant-gallery--bottom figure:nth-child(4) figcaption {
    right: -0.9333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom figure:nth-child(3) figcaption,
  body#residence .plant-gallery--bottom figure:nth-child(4) figcaption {
    top: 34.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .plant-gallery--bottom__caption {
    top: 81.8666666667vw;
    right: 0;
  }
}
body#residence .landscape-panel {
  position: relative;
  background: #E8E3DD;
}
@media screen and (min-width: 851px) {
  body#residence .landscape-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(75vw, 1440px);
    padding: min(2.0833333333vw, 40px) min(2.6041666667vw, 50px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .landscape-panel {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0 1.3333333333vw;
    margin: 10.6666666667vw auto 13.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .landscape-summary {
    border-top: min(0.0520833333vw, 1px) solid #AC977D;
    border-bottom: min(0.0520833333vw, 1px) solid #3B3B3B;
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: center;
    padding: min(1.5625vw, 30px) 0;
    margin-bottom: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .landscape-summary {
    width: 100%;
    text-align: center;
  }
}
body#residence .landscape-summary .sec-title__label {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3E6250;
}
@media screen and (min-width: 851px) {
  body#residence .landscape-summary .sec-title__label {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .landscape-summary .sec-title__label {
    font-size: 3.2vw;
  }
}
body#residence .landscape-summary h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
@media screen and (min-width: 851px) {
  body#residence .landscape-summary h2 {
    font-size: min(1.6666666667vw, 32px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .landscape-summary h2 {
    font-size: 4.8vw;
    text-align: center;
    margin-top: 3.2vw;
  }
}
body#residence .landscape-summary p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#residence .landscape-summary p {
    font-size: min(0.9375vw, 18px);
    letter-spacing: 0.05em;
    padding-right: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .landscape-summary p {
    font-size: 3.2vw;
    padding: 0 8vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .designer-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  body#residence .designer-image {
    position: relative;
    top: auto;
    left: auto;
    width: 45.3333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
body#residence .designer-image img {
  width: 100%;
  aspect-ratio: 340/427;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 851px) {
  body#residence .designer-image img {
    width: min(15.625vw, 300px);
  }
}
@media screen and (min-width: 851px) {
  body#residence .designer-text {
    padding-right: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .designer-text {
    width: 73.3333333333vw;
    margin: 8vw auto 0;
  }
}
body#residence .designer-text strong {
  display: block;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 851px) {
  body#residence .designer-text strong {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .designer-text strong {
    font-size: 3.2vw;
  }
}
body#residence .designer-text > div {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 851px) {
  body#residence .designer-text > div {
    gap: min(1.0416666667vw, 20px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .designer-text > div {
    gap: 3.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}
body#residence .designer-text span:first-child {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 851px) {
  body#residence .designer-text span:first-child {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .designer-text span:first-child {
    font-size: 6.1333333333vw;
  }
}
body#residence .designer-text span:last-child {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (min-width: 851px) {
  body#residence .designer-text span:last-child {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .designer-text span:last-child {
    font-size: 4.5333333333vw;
  }
}
body#residence .designer-text p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#residence .designer-text p {
    font-size: min(0.9375vw, 18px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .designer-text p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
body#residence .landscape-zu {
  position: relative;
  mix-blend-mode: darken;
}
@media screen and (min-width: 851px) {
  body#residence .landscape-zu {
    width: 100%;
    margin: min(1.0416666667vw, 20px) 0 0 max(-4.1666666667vw, -80px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .landscape-zu {
    width: 100%;
    padding: 0 2.6666666667vw;
    margin: 2.6666666667vw 0 8vw -2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .lounge-title {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    margin: 0 auto min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-title {
    padding: 0 8vw;
    margin: 0 0;
  }
}
@media screen and (min-width: 851px) {
  body#residence .lounge-title .sec-title__label {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-title .sec-title__label {
    font-size: 3.2vw;
  }
}
body#residence .lounge-title h2 {
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-title h2 {
    font-size: min(1.875vw, 36px);
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-title h2 {
    font-size: 4.8vw;
    margin-top: 3.3333333333vw;
  }
}
body#residence .lounge-title p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-title p {
    grid-column: span 2;
    text-align: left;
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(1.0416666667vw, 20px);
    margin-left: auto;
    margin-right: min(8.0729166667vw, 155px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-title p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
body#residence .common-media {
  position: relative;
}
body#residence .common-media img {
  -o-object-fit: cover;
     object-fit: cover;
}
body#residence .common-media--lounge {
  background-image: linear-gradient(#9A8C7B);
  background-size: 100% 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#residence .common-media--lounge {
    padding: 0 0 min(5.2083333333vw, 100px);
    margin: 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-media--lounge {
    padding: 0 0 13.3333333333vw;
    margin: 10.6666666667vw 0 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-media--lounge figure {
    width: 89.3333333333vw;
    height: 80vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 851px) {
  body#residence .common-media--lounge figure img {
    display: block;
    width: min(75vw, 1440px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-media--lounge figure img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 851px) {
  body#residence .common-media--lounge figure figcaption {
    width: min(75vw, 1440px);
    margin: 0 auto;
  }
}
body#residence .lounge-section {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-section {
    padding: 0 min(2.0833333333vw, 40px) min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-section {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
}
body#residence .lounge-section > h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-section > h3 {
    font-size: min(1.875vw, 36px);
    margin-bottom: min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-section > h3 {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .lounge-section__wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(4.1666666667vw, 80px);
    width: min(75vw, 1440px);
    margin: 0 auto;
  }
}
body#residence .lounge-section__list {
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-section__list {
    display: grid;
    grid-template-columns: repeat(2, min(22.3958333333vw, 430px));
    gap: min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-section__list {
    display: flex;
    flex-flow: column nowrap;
    gap: 8vw;
    padding-top: 8vw;
  }
}
body#residence .lounge-section__list .lounge-item {
  border-bottom: 1px solid #3B3B3B;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-section__list .lounge-item {
    border-bottom-width: min(0.0520833333vw, 1px);
    gap: min(2.0833333333vw, 40px);
    padding: 0 min(0.5208333333vw, 10px) min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-section__list .lounge-item {
    border-bottom-width: 0.1333333333vw;
    gap: 5.3333333333vw;
    padding: 0 4vw 8vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .lounge-section__list .lounge-item__icon {
    width: min(3.6458333333vw, 70px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-section__list .lounge-item__icon {
    width: 9.3333333333vw;
  }
}
body#residence .lounge-section__list .lounge-item > p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-section__list .lounge-item > p {
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-section__list .lounge-item > p {
    font-size: 3.4666666667vw;
  }
}
body#residence .lounge-sustainable {
  background-color: #EBE7DF;
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable {
    padding-bottom: min(5.2083333333vw, 100px);
    margin-bottom: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable {
    padding-bottom: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
body#residence .lounge-sustainable__wrap {
  background-color: #9A8C7B;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__wrap {
    display: grid;
    grid-template-columns: min(31.25vw, 600px) auto;
    gap: min(2.0833333333vw, 40px);
    width: 100%;
    padding: min(6.25vw, 120px) min(8.3333333333vw, 160px);
    margin: 0 auto min(6.25vw, 120px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__wrap {
    padding-bottom: 8vw;
    margin-bottom: 13.3333333333vw;
  }
}
body#residence .lounge-sustainable__map {
  z-index: 1;
  position: sticky;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__map {
    align-self: start;
    top: min(2.0833333333vw, 40px);
    width: 100%;
    height: auto;
    aspect-ratio: 680/600;
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__map {
    overflow: hidden;
    top: 5.3333333333vw;
    width: 89.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
body#residence .lounge-sustainable .lounge-map {
  position: relative;
  width: 100%;
  aspect-ratio: 680/600;
}
body#residence .lounge-sustainable .lounge-map > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable .lounge-map {
    border: 0.1333333333vw solid #3B3B3B;
  }
}
body#residence .lounge-sustainable .lounge-map__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(59, 59, 59, 0.8);
  display: grid;
  place-items: center;
  width: 7.94%;
  height: auto;
  aspect-ratio: 1/1;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  color: #F4F2EE;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable .lounge-map__pin {
    font-size: min(1.4583333333vw, 28px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable .lounge-map__pin {
    font-size: 3.7333333333vw;
  }
}
body#residence .lounge-sustainable .lounge-map__pin.is-01 {
  top: 9.67%;
  left: 27.65%;
}
body#residence .lounge-sustainable .lounge-map__pin.is-02 {
  top: 38.83%;
  left: 69.12%;
}
body#residence .lounge-sustainable .lounge-map__pin.is-03 {
  top: 11.17%;
  left: 75.15%;
}
body#residence .lounge-sustainable .lounge-map__pin.is-04 {
  top: 45.5%;
  left: 21.47%;
}
body#residence .lounge-sustainable .lounge-map__pin.is-current, body#residence .lounge-sustainable .lounge-map__pin:focus-visible {
  background-color: #3F775E;
  box-shadow: 0 0 0 3px #F4F2EE;
}
@media (hover: hover) and (pointer: fine) {
  body#residence .lounge-sustainable .lounge-map__pin:hover {
    background-color: #3F775E;
    box-shadow: 0 0 0 3px #F4F2EE;
  }
}
body#residence .lounge-sustainable__list {
  counter-reset: sustainable;
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__list {
    gap: min(2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__list {
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
body#residence .lounge-sustainable__list .sustainable-item {
  counter-increment: sustainable;
  background-color: #FFF;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__list .sustainable-item {
    gap: min(1.0416666667vw, 20px);
    padding: min(2.0833333333vw, 40px) min(1.5625vw, 30px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__list .sustainable-item {
    gap: 4vw;
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__list .sustainable-item__content {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__list .sustainable-item__content {
    min-width: 40vw;
  }
}
body#residence .lounge-sustainable__list .sustainable-item__content p:first-of-type {
  border-bottom: 0.5px solid #3E6250;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
body#residence .lounge-sustainable__list .sustainable-item__content p:first-of-type > span {
  font-size: 0.7em;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__list .sustainable-item__content p:first-of-type {
    font-size: min(1.5625vw, 30px);
    padding-bottom: min(1.0416666667vw, 20px);
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__list .sustainable-item__content p:first-of-type {
    font-size: 3.4666666667vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
body#residence .lounge-sustainable__list .sustainable-item__content p:first-of-type::before {
  content: counter(sustainable);
  border-radius: 50%;
  background-color: #3E6250;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__list .sustainable-item__content p:first-of-type::before {
    width: min(2.34375vw, 45px);
    height: min(2.34375vw, 45px);
    margin-right: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__list .sustainable-item__content p:first-of-type::before {
    width: 6vw;
    height: 6vw;
    margin-right: 1.3333333333vw;
  }
}
body#residence .lounge-sustainable__list .sustainable-item__content p:last-of-type {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__list .sustainable-item__content p:last-of-type {
    font-size: min(1.1458333333vw, 22px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__list .sustainable-item__content p:last-of-type {
    font-size: 2.9333333333vw;
  }
}
body#residence .lounge-sustainable__list .sustainable-item__image {
  flex-shrink: 0;
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__list .sustainable-item__image {
    width: 37.3333333333vw;
  }
}
body#residence .lounge-sustainable__furniture {
  background-color: rgba(120, 130, 107, 0.8);
  color: #F4F2EE;
  margin: 0 auto;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__furniture {
    width: min(62.5vw, 1200px);
    padding: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__furniture {
    width: 89.3333333333vw;
    padding: 2.6666666667vw;
  }
}
body#residence .lounge-sustainable__furniture .inner {
  background-color: #78826B;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__furniture .inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: min(3.125vw, 60px);
    padding: min(3.125vw, 60px) min(2.6041666667vw, 50px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__furniture .inner {
    padding: 8vw 6.6666666667vw 10.6666666667vw;
  }
}
body#residence .lounge-sustainable__furniture h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__furniture h3 {
    font-size: min(1.875vw, 36px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__furniture h3 {
    font-size: 5.6vw;
    text-align: center;
  }
}
body#residence .lounge-sustainable__furniture p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__furniture p {
    font-size: min(1.1458333333vw, 22px);
    margin: min(2.0833333333vw, 40px) 0 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__furniture p {
    font-size: 3.2vw;
    margin: 6.6666666667vw 0;
  }
}
@media screen and (min-width: 851px) {
  body#residence .lounge-sustainable__furniture .image {
    width: min(19.7916666667vw, 380px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .lounge-sustainable__furniture .image {
    width: 70.6666666667vw;
    height: 34.6666666667vw;
  }
  body#residence .lounge-sustainable__furniture .image img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#residence .common-panel {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 851px) {
  body#residence .common-panel {
    width: min(83.3333333333vw, 1600px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-panel {
    width: 100%;
  }
}
@media screen and (min-width: 851px) {
  body#residence .common-title {
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-title {
    padding: 0 8vw;
    margin-bottom: 6.6666666667vw;
  }
}
body#residence .common-title .sec-title__label {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3E6250;
}
@media screen and (min-width: 851px) {
  body#residence .common-title .sec-title__label {
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-title .sec-title__label {
    font-size: 3.2vw;
  }
}
body#residence .common-title h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  body#residence .common-title h2 {
    font-size: min(1.875vw, 36px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-title h2 {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .common-space-wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: min(5.2083333333vw, 100px);
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (min-width: 851px) {
  body#residence .common-space-media {
    width: min(35.4166666667vw, 680px);
  }
  body#residence .common-space-media img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-space-media {
    width: 84vw;
    margin: 0 auto 5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .parking-text {
    padding: 0 8vw;
    margin-bottom: 8vw;
  }
}
body#residence .parking-text h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#residence .parking-text h3 {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .parking-text h3 {
    font-size: 4.5333333333vw;
  }
}
body#residence .parking-text p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 0;
}
@media screen and (min-width: 851px) {
  body#residence .parking-text p {
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .parking-text p {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
body#residence .common-card-grid {
  display: grid;
}
@media screen and (min-width: 851px) {
  body#residence .common-card-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: min(3.125vw, 60px);
    margin-bottom: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-card-grid {
    grid-template-columns: repeat(2, 40vw);
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 9.3333333333vw;
    padding: 0 8vw;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-card:nth-child(2) {
    padding-bottom: 3.2vw;
  }
}
body#residence .common-card__media {
  position: relative;
  aspect-ratio: 300/240;
}
@media screen and (min-width: 851px) {
  body#residence .common-card__media {
    width: 100%;
  }
  body#residence .common-card__media img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-card__media {
    width: 40vw;
  }
}
body#residence .common-card h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#residence .common-card h3 {
    font-size: min(1.5625vw, 30px);
    margin: min(2.0833333333vw, 40px) 0 0;
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-card h3 {
    font-size: 4vw;
    margin: 5.3333333333vw 0 0;
  }
}
body#residence .common-card p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 0;
}
@media screen and (min-width: 851px) {
  body#residence .common-card p {
    font-size: min(1.0416666667vw, 20px);
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .common-card p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .security-wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    gap: min(4.1666666667vw, 80px);
    margin-bottom: min(6.25vw, 120px);
  }
}
body#residence .security-media {
  position: relative;
}
@media screen and (max-width: 850px) {
  body#residence .security-media {
    width: 84vw;
    margin: 4vw auto 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#residence .security-text {
    width: min(52.0833333333vw, 1000px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .security-text {
    padding: 0 8vw;
    margin-bottom: 16vw;
  }
}
body#residence .security-text h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  body#residence .security-text h3 {
    font-size: min(1.7708333333vw, 34px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .security-text h3 {
    font-size: 4.5333333333vw;
  }
}
body#residence .security-text p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  margin: 0;
}
@media screen and (min-width: 851px) {
  body#residence .security-text p {
    font-size: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .security-text p {
    font-size: 2.9333333333vw;
  }
}
body#residence .security-text .note {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.02em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#residence .security-text .note {
    font-size: max(10px, min(0.8333333333vw, 16px));
    margin-top: min(0.5208333333vw, 10px);
  }
}
@media screen and (max-width: 850px) {
  body#residence .security-text .note {
    font-size: max(10px, 2.4vw);
    margin-top: 2.6666666667vw;
  }
}
body#residence .page-note {
  margin-top: 0;
}
@media screen and (max-width: 850px) {
  body#residence .page-note {
    padding: 0 5.3333333333vw;
    margin-bottom: 16vw;
  }
}

body#subpage .map,
body#subpage .outline {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 851px) {
  body#subpage .map {
    margin-bottom: min(7.8125vw, 150px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .map {
    margin-bottom: 20vw;
  }
}
@media screen and (min-width: 851px) {
  body#subpage .map__image {
    width: min(62.5vw, 1200px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  body#subpage .map__image {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
body#subpage .map__image img {
  display: block;
  width: 100%;
  max-width: none;
}
body#subpage .map__button {
  background-color: #3F775E;
}
@media screen and (min-width: 851px) {
  body#subpage .map__button {
    margin: min(4.1666666667vw, 80px) auto 0;
  }
}
@media screen and (max-width: 850px) {
  body#subpage .map__button {
    margin: 10.6666666667vw auto 0;
  }
}
body#subpage .map__button span {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}
body#subpage .map__button span::before {
  content: "";
  background-image: url("../image/common/icon_pin.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  aspect-ratio: 21/30;
}
@media screen and (min-width: 851px) {
  body#subpage .map__button span::before {
    width: min(0.8333333333vw, 16px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .map__button span::before {
    width: 2.8vw;
  }
}
@media screen and (min-width: 851px) {
  body#subpage .outline {
    width: min(62.5vw, 1200px);
    margin: 0 auto min(9.8958333333vw, 190px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline {
    padding: 0 8vw;
    margin-bottom: 25.3333333333vw;
  }
}
body#subpage .outline__title {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  body#subpage .outline__title {
    font-size: min(1.7708333333vw, 34px);
    margin-bottom: min(1.0416666667vw, 20px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__title {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  body#subpage .outline__title + .outline__table + body#subpage .outline__title {
    margin-top: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__title + .outline__table + body#subpage .outline__title {
    margin-top: 13.3333333333vw;
  }
}
body#subpage .outline__table {
  border-collapse: separate;
  width: 100%;
}
@media screen and (min-width: 851px) {
  body#subpage .outline__table + .outline__title {
    margin-top: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__table + .outline__title {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  body#subpage .outline__table {
    border-spacing: 0 min(0.2083333333vw, 4px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__table tbody {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__table tr {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__table tr + tr {
    margin-top: 0.5333333333vw;
  }
}
body#subpage .outline__table th,
body#subpage .outline__table td {
  text-align: left;
}
@media screen and (max-width: 850px) {
  body#subpage .outline__table th,
  body#subpage .outline__table td {
    display: block;
  }
}
body#subpage .outline__table th {
  background-color: #739787;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #F4F2EE;
}
@media screen and (min-width: 851px) {
  body#subpage .outline__table th {
    vertical-align: middle;
    width: min(17.7083333333vw, 340px);
    padding: min(0.7291666667vw, 14px) min(1.5625vw, 30px);
    font-size: min(1.25vw, 24px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__table th {
    padding: 0.8vw 4vw;
    font-size: 3.2vw;
  }
}
body#subpage .outline__table td {
  background-color: #F9F9F9;
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #3B3B3B;
}
@media screen and (min-width: 851px) {
  body#subpage .outline__table td {
    padding: min(1.0416666667vw, 20px) min(1.5625vw, 30px);
    font-size: min(1.1458333333vw, 22px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__table td {
    padding: 2.6666666667vw 4vw;
    font-size: 2.9333333333vw;
  }
}
body#subpage .outline__table td .indent {
  display: block;
  padding-left: 1em;
}
body#subpage .outline__note {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 851px) {
  body#subpage .outline__note {
    margin-top: min(4.1666666667vw, 80px);
    font-size: min(0.9375vw, 18px);
  }
}
@media screen and (max-width: 850px) {
  body#subpage .outline__note {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
  }
}

.page-visual {
  z-index: 0;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 851px) {
  .page-visual {
    padding-top: min(3.90625vw, 75px);
  }
}
@media screen and (max-width: 850px) {
  .page-visual {
    padding-top: 7.3333333333vw;
  }
}
.page-visual::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: calc(0px - var(--page-header-height, 0px));
  left: 0;
  background-color: #EBE7DF;
}
@media screen and (min-width: 851px) {
  .page-visual::before {
    width: min(40.625vw, 780px);
    height: min(29.1666666667vw, 560px);
  }
}
@media screen and (max-width: 850px) {
  .page-visual::before {
    width: 69.3333333333vw;
    height: 36.6666666667vw;
  }
}
.page-visual__title {
  z-index: 1;
  position: relative;
}
.page-visual__label {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #3E6250;
}
@media screen and (min-width: 851px) {
  .page-visual__label {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  .page-visual__label {
    font-size: 4.8vw;
  }
}
.page-visual h2 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.27em;
  text-align: center;
  padding-left: 0.5em;
}
@media screen and (min-width: 851px) {
  .page-visual h2 {
    font-size: min(2.1875vw, 42px);
    margin-top: min(2.6041666667vw, 50px);
    margin-bottom: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 850px) {
  .page-visual h2 {
    font-size: 6.1333333333vw;
    margin-top: 3.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.page-visual__visual {
  z-index: 1;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 850px) {
  .page-visual__visual {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  .page-visual__lead {
    margin-top: min(5.2083333333vw, 100px);
  }
}
@media screen and (max-width: 850px) {
  .page-visual__lead {
    padding: 0 8vw;
    margin-top: 9.3333333333vw;
    margin-bottom: 9.0666666667vw;
  }
}
.page-visual__lead h3 {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 851px) {
  .page-visual__lead h3 {
    font-size: min(1.6666666667vw, 32px);
  }
}
@media screen and (max-width: 850px) {
  .page-visual__lead h3 {
    font-size: 5.6vw;
  }
}
.page-visual__lead p {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 851px) {
  .page-visual__lead p {
    font-size: min(0.9375vw, 18px);
    text-align: center;
    margin-top: min(3.125vw, 60px);
  }
}
@media screen and (max-width: 850px) {
  .page-visual__lead p {
    font-size: 3.2vw;
    text-align: justify;
    margin-top: 3.3333333333vw;
  }
}

.page-section-label,
.page-wordmark {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .page-section-label {
    font-size: 6.6666666667vw;
  }
}

@media screen and (max-width: 850px) {
  .page-wordmark {
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .page-wordmark--large {
    font-size: 13.3333333333vw;
  }
}

.page-panel--ivory {
  background-color: #EBE7DF;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.page-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.page-carousel::-webkit-scrollbar {
  display: none;
}

.page-note {
  width: 100%;
}
@media screen and (min-width: 851px) {
  .page-note {
    width: min(75vw, 1440px);
    margin: min(6.25vw, 120px) auto min(8.8541666667vw, 170px);
  }
}
@media screen and (max-width: 850px) {
  .page-note {
    padding: 0 5.3333333333vw;
    margin-top: 16vw;
    margin-bottom: 14.1333333333vw;
  }
}
.page-note p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 851px) {
  .page-note p {
    font-size: max(10px, min(0.625vw, 12px));
  }
}
@media screen and (max-width: 850px) {
  .page-note p {
    font-size: max(10px, 2.4vw);
  }
}/*# sourceMappingURL=style.css.map */
