@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..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] {
  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 */
  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;
}

.evt {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-duration: 2s;
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
}

.spin span {
  display: inline-block;
  animation: spin 0.5s linear forwards;
  transform: rotateY(90deg);
}
.spin span:nth-of-type(1) {
  animation-delay: 0s;
}
.spin span:nth-of-type(2) {
  animation-delay: 0.05s;
}
.spin span:nth-of-type(3) {
  animation-delay: 0.1s;
}
.spin span:nth-of-type(4) {
  animation-delay: 0.15s;
}
.spin span:nth-of-type(5) {
  animation-delay: 0.2s;
}
.spin span:nth-of-type(6) {
  animation-delay: 0.25s;
}
.spin span:nth-of-type(7) {
  animation-delay: 0.3s;
}
.spin span:nth-of-type(8) {
  animation-delay: 0.35s;
}
.spin span:nth-of-type(9) {
  animation-delay: 0.4s;
}
.spin span:nth-of-type(10) {
  animation-delay: 0.45s;
}
.spin span:nth-of-type(11) {
  animation-delay: 0.5s;
}
.spin span:nth-of-type(12) {
  animation-delay: 0.55s;
}
.spin span:nth-of-type(13) {
  animation-delay: 0.6s;
}
.spin span:nth-of-type(14) {
  animation-delay: 0.65s;
}
.spin span:nth-of-type(15) {
  animation-delay: 0.7s;
}
.spin span:nth-of-type(16) {
  animation-delay: 0.75s;
}
.spin span:nth-of-type(17) {
  animation-delay: 0.8s;
}
.spin span:nth-of-type(18) {
  animation-delay: 0.85s;
}
.spin span:nth-of-type(19) {
  animation-delay: 0.9s;
}
.spin span:nth-of-type(20) {
  animation-delay: 0.95s;
}
.spin span:nth-of-type(21) {
  animation-delay: 1s;
}
.spin span:nth-of-type(22) {
  animation-delay: 1.05s;
}
.spin span:nth-of-type(23) {
  animation-delay: 1.1s;
}
.spin span:nth-of-type(24) {
  animation-delay: 1.15s;
}
.spin span:nth-of-type(25) {
  animation-delay: 1.2s;
}
.spin span:nth-of-type(26) {
  animation-delay: 1.25s;
}
.spin span:nth-of-type(27) {
  animation-delay: 1.3s;
}
.spin span:nth-of-type(28) {
  animation-delay: 1.35s;
}
.spin span:nth-of-type(29) {
  animation-delay: 1.4s;
}
.spin span:nth-of-type(30) {
  animation-delay: 1.45s;
}
.spin span:nth-of-type(31) {
  animation-delay: 1.5s;
}
.spin span:nth-of-type(32) {
  animation-delay: 1.55s;
}
.spin span:nth-of-type(33) {
  animation-delay: 1.6s;
}
.spin span:nth-of-type(34) {
  animation-delay: 1.65s;
}
.spin span:nth-of-type(35) {
  animation-delay: 1.7s;
}
.spin span:nth-of-type(36) {
  animation-delay: 1.75s;
}
.spin span:nth-of-type(37) {
  animation-delay: 1.8s;
}
.spin span:nth-of-type(38) {
  animation-delay: 1.85s;
}
.spin span:nth-of-type(39) {
  animation-delay: 1.9s;
}
.spin span:nth-of-type(40) {
  animation-delay: 1.95s;
}
.spin span:nth-of-type(41) {
  animation-delay: 2s;
}
.spin span:nth-of-type(42) {
  animation-delay: 2.05s;
}
.spin span:nth-of-type(43) {
  animation-delay: 2.1s;
}
.spin span:nth-of-type(44) {
  animation-delay: 2.15s;
}
.spin span:nth-of-type(45) {
  animation-delay: 2.2s;
}
.spin span:nth-of-type(46) {
  animation-delay: 2.25s;
}
.spin span:nth-of-type(47) {
  animation-delay: 2.3s;
}
.spin span:nth-of-type(48) {
  animation-delay: 2.35s;
}
.spin span:nth-of-type(49) {
  animation-delay: 2.4s;
}
.spin span:nth-of-type(50) {
  animation-delay: 2.45s;
}

@keyframes spin {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  width: calc(100vw - (100vw - 100%));
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

input {
  margin: 0;
  padding: 0;
}

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

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

small,
strong {
  font-weight: inherit;
  line-height: inherit;
}

.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%;
}

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

.img-caption {
  position: relative;
}
.img-caption::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  font-size: min(0.625vw, 12px);
  color: #ffffff;
  padding: min(0.2604166667vw, 5px) min(0.625vw, 12px);
}
@media screen and (max-width: 750px) {
  .img-caption::after {
    max-width: 100%;
    height: auto;
    white-space: pre-line;
    font-size: 9px;
    padding: 0.4vw 1.6vw;
  }
}
.img-caption.out::after {
  background: none;
  color: inherit;
  top: 100%;
  bottom: auto;
}
.img-caption small {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
  font-size: min(0.625vw, 12px);
  color: #ffffff;
  padding: min(0.2604166667vw, 5px) min(0.625vw, 12px);
}
@media screen and (max-width: 750px) {
  .img-caption small {
    max-width: 100%;
    height: auto;
    white-space: normal;
    font-size: 12px;
    padding: 0.4vw 1.6vw;
  }
}
@media screen and (max-width: 750px) {
  .img-caption--small::after, .img-caption--small small {
    font-size: 10px;
  }
}
.img-caption--small2::after, .img-caption--small2 small {
  font-size: min(0.5729166667vw, 11px);
}
@media screen and (max-width: 750px) {
  .img-caption--small2::after, .img-caption--small2 small {
    font-size: 9px;
  }
}
@media screen and (max-width: 750px) {
  .img-caption--small3::after, .img-caption--small3 small {
    font-size: 9px;
    line-height: 1.2;
    width: 124px;
  }
}
@media screen and (max-width: 750px) {
  .img-caption--small4::after, .img-caption--small4 small {
    font-size: 9px;
    line-height: 1.2;
    width: 136px;
  }
}

.img-caution {
  z-index: 0;
  position: relative;
}
.img-caution::before {
  content: attr(data-caution);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.8333333333vw, 16px);
  padding: min(0.2604166667vw, 5px) min(0.625vw, 12px);
}
@media screen and (max-width: 750px) {
  .img-caution::before {
    font-size: 2.5333333333vw;
    padding: 0.4vw 1.6vw;
  }
}

.l-header {
  display: none;
  position: fixed;
  top: min(2.0833333333vw, 40px);
  z-index: 105;
  background: transparent;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  padding: 0 min(4.1666666667vw, 80px);
  margin-bottom: calc(min(4.1666666667vw, 80px) * -1);
  transition: color 0.2s ease;
}
@media screen and (max-width: 1499px) {
  .l-header {
    padding: 0 min(2.0833333333vw, 40px);
    margin-bottom: calc(min(4.1666666667vw, 80px) * -1);
  }
}
@media screen and (max-width: 750px) {
  .l-header {
    position: absolute;
    top: 2.6666666667vw;
    padding: 2.6666666667vw 2.6666666667vw;
    margin-bottom: -10.6666666667vw;
  }
}
.l-header.ended {
  display: flex;
}
.l-header__inner {
  border-radius: min(5.2083333333vw, 100px);
  background-color: transparent;
  width: 100%;
  max-width: min(91.6666666667vw, 1760px);
  height: 10.6666666667vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 min(1.0416666667vw, 20px);
  margin: 0 auto;
  backdrop-filter: blur(0px);
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}
@media screen and (min-width: 751px) {
  .l-header__inner {
    height: min(4.1666666667vw, 80px);
  }
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}
.l-header__inner .logo {
  width: min(11.9791666667vw, 230px);
}
@media screen and (max-width: 750px) {
  .l-header__inner .logo {
    z-index: 1;
    width: 34.9333333333vw;
  }
}
.l-header__inner .logo img {
  width: 100%;
}
.l-header__inner .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(1.5625vw, 30px);
}
.l-header__inner .menu-items {
  display: flex;
  flex-direction: row;
  gap: min(1.7708333333vw, 34px);
}
.l-header__inner .menu-items a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-header__inner .menu-items a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: max(-0.1041666667vw, -2px);
  width: 100%;
  height: min(0.0520833333vw, 1px);
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
  pointer-events: none;
}
.l-header__inner .menu-items a:hover::after, .l-header__inner .menu-items a:focus-visible::after {
  transform: scaleX(1);
}
.l-header__inner .menu-items a[aria-current=page]::after, .l-header__inner .menu-items a.is-current::after {
  transform: scaleX(1);
}
.l-header__inner .menu-item {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
}
.l-header__inner .menu .button {
  background-color: #a68e68;
  border-radius: min(1.0416666667vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(9.375vw, 180px);
  height: min(2.0833333333vw, 40px);
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  padding-bottom: min(0.2083333333vw, 4px);
}
.l-header__inner .menu .button span {
  display: none;
}
.l-header__inner .menu .overlay-btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .l-header__inner .menu {
    display: none;
  }
}
.l-header.font-black {
  color: #333333;
}
.l-header.font-black .l-header__inner .logo {
  filter: brightness(0) saturate(100%) invert(18%) sepia(1%) saturate(2461%) hue-rotate(330deg) brightness(96%) contrast(91%);
}
.l-header.font-black .l-header__inner:has(.menu.open) .logo {
  filter: none;
}
.l-header.font-black .l-header__inner .menu .button {
  color: #ffffff;
}
.l-header.font-black .l-header__inner .menu .overlay-btn::after, .l-header.font-black .l-header__inner .menu .overlay-btn::before {
  background-color: #333333;
}
@media screen and (min-width: 751px) {
  .l-header.scrollDown {
    color: #333333;
  }
  .l-header.scrollDown .l-header__inner {
    background-color: rgba(255, 255, 255, 0.5019607843);
    backdrop-filter: blur(5px);
    box-shadow: 0 min(0.2604166667vw, 5px) min(0.4166666667vw, 8px) rgba(51, 51, 51, 0.1882352941);
  }
  .l-header.scrollDown .l-header__inner .logo {
    filter: brightness(0) saturate(100%) invert(18%) sepia(1%) saturate(2461%) hue-rotate(330deg) brightness(96%) contrast(91%);
  }
  .l-header.scrollDown .l-header__inner:has(.menu.open) .logo {
    filter: none;
  }
  .l-header.scrollDown .l-header__inner .menu .button {
    color: #ffffff;
  }
  .l-header.scrollDown .l-header__inner .menu .overlay-btn::after, .l-header.scrollDown .l-header__inner .menu .overlay-btn::before {
    background-color: #333333;
  }
}

.l-fixed {
  display: none;
  background: #fff;
  position: fixed;
  inset: auto auto 0 0;
  width: 100%;
  z-index: 105;
}
@media screen and (max-width: 750px) {
  .l-fixed.ended {
    display: block;
  }
}
.l-fixed .l-fixed__list {
  display: flex;
  gap: 1px;
}
.l-fixed .l-fixed__list li {
  flex: 1;
}
.l-fixed .l-fixed__list li a, .l-fixed .l-fixed__list li span {
  background: #f1f1ee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18.6666666667vw;
  font-size: 2.6666666667vw;
  font-family: "Noto Serif JP", serif;
}
.l-fixed .l-fixed__list li img, .l-fixed .l-fixed__list li i {
  display: block;
  height: 6.9333333333vw;
  margin-bottom: 1.3333333333vw;
}
.l-fixed .l-fixed__list li .overlay-btn {
  background: #2d3b4d;
  color: #fff;
}
.l-fixed .l-fixed__list li .overlay-btn i {
  position: relative;
  width: 6.9333333333vw;
}
.l-fixed .l-fixed__list li .overlay-btn i::before, .l-fixed .l-fixed__list li .overlay-btn i::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 1px;
  transition: all 0.4s ease;
}
.l-fixed .l-fixed__list li .overlay-btn i::before {
  inset: calc(50% - 0.6666666667vw) auto auto 0;
}
.l-fixed .l-fixed__list li .overlay-btn i::after {
  inset: calc(50% + 0.6666666667vw) auto auto 0;
}
.l-fixed .l-fixed__list.open .overlay-btn i::before, .l-fixed .l-fixed__list.open .overlay-btn i::after {
  inset: 50% auto auto 0;
}
.l-fixed .l-fixed__list.open .overlay-btn i::before {
  transform: rotate(10deg);
}
.l-fixed .l-fixed__list.open .overlay-btn i::after {
  transform: rotate(-10deg);
}
@media screen and (max-width: 750px) {
  .l-fixed .menu {
    z-index: 105;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2d3b4d;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 4vw;
    width: 100vw;
    height: calc(100% - 18.6666666667vw);
    height: calc(100vh - 18.6666666667vw);
    height: calc(100dvh - 18.6666666667vw);
    transform: translateX(100%);
    transition: transform 0.4s ease;
    padding: 0 10.6666666667vw;
  }
  .l-fixed .menu .logo {
    position: absolute;
    top: 7.0666666667vw;
    left: 8vw;
    width: 34.9333333333vw;
  }
  .l-fixed .menu .logo img {
    width: 100%;
  }
  .l-fixed .menu-items {
    width: 100%;
    margin-top: 21.3333333333vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 2.6666666667vw;
  }
  .l-fixed .menu-items a {
    position: relative;
    display: block;
  }
  .l-fixed .menu-items a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.6vw;
    width: 100%;
    height: 0.1333333333vw;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s ease;
    pointer-events: none;
    opacity: 0.7;
  }
  .l-fixed .menu-items a:hover::before, .l-fixed .menu-items a:focus-visible::before, .l-fixed .menu-items a[aria-current=page]::before, .l-fixed .menu-items a.is-current::before {
    transform: scaleX(1);
  }
  .l-fixed .menu-item {
    position: relative;
    border-top: solid 0.5px #ffffff;
    font-family: "Noto Serif JP", serif;
    font-size: 3.8666666667vw;
    line-height: 1;
  }
  .l-fixed .menu-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5.3333333333vw 0;
  }
  .l-fixed .menu-item a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    display: inline-block;
  }
  .l-fixed .menu-item:nth-last-child(1), .l-fixed .menu-item:nth-last-child(2) {
    border-top: none;
    border-bottom: none;
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .l-fixed .menu-item:nth-last-child(1) a, .l-fixed .menu-item:nth-last-child(2) a {
    padding: 2.6666666667vw 0;
  }
  .l-fixed .menu-item:nth-last-child(1) a::after, .l-fixed .menu-item:nth-last-child(2) a::after {
    display: none;
  }
  .l-fixed .menu-item:nth-last-child(1)::before, .l-fixed .menu-item:nth-last-child(2)::before {
    content: "";
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-fixed .menu-item:nth-last-child(1)::before {
    background-image: url("../img/document.svg");
    width: 3.4666666667vw;
    aspect-ratio: 28/37;
  }
  .l-fixed .menu-item:nth-last-child(2) {
    margin-top: 4vw;
  }
  .l-fixed .menu-item:nth-last-child(2)::before {
    background-image: url("../img/map.svg");
    width: 3.4666666667vw;
    aspect-ratio: 29/40;
  }
  .l-fixed .menu-item:nth-last-child(3), .l-fixed .menu-item:nth-last-child(4) {
    border-bottom: solid 0.2666666667vw #ffffff;
  }
  .l-fixed .menu .button {
    background-color: #a68e68;
    border-radius: 6.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13.3333333333vw;
    font-family: "Noto Serif JP", serif;
    font-size: 3.7333333333vw;
    padding-bottom: 0.5333333333vw;
  }
  .l-fixed .menu.open {
    transform: translateX(0);
  }
}

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

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

.l-footer {
  background-color: #24303f;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  z-index: 2;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
}
.l-footer__inner .page-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: min(91.6666666667vw, 1760px);
  height: min(3.6458333333vw, 70px);
  font-weight: 100;
  font-size: min(0.9375vw, 18px);
  letter-spacing: min(0.1041666667vw, 2px);
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-nav {
    height: 9.3333333333vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.2666666667vw;
    padding: 0 8vw;
  }
}
.l-footer__inner .page-nav .prev,
.l-footer__inner .page-nav .next {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(1.3020833333vw, 25px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-nav .prev,
  .l-footer__inner .page-nav .next {
    gap: 3.3333333333vw;
  }
}
.l-footer__inner .page-nav .prev::before,
.l-footer__inner .page-nav .next::after {
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="1" viewBox="0 0 100 2"><rect width="100" height="2" fill="white" /></svg>') no-repeat center;
  width: min(0.7291666667vw, 14px);
  height: min(0.7291666667vw, 14px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-nav .prev::before,
  .l-footer__inner .page-nav .next::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.l-footer__inner .page-contents {
  position: relative;
  background-color: #2d3b4d;
  width: 100%;
  padding: min(6.25vw, 120px) min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-contents {
    padding: 8vw 0;
    overflow-x: hidden;
  }
}
.l-footer__inner .page-contents__swiper {
  width: 100%;
  max-width: min(75.1041666667vw, 1442px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-contents__swiper {
    width: 138%;
    max-width: 138%;
    position: relative;
    left: -19.0666666667vw;
  }
}
.l-footer__inner .page-contents__swiper .swiper-wrapper {
  width: 100%;
}
.l-footer__inner .page-contents__swiper .swiper-slide {
  position: relative;
  width: auto;
}
.l-footer__inner .page-contents__swiper .swiper-slide a {
  display: block;
  width: fit-content;
}
.l-footer__inner .page-contents__swiper .swiper-slide .image {
  width: 100%;
}
.l-footer__inner .page-contents__swiper .swiper-slide .text {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: min(0.4166666667vw, 8px);
}
.l-footer__inner .page-contents__swiper .swiper-slide .text__en {
  font-family: "Cinzel", serif;
  font-size: min(1.875vw, 36px);
  line-height: 1;
  letter-spacing: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-contents__swiper .swiper-slide .text__en {
    font-size: 4vw;
    letter-spacing: 0.2666666667vw;
  }
}
.l-footer__inner .page-contents__swiper .swiper-slide .text__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-contents__swiper .swiper-slide .text__jp {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1333333333vw;
  }
}
.l-footer__inner .page-contents .swiper-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-contents .swiper-btns {
    max-width: calc(100% - 21.8666666667vw);
  }
}
.l-footer__inner .page-contents .swiper-btns .swiper-ftr-prev::after {
  content: "";
  cursor: pointer;
  display: block;
  border: min(0.0520833333vw, 1px) solid #d1bb98;
  border-radius: 50%;
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(2.0833333333vw, 40px);
  height: min(2.0833333333vw, 40px);
  transform: rotate(180deg);
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-contents .swiper-btns .swiper-ftr-prev::after {
    background-size: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.l-footer__inner .page-contents .swiper-btns .swiper-ftr-next::after {
  content: "";
  cursor: pointer;
  display: block;
  border: min(0.0520833333vw, 1px) solid #d1bb98;
  border-radius: 50%;
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(2.0833333333vw, 40px);
  height: min(2.0833333333vw, 40px);
  pointer-events: auto;
}
@media screen and (max-width: 750px) {
  .l-footer__inner .page-contents .swiper-btns .swiper-ftr-next::after {
    background-size: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.l-footer__inner .contact {
  background-image: url("../img/footer/ftr-contact-background.webp");
  background-size: auto 100%;
  background-position: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: min(2.0833333333vw, 40px);
  width: 100%;
  padding: min(8.3333333333vw, 160px) 0;
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact {
    gap: 4vw;
    padding: 13.3333333333vw 8vw;
  }
}
.l-footer__inner .contact__title {
  font-family: "Cinzel", serif;
  font-weight: 100;
  font-size: min(1.1458333333vw, 22px);
  text-align: center;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact__title {
    font-size: 4vw;
    letter-spacing: 0.2666666667vw;
  }
}
.l-footer__inner .contact__detail {
  text-align: center;
}
.l-footer__inner .contact__detail .tel {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  letter-spacing: min(0.2083333333vw, 4px);
  display: none;
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact__detail .tel {
    font-size: 9.3333333333vw;
    letter-spacing: 0.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .l-footer__inner .contact__detail .tel-pc {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact__detail .tel-sp {
    display: block;
  }
}
.l-footer__inner .contact__detail .time {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.7291666667vw, 14px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact__detail .time {
    font-size: 2.9333333333vw;
    letter-spacing: 0.2666666667vw;
  }
}
.l-footer__inner .contact__kyugyo {
  font-family: "Cinzel", serif;
  font-weight: 100;
  margin-top: min(1.0416666667vw, 20px);
  padding: min(0.7291666667vw, 14px);
  border: 1px solid #fff;
  font-size: min(0.7291666667vw, 14px);
  text-align: center;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact__kyugyo {
    margin-top: 4vw;
    padding: 1.8666666667vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.l-footer__inner .contact .button {
  background-color: #a68e68;
  border-radius: min(1.5625vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.1041666667vw, 290px);
  height: min(3.125vw, 60px);
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact .button {
    border-radius: 6.6666666667vw;
    width: 57.3333333333vw;
    height: 13.3333333333vw;
    margin-top: 4vw;
  }
}
.l-footer__inner .contact .button button {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  color: #ffffff;
  letter-spacing: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .contact .button button {
    font-size: 3.7333333333vw;
    letter-spacing: 0.2666666667vw;
  }
}
.l-footer__inner .company {
  background-color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: min(3.125vw, 60px);
  width: 100%;
  color: #000000;
  padding: min(2.6041666667vw, 50px) 0;
}
@media screen and (max-width: 750px) {
  .l-footer__inner .company {
    gap: 8vw;
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}
.l-footer__inner .company-items {
  display: flex;
  flex-flow: row nowrap;
  gap: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .company-items {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
  }
}
.l-footer__inner .company-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(2.0833333333vw, 40px);
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  letter-spacing: min(0.15625vw, 3px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .company-item {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 2.6666666667vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.4vw;
  }
}
.l-footer__inner .company-logo {
  height: 6rem;
}
.l-footer__inner .company-logo img {
  width: auto;
  height: 100%;
}
.l-footer__inner .company .copyright {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.625vw, 12px);
  letter-spacing: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .l-footer__inner .company .copyright {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.l-footer .list-items {
  flex-direction: row;
  justify-content: center;
  margin-top: 2em;
  gap: 0.8em;
}
.l-footer .list-items .list-item {
  width: fit-content;
}
.l-footer .list-items .list-item a {
  font-size: 1.6vw;
}
@media screen and (min-width: 751px) {
  .l-footer .list-items .list-item a {
    font-size: min(0.7291666667vw, 14px);
  }
}
.l-footer .br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .l-footer .br-sp {
    display: initial;
  }
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.p-top .mv {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  margin: 0 auto;
  background: #fefefe;
}
.p-top .mv.img-caption::after {
  opacity: 0;
}
.p-top .mv.ended {
  background: url(../img/mv.webp);
  background-position: top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-top .mv.ended {
    background: url(../img/mv-sp.webp) no-repeat top/100%;
  }
}
.p-top .mv.ended .mv__vid {
  display: none;
}
.p-top .mv.ended .mv__controls {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-top .mv.ended .mv__controls {
    bottom: 8vw;
  }
}
.p-top .mv.ended .copy {
  opacity: 1;
}
.p-top .mv.ended.img-caption::after {
  opacity: 1;
}
.p-top .mv__controls {
  position: fixed;
  top: 85vh;
  left: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__controls {
    top: auto;
    bottom: 5.3333333333vw;
    right: min(5.2083333333vw, 100px);
    left: auto;
  }
}
@media screen and (max-width: 750px) {
  .p-top .mv .pc {
    display: none;
  }
}
.p-top .mv .skip,
.p-top .mv .replay {
  pointer-events: none;
  width: min(6.7708333333vw, 130px);
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 750px) {
  .p-top .mv .skip,
  .p-top .mv .replay {
    width: 21.3333333333vw;
  }
}
.p-top .mv .skip.active,
.p-top .mv .replay.active {
  pointer-events: all;
  cursor: pointer;
  display: block;
  opacity: 1;
}
.p-top .mv .skip {
  z-index: 111;
}
.p-top .mv .replay {
  z-index: 104;
}
.p-top .mv__vid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 110;
  pointer-events: none;
  overflow: hidden;
}
.p-top .mv__vid #vimeo-player {
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.p-top .mv__vid #vimeo-player iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100vh;
  object-fit: cover;
  aspect-ratio: 1920/900;
}
@media screen and (max-width: 750px) {
  .p-top .mv__vid #vimeo-player iframe {
    aspect-ratio: 756/1256;
  }
}
.p-top .mv__inner {
  width: 100%;
  height: min(82.03125vw, 1575px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner {
    height: 162.6666666667vw;
  }
}
.p-top .mv__inner br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner br.sp {
    display: revert;
  }
}
.p-top .mv__inner .copy {
  opacity: 0;
  position: absolute;
  top: min(26.0416666667vw, 500px);
  left: min(10.9375vw, 210px);
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
  color: #ffffff;
}
.p-top .mv__inner .copy h2 {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.9166666667vw, 56px);
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-top .mv__inner .copy h2 + p {
  margin-top: min(1.3020833333vw, 25px);
}
.p-top .mv__inner .copy p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .copy {
    top: 94.8vw;
    left: 5.3333333333vw;
  }
  .p-top .mv__inner .copy h2 {
    font-size: 6.6666666667vw;
  }
  .p-top .mv__inner .copy h2 + p {
    margin-top: 5.3333333333vw;
  }
  .p-top .mv__inner .copy p {
    font-size: 3.2vw;
    line-height: 6.5333333333vw;
  }
}
.p-top .mv__inner .title {
  position: absolute;
  top: min(50.78125vw, 975px);
  text-shadow: 0 0 min(1.0416666667vw, 20px) rgba(0, 0, 0, 0.5019607843);
}
.p-top .mv__inner .title h1 {
  border-bottom: min(0.15625vw, 3px) solid #ffffff;
  font-family: "Cinzel", serif;
  font-size: min(5.2083333333vw, 100px);
  line-height: 0.57;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .title {
    top: 140vw;
  }
  .p-top .mv__inner .title h1 {
    border-bottom: none;
    font-size: 7.7333333333vw;
    line-height: 8.2666666667vw;
    text-decoration: underline;
    text-decoration-thickness: 0.2666666667vw;
    text-underline-offset: 0.1333333333vw;
  }
}
.p-top .mv__inner .scroll-down {
  position: absolute;
  top: 85vh;
  right: min(4.1666666667vw, 80px);
  font-family: "Cinzel", serif;
  font-size: min(1.1458333333vw, 22px);
  color: #ffffff;
  transform: scaleY(0.8);
  transition: opacity 0.2s;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .scroll-down {
    top: 157.3333333333vw;
    left: 4vw;
    right: auto;
    font-size: 3.2vw;
  }
}
.p-top .mv__inner .scroll-down::before {
  content: "";
  display: inline-block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  transform: scaleY(1.2);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .scroll-down::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6666666667vw;
  }
}
.p-top .mv__inner .scroll-down::after {
  content: "";
  position: absolute;
  top: min(0.5208333333vw, 10px);
  left: 0;
  display: block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  animation: blink-dot 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .scroll-down::after {
    top: 2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@keyframes blink-dot {
  0%, 100% {
    scale: 2;
    opacity: 0.6;
  }
  50% {
    scale: 1;
    opacity: 0.6;
  }
}
.p-top .mv__inner .scroll-down.hide {
  opacity: 0;
}
.p-top .mv__inner .point {
  position: absolute;
  top: min(57.2916666667vw, 1100px);
  background: linear-gradient(180deg, rgba(86, 103, 141, 0.8) 0%, rgba(45, 59, 77, 0.8) 100%);
  width: 100%;
  max-width: min(91.6666666667vw, 1760px);
  height: min(9.8958333333vw, 190px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point {
    top: 168vw;
    height: 80vw;
  }
}
.p-top .mv__inner .point .point-items {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: min(2.0833333333vw, 40px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-items {
    flex-flow: column nowrap;
    padding: 0 2.6666666667vw;
  }
}
.p-top .mv__inner .point .point-item {
  border-right: solid min(0.0520833333vw, 1px) #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  line-height: min(0.9375vw, 18px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item {
    border-right: none;
    border-bottom: solid 0.1333333333vw #ffffff;
    flex-direction: row;
    justify-content: center;
    padding: 2.6666666667vw 0;
    line-height: 2.4vw;
  }
}
.p-top .mv__inner .point .point-item:last-child {
  border-right: none;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item:last-child {
    border-bottom: none;
  }
}
.p-top .mv__inner .point .point-item__01 {
  gap: min(1.5625vw, 30px);
  padding-top: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__01 {
    flex-flow: column;
    gap: 6.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.p-top .mv__inner .point .point-item__01 .text__01 {
  font-size: min(1.1458333333vw, 22px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__01 .text__01 {
    font-size: 4.8vw;
  }
}
.p-top .mv__inner .point .point-item__01 .text__02 {
  display: flex;
  flex-flow: row nowrap;
  align-items: end;
  gap: min(0.78125vw, 15px);
  font-size: min(1.5625vw, 30px);
  letter-spacing: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__01 .text__02 {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__01 .text__02 p {
    margin-left: -1.8666666667vw;
  }
  .p-top .mv__inner .point .point-item__01 .text__02 p + p {
    position: relative;
    top: 0.125em;
    margin-left: 1.3333333333vw;
  }
}
.p-top .mv__inner .point .point-item__01 .text__02 span {
  font-size: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__01 .text__02 span {
    font-size: 4.5333333333vw;
  }
}
.p-top .mv__inner .point .point-item__01 .text__02 strong {
  font-weight: 100;
  font-size: min(3.3333333333vw, 64px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__01 .text__02 strong {
    font-size: 8.8vw;
    line-height: 0;
  }
}
.p-top .mv__inner .point .point-item__02 {
  gap: min(0.8333333333vw, 16px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__02 {
    display: flex;
    flex-flow: column nowrap;
    gap: 4vw;
  }
}
.p-top .mv__inner .point .point-item__02 .text__01 {
  font-size: min(1.1458333333vw, 22px);
  text-align: center;
  line-height: min(1.6145833333vw, 31px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__02 .text__01 {
    font-size: 2.9333333333vw;
    line-height: 3.0666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .mv__inner .point .point-item__02 .text__02 {
  font-size: min(2.0833333333vw, 40px);
  letter-spacing: min(0.15625vw, 3px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__02 .text__02 {
    font-size: 5.6vw;
    letter-spacing: 0.4vw;
  }
}
.p-top .mv__inner .point .point-item__02 .text__02 small {
  font-size: min(1.5625vw, 30px);
  margin: 0 max(-0.5208333333vw, -10px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__02 .text__02 small {
    font-size: 5.6vw;
    margin: 0 -1.3333333333vw;
  }
}
.p-top .mv__inner .point .point-item__02 .text__02 strong {
  font-size: min(3.3333333333vw, 64px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__02 .text__02 strong {
    position: relative;
    top: 0.05em;
    font-size: 8.8vw;
  }
}
.p-top .mv__inner .point .point-item__02 .text__caution {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: min(0.7291666667vw, 14px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__02 .text__caution {
    font-size: 2.4vw;
  }
}
.p-top .mv__inner .point .point-item__03 {
  gap: min(1.3541666667vw, 26px);
  justify-content: center;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__03 {
    gap: 2.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .mv__inner .point .point-item__03 .text__01 {
  font-size: min(1.6666666667vw, 32px);
}
.p-top .mv__inner .point .point-item__03 .text__01 strong {
  font-size: min(2.3958333333vw, 46px);
  color: #d1bb98;
  margin-left: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__03 .text__01 {
    font-size: 4.8vw;
  }
  .p-top .mv__inner .point .point-item__03 .text__01 strong {
    font-size: 6.4vw;
    margin-left: 0.2em;
  }
}
.p-top .mv__inner .point .point-item__03 .button {
  position: relative;
  background: linear-gradient(to bottom, #e0e0e0 0%, #ffffff 30%, #ffffff 70%, #e0e0e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(16.1458333333vw, 310px);
  height: min(2.2916666667vw, 44px);
  border-radius: min(0.15625vw, 3px);
  font-size: min(0.8854166667vw, 17px);
  font-weight: 400;
  text-align: center;
  line-height: 0;
  color: #333333;
  padding: min(0.8333333333vw, 16px) 0 min(0.9375vw, 18px);
  transition: scale 0.3s;
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__03 .button {
    width: 36.2666666667vw;
    height: auto;
    border-radius: 0.5333333333vw;
    padding: 3.4666666667vw 0 3.7333333333vw;
    font-size: 2.8vw;
  }
}
.p-top .mv__inner .point .point-item__03 .button:hover {
  scale: 0.98;
}
.p-top .mv__inner .point .point-item__03 .button button::after {
  content: ">";
  position: absolute;
  right: min(0.625vw, 12px);
  font-size: min(0.8333333333vw, 16px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .point .point-item__03 .button button::after {
    display: none;
  }
}
.p-top .mv__inner .info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(1.5625vw, 30px);
  width: 100%;
  max-width: min(46.875vw, 900px);
  height: min(3.4375vw, 66px);
  padding: 0 min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .info {
    border-bottom: solid 0.0666666667vw #333333;
    max-width: none;
    height: 12vw;
  }
  .p-top .mv__inner .info p {
    margin-left: 10.6666666667vw;
  }
}
.p-top .mv__inner .info::after {
  content: "";
  position: absolute;
  right: min(2.0833333333vw, 40px);
  background-image: url("../img/arrow.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: min(1.1979166667vw, 23px);
  height: min(0.78125vw, 15px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .info::after {
    right: 5.3333333333vw;
    width: 4.8vw;
    height: 2vw;
  }
}
.p-top .mv__inner .info::before {
  content: "";
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .info::before {
    position: absolute;
    left: 5.3333333333vw;
    border-radius: 50%;
    border: 0.1rem solid #d1bb98;
    background-image: url("../img/info.svg");
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .mv__inner .info__title {
  font-family: "Cinzel", serif;
  font-size: min(1.3541666667vw, 26px);
}
.p-top .mv__inner .info__content {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-top .mv__inner .info__content {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-top .mv .br-pc {
    display: none;
  }
}
.p-top .mv-bottom {
  background: #fefefe;
  width: 100%;
  padding-block: min(7.2916666667vw, 140px);
  margin: 0 auto;
  position: relative;
}
.p-top .mv-bottom.ended {
  background: linear-gradient(to bottom, #56678d, #2d3b4d);
}
.p-top .mv-bottom::after {
  position: absolute;
  content: "";
  width: min(39.5833333333vw, 760px);
  height: min(5.7291666667vw, 110px);
  bottom: 0;
  right: 0;
  background: url("../img/top/mv-bottom-background.png") no-repeat bottom right/contain;
}
.p-top .mv-bottom__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  color: #ffffff;
  font-family: "Cinzel", serif;
  text-shadow: 0 0 min(1.0416666667vw, 20px) rgba(0, 0, 0, 0.5019607843);
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner {
    max-width: none;
  }
}
.p-top .mv-bottom__inner span {
  color: #d1bb98;
}
.p-top .mv-bottom__inner .title {
  width: fit-content;
  margin: 0 auto;
  font-size: min(4.1666666667vw, 80px);
  line-height: 0.57;
  letter-spacing: 0.08em;
  position: relative;
}
.p-top .mv-bottom__inner .title::before, .p-top .mv-bottom__inner .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: max(-0.1041666667vw, -2px);
  height: min(0.1041666667vw, 2px);
  background-color: #ffffff;
  width: 100%;
}
.p-top .mv-bottom__inner .title::before {
  bottom: max(-0.1041666667vw, -2px);
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .title {
    font-size: 7.2vw;
    line-height: 8.2666666667vw;
    text-align: center;
  }
  .p-top .mv-bottom__inner .title::before {
    width: 41.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10.1333333333vw;
  }
  .p-top .mv-bottom__inner .title::after {
    bottom: 1.8666666667vw;
  }
}
.p-top .mv-bottom__inner h1 span {
  color: #ffffff;
}
.p-top .mv-bottom__inner .catch {
  margin: min(4.1666666667vw, 80px) auto min(2.6041666667vw, 50px);
  text-align: center;
}
.p-top .mv-bottom__inner .catch img {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .catch {
    margin: 9.3333333333vw auto 6.6666666667vw;
  }
  .p-top .mv-bottom__inner .catch img {
    width: 55%;
  }
}
.p-top .mv-bottom__inner .circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .circle-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    place-items: center;
  }
}
.p-top .mv-bottom__inner .circle-item {
  width: min(14.5833333333vw, 280px);
  height: min(14.5833333333vw, 280px);
  display: grid;
  place-items: center;
  position: relative;
  opacity: 0;
  transform: scale(0.9);
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .circle-item {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  .p-top .mv-bottom__inner .circle-item:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .p-top .mv-bottom__inner .circle-item:nth-child(2) {
    align-self: flex-end;
  }
}
.p-top .mv-bottom__inner .circle-item::before {
  content: "";
  position: absolute;
  inset: min(0.3125vw, 6px);
  background: center/cover no-repeat;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .circle-item::before {
    inset: 1.0666666667vw;
  }
}
.p-top .mv-bottom__inner .circle-item:nth-child(1)::before {
  background-image: url("../img/top/circle-bg-1.png");
}
.p-top .mv-bottom__inner .circle-item:nth-child(2)::before {
  background-image: url("../img/top/circle-bg-2.png");
}
.p-top .mv-bottom__inner .circle-item:nth-child(3)::before {
  background-image: url("../img/top/circle-bg-3.png");
}
.p-top .mv-bottom__inner .circle-item.circle-anim {
  animation: fadeInScale 0.6s forwards;
}
.p-top .mv-bottom__inner .circle-item.circle-anim:nth-child(2), .p-top .mv-bottom__inner .circle-item.circle-anim:nth-child(2) .circle-outline circle {
  animation-delay: 0.5s;
}
.p-top .mv-bottom__inner .circle-item.circle-anim:nth-child(3), .p-top .mv-bottom__inner .circle-item.circle-anim:nth-child(3) .circle-outline circle {
  animation-delay: 1s;
}
.p-top .mv-bottom__inner .circle-item.circle-anim .circle-outline circle {
  animation: drawCircle 1.2s ease-out forwards;
}
.p-top .mv-bottom__inner .link-dot {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top .mv-bottom__inner .link-dot::before, .p-top .mv-bottom__inner .link-dot::after {
  content: "";
  position: absolute;
  bottom: min(1.5625vw, 30px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .link-dot::before, .p-top .mv-bottom__inner .link-dot::after {
    bottom: 5.3333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .mv-bottom__inner .link-dot::before {
  bottom: min(0.6770833333vw, 13px);
  left: calc(50% - min(0.9114583333vw, 17.5px));
  animation: blink-dot-mv 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .link-dot::before {
    bottom: 2.0666666667vw;
    left: calc(50% - 3.3333333333vw);
  }
}
@keyframes blink-dot-mv {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .mv-bottom__inner .link-dot::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .link-dot::after {
    background-size: 2.6666666667vw;
  }
}
.p-top .mv-bottom__inner .circle-outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  z-index: 1;
}
.p-top .mv-bottom__inner .circle-outline circle {
  fill: transparent;
  stroke: url(#fadeStroke);
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-dasharray: 310;
  stroke-dashoffset: 310;
  transition: stroke-dashoffset 1s ease;
}
.p-top .mv-bottom__inner .circle-content {
  position: relative;
  top: calc(50% - 6px);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: white;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.5;
}
.p-top .mv-bottom__inner .circle-content .l {
  margin-top: min(0.4166666667vw, 8px);
  font-size: min(1.4583333333vw, 28px);
}
.p-top .mv-bottom__inner .circle-content .xl {
  font-size: min(1.875vw, 36px);
}
.p-top .mv-bottom__inner .circle-content .min {
  padding-inline: min(0.2083333333vw, 4px);
  font-size: min(2.8125vw, 54px);
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .p-top .mv-bottom__inner .circle-content {
    font-size: 2.5333333333vw;
  }
  .p-top .mv-bottom__inner .circle-content .l {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
  .p-top .mv-bottom__inner .circle-content .xl {
    font-size: 4.2666666667vw;
  }
  .p-top .mv-bottom__inner .circle-content .min {
    padding-inline: 0.5333333333vw;
    font-size: 6.6666666667vw;
    line-height: 1.3;
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

.p-top .topic {
  background-color: #ffffff;
  width: 100%;
  max-width: 1920px;
  padding: min(8.3333333333vw, 160px) min(4.1666666667vw, 80px) min(8.8541666667vw, 170px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .topic {
    padding: 13.3333333333vw 8vw;
  }
}
.p-top .topic__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
.p-top .topic__inner .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.1458333333vw, 22px);
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .title {
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
  }
}
.p-top .topic__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .title__en {
    font-size: 6.6666666667vw;
  }
}
.p-top .topic__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .title__jp {
    font-size: 3.4666666667vw;
  }
}
.p-top .topic__inner .content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(11.9791666667vw, 230px);
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper {
    flex-flow: column nowrap;
    gap: 10.6666666667vw;
    width: 100%;
  }
}
.p-top .topic__inner .content-wrapper .main-content {
  width: 100%;
  max-width: fit-content;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .main-content {
    max-width: 100%;
  }
}
.p-top .topic__inner .content-wrapper .main-content p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(1.71875vw, 33px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .main-content p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .topic__inner .content-wrapper .main-content p strong {
  font-size: min(1.875vw, 36px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .main-content p strong {
    font-size: 5.3333333333vw;
    letter-spacing: 0.2666666667vw;
    text-align: center;
  }
}
.p-top .topic__inner .content-wrapper .main-content p + p {
  margin: min(1.5625vw, 30px) 0 min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .main-content p + p {
    text-align: center;
    margin: 2.6666666667vw 0 4vw;
  }
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .main-content .button {
    margin: 0 auto;
  }
}
.p-top .topic__inner .content-wrapper .main-content .button button {
  background-color: #a68e68;
  border: solid min(0.0520833333vw, 1px) #a68e68;
  border-radius: min(2.0833333333vw, 40px);
  width: min(19.7916666667vw, 380px);
  height: min(4.1666666667vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.625vw, 12px);
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  letter-spacing: 0.08em;
  transition: all 0.2s ease;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .main-content .button button {
    border-radius: 6.6666666667vw;
    width: 84vw;
    height: 13.3333333333vw;
    gap: 2.4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.1333333333vw;
  }
}
.p-top .topic__inner .content-wrapper .main-content .button button::after {
  content: "";
  display: inline-block;
  background-image: url("../img/mailto.svg");
  background-size: 100%;
  width: min(1.3020833333vw, 25px);
  height: min(0.8854166667vw, 17px);
  margin-left: min(0.5208333333vw, 10px);
  filter: brightness(0) saturate(100%) invert(86%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(102%);
  transition: all 0.2s ease;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .main-content .button button::after {
    width: 4.5333333333vw;
    height: 3.0666666667vw;
  }
}
.p-top .topic__inner .content-wrapper .main-content .button button:hover {
  color: #d1bb98;
  background-color: #ffffff;
}
.p-top .topic__inner .content-wrapper .main-content .button button:hover::after {
  filter: brightness(0) saturate(100%) invert(87%) sepia(18%) saturate(457%) hue-rotate(355deg) brightness(85%) contrast(92%);
}
.p-top .topic__inner .content-wrapper .content-list {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list {
    width: 100%;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-title {
  display: flex;
  flex-flow: column nowrap;
}
.p-top .topic__inner .content-wrapper .content-list .content-title p {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.25vw, 24px);
  line-height: min(1.71875vw, 33px);
  letter-spacing: 0.08em;
  margin-bottom: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-title p {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-title p:has(span) {
  margin-bottom: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-title p:has(span) {
    margin-bottom: 2.6666666667vw;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-title p span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.2604166667vw, 5px);
  font-size: min(1.875vw, 36px);
  line-height: min(1.71875vw, 33px);
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-title p span {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-title {
    background-color: #ffffff;
    gap: 0.6666666667vw;
    width: fit-content;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-top: -2.6666666667vw;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-items {
  display: grid;
  grid-template-columns: repeat(2, min(25vw, 480px));
  gap: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items {
    display: flex;
    flex-flow: column nowrap;
    gap: 4vw;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-items .content-item {
  background-color: #f6f3f0;
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.9375vw, 18px);
  height: min(22.9166666667vw, 440px);
  padding: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items .content-item {
    gap: 4vw;
    width: 100%;
    height: auto;
    padding: 5.3333333333vw 5.3333333333vw 8vw 5.3333333333vw;
  }
}
@media screen and (max-width: 1499px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items .content-item {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-items .content-item__01 {
  background-image: url("../img/top/topic-box01.png");
  background-repeat: no-repeat;
  background-size: min(14.3229166667vw, 275px);
  background-position-x: right;
  background-position-y: bottom;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items .content-item__01 {
    background-size: 36.6666666667vw;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-items .content-item__02 {
  background-image: url("../img/top/topic-box02.png");
  background-repeat: no-repeat;
  background-size: min(22.9166666667vw, 440px);
  background-position-x: right;
  background-position-y: bottom;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items .content-item__02 {
    background-size: 58.6666666667vw;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-items .content-item__no {
  font-family: "Cinzel", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: 0.08em;
  color: #a68e68;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items .content-item__no {
    font-size: 4.2666666667vw;
    line-height: 5.7333333333vw;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-items .content-item__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.4583333333vw, 28px);
  line-height: min(1.71875vw, 33px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items .content-item__title {
    font-size: 4.2666666667vw;
    line-height: 5.7333333333vw;
    letter-spacing: 0.1333333333vw;
    font-weight: 500;
  }
}
.p-top .topic__inner .content-wrapper .content-list .content-items .content-item__text {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.71875vw, 33px);
  letter-spacing: 0.1em;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  .p-top .topic__inner .content-wrapper .content-list .content-items .content-item__text {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}

.p-top .concept {
  position: relative;
  background-color: #2d3b4d;
  background-image: url("../img/top/concept-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: min(8.8541666667vw, 170px) min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-top .concept {
    padding: 18.6666666667vw 0;
  }
}
.p-top .concept__inner {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: fit-content;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner {
    max-width: 100%;
    flex-flow: column nowrap;
  }
}
.p-top .concept__inner .title {
  z-index: 10;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: min(0.5208333333vw, 10px);
  color: #ffffff;
  margin-right: min(11.9791666667vw, 230px);
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .title {
    margin: 0 8vw 9.3333333333vw;
  }
}
.p-top .concept__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(3.75vw, 72px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .title__en {
    font-size: 8.8vw;
    line-height: 8.8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .concept__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .title__jp {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .concept__inner .image-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.0416666667vw, 20px);
  width: 100%;
  max-width: fit-content;
  margin-right: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .image-wrapper {
    gap: 4vw;
    margin: 0 auto 8vw 0;
  }
}
.p-top .concept__inner .image-wrapper__image {
  width: min(19.21875vw, 369px);
  height: min(38.5416666667vw, 740px);
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .image-wrapper__image {
    width: 78.6666666667vw;
    height: auto;
  }
}
.p-top .concept__inner .image-wrapper__text {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.7708333333vw, 34px);
  letter-spacing: min(0.15625vw, 3px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .image-wrapper__text {
    font-size: 5.6vw;
    letter-spacing: 0.4vw;
  }
}
.p-top .concept__inner .text {
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.65625vw, 51px);
  letter-spacing: min(0.1041666667vw, 2px);
  color: #ffffff;
  white-space: normal;
  margin-top: auto;
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .text {
    padding-inline: 8vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .concept__inner .caution {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  color: #ffffff;
  padding: min(0.2604166667vw, 5px) min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-top .concept__inner .caution {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}

.p-top .position {
  position: relative;
  background-image: url("../img/top/position-background.webp");
  background-size: auto min(27.0833333333vw, 520px);
  background-position: center bottom;
  background-repeat: no-repeat;
  max-width: 1920px;
  padding: min(8.8541666667vw, 170px) min(4.1666666667vw, 80px) min(21.3541666667vw, 410px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .position {
    background-size: auto 52vw;
    padding: 18.6666666667vw 8vw 38vw;
  }
}
.p-top .position__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
.p-top .position__inner .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.1458333333vw, 22px);
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .title {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 2.1333333333vw;
    margin-bottom: 8vw;
  }
}
.p-top .position__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .title__en {
    font-size: 8.8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .position__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .title__jp {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .position__inner .content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(6.25vw, 120px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper {
    flex-flow: column-reverse nowrap;
    gap: 12vw;
  }
}
.p-top .position__inner .content-wrapper .main-content {
  flex: 1;
  width: 100%;
  max-width: min(45.8333333333vw, 880px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .main-content {
    border: solid 0.2666666667vw #ffffff;
    max-width: none;
  }
}
.p-top .position__inner .content-wrapper .main-content .image {
  width: 100%;
}
.p-top .position__inner .content-wrapper .main-content .image img {
  width: 100%;
}
.p-top .position__inner .content-wrapper .content-list {
  margin-top: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list {
    margin-top: 0;
  }
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.1458333333vw, 22px);
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item__title strong {
  font-size: min(1.7708333333vw, 34px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .content-items .content-item__title {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    margin-bottom: 3.2vw;
  }
  .p-top .position__inner .content-wrapper .content-list .content-items .content-item__title strong {
    font-size: 5.6vw;
  }
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item__description {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .content-items .content-item__description {
    align-items: center;
    gap: 5.3333333333vw;
  }
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item__description .image {
  width: min(6.4583333333vw, 124px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .content-items .content-item__description .image {
    width: 45%;
  }
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item__description .image img {
  width: 100%;
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item__description .text {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.875vw, 36px);
  line-height: min(1.875vw, 36px);
  letter-spacing: min(0.2083333333vw, 4px);
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item__description .text strong {
  font-size: min(3.6458333333vw, 70px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .content-items .content-item__description .text {
    margin-top: 4vw;
    font-size: 7.2vw;
  }
  .p-top .position__inner .content-wrapper .content-list .content-items .content-item__description .text strong {
    font-size: 12.5333333333vw;
  }
}
.p-top .position__inner .content-wrapper .content-list .content-items .content-item + .content-item {
  margin-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .content-items .content-item + .content-item {
    margin-top: 8vw;
  }
}
.p-top .position__inner .content-wrapper .content-list .link {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .link {
    display: block;
    position: relative;
    width: fit-content;
    padding-right: 0;
    margin-top: 8vw;
  }
}
.p-top .position__inner .content-wrapper .content-list .link__button {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.0416666667vw, 20px);
  color: #a68e68;
  padding: min(0.625vw, 12px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .link__button {
    font-size: 3.4666666667vw;
    line-height: auto;
    padding: 2.4vw 0;
  }
}
.p-top .position__inner .content-wrapper .content-list .link::before, .p-top .position__inner .content-wrapper .content-list .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .link::before, .p-top .position__inner .content-wrapper .content-list .link::after {
    right: auto;
    left: 110%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .position__inner .content-wrapper .content-list .link::before {
  animation: blink-dot-pos 2s ease infinite both;
}
@keyframes blink-dot-pos {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .position__inner .content-wrapper .content-list .link::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .position__inner .content-wrapper .content-list .link::after {
    background-size: 2.6666666667vw;
  }
}
.p-top .position .caution {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5019607843);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  color: #ffffff;
  padding: min(0.2604166667vw, 5px) min(1.3020833333vw, 25px) min(0.2604166667vw, 5px) min(0.5208333333vw, 10px);
}

.p-top .location {
  position: relative;
  background-color: #ffffff;
  background-image: url("../img/top/location-background.webp");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: min(8.8541666667vw, 170px) min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-top .location {
    background-size: 200% 100%;
    background-position: top left;
    padding: 18.6666666667vw 0;
  }
}
.p-top .location__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .location__inner {
    max-width: none;
  }
}
.p-top .location__inner .title {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    padding: 0 8vw;
  }
}
.p-top .location__inner .title__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.1458333333vw, 22px);
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title__wrapper {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 1.3333333333vw;
  }
}
.p-top .location__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title__en {
    font-size: 8.8vw;
    line-height: 8.8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .location__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title__jp {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .location__inner .title__copy {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title__copy {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .location__inner .title .link {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title .link {
    display: block;
    position: relative;
    width: fit-content;
    padding-right: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top .location__inner .title .link__button {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.0416666667vw, 20px);
  color: #a68e68;
  padding: min(0.625vw, 12px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title .link__button {
    font-size: 3.4666666667vw;
    line-height: auto;
    padding: 2.4vw 0;
  }
}
.p-top .location__inner .title .link::before, .p-top .location__inner .title .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title .link::before, .p-top .location__inner .title .link::after {
    right: auto;
    left: 110%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .location__inner .title .link::before {
  animation: blink-dot-loc 2s ease infinite both;
}
@keyframes blink-dot-loc {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .location__inner .title .link::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .title .link::after {
    background-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .p-top .location__inner .location__swiper .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .location__swiper {
    padding-bottom: 4rem;
  }
}
.p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description {
  display: flex;
  flex-flow: column nowrap;
  margin-top: min(1.3541666667vw, 26px);
}
.p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description .en {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: min(1.6666666667vw, 32px);
  line-height: min(2.03125vw, 39px);
  transform: scale(1, 0.9);
}
.p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description .en small {
  font-size: min(1.1458333333vw, 22px);
  transform: none;
}
.p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description .jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description {
    margin-top: 3.4666666667vw;
  }
  .p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description .en {
    font-size: 5.3333333333vw;
    line-height: 5.6vw;
  }
  .p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description .en small {
    font-size: 4vw;
  }
  .p-top .location__inner .location__swiper .swiper-wrapper .swiper-slide .description .jp {
    font-size: 4vw;
    letter-spacing: 0.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-top .location__inner .location__swiper .swiper-location-pagination .swiper-pagination-bullet {
    background: #a68e68;
  }
  .p-top .location__inner .location__swiper .swiper-location-prev,
  .p-top .location__inner .location__swiper .swiper-location-next {
    top: 40%;
    width: 12vw !important;
    height: 12vw !important;
  }
  .p-top .location__inner .location__swiper .swiper-location-prev::after,
  .p-top .location__inner .location__swiper .swiper-location-next::after {
    content: "";
    background: #a68e68 url("../img/arrow-w.svg") no-repeat center/4vw;
    width: 12vw;
    height: 12vw;
    border: 0.1333333333vw solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  .p-top .location__inner .location__swiper .swiper-location-prev {
    left: 9.3333333333vw;
    transform: rotate(180deg);
  }
  .p-top .location__inner .location__swiper .swiper-location-next {
    right: 9.3333333333vw;
  }
}

.p-top .access {
  background-color: #f1f1ee;
  background-image: url("../img/top/access-background.webp");
  background-size: 120% auto;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 1920px;
  padding: min(8.8541666667vw, 170px) min(4.1666666667vw, 80px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .access {
    background-size: auto 200%;
    background-position: center;
    padding: 18.6666666667vw 8vw;
    position: relative;
  }
}
.p-top .access__wrapper {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 750px) {
  .p-top .access__wrapper {
    flex-flow: column-reverse nowrap;
  }
}
.p-top .access__inner {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: min(91.6666666667vw, 1760px);
  padding-left: min(4.1666666667vw, 80px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .access__inner {
    flex-flow: column nowrap;
    padding-left: 0;
  }
}
.p-top .access__inner .title {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: min(4.1666666667vw, 80px);
  margin: min(7.2916666667vw, 140px) 0 0 min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title {
    gap: 6.6666666667vw;
    margin: 0;
  }
}
.p-top .access__inner .title__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title__wrapper {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 4vw;
  }
}
.p-top .access__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title__en {
    font-size: 8.8vw;
    line-height: 5.2vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .access__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title__jp {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .access__inner .title__copy {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-top .access__inner .title__copy .strong-sp {
  font-size: min(1.25vw, 24px);
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title__copy {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.4vw;
  }
  .p-top .access__inner .title__copy .strong-sp {
    font-size: 6.6666666667vw;
    color: #a68e68;
  }
}
.p-top .access__inner .title .link {
  position: relative;
  padding-right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title .link {
    width: fit-content;
    padding-right: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top .access__inner .title .link__button {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.0416666667vw, 20px);
  color: #a68e68;
  padding: min(0.625vw, 12px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title .link__button {
    font-size: 3.4666666667vw;
    line-height: auto;
    padding: 2.4vw 0;
  }
}
.p-top .access__inner .title .link::before, .p-top .access__inner .title .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title .link::before, .p-top .access__inner .title .link::after {
    right: auto;
    left: 110%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .access__inner .title .link::before {
  animation: blink-dot-ac 2s ease infinite both;
}
@keyframes blink-dot-ac {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .access__inner .title .link::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .title .link::after {
    background-size: 2.6666666667vw;
  }
}
.p-top .access__inner .image__01 {
  margin-bottom: min(7.2916666667vw, 140px);
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .image__01 {
    width: 92.2666666667vw;
    margin-block: 10.6666666667vw 10.6666666667vw;
    margin-left: -8vw;
  }
}
.p-top .access__inner .image__02 {
  justify-self: flex-end;
  margin-top: auto;
}
@media screen and (max-width: 750px) {
  .p-top .access__inner .image__02 {
    position: absolute;
    width: 43.3333333333vw;
    top: 31.5%;
    right: 0;
  }
}

.p-top .design {
  background: linear-gradient(to left, transparent, transparent min(8.3333333333vw, 160px), #2d3b4d min(8.3333333333vw, 160px)), #f1f1ee;
  padding: min(6.25vw, 120px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .design {
    background: #2d3b4d;
    padding: 13.3333333333vw 8vw;
  }
}
.p-top .design__inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: min(7.2916666667vw, 140px);
  width: 100%;
  max-width: 1920px;
  color: #ffffff;
  padding-left: min(4.1666666667vw, 80px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .design__inner {
    flex-flow: column nowrap;
    padding-left: 0;
  }
}
.p-top .design__inner .title {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title {
    gap: 5.3333333333vw;
  }
}
.p-top .design__inner .title__wrapper {
  position: absolute;
  top: min(7.2916666667vw, 140px);
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.625vw, 12px);
  transform: rotate(90deg);
  margin-top: max(-0.9375vw, -18px);
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title__wrapper {
    position: initial;
    transform: none;
    margin-top: 0;
    margin-bottom: 72vw;
  }
}
.p-top .design__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title__en {
    font-size: 8.8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .design__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title__jp {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .design__inner .title__copy {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-right: min(0.4166666667vw, 8px);
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title__copy {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    letter-spacing: 0.2666666667vw;
    margin-right: 0;
  }
}
.p-top .design__inner .title .link {
  position: relative;
  padding-right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title .link {
    width: fit-content;
    padding-right: 0;
  }
}
.p-top .design__inner .title .link__button {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.0416666667vw, 20px);
  color: #a68e68;
  padding: min(0.625vw, 12px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title .link__button {
    font-size: 3.4666666667vw;
    line-height: auto;
    padding: 2.4vw 0;
  }
}
.p-top .design__inner .title .link::before, .p-top .design__inner .title .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title .link::before, .p-top .design__inner .title .link::after {
    right: auto;
    left: 110%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .design__inner .title .link::before {
  animation: blink-dot-de 2s ease infinite both;
}
@keyframes blink-dot-de {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .design__inner .title .link::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .title .link::after {
    background-size: 2.6666666667vw;
  }
}
.p-top .design__inner .featured-image {
  position: relative;
  width: min(72.9166666667vw, 1400px);
  height: min(47.2395833333vw, 907px);
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .featured-image {
    position: absolute;
    top: 22.6666666667vw;
    right: -8vw;
    width: 92vw;
    height: 64vw;
  }
}
.p-top .design__inner .featured-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .design__inner .br-pc {
    display: none;
  }
}

.p-top .plan {
  background: linear-gradient(to top, #2d3b4d min(11.4583333333vw, 220px), transparent min(11.4583333333vw, 220px)), #f1f1ee;
  padding: min(8.8541666667vw, 170px) 0 0;
}
@media screen and (max-width: 750px) {
  .p-top .plan {
    background: linear-gradient(to top, #2d3b4d 32vw, transparent 32vw), #f1f1ee;
    padding: 18.6666666667vw 8vw 9.3333333333vw;
  }
}
.p-top .plan .br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-top .plan .br-sp {
    display: initial;
  }
}
.p-top .plan__inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.p-top .plan__inner .master-plan {
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 min(8.3333333333vw, 160px) min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan {
    position: relative;
    padding-bottom: 112vw;
    margin: 0;
  }
}
.p-top .plan__inner .master-plan__wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.p-top .plan__inner .master-plan__wrapper:first-child {
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(4.6875vw, 90px);
}
.p-top .plan__inner .master-plan__wrapper:last-child {
  justify-content: flex-end;
  align-items: flex-end;
  gap: min(9.8958333333vw, 190px);
}
.p-top .plan__inner .master-plan__wrapper + .master-plan__wrapper {
  margin-top: max(-10.9375vw, -210px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan__wrapper {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-top .plan__inner .master-plan__wrapper:first-child {
    gap: 0;
    margin-bottom: 6.6666666667vw;
  }
  .p-top .plan__inner .master-plan__wrapper:last-child {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  .p-top .plan__inner .master-plan__wrapper + .master-plan__wrapper {
    margin-top: 0;
  }
}
.p-top .plan__inner .master-plan__wrapper .image__01 {
  width: min(47.9166666667vw, 920px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan__wrapper .image__01 {
    position: absolute;
    bottom: 53.3333333333vw;
    left: -8vw;
    width: 92.2666666667vw;
  }
  .p-top .plan__inner .master-plan__wrapper .image__01:after {
    bottom: 2.6666666667vw;
  }
}
.p-top .plan__inner .master-plan__wrapper .image__02 {
  width: min(34.6354166667vw, 665px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan__wrapper .image__02 {
    position: absolute;
    bottom: 3.7333333333vw;
    right: -8vw;
    width: 64vw;
  }
}
.p-top .plan__inner .master-plan .title {
  margin: min(7.2916666667vw, 140px) 0 0 0;
}
.p-top .plan__inner .master-plan .title__wrapper {
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .title__wrapper {
    gap: 0.2666666667vw;
  }
}
.p-top .plan__inner .master-plan .title__wrapper__en {
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .title__wrapper__en {
    font-size: 8.8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .plan__inner .master-plan .title__wrapper__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .title__wrapper__jp {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .plan__inner .master-plan .description {
  display: flex;
  flex-flow: column wrap;
  gap: min(1.0416666667vw, 20px);
  margin-bottom: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .description {
    gap: 4vw;
    margin-bottom: 0;
  }
}
.p-top .plan__inner .master-plan .description__copy {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .description__copy {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .plan__inner .master-plan .description .link {
  position: relative;
  width: fit-content;
  padding-right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .description .link {
    padding-right: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.p-top .plan__inner .master-plan .description .link__button {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.0416666667vw, 20px);
  color: #a68e68;
  padding: min(0.625vw, 12px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .description .link__button {
    font-size: 3.4666666667vw;
    line-height: auto;
    padding: 2.4vw 0;
  }
}
.p-top .plan__inner .master-plan .description .link::before, .p-top .plan__inner .master-plan .description .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .description .link::before, .p-top .plan__inner .master-plan .description .link::after {
    right: auto;
    left: 110%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .plan__inner .master-plan .description .link::before {
  animation: blink-dot-plan 2s ease infinite both;
}
@keyframes blink-dot-plan {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .plan__inner .master-plan .description .link::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .master-plan .description .link::after {
    background-size: 2.6666666667vw;
  }
}
.p-top .plan__inner .normal-plan {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan {
    position: relative;
    flex-flow: column nowrap;
  }
}
.p-top .plan__inner .normal-plan__wrapper {
  display: flex;
  flex-flow: column wrap;
  gap: min(2.0833333333vw, 40px);
  flex: 1;
}
.p-top .plan__inner .normal-plan .featured-image {
  align-self: flex-end;
  width: min(43.9583333333vw, 844px);
}
.p-top .plan__inner .normal-plan .featured-image img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .featured-image {
    align-self: center;
    position: absolute;
    bottom: 134vw;
    width: 95.2vw;
  }
}
.p-top .plan__inner .normal-plan .title {
  gap: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .title {
    margin: 10.6666666667vw 0 0;
  }
}
.p-top .plan__inner .normal-plan .title__wrapper {
  flex-flow: row wrap;
  width: 100%;
  gap: min(2.0833333333vw, 40px);
}
.p-top .plan__inner .normal-plan .title__wrapper p {
  white-space: normal;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .title__wrapper {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
  }
  .p-top .plan__inner .normal-plan .title__wrapper:first-child {
    gap: 0.2666666667vw;
  }
  .p-top .plan__inner .normal-plan .title__wrapper + .title__wrapper {
    margin-top: 5.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper {
  position: relative;
  width: 100%;
  height: fit-content;
  padding-bottom: min(3.125vw, 60px);
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper {
    padding-bottom: 10.6666666667vw;
    margin-top: 117.3333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 8vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide {
  width: min(21.3541666667vw, 410px);
  height: min(38.5416666667vw, 740px);
}
.p-top .plan__inner .normal-plan .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide {
    overflow: hidden;
    width: 65.3333333333vw;
    height: 112vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item {
  position: relative;
  background-color: #ffffff;
  border: min(0.0520833333vw, 1px) solid #f0f1f2;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: min(21.3541666667vw, 410px);
  height: min(38.5416666667vw, 740px);
  padding: min(3.6458333333vw, 70px) min(2.0833333333vw, 40px) min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item {
    width: 65.3333333333vw;
    max-width: none;
    height: 112vw;
    padding: 8vw 2.6666666667vw 10.6666666667vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__name {
  border-bottom: min(0.1041666667vw, 2px) solid #f0f1f2;
  font-family: "Cinzel", serif;
  font-size: min(2.5vw, 48px);
  line-height: 0.8;
  letter-spacing: min(0.0520833333vw, 1px);
  transform: scaleY(0.9);
  padding-bottom: min(0.5208333333vw, 10px);
  margin-bottom: min(0.5208333333vw, 10px);
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__name span {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__name small {
  font-size: min(1.5625vw, 30px);
  margin-left: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__name {
    border-bottom: 0.2666666667vw solid #f0f1f2;
    font-size: 6.4vw;
    letter-spacing: 0.1333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__name small {
    font-size: 4vw;
    margin-left: 0.6666666667vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail {
  font-family: "Cinzel", serif;
  font-size: min(2.0833333333vw, 40px);
  line-height: 1;
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail p:first-child {
  transform: scaleY(0.9);
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail p + p {
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail p + p {
    margin-top: 1.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail small {
  font-size: min(1.25vw, 24px);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail small {
    font-size: 3.2vw;
    margin-right: 0.6666666667vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail span {
  font-size: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__detail span {
    font-size: 4vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__flat {
  width: 100%;
  height: min(25.2083333333vw, 484px);
  max-height: 48.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__flat {
    height: 77.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__flat img {
  width: auto;
  height: calc(100% - min(5.2083333333vw, 100px));
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__flat img {
    height: calc(100% - 13.3333333333vw);
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__more {
  position: absolute;
  bottom: min(2.0833333333vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  border: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - min(4.1666666667vw, 80px));
  height: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__more {
    bottom: 5.3333333333vw;
    border: 0.1333333333vw solid #333333;
    width: calc(100% - 10.6666666667vw);
    height: 5.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__more button {
  font-family: "Cinzel", serif;
  font-size: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__more button {
    font-size: 2.6666666667vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(242, 242, 237, 0.5019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited {
    padding-top: 13.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .pw {
  margin-top: min(0.78125vw, 15px);
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .pw a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .pw {
    margin-top: min(2.6041666667vw, 50px);
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .limited-entry {
  background-color: #ffffff;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: min(1.5625vw, 30px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .limited-entry {
    padding: 10.6666666667vw 0;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .limited-entry p {
  font-size: min(0.9375vw, 18px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .limited-entry p {
    font-size: 3.4666666667vw;
    white-space: wrap;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .limited-entry p a {
  font-size: min(1.1458333333vw, 22px);
  color: #a68e68;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .limited-entry p a {
    font-size: 4vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .button {
  background-color: #a68e68;
  border-radius: min(7.8125vw, 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(10.4166666667vw, 200px);
  height: min(2.6041666667vw, 50px);
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  color: #ffffff;
  padding-bottom: min(0.2604166667vw, 5px);
  margin: min(1.0416666667vw, 20px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item__limited .button {
    border-radius: 20vw;
    width: 34.6666666667vw;
    height: 8vw;
    font-size: 3.4666666667vw;
    padding-bottom: 0.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item.is-locked .plan-item__name,
.p-top .plan__inner .normal-plan .swiper-slide .plan-item.is-locked .plan-item__detail {
  z-index: 2;
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item.is-locked .plan-item__flat {
  filter: blur(5px);
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item.is-locked::after {
  content: "限定メニュー";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a68e68;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #ffffff;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item.is-locked::after {
    font-size: 2.5333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item.badge-view::before {
  content: "眺望掲載中";
  z-index: 2;
  position: absolute;
  top: 0;
  right: min(9.2708333333vw, 178px);
  background-color: #d1dde5;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #333333;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item.badge-view::before {
    right: 27.7333333333vw;
    font-size: 2.5333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item.badge-balcony::before {
  content: "バルコニー";
  z-index: 2;
  position: absolute;
  top: 0;
  right: min(9.2708333333vw, 178px);
  background-color: #d1dde5;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #333333;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item.badge-balcony::before {
    right: 27.7333333333vw;
    font-size: 2.5333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-slide .plan-item.badge-layout::after {
  content: "家具レイアウト掲載中";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #242f3e;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #ffffff;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-slide .plan-item.badge-layout::after {
    font-size: 2.5333333333vw;
    padding: 1.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="100" viewBox="0 0 2 100"><rect width="2" height="100" fill="white" /></svg>') no-repeat center;
  display: flex;
  flex-flow: row nowrap;
  gap: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-btns {
    gap: 6.6666666667vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-btns .swiper-top-prev,
.p-top .plan__inner .normal-plan .swiper-btns .swiper-top-next {
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-top .plan__inner .normal-plan .swiper-btns .swiper-top-prev:hover,
.p-top .plan__inner .normal-plan .swiper-btns .swiper-top-next:hover {
  opacity: 0.7;
}
.p-top .plan__inner .normal-plan .swiper-btns .swiper-top-prev::after,
.p-top .plan__inner .normal-plan .swiper-btns .swiper-top-next::after {
  content: "";
  background: url(../img/arrow-btn.png) no-repeat center center/90%;
  display: block;
  width: min(2.6041666667vw, 50px);
  height: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .normal-plan .swiper-btns .swiper-top-prev::after,
  .p-top .plan__inner .normal-plan .swiper-btns .swiper-top-next::after {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.p-top .plan__inner .normal-plan .swiper-btns .swiper-top-prev::after {
  rotate: 180deg;
}
.p-top .plan__inner .title {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-top: min(7.2916666667vw, 140px);
}
.p-top .plan__inner .title__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title__wrapper {
    align-items: flex-start;
  }
}
.p-top .plan__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title__en {
    font-size: 8.8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .plan__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title__jp {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .plan__inner .title__copy {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title__copy {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .plan__inner .title .link {
  position: relative;
  width: fit-content;
  padding-right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title .link {
    padding-right: 0;
    margin-block: 2vw 5.3333333333vw;
  }
}
.p-top .plan__inner .title .link__button {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.0416666667vw, 20px);
  color: #a68e68;
  padding: min(0.625vw, 12px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title .link__button {
    font-size: 3.4666666667vw;
    line-height: auto;
    padding: 2.4vw 0;
  }
}
.p-top .plan__inner .title .link::before, .p-top .plan__inner .title .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title .link::before, .p-top .plan__inner .title .link::after {
    right: auto;
    left: 110%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .plan__inner .title .link::before {
  animation: blink-dot-plan2 2s ease infinite both;
}
@keyframes blink-dot-plan2 {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .plan__inner .title .link::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .title .link::after {
    background-size: 2.6666666667vw;
  }
}
.p-top .plan__inner .br-pc {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-top .plan__inner .br-pc {
    display: initial;
  }
}

.p-top .residences {
  background-color: #f1f1ee;
  background-image: url("../img/top/access-background.webp");
  background-size: 120% auto;
  background-position: top;
  background-repeat: no-repeat;
  max-width: 1920px;
  padding: min(7.2916666667vw, 140px) min(4.1666666667vw, 80px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .residences {
    background-size: auto 200%;
    background-position: center;
    padding: 18.6666666667vw 8vw;
    position: relative;
  }
}
.p-top .residences .br-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-top .residences .br-sp {
    display: initial;
  }
}
.p-top .residences__inner {
  flex-flow: row nowrap;
  width: 100%;
  max-width: min(91.6666666667vw, 1760px);
  padding-left: min(4.1666666667vw, 80px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner {
    flex-flow: column nowrap;
    padding-left: 0;
  }
}
.p-top .residences__inner .title {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: min(2.0833333333vw, 40px);
  min-width: 0;
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .title {
    gap: 6.6666666667vw;
    margin: 0;
  }
}
.p-top .residences__inner .title__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .title__wrapper {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
.p-top .residences__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .title__en {
    font-size: 8.8vw;
    line-height: 10.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .residences__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .title__jp {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .residences__inner .title__copy {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
  min-width: 0;
}
.p-top .residences__inner .title__copy .strong-sp {
  font-size: min(1.25vw, 24px);
}
.p-top .residences__inner .title__copy h4 {
  font-size: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .title__copy h4 {
    font-size: 4vw;
  }
}
.p-top .residences__inner .title__copy p {
  font-size: min(1.0416666667vw, 20px);
  padding-top: 3rem;
  line-height: 1.7;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .title__copy p {
    font-size: 3.4666666667vw;
    display: block;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .title__copy {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.4vw;
  }
  .p-top .residences__inner .title__copy .strong-sp {
    font-size: 6.6666666667vw;
    color: #a68e68;
  }
}
.p-top .residences__inner .image__01 {
  margin-bottom: min(1.25vw, 24px);
}
@media screen and (max-width: 750px) {
  .p-top .residences__inner .image__01 {
    margin-bottom: 3.2vw;
  }
}
.p-top .residences__wrapper {
  margin-top: 8rem;
  background-color: #fff;
  padding: 8rem 6rem;
  max-width: min(83.3333333333vw, 1600px);
  min-width: 0;
}
@media screen and (max-width: 750px) {
  .p-top .residences__wrapper {
    padding: 3rem 2rem;
    margin-top: 3rem;
  }
}
.p-top .residences__wrapper .merit-grid {
  --gap: min(3.125vw, 60px);
  --line: 1px;
  --line-color: rgba(0,0,0,.08);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
  position: relative;
  /* 中央の縦線 */
  /* 中央の横線 */
}
@media screen and (max-width: 750px) {
  .p-top .residences__wrapper .merit-grid {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
  .p-top .residences__wrapper .merit-grid::before, .p-top .residences__wrapper .merit-grid::after {
    display: none;
  }
}
.p-top .residences__wrapper .merit-grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: var(--line);
  background: var(--line-color);
  transform: translateX(-0.5px);
  pointer-events: none;
}
.p-top .residences__wrapper .merit-grid::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: var(--line);
  background: var(--line-color);
  transform: translateY(-0.5px);
  pointer-events: none;
}
.p-top .residences__wrapper .merit-card {
  position: relative;
  padding: min(0vw, 0px) min(1.5625vw, 30px) min(0vw, 0px);
  background: #ffffff;
  max-width: 100%;
  min-width: 0;
}
.p-top .residences__wrapper .merit-card .ttl {
  font-family: "Cinzel", serif;
  font-size: min(1.5625vw, 30px);
  letter-spacing: 0.08em;
  line-height: 0.6;
}
@media screen and (max-width: 750px) {
  .p-top .residences__wrapper .merit-card .ttl {
    margin-top: 1rem;
    font-size: 3.7333333333vw;
    margin-bottom: 1.8666666667vw;
    line-height: 0;
  }
}
.p-top .residences__wrapper .merit-card .ttl span {
  display: inline-block;
}
.p-top .residences__wrapper .merit-card:nth-child(3) .ttl, .p-top .residences__wrapper .merit-card:nth-child(4) .ttl {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .p-top .residences__wrapper .merit-card:nth-child(3) .ttl, .p-top .residences__wrapper .merit-card:nth-child(4) .ttl {
    margin-top: 0;
  }
}
.p-top .residences__wrapper .merit-card__body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.9;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}
.p-top .residences__wrapper .merit-card__body h3 {
  font-size: min(1.4583333333vw, 28px);
  margin-bottom: min(0.9375vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-top .residences__wrapper .merit-card__body h3 {
    font-size: 3.9333333333vw;
    line-height: 5.6vw;
    margin-bottom: 2.4vw;
  }
}
.p-top .residences__wrapper .merit-card__body p {
  font-size: min(1.0416666667vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .p-top .residences__wrapper .merit-card__body p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

.p-top .brand {
  background-color: #ffffff;
  padding: min(8.8541666667vw, 170px) min(4.1666666667vw, 80px) min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-top .brand {
    padding: 18.6666666667vw 8vw;
  }
}
.p-top .brand__inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: min(5.2083333333vw, 100px);
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner {
    flex-flow: column nowrap;
    gap: 0;
  }
}
.p-top .brand__inner .title {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: min(2.0833333333vw, 40px);
  margin-top: min(7.8125vw, 150px);
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title {
    gap: 5.3333333333vw;
    margin-top: 0;
  }
}
.p-top .brand__inner .title__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title__wrapper {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 2.1333333333vw;
  }
}
.p-top .brand__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title__en {
    font-size: 8.8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .brand__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title__jp {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .brand__inner .title__copy {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title__copy {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-top .brand__inner .title .link {
  position: relative;
  padding-right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title .link {
    width: fit-content;
    padding-right: 0;
  }
}
.p-top .brand__inner .title .link__button {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.0416666667vw, 20px);
  color: #a68e68;
  padding: min(0.625vw, 12px) 0;
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title .link__button {
    font-size: 3.4666666667vw;
    line-height: auto;
    padding: 2.4vw 0;
  }
}
.p-top .brand__inner .title .link::before, .p-top .brand__inner .title .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #a68e68;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: min(1.7708333333vw, 34px);
  height: min(1.7708333333vw, 34px);
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title .link::before, .p-top .brand__inner .title .link::after {
    right: auto;
    left: 110%;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-top .brand__inner .title .link::before {
  animation: blink-dot-br 2s ease infinite both;
}
@keyframes blink-dot-br {
  0%, 100% {
    transform: translateY(-50%) scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-50%) scale(1);
    opacity: 0.6;
  }
}
.p-top .brand__inner .title .link::after {
  background-image: url("../img/arrow-w.svg");
  background-size: min(0.8333333333vw, 16px);
  background-position: center;
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .title .link::after {
    background-size: 2.6666666667vw;
  }
}
.p-top .brand__inner .featured-image {
  display: flex;
  flex-flow: row nowrap;
  gap: min(2.0833333333vw, 40px);
}
.p-top .brand__inner .featured-image__01 {
  margin-top: min(6.25vw, 120px);
}
.p-top .brand__inner .featured-image__02.img-caption::after, .p-top .brand__inner .featured-image__02.img-caption small {
  bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-top .brand__inner .featured-image {
    gap: 5.3333333333vw;
  }
  .p-top .brand__inner .featured-image__01 {
    margin-top: 16vw;
  }
  .p-top .brand__inner .featured-image__02.img-caption::after, .p-top .brand__inner .featured-image__02.img-caption small {
    bottom: 16vw;
  }
}

.p-top .note {
  background-color: #ffffff;
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top .note {
    padding: 5.3333333333vw;
  }
}
.p-top .note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 300;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-top .note p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}
.p-top br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-top br.sp {
    display: revert;
  }
}

@media screen and (max-width: 750px) {
  html:has(body.scrollLock) {
    overflow-y: hidden;
    height: 100%;
    height: 100vh;
    height: 100svh;
    touch-action: none;
  }
}

body.position {
  overflow-x: hidden;
  overflow-y: auto;
  height: fit-content;
}
body.position.scrollLock {
  overflow-y: hidden;
  height: 100%;
  height: 100vh;
  height: 100svh;
}
body.position.scrollLock::-webkit-scrollbar {
  display: none;
}
body.position.scrollLock .p-position .stories {
  touch-action: none;
  overscroll-behavior: contain;
}
body.position .p-position .stories .nav {
  display: none;
  opacity: 0;
}
@keyframes navFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.position:not(.scrollLock) .p-position .stories {
  touch-action: auto;
  overscroll-behavior: auto;
}
@media screen and (max-width: 750px) {
  body.position:not(.scrollLock) .p-position .stories__inner {
    height: calc(100vh + 25vw);
    height: calc(100svh + 25vw);
  }
  body.position:not(.scrollLock) .p-position .stories .stories__scroll {
    display: none;
  }
  body.position:not(.scrollLock) .p-position .stories .scene__09 {
    z-index: 10;
  }
  body.position:not(.scrollLock) .p-position .stories .scene__09 .nav {
    position: absolute;
    bottom: 6.6666666667vw;
    left: 0;
    display: block;
    animation: fadeIn 1s 1.4s forwards;
    color: #2d3b4d;
    width: 100%;
    padding: 0 6.6666666667vw;
  }
  body.position:not(.scrollLock) .p-position .stories .scene__09 .nav li {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6666666667vw;
    background: #f0f1f2;
    border-radius: 3em;
    line-height: 2.5;
    padding: 0 1.3em;
    position: relative;
    cursor: pointer;
  }
  body.position:not(.scrollLock) .p-position .stories .scene__09 .nav li:before {
    content: "";
    position: absolute;
    right: 1.1em;
    top: 1.1em;
    width: 0.4em;
    height: 0.4em;
    border-top: 1px solid #2d3b4d;
    border-right: 1px solid #2d3b4d;
    transform: rotate(45deg);
  }
  body.position:not(.scrollLock) .p-position .stories .scene__09 .nav i {
    font-family: "Cinzel", serif;
    font-style: normal;
    margin-right: 1em;
  }
  body.position:not(.scrollLock) .p-position .stories .scene__09 .nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
}
body.position .l-header {
  top: min(0.5208333333vw, 10px);
  scale: 0.9;
}
@media screen and (max-width: 750px) {
  body.position .l-header {
    display: none;
  }
}
body.position br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  body.position br.sp {
    display: revert;
  }
}
body.position .p-position .stories__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__inner {
    height: 100%;
    height: 100vh;
    height: 100svh;
  }
}
body.position .p-position .stories__gauge {
  position: absolute;
  left: 0;
  bottom: min(2.0833333333vw, 40px);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: min(0.5208333333vw, 10px);
  padding: 0 min(1.5625vw, 30px);
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories__gauge {
    bottom: auto;
    top: 50%;
    left: 0;
    transform: translateY(calc(-50% - 8.6666666667vw));
    padding: 0 sp(20);
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge {
    gap: 2vw;
  }
}
body.position .p-position .stories__gauge .detail {
  pointer-events: none;
  position: absolute;
  left: min(3.125vw, 60px);
  bottom: min(0.5208333333vw, 10px);
  border-radius: min(0.9375vw, 18px);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.65) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0.5px 0.5px 0 0.5px inset rgba(255, 255, 255, 0.5019607843), -0.5px -0.5px 0 0.5px inset rgba(51, 51, 51, 0.1882352941), 0 5px 30px 1px rgba(0, 0, 0, 0.2);
  padding: min(1.0416666667vw, 20px) min(1.5625vw, 30px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge .detail {
    bottom: auto;
    top: 50%;
    left: 6.6666666667vw;
    transform: translateY(-50%);
    border-radius: 2.4vw;
    padding: 8vw 6.6666666667vw 5.3333333333vw;
  }
}
body.position .p-position .stories__gauge .detail.open {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  body.position .p-position .stories__gauge .detail .detail-close {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge .detail .detail-close {
    cursor: pointer;
    position: absolute;
    top: 4vw;
    right: 5.3333333333vw;
    background-image: url("../img/position/icon-close.svg");
    background-size: cover;
    width: 4vw;
    height: auto;
    aspect-ratio: 24/21;
  }
}
body.position .p-position .stories__gauge .detail .detail-list {
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.78125vw, 15px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge .detail .detail-list {
    gap: 5.3333333333vw;
  }
}
body.position .p-position .stories__gauge .detail .detail-item {
  cursor: pointer;
  position: relative;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(1.0416666667vw, 20px);
  color: #000000;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge .detail .detail-item {
    font-size: 4.2666666667vw;
  }
}
body.position .p-position .stories__gauge .detail .detail-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333333;
  border-radius: min(0.0520833333vw, 1px);
  width: 0%;
  height: min(0.1041666667vw, 2px);
  transition: width 0.3s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge .detail .detail-item::after {
    border-radius: 0.1333333333vw;
    height: 0.2666666667vw;
  }
}
body.position .p-position .stories__gauge .detail .detail-item.active::after {
  width: 100%;
}
body.position .p-position .stories__gauge .dot {
  cursor: pointer;
  pointer-events: auto !important;
  display: block;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  border: min(0.1041666667vw, 2px) solid #fff;
  border-radius: min(0.2604166667vw, 5px);
  background-color: transparent;
  transition: background-color 0.3s ease, height 0.3s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge .dot {
    border-radius: 1.2vw;
    border: 0.2666666667vw solid #fff;
    width: 2.4vw;
    height: 2.4vw;
  }
}
body.position .p-position .stories__gauge .dot.active {
  height: min(1.5625vw, 30px);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__gauge .dot.active {
    height: 7.2vw;
  }
}
body.position .p-position .stories__scroll {
  z-index: 11;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  padding-bottom: min(2.0833333333vw, 40px);
  filter: brightness(0) saturate(100%) invert(18%) sepia(1%) saturate(2461%) hue-rotate(330deg) brightness(96%) contrast(91%);
  opacity: 0;
  transition: opacity 0.5s 50ms ease, filter 0.2s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__scroll {
    bottom: 21.3333333333vw;
    font-size: 3.2vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__scroll span.pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  body.position .p-position .stories__scroll span.sp {
    display: none;
  }
}
body.position .p-position .stories__scroll.enable {
  opacity: 1;
}
body.position .p-position .stories__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - min(1.1458333333vw, 22px)));
  background-image: url("../img/scroll.svg");
  background-size: cover;
  background-position: center;
  width: min(0.7291666667vw, 14px);
  height: min(0.3125vw, 6px);
  animation: scroll-assist 1.2s ease infinite both;
}
@keyframes scroll-assist {
  0%, 100% {
    translate: 0 0 0;
  }
  70% {
    translate: 0 100% 0;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__scroll::after {
    transform: translate(-50%, calc(-100% - 2.9333333333vw));
    width: 3.7333333333vw;
    height: 1.6vw;
  }
}
body.position .p-position .stories__replay {
  visibility: hidden;
  z-index: 12;
  position: absolute;
  bottom: min(1.0416666667vw, 20px);
  right: min(2.6041666667vw, 50px);
  width: fit-content;
  height: fit-content;
  opacity: 0;
  transition: visibility 0.2s ease, opacity 0.8s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__replay {
    bottom: auto;
    top: 8vw;
    right: 6vw;
  }
}
body.position .p-position .stories__replay button {
  background-color: #a68e68;
  border-radius: min(7.8125vw, 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.625vw, 300px);
  height: min(3.3333333333vw, 64px);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(1.0416666667vw, 20px);
  color: #ffffff;
  padding-right: min(2.0833333333vw, 40px);
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__replay button {
    align-items: start;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    font-size: 2.4vw;
    padding: 1.7333333333vw 0 0;
  }
}
body.position .p-position .stories__replay button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(2.0833333333vw, 40px);
  transform: translateY(-50%) rotate(-10deg);
  background-image: url("../img/replay.svg");
  background-size: cover;
  background-position: center;
  width: min(1.6666666667vw, 32px);
  height: min(1.6666666667vw, 32px);
  animation: replay-spin 3s ease infinite both;
}
@keyframes replay-spin {
  0% {
    transform: translateY(-50%) rotate(-10deg);
  }
  80% {
    transform: translateY(-50%) rotate(-360deg);
  }
  100% {
    transform: translateY(-50%) rotate(-360deg);
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories__replay button::after {
    right: 4vw;
    top: 70%;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
body.position .p-position .stories .clouds {
  overflow: hidden;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s 0.8s ease-out;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds {
    translate: -25% 0 0;
    width: 250%;
  }
}
body.position .p-position .stories .clouds__left * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: translate 3s ease;
}
body.position .p-position .stories .clouds__left01 {
  translate: max(-20.8333333333vw, -400px) max(-21.875vw, -420px) 0;
  width: min(43.90625vw, 843px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__left01 {
    translate: -53.3333333333vw -56vw 0;
    width: 112.4vw;
  }
}
body.position .p-position .stories .clouds__left02 {
  translate: max(-41.6666666667vw, -800px) max(-4.1666666667vw, -80px) 0;
  width: min(99.9479166667vw, 1919px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__left02 {
    translate: -106.6666666667vw -10.6666666667vw 0;
    width: 255.8666666667vw;
  }
}
body.position .p-position .stories .clouds__left03 {
  translate: max(-36.4583333333vw, -700px) min(10.4166666667vw, 200px) 0;
  width: min(75.625vw, 1452px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__left03 {
    translate: -93.3333333333vw 26.6666666667vw 0;
    width: 193.6vw;
  }
}
body.position .p-position .stories .clouds__left04 {
  translate: max(-5.2083333333vw, -100px) min(20.8333333333vw, 400px) 0;
  width: min(94.5833333333vw, 1816px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__left04 {
    translate: -13.3333333333vw 53.3333333333vw 0;
    width: 242.1333333333vw;
  }
}
body.position .p-position .stories .clouds__left05 {
  translate: max(-5.2083333333vw, -100px) min(18.75vw, 360px) 0;
  width: min(58.3333333333vw, 1120px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__left05 {
    translate: -13.3333333333vw 48vw 0;
    width: 149.3333333333vw;
  }
}
body.position .p-position .stories .clouds__right * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: translate 3s ease;
}
body.position .p-position .stories .clouds__right01 {
  translate: min(5.2083333333vw, 100px) max(-15.625vw, -300px) 0;
  width: min(199.5833333333vw, 3832px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__right01 {
    translate: 13.3333333333vw -40vw 0;
    width: 510.9333333333vw;
  }
}
body.position .p-position .stories .clouds__right02 {
  translate: min(38.0208333333vw, 730px) 0 0;
  width: min(155.1041666667vw, 2978px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__right02 {
    translate: 97.3333333333vw 0 0;
    width: 397.0666666667vw;
  }
}
body.position .p-position .stories .clouds__right03 {
  translate: min(19.7916666667vw, 380px) min(11.4583333333vw, 220px) 0;
  width: min(64.0625vw, 1230px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .clouds__right03 {
    translate: 50.6666666667vw 29.3333333333vw 0;
    width: 164vw;
  }
}
body.position .p-position .stories .clouds.scrollIn {
  opacity: 1;
}
body.position .p-position .stories .clouds.done {
  visibility: hidden;
  opacity: 0;
}
body.position .p-position .stories .scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.position .p-position .stories .scene__01 {
  background-color: #86C4E9;
  background-image: url("../img/position/bg-sky-grad.webp");
  background-blend-mode: soft-light;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
}
body.position .p-position .stories .scene__01 .text {
  z-index: 11;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s 0.8s ease-in;
}
body.position .p-position .stories .scene__01 .text p {
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  letter-spacing: 0.16em;
  text-align: center;
  padding-left: 1.1em;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__01 .text p {
    font-size: 5.3333333333vw;
  }
}
body.position .p-position .stories .scene__01 .text.scrollIn {
  opacity: 1;
}
body.position .p-position .stories .scene__01.done {
  opacity: 0;
}
body.position .p-position .stories .scene__01.done .text {
  opacity: 0;
}
body.position .p-position .stories .scene__02 {
  z-index: 9;
  scale: 1.6;
  opacity: 0;
  transition: opacity 0.6s ease, scale 1s ease;
}
body.position .p-position .stories .scene__02 .map {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/position/map.webp");
  background-size: min(121.5104166667vw, 2333px) min(81.0416666667vw, 1556px);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .map {
    background-size: 311.0666666667vw 207.4666666667vw;
  }
}
body.position .p-position .stories .scene__02 .map .image {
  position: absolute;
  top: max(-26.0416666667vw, -500px);
  left: calc(50% - min(2.6041666667vw, 50px));
  transform: translateX(-50%);
  width: min(121.5104166667vw, 2333px);
  height: min(81.0416666667vw, 1556px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .map .image {
    top: -43.0666666667vw;
    left: calc(50% - 4.6666666667vw);
    width: 311.0666666667vw;
    height: 207.4666666667vw;
  }
}
body.position .p-position .stories .scene__02 .map .image img {
  width: 100%;
}
body.position .p-position .stories .scene__02 .map .area {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.position .p-position .stories .scene__02 .map .area01 {
  width: min(10.15625vw, 195px);
  top: min(15.46875vw, 297px);
  left: calc(50% + max(-0.3125vw, -6px));
  transition-delay: 0.8s;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .map .area01 {
    width: 26vw;
    top: 63.0666666667vw;
    left: calc(50% + 1.2vw);
  }
}
body.position .p-position .stories .scene__02 .map .area02 {
  width: min(23.8541666667vw, 458px);
  top: min(5.3645833333vw, 103px);
  left: calc(50% - min(12.8645833333vw, 247px));
  transition-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .map .area02 {
    width: 61.0666666667vw;
    top: 37.3333333333vw;
    left: calc(50% - 30.9333333333vw);
  }
}
body.position .p-position .stories .scene__02 .map .path {
  position: absolute;
  width: min(12.2916666667vw, 236px);
  top: min(21.3541666667vw, 410px);
  left: calc(50% - min(6.3020833333vw, 121px));
  opacity: 0;
  transition: opacity 0.4s 0.2s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .map .path {
    width: 31.4666666667vw;
    top: 78.1333333333vw;
    left: calc(50% - 14.1333333333vw);
  }
}
body.position .p-position .stories .scene__02 .map .panels {
  position: absolute;
  width: min(40.625vw, 780px);
  top: min(8.3333333333vw, 160px);
  left: calc(50% - min(21.3541666667vw, 410px));
  opacity: 0;
  transition: opacity 0.6s 1.4s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .map .panels {
    width: 96vw;
    top: 46.4vw;
    left: calc(50% - 45.3333333333vw);
  }
}
body.position .p-position .stories .scene__02 .text {
  position: absolute;
  top: min(9.375vw, 180px);
  left: min(4.1666666667vw, 80px);
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.4166666667vw, 8px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .text {
    top: 18.6666666667vw;
    left: 2.6666666667vw;
    gap: 1.3333333333vw;
  }
}
body.position .p-position .stories .scene__02 .text p {
  background-color: #2b2b2b;
  color: #fff;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  letter-spacing: 0.06em;
  padding: 0 min(1.0416666667vw, 20px);
  translate: 0 1.5em 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: translate 0.4s ease, opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .text p {
    font-size: 4vw;
    padding: 0 0.5333333333vw 0 2.4vw;
  }
}
body.position .p-position .stories .scene__02 .text p span {
  color: #a68e68;
  font-size: 120%;
  font-weight: 700;
  padding: 0 min(0.2083333333vw, 4px) min(0.15625vw, 3px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__02 .text p span {
    padding: 0 0.5333333333vw 0.8vw;
  }
}
body.position .p-position .stories .scene__02 .text p.t01 {
  transition-delay: 1s;
  letter-spacing: 0;
  line-height: 1.35;
}
body.position .p-position .stories .scene__02 .text p.t02 {
  transition-delay: 1.2s;
}
body.position .p-position .stories .scene__02 .text p.t03 {
  transition-delay: 1.4s;
  padding-left: 0;
}
body.position .p-position .stories .scene__02 .text.done p {
  translate: 0 0 0;
  opacity: 1;
}
body.position .p-position .stories .scene__02:has(.map.done) {
  scale: 1;
  opacity: 1;
}
body.position .p-position .stories .scene__02.done:has(.map.done) {
  pointer-events: none;
  scale: 1.6;
  opacity: 0;
}
body.position .p-position .stories .scene__04 {
  z-index: 8;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.6s ease;
}
body.position .p-position .stories .scene__04 .scene__inner {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 min(5.2083333333vw, 100px);
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__04 .scene__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 33.3333333333vw auto;
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__04 .scene__inner {
    grid-template-rows: auto 66.6666666667vw auto;
    padding: 0 6.6666666667vw;
  }
}
body.position .p-position .stories .scene__04 .text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  padding-left: min(3.125vw, 60px);
  z-index: 8;
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__04 .text {
    padding-left: 0;
  }
}
body.position .p-position .stories .scene__04 .text:first-child {
  grid-area: 1/1/2/2;
  align-self: end;
  font-size: min(1.6666666667vw, 32px);
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__04 .text:first-child {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__04 .text:first-child {
    font-size: 4.2666666667vw;
    line-height: 1.45;
  }
}
body.position .p-position .stories .scene__04 .text:first-child h3 {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__04 .text:first-child h3 {
    text-align: center;
  }
}
body.position .p-position .stories .scene__04 .text:nth-child(2) {
  grid-area: 2/1/3/2;
  align-self: start;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.3958333333vw, 46px);
  white-space: wrap;
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__04 .text:nth-child(2) {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__04 .text:nth-child(2) {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
body.position .p-position .stories .scene__04 .text:nth-child(2) p {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.6s;
}
body.position .p-position .stories .scene__04 .image {
  grid-area: 1/2/3/3;
  flex-shrink: 0;
  width: 94%;
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__04 .image {
    grid-area: 2/1/3/2;
    width: 50%;
    justify-self: center;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__04 .image {
    width: 95%;
  }
}
body.position .p-position .stories .scene__04.done {
  pointer-events: none;
}
body.position .p-position .stories .scene__04.done .note {
  opacity: 0;
}
body.position .p-position .stories .scene__04.done .image {
  filter: blur(0px);
  opacity: 0;
}
body.position .p-position .stories .scene__04.done .text h3 {
  filter: blur(0px);
  opacity: 0;
  transition-delay: 0s;
}
body.position .p-position .stories .scene__04.done .text p {
  filter: blur(0px);
  opacity: 0;
  transition-delay: 0s;
}
body.position .p-position .stories .scene__03 {
  z-index: 7;
  opacity: 1;
  transition: opacity 0.6s ease;
}
body.position .p-position .stories .scene__03 .thumb {
  background-image: url("../img/mv.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  scale: 1.2;
  opacity: 0;
  transition: background-position 1.6s 0.7s ease-in-out, opacity 0.8s ease, scale 1s ease;
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__03 .thumb {
    background-size: cover;
    scale: 2;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__03 .thumb {
    background-size: auto 100%;
    background-position: calc(50% - 34.6666666667vw) 100%;
    scale: 1.5;
    translate: 0 -30% 0;
    transition: background-position 1.6s 0.7s ease-in-out, opacity 0.8s ease, scale 1.6s 0.7s ease, translate 1.6s 0.7s ease;
  }
}
body.position .p-position .stories .scene__03 .thumb.done {
  background-position: top center;
  scale: 1;
  opacity: 1;
}
body.position .p-position .stories .scene__03.done {
  pointer-events: none;
  opacity: 0;
}
body.position .p-position .stories .scene__05 {
  z-index: 6;
  opacity: 0;
  transition: opacity 0.6s ease;
}
body.position .p-position .stories .scene__05 .thumb {
  background-image: url("../img/position/s05-image.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s ease;
}
body.position .p-position .stories .scene__05 .thumb.done {
  opacity: 0;
}
body.position .p-position .stories .scene__05 .text {
  position: absolute;
  top: calc(50% - min(9.8958333333vw, 190px));
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s 0.2s ease, opacity 0.8s 0.2s ease;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__05 .text {
    top: calc(50% - 37.3333333333vw);
  }
}
body.position .p-position .stories .scene__05 .text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.875vw, 36px);
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__05 .text h3 {
    font-size: 5.3333333333vw;
  }
}
body.position .p-position .stories .scene__05.done {
  pointer-events: none;
  opacity: 1;
}
body.position .p-position .stories .scene__05.done .text h3 {
  opacity: 0;
  transition-delay: 0;
}
body.position .p-position .stories .scene__09 {
  z-index: 4;
  background: linear-gradient(rgba(45, 59, 77, 0.7), rgba(45, 59, 77, 0.7)), url("../img/position/s08-image.webp");
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s 0.2s ease;
}
body.position .p-position .stories .scene__09 .scene__inner {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 min(5.2083333333vw, 100px);
  display: grid;
  grid-template-columns: 1fr min(44.7916666667vw, 860px);
  place-items: center;
  justify-content: center;
  gap: min(7.0833333333vw, 136px);
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__09 .scene__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__09 .scene__inner {
    padding: 0 6.6666666667vw 21.3333333333vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.2fr;
    gap: 2.6666666667vw;
  }
}
body.position .p-position .stories .scene__09 .images {
  display: grid;
  grid-template-columns: min(21.9270833333vw, 421px) min(21.9270833333vw, 421px);
  grid-template-rows: repeat(3, 1fr);
  place-items: center;
  justify-content: center;
  gap: min(0.9375vw, 18px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__09 .images {
    align-self: start;
    grid-template-columns: 42.6666666667vw 42.6666666667vw;
    gap: 1.3333333333vw;
  }
}
body.position .p-position .stories .scene__09 .images .image {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
}
body.position .p-position .stories .scene__09 .images .image01 {
  grid-area: 1/1/2/2;
  transition-delay: 0.4s;
}
body.position .p-position .stories .scene__09 .images .image02 {
  grid-area: 2/1/3/2;
  transition-delay: 0.6s;
}
body.position .p-position .stories .scene__09 .images .image03 {
  grid-area: 3/1/4/2;
  transition-delay: 0.8s;
}
body.position .p-position .stories .scene__09 .images .image04 {
  grid-area: 1/2/4/3;
  transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__09 .images .img-caption::after {
    font-size: 2.6666666667vw;
  }
}
body.position .p-position .stories .scene__09 .text {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__09 .text {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__09 .text {
    width: 100%;
    align-self: end;
  }
}
body.position .p-position .stories .scene__09 .text h3 {
  font-size: min(1.875vw, 36px);
  line-height: min(2.7083333333vw, 52px);
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.4s;
}
body.position .p-position .stories .scene__09 .text h3 + p {
  margin-top: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__09 .text h3 {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
  body.position .p-position .stories .scene__09 .text h3 + p {
    margin-top: 1.3333333333vw;
  }
}
body.position .p-position .stories .scene__09 .text p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.3958333333vw, 46px);
  white-space: wrap;
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.6s;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__09 .text p {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
  }
}
body.position .p-position .stories .scene__09.done {
  pointer-events: none;
}
body.position .p-position .stories .scene__09.done .image {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories .scene__09.done .text h3 {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories .scene__09.done .text p {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories .scene__09.done .image {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories .scene__09.done .text h3 {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories .scene__09.done .text p {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories .scene__10 {
  z-index: 5;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.6s ease;
}
body.position .p-position .stories .scene__10 .scene__inner {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 min(5.2083333333vw, 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__10 .scene__inner {
    padding: 0 6.6666666667vw 14.6666666667vw 9.3333333333vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    align-content: center;
    gap: 1.3333333333vw;
  }
}
body.position .p-position .stories .scene__10 .text {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.06em;
  z-index: 5;
}
body.position .p-position .stories .scene__10 .text:first-child {
  align-self: end;
  font-size: min(1.6666666667vw, 32px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__10 .text:first-child {
    grid-area: 1/1/2/2;
    font-size: 4.2666666667vw;
    line-height: 1.45;
    margin-bottom: 1em;
  }
}
body.position .p-position .stories .scene__10 .text:first-child h3 {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.4s;
}
body.position .p-position .stories .scene__10 .text:nth-child(2) {
  align-self: start;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.3958333333vw, 46px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__10 .text:nth-child(2) {
    grid-area: 2/1/3/2;
    text-align: left;
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
  }
}
body.position .p-position .stories .scene__10 .text:nth-child(2) p {
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.6s;
}
body.position .p-position .stories .scene__10 .open {
  position: absolute;
  pointer-events: all;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  border: solid 1px #333333;
  text-align: center;
  line-height: 1.3;
  transform: translateY(-100%);
  cursor: pointer;
  z-index: 2;
}
body.position .p-position .stories .scene__10 .image {
  flex-shrink: 0;
  width: 94%;
  filter: blur(5px);
  opacity: 0;
  transition: filter 1s ease, opacity 0.8s ease;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1199px) {
  body.position .p-position .stories .scene__10 .image {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__10 .image {
    grid-area: 3/1/4/2;
    width: 100%;
    justify-self: center;
    margin-top: 10.6666666667vw;
  }
  body.position .p-position .stories .scene__10 .image::after {
    transform: translateY(100%);
  }
}
@media screen and (min-width: 751px) {
  body.position .p-position .stories .scene__10 .image__helper {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__10 .image__helper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.6vw;
    background-color: rgba(45, 59, 77, 0.7);
    width: 24vw;
    height: 24vw;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  body.position .p-position .stories .scene__10 .image__helper::after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/position/icon_swipe.svg");
    background-position: center;
    background-size: auto 70%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(86%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(102%);
  }
  body.position .p-position .stories .scene__10 .image__helper.hide {
    pointer-events: none;
    opacity: 0;
  }
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories .scene__10 .image__scroll-x {
    pointer-events: none;
    overflow-x: scroll;
    width: 100%;
    height: 66.6666666667vw;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    touch-action: none;
  }
  body.position .p-position .stories .scene__10 .image__scroll-x.active {
    pointer-events: auto;
  }
  body.position .p-position .stories .scene__10 .image__scroll-x img {
    width: auto;
    max-width: none;
    height: 53.3333333333vw;
    aspect-ratio: 247/69;
  }
  body.position .p-position .stories .scene__10 .image__scroll-x::-webkit-scrollbar {
    width: 2.4vw;
    height: 2.4vw;
  }
  body.position .p-position .stories .scene__10 .image__scroll-x::-webkit-scrollbar-track {
    background: #f1f1ee;
    border-radius: 2.4vw;
  }
  body.position .p-position .stories .scene__10 .image__scroll-x::-webkit-scrollbar-thumb {
    background-color: #2d3b4d;
    border-radius: 1.2vw;
    border: 0.2666666667vw solid #f1f1ee;
  }
}
body.position .p-position .stories .scene__10.done {
  pointer-events: none;
  opacity: 0;
}
body.position .p-position .stories .scene__10.done .image {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories .scene__10.done .text h3 {
  filter: blur(0px);
  opacity: 1;
  transition-delay: 0s;
}
body.position .p-position .stories .scene__10.done .text p {
  filter: blur(0px);
  opacity: 1;
  transition-delay: 0s;
}
body.position .p-position .stories[data-step="1"] .stories__gauge .dot {
  border-color: #2d3b4d;
}
body.position .p-position .stories[data-step="1"] .stories__gauge .dot.active {
  background-color: #2d3b4d;
}
body.position .p-position .stories[data-step="2"] .stories__scroll {
  filter: none;
}
body.position .p-position .stories[data-step="2"] .clouds {
  opacity: 0;
}
body.position .p-position .stories[data-step="2"] .clouds__left01 {
  translate: max(-31.25vw, -600px) max(-21.875vw, -420px) 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__left01 {
    translate: -80vw -56vw 0;
  }
}
body.position .p-position .stories[data-step="2"] .clouds__left02 {
  translate: max(-60.9375vw, -1170px) max(-4.1666666667vw, -80px) 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__left02 {
    translate: -156vw -10.6666666667vw 0;
  }
}
body.position .p-position .stories[data-step="2"] .clouds__left03 {
  translate: max(-61.4583333333vw, -1180px) min(10.4166666667vw, 200px) 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__left03 {
    translate: -157.3333333333vw 26.6666666667vw 0;
  }
}
body.position .p-position .stories[data-step="2"] .clouds__left04 {
  translate: max(-36.4583333333vw, -700px) min(20.8333333333vw, 400px) 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__left04 {
    translate: -93.3333333333vw 53.3333333333vw 0;
  }
}
body.position .p-position .stories[data-step="2"] .clouds__left05 {
  translate: max(-36.4583333333vw, -700px) min(18.75vw, 360px) 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__left05 {
    translate: -93.3333333333vw 48vw 0;
  }
}
body.position .p-position .stories[data-step="2"] .clouds__right01 {
  translate: min(36.4583333333vw, 700px) max(-15.625vw, -300px) 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__right01 {
    translate: 93.3333333333vw -40vw 0;
  }
}
body.position .p-position .stories[data-step="2"] .clouds__right02 {
  translate: min(72.9166666667vw, 1400px) 0 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__right02 {
    translate: 186.6666666667vw 0 0;
  }
}
body.position .p-position .stories[data-step="2"] .clouds__right03 {
  translate: min(31.25vw, 600px) min(11.4583333333vw, 220px) 0;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="2"] .clouds__right03 {
    translate: 80vw 29.3333333333vw 0;
  }
}
body.position .p-position .stories[data-step="2"] .scene__01 .text.scrollIn {
  opacity: 0;
  transition-duration: 0.6s;
}
body.position .p-position .stories[data-step="2"] .scene__02 {
  scale: 1;
  opacity: 1;
}
body.position .p-position .stories[data-step="2"] .scene__02 .map .area {
  opacity: 1;
}
body.position .p-position .stories[data-step="2"] .scene__02 .map .path {
  opacity: 1;
}
body.position .p-position .stories[data-step="2"] .scene__02 .map .panels {
  opacity: 1;
}
body.position .p-position .stories[data-step="2"] .scene__02 .text p {
  translate: 0 0 0;
  opacity: 1;
}
body.position .p-position .stories[data-step="3"] .stories__gauge .dot {
  border-color: #2d3b4d;
}
body.position .p-position .stories[data-step="3"] .stories__gauge .dot.active {
  background-color: #2d3b4d;
}
body.position .p-position .stories[data-step="3"] .scene__04 {
  opacity: 1;
}
body.position .p-position .stories[data-step="3"] .scene__04 .image {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="3"] .scene__04 .text h3 {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="3"] .scene__04 .text p {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="3"] .scene__04 .note {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  text-align: right;
  font-size: min(0.625vw, 12px);
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="3"] .scene__04 .note {
    white-space: normal;
    font-size: 9px;
    padding: 0.4vw 1.6vw;
  }
}
body.position .p-position .stories[data-step="4"] .stories__scroll {
  filter: none;
}
body.position .p-position .stories[data-step="4"] .scene__03 .thumb {
  background-position: top center;
  scale: 1;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  body.position .p-position .stories[data-step="4"] .scene__03 .thumb {
    background-position: calc(50% - 34.6666666667vw) 0%;
    translate: 0 0 0;
  }
}
body.position .p-position .stories[data-step="5"] .stories__scroll {
  filter: none;
}
body.position .p-position .stories[data-step="5"] .scene__05 {
  opacity: 1;
}
body.position .p-position .stories[data-step="5"] .scene__05 .text {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="6"] .stories__gauge .dot {
  border-color: #2d3b4d;
}
body.position .p-position .stories[data-step="6"] .stories__gauge .dot.active {
  background-color: #2d3b4d;
}
body.position .p-position .stories[data-step="6"] .scene__10 {
  opacity: 1;
}
body.position .p-position .stories[data-step="6"] .scene__10 .image {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="6"] .scene__10 .text h3 {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="6"] .scene__10 .text p {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="7"] .stories__scroll {
  filter: none;
}
body.position .p-position .stories[data-step="7"] .scene__09 {
  opacity: 1;
}
body.position .p-position .stories[data-step="7"] .scene__09 .image {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="7"] .scene__09 .text h3 {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="7"] .scene__09 .text p {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="7"] .scene__10 {
  opacity: 0;
}
body.position .p-position .stories[data-step="7"] .scene__10 .image {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="7"] .scene__10 .text h3 {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="7"] .scene__10 .text p {
  filter: blur(0px);
  opacity: 1;
}
body.position .p-position .stories[data-step="8"] .stories__replay {
  visibility: visible;
  opacity: 1;
}
body.position .p-position .stories[data-step="8"] .stories__scroll {
  filter: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s 1s ease;
}
body.position .p-position .note {
  background-color: #ffffff;
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  body.position .p-position .note {
    padding: 5.3333333333vw;
  }
}
body.position .p-position .note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 300;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  body.position .p-position .note p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0);
  display: none;
  animation: modalFadeOut 0.8s;
}
.popup-modal .close {
  position: absolute;
  top: 1em;
  right: 1.5em;
  cursor: pointer;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.3;
  text-align: center;
  border: solid 1px #333333;
}
.popup-modal .wrap {
  display: flex;
  height: 100%;
}
.popup-modal .box {
  width: 100%;
  padding: 0 3vw 0 6.6666666667vw;
  margin: auto;
  position: relative;
}
.popup-modal .swipe {
  position: absolute;
  border-radius: 1.6vw;
  background-color: rgba(45, 59, 77, 0.7);
  width: 24vw;
  height: 24vw;
  opacity: 1;
  z-index: 3;
  transition: opacity 0.3s ease;
  bottom: 4vw;
  transform: translateY(100%);
  right: 3vw;
}
@media screen and (max-width: 750px) {
  .popup-modal .swipe {
    width: 10vw;
    height: 10vw;
    bottom: 2vw;
    right: 5vw;
    transform: translateY(0);
  }
}
.popup-modal .swipe.hide {
  pointer-events: none;
  opacity: 0;
}
.popup-modal .swipe::after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/position/icon_swipe.svg");
  background-position: center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(86%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(102%);
}
.popup-modal .scroll {
  overflow-x: auto;
  position: relative;
  padding: 10vw 2vw 0;
  background-color: #fff;
  border-radius: 0.2em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.4);
}
.popup-modal .scroll img {
  width: 158%;
  max-width: none;
}

body.show-modal {
  overflow-y: hidden;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modalFadeIn {
  display: block;
  animation: modalFadeIn 1s;
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}
.modalFadeOut {
  display: none;
  animation: modalFadeOut 0.8s;
}

.p-location {
  background-color: #ffffff;
}
.p-location .mv {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-location .mv {
    padding: 0 5.3333333333vw;
  }
}
.p-location .mv__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-location .mv__inner {
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-location .mv__inner .title__en {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location .mv__inner .title__en {
    border-bottom: 0.2666666667vw solid #333333;
    font-size: 6.6666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-location .mv__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-location .mv__inner .title__jp {
    font-size: 2.9333333333vw;
    line-height: 5.2vw;
    letter-spacing: 0.2vw;
  }
}
.p-location .mv .scroll-down {
  position: absolute;
  bottom: min(1.5625vw, 30px);
  right: 0;
  transform: scale(1, 0.9);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.7291666667vw, 14px);
  font-family: "Cinzel", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-location .mv .scroll-down {
    bottom: 13.3333333333vw;
    gap: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-location .mv .scroll-down::before {
  content: "";
  display: inline-block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  transform: scaleY(1.2);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-location .mv .scroll-down::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6666666667vw;
  }
}
.p-location .mv .scroll-down::after {
  content: "";
  position: absolute;
  top: min(0.2083333333vw, 4px);
  left: 0;
  display: block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  animation: blink-dot 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-location .mv .scroll-down::after {
    top: 0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@keyframes blink-dot {
  0%, 100% {
    scale: 2;
    opacity: 0.6;
  }
  50% {
    scale: 1;
    opacity: 0.6;
  }
}
.p-location .mv .scroll-down.hide {
  opacity: 0;
}
.p-location .content {
  width: 100%;
}
.p-location .content__inner {
  width: 100%;
}
.p-location .content__inner .content-images {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-images {
    flex-flow: column nowrap;
    margin: 0 auto 5.3333333333vw;
  }
}
.p-location .content__inner .content-images__wrapper {
  display: flex;
  flex-flow: column nowrap;
  width: min(37.5vw, 720px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-images__wrapper {
    flex-flow: row nowrap;
    width: 100%;
  }
}
.p-location .content__inner .content-images .content-image {
  width: 100%;
}
.p-location .content__inner .content-images .content-image__main {
  width: min(62.5vw, 1200px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-images .content-image__main {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-images .content-image__01, .p-location .content__inner .content-images .content-image__02 {
    width: 50%;
  }
}
.p-location .content__inner .content-images .content-image img {
  width: 100%;
}
.p-location .content__inner .content-details {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details {
    max-width: 94.6666666667vw;
  }
}
.p-location .content__inner .content-details__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.1875vw, 42px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__title {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0.2666666667vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-location .content__inner .content-details__description {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.1354166667vw, 41px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__description {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    letter-spacing: 0.2666666667vw;
    white-space: normal;
    padding: 0 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-location .content__inner .content-details__images {
  display: flex;
  flex-flow: row nowrap;
  gap: min(0.2083333333vw, 4px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__images {
    flex-flow: column nowrap;
    gap: 1.0666666667vw;
  }
}
.p-location .content__inner .content-details__images .image-item {
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__images .image-item {
    width: calc(50% - 0.5333333333vw);
  }
}
.p-location .content__inner .content-details__images .image-item__wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: min(0.2083333333vw, 4px);
  flex: 1;
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__images .image-item__wrapper {
    gap: 1.0666666667vw;
  }
}
.p-location .content__inner .content-details__images .image-item__main {
  width: min(36.4583333333vw, 700px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__images .image-item__main {
    width: 100%;
  }
  .p-location .content__inner .content-details__images .image-item__main img {
    width: 100%;
  }
}
.p-location .content__inner .content-details__images .image-item__full {
  width: min(46.6666666667vw, 896px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__images .image-item__full {
    width: 100%;
  }
}
.p-location .content__inner .content-details__images .image-item__half {
  width: min(23.2291666667vw, 446px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__images .image-item__half {
    width: calc(50% - 0.5333333333vw);
  }
}
.p-location .content__inner .content-details__map {
  width: 100%;
  margin: min(3.4375vw, 66px) 0 min(2.0833333333vw, 40px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__map {
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
  .p-location .content__inner .content-details__map::before {
    content: "";
    position: absolute;
    top: 10.6666666667vw;
    right: 0;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background: url("../img/icon-zoom.png") no-repeat center center/contain;
  }
}
.p-location .content__inner .content-details__map.img-caption::after {
  bottom: min(4.1666666667vw, 80px);
  right: min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-location .content__inner .content-details__map.img-caption::after {
    bottom: 0;
    right: 0;
  }
}
.p-location .content__inner .content-details__map img {
  width: 100%;
}
.p-location .detail {
  width: 100%;
}
.p-location .detail__inner {
  width: 100%;
}
.p-location .detail__inner .detail-contents {
  width: 100%;
  margin: 0 auto;
}
.p-location .detail__inner .detail-contents__tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents__tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
    max-width: 94.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-location .detail__inner .detail-contents__tab .tab {
  background-color: #f0f1f2;
  height: fit-content;
  font-family: "Cinzel", serif;
  font-size: min(1.25vw, 24px);
  line-height: 1;
  letter-spacing: min(0.0520833333vw, 1px);
  text-align: center;
  padding: min(1.0416666667vw, 20px) 0;
  transition: background-color 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents__tab .tab {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.p-location .detail__inner .detail-contents__tab .tab div {
  border-right: min(0.0520833333vw, 1px) solid #000000;
  padding: min(0.5208333333vw, 10px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents__tab .tab div {
    border-right: none;
    padding: 1.3333333333vw 0;
  }
}
.p-location .detail__inner .detail-contents__tab .tab:last-child div {
  border: none;
}
.p-location .detail__inner .detail-contents__tab .tab.active {
  background-color: #2d3b4d;
  color: #ffffff;
  padding: min(2.0833333333vw, 40px) 0;
  transition: background-color 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents__tab .tab.active {
    padding: 2.6666666667vw 0;
  }
}
.p-location .detail__inner .detail-contents__tab .tab.active div {
  border-right: none;
}
.p-location .detail__inner .detail-contents__tab .tab:hover {
  background-color: #cccccc;
}
.p-location .detail__inner .detail-contents__tab .tab:hover.active {
  background-color: #24303f;
}
.p-location .detail__inner .detail-contents .detail-content {
  width: 100%;
  margin: 0 auto;
}
.p-location .detail__inner .detail-contents .detail-content .content-title {
  overflow: hidden;
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  gap: min(1.5625vw, 30px);
  width: 100%;
  height: min(21.875vw, 420px);
  max-height: 100%;
  color: #ffffff;
}
.p-location .detail__inner .detail-contents .detail-content .content-title__en {
  font-family: "Cinzel", serif;
  font-size: min(4.1666666667vw, 80px);
  line-height: min(2.34375vw, 45px);
}
.p-location .detail__inner .detail-contents .detail-content .content-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-title {
    background-size: auto 82%;
    gap: 2.6666666667vw;
    height: 34.6666666667vw;
  }
  .p-location .detail__inner .detail-contents .detail-content .content-title__en {
    padding-left: 2.6666666667vw;
    font-size: 10.6666666667vw;
    line-height: 6vw;
    padding-bottom: 6.4vw;
  }
  .p-location .detail__inner .detail-contents .detail-content .content-title__jp {
    font-size: 4.2666666667vw;
    padding-bottom: 6.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item {
    padding: 0 5.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: min(5.2083333333vw, 100px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title {
    margin: 8vw 0 9.3333333333vw;
    position: relative;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__en {
  font-family: "Cinzel", serif;
  font-size: min(3.2291666667vw, 62px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-top: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__en {
    font-size: 9.3333333333vw;
    letter-spacing: 0;
    margin-top: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__jp {
    font-size: 3.7333333333vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__jp.area {
  border-radius: min(0.15625vw, 3px);
  background-color: #a68e68;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.4583333333vw, 28px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
  color: #ffffff;
  padding: min(0.5208333333vw, 10px) min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__jp.area {
    border-radius: 0.4vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.06em;
    padding: 1.3333333333vw 2.6666666667vw;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__jp.east {
  background: linear-gradient(180deg, rgba(193, 170, 133, 0.8) 0%, rgba(143, 110, 57, 0.8) 100%), #a68e68;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__jp.west {
  background: linear-gradient(180deg, rgba(121, 138, 175, 0.8) 0%, rgba(45, 59, 77, 0.8) 100%), #a68e68;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.5208333333vw, 10px);
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title {
    display: block;
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title p {
    white-space: wrap;
    word-break: keep-all;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title .logo {
  border: min(0.0520833333vw, 1px) solid #f0f1f2;
  border-radius: 50%;
  background-image: url("../img/logo-maruhiro.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: min(2.6041666667vw, 50px);
  height: min(2.6041666667vw, 50px);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title .logo {
    display: none;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title.east::before {
  content: "東口エリア";
  border-radius: min(0.15625vw, 3px);
  background-color: #a68e68;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1.1;
  letter-spacing: min(0.1041666667vw, 2px);
  color: #ffffff;
  padding: min(0.2604166667vw, 5px) min(0.5208333333vw, 10px) min(0.3125vw, 6px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title.east::before {
    border-radius: 0.4vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
    padding: 1.0666666667vw 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title.west::before {
  content: "西口エリア";
  border-radius: min(0.15625vw, 3px);
  background-color: #2d3b4d;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1.1;
  letter-spacing: min(0.1041666667vw, 2px);
  color: #ffffff;
  padding: min(0.2604166667vw, 5px) min(0.5208333333vw, 10px) min(0.3125vw, 6px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__title.west::before {
    border-radius: 0.4vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.06em;
    padding: 1.0666666667vw 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__description {
  white-space: normal;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(2.8645833333vw, 55px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__description {
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__images {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__images {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__image {
  position: relative;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__image img {
  width: 100%;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__image.r3 {
  width: min(26.3541666667vw, 506px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__image.r3 {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__image.r2 {
  width: min(39.8958333333vw, 766px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__image.r2 {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__text {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.078125vw, 1.5px);
  margin-top: min(1.40625vw, 27px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__text {
    font-size: 4vw;
    line-height: 1.2;
    letter-spacing: 0.1333333333vw;
    margin-block: 2.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__text p {
  z-index: 2;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__text strong {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__text strong {
    font-size: 5.3333333333vw;
    font-weight: 500;
    padding-inline: 0.2666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__text.para {
  letter-spacing: 0;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .guide {
  gap: min(3.125vw, 60px);
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .guide .item-detail__image:first-child {
  position: relative;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .guide .item-detail__image:first-child p {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .guide .item-detail__image:first-child p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .guide .item-detail__image:first-child::before {
    content: "";
    position: absolute;
    top: -3.7333333333vw;
    right: 0;
    width: 8vw;
    height: 8vw;
    background: url("../img/icon-zoom.png") no-repeat center center/contain;
  }
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .guide .item-detail__image:last-child {
    height: 60vw;
    overflow: hidden;
  }
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .guide .item-detail__image:last-child img {
    width: 100%;
    object-position: top;
    object-fit: cover;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge {
  position: absolute;
  border-radius: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: min(0.15625vw, 3px);
  width: min(6.25vw, 120px);
  height: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    gap: 0.5333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge .text {
  color: #ffffff;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge .text__m {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.78125vw, 15px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge .text__l span, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge .text__m span {
  font-size: 200%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge .text__m {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.east {
  background: linear-gradient(180deg, rgba(193, 170, 133, 0.8) 0%, rgba(143, 110, 57, 0.8) 100%), #a68e68;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.west {
  background: linear-gradient(180deg, rgba(121, 138, 175, 0.8) 0%, rgba(45, 59, 77, 0.8) 100%), #a68e68;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.topright {
  top: max(-2.6041666667vw, -50px);
  right: max(-2.6041666667vw, -50px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.topright {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.topleft {
  top: max(-2.6041666667vw, -50px);
  left: max(-2.6041666667vw, -50px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.topleft {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small {
  width: min(5.2083333333vw, 100px);
  height: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small .text__m {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.78125vw, 15px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small .text__l span, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small .text__m span {
  font-size: 200%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small .text__m {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small.topright {
  top: max(-1.5625vw, -30px);
  right: max(-1.5625vw, -30px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.small.topright {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray {
  background: linear-gradient(180deg, #a1a1a1 0%, #676767 100%), #a68e68;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small {
  width: min(5.2083333333vw, 100px);
  height: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small .text__m {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.78125vw, 15px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small .text__l span, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small .text__m span {
  font-size: 200%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small .text__m {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small.topright {
  top: max(-2.0833333333vw, -40px);
  right: max(-1.0416666667vw, -20px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.small.topright {
    top: 0.2666666667vw;
    right: 0.2666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall {
  width: min(4.6875vw, 90px);
  height: min(4.6875vw, 90px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall {
    width: 11.3333333333vw;
    height: 11.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall .text__m {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.78125vw, 15px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall .text__l span, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall .text__m span {
  font-size: 200%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall .text__l, .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall .text__m {
    font-size: 2.4vw;
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall.topright {
  top: max(-2.0833333333vw, -40px);
  right: max(-1.0416666667vw, -20px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .badge.gray.xsmall.topright {
    top: 0.2666666667vw;
    right: 0.2666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist {
  background-color: #f1f1ee;
  padding: min(2.0833333333vw, 40px);
  margin-bottom: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist {
    padding: 6.6666666667vw 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist.east {
  margin-block: min(1.0416666667vw, 20px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist.east {
    margin-block: 2.6666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: "Cinzel", serif;
  font-size: min(1.5625vw, 30px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-top: min(0.0520833333vw, 1px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-title {
    font-size: 4.5333333333vw;
    letter-spacing: 0.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-title span {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: 1;
  letter-spacing: min(0.0520833333vw, 1px);
  margin-left: min(0.8333333333vw, 16px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-title span {
    font-size: 3.2vw;
    margin-left: 1.6vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images {
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.4583333333vw, 28px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images {
    flex-flow: row wrap;
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image {
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.7291666667vw, 14px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image {
    width: calc(50% - 1.3333333333vw);
    gap: 1.8666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .image {
  width: 100%;
  max-width: min(18.6979166667vw, 359px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .image {
    max-width: none;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name {
  display: flex;
  gap: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name {
    gap: 1.3333333333vw;
    align-items: center;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name .logo {
  width: min(2.7083333333vw, 52px);
  height: min(2.7083333333vw, 52px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name .logo {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name .text {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name .text {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name .text.small {
  font-size: min(0.9375vw, 18px);
  letter-spacing: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-images .list-image .name .text.small {
    font-size: 2.4vw;
    letter-spacing: 0;
    white-space: wrap;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-texts {
  display: flex;
  flex-flow: column nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-texts {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-texts.landscape {
  flex-flow: row nowrap;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-texts.landscape {
    flex-flow: column nowrap;
    gap: 0.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-texts .list-text::before {
  content: "・";
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(2.0833333333vw, 40px);
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-wrapper .list-texts {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__shoplist .list-wrapper {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__row-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(4.6875vw, 90px);
  margin-bottom: min(5.2083333333vw, 100px);
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__row-wrapper.reverse {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__row-wrapper {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__row-wrapper.reverse {
    flex-flow: column nowrap;
  }
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__row-wrapper .item-detail__shoplist {
  margin-bottom: 0;
}
.p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__main-image {
  position: relative;
  width: 100%;
  max-width: min(36.9791666667vw, 710px);
  height: min(23.9583333333vw, 460px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail__main-image {
    max-width: none;
    height: auto;
  }
}
.p-location .detail__inner .detail-contents .detail-content__shopping {
  max-width: min(83.3333333333vw, 1600px);
  margin-bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__shopping {
    max-width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-title {
  background-image: url("../img/location/location-detail-title01.png");
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__images.guide .item-detail__image:first-child {
  width: 53%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__images.guide .item-detail__image:first-child {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__images.guide .item-detail__image:last-child {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__images.guide .item-detail__image:last-child {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__text p {
  background-color: #ffffff;
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__row-wrapper:has(.item-detail__splitimage) {
  height: min(14.0625vw, 270px);
  gap: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__row-wrapper:has(.item-detail__splitimage) {
    height: auto;
    gap: 8vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__shoplist:has(+ .item-detail__splitimage) {
  width: 53%;
  height: fit-content;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__shoplist:has(+ .item-detail__splitimage) {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__splitimage {
  width: 47%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__splitimage {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__splitimage .image {
  width: 100%;
  height: 100%;
}
.p-location .detail__inner .detail-contents .detail-content__shopping .content-items .content-item .item-detail__splitimage .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .detail__inner .detail-contents .detail-content__medical {
  background-color: #2d3b4d;
  color: #ffffff;
  padding: min(6.25vw, 120px) min(7.9427083333vw, 152.5px);
  margin-bottom: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical {
    padding: 8vw 0;
    margin-bottom: 8vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-title {
  background-image: url("../img/location/location-detail-title02.png");
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item {
    padding: 0 5.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail {
  max-width: 1600px;
  margin: 0 auto;
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__title {
  text-align: center;
  margin: min(4.1666666667vw, 80px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__title {
    margin: 5.3333333333vw 0;
  }
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__title p {
  width: 100%;
  font-weight: 100;
  letter-spacing: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__title p {
    font-size: 4.2666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__images {
  flex: 1;
  gap: min(1.3020833333vw, 25px);
  width: 100%;
  margin-bottom: 0;
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__text {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__text {
    align-items: start;
    gap: 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__text p small {
  font-size: min(0.9375vw, 18px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__text p {
    letter-spacing: 0;
  }
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__text p small {
    font-size: 2.4vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__text::after {
  display: none;
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.3020833333vw, 25px);
  width: min(49.4791666667vw, 950px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__wrapper {
    gap: 2.6666666667vw;
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__wrapper.multiple-images {
  flex-flow: row wrap;
  flex: 1;
}
.p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__wrapper {
  gap: min(1.3020833333vw, 25px);
  width: calc(50% - min(0.6510416667vw, 12.5px));
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__wrapper {
    gap: 2.6666666667vw;
    max-width: calc(50% - 1.3333333333vw);
  }
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__image img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__medical .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__text {
    white-space: wrap;
    word-break: keep-all;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education {
  max-width: min(83.3333333333vw, 1600px);
  margin: min(6.25vw, 120px) auto;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education {
    max-width: none;
    margin: 8vw 0;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-title {
  background-image: url("../img/location/location-detail-title03.png");
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__title {
  text-align: center;
  margin: min(4.1666666667vw, 80px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__title {
    margin: 5.3333333333vw 0;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__title p {
  width: 100%;
  font-weight: 100;
  letter-spacing: min(0.2604166667vw, 5px);
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__text {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: min(1.25vw, 24px);
  white-space: normal;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__text {
    align-items: start;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__text p small {
  font-size: min(0.9375vw, 18px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__text p {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__text::after {
  display: none;
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.3020833333vw, 25px);
  max-width: min(32.5520833333vw, 625px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper {
    gap: 2.6666666667vw;
    max-width: none;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.row {
  max-width: none;
  flex-flow: row nowrap;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.row {
    flex-flow: column nowrap;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper .item-detail__image {
  display: flex;
  flex-flow: row nowrap;
  flex-shrink: 0;
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper .item-detail__image img {
  width: 100%;
  max-width: min(15.625vw, 300px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper .item-detail__image img {
    max-width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper .item-detail__image p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(16.9270833333vw, 325px);
  height: min(9.8958333333vw, 190px);
  background-color: #f0f1f2;
  font-size: min(0.9375vw, 18px);
  line-height: min(1.71875vw, 33px);
  letter-spacing: min(0.0520833333vw, 1px);
  text-align: center;
  white-space: normal;
  padding: 0 min(1.3020833333vw, 25px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper .item-detail__image p {
    width: 100%;
    height: auto;
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    padding: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper .item-detail__image.bottom .image {
    flex-basis: 49%;
  }
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper .item-detail__image.bottom p {
    flex-basis: 51%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.multiple-images {
  flex-flow: row nowrap;
  max-width: 100%;
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.multiple-images {
    flex-flow: row wrap;
    margin-bottom: 4vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__wrapper {
  gap: min(1.3020833333vw, 25px);
  width: 100%;
  max-width: min(15.625vw, 300px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__wrapper {
    gap: 2.6666666667vw;
    width: calc(50% - 1.3333333333vw);
    max-width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__text {
  font-size: min(1.3541666667vw, 26px);
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__education .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__text {
    gap: 1.3333333333vw;
    font-size: 2.4vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet {
  background-color: #2d3b4d;
  color: #ffffff;
  padding: min(6.25vw, 120px) min(8.3333333333vw, 160px);
  margin-bottom: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet {
    padding: 8vw 0;
    margin-bottom: 8vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-title {
  background-image: url("../img/location/location-detail-title04.png");
  background-size: cover;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-title .content-title__en {
    padding-bottom: 5.8666666667vw;
    font-size: 8vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item {
    padding: 0 5.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__title {
  text-align: center;
  margin: min(4.1666666667vw, 80px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__title {
    margin: 5.3333333333vw 0;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__title p {
  width: 100%;
  font-weight: 100;
  letter-spacing: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__title p {
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__images {
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: min(4.1666666667vw, 80px);
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__images {
    gap: 2.6666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__images .caution-gourmet {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.3020833333vw, 25px);
  letter-spacing: min(0.0260416667vw, 0.5px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__images .caution-gourmet {
    font-size: 1.3333333333vw;
    line-height: 2vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__text {
  flex-flow: column nowrap;
  justify-content: center;
  font-size: min(1.0416666667vw, 20px);
  margin-top: 0;
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__text p {
  text-align: center;
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__text p small {
  font-size: min(0.7291666667vw, 14px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__text p {
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__text p small {
    font-size: 2.4vw;
    line-height: 1;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__text::after {
  display: none;
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.3020833333vw, 25px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper {
    gap: 2.6666666667vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper .item-detail__image {
  display: flex;
  flex-flow: row nowrap;
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper .item-detail__image img {
  width: 100%;
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper.multiple-images {
  flex-flow: row nowrap;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper.multiple-images {
    flex-flow: row wrap;
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__wrapper {
  gap: min(1.3020833333vw, 25px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__wrapper {
    gap: 2.6666666667vw;
    width: calc(50% - 1.3333333333vw);
  }
}
.p-location .detail__inner .detail-contents .detail-content__gourmet .content-items .content-item .item-detail__wrapper.multiple-images .item-detail__text {
  gap: min(0.5208333333vw, 10px);
  letter-spacing: 0;
  white-space: wrap;
  word-break: keep-all;
}
.p-location .detail__inner .detail-contents .detail-content__life-info {
  max-width: min(83.3333333333vw, 1600px);
  margin: min(6.25vw, 120px) auto;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info {
    max-width: none;
    margin: 8vw auto;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .detail-contents__tab {
  gap: min(0.2604166667vw, 5px);
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .detail-contents__tab {
    gap: 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .detail-contents__tab .tab {
  border-bottom: min(0.2604166667vw, 5px) solid #ffffff;
  background-color: #2d3b4d;
  font-size: min(1.1458333333vw, 22px);
  color: #ffffff;
  padding: min(1.0416666667vw, 20px) 0 min(0.78125vw, 15px);
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .detail-contents__tab .tab div {
  border-right: none;
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .detail-contents__tab .tab.active {
  border: min(0.0520833333vw, 1px) solid #cccccc;
  background-color: #ffffff;
  color: #333333;
  padding: min(1.5625vw, 30px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .detail-contents__tab .tab {
    border-bottom: 0.6666666667vw solid #ffffff;
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw 0 2vw;
  }
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .detail-contents__tab .tab.active {
    border: 0.1333333333vw solid #cccccc;
    padding: 4vw 0;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-title {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-title {
    gap: 1.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  height: fit-content;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail {
    flex-flow: column nowrap;
    max-width: none;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__shopping, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__shop-second, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__medical, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__edu, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__culture, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__bank {
  display: none;
  width: fit-content;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__shopping.active, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__shop-second.active, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__medical.active, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__edu.active, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__culture.active, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__bank.active {
  display: revert;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__shopping, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__shop-second, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__medical, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__edu, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__culture, .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__bank {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__map {
  border: min(0.0520833333vw, 1px) solid #cccccc;
  border-right: none;
  width: 100%;
  max-width: calc(100% - min(35.9375vw, 690px));
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail__map {
    border: 0.1333333333vw solid #cccccc;
    max-width: none;
    aspect-ratio: 1/1;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper {
  border: min(0.0520833333vw, 1px) solid #cccccc;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper {
    border: 0.1333333333vw solid #cccccc;
    border-top: none;
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list {
  overflow-y: scroll;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: min(35.78125vw, 687px);
  height: calc(100vh - min(11.4583333333vw, 220px));
  max-height: min(62.5vw, 1200px);
  padding: min(2.6041666667vw, 50px) min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list {
    overflow-y: auto;
    width: 100%;
    height: fit-content;
    padding: 0 5.3333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-items {
  display: flex;
  flex-flow: column nowrap;
  counter-reset: list-counter;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-items {
    width: 100%;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item {
  cursor: pointer;
  border-bottom: min(0.0520833333vw, 1px) solid #cccccc;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.078125vw, 1.5px);
  padding: 0.55rem 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item {
    border-bottom: 0.1333333333vw solid #cccccc;
    flex-flow: column nowrap;
    align-items: flex-start;
    height: fit-content;
    font-size: 2.9866666667vw;
    line-height: 2;
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item:last-child {
  border-bottom: none;
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item__name {
  display: flex;
  flex-flow: row nowrap;
  width: calc(100% - 2em);
  gap: min(0.5208333333vw, 10px);
  align-items: center;
  white-space: normal;
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item__name {
    gap: 2vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item__name::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: inline-block;
  background: linear-gradient(180deg, rgba(193, 170, 133, 0.8) 0%, rgba(143, 110, 57, 0.8) 100%), #a68e68;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: min(1.3541666667vw, 26px);
  height: min(1.3541666667vw, 26px);
  font-size: min(0.8333333333vw, 16px);
  font-weight: 100;
  letter-spacing: 0;
  color: #ffffff;
  padding-bottom: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item__name::before {
    width: 4vw;
    height: 4vw;
    font-size: 2.4vw;
    padding-bottom: 0.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-detail .info-wrapper__list .list-item__text {
    padding-left: calc(1em + 2.9333333333vw);
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history {
  background: url("../img/location/location-background.webp");
  background-size: 200% auto;
  background-position: center;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: min(6.25vw, 120px) min(4.1666666667vw, 80px);
  margin: min(5.2083333333vw, 100px) 0 min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history {
    background-size: auto 150%;
    padding: 8vw 5.3333333333vw;
    margin: 6.6666666667vw 0 8vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history .info-title {
  font-size: min(1.9791666667vw, 38px);
  line-height: min(3.1770833333vw, 61px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history .info-title {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
    word-break: keep-all;
    margin-bottom: 4vw;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history .info-detail {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history .info-detail {
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: normal;
    white-space: wrap;
    word-break: keep-all;
    text-align: left;
  }
}
.p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history .info-images {
  display: flex;
  flex-flow: row nowrap;
  gap: min(2.6041666667vw, 50px);
  width: fit-content;
  margin: min(3.125vw, 60px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-location .detail__inner .detail-contents .detail-content__life-info .content-items .content-item .item-history .info-images {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.p-location .event {
  background-color: #f0f1f2;
  width: 100%;
  padding: min(8.3333333333vw, 160px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .event {
    padding: 8vw 0;
  }
}
.p-location .event__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .event__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}
.p-location .event__inner .title {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.6666666667vw, 32px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  text-align: center;
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-location .event__inner .title {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
    word-break: keep-all;
    margin-bottom: 8vw;
  }
}
.p-location .event__inner .image-list {
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.4583333333vw, 28px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location .event__inner .image-list {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
  }
}
.p-location .event__inner .image-list .image-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.3020833333vw, 25px);
  width: 100%;
  max-width: min(19.7916666667vw, 380px);
}
@media screen and (max-width: 750px) {
  .p-location .event__inner .image-list .image-wrapper {
    gap: 2.6666666667vw;
    max-width: 100%;
  }
}
.p-location .event__inner .image-list .image-wrapper .text {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.1041666667vw, 2px);
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .p-location .event__inner .image-list .image-wrapper .text {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
  }
}
.p-location .event__inner .image-list .image-wrapper .text p + p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  white-space: normal;
  margin-top: min(1.3020833333vw, 25px);
}
@media screen and (max-width: 750px) {
  .p-location .event__inner .image-list .image-wrapper .text p + p {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 2vw;
  }
}
.p-location .note {
  background-color: #ffffff;
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .note {
    padding: 5.3333333333vw;
  }
}
.p-location .note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 300;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-location .note p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}

.p-access {
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .p-access br.sp {
    display: none;
  }
}
.p-access .mv {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-access .mv {
    padding: 0 5.3333333333vw;
  }
}
.p-access .mv__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-access .mv__inner {
    max-width: 94.6666666667vw;
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-access .mv__inner .title__en {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-access .mv__inner .title__en {
    border-bottom: 0.2666666667vw solid #333333;
    font-size: 6.6666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-access .mv__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-access .mv__inner .title__jp {
    font-size: 2.9333333333vw;
    line-height: 5.2vw;
    letter-spacing: 0.2vw;
  }
}
.p-access .mv__image {
  width: 100%;
  margin-bottom: min(2.0833333333vw, 40px);
}
.p-access .mv__image img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-access .mv__image {
    margin-bottom: 0;
  }
}
.p-access .mv .scroll-down {
  position: absolute;
  bottom: min(1.5625vw, 30px);
  right: 0;
  transform: scale(1, 0.9);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.7291666667vw, 14px);
  font-family: "Cinzel", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-access .mv .scroll-down {
    bottom: 13.3333333333vw;
    gap: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-access .mv .scroll-down::before {
  content: "";
  display: inline-block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  transform: scaleY(1.2);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-access .mv .scroll-down::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6666666667vw;
  }
}
.p-access .mv .scroll-down::after {
  content: "";
  position: absolute;
  top: min(0.2083333333vw, 4px);
  left: 0;
  display: block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  animation: blink-dot 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-access .mv .scroll-down::after {
    top: 0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@keyframes blink-dot {
  0%, 100% {
    scale: 2;
    opacity: 0.6;
  }
  50% {
    scale: 1;
    opacity: 0.6;
  }
}
.p-access .mv .scroll-down.hide {
  opacity: 0;
}
.p-access .detail__inner .detail-contents__tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto min(4.1666666667vw, 80px);
  padding-top: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents__tab {
    gap: 1.3333333333vw;
    max-width: 94.6666666667vw;
    margin: 0 auto 8vw;
    padding-top: 8vw;
  }
}
.p-access .detail__inner .detail-contents__tab .tab {
  background-color: #f0f1f2;
  height: fit-content;
  font-family: "Cinzel", serif;
  font-size: min(1.25vw, 24px);
  line-height: 1;
  letter-spacing: min(0.0520833333vw, 1px);
  text-align: center;
  padding: min(1.0416666667vw, 20px) 0;
  transition: background-color 0.6s ease;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents__tab .tab {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.p-access .detail__inner .detail-contents__tab .tab div {
  border-right: min(0.0520833333vw, 1px) solid #000000;
  padding: min(0.5208333333vw, 10px) 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents__tab .tab div {
    border-right: 0.1333333333vw solid #000000;
    border-right: none;
    padding: 1.3333333333vw 0;
  }
}
.p-access .detail__inner .detail-contents__tab .tab:last-child div {
  border: none;
}
.p-access .detail__inner .detail-contents__tab .tab.active {
  background-color: #2d3b4d;
  color: #ffffff;
  padding: min(2.0833333333vw, 40px) 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents__tab .tab.active {
    padding: 2.6666666667vw 0;
  }
}
.p-access .detail__inner .detail-contents__tab .tab.active div {
  border-right: none;
}
.p-access .detail__inner .detail-contents__tab .tab:hover {
  background-color: #cccccc;
}
.p-access .detail__inner .detail-contents__tab .tab:hover.active {
  background-color: #24303f;
}
.p-access .detail__inner .detail-contents .detail-content .content-title {
  overflow: hidden;
  background-size: auto 100%;
  background-position: top left;
  display: flex;
  align-items: flex-end;
  gap: min(1.5625vw, 30px);
  width: 100%;
  height: min(21.875vw, 420px);
  max-height: 100%;
  color: #ffffff;
}
.p-access .detail__inner .detail-contents .detail-content .content-title__en {
  font-family: "Cinzel", serif;
  font-size: min(4.1666666667vw, 80px);
  line-height: min(2.34375vw, 45px);
}
.p-access .detail__inner .detail-contents .detail-content .content-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-title {
    gap: 4vw;
    height: 40vw;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-title__en {
    font-size: 10.6666666667vw;
    line-height: 6vw;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-title__jp {
    font-size: 3.4666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items {
  width: 100%;
  padding: 0 min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items {
    padding: 0;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-title {
  background: url("../img/access/access-train-title-background.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: min(21.875vw, 420px);
  margin: 0 0 min(2.0833333333vw, 40px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-title {
    height: 34.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__en {
  font-family: "Cinzel", serif;
  font-size: min(4.1666666667vw, 80px);
  line-height: min(2.34375vw, 45px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-title__en {
    padding-left: 2.6666666667vw;
    font-size: 10.6666666667vw;
    line-height: 6vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item__catch {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.1875vw, 42px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: min(0.1041666667vw, 2px);
  text-align: center;
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__catch {
    font-size: 4.8vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0.2666666667vw;
    text-align: left;
    padding: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item__description {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.1354166667vw, 41px);
  letter-spacing: min(0.1041666667vw, 2px);
  text-align: center;
  white-space: wrap;
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__description {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.2666666667vw;
    white-space: normal;
    text-align: left;
    padding: 0;
    margin-bottom: 8vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image {
  width: 100%;
  padding: min(4.1666666667vw, 80px);
  border: min(0.0520833333vw, 1px) solid #cccccc;
  background: #ffffff;
  margin-bottom: min(3.125vw, 60px);
  text-align: center;
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image img {
  width: 75%;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image {
    padding: 0;
    border: none;
    margin-bottom: 10.6666666667vw;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image img {
    width: 100%;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image.scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image.scroll.img-caption::after {
    display: none;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image.scroll::-webkit-scrollbar {
    width: 100%;
    height: 10px;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image.scroll::-webkit-scrollbar-track {
    background: #f0f1f2;
    border-radius: 5px;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image.scroll::-webkit-scrollbar-thumb {
    background: #a68e68;
    border-radius: 5px;
    border: 2px solid #f0f1f2;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item__main-image.scroll img {
    width: 200%;
    max-width: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-top: min(4.6875vw, 90px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail {
    flex-flow: column nowrap;
    margin-top: 13.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  line-height: min(2.1354166667vw, 41px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin: 0 auto;
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail p strong {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail p strong {
    font-size: 4vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  line-height: 0.6;
  letter-spacing: min(0.078125vw, 1.5px);
  margin-top: 0.1em;
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .title {
    font-size: 5.3333333333vw;
    letter-spacing: 0.1333333333vw;
    margin-bottom: 4vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .zoom {
  position: absolute;
  top: 5vw;
  right: 5vw;
  width: 8vw;
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content {
  width: 100%;
  position: relative;
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images {
  display: flex;
  flex-flow: row wrap;
  gap: min(2.0833333333vw, 40px);
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images {
    gap: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image {
    padding-bottom: 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image-wrapper {
  position: relative;
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image-wrapper .desc {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.3020833333vw, 25px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image-wrapper .desc {
    font-size: 2.9333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image-wrapper .desc strong {
  font-family: "Cinzel", serif;
  font-size: min(2.6041666667vw, 50px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image-wrapper .desc strong {
    font-size: 6.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image .time {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image .time {
    font-size: 2.9333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image .caution {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.3020833333vw, 25px);
  letter-spacing: min(0.0520833333vw, 1px);
  white-space: wrap;
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content .images .image .caution {
    font-size: 2.5333333333vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content__alt .title {
  justify-content: flex-start;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content__alt .title {
    gap: 2vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content__alt .title::before {
  content: "from";
  display: inline;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 100;
  font-style: italic;
  font-size: min(1.25vw, 24px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content .content-items .content-item .item-detail .content__alt .title::before {
    font-size: 3.2vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train {
  background: linear-gradient(to bottom, #ffffff min(52.0833333333vw, 1000px), #2d3b4d min(52.0833333333vw, 1000px));
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train {
    background: linear-gradient(to bottom, #ffffff 146.6666666667vw, #2d3b4d 133.3333333333vw);
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .scroll-note {
  background-color: #a68e68;
  border-radius: 5px;
  width: fit-content;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1;
  color: white;
  padding: 1.0666666667vw 1.8666666667vw;
  margin-left: auto;
  margin-block: -6.6666666667vw 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .scroll-note {
    display: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .scroll-note span {
  display: inline-block;
  margin-right: 2.1333333333vw;
  animation: text-arw-move 1s ease infinite;
}
@keyframes text-arw-move {
  0%, 100% {
    translate: 0 0 0;
  }
  80% {
    translate: 15% 0 0;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail p {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail p {
    white-space: wrap;
  }
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__top {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access {
    margin-top: 10.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .image {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: min(38.5416666667vw, 740px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .image {
    max-width: none;
    padding-bottom: 8vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .image img {
  width: 100%;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .title {
  border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .title {
    border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .content {
  color: #ffffff;
  padding: min(1.0416666667vw, 20px) 0 min(1.0416666667vw, 20px) min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .content {
    padding: 10.6666666667vw 0 0;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .content .images .image {
  width: calc(50% - min(1.0416666667vw, 20px));
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .content .images .image {
    width: calc(50% - 1.3333333333vw);
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .content .images .desc p {
  background-color: #2d3b4d;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .content .images .time {
  text-align: end;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__direct-access .content .images .time {
    font-size: 1.6vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner {
  flex-flow: column nowrap;
  color: #ffffff;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .title {
  border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  margin-bottom: min(4.1666666667vw, 80px);
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content {
  display: flex;
  flex-flow: row nowrap;
  gap: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .image {
  flex: 0 0 auto;
  width: 100%;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .image:first-child {
  max-width: min(36.9791666667vw, 710px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .image:first-child {
    max-width: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .image:nth-child(2) {
  display: flex;
  align-items: center;
  max-width: min(16.1458333333vw, 310px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .image:nth-child(2) {
    max-width: 56vw;
    margin: 0 auto;
    padding: 0 6.6666666667vw 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .image:nth-child(2) img {
  width: 100%;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text {
  width: 100%;
  white-space: wrap;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.sp {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.sp span {
    font-family: "Cinzel", serif;
    color: #d1bb98;
    font-size: 5.8666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.em {
  font-size: min(1.7708333333vw, 34px);
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.em {
    margin-top: 4.8vw;
    font-size: 5.0666666667vw;
    line-height: 1.6;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.em strong {
  font-family: "Cinzel", serif;
  font-size: min(2.3958333333vw, 46px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.em strong {
    font-size: 4.2666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.pc {
  font-size: min(1.6666666667vw, 32px);
  line-height: 1.1;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.pc span {
  font-family: "Cinzel", serif;
  font-size: min(2.3958333333vw, 46px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.pc {
    display: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.3020833333vw, 25px);
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p.caution {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p + p {
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__tj-liner .content .text p + p {
    margin-top: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search {
  flex-flow: column nowrap;
  color: #ffffff;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .title {
  border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  margin-bottom: min(4.1666666667vw, 80px);
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .title__jp {
  font-size: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .title__jp {
    font-size: 3.2vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content {
  display: flex;
  flex-flow: column nowrap;
  gap: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content {
    gap: 5.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search {
    flex-flow: column wrap;
    gap: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(1.0416666667vw, 20px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form {
    justify-content: center;
    gap: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form .input {
  background-color: #f1f1ee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(19.7916666667vw, 380px);
  height: min(3.8541666667vw, 74px);
  font-size: min(1.1458333333vw, 22px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form .input {
    width: 70%;
    height: 8vw;
    font-size: 3.4666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form .input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form__from .input {
  color: #333333;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form__to .input {
  color: #333333;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form__button .input {
  background-color: #a68e68;
  width: min(28.125vw, 540px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search .form__button .input {
    width: 100%;
    height: 9.3333333333vw;
    margin-block: 4.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: nowrap;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__search .content .route-search p {
    font-size: 2.9333333333vw;
    line-height: 1.6;
    letter-spacing: 0.2666666667vw;
    writing-mode: vertical-rl;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen {
  flex-flow: column nowrap;
  gap: min(3.6458333333vw, 70px);
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen {
    gap: 5.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .title {
  border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  margin-bottom: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .title {
    border-bottom: 0.1333333333vw solid #ffffff;
    margin-bottom: 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(4.6875vw, 90px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content {
    flex-flow: column nowrap;
    gap: 8vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content .text .title {
  border-bottom: none;
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content .text .title {
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    white-space: wrap;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content .text p {
  font-size: min(1.1458333333vw, 22px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content .text p {
    font-size: 3.4666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content .image {
  flex: 0 0 auto;
  width: 100%;
  max-width: min(36.9791666667vw, 710px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content .image {
    max-width: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt {
  background-color: #24303f;
  flex-flow: column nowrap;
  align-items: normal;
  gap: 0;
  padding: min(2.8125vw, 54px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt {
    margin-top: 2.6666666667vw;
    padding: 6.6666666667vw 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .title {
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .title {
    margin-bottom: 4vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images {
  flex-flow: row nowrap;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images {
    flex-flow: column nowrap;
    gap: 8vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image {
  gap: min(0.5208333333vw, 10px);
  width: 100%;
  max-width: min(24.375vw, 468px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image {
    max-width: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-wrapper {
  position: relative;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .add {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .add {
    font-size: 3.4666666667vw;
    white-space: wrap;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .desc {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .desc {
    font-size: 3.2vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .desc p {
  margin: 0;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .desc p em {
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .desc p em {
    font-size: 1.4em;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .desc strong {
  font-family: "Cinzel", serif;
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image-text .desc strong {
    font-size: 8vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content__alt .images .image .caution {
  letter-spacing: 0;
  margin: 0;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:nth-child(4) .image {
  max-width: 100%;
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #24303f;
  gap: min(1.5625vw, 30px) min(3.125vw, 60px);
  padding: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child {
    display: flex;
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .text p {
  font-size: min(1.7708333333vw, 34px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-top: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .text p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .text p + p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .text p + p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt {
  grid-area: 2/1/3/3;
  background-color: #121820;
  width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt {
    display: flex;
    flex-flow: column nowrap;
    gap: 0;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items {
  flex-flow: row nowrap;
  gap: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items {
    flex-flow: column nowrap;
    gap: 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: min(1.0416666667vw, 20px);
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time {
    justify-content: space-between;
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time p {
  z-index: 2;
  width: fit-content;
  margin: 0;
  font-size: min(1.5625vw, 30px);
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time strong {
  font-family: "Cinzel", serif;
  font-size: min(2.1875vw, 42px);
  color: #d1bb98;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time strong {
    font-size: 4.2666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time::after {
  content: "";
  position: absolute;
  top: 7%;
  right: 0;
  width: 1px;
  height: 86%;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item .time::after {
    display: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__train .content-items .content-item .item-detail__shinkansen .content:last-child .content__alt .list-items .list-item:last-child .time::after {
  display: none;
}
.p-access .detail__inner .detail-contents .detail-content__car {
  background-color: #2d3b4d;
  color: #ffffff;
  padding: 0 0 min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car {
    padding: 0 0 13.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .detail-contents__tab {
  color: #333333;
}
.p-access .detail__inner .detail-contents .detail-content__car .detail-contents__tab a.active {
  border: #ffffff min(0.0520833333vw, 1px) solid;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item__catch {
    padding: 0;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item__main-image {
  padding: 0;
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item__main-image img {
  width: 62%;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item__main-image {
    padding: 1.3333333333vw;
    position: relative;
  }
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item__main-image img {
    width: 95%;
  }
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item__main-image::before {
    content: "";
    position: absolute;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
    background: url("../img/icon-zoom.png") no-repeat center center/contain;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-title {
  background-image: url("../img/access/access-car-title-background.png");
  margin-top: 0;
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail {
  margin-top: min(3.125vw, 60px);
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .caution {
  margin-top: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .caution {
    font-size: sp(10);
    white-space: wrap;
    margin-top: sp(20);
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images {
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image {
  gap: min(1.0416666667vw, 20px);
  width: min(26.3541666667vw, 506px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image {
    gap: 2.6666666667vw;
    width: 100%;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image img {
  width: 100%;
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image .distance p {
  font-size: min(1.6666666667vw, 32px);
  line-height: min(2.4479166667vw, 47px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image .distance p {
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image .distance p + p {
  font-size: min(1.7708333333vw, 34px);
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image .distance p + p {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image .distance p + p strong {
  font-size: min(2.8125vw, 54px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__car .content-items .content-item .item-detail .content .images .image .distance p + p strong {
    font-size: 5.6vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus {
  padding: 0 0 min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus {
    padding: 0 0 13.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item__description {
  white-space: wrap;
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-title {
  background-image: url("../img/access/access-bus-title-background.png");
  margin-top: 0;
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail {
  margin-top: min(3.125vw, 60px);
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail {
    margin-top: 8vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list {
  display: flex;
  flex-flow: column nowrap;
  gap: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list {
    gap: 5.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.9791666667vw, 38px);
  line-height: min(2.7604166667vw, 53px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-title {
    font-size: 5.6vw;
    line-height: 1.6;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items {
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items {
    gap: 4vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item {
  align-items: flex-start;
  gap: min(0.3125vw, 6px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item {
    gap: 0.8vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item p {
  font-size: min(1.6666666667vw, 32px);
  margin: 0;
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item p small {
  font-size: min(1.25vw, 24px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item p {
    font-size: 4.2666666667vw;
    white-space: wrap;
  }
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item p small {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .image {
    display: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .tag {
  background-color: #f0f1f2;
  width: min(8.3333333333vw, 160px);
  text-align: center;
  padding: min(0.2604166667vw, 5px) 0;
  margin-block: min(0.4166666667vw, 8px) min(0.3125vw, 6px);
  font-size: min(0.8333333333vw, 16px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .tag {
    width: fit-content;
    padding: 0.6666666667vw 1.3333333333vw;
    margin-block: 1.3333333333vw 0;
    font-size: 2.9333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .price p {
  font-size: min(1.4583333333vw, 28px);
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .price p strong {
  font-size: min(2.0833333333vw, 40px);
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .price p small {
  font-size: min(1.1458333333vw, 22px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .price p {
    font-size: 3.7333333333vw;
  }
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .price p strong {
    font-size: 4.5333333333vw;
  }
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .price p small {
    font-size: 3.4666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__list .list-items .list-item .caution {
    font-size: 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__images {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.0416666667vw, 20px);
  width: min(44.2708333333vw, 850px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail__images {
    display: none;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt {
  background-color: #f0f1f2;
  padding: min(6.25vw, 120px) min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt {
    padding: 8vw 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .title {
  border-bottom: none;
  width: fit-content;
  margin: 0 auto min(5.2083333333vw, 100px);
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .title::before {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .title {
    font-size: 5.0666666667vw;
    line-height: 1.4;
    text-align: center;
    white-space: wrap;
    margin: 0 auto 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .image,
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text {
  width: 100%;
  max-width: calc(50% - min(2.0833333333vw, 40px));
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .image,
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text {
    max-width: 100%;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.2666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text p strong {
  font-size: min(1.7708333333vw, 34px);
  line-height: min(3.3854166667vw, 65px);
  color: #333333;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text p strong {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text p + p {
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper .text p + p {
    margin-top: 1.3333333333vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper + .wrapper {
  margin-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper + .wrapper {
    margin-top: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper + .wrapper .text {
  border: min(0.0520833333vw, 1px) solid #333333;
  width: min(34.375vw, 660px);
  height: min(19.7916666667vw, 380px);
  padding: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .wrapper + .wrapper .text {
    border: 0.1333333333vw solid #333333;
    width: 100%;
    height: fit-content;
    padding: 2.6666666667vw;
  }
}
.p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-access .detail__inner .detail-contents .detail-content__bus .content-items .content-item .item-detail .content__alt .caution {
    font-size: 1.3333333333vw;
    line-height: 1;
    white-space: wrap;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-access .note {
  background-color: #ffffff;
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-access .note {
    padding: 5.3333333333vw;
  }
}
.p-access .note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 300;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-access .note p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}

.p-design .mv {
  background: url("../img/design/design-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-design .mv {
    padding: 0 5.3333333333vw;
  }
}
.p-design .mv__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(18.75vw, 360px);
}
@media screen and (max-width: 750px) {
  .p-design .mv__inner {
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-design .mv__inner .title {
  color: #ffffff;
}
.p-design .mv__inner .title__en {
  border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-design .mv__inner .title__en {
    border-bottom: 0.2666666667vw solid #ffffff;
    font-size: 6.6666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-design .mv__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-design .mv__inner .title__jp {
    font-size: 2.9333333333vw;
    line-height: 5.2vw;
    letter-spacing: 0.2vw;
  }
}
.p-design .mv__image {
  width: 100%;
}
.p-design .mv__image img {
  width: 100%;
}
.p-design .mv .scroll-down {
  position: absolute;
  bottom: min(1.5625vw, 30px);
  right: 0;
  transform: scale(1, 0.9);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.7291666667vw, 14px);
  font-family: "Cinzel", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-design .mv .scroll-down {
    bottom: 13.3333333333vw;
    gap: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-design .mv .scroll-down::before {
  content: "";
  display: inline-block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  transform: scaleY(1.2);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-design .mv .scroll-down::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6666666667vw;
  }
}
.p-design .mv .scroll-down::after {
  content: "";
  position: absolute;
  top: min(0.2083333333vw, 4px);
  left: 0;
  display: block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  animation: blink-dot 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-design .mv .scroll-down::after {
    top: 0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@keyframes blink-dot {
  0%, 100% {
    scale: 2;
    opacity: 0.6;
  }
  50% {
    scale: 1;
    opacity: 0.6;
  }
}
.p-design .mv .scroll-down.hide {
  opacity: 0;
}
.p-design .main-title {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .p-design .main-title {
    gap: 0;
  }
}
.p-design .main-title__en {
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: min(4.375vw, 84px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-design .main-title__en {
    font-size: 6.9333333333vw;
    line-height: 0.8;
  }
}
.p-design .main-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.15625vw, 3px);
}
@media screen and (max-width: 750px) {
  .p-design .main-title__jp {
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0.1333333333vw;
  }
}
.p-design .facade {
  background-color: #2d3b4d;
  width: 100%;
}
.p-design .facade__inner {
  width: 100%;
  max-width: 1920px;
  padding: min(6.25vw, 120px) 0;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner {
    padding: 8vw 0 13.3333333333vw;
  }
}
.p-design .facade__inner .main-content {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  color: #ffffff;
  margin-bottom: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner .main-content {
    flex-flow: column-reverse nowrap;
    gap: 6.6666666667vw;
    margin-bottom: 93.3333333333vw;
  }
}
.p-design .facade__inner .main-content__image {
  flex: 0 0 auto;
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner .main-content__image {
    max-width: 100%;
  }
}
.p-design .facade__inner .main-content__detail {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 auto;
  width: 100%;
  max-width: 50%;
  padding-right: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner .main-content__detail {
    max-width: 100%;
    padding-right: 0;
    padding: 0 5.3333333333vw;
  }
}
.p-design .facade__inner .main-content__detail h3 {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.1875vw, 42px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: min(0.15625vw, 3px);
  margin: min(3.125vw, 60px) 0 min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner .main-content__detail h3 {
    font-size: 5.0666666667vw;
    line-height: 1.4;
    letter-spacing: 0.4vw;
    white-space: wrap;
    margin: 8vw 0 4vw;
  }
}
.p-design .facade__inner .main-content__detail p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.15625vw, 3px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner .main-content__detail p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
  }
}
.p-design .facade__inner .main-content__detail .image {
  position: absolute;
  width: min(25vw, 480px);
  bottom: min(0.2604166667vw, 5px);
  right: min(10.4166666667vw, 200px);
}
.p-design .facade__inner .main-content__detail .image img {
  width: 100%;
}
.p-design .facade__inner .main-content__detail .image::after {
  right: min(2.7083333333vw, 52px);
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner .main-content__detail .image {
    width: 70%;
    bottom: auto;
    top: calc(100% + 8.6666666667vw);
    right: 50%;
    transform: translateX(50%);
  }
  .p-design .facade__inner .main-content__detail .image::after {
    right: 0;
  }
}
.p-design .facade__inner .hero-image {
  width: 100%;
  max-width: min(93.75vw, 1800px);
  max-height: min(56.25vw, 1080px);
  margin: 0 auto;
  overflow: hidden;
}
.p-design .facade__inner .hero-image video {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-design .facade__inner .hero-image {
    max-width: 100%;
    max-height: 72vw;
  }
}
.p-design .details {
  background-color: #2d3b4d;
  width: 100%;
}
.p-design .details__inner {
  color: #ffffff;
}
.p-design .details__inner .detail-item__image {
  width: 100%;
}
.p-design .details__inner .detail-item__image img {
  width: 100%;
}
.p-design .details__inner .detail-item__detail {
  display: flex;
  flex-flow: row nowrap;
  gap: min(9.8958333333vw, 190px);
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: min(5.2083333333vw, 100px) auto;
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item__detail {
    flex-flow: column nowrap;
    gap: 0;
    max-width: none;
    padding: 0 5.3333333333vw 4vw;
    margin: 8vw auto;
  }
}
.p-design .details__inner .detail-item__detail .wrapper {
  flex: 1;
  white-space: wrap;
}
.p-design .details__inner .detail-item__detail .wrapper h3 {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.1875vw, 42px);
  letter-spacing: min(0.1041666667vw, 2px);
  line-height: 1;
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item__detail .wrapper h3 {
    font-size: 5.0666666667vw;
    letter-spacing: 0.4vw;
    line-height: 1.4;
    margin: 8vw 0 4vw;
  }
}
.p-design .details__inner .detail-item__detail .wrapper p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item__detail .wrapper p {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan {
  background-color: #ffffff;
  color: #333333;
  padding: min(3.125vw, 60px) min(4.1666666667vw, 80px) min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan {
    padding: 2.6666666667vw 0 10.6666666667vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__image {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: max(-5.2083333333vw, -100px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__image {
    max-width: none;
    margin-top: -10.6666666667vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: min(3.125vw, 60px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list {
    max-width: none;
    margin: 0 auto;
    padding: 0 5.3333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item {
    padding: 0;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  line-height: min(2.1354166667vw, 41px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__title {
    font-size: 4.5333333333vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: wrap;
    margin-block: 10.6666666667vw 2.6666666667vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-grid {
  display: flex;
  flex-flow: row wrap;
  gap: min(0.4166666667vw, 8px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-grid {
    gap: 1.3333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.0833333333vw, 40px);
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    margin-top: 0;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box {
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.5208333333vw, 10px);
  width: 100%;
  max-width: min(26.0416666667vw, 500px);
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box {
    gap: 2.6666666667vw;
    max-width: none;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts {
  font-family: "Noto Serif JP", serif;
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts .title {
  font-size: min(1.4583333333vw, 28px);
  line-height: min(2.1354166667vw, 41px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts .title {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    white-space: wrap;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts .title + p {
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts .title + p {
    margin-top: 1.3333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts .note {
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.3020833333vw, 25px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item__image-box .texts .note {
    font-size: 2.9333333333vw;
    position: static;
    line-height: 1.5;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .list-item:first-child {
  width: 100%;
  max-width: min(41.6666666667vw, 800px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .list-item:first-child {
    max-width: none;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(3.6458333333vw, 70px);
  margin-bottom: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper {
    flex-flow: column nowrap;
    gap: 0;
    margin-bottom: 2.6666666667vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__title {
  text-align: left;
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-grid {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: min(0.4166666667vw, 8px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-grid::after {
  content: "image photo";
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateX(-100%);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: 1;
  margin-top: min(0.4166666667vw, 8px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-grid::after {
    font-size: 2.6666666667vw;
    margin-top: 0.5333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-grid .image {
  width: min(10.1041666667vw, 194px);
  height: min(7.8125vw, 150px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-grid .image {
    width: 100%;
    height: auto;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text {
  display: flex;
  flex-flow: row nowrap;
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text {
    flex-flow: column nowrap;
    gap: 1.3333333333vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .image {
  width: 100%;
  max-width: min(20.3125vw, 390px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .image {
    max-width: none;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .text {
  flex: 1;
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .text p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: wrap;
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .text p span {
  position: relative;
  top: -1em;
  font-size: 60%;
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .text p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.2666666667vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .text .note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.3020833333vw, 25px);
  letter-spacing: 0.06em;
  margin-top: min(1.25vw, 24px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item__image-text .text .note {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    margin-top: 2.6666666667vw;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item:first-child {
  width: 100%;
  max-width: min(41.6666666667vw, 800px);
}
@media screen and (max-width: 750px) {
  .p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item:first-child {
    max-width: none;
  }
}
.p-design .details__inner .detail-item.master-plan .detail-item__list .wrapper .list-item:nth-child(2) {
  flex: 1;
}
.p-design .merit {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: auto 200%;
  background-repeat: no-repeat;
  width: 100%;
  padding: min(8.3333333333vw, 160px) min(4.1666666667vw, 80px) min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-design .merit {
    padding: 8vw 2.6666666667vw 5.3333333333vw;
  }
}
.p-design .merit__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-design .merit__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}
.p-design .merit__inner .title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  margin-bottom: min(5.7291666667vw, 110px);
}
@media screen and (max-width: 750px) {
  .p-design .merit__inner .title {
    border-bottom: 0.1333333333vw solid #333333;
    margin-top: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.p-design .merit__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(3.2291666667vw, 62px);
  line-height: 0.6;
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-design .merit__inner .title__en {
    font-size: 6.9333333333vw;
    line-height: 1.3;
  }
}
.p-design .merit__detail {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-design .merit__detail h3 {
  font-size: min(2.1875vw, 42px);
  line-height: min(4.4270833333vw, 85px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-design .merit__detail h3 {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
}
.p-design .merit__detail h3 + p {
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-design .merit__detail h3 + p {
    margin-top: 2.6666666667vw;
  }
}
.p-design .merit__detail p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-design .merit__detail p {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1333333333vw;
    text-align: left;
    white-space: wrap;
  }
}
.p-design .merit__list {
  background-color: #f1f1ee;
  width: 100%;
  margin-top: min(5.2083333333vw, 100px);
  padding: min(6.25vw, 120px) min(5.2083333333vw, 100px) min(4.1666666667vw, 80px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-design .merit__list {
    margin-top: 5.3333333333vw;
    padding: 12vw 2.6666666667vw 9.3333333333vw;
  }
}
.p-design .merit__list::before, .p-design .merit__list::after {
  content: "";
  position: absolute;
  background: #ccc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .p-design .merit__list::before, .p-design .merit__list::after {
    display: none;
  }
}
.p-design .merit__list::before {
  width: calc(100% - min(5.2083333333vw, 100px) * 2);
  height: 1px;
  top: calc(50% - min(0.7291666667vw, 14px));
}
.p-design .merit__list::after {
  width: 1px;
  height: calc(100% - min(8.3333333333vw, 160px));
}
.p-design .merit__list .list-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-content: space-between;
  gap: min(6.25vw, 120px) min(4.6875vw, 90px);
  counter-reset: list-counter;
}
@media screen and (max-width: 750px) {
  .p-design .merit__list .list-items {
    display: flex;
    flex-flow: column nowrap;
    gap: 12vw;
  }
}
.p-design .merit__list .list-items .list-item {
  align-items: flex-start;
  width: 100%;
  gap: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-design .merit__list .list-items .list-item {
    gap: 2.6666666667vw;
  }
}
.p-design .merit__list .list-items .list-item .image {
  width: 100%;
  position: relative;
}
.p-design .merit__list .list-items .list-item .image img {
  width: 100%;
}
.p-design .merit__list .list-items .list-item .image::before {
  position: absolute;
  top: max(-2.03125vw, -39px);
  left: 0;
  content: "MERIT 0" counter(list-counter);
  counter-increment: list-counter;
  font-family: "Cinzel", serif;
  font-size: min(1.7708333333vw, 34px);
  letter-spacing: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .p-design .merit__list .list-items .list-item .image::before {
    top: -5.8666666667vw;
    font-size: 5.0666666667vw;
  }
}
.p-design .merit__list .list-items .list-item .title {
  border-bottom: none;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.4583333333vw, 28px);
  line-height: min(2.1354166667vw, 41px);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-design .merit__list .list-items .list-item .title {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
}
.p-design .merit__list .list-items .list-item p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-design .merit__list .list-items .list-item p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
  }
}
.p-design .notes {
  background-color: #ffffff;
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-design .notes {
    padding: 5.3333333333vw;
  }
}
.p-design .notes p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 300;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-design .notes p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}

.p-zeh {
  width: 100%;
}
.p-zeh .section-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.1875vw, 42px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-zeh .section-title small {
  font-size: min(1.6666666667vw, 32px);
}
@media screen and (max-width: 750px) {
  .p-zeh .section-title {
    font-size: 5.6vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
  .p-zeh .section-title small {
    font-size: 4.2666666667vw;
  }
}
.p-zeh .mv {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-zeh .mv {
    padding: 0 5.3333333333vw;
  }
}
.p-zeh .mv__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-zeh .mv__inner {
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-zeh .mv__inner .title__en {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-zeh .mv__inner .title__en {
    border-bottom: 0.2666666667vw solid #333333;
    font-size: 6.6666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-zeh .mv__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-zeh .mv__inner .title__jp {
    font-size: 2.9333333333vw;
    line-height: 5.2vw;
    letter-spacing: 0.2vw;
  }
}
.p-zeh .mv__image {
  width: 100%;
  margin-bottom: min(6.7708333333vw, 130px);
}
.p-zeh .mv__image img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-zeh .mv__image {
    margin-bottom: 5.3333333333vw;
  }
}
.p-zeh .mv .scroll-down {
  position: absolute;
  bottom: min(1.5625vw, 30px);
  right: 0;
  transform: scale(1, 0.9);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.7291666667vw, 14px);
  font-family: "Cinzel", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-zeh .mv .scroll-down {
    bottom: 13.3333333333vw;
    gap: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-zeh .mv .scroll-down::before {
  content: "";
  display: inline-block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  transform: scaleY(1.2);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-zeh .mv .scroll-down::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6666666667vw;
  }
}
.p-zeh .mv .scroll-down::after {
  content: "";
  position: absolute;
  top: min(0.2083333333vw, 4px);
  left: 0;
  display: block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  animation: blink-dot 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-zeh .mv .scroll-down::after {
    top: 0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@keyframes blink-dot {
  0%, 100% {
    scale: 2;
    opacity: 0.6;
  }
  50% {
    scale: 1;
    opacity: 0.6;
  }
}
.p-zeh .mv .scroll-down.hide {
  opacity: 0;
}
.p-zeh .introduce {
  background: #fff;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px) min(7.2916666667vw, 140px);
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce {
    padding: 0 2.6666666667vw 8vw;
  }
}
.p-zeh .introduce__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce__inner {
    max-width: none;
    padding: 0 2.6666666667vw;
    position: relative;
  }
}
.p-zeh .introduce__inner .divider {
  background-color: #333333;
  width: min(4.1666666667vw, 80px);
  height: min(0.0520833333vw, 1px);
  margin: min(2.0833333333vw, 40px) auto;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce__inner .divider {
    width: 10.6666666667vw;
    height: 0.4vw;
    margin: 4vw auto;
  }
}
.p-zeh .introduce__title {
  text-align: center;
}
.p-zeh .introduce__detail {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce__detail {
    margin-bottom: 6.6666666667vw;
  }
}
.p-zeh .introduce__detail p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin: min(1.0416666667vw, 20px) auto 0.3em;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce__detail p {
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
    margin: 5.3333333333vw auto 0.3em;
  }
}
.p-zeh .introduce__detail .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.1979166667vw, 23px);
  letter-spacing: min(0.0260416667vw, 0.5px);
  padding: 0;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce__detail .caution {
    text-align: left;
    font-size: 2.6666666667vw;
    line-height: 1.4;
    white-space: wrap;
  }
}
.p-zeh .introduce .img {
  position: relative;
  background: #ffffff;
  padding: min(4.1666666667vw, 80px) 0 min(3.90625vw, 75px) min(2.6041666667vw, 50px);
  margin: 0 0 min(4.6875vw, 90px);
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce .img {
    padding: 5.3333333333vw 1.3333333333vw 5.3333333333vw 2.6666666667vw;
    margin: 0 0 7.3333333333vw;
  }
}
.p-zeh .introduce .img img {
  width: min(54.9479166667vw, 1055px);
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce .img img {
    width: 100%;
  }
}
.p-zeh .introduce .img:before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 100%;
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: min(5.7291666667vw, 110px);
  height: min(1.5625vw, 30px);
  bottom: 2px;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce .img:before {
    width: 10.6666666667vw;
    height: 3.3333333333vw;
  }
}
.p-zeh .introduce .frame {
  color: #fff;
  background-color: #2d3b4d;
  border: solid 1px #2c3c4c;
  max-width: 1400px;
  margin: min(4.6875vw, 90px) auto min(5.2083333333vw, 100px);
  padding: 0 0 min(4.6875vw, 90px);
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.p-zeh .introduce .frame p {
  font-size: min(1.875vw, 36px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce .frame p {
    font-size: 3.4666666667vw;
    padding: 0 1em;
    white-space: normal;
  }
}
.p-zeh .introduce .frame p em {
  font-style: normal;
  color: #e9d0a8;
}
.p-zeh .introduce .frame ul {
  display: flex;
  justify-content: center;
  font-size: min(1.5625vw, 30px);
  gap: 1.33em;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce .frame ul {
    font-size: 3.7333333333vw;
    gap: 0.6em;
  }
}
.p-zeh .introduce .frame li {
  letter-spacing: 0.08em;
  width: 10em;
  border-radius: 0.3em;
  padding: 0.3em 0;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce .frame li {
    width: 30%;
  }
}
.p-zeh .introduce__image {
  background: #ffffff;
  text-align: center;
}
.p-zeh .introduce__image img {
  width: 80%;
}
@media screen and (max-width: 750px) {
  .p-zeh .introduce__image {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .p-zeh .introduce__image img {
    width: 100%;
  }
  .p-zeh .introduce__image::after {
    content: "";
    position: absolute;
    bottom: 42.6666666667vw;
    right: 0.6666666667vw;
    width: 8vw;
    height: 8vw;
    background: url("../img/icon-zoom.png") no-repeat center center/contain;
  }
}
.p-zeh .merit {
  width: 100%;
  padding: min(8.3333333333vw, 160px) 0 min(9.375vw, 180px);
  counter-reset: list-counter;
  background-color: #f1f1ee;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit {
    padding-bottom: 10.6666666667vw;
  }
}
.p-zeh .merit__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  padding: 0 min(5.2083333333vw, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__inner {
    max-width: none;
    padding: 0 5.3333333333vw;
  }
}
.p-zeh .merit__title {
  text-align: center;
  margin-bottom: min(7.2916666667vw, 140px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__title {
    margin-block: 8vw;
  }
}
.p-zeh .merit__detail {
  display: flex;
  flex-flow: column nowrap;
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail {
    gap: 2.6666666667vw;
  }
}
.p-zeh .merit__detail + .merit__detail {
  margin-top: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail + .merit__detail {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail.--02 .detail-content__image {
    position: relative;
  }
  .p-zeh .merit__detail.--02 .detail-content__image::after {
    content: "";
    position: absolute;
    top: 0.6666666667vw;
    right: 0.6666666667vw;
    width: 8vw;
    height: 8vw;
    background: url("../img/icon-zoom.png") no-repeat center center/contain;
  }
}
.p-zeh .merit__detail.--03 .detail-content__image::after {
  bottom: min(2.5520833333vw, 49px);
  right: min(3.28125vw, 63px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail.--03 .detail-content__image::after {
    bottom: 3.0666666667vw;
    right: 4vw;
    font-size: 8px;
  }
}
.p-zeh .merit__detail .detail-title {
  border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: min(2.0833333333vw, 40px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .detail-title {
    border-bottom: 0.1333333333vw solid #ffffff;
    font-size: 5.0666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-zeh .merit__detail .detail-title small {
    font-size: 3.4666666667vw;
  }
}
.p-zeh .merit__detail .detail-title::before {
  content: "merit 0" counter(list-counter);
  counter-increment: list-counter;
  font-family: "adobe-garamond-pro", serif;
  font-size: min(1.25vw, 24px);
  line-height: 0.6;
  letter-spacing: min(0.0520833333vw, 1px);
  margin-right: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .detail-title::before {
    font-size: 3.2vw;
    letter-spacing: 0.1333333333vw;
    margin-right: 2vw;
  }
}
.p-zeh .merit__detail .detail-content {
  display: flex;
  flex-flow: column nowrap;
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .detail-content {
    gap: 4vw;
  }
}
.p-zeh .merit__detail .detail-content__image {
  width: 100%;
}
.p-zeh .merit__detail .detail-content__text {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .detail-content__text {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1333333333vw;
  }
}
.p-zeh .merit__detail .detail-content__text .content-title {
  font-size: min(1.5625vw, 30px);
  line-height: min(1.8229166667vw, 35px);
  margin-bottom: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .detail-content__text .content-title {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 2.6666666667vw;
  }
}
.p-zeh .merit__detail .detail-contents {
  display: flex;
  flex-flow: row nowrap;
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .detail-contents {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
  }
}
.p-zeh .merit__detail .detail-contents .detail-content {
  width: calc(50% - min(1.0416666667vw, 20px));
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .detail-contents .detail-content {
    width: 100%;
  }
}
.p-zeh .merit__detail .caution {
  font-family: "Noto Serif JP", serif;
  font-size: min(0.7291666667vw, 14px);
  text-align: right;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit__detail .caution {
    font-size: 2.4vw;
  }
}
.p-zeh .merit .img {
  margin: min(4.0104166667vw, 77px) 0 0;
}
.p-zeh .merit .row {
  display: flex;
  margin: 10.6666666667vw 0 0;
}
@media screen and (min-width: 751px) {
  .p-zeh .merit .row {
    margin: min(6.25vw, 120px) 0 0;
    justify-content: space-between;
    align-items: center;
  }
  .p-zeh .merit .row.b {
    flex-direction: row-reverse;
  }
  .p-zeh .merit .row figure {
    width: min(34.375vw, 660px);
  }
  .p-zeh .merit .row dl {
    width: min(34.375vw, 660px);
  }
  .p-zeh .merit .row .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .p-zeh .merit .row {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-zeh .merit .row .pc {
    display: none !important;
  }
}
.p-zeh .merit .row dl {
  white-space: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit .row dl {
    display: contents;
  }
}
.p-zeh .merit .row dt {
  font-size: min(2.1875vw, 42px);
  font-weight: normal;
  letter-spacing: 0.14em;
  border-bottom: solid 1px #333333;
  line-height: 0.85;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit .row dt {
    margin-bottom: 0;
    font-size: 5.6vw;
    order: -1;
  }
}
.p-zeh .merit .row dt i {
  display: block;
  font-family: "adobe-garamond-pro", serif;
  font-size: 0.85em;
  color: #d1bb98;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit .row dd {
    margin-top: 1em;
  }
}
.p-zeh .merit .row sub {
  font-size: 0.5em;
  position: relative;
  top: 0;
}
.p-zeh .merit .row dd {
  font-size: min(1.1458333333vw, 22px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-zeh .merit .row dd {
    font-size: 2.9333333333vw;
  }
}
.p-zeh .merit .row dd em {
  display: block;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1.36em;
  margin-bottom: 0.5em;
}
.p-zeh .energy {
  width: 100%;
  padding: min(8.3333333333vw, 160px) 0;
}
@media screen and (max-width: 750px) {
  .p-zeh .energy {
    padding: 8vw 5.3333333333vw;
  }
}
.p-zeh .energy__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__inner {
    max-width: none;
  }
}
.p-zeh .energy__title {
  text-align: center;
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__title {
    margin-bottom: 6.6666666667vw;
  }
}
.p-zeh .energy__items {
  display: flex;
  flex-flow: row wrap;
  gap: min(1.9791666667vw, 38px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__items {
    gap: 10vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-zeh .energy__items .energy-item {
  width: 100%;
  max-width: min(26.4583333333vw, 508px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__items .energy-item {
    max-width: none;
  }
}
.p-zeh .energy__items .energy-item__image {
  width: 100%;
}
.p-zeh .energy__items .energy-item__detail {
  font-family: "Noto Serif JP", serif;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__items .energy-item__detail {
    margin-top: 3.3333333333vw;
  }
}
.p-zeh .energy__items .energy-item__detail .item-title {
  font-size: min(1.4583333333vw, 28px);
  line-height: min(2.1354166667vw, 41px);
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-zeh .energy__items .energy-item__detail .item-title + p {
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__items .energy-item__detail .item-title {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
  .p-zeh .energy__items .energy-item__detail .item-title + p {
    margin-top: 2vw;
  }
}
.p-zeh .energy__items .energy-item__detail p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.078125vw, 1.5px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__items .energy-item__detail p {
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
}
.p-zeh .energy__items .energy-item__detail .caution {
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.8;
  letter-spacing: min(0.0260416667vw, 0.5px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__items .energy-item__detail .caution {
    font-size: 2.9333333333vw;
  }
}
.p-zeh .energy__cert {
  background-color: #f1f1ee;
  padding: min(6.25vw, 120px) min(5.2083333333vw, 100px);
  margin-top: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__cert {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-zeh .energy__cert .section-title {
  font-size: min(1.9791666667vw, 38px);
  text-align: center;
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__cert .section-title {
    font-size: 4.5333333333vw;
    line-height: 1.4;
    white-space: nowrap;
    margin-bottom: 5.3333333333vw;
  }
}
.p-zeh .energy__cert .cert-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__cert .cert-wrapper {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
  }
}
.p-zeh .energy__cert .cert-wrapper .text {
  flex: 1;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  white-space: wrap;
}
.p-zeh .energy__cert .cert-wrapper .text .title {
  font-size: min(1.7708333333vw, 34px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__cert .cert-wrapper .text .title {
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0.0666666667vw;
    white-space: wrap;
  }
}
.p-zeh .energy__cert .cert-wrapper .text p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__cert .cert-wrapper .text p {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
}
.p-zeh .energy__cert .cert-wrapper .image {
  width: 100%;
  max-width: min(35.4166666667vw, 680px);
}
@media screen and (max-width: 750px) {
  .p-zeh .energy__cert .cert-wrapper .image {
    max-width: none;
  }
}
.p-zeh .caution {
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-zeh .caution {
    padding: 5.3333333333vw;
  }
}
.p-zeh .caution p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 300;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-zeh .caution p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}

body {
  overflow: visible;
}

.p-plan {
  width: 100%;
}
.p-plan .section-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.1875vw, 42px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-plan .section-title small {
  font-size: min(1.6666666667vw, 32px);
}
@media screen and (max-width: 750px) {
  .p-plan .section-title {
    font-size: 5.6vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
  .p-plan .section-title small {
    font-size: 4.2666666667vw;
  }
}
.p-plan .mv {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-plan .mv {
    padding: 0 5.3333333333vw;
  }
}
.p-plan .mv__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-plan .mv__inner {
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-plan .mv__inner .title__en {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-plan .mv__inner .title__en {
    border-bottom: 0.2666666667vw solid #333333;
    font-size: 6.6666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-plan .mv__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-plan .mv__inner .title__jp {
    font-size: 2.9333333333vw;
    line-height: 5.2vw;
    letter-spacing: 0.2vw;
  }
}
.p-plan .mv__image {
  width: 100%;
  margin-bottom: min(6.7708333333vw, 130px);
}
.p-plan .mv__image img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-plan .mv__image {
    margin-bottom: 6.6666666667vw;
  }
}
.p-plan .mv .scroll-down {
  position: absolute;
  bottom: min(1.5625vw, 30px);
  right: 0;
  transform: scale(1, 0.9);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.7291666667vw, 14px);
  font-family: "Cinzel", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-plan .mv .scroll-down {
    bottom: 13.3333333333vw;
    gap: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-plan .mv .scroll-down::before {
  content: "";
  display: inline-block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  transform: scaleY(1.2);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-plan .mv .scroll-down::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6666666667vw;
  }
}
.p-plan .mv .scroll-down::after {
  content: "";
  position: absolute;
  top: min(0.2083333333vw, 4px);
  left: 0;
  display: block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  animation: blink-dot 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-plan .mv .scroll-down::after {
    top: 0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@keyframes blink-dot {
  0%, 100% {
    scale: 2;
    opacity: 0.6;
  }
  50% {
    scale: 1;
    opacity: 0.6;
  }
}
.p-plan .mv .scroll-down.hide {
  opacity: 0;
}
.p-plan .detail {
  width: 100%;
}
.p-plan .detail #plan-top {
  scroll-margin-top: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail #plan-top {
    scroll-margin-top: 2.6666666667vw;
  }
}
.p-plan .detail__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  padding-bottom: min(8.3333333333vw, 160px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__inner {
    max-width: none;
    padding-bottom: 0;
    padding: 0 5.3333333333vw;
  }
}
.p-plan .detail__title {
  text-align: center;
}
.p-plan .detail__title p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin: min(1.5625vw, 30px) auto min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__title p {
    font-size: 3.7333333333vw;
    line-height: 1.4;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
    margin: 4vw auto 8vw;
  }
}
.p-plan .detail__tab {
  border: min(0.0520833333vw, 1px) solid #cccccc;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab {
    border: 0.2666666667vw solid #cccccc;
    flex-flow: column nowrap;
    margin-bottom: 8vw;
  }
}
.p-plan .detail__tab .plan-tab {
  background-color: #f0f1f2;
  width: 50%;
  padding: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab {
    width: 100%;
    padding: 5.3333333333vw 4vw 8vw;
  }
}
.p-plan .detail__tab .plan-tab .content-title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .content-title {
    border-bottom: 0.2666666667vw solid #333333;
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 5.3333333333vw;
    margin: 2.6666666667vw 0;
  }
}
.p-plan .detail__tab .plan-tab .content-title__en {
  font-family: "Cinzel", serif;
  font-size: min(1.875vw, 36px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-top: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .content-title__en {
    font-size: 5.0666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-top: 0.1333333333vw;
  }
}
.p-plan .detail__tab .plan-tab .content-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .content-title__jp {
    font-size: 4vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 2.9333333333vw;
  }
}
.p-plan .detail__tab .plan-tab .notice {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(2.0833333333vw, 40px);
}
.p-plan .detail__tab .plan-tab .notice span {
  font-size: min(1.4583333333vw, 28px);
  color: #a68e68;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .notice {
    font-size: 3.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
    margin-bottom: 5.3333333333vw;
  }
  .p-plan .detail__tab .plan-tab .notice span {
    font-size: 4.2666666667vw;
  }
}
.p-plan .detail__tab .plan-tab .password {
  background-color: #f0f1f2;
  border: 1px solid #2d3b4d;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: min(3.3333333333vw, 64px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .password {
    height: 10.6666666667vw;
  }
}
.p-plan .detail__tab .plan-tab .password input {
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
  color: #cccccc;
  padding-left: min(0.5208333333vw, 10px);
  margin: 0 min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .password input {
    font-size: 3.7333333333vw;
    line-height: 1;
    padding-left: 1.3333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.p-plan .detail__tab .plan-tab .password input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.p-plan .detail__tab .plan-tab .password .pw-enter {
  background-color: #24303f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3.3333333333vw, 64px);
  height: min(3.3333333333vw, 64px);
}
.p-plan .detail__tab .plan-tab .password .pw-enter img {
  width: min(0.9375vw, 18px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .password .pw-enter img {
    width: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .password .pw-enter {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-plan .detail__tab .plan-tab .button {
  background-color: #a68e68;
  border-radius: min(7.8125vw, 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.625vw, 300px);
  height: min(3.3333333333vw, 64px);
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  color: #ffffff;
  padding-bottom: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__tab .plan-tab .button {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
    padding-bottom: 0.6666666667vw;
  }
}
.p-plan .detail__tab .plan-tab.limited {
  background-color: #ffffff;
}
.p-plan .detail__plans {
  display: flex;
  flex-flow: row nowrap;
  gap: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans {
    display: block;
    gap: 5.3333333333vw;
  }
}
.p-plan .detail__plans .plan-info {
  width: 100%;
  max-width: min(17.7083333333vw, 340px);
  margin-left: min(4.1666666667vw, 80px);
}
.p-plan .detail__plans .plan-info .sticky {
  position: sticky;
  top: min(7.8125vw, 150px);
}
.p-plan .detail__plans .plan-info p {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-info {
    position: static;
    display: block;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 0;
  }
  .p-plan .detail__plans .plan-info img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
  }
}
.p-plan .detail__plans .plan-list {
  width: 100%;
}
.p-plan .detail__plans .plan-list .plan-items {
  display: flex;
  flex-flow: row wrap;
  gap: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items {
    gap: 6.6666666667vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items > a {
  width: 100%;
  max-width: min(26.3020833333vw, 505px);
  height: min(43.75vw, 840px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items > a {
    max-width: none;
    height: fit-content;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item {
  position: relative;
  border: min(0.0520833333vw, 1px) solid #f0f1f2;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  max-width: min(26.3020833333vw, 505px);
  height: min(43.75vw, 840px);
  padding: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item {
    border: 0.2666666667vw solid #f0f1f2;
    max-width: none;
    height: fit-content;
    padding: 10.6666666667vw 2.6666666667vw 18.6666666667vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__name {
  border-bottom: min(0.0520833333vw, 1px) solid #f0f1f2;
  font-family: "Cinzel", serif;
  font-size: min(2.5vw, 48px);
  line-height: 0.8;
  letter-spacing: min(0.0520833333vw, 1px);
  transform: scaleY(0.9);
  padding-bottom: min(0.5208333333vw, 10px);
  margin-bottom: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__name {
    border-bottom: 0.4vw solid #f0f1f2;
    font-size: 11.2vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__name span {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__name small {
  font-size: min(1.5625vw, 30px);
  margin-left: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__name small {
    font-size: 8vw;
    margin-left: 1.3333333333vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__detail {
  font-family: "Cinzel", serif;
  font-size: min(2.0833333333vw, 40px);
  line-height: 1;
  margin-bottom: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__detail {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__detail p:first-child {
  transform: scaleY(0.9);
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__detail p + p {
  margin-top: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__detail p + p {
    margin-top: 2.6666666667vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__detail small {
  font-size: min(1.25vw, 24px);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__detail small {
    font-size: 5.0666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__detail span {
  font-size: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__detail span {
    font-size: 5.0666666667vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__flat {
  width: 100%;
  height: 65%;
  text-align: center;
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__flat img {
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__flat {
    height: auto;
  }
  .p-plan .detail__plans .plan-list .plan-items .plan-item__flat img {
    width: 65%;
    height: auto;
    object-fit: contain;
    display: inline-block;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__more {
  position: absolute;
  bottom: min(2.0833333333vw, 40px);
  left: 50%;
  transform: translateX(-50%);
  border: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - min(4.1666666667vw, 80px));
  height: min(2.0833333333vw, 40px);
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__more button {
  font-family: "Cinzel", serif;
  font-size: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__more {
    bottom: 5.3333333333vw;
    border: 0.2666666667vw solid #333333;
    width: calc(100% - 10.6666666667vw);
    height: 10.6666666667vw;
  }
  .p-plan .detail__plans .plan-list .plan-items .plan-item__more button {
    font-size: 5.3333333333vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__limited {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(242, 242, 237, 0.5019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__limited .limited-entry {
  background-color: #ffffff;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: min(1.5625vw, 30px) 0;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__limited .limited-entry {
    padding: 5.3333333333vw 0;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__limited .limited-entry p {
  font-size: min(0.9375vw, 18px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__limited .limited-entry p {
    font-size: 3.7333333333vw;
    white-space: wrap;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__limited .limited-entry p span {
  font-size: min(1.1458333333vw, 22px);
  color: #a68e68;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__limited .limited-entry p span {
    font-size: 3.7333333333vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item__limited .button {
  background-color: #a68e68;
  border-radius: min(7.8125vw, 150px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(10.4166666667vw, 200px);
  height: min(2.6041666667vw, 50px);
  font-family: "Noto Serif JP", serif;
  font-size: min(0.9375vw, 18px);
  color: #ffffff;
  padding-bottom: min(0.2604166667vw, 5px);
  margin: min(1.0416666667vw, 20px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item__limited .button {
    width: calc(100% - 16vw);
    height: 10.6666666667vw;
    font-size: 3.4666666667vw;
    padding-bottom: 0.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item.is-locked .plan-item__name,
.p-plan .detail__plans .plan-list .plan-items .plan-item.is-locked .plan-item__detail {
  z-index: 2;
}
.p-plan .detail__plans .plan-list .plan-items .plan-item.is-locked .plan-item__flat {
  filter: blur(5px);
}
.p-plan .detail__plans .plan-list .plan-items .plan-item.is-locked.unlocked .plan-item__flat {
  filter: blur(0);
}
.p-plan .detail__plans .plan-list .plan-items .plan-item.is-locked::after {
  content: "限定メニュー";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a68e68;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #ffffff;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item.is-locked::after {
    font-size: 4vw;
    padding: 2vw 2.6666666667vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item.badge-view::before {
  content: "眺望掲載中";
  z-index: 2;
  position: absolute;
  top: 0;
  right: min(9.2708333333vw, 178px);
  background-color: #d1dde5;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #333333;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item.badge-view::before {
    right: 45.2vw;
    font-size: 4vw;
    padding: 2vw 2.6666666667vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item.badge-layout::after {
  content: "家具レイアウト掲載中";
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #242f3e;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #ffffff;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item.badge-layout::after {
    font-size: 4vw;
    padding: 2vw 2.6666666667vw;
  }
}
.p-plan .detail__plans .plan-list .plan-items .plan-item.balcony::before {
  content: "バルコニー";
  z-index: 2;
  position: absolute;
  top: 0;
  right: min(9.2708333333vw, 178px);
  background-color: #d1dde5;
  font-family: "Noto Serif JP", serif;
  font-size: min(0.8333333333vw, 16px);
  line-height: 0.8;
  color: #333333;
  padding: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan .detail__plans .plan-list .plan-items .plan-item.balcony::before {
    right: 45.2vw;
    font-size: 4vw;
    padding: 2vw 2.6666666667vw;
  }
}
.p-plan .detail__caution {
  background-color: #ffffff;
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: min(5.2083333333vw, 100px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__caution {
    padding: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.p-plan .detail__caution p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 300;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-plan .detail__caution p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}
.p-plan .terrace {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace {
    padding-bottom: 7%;
  }
}
.p-plan .terrace .title {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(7.2916666667vw, 140px) 0;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .title {
    padding: 21.3333333333vw 0 8vw;
  }
}
.p-plan .terrace .title__en {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .title__en {
    border-bottom: 0.2666666667vw solid #333333;
    font-size: 5.7333333333vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-plan .terrace .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .title__jp {
    font-size: 2.9333333333vw;
    line-height: 5.2vw;
    letter-spacing: 0.2vw;
  }
}
.p-plan .terrace__title {
  margin-block: min(5.2083333333vw, 100px);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace__title {
    margin-block: 8vw;
  }
  .p-plan .terrace__title .section-title {
    font-size: 3.7333333333vw;
    font-weight: 500;
  }
}
.p-plan .terrace .map {
  width: 100%;
  position: relative;
}
.p-plan .terrace .map .image {
  width: 100%;
}
.p-plan .terrace .map .image img {
  width: 100%;
}
.p-plan .terrace .map .link .item button {
  display: block;
  position: absolute;
  width: fit-content;
  height: fit-content;
  padding: min(1.0416666667vw, 20px) min(2.0833333333vw, 40px);
  background: #C9AA7C;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.4583333333vw, 28px);
  letter-spacing: min(0.1041666667vw, 2px);
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .map .link .item button {
    font-size: 2.9333333333vw;
    letter-spacing: 0.2666666667vw;
    transform: translate(-10%, -15%);
  }
}
.p-plan .terrace .map .link .item button:hover {
  opacity: 0.75;
}
.p-plan .terrace .map .link .item button::before, .p-plan .terrace .map .link .item button::after {
  position: absolute;
  content: "";
  background: #C9AA7C;
}
.p-plan .terrace .map .link .item button::before {
  width: 2px;
  height: min(2.0833333333vw, 40px);
  top: 99%;
  left: min(3.6458333333vw, 70px);
  rotate: 20deg;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .map .link .item button::before {
    width: 1px;
    height: 2.6666666667vw;
    left: 4vw;
  }
}
.p-plan .terrace .map .link .item button::after {
  width: min(1.3020833333vw, 25px);
  height: min(1.3020833333vw, 25px);
  border-radius: 50%;
  top: calc(100% + min(1.5625vw, 30px));
  left: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .map .link .item button::after {
    width: 2vw;
    height: 2vw;
    top: calc(100% + 2vw);
    left: 2.4vw;
  }
}
.p-plan .terrace .map .link .item button i {
  position: absolute;
  width: min(1.3020833333vw, 25px);
  height: min(1.3020833333vw, 25px);
  border-radius: 50%;
  top: calc(100% + min(1.5625vw, 30px));
  left: min(2.6041666667vw, 50px);
  background-color: #C9AA7C;
  z-index: 1;
  animation: blink-dot-terrace 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .map .link .item button i {
    width: 2vw;
    height: 2vw;
    top: calc(100% + 2vw);
    left: 2.4vw;
  }
}
@keyframes blink-dot-terrace {
  0%, 100% {
    transform: scale(1.6);
    opacity: 0.6;
  }
  50% {
    transform: scale(1);
    opacity: 0.6;
  }
}
.p-plan .terrace .map .link .item--01 button {
  bottom: 53.6170212766%;
  left: 68.2291666667%;
}
.p-plan .terrace .map .link .item--02 button {
  bottom: 65.5319148936%;
  left: 30.2083333333%;
}
.p-plan .terrace .map .link .item--03 button {
  bottom: 39.1489361702%;
  left: 9.8958333333%;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .map .link .item--03 button {
    bottom: -8%;
    left: 8.5%;
  }
}
.p-plan .terrace .map .link .item--03 button::before {
  left: auto;
  right: min(3.6458333333vw, 70px);
  rotate: -20deg;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .map .link .item--03 button::before {
    right: 4.5em;
    top: -0.8em;
    bottom: auto;
    rotate: 20deg;
  }
}
.p-plan .terrace .map .link .item--03 button::after, .p-plan .terrace .map .link .item--03 button i {
  left: auto;
  right: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .map .link .item--03 button::after, .p-plan .terrace .map .link .item--03 button i {
    right: 3.95em;
    top: -1.3em;
  }
}
.p-plan .terrace .popup {
  width: 40%;
  height: fit-content;
  position: fixed;
  top: 56%;
  right: 8%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.05rem;
  box-shadow: 0 0 0.4rem rgba(51, 51, 51, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.p-plan .terrace .popup[data-target=pop01] {
  right: auto;
  left: 8%;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup {
    width: 85%;
    top: 50%;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.p-plan .terrace .popup-inner {
  padding: min(2.6041666667vw, 50px) min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup-inner {
    padding: 8vw;
  }
}
.p-plan .terrace .popup.active {
  opacity: 1;
  visibility: visible;
}
.p-plan .terrace .popup .item {
  overflow: visible;
}
.p-plan .terrace .popup .item .style {
  border-bottom: 1px solid #a68e68;
  font-family: "Cinzel", serif;
  color: #a68e68;
  font-size: min(2.1875vw, 42px);
  letter-spacing: min(0.2083333333vw, 4px);
  line-height: 0.6;
}
.p-plan .terrace .popup .item .style span {
  font-size: 110%;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup .item .style {
    font-size: 6.4vw;
  }
}
.p-plan .terrace .popup .item .title {
  margin-block: min(1.0416666667vw, 20px);
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  letter-spacing: min(0.15625vw, 3px);
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup .item .title {
    margin-block: 4vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.4vw;
  }
}
.p-plan .terrace .popup .item p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  line-height: 1.5;
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup .item p {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-plan .terrace .popup .item .image {
  margin-block: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup .item .image {
    margin-block: 4vw;
  }
}
.p-plan .terrace .popup .item .note {
  margin-top: min(0.4166666667vw, 8px);
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.3020833333vw, 25px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup .item .note {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.p-plan .terrace .popup .btn--close {
  position: absolute;
  width: min(3.125vw, 60px);
  height: min(3.125vw, 60px);
  top: min(1.0416666667vw, 20px);
  right: min(1.0416666667vw, 20px);
  z-index: 15;
  padding: 0;
  font-size: min(2.6041666667vw, 50px);
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p-plan .terrace .popup .btn--close {
    width: 8vw;
    height: 8vw;
    top: 2vw;
    right: 2vw;
    font-size: 8vw;
  }
}

.p-plan-sub .detail {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: auto 200%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail {
    padding: 0 8vw;
  }
}
.p-plan-sub .detail__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(10.4166666667vw, 200px) 0 min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner {
    max-width: none;
    padding: 26.6666666667vw 0 5.3333333333vw;
  }
}
.p-plan-sub .detail__inner .title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .title {
    border-bottom: 0.2666666667vw solid #333333;
    gap: 2.6666666667vw;
  }
}
.p-plan-sub .detail__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-plan-sub .detail__inner .title__en span {
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
}
.p-plan-sub .detail__inner .title__en small {
  font-size: min(2.0833333333vw, 40px);
  margin-left: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .title__en {
    font-size: 8vw;
    margin-bottom: 1.3333333333vw;
    position: relative;
    bottom: -0.1em;
  }
  .p-plan-sub .detail__inner .title__en small {
    font-size: 4vw;
    margin-left: 1.3333333333vw;
  }
}
.p-plan-sub .detail__inner .title__detail {
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.5625vw, 30px);
  font-family: "Cinzel", serif;
  font-size: min(3.125vw, 60px);
  line-height: 0.6;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .title__detail {
    flex-flow: column nowrap;
    align-items: flex-end;
    gap: 4vw;
    font-size: 8vw;
  }
}
.p-plan-sub .detail__inner .title__detail p:first-child {
  letter-spacing: min(0.1041666667vw, 2px);
  transform: scaleY(0.9);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .title__detail p:first-child {
    letter-spacing: 0.1333333333vw;
  }
}
.p-plan-sub .detail__inner .title__detail small {
  font-size: min(1.4583333333vw, 28px);
  margin-right: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .title__detail small {
    font-size: 3.7333333333vw;
    margin-right: 0;
  }
}
.p-plan-sub .detail__inner .title__detail span {
  font-size: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .title__detail span {
    font-size: 4vw;
  }
}
.p-plan-sub .detail__inner .plan-info {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  text-align: right;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-info {
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: 0.2vw;
    white-space: wrap;
    margin-top: 5.3333333333vw;
  }
}
.p-plan-sub .detail__inner .plan-tabs {
  display: flex;
  flex-flow: row nowrap;
  gap: min(0.625vw, 12px);
  width: 100%;
  margin: min(6.25vw, 120px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-tabs {
    gap: 1.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.p-plan-sub .detail__inner .plan-tabs .tab {
  position: relative;
  border: min(0.0520833333vw, 1px) solid #2d3b4d;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(50% - min(0.3125vw, 6px));
  height: min(3.6458333333vw, 70px);
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  color: #2d3b4d;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-tabs .tab {
    border: 0.2666666667vw solid #2d3b4d;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.4;
    letter-spacing: 0.0666666667vw;
  }
}
.p-plan-sub .detail__inner .plan-tabs .tab.active {
  background-color: #2d3b4d;
  color: #ffffff;
}
.p-plan-sub .detail__inner .plan-tabs .tab.active::after {
  content: "";
  position: absolute;
  bottom: max(-1.0416666667vw, -20px);
  background-color: #2d3b4d;
  width: min(0.8333333333vw, 16px);
  height: min(0.3645833333vw, 7px);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-tabs .tab.active::after {
    bottom: -2.6666666667vw;
    width: 4.2666666667vw;
    height: 1.8666666667vw;
  }
}
.p-plan-sub .detail__inner .plan-content {
  position: relative;
  width: 100%;
  padding: min(6.25vw, 120px) min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content {
    padding: 8vw 2.6666666667vw 16vw;
  }
}
.p-plan-sub .detail__inner .plan-content .regular-access {
  display: block;
}
.p-plan-sub .detail__inner .plan-content .limited-access {
  display: none;
}
.p-plan-sub .detail__inner .plan-content__prv {
  position: relative;
  position: fixed;
  top: 50%;
  left: min(2.0833333333vw, 40px);
  font-family: "Cinzel", serif;
  font-size: min(1.0416666667vw, 20px);
  padding-left: min(1.5625vw, 30px);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__prv {
    background-size: 2vw 5.3333333333vw;
    left: 0.6666666667vw;
    padding: 0 0 1.4rem;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
.p-plan-sub .detail__inner .plan-content__prv::before {
  content: "";
  background: url("../img/plan/arrow.svg") no-repeat center/cover;
  position: absolute;
  inset: 50% auto auto 0;
  translate: 0 -50%;
  width: 0.8rem;
  aspect-ratio: 1/1.75;
  rotate: 180deg;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__prv::before {
    inset: auto auto 0 50%;
    translate: -50% 0;
    width: 0.6rem;
  }
}
.p-plan-sub .detail__inner .plan-content__nxt {
  position: relative;
  position: fixed;
  top: 50%;
  right: min(2.0833333333vw, 40px);
  font-family: "Cinzel", serif;
  font-size: min(1.0416666667vw, 20px);
  padding-right: min(1.5625vw, 30px);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__nxt {
    background-size: 2vw 5.3333333333vw;
    right: 0.6666666667vw;
    padding: 0 0 1.4rem;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
.p-plan-sub .detail__inner .plan-content__nxt::before {
  content: "";
  background: url("../img/plan/arrow.svg") no-repeat center/cover;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  width: 0.8rem;
  aspect-ratio: 1/1.75;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__nxt::before {
    inset: auto auto 0 50%;
    translate: -50% 0;
    width: 0.6rem;
  }
}
.p-plan-sub .detail__inner .plan-content__inner {
  display: flex;
  flex-flow: row nowrap;
  gap: min(3.8541666667vw, 74px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__inner {
    flex-flow: column-reverse nowrap;
    gap: 10.6666666667vw;
  }
}
.p-plan-sub .detail__inner .plan-content__inner .point-list {
  width: 100%;
  max-width: min(25vw, 480px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__inner .point-list {
    max-width: none;
  }
}
.p-plan-sub .detail__inner .plan-content__inner .point-list .list-items {
  display: flex;
  flex-flow: column nowrap;
  gap: min(3.6458333333vw, 70px);
  width: 100%;
  max-width: min(25vw, 480px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__inner .point-list .list-items {
    gap: 6.6666666667vw;
    max-width: none;
  }
}
.p-plan-sub .detail__inner .plan-content__inner .point-list .list-items .list-item {
  align-items: flex-start;
  gap: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__inner .point-list .list-items .list-item {
    gap: 2.6666666667vw;
  }
}
.p-plan-sub .detail__inner .plan-content__inner .point-list .list-items .list-item__title {
  border-bottom: min(0.0520833333vw, 1px) solid #a68e68;
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: min(2.0833333333vw, 40px);
  line-height: 0.6;
  color: #a68e68;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__inner .point-list .list-items .list-item__title {
    font-size: 5.3333333333vw;
  }
}
.p-plan-sub .detail__inner .plan-content__inner .point-list .list-items .list-item__text {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.1354166667vw, 41px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__inner .point-list .list-items .list-item__text {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    letter-spacing: 0.2vw;
  }
}
.p-plan-sub .detail__inner .plan-content__inner .plan-image {
  display: none;
  width: 100%;
}
.p-plan-sub .detail__inner .plan-content__inner .plan-image img {
  width: 100%;
}
.p-plan-sub .detail__inner .plan-content__inner .plan-image.active {
  display: revert;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__inner #flat {
    text-align: center;
  }
}
.p-plan-sub .detail__inner .plan-content .add-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: min(0.5208333333vw, 10px);
  margin-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content .add-info {
    flex-flow: row wrap;
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-plan-sub .detail__inner .plan-content .add-info .color-box {
  background-color: #E9D7CC;
  width: min(4.1666666667vw, 80px);
  height: min(1.4583333333vw, 28px);
}
.p-plan-sub .detail__inner .plan-content .add-info .color-box__alt {
  background-color: #D7D0BB;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content .add-info .color-box {
    width: 10.6666666667vw;
    height: 3.7333333333vw;
  }
}
.p-plan-sub .detail__inner .plan-content .add-info p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-plan-sub .detail__inner .plan-content .add-info p + p, .p-plan-sub .detail__inner .plan-content .add-info p + .color-box {
  margin-left: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content .add-info p {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    letter-spacing: 0.2vw;
  }
  .p-plan-sub .detail__inner .plan-content .add-info p + p, .p-plan-sub .detail__inner .plan-content .add-info p + .color-box {
    margin-left: 2.6666666667vw;
  }
}
.p-plan-sub .detail__inner .plan-content__view .title {
  margin-bottom: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__view .title__en {
    align-self: flex-start;
    line-height: 0.3;
  }
}
.p-plan-sub .detail__inner .plan-content__view .title__en small {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__view .title {
    margin-bottom: 8vw;
  }
}
.p-plan-sub .detail__inner .plan-content__view p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.7708333333vw, 34px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.1041666667vw, 2px);
  text-align: center;
  margin-bottom: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__view p {
    font-size: 4vw;
    line-height: 1.6;
    letter-spacing: 0.2vw;
    white-space: wrap;
    margin-bottom: 8vw;
  }
}
.p-plan-sub .detail__inner .plan-content__back .button {
  background-color: #2D3B4C;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(19.7916666667vw, 380px);
  height: min(3.6458333333vw, 70px);
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  color: #ffffff;
  padding-bottom: min(0.2604166667vw, 5px);
  margin: min(3.125vw, 60px) auto 0;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__inner .plan-content__back .button {
    width: calc(100% - 16vw);
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
    padding-bottom: 0.6666666667vw;
    margin: 8vw auto 0;
  }
}
.p-plan-sub .detail__caution {
  width: 100%;
  max-width: 1920px;
  padding: min(2.6041666667vw, 50px) min(7.8125vw, 150px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__caution {
    padding: 5.3333333333vw;
  }
}
.p-plan-sub .detail__caution p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  font-weight: 100;
  line-height: min(1.3020833333vw, 25px);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .p-plan-sub .detail__caution p {
    font-size: 2.5333333333vw;
    line-height: 3.4666666667vw;
  }
}

.p-brand {
  width: 100%;
}
.p-brand .section-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.1875vw, 42px);
  line-height: min(3.3854166667vw, 65px);
  letter-spacing: min(0.1041666667vw, 2px);
}
.p-brand .section-title small {
  font-size: min(1.6666666667vw, 32px);
}
@media screen and (max-width: 750px) {
  .p-brand .section-title {
    font-size: 5.6vw;
    line-height: 1.6;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
  }
  .p-brand .section-title small {
    font-size: min(1.6666666667vw, 32px);
  }
}
.p-brand .mv {
  background: url("../img/design/design-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-brand .mv {
    padding: 0 5.3333333333vw;
  }
}
.p-brand .mv__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-brand .mv__inner {
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-brand .mv__inner .title {
  color: #ffffff;
}
.p-brand .mv__inner .title__en {
  border-bottom: min(0.0520833333vw, 1px) solid #ffffff;
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-bottom: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-brand .mv__inner .title__en {
    border-bottom: 0.2666666667vw solid #333333;
    font-size: 6.6666666667vw;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-brand .mv__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(2.03125vw, 39px);
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-brand .mv__inner .title__jp {
    font-size: 2.9333333333vw;
    line-height: 5.2vw;
    letter-spacing: 0.2vw;
  }
}
.p-brand .mv__image {
  width: 100%;
}
.p-brand .mv__image img {
  width: 100%;
}
.p-brand .mv .scroll-down {
  position: absolute;
  bottom: min(1.5625vw, 30px);
  right: 0;
  transform: scale(1, 0.9);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(0.7291666667vw, 14px);
  font-family: "Cinzel", serif;
  font-size: min(0.9375vw, 18px);
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-brand .mv .scroll-down {
    bottom: 13.3333333333vw;
    gap: 1.8666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-brand .mv .scroll-down::before {
  content: "";
  display: inline-block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  transform: scaleY(1.2);
  margin-right: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-brand .mv .scroll-down::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 0.6666666667vw;
  }
}
.p-brand .mv .scroll-down::after {
  content: "";
  position: absolute;
  top: min(0.2083333333vw, 4px);
  left: 0;
  display: block;
  background-color: #a68e68;
  border-radius: 50%;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
  animation: blink-dot 2s ease infinite both;
}
@media screen and (max-width: 750px) {
  .p-brand .mv .scroll-down::after {
    top: 0.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@keyframes blink-dot {
  0%, 100% {
    scale: 2;
    opacity: 0.6;
  }
  50% {
    scale: 1;
    opacity: 0.6;
  }
}
.p-brand .mv .scroll-down.hide {
  opacity: 0;
}
.p-brand .keihan {
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan {
    padding: 0 5.3333333333vw;
  }
}
.p-brand .keihan__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  padding: min(8.3333333333vw, 160px) 0;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__inner {
    max-width: none;
    padding: 8vw 0 5.3333333333vw;
  }
}
.p-brand .keihan__logo {
  width: fit-content;
  margin: 0 auto min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__logo {
    width: 58.6666666667vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.p-brand .keihan__detail {
  text-align: center;
  margin-bottom: min(3.6458333333vw, 70px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__detail {
    margin-bottom: 8vw;
  }
}
.p-brand .keihan__detail p {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.1041666667vw, 2px);
  margin: min(1.0416666667vw, 20px) auto;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__detail p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: 0.0666666667vw;
    white-space: wrap;
    margin: 1.3333333333vw auto;
  }
}
.p-brand .keihan__detail .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.1979166667vw, 23px);
  letter-spacing: min(0.0260416667vw, 0.5px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__detail .caution {
    font-size: 2.6666666667vw;
    line-height: 1.4;
    white-space: wrap;
  }
}
.p-brand .keihan .content-title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: min(5.2083333333vw, 100px) 0;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-title {
    border-bottom: 0.2666666667vw solid #333333;
    margin: 10.6666666667vw 0 5.3333333333vw;
  }
}
.p-brand .keihan .content-title__en {
  font-family: "Cinzel", serif;
  font-size: min(3.2291666667vw, 62px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-top: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-title__en {
    font-size: 5.6vw;
    letter-spacing: 0.2666666667vw;
    margin-top: 0.1333333333vw;
  }
}
.p-brand .keihan .content-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-title__jp {
    font-size: 4.2666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-brand .keihan .content-detail__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-detail__image {
    margin-bottom: 5.3333333333vw;
  }
}
.p-brand .keihan .content-detail__image .image:nth-child(1) {
  grid-column: span 2;
}
.p-brand .keihan .content-detail__text {
  display: flex;
  font-family: "Noto Serif JP", serif;
}
.p-brand .keihan .content-detail__text .title {
  flex: 1 0 auto;
  width: 100%;
  max-width: min(27.0833333333vw, 520px);
  font-size: min(1.7708333333vw, 34px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-detail__text .title {
    max-width: none;
    font-size: 4.2666666667vw;
    line-height: 1.6;
    letter-spacing: 0.2vw;
  }
}
.p-brand .keihan .content-detail__text p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-detail__text p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
.p-brand .keihan .content-detail__box {
  background-color: #f1f1ee;
  display: flex;
  gap: min(4.1666666667vw, 80px);
  padding: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-detail__box {
    flex-direction: column;
  }
}
.p-brand .keihan .content-detail__box .content-images {
  display: flex;
  gap: 1rem;
  width: 55%;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-detail__box .content-images {
    width: 100%;
  }
}
.p-brand .keihan .content-detail__box .content-text {
  flex: 1;
  font-family: "Noto Serif JP", serif;
}
.p-brand .keihan .content-detail__box .content-text .title {
  margin-bottom: min(1.0416666667vw, 20px);
  font-size: min(1.7708333333vw, 34px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-detail__box .content-text .title {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    letter-spacing: 0.2vw;
  }
}
.p-brand .keihan .content-detail__box .content-text p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan .content-detail__box .content-text p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
.p-brand .keihan .content-images {
  width: 100%;
  display: grid;
}
.p-brand .keihan__project .content-detail__text {
  flex-flow: row nowrap;
  gap: min(5.7291666667vw, 110px);
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__project .content-detail__text {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-brand .keihan__project .content-detail__image img {
  width: 100%;
}
.p-brand .keihan__design {
  margin: min(8.3333333333vw, 160px) 0;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design {
    margin: 5.3333333333vw 0;
  }
}
.p-brand .keihan__design .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: min(4.6875vw, 90px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design .row {
    flex-flow: column nowrap;
    gap: 5vw;
  }
}
.p-brand .keihan__design .content-images {
  flex: 1 0 auto;
  width: 100%;
  max-width: min(36.9791666667vw, 710px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design .content-images {
    max-width: none;
  }
}
.p-brand .keihan__design .content-texts {
  display: flex;
  flex-flow: column nowrap;
  gap: min(4.1666666667vw, 80px);
  flex: 1;
}
.p-brand .keihan__design .content-texts .content-title {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design .content-texts .content-title {
    margin: 10.6666666667vw 0 5.3333333333vw;
  }
}
.p-brand .keihan__design .content-texts .content-detail__image {
  width: 100%;
  max-width: min(17.1875vw, 330px);
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design .content-texts .content-detail__image {
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.p-brand .keihan__design .content-texts .content-detail__image img {
  display: block;
}
.p-brand .keihan__design .content-texts .content-detail__image::after {
  content: "※2014年度〜2021年度の8年連続";
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(0.7291666667vw, 14px);
  line-height: min(1.3020833333vw, 25px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design .content-texts .content-detail__image::after {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.p-brand .keihan__design .content-texts .content-detail__text {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design .content-texts .content-detail__text {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-brand .keihan__design .content-texts .content-detail__text .title {
    font-size: 5.0666666667vw;
  }
}
.p-brand .story {
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-brand .story {
    padding: 0 5.3333333333vw;
  }
}
.p-brand .story__inner {
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  padding-bottom: min(8.3333333333vw, 160px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-brand .story__inner {
    max-width: none;
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.p-brand .story .row {
  display: flex;
  align-items: center;
  gap: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-brand .story .row {
    flex-direction: column-reverse;
  }
}
.p-brand .story .story-images {
  width: 25%;
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-images {
    width: 50%;
  }
}
.p-brand .story .story-images p {
  margin-top: min(0.5208333333vw, 10px);
  font-size: min(1.5625vw, 30px);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-images p {
    font-size: 4vw;
  }
}
.p-brand .story .story-images p span {
  display: block;
  font-size: min(0.7291666667vw, 14px);
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-images p span {
    font-size: 1.8666666667vw;
  }
}
.p-brand .story .story-text {
  flex: 1;
}
.p-brand .story .story-text .content-title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-text .content-title {
    border-bottom: 0.2666666667vw solid #333333;
    margin-bottom: 5.3333333333vw;
  }
}
.p-brand .story .story-text .content-title__en {
  font-family: "Cinzel", serif;
  font-size: min(3.2291666667vw, 62px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
  margin-top: min(0.0520833333vw, 1px);
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-text .content-title__en {
    font-size: 5.6vw;
    letter-spacing: 0.2666666667vw;
    margin-top: 0.1333333333vw;
  }
}
.p-brand .story .story-text .content-title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.5625vw, 30px);
  line-height: 1;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-text .content-title__jp {
    font-size: 4.2666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-brand .story .story-text .content-text {
  flex: 1;
  font-family: "Noto Serif JP", serif;
}
.p-brand .story .story-text .content-text .title {
  margin-bottom: min(1.0416666667vw, 20px);
  font-size: min(1.7708333333vw, 34px);
  line-height: min(2.4479166667vw, 47px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-text .content-text .title {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    letter-spacing: 0.2vw;
    white-space: wrap;
  }
}
.p-brand .story .story-text .content-text p {
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  white-space: wrap;
}
@media screen and (max-width: 750px) {
  .p-brand .story .story-text .content-text p {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}

.p-map .map {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: auto 200%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-map .map {
    padding: 0 5.3333333333vw;
  }
}
.p-map .map__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-map .map__inner {
    max-width: none;
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-map .map__inner .title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-map .map__inner .title {
    gap: 2.6666666667vw;
  }
}
.p-map .map__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-map .map__inner .title__en {
    font-size: 11.2vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-map .map__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: 1;
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-map .map__inner .title__jp {
    font-size: 6.4vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-map .map .gmaps {
  width: 100%;
  max-width: min(57.2916666667vw, 1100px);
  margin: min(5.2083333333vw, 100px) auto min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-map .map .gmaps {
    max-width: none;
    margin: min(6.25vw, 120px) auto min(5.2083333333vw, 100px);
  }
}
.p-map .map .gmaps img {
  width: 100%;
}
.p-map .map .button {
  background-color: #f1f1ee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(20.8333333333vw, 400px);
  height: min(3.75vw, 72px);
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: min(1.8229166667vw, 35px);
  letter-spacing: min(0.078125vw, 1.5px);
  color: #2d3b4d;
  padding-bottom: min(0.5208333333vw, 10px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-map .map .button {
    max-width: none;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
.p-map .map .button button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-map .map .button button {
    gap: 2.6666666667vw;
  }
}
.p-map .map .button button::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="26"><path fill-rule="evenodd" fill="rgb(45,59,77)" d="M9.5 0.79c-4.91 0-8.904 3.993-8.904 8.903 0 6.092 7.968 15.036 8.308 15.414.318.354.874.354 1.193 0 .339-.378 8.307-9.322 8.307-15.414 0-4.91-3.994-8.903-8.904-8.903zm0 13.382c-2.47 0-4.48-2.009-4.48-4.479s2.01-4.48 4.48-4.48 4.48 2.01 4.48 4.48-2.01 4.479-4.48 4.479z"/></svg>');
  background-size: cover;
  display: inline-block;
  width: min(0.9895833333vw, 19px);
  height: min(1.3541666667vw, 26px);
  margin-top: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-map .map .button button::before {
    width: 2.6666666667vw;
    height: 3.6vw;
    margin-top: 0.6666666667vw;
  }
}

.p-outline .outline {
  background: url("../img/location/location-background.webp");
  background-position: center;
  background-size: auto 200%;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-outline .outline {
    padding: 0 5.3333333333vw;
  }
}
.p-outline .outline__inner {
  position: relative;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  margin: 0 auto;
  padding: min(15.625vw, 300px) 0 min(13.5416666667vw, 260px);
}
@media screen and (max-width: 750px) {
  .p-outline .outline__inner {
    max-width: none;
    padding: 40vw 0 26.6666666667vw;
  }
}
.p-outline .outline__inner .title {
  border-bottom: min(0.0520833333vw, 1px) solid #333333;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  gap: min(1.0416666667vw, 20px);
  margin-bottom: min(4.6875vw, 90px);
}
@media screen and (max-width: 750px) {
  .p-outline .outline__inner .title {
    gap: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-outline .outline__inner .title__en {
  font-family: "Cinzel", serif;
  font-size: min(4.375vw, 84px);
  line-height: 0.6;
  letter-spacing: min(0.1041666667vw, 2px);
}
@media screen and (max-width: 750px) {
  .p-outline .outline__inner .title__en {
    font-size: 11.2vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-outline .outline__inner .title__jp {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.1458333333vw, 22px);
  line-height: 1;
  letter-spacing: min(0.078125vw, 1.5px);
}
@media screen and (max-width: 750px) {
  .p-outline .outline__inner .title__jp {
    font-size: 6.4vw;
    letter-spacing: 0.2666666667vw;
  }
}
.p-outline .outline__list {
  background-color: #ffffff;
  width: 100%;
  max-width: min(83.3333333333vw, 1600px);
  padding: min(5.2083333333vw, 100px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-outline .outline__list {
    max-width: none;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.p-outline .outline__list .info-area .buken_list {
  display: flex;
}
.p-outline .outline__list .info-area .buken_list h3 {
  font-family: "Noto Serif JP", serif;
  font-size: min(1.4583333333vw, 28px);
  margin: min(2.0833333333vw, 40px) 0 min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-outline .outline__list .info-area .buken_list h3 {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-outline .outline__list .info-area .buken_list tr {
    display: flex;
    flex-direction: column;
  }
}
.p-outline .outline__list .info-area .buken_list th {
  border-bottom: 0.1rem solid #f0f1f2;
  width: 26%;
  max-width: min(16.6666666667vw, 320px);
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: min(1.0416666667vw, 20px);
  letter-spacing: min(0.1041666667vw, 2px);
  padding: min(0.5208333333vw, 10px) 0;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  .p-outline .outline__list .info-area .buken_list th {
    max-width: none;
    width: 100%;
    font-size: 3.4666666667vw;
    font-weight: 700;
    letter-spacing: 0.1333333333vw;
    padding: 1.3333333333vw 2.6666666667vw 0;
    border-bottom: none;
  }
}
.p-outline .outline__list .info-area .buken_list td {
  border-bottom: min(0.0520833333vw, 1px) solid #f0f1f2;
  width: 74%;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  letter-spacing: min(0.1041666667vw, 2px);
  padding: min(0.5208333333vw, 10px) 0;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  .p-outline .outline__list .info-area .buken_list td {
    border-bottom: 0.2666666667vw solid #f0f1f2;
    width: 100%;
    font-size: 2.9333333333vw;
    letter-spacing: 0.1333333333vw;
    white-space: wrap;
    padding: 1.3333333333vw 2vw;
  }
}
.p-outline .outline__list .info-area .buken_comment {
  margin-top: min(2.0833333333vw, 40px);
  font-family: "Noto Serif JP", serif;
  font-size: min(1.0416666667vw, 20px);
  letter-spacing: min(0.1041666667vw, 2px);
  white-space: normal;
}
@media screen and (max-width: 750px) {
  .p-outline .outline__list .info-area .buken_comment {
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.1333333333vw;
  }
}

/*# sourceMappingURL=style.css.map */
