:root {
  --ink: #000;
  --line: #5d5550;
  --muted: #918a86;
  --soft: #f7f6f4;
  --dark: #070504;
  --brown: #2a1712;
  --hero-vh: 100vh;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  letter-spacing: .14em;
  font-feature-settings: "palt";
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

a { color: inherit; text-decoration: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
img { display: block; max-width: 100%; height: auto; object-fit: cover; }
b,
strong,
small,
summary,
button,
input,
textarea,
select {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
}

.latin,
#cur-ring text,
.global-nav,
.global-nav span,
.section-title h1,
.section-title h2,
.plan-head b,
.plan-head strong,
.plan-price,
.site-footer nav,
.sns {
  font-family: "eb-garamond", serif;
}

#cur {
  display: none;
}

#cur-ring {
  position: fixed;
  left: auto;
  top: auto;
  right: -90px;
  bottom: -90px;
  z-index: 100;
  width: 250px;
  height: 250px;
  display: block;
  opacity: 0;
  pointer-events: none;
  cursor: grab;
  clip-path: circle(50% at 50% 50%);
  transform: translate3d(0, 120%, 0);
  transition: opacity .72s ease, transform 1.18s cubic-bezier(.22, 1, .36, 1);
  will-change: transform, opacity;
}

#cur-ring svg {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 250px;
  height: 250px;
  overflow: visible;
  transform: none;
  transform-origin: center;
  transition: transform 1.18s cubic-bezier(.22, 1, .36, 1);
}

#cur-ring .ring-text {
  animation: none;
  transform-box: view-box;
  transform-origin: 269.3px 269.44px;
}

@keyframes cursor-ring-spin {
  to { transform: rotate(360deg); }
}

#cur-ring .cursor-ring-bg {
  fill: rgba(255, 255, 255, .96);
  stroke: #000;
  stroke-width: 1;
  transition: fill-opacity .16s ease;
}

#cur-ring .ring-hit-areas path {
  fill: transparent;
  pointer-events: all;
  cursor: pointer;
}

#cur-ring text {
  fill: #a7a7a7;
  font-weight: 400;
  font-size: 44px;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
  transition: fill .3s ease;
}

#cur-ring text.is-active {
  fill: #000;
}

body.cursor-ready.mobile-cursor-visible:not(.lightbox-open):not(.nav-open):not(.splash-on) #cur-ring {
  opacity: 1;
  pointer-events: auto;
  touch-action: none;
  transform: translate3d(0, 0, 0);
}

body.cursor-hover #cur-ring svg { transform: scale(.6); }

body.cursor-hover #cur-ring .cursor-ring-bg { fill-opacity: .80; }

body.mobile-ring-dragging #cur-ring .cursor-ring-bg {
  fill-opacity: 1;
}

body.mobile-ring-dragging #cur-ring {
  cursor: grabbing;
}

body.lightbox-open #cur,
body.lightbox-open #cur-ring,
body.nav-open #cur-ring,
body.splash-on #cur,
body.splash-on #cur-ring {
  opacity: 0;
  visibility: hidden;
}

body.lightbox-open,
body.lightbox-open * { cursor: auto !important; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px clamp(26px, 5vw, 72px);
  border-bottom: 1px solid transparent;
  pointer-events: none;
  transition: background .24s ease, border-color .24s ease, opacity .24s ease, transform .24s ease;
}

body.nav-open .site-header {
  background: rgba(255, 255, 255, .92);
  border-bottom-color: rgba(93, 85, 80, .18);
  backdrop-filter: blur(10px);
}

body.footer-in-view:not(.nav-open) .site-header {
  opacity: 0;
  transform: translateY(-100%);
}

.logo,
.menu-button,
.global-nav { pointer-events: auto; }

.logo {
  position: relative;
  display: block;
  width: clamp(122px, 14vw, 170px);
  height: auto;
}

.logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-header > .logo img {
  transform: translateX(-6.6667%);
}

.menu-button {
  display: none;
  gap: 6px;
  width: 82px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 3px;
  background: #15100e;
}

.menu-button:focus-visible {
  outline: 1px solid var(--line);
  outline-offset: 6px;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  margin-top: 0;
  color: #000;
  font-weight: 400;
  font-size: clamp(15px, 1.12vw, 17px);
  line-height: 1;
  letter-spacing: .18em;
  text-align: right;
}

.global-nav a {
  position: relative;
  display: block;
  padding-bottom: 4px;
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}

.global-nav a:hover::after,
.global-nav a:focus-visible::after {
  transform: scaleX(1);
}

.global-nav span {
  font-size: inherit;
  line-height: inherit;
}

.global-nav small,
.drawer-info { display: none; }

body.nav-open,
body.lightbox-open,
body.splash-on { overflow: hidden; }

#splash {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity .8s ease;
}
#splash.is-out {
  opacity: 0;
  pointer-events: none;
}
#splash.is-hidden {
  display: none;
}
.splash-logo {
  width: clamp(160px, 22vw, 240px);
  height: auto;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .9s ease, transform .9s ease;
}
#splash.is-logo-in .splash-logo {
  opacity: 1;
  transform: translateY(0);
}
html.splash-skipped #splash { display: none; }
html.splash-skipped body.splash-on { overflow: auto; }

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .9s ease, transform .9s ease;
  will-change: opacity, transform;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.plans .fade-up:nth-child(1) { transition-delay: 0s; }
.plans .fade-up:nth-child(2) { transition-delay: .16s; }
.plans .fade-up:nth-child(3) { transition-delay: .32s; }
.plans .fade-up:nth-child(4) { transition-delay: .48s; }
@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.hero {
  position: relative;
  height: calc(var(--hero-vh) * 3);
  background: #eee;
}

.hero-stage {
  position: sticky;
  top: 0;
  height: var(--hero-vh);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.hero-slide img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.hero-slide:nth-child(n+2) {
  transform: translate3d(0, 100%, 0);
}

.hero-stage::after,
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.36);
  pointer-events: none;
  z-index: 1;
}

.hero .note,
.hover-note {
  position: absolute;
  right: 5vw;
  bottom: 45px;
  z-index: 1;
  color: #ff51dc;
  font-size: 12px;
}

.section {
  position: relative;
  max-width: 1230px;
  margin: 0 auto;
  padding: 150px 15px 0;
}

.section-title {
  margin-bottom: 26px;
  text-align: center;
}

.section-title h1,
.section-title h2 {
  margin: 0 0 6px;
  font-size: clamp(29px, 2.55vw, 40px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .18em;
}

.section-title p {
  margin: 0;
  font-size: 14px;
}

.plan-section {
  color: #000;
  max-width: 1440px;
}

.plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.plan-card {
  position: relative;
  min-height: 560px;
  width: 100%;
  aspect-ratio: 167/309;
  padding: 168px 28px 20px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0 10px 0 0;
}
.plan-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.plan-card.plan01 {
  background: url(../img/plan02.jpg) center no-repeat;
  background-size: cover;
}
.plan-card.plan02 {
  background: url(../img/plan01.jpg) center no-repeat;
  background-size: cover;
}
.plan-card.plan03 {
  background: url(../img/plan03.webp) center no-repeat;
  background-size: cover;
}
.plan-card.plan04 {
  background: url(../img/plan04.jpg) center no-repeat;
  background-size: cover;
}
.plan-card.muted { color: #888; }

.plan-list,.plan-copy,.plan-tags,.plan-price{
  position: relative;
  z-index: 1;
}
.plan-head {
  position: absolute;
  top: 30px;
  left: 0;
  right: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.plan-head > span {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: start;
  gap: 5px;
  width: clamp(132px, 50%, 186px);
  min-height: 62px;
  padding: 12px 9px;
  border: 1px solid var(--line);
  border-left: none;
  background: rgba(255,255,255,1);
  font-size: 11px;
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 0;
  left: -1px;
  line-height: 1;
  overflow: hidden;
}

.plan-head b {
  display: block;
  max-width: 100%;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: .16em;
  white-space: nowrap;
}

.plan-head-note {
  position: absolute;
  top: 82px;
  left: 14px;
  display: block;
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: .04em;
  white-space: nowrap;
}

.plan-head strong {
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(44px, 4vw, 54px);
  font-weight: 400;
  line-height: .8;
  letter-spacing: 0;
}

.plan-copy {
  margin: 0 0 18px;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(14px, 1.08vw, 16px);
  font-weight: 300;
  text-shadow: 0 0 5px rgba(255,255,255,0.2);
  white-space: nowrap;
}

.plan-card ul {
  display: grid;
  padding: 0;
  list-style: none;
}

.plan-list {
  gap: 7px;
  margin: 0 0 22px;
}

.plan-card li{
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255,255,255,.6);
  padding: 7px 8px;
  text-align: center;
  font-size: clamp(11px, .9vw, 13px);
  letter-spacing: .12em;
  white-space: nowrap;
}

.plan-card .plan-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 4px 5px;
  margin: 0 auto 14px;
  width: 100%;
  max-width: 100%;
}

.plan-card .plan-tags::before {
  content: "おすすめの撮影内容";
  flex: 0 0 100%;
  margin-bottom: 4px;
  text-align: center;
  font-size: clamp(11px, .86vw, 13px);
  line-height: 1.3;
  letter-spacing: .08em;
}

.plan-card .plan-tags li {
  border-radius: 0;
  background: rgba(255,255,255,.75);
  padding: 6px 9px;
  font-size: clamp(10px, .82vw, 12px);
  line-height: 1.2;
  letter-spacing: .04em;
}

.plan-consult {
  width: min(100%, 760px);
  margin: 28px auto 0;
  text-align: center;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.8;
  letter-spacing: .08em;
}

.plan-price {
  width: 76%;
  max-width: 100%;
  position: absolute;
  bottom: 50px;
  right: -1px;
  margin: 0 auto;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-right: none;
  border-radius: 10px 0 0 0;
  background: rgba(255,255,255,1);
  text-align: center;
  font-size: clamp(16px, 1.3vw, 18px);
  letter-spacing: .12em;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 840px;
    margin-inline: auto;
  }

  .plan-card {
    max-width: 420px;
    min-height: 560px;
    margin-inline: auto;
  }
}

.orbit {
  position: absolute;
  right: -60px;
  top: 118px;
  z-index: 2;
  width: 136px;
  height: 136px;
  border: 1px solid #211714;
  border-radius: 50%;
  background: rgba(255,255,255,.85);
}

.orbit i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #211714;
  transform: translate(-50%, -50%);
}

.orbit span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 13px;
  color: #000;
  transform-origin: 0 0;
}
.orbit span:nth-child(1) { transform: rotate(-14deg) translate(31px) rotate(14deg); }
.orbit span:nth-child(2) { transform: rotate(35deg) translate(36px) rotate(-35deg); color: #999; }
.orbit span:nth-child(3) { transform: rotate(76deg) translate(36px) rotate(-76deg); color: #999; }
.orbit span:nth-child(4) { transform: rotate(126deg) translate(36px) rotate(-126deg); color: #999; }
.orbit span:nth-child(5) { transform: rotate(176deg) translate(34px) rotate(-176deg); color: #999; }

.hover-note { position: static; text-align: right; margin: 40px 0 0; }

.gallery-section {
  max-width: 1920px;
  padding-inline: 0;
  container-type: inline-size;
}

.gallery-section .section-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}

.gallery-section .section-title h2 {
  margin-bottom: 0;
}

.gallery-grid {
  --gallery-cols: 3;
  --gallery-gap: 5px;
  display: grid;
  grid-template-columns: repeat(var(--gallery-cols), 1fr);
  gap: var(--gallery-gap);
  grid-auto-rows: calc((100cqw - var(--gallery-gap) * (var(--gallery-cols) - 1)) / var(--gallery-cols) * 6 / 11);
}

.tile {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #eee;
  cursor: zoom-in;
}

.tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.tile.tall { grid-row: span 2; }
.tile.large { grid-row: span 2; }
.tile figcaption {
  position: absolute;
  top: 12px;
  z-index: 1;
  min-width: 100px;
  min-height: 60px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.tile figcaption.left{
  left: 0;
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
.tile figcaption.right{
  right: 0;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.tile:hover::after{ background: rgba(255,255,255,.08); }

.orbit.small {
  right: 46%;
  top: 34%;
  width: 124px;
  height: 124px;
}
.orbit.lower { right: 10%; top: 55%; }

.rental-panel {
  position: relative;
  min-height: 430px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: url(../img/rental_bg.webp) center no-repeat;
  background-size: cover;
  border: 1px solid #070504;
  border-radius: 10px;
}

.rental-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rental-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 32px 80px;
  text-align: center;
  line-height: 1.9;
  color: #fff;
}
.rental-txt{
  font-size: 15px;
  margin-bottom: 30px;
}
.rental-txt.mb{
  margin-bottom: 50px;
}
.use-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 80px;
}
.use-list span{
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
}
.use-list span:last-child{
  border: none;
  padding: 8px 12px;
  text-align: center;
}
.rental-actions {
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
}
.rental-actions a .window-icon{
  position: relative;
  padding-right: 50px;
}
.rental-actions a .window-icon::before{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/windo_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-62%);
}
.rental-actions a .pdf-icon{
  position: relative;
  padding-right: 50px;
}
.rental-actions a .pdf-icon::before{
  content: "";
  width: 28px;
  height: 36px;
  background: url(../img/pdf_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.rental-actions a,
.contact-cards a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  color: #000;
  font-weight: bold;
  font-size: 15px;
  padding: 25px 15px;
}

.rental-actions a .window-icon::after,
.rental-actions a .pdf-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 50px;
  bottom: .2em;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}

.rental-actions a:hover .window-icon::after,
.rental-actions a:hover .pdf-icon::after {
  transform: scaleX(1);
}

@media (hover: none) {
  .rental-actions a .window-icon::after,
  .rental-actions a .pdf-icon::after {
    display: none;
  }
}
@media (max-width: 770px) {
  .rental-txt{
    text-align: center;
  }
  .rental-txt.mb{
    margin-bottom: 40px;
  }
  .use-list{
    margin-bottom: 40px;
  }
  .rental-actions a .window-icon::before{
    width: 20px;
    height: 20px;
  }
  .rental-actions a .pdf-icon::before{
    width: 22px;
    height: 30px;
  }
.rental-actions a,
.contact-cards a {
  padding: 20px 15px;
}
}
.access-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 1120px);
  margin: 0 auto;
  gap: clamp(20px, 3.2vw, 44px);
  text-align: center;
  align-items: stretch;
}

@media (min-width: 1101px) {
  .access-cards {
    grid-template-columns: repeat(3, 300px);
    justify-content: center;
    gap: 24px;
  }
}

.access-cards article {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.access-card-body {
  position: relative;
  flex: 0 0 clamp(260px, 20vw, 300px);
  width: 100%;
  max-width: 300px;
  min-height: clamp(260px, 20vw, 300px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  align-self: center;
  align-items: start;
  gap: 10px;
  padding: 22px 12px 20px;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.access-card-body > p {
  margin: 0;
}

.access-card-body h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
}
.access-card-body-txt p{
  margin: 5px 0;
}
.access-card-body-txt h3{
  font-size: 18px;
}
.access-card-body img {
  align-self: center;
  height: auto;
  margin-top: 0;
}

.access-cards article:nth-child(1) .access-card-body img {
  width: 68px;
}

.access-cards article:nth-child(2) .access-card-body img {
  width: 74px;
}

.access-cards article:nth-child(3) .access-card-body img {
  width: 59px;
}

.access-card-note {
  align-self: end;
  min-height: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.access-address {
  margin: 26px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .08em;
}

.access-address .latin {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .08em;
}

.map-box {
  display: grid;
  place-items: center;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.map-box iframe{
  width: 100%;
  aspect-ratio: 15/6;
  height: auto;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  align-items: center;
  gap: 18px;
  padding: clamp(24px, 5vw, 60px);
  background: rgba(255, 255, 255, .94);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-frame {
  width: 100%;
  height: min(78vh, 820px);
  max-width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-frame img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox-close,
.lightbox-nav {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.lightbox-close {
  position: absolute;
  right: clamp(24px, 5vw, 60px);
  top: clamp(20px, 4vw, 42px);
  width: 42px;
  height: 42px;
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 20px;
  height: 1px;
  background: currentColor;
}

.lightbox-close::before { transform: rotate(45deg); }
.lightbox-close::after { transform: rotate(-45deg); }

.lightbox-nav {
  width: 64px;
  height: 64px;
  justify-self: center;
}

.lightbox-nav::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.lightbox-prev::before {
  margin-left: 24px;
  transform: rotate(-45deg);
}

.lightbox-next::before {
  margin-left: 12px;
  transform: rotate(135deg);
}

.faq-section { max-width: 860px; padding-bottom: 72px; }
.faq-label {
  width: 300px;
  margin: 0 0 16px 0;
  padding: 10px 12px 0 2px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-radius: 0 10px 0 0;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}
.faq-label.second { margin-top: 52px; }

.faq-list { display: grid; gap: 28px; }
details {
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

summary {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr 42px;
  column-gap: 10px;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  cursor: pointer;
  list-style: none;
  font-size: clamp(14px, 1.42vw, 17px);
  font-weight: 300;
  text-align: center;
}

summary::-webkit-details-marker { display: none; }
summary::after {
  content: "";
  justify-self: center;
  width: 17px;
  height: 17px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  transform: rotate(-45deg) translateY(5px);
  transition: transform .3s ease;
}
details:not([open]) summary::after { transform: rotate(135deg) translateY(5px); }

.faq-answer {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 18px 10px;
  line-height: 1.65;
  font-size: 14px;
}

details b,
summary > span:not(.latin) {
  font-size: clamp(14px, 1.42vw, 17px);
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
}
details b { font-family: "eb-garamond", serif; }
summary > span:not(.latin) { font-family: "a-otf-ryumin-pr6n", serif; }
details p { margin: 0; text-align: center; }
.compact { margin-bottom: 0; }
@media (max-width: 767px) {
  summary{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .faq-answer p{
    text-align: left;
  }
}
.contact-section {
  padding: 110px 24px 126px;
  background: #fff;
  color: var(--ink);
  text-align: center;
}

.section-title.dark h2 { color: var(--ink); font-weight: 400; }
.contact-section > p {
  margin: 0 auto 24px;
  line-height: 1.8;
  font-weight: 300;
}

.contact-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-txt a{
  text-decoration: underline;
}
.contact-cards a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
  min-height: 150px;
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
  width: 25%;
}
.contact-cards a::after{
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/windo_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.contact-cards a:nth-child(2) img {
  width: 43.5px;
  height: auto;
}
.contact-cards .link-icon {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: var(--ink);
}

.qr {
  width: 58px;
  height: 58px;
  background: #5f5d5b;
}

.phone {
  width: 34px;
  height: 58px;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background: #ece9e6;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "info nav"
    "info sns";
  column-gap: 48px;
  row-gap: 48px;
  align-items: end;
  padding: 92px clamp(26px, 5vw, 72px) 54px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.site-footer > div {
  grid-area: info;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.footer-logo { width: 120px; }
.footer-logo img { transform: translateX(-6.6667%); }
address {
  margin: 32px 0 36px;
  font-style: normal;
  line-height: 1.6;
}
.copyright,
.sns {
  margin: 0;
  font-size: clamp(13px, 1.25vw, 17px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .16em;
}
.sns a:hover{
  text-decoration: underline;
}

.copyright a {
  display: inline-flex;
  align-items: center;
  gap: .25em;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright a img {
  width: .8em;
  height: .8em;
  object-fit: contain;
}

.site-footer nav {
  grid-area: nav;
  display: grid;
  gap: 12px;
  align-content: start;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .16em;
}
.site-footer nav a:hover{
  text-decoration: underline;
}
.sns {
  grid-area: sns;
  justify-self: end;
  align-self: end;
  display: flex;
  align-items: baseline;
  gap: .4em;
}

.copyright {
  margin-top: auto;
}
.sns a:not(:first-child) {
  margin-left: 1em;
}
@media (max-width: 900px) {
  html { scroll-padding-top: 104px; }
  .site-header {
    align-items: center;
    padding: 24px;
  }
  .hero img { 
    object-position: 56% center;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section {
    padding-top: 96px;
  }
  .plans,
  .access-cards { grid-template-columns: 1fr; }
  .plan-card { min-height: 560px; max-width: 420px; margin: 0 auto; width: 100%; }
  .access-card-body {
    flex-basis: 320px;
    max-width: 100%;
    min-height: 320px;
  }
  .gallery-grid { --gallery-cols: 2; }
  .use-list { grid-template-columns: 1fr 1fr; }
  .site-footer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "nav"
      "sns";
  }
  .site-footer nav,
  .sns { justify-self: start; text-align: left; }
}

@media (max-width: 767px) {
  #cur-ring {
    right: -60px;
    bottom: -60px;
    width: 170px;
    height: 170px;
  }

  #cur-ring svg {
    width: 170px;
    height: 170px;
  }

  body.has-cursor,
  body.has-cursor * { cursor: auto !important; }

  .plans .fade-up { transition-delay: 0s; }

  html { scroll-padding-top: 92px; }

  .plans { grid-template-columns: 1fr; }

  .access-card-body {
    flex-basis: 280px;
    min-height: 280px;
  }

  .menu-button {
    position: relative;
    z-index: 91;
    display: grid;
    width: 58px;
    gap: 5px;
  }

  .menu-button span {
    height: 3px;
    transition: transform .25s ease, opacity .2s ease;
  }

  body.nav-open .menu-button span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.nav-open .menu-button span:nth-child(2) { opacity: 0; }
  body.nav-open .menu-button span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .site-header > .logo {
    z-index: 91;
    transform: translateY(-4px);
  }

  .global-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    width: 100%;
    height: 100dvh;
    min-height: 100vh;
    display: grid;
    align-content: start;
    gap: 0;
    margin: 0;
    padding: 72px 0 0;
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
    background: rgba(255, 255, 255, .98);
    color: var(--ink);
    text-align: left;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform .36s ease;
  }

  .global-nav.is-open {
    transform: translateY(0);
  }

  .global-nav > a:not(.logo) {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 65px;
    padding: 0 clamp(28px, 7vw, 78px);
    border-bottom: 1px solid var(--line);
  }

  .global-nav a::after {
    content: none;
  }

  .global-nav > a:not(.logo):first-child {
    border-top: 1px solid var(--line);
  }

  .global-nav > a:not(.logo) > span {
    font-weight: 400;
    font-size: clamp(28px, 7.4vw, 39px);
    line-height: 1;
    letter-spacing: .16em;
  }

  .global-nav small {
    display: block;
    padding-left: 24px;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-size: clamp(13px, 3.2vw, 18px);
    font-weight: 300;
    font-style: normal;
    white-space: nowrap;
  }

  .drawer-info {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 50px 24px 28px;
  }

  .drawer-info p {
    margin: 0;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: .04em;
  }

  .instagram-icon {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    border: 3px solid var(--ink);
    border-radius: 9px;
  }

  .instagram-icon::before,
  .instagram-icon::after {
    content: "";
    position: absolute;
    border-radius: 50%;
  }

  .instagram-icon::before {
    inset: 7px;
    border: 3px solid var(--ink);
  }

  .instagram-icon::after {
    right: 5px;
    top: 5px;
    width: 4px;
    height: 4px;
    background: var(--ink);
  }

  .drawer-instagram {
    display: block;
    justify-self: end;
  }
  .copyright{
    font-size: 13px;
  }
  .sns{
    font-size: 16px;
    justify-self: center;
  }
}

@media (max-width: 560px) {
  body { font-size: 13px; }
  .logo { width: 120px; }
  .hero .note { right: 20px; bottom: 24px; }
  .section { padding-inline: 16px; }
  .gallery-grid { --gallery-cols: 1; }
  .gallery-section .section-title {
    display: block;
  }
  .gallery-section .section-title h2 {
    margin-bottom: 6px;
  }
  .tile.tall,
  .tile.large { grid-row: span 1; }
  .rental-content { padding: 56px 18px 42px; gap: 28px; }
  .use-list { grid-template-columns: 1fr; }
  .rental-actions a,
  .contact-cards a { min-width: 100%; }
  .drawer-info {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }
  .drawer-info .instagram-icon {
    justify-self: center;
  }
  .lightbox {
    grid-template-columns: 48px 1fr 48px;
    gap: 4px;
    padding: 18px 10px;
  }
  .lightbox-frame { height: 72vh; }
  .lightbox-nav {
    width: 48px;
    height: 48px;
  }
  .map-box iframe{
    aspect-ratio: 3/2;
  }
  summary { grid-template-columns: 28px 1fr 34px; column-gap: 12px; font-size: 14px; }
  .faq-answer { grid-template-columns: 28px 1fr; }
  .br-pc { display: none; }
  .contact-section { padding-inline: 18px; }
  .site-footer { padding-inline: 24px; }
  .contact-txt{
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rental-bg-video { display: none; }
}
