@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*HTML5display-roleresetforolderbrowsers*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-main: #d2ca9b;
  --color-sub: #960d4b;
  --color-text: #333333;
  --color-button: #4c4c47;
  --color-label: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-label-text: #ffffff;
  --color-button: linear-gradient(180deg, #353535 0%, , #1e1e1e 100%);
  --color-button-text: #ffffff;
  --gradient-main: linear-gradient(180deg, #763f20 0%, #310c02 100%);
  --color-line: #06c755;
  --color-bg-emph: rgba(252, 3, 135, 0.04);
  --color-background: #fff8f1;
  --color-mask: rgba(0, 0, 0, 0.5);
  --color-black: #000000;
  --color-white: #ffffff;
  --shadow-white: 0 0 4px #ffffff;
  --shadow-black: 0 0 5px #e4e4e4;
  --shadow-main: 1px 1px 3px #cecece;
  --shadow-box: 0 1px 8px rgb(0 0 0 / 9%);
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel.woff2") format("woff2");
  font-optical-sizing: auto;
  font-style: normal;
}
body {
  width: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: var(--color-black);
  background-color: var(--color-background);
  font-size: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.pull-to-refresh-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 0;
  pointer-events: none;
  background: transparent;
}
@media not screen and (min-width: 768px) {
  .pull-to-refresh-area {
    height: 80px;
  }
}

.background__fixed {
  min-height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: url("../images/background/bg.webp");
  width: 100%;
  background-repeat: no-repeat;
}
@media not screen and (min-width: 768px) {
  .background__fixed {
    background-image: url("../images/background/bg-sp.webp");
  }
}

.no__scroll {
  overflow: hidden;
}

body,
html {
  width: 100%;
  scrollbar-gutter: stable;
  line-height: 1.15;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

p,
span {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.1805555556vw;
}
@media (min-width: 1920px) {
  p,
  span {
    font-size: 22.6666666667px;
  }
}
@media (max-width: 767px) {
  p,
  span {
    font-size: 3.9113428944vw;
  }
}

a,
li,
dt,
dd,
div,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
  letter-spacing: 0.03em;
  line-height: 1em;
  font-weight: 400;
}

:focus:not(:fous-visible) {
  outline: none;
}

:focus-visible {
  outline: 1px solid var(--color-main);
}

summary {
  outline: none;
}

a {
  color: var(--color-main);
  text-decoration: none;
  word-break: break-all;
}

a,
p,
div,
li,
dd,
dt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.isChrome * {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
}

img,
svg {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

img,
svg {
  pointer-events: none;
}

.disabled {
  cursor: default !important;
}

.disabled a {
  cursor: default !important;
}

._disabled {
  pointer-events: none !important;
}

.is_pc .device_sp {
  display: none !important;
}

.is_sp .device_pc {
  display: none !important;
}

.is__pc {
  display: block;
}
@media not screen and (min-width: 768px) {
  .is__pc {
    display: none;
  }
}

.is__sp {
  display: none;
}
@media not screen and (min-width: 768px) {
  .is__sp {
    display: block;
  }
}

::selection {
  background: var(--color-main);
  color: var(--color-white);
}

.unselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  -moz-outline-style: none;
  outline: none !important;
}

option {
  color: var(--color-black);
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

select,
option,
input,
textarea {
  color: var(--color-black);
}

::placeholder {
  color: var(--color-line-gray);
}

._nowrap {
  white-space: nowrap;
}

html {
  scroll-behavior: smooth;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  background: var(--color-black);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
.header.is-hidden {
  transform: translateY(-100%);
}
.header .navbar {
  padding-top: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .header .navbar {
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .header .navbar {
    padding-top: 3.1290743155vw;
  }
}
.header .navbar {
  padding-bottom: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .header .navbar {
    padding-bottom: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .header .navbar {
    padding-bottom: 3.1290743155vw;
  }
}
.header .navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .navbar .container .nav-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .header .navbar .container .nav-logo {
    margin-left: 3.9113428944vw;
  }
}
.header .navbar .container .nav-logo a {
  display: block;
  width: 5.5555555556vw;
}
@media (min-width: 1920px) {
  .header .navbar .container .nav-logo a {
    width: 106.6666666667px;
  }
}
@media (max-width: 767px) {
  .header .navbar .container .nav-logo a {
    width: 20.8604954368vw;
  }
}
.header .navbar .container .nav-logo a img {
  width: 100%;
}
.header .navbar .container .nav-logo h1 {
  margin-left: 0.5em;
  color: var(--color-main);
  font-size: 1.9444444444vw;
}
@media (min-width: 1920px) {
  .header .navbar .container .nav-logo h1 {
    font-size: 37.3333333333px;
  }
}
@media (max-width: 767px) {
  .header .navbar .container .nav-logo h1 {
    font-size: 5.2151238592vw;
  }
}
.header .navbar .container .nav-logo h1 {
  font-weight: 700;
}
.header .navbar .container .nav-logo h1 span {
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .header .navbar .container .nav-logo h1 span {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .header .navbar .container .nav-logo h1 span {
    font-size: 2.8683181226vw;
  }
}
.header .navbar .container .nav-logo h1 span {
  font-weight: 400;
}
.header .navbar .container .nav-menu {
  display: flex;
  list-style: none;
  gap: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .header .navbar .container .nav-menu {
    gap: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .header .navbar .container .nav-menu {
    gap: 4.1720990874vw;
  }
}
.header .navbar .container .nav-menu {
  margin: 0;
  padding: 0;
}
@media not screen and (min-width: 768px) {
  .header .navbar .container .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: var(--color-black);
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 20px 20px;
    gap: 0;
    transition: right 0.3s ease;
    z-index: 99;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
  }
  .header .navbar .container .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
  }
}
@media not screen and (min-width: 768px) {
  .header .navbar .container .nav-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header .navbar .container .nav-menu li a {
  color: var(--color-main);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .header .navbar .container .nav-menu li a {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .header .navbar .container .nav-menu li a {
    font-size: 3.6505867014vw;
  }
}
.header .navbar .container .nav-menu li a {
  display: block;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
@media not screen and (min-width: 768px) {
  .header .navbar .container .nav-menu li a {
    padding-top: 1.1111111111vw;
  }
  @media (min-width: 1920px) {
    .header .navbar .container .nav-menu li a {
      padding-top: 21.3333333333px;
    }
  }
  @media (max-width: 767px) {
    .header .navbar .container .nav-menu li a {
      padding-top: 3.6505867014vw;
    }
  }
  .header .navbar .container .nav-menu li a {
    padding-bottom: 1.1111111111vw;
  }
  @media (min-width: 1920px) {
    .header .navbar .container .nav-menu li a {
      padding-bottom: 21.3333333333px;
    }
  }
  @media (max-width: 767px) {
    .header .navbar .container .nav-menu li a {
      padding-bottom: 3.6505867014vw;
    }
  }
}
.is_pc .header .navbar .container .nav-menu li a:hover, .is_sp .header .navbar .container .nav-menu li a.touch {
  color: var(--color-white);
}
.header .navbar .container .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  gap: 5px;
  z-index: 1001;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .header .navbar .container .mobile-menu-toggle {
    display: flex;
    right: 3.9113428944vw;
  }
}
.header .navbar .container .mobile-menu-toggle span {
  width: 25px;
  height: 1px;
  background: var(--color-main);
  transition: all 0.3s ease;
  display: block;
}
.header .navbar .container .mobile-menu-toggle span:nth-child(1) {
  transform-origin: top left;
}
.header .navbar .container .mobile-menu-toggle span:nth-child(2) {
  transform-origin: center;
}
.header .navbar .container .mobile-menu-toggle span:nth-child(3) {
  transform-origin: bottom left;
}
.header .navbar .container .mobile-menu-toggle.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, -5px);
}
.header .navbar .container .mobile-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header .navbar .container .mobile-menu-toggle.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, 8px);
}
@media not screen and (min-width: 768px) {
  .header .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
    pointer-events: none;
  }
  .header .menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.footer {
  background: var(--color-black);
  color: var(--color-white);
  padding-top: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .footer {
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 8.3441981747vw;
  }
}
.footer {
  padding-bottom: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .footer {
    padding-bottom: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 6.258148631vw;
  }
}
.footer {
  padding-left: 20px;
  padding-right: 20px;
}
@media not screen and (min-width: 768px) {
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.footer .container a img {
  width: 13.8888888889vw;
}
@media (min-width: 1920px) {
  .footer .container a img {
    width: 266.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer .container a img {
    width: 39.1134289439vw;
  }
}
.footer .container a img {
  margin-inline: auto;
}
.footer .container a p {
  margin-top: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .footer .container a p {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .footer .container a p {
    margin-top: 1.3037809648vw;
  }
}
.footer .container a p {
  margin-bottom: 0.6944444444vw;
}
@media (min-width: 1920px) {
  .footer .container a p {
    margin-bottom: 13.3333333333px;
  }
}
@media (max-width: 767px) {
  .footer .container a p {
    margin-bottom: 1.3037809648vw;
  }
}
.footer .container a p {
  font-size: 1.5277777778vw;
}
@media (min-width: 1920px) {
  .footer .container a p {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .footer .container a p {
    font-size: 4.6936114733vw;
  }
}
.footer .container a p {
  text-align: center;
  text-transform: uppercase;
}
.footer .container a p span {
  display: block;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .footer .container a p span {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .footer .container a p span {
    font-size: 3.3898305085vw;
  }
}

.footer-content {
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .footer-content {
    margin-bottom: 13.037809648vw;
  }
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .footer-links {
    gap: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-links {
    gap: 4.1720990874vw;
  }
}
.footer-links {
  margin-bottom: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .footer-links {
    margin-bottom: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-links {
    margin-bottom: 6.258148631vw;
  }
}
.footer-links {
  flex-wrap: wrap;
}
@media not screen and (min-width: 768px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
  }
}
.footer-links a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .footer-links a {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .footer-links a {
    font-size: 3.6505867014vw;
  }
}
.footer-links a {
  transition: color 0.3s ease;
}
.is_pc .footer-links a:hover, .is_sp .footer-links a.touch {
  color: var(--color-main);
}

.footer-badges {
  margin-bottom: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .footer-badges {
    margin-bottom: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-badges {
    margin-bottom: 6.258148631vw;
  }
}

.footer-label {
  margin-bottom: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .footer-label {
    margin-bottom: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .footer-label {
    margin-bottom: 3.1290743155vw;
  }
}
.footer-label {
  opacity: 0.8;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .footer-label {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .footer-label {
    font-size: 3.6505867014vw;
  }
}

.badge-list {
  display: flex;
  justify-content: center;
  gap: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .badge-list {
    gap: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .badge-list {
    gap: 3.1290743155vw;
  }
}
.badge-list {
  flex-wrap: wrap;
}

.badge {
  background: rgba(255, 255, 255, 0.1);
  padding-top: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .badge {
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .badge {
    padding-top: 1.5645371578vw;
  }
}
.badge {
  padding-bottom: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .badge {
    padding-bottom: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .badge {
    padding-bottom: 1.5645371578vw;
  }
}
.badge {
  padding-left: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .badge {
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .badge {
    padding-left: 3.1290743155vw;
  }
}
.badge {
  padding-right: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .badge {
    padding-right: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .badge {
    padding-right: 3.1290743155vw;
  }
}
.badge {
  border-radius: 5px;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .badge {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .badge {
    font-size: 3.1290743155vw;
  }
}

.footer-trademark,
.footer-registration {
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .footer-trademark,
  .footer-registration {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-trademark,
  .footer-registration {
    font-size: 3.1290743155vw;
  }
}
.footer-trademark,
.footer-registration {
  opacity: 0.7;
  margin-bottom: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .footer-trademark,
  .footer-registration {
    margin-bottom: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-trademark,
  .footer-registration {
    margin-bottom: 1.5645371578vw;
  }
}

.footer-copyright {
  margin-top: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .footer-copyright {
    margin-top: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 6.258148631vw;
  }
}
.footer-copyright {
  padding-top: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .footer-copyright {
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    padding-top: 6.258148631vw;
  }
}
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.6;
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .footer-copyright {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    font-size: 3.1290743155vw;
  }
}

.footer__fixed__button {
  display: none;
}
@media not screen and (min-width: 768px) {
  .footer__fixed__button {
    position: fixed;
    bottom: 2.6075619296vw;
    width: 92.0469361147vw;
    display: grid;
    z-index: 1000;
  }
  .footer__fixed__button li {
    height: 13.037809648vw;
    width: 100%;
    background: var(--color-main);
    border-radius: 0.5em;
  }
  .footer__fixed__button li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer__fixed__button li a svg {
    width: 5.2151238592vw;
    height: 5.2151238592vw;
    fill: var(--color-texk);
  }
  .footer__fixed__button li a span {
    font-size: 3.3898305085vw;
    color: var(--color-text);
    line-height: 1;
    margin-top: 0.5215123859vw;
  }
}

.footer__reception__time {
  display: none;
}
@media not screen and (min-width: 768px) {
  .footer__reception__time {
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--color-text);
    height: 6.518904824vw;
    width: 100%;
    z-index: 2;
    bottom: 0;
  }
  .footer__reception__time p {
    color: var(--color-white);
    font-size: 3.3898305085vw;
  }
}

.hero {
  color: var(--color-white);
  padding-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .hero {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 20.8604954368vw;
  }
}
.hero {
  padding-bottom: 8.3333333333vw;
}
@media (min-width: 1920px) {
  .hero {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: 20.8604954368vw;
  }
}
.hero {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .hero {
    min-height: 60vh;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.hero .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.hero .hero-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.hero .hero-slide.active {
  z-index: 2;
  opacity: 1;
}
.hero::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 3;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(210, 202, 155, 0.1) 30%, transparent 70%);
  animation: rotate 30s linear infinite;
  pointer-events: none;
}
.hero .hero-content::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 4;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: float 15s ease-in-out infinite;
  pointer-events: none;
}
.hero .hero-content::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -150px;
  z-index: 4;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(150, 13, 75, 0.15) 0%, transparent 70%);
  animation: float 20s ease-in-out infinite reverse;
  pointer-events: none;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-content {
  position: relative;
  z-index: 5;
  max-width: 62.5vw;
}
@media (min-width: 1920px) {
  .hero-content {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    max-width: 26.075619296vw;
  }
}
.hero-content {
  margin: 0 auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
  animation: fadeInUp 1s ease-out;
}
@media not screen and (min-width: 768px) {
  .hero-content {
    max-width: 100%;
  }
}

.hero-title {
  font-size: 3.8888888889vw;
}
@media (min-width: 1920px) {
  .hero-title {
    font-size: 74.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 8.3441981747vw;
  }
}
.hero-title {
  position: relative;
  margin-bottom: 1.5rem;
  font-family: "Cinzel", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 50%, rgb(255, 255, 255) 100%);
  background-size: 200% 100%;
  text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3), 0 0 30px rgba(255, 255, 255, 0.2);
  animation: gradientShift 8s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media not screen and (min-width: 768px) {
  .hero-title {
    margin-bottom: 1rem;
    background: none;
    -webkit-text-fill-color: var(--color-white);
  }
}

.hero-subtitle {
  font-size: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .hero-subtitle {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 4.6936114733vw;
  }
}
.hero-subtitle {
  margin-bottom: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  opacity: 0.95;
}
@media not screen and (min-width: 768px) {
  .hero-subtitle {
    margin-bottom: 2rem;
  }
}

.hero-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .hero-badge {
    gap: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero-badge {
    gap: 1.5645371578vw;
  }
}
.hero-badge {
  background: rgba(255, 255, 255, 0.25);
  padding-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .hero-badge {
    padding-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero-badge {
    padding-top: 4.1720990874vw;
  }
}
.hero-badge {
  padding-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .hero-badge {
    padding-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero-badge {
    padding-bottom: 4.1720990874vw;
  }
}
.hero-badge {
  padding-left: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .hero-badge {
    padding-left: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero-badge {
    padding-left: 6.258148631vw;
  }
}
.hero-badge {
  padding-right: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .hero-badge {
    padding-right: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero-badge {
    padding-right: 6.258148631vw;
  }
}
.hero-badge {
  border-radius: 50px;
  backdrop-filter: blur(15px);
  margin-top: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .hero-badge {
    margin-top: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .hero-badge {
    margin-top: 6.258148631vw;
  }
}
.hero-badge {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.hero-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.is_pc .hero-badge:hover, .is_sp .hero-badge.touch {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(-3px) scale(1.02);
}
.is_pc .hero-badge:hover::before, .is_sp .hero-badge.touch::before {
  left: 100%;
}
.hero-badge span {
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .hero-badge span {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .hero-badge span {
    font-size: 3.6505867014vw;
  }
}
.hero-badge span {
  position: relative;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
}

section {
  padding-top: 6.9444444444vw;
}
@media (min-width: 1920px) {
  section {
    padding-top: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 15.6453715776vw;
  }
}
section {
  padding-bottom: 6.9444444444vw;
}
@media (min-width: 1920px) {
  section {
    padding-bottom: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  section {
    padding-bottom: 15.6453715776vw;
  }
}
section {
  position: relative;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
@media not screen and (min-width: 768px) {
  section {
    padding-right: 16px;
    padding-left: 16px;
  }
}
section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.9444444444vw;
}
@media (min-width: 1920px) {
  section::before {
    width: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  section::before {
    width: 15.6453715776vw;
  }
}
section::before {
  height: 6.9444444444vw;
}
@media (min-width: 1920px) {
  section::before {
    height: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  section::before {
    height: 15.6453715776vw;
  }
}
section::before {
  border-radius: 0 0 100% 0;
  background: radial-gradient(circle, rgba(210, 202, 155, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.8s ease;
}
section.is-visible::before {
  opacity: 1;
}

.section-title {
  font-size: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .section-title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 7.3011734029vw;
  }
}
.section-title {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 4rem;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-black);
  text-shadow: 0 2px 10px rgba(210, 202, 155, 0.2);
}
.section-title::before {
  content: "";
  position: absolute;
  top: -1.3888888889vw;
}
@media (min-width: 1920px) {
  .section-title::before {
    top: -26.6666666667px;
  }
}
@media (max-width: 767px) {
  .section-title::before {
    top: -4.1720990874vw;
  }
}
.section-title::before {
  left: 50%;
  transform: translateX(-50%);
  width: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .section-title::before {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .section-title::before {
    width: 10.4302477184vw;
  }
}
.section-title::before {
  height: 0.2777777778vw;
}
@media (min-width: 1920px) {
  .section-title::before {
    height: 5.3333333333px;
  }
}
@media (max-width: 767px) {
  .section-title::before {
    height: 0.7822685789vw;
  }
}
.section-title::before {
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--color-main), transparent);
  opacity: 0;
  transition: opacity 0.6s ease, width 0.6s ease;
}
.section-title.is-visible::before {
  opacity: 1;
  width: 6.9444444444vw;
}
@media (min-width: 1920px) {
  .section-title.is-visible::before {
    width: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  .section-title.is-visible::before {
    width: 15.6453715776vw;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 6.9444444444vw;
}
@media (min-width: 1920px) {
  .section-title::after {
    width: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  .section-title::after {
    width: 15.6453715776vw;
  }
}
.section-title::after {
  height: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .section-title::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .section-title::after {
    height: 0.5215123859vw;
  }
}
.section-title::after {
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-main), var(--color-sub), var(--color-main));
  background-size: 200% 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: gradientShift 3s ease infinite;
}
.section-title.is-visible::after {
  transform: translateX(-50%) scaleX(1);
}
@media not screen and (min-width: 768px) {
  .section-title {
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
}

.section-subtitle {
  font-size: 2.5vw;
}
@media (min-width: 1920px) {
  .section-subtitle {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 6.258148631vw;
  }
}
.section-subtitle {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-black);
}
.section-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5.5555555556vw;
}
@media (min-width: 1920px) {
  .section-subtitle::after {
    width: 106.6666666667px;
  }
}
@media (max-width: 767px) {
  .section-subtitle::after {
    width: 15.6453715776vw;
  }
}
.section-subtitle::after {
  height: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .section-subtitle::after {
    height: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .section-subtitle::after {
    height: 0.5215123859vw;
  }
}
.section-subtitle::after {
  border-radius: 1px;
  background: var(--color-main);
}
@media not screen and (min-width: 768px) {
  .section-subtitle {
    margin-bottom: 2rem;
  }
}

.kimono-section {
  position: relative;
  background: var(--color-white);
}
.kimono-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}
.kimono-section-alt {
  background: linear-gradient(180deg, var(--color-white) 0%, rgba(255, 248, 241, 0.5) 100%);
}

.kimono-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.4444444444vw;
}
@media (min-width: 1920px) {
  .kimono-content {
    gap: 85.3333333333px;
  }
}
@media (max-width: 767px) {
  .kimono-content {
    gap: 10.4302477184vw;
  }
}
.kimono-content {
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .kimono-content {
    grid-template-columns: 1fr;
  }
}
.kimono-content-reverse {
  direction: rtl;
}
.kimono-content-reverse > * {
  direction: ltr;
}
@media not screen and (min-width: 768px) {
  .kimono-content-reverse {
    direction: ltr;
  }
}

.kimono-image,
.kids-image,
.staff-image {
  position: relative;
  overflow: hidden;
  border-radius: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .kimono-image,
  .kids-image,
  .staff-image {
    border-radius: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .kimono-image,
  .kids-image,
  .staff-image {
    border-radius: 3.1290743155vw;
  }
}
.kimono-image,
.kids-image,
.staff-image {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(210, 202, 155, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.kimono-image::before,
.kids-image::before,
.staff-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(210, 202, 155, 0.15) 0%, rgba(150, 13, 75, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.kimono-image::after,
.kids-image::after,
.staff-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  transition: width 0.6s ease, height 0.6s ease;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.is_pc .kimono-image:hover, .is_sp .kimono-image.touch,
.is_pc .kids-image:hover,
.is_sp .kids-image.touch,
.is_pc .staff-image:hover,
.is_sp .staff-image.touch {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(210, 202, 155, 0.2), inset 0 0 50px rgba(210, 202, 155, 0.1);
  transform: translateY(-8px) scale(1.02);
}
.is_pc .kimono-image:hover::before, .is_sp .kimono-image.touch::before,
.is_pc .kids-image:hover::before,
.is_sp .kids-image.touch::before,
.is_pc .staff-image:hover::before,
.is_sp .staff-image.touch::before {
  opacity: 1;
}
.is_pc .kimono-image:hover::after, .is_sp .kimono-image.touch::after,
.is_pc .kids-image:hover::after,
.is_sp .kids-image.touch::after,
.is_pc .staff-image:hover::after,
.is_sp .staff-image.touch::after {
  width: 300px;
  height: 300px;
}
.is_pc .kimono-image:hover img, .is_sp .kimono-image.touch img,
.is_pc .kids-image:hover img,
.is_sp .kids-image.touch img,
.is_pc .staff-image:hover img,
.is_sp .staff-image.touch img {
  filter: brightness(1.1);
  transform: scale(1.08);
}
.kimono-image img,
.kids-image img,
.staff-image img {
  width: 100%;
  height: auto;
  border-radius: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .kimono-image img,
  .kids-image img,
  .staff-image img {
    border-radius: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .kimono-image img,
  .kids-image img,
  .staff-image img {
    border-radius: 3.1290743155vw;
  }
}
.kimono-image img,
.kids-image img,
.staff-image img {
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.6s ease;
}

.kimono-text {
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .kimono-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kimono-text {
    font-size: 4.1720990874vw;
  }
}
.kimono-text {
  position: relative;
  font-weight: 400;
  line-height: 2;
  color: var(--color-text);
}
.kimono-text p {
  margin-bottom: 1.9444444444vw;
}
@media (min-width: 1920px) {
  .kimono-text p {
    margin-bottom: 37.3333333333px;
  }
}
@media (max-width: 767px) {
  .kimono-text p {
    margin-bottom: 6.258148631vw;
  }
}
.kimono-text p {
  position: relative;
  padding-left: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .kimono-text p {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .kimono-text p {
    padding-left: 4.1720990874vw;
  }
}
.kimono-text p:last-child {
  margin-bottom: 0;
}

.kimono-details {
  background: linear-gradient(180deg, var(--color-white) 0%, rgba(255, 248, 241, 0.3) 100%);
  padding-top: 5.5555555556vw;
}
@media (min-width: 1920px) {
  .kimono-details {
    padding-top: 106.6666666667px;
  }
}
@media (max-width: 767px) {
  .kimono-details {
    padding-top: 13.037809648vw;
  }
}
.kimono-details {
  padding-bottom: 5.5555555556vw;
}
@media (min-width: 1920px) {
  .kimono-details {
    padding-bottom: 106.6666666667px;
  }
}
@media (max-width: 767px) {
  .kimono-details {
    padding-bottom: 13.037809648vw;
  }
}
.kimono-details {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
@media not screen and (min-width: 768px) {
  .kimono-details {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.kimono-details::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}

.details-title {
  font-size: 2.5vw;
}
@media (min-width: 1920px) {
  .details-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .details-title {
    font-size: 6.258148631vw;
  }
}
.details-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-black);
}
.details-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .details-title::after {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .details-title::after {
    width: 10.4302477184vw;
  }
}
.details-title::after {
  height: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .details-title::after {
    height: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .details-title::after {
    height: 0.5215123859vw;
  }
}
.details-title::after {
  border-radius: 1px;
  background: var(--color-main);
}
@media not screen and (min-width: 768px) {
  .details-title {
    margin-bottom: 2rem;
  }
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .details-grid {
    gap: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .details-grid {
    gap: 6.258148631vw;
  }
}
.details-grid {
  margin-bottom: 4.4444444444vw;
}
@media (min-width: 1920px) {
  .details-grid {
    margin-bottom: 85.3333333333px;
  }
}
@media (max-width: 767px) {
  .details-grid {
    margin-bottom: 10.4302477184vw;
  }
}
@media not screen and (min-width: 768px) {
  .details-grid {
    grid-template-columns: 1fr;
  }
}

.detail-item-visual {
  position: relative;
  width: 100%;
  margin-bottom: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .detail-item-visual {
    margin-bottom: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .detail-item-visual {
    margin-bottom: 2.6075619296vw;
  }
}
.detail-item-visual .detail-number {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
}
.detail-item-visual .detail-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .detail-item-visual .detail-image {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .detail-item-visual .detail-image {
    border-radius: 2.6075619296vw;
  }
}
.detail-item-visual .detail-image {
  min-height: 9.7222222222vw;
}
@media (min-width: 1920px) {
  .detail-item-visual .detail-image {
    min-height: 186.6666666667px;
  }
}
@media (max-width: 767px) {
  .detail-item-visual .detail-image {
    min-height: 31.2907431551vw;
  }
}
.detail-item-visual .detail-image {
  background: rgba(210, 202, 155, 0.1);
}
.detail-item-visual .detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .detail-item-visual .detail-image img {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .detail-item-visual .detail-image img {
    border-radius: 2.6075619296vw;
  }
}
.detail-item-visual .detail-image img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}
.detail-item:hover .detail-item-visual .detail-number {
  transform: translate(-50%, -50%) scale(1.15) rotate(5deg);
}
.detail-item:hover .detail-item-visual .detail-image img {
  filter: brightness(1.05);
  transform: scale(1.05);
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .detail-item {
    gap: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .detail-item {
    gap: 2.6075619296vw;
  }
}
.detail-item {
  align-items: flex-start;
  background: var(--color-white);
  padding-top: 1.9444444444vw;
}
@media (min-width: 1920px) {
  .detail-item {
    padding-top: 37.3333333333px;
  }
}
@media (max-width: 767px) {
  .detail-item {
    padding-top: 4.6936114733vw;
  }
}
.detail-item {
  padding-bottom: 1.25vw;
}
@media (min-width: 1920px) {
  .detail-item {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .detail-item {
    padding-bottom: 4.6936114733vw;
  }
}
.detail-item {
  padding-left: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .detail-item {
    padding-left: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .detail-item {
    padding-left: 2.6075619296vw;
  }
}
.detail-item {
  padding-right: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .detail-item {
    padding-right: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .detail-item {
    padding-right: 2.6075619296vw;
  }
}
.detail-item {
  border-radius: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .detail-item {
    border-radius: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .detail-item {
    border-radius: 3.1290743155vw;
  }
}
.detail-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 202, 155, 0.1);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 248, 241, 0.5) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.detail-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--color-main), var(--color-sub));
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleY(0);
  transform-origin: bottom;
}
.detail-item::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(210, 202, 155, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.is_pc .detail-item:hover, .is_sp .detail-item.touch {
  border-color: rgba(210, 202, 155, 0.3);
  background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 248, 241, 0.7) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 1px rgba(210, 202, 155, 0.2);
  transform: translateY(-8px) scale(1.02);
}
.is_pc .detail-item:hover::before, .is_sp .detail-item.touch::before {
  transform: scaleY(1);
}
.is_pc .detail-item:hover::after, .is_sp .detail-item.touch::after {
  opacity: 1;
}
.is_pc .detail-item:hover .detail-number, .is_sp .detail-item.touch .detail-number {
  box-shadow: 0 8px 20px rgba(210, 202, 155, 0.4);
  transform: scale(1.15) rotate(5deg);
}
.detail-item p {
  line-height: 1.9;
  color: var(--color-text);
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .detail-item p {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .detail-item p {
    font-size: 3.9113428944vw;
  }
}
.detail-item p {
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  margin: 0;
}

.detail-number {
  flex-shrink: 0;
  width: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .detail-number {
    width: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .detail-number {
    width: 7.8226857888vw;
  }
}
.detail-number {
  height: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .detail-number {
    height: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .detail-number {
    height: 7.8226857888vw;
  }
}
.detail-number {
  border-radius: 50%;
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-main), var(--color-sub));
  background-size: 200% 200%;
  font-size: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .detail-number {
    font-size: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .detail-number {
    font-size: 6.7796610169vw;
  }
}
.detail-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(210, 202, 155, 0.35), inset 0 2px 4px rgba(255, 255, 255, 0.25);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: gradientShift 3s ease infinite;
}
.detail-number::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-main), var(--color-sub));
  opacity: 0;
  filter: blur(16px);
  transition: opacity 0.4s ease;
  inset: -6px;
}
.detail-number::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35) 0%, transparent 50%);
  pointer-events: none;
  inset: 3px;
}
.is_pc .detail-number:hover, .is_sp .detail-number.touch {
  box-shadow: 0 10px 28px rgba(210, 202, 155, 0.5), inset 0 2px 4px rgba(255, 255, 255, 0.3);
  transform: scale(1.15) rotate(5deg);
}
.is_pc .detail-number:hover::before, .is_sp .detail-number.touch::before {
  opacity: 0.6;
}

.pricing-section {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 248, 241, 0.3) 0%, var(--color-white) 50%, rgba(255, 248, 241, 0.3) 100%);
}
.pricing-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}

.pricing-title {
  font-size: 2.5vw;
}
@media (min-width: 1920px) {
  .pricing-title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .pricing-title {
    font-size: 6.258148631vw;
  }
}
.pricing-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1em;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-black);
}
.pricing-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .pricing-title::after {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .pricing-title::after {
    width: 10.4302477184vw;
  }
}
.pricing-title::after {
  height: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .pricing-title::after {
    height: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-title::after {
    height: 0.5215123859vw;
  }
}
.pricing-title::after {
  border-radius: 1px;
  background: var(--color-main);
}
@media not screen and (min-width: 768px) {
  .pricing-title {
    margin-bottom: 2rem;
  }
}

.pricing-description {
  text-align: center;
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .pricing-description {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing-description {
    font-size: 3.3898305085vw;
  }
}
.pricing-description {
  margin-bottom: 3em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .pricing-grid {
    gap: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .pricing-grid {
    gap: 8.3441981747vw;
  }
}
.pricing-grid {
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .pricing-grid {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .pricing-grid {
    margin-bottom: 8.3441981747vw;
  }
}
@media not screen and (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  background: var(--color-white);
  border-radius: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .pricing-card {
    border-radius: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .pricing-card {
    border-radius: 3.1290743155vw;
  }
}
.pricing-card {
  position: relative;
  border: 1px solid rgba(210, 202, 155, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 248, 241, 0.5) 100%);
}
.is_pc .pricing-card:hover, .is_sp .pricing-card.touch {
  border-color: rgba(210, 202, 155, 0.3);
  background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 248, 241, 0.7) 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 1px rgba(210, 202, 155, 0.2);
}
.is_pc .pricing-card:hover .pricing-image img, .is_sp .pricing-card.touch .pricing-image img {
  transform: scale(1.08);
}
.pricing-card-featured {
  border: 2px solid rgba(210, 202, 155, 0.3);
  box-shadow: 0 12px 32px rgba(210, 202, 155, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.is_pc .pricing-card-featured:hover, .is_sp .pricing-card-featured.touch {
  box-shadow: 0 24px 60px rgba(210, 202, 155, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 2px rgba(210, 202, 155, 0.4);
}
.pricing-card-featured .pricing-badge {
  animation: pulse 2s ease-in-out infinite;
}

.pricing-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-main), var(--color-sub));
  padding-top: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .pricing-badge {
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-badge {
    padding-top: 1.5645371578vw;
  }
}
.pricing-badge {
  padding-bottom: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .pricing-badge {
    padding-bottom: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-badge {
    padding-bottom: 1.5645371578vw;
  }
}
.pricing-badge {
  padding-left: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .pricing-badge {
    padding-left: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-badge {
    padding-left: 4.1720990874vw;
  }
}
.pricing-badge {
  padding-right: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .pricing-badge {
    padding-right: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-badge {
    padding-right: 4.1720990874vw;
  }
}
.pricing-badge {
  border-radius: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .pricing-badge {
    border-radius: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-badge {
    border-radius: 4.1720990874vw;
  }
}
.pricing-badge {
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  .pricing-badge {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-badge {
    font-size: 3.1290743155vw;
  }
}
.pricing-badge {
  z-index: 2;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(210, 202, 155, 0.4);
}

.pricing-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
}
@media not screen and (min-width: 768px) {
  .pricing-image {
    border-radius: 12px 12px 0 0;
  }
}
.pricing-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(210, 202, 155, 0.1) 0%, rgba(150, 13, 75, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.pricing-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.pricing-card:hover .pricing-image::before {
  opacity: 1;
}

.pricing-content {
  padding-top: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .pricing-content {
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-content {
    padding-top: 6.258148631vw;
  }
}
.pricing-content {
  padding-bottom: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .pricing-content {
    padding-bottom: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-content {
    padding-bottom: 6.258148631vw;
  }
}
.pricing-content {
  padding-left: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .pricing-content {
    padding-left: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-content {
    padding-left: 6.258148631vw;
  }
}
.pricing-content {
  padding-right: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .pricing-content {
    padding-right: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-content {
    padding-right: 6.258148631vw;
  }
}
.pricing-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.pricing-name {
  font-size: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .pricing-name {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pricing-name {
    font-size: 5.2151238592vw;
  }
}
.pricing-name {
  margin-bottom: 1rem;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color-black);
}

.pricing-price {
  text-align: center;
  margin-bottom: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .pricing-price {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .pricing-price {
    margin-bottom: 3.1290743155vw;
  }
}
.pricing-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .pricing-price {
    gap: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-price {
    gap: 1.5645371578vw;
  }
}

.pricing-notice span {
  font-size: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .pricing-notice span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pricing-notice span {
    font-size: 3.1290743155vw;
  }
}

.price-amount {
  font-size: 2.5vw;
}
@media (min-width: 1920px) {
  .price-amount {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .price-amount {
    font-size: 7.3011734029vw;
  }
}
.price-amount {
  font-family: "Cinzel", serif;
  font-weight: 700;
  line-height: 1;
  color: var(--color-main);
}

.price-period {
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .price-period {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .price-period {
    font-size: 3.6505867014vw;
  }
}
.price-period {
  font-weight: 400;
  color: var(--color-text);
}

.pricing-features {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .pricing-features {
    margin-bottom: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .pricing-features {
    margin-bottom: 6.258148631vw;
  }
}
.pricing-features {
  flex: 1;
}
.pricing-features li {
  padding-top: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .pricing-features li {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .pricing-features li {
    padding-top: 2.6075619296vw;
  }
}
.pricing-features li {
  padding-bottom: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .pricing-features li {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .pricing-features li {
    padding-bottom: 2.6075619296vw;
  }
}
.pricing-features li {
  padding-left: 1.9444444444vw;
}
@media (min-width: 1920px) {
  .pricing-features li {
    padding-left: 37.3333333333px;
  }
}
@media (max-width: 767px) {
  .pricing-features li {
    padding-left: 6.258148631vw;
  }
}
.pricing-features li {
  position: relative;
  color: var(--color-text);
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .pricing-features li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pricing-features li {
    font-size: 3.6505867014vw;
  }
}
.pricing-features li {
  line-height: 1.6;
}
.pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: var(--color-main);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .pricing-features li::before {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .pricing-features li::before {
    font-size: 4.1720990874vw;
  }
}
.pricing-features li:not(:last-child) {
  border-bottom: 1px solid rgba(210, 202, 155, 0.1);
}

.pricing-button {
  margin-top: auto;
  text-align: center;
}

.kids-section {
  position: relative;
  background: var(--color-white);
}
.kids-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}

.kids-content {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .kids-content {
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .kids-content {
    gap: 8.3441981747vw;
  }
}
.kids-content {
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .kids-content {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .kids-content {
    margin-bottom: 8.3441981747vw;
  }
}

.flow-item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .flow-item {
    gap: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .flow-item {
    gap: 6.258148631vw;
  }
}
.flow-item {
  align-items: start;
}
@media not screen and (min-width: 768px) {
  .flow-item {
    grid-template-columns: 1fr;
  }
}

.kids-section .kids-image img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes cta-ripple-animation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
@keyframes cta-button-click {
  0% {
    transform: translateY(-6px) scale(1.02);
  }
  50% {
    transform: translateY(-2px) scale(0.96);
  }
  100% {
    transform: translateY(-6px) scale(1.02);
  }
}
@keyframes cta-button-active {
  0% {
    box-shadow: 0 8px 24px rgba(210, 202, 155, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(0.98);
  }
  50% {
    box-shadow: 0 12px 32px rgba(210, 202, 155, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 30px rgba(210, 202, 155, 0.3);
    transform: translateY(-1px) scale(0.99);
  }
  100% {
    box-shadow: 0 8px 24px rgba(210, 202, 155, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(0.98);
  }
}
.staff-section {
  position: relative;
  background: linear-gradient(135deg, var(--color-white) 0%, rgba(255, 248, 241, 0.5) 50%, var(--color-white) 100%);
}
.staff-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}

.staff-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.4444444444vw;
}
@media (min-width: 1920px) {
  .staff-content {
    gap: 85.3333333333px;
  }
}
@media (max-width: 767px) {
  .staff-content {
    gap: 10.4302477184vw;
  }
}
.staff-content {
  align-items: center;
  margin-bottom: 4.4444444444vw;
}
@media (min-width: 1920px) {
  .staff-content {
    margin-bottom: 85.3333333333px;
  }
}
@media (max-width: 767px) {
  .staff-content {
    margin-bottom: 10.4302477184vw;
  }
}
@media not screen and (min-width: 768px) {
  .staff-content {
    grid-template-columns: 1fr;
  }
}

.staff-text {
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .staff-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .staff-text {
    font-size: 4.1720990874vw;
  }
}
.staff-text {
  position: relative;
  font-weight: 400;
  line-height: 2;
  color: var(--color-text);
}
.staff-text p {
  margin-bottom: 1.5rem;
  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(0);
}
.staff-text p:nth-child(1) {
  transition-delay: 0.1s;
}
.staff-text p:nth-child(2) {
  transition-delay: 0.2s;
}
.staff-text p:nth-child(3) {
  transition-delay: 0.3s;
}
.staff-text p:last-child {
  margin-bottom: 0;
}

html.js-enabled .staff-text:not(.is-visible) p {
  opacity: 0;
  transform: translateY(20px);
}

html.js-enabled .staff-text.is-visible p {
  opacity: 1;
  transform: translateY(0);
}

.cta-button,
.cta-buttons {
  text-align: center;
  margin-top: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .cta-button,
  .cta-buttons {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .cta-button,
  .cta-buttons {
    margin-top: 8.3441981747vw;
  }
}

.cta-buttons {
  display: flex;
  gap: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .cta-buttons {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .cta-buttons {
    gap: 4.1720990874vw;
  }
}
.cta-buttons {
  flex-wrap: wrap;
  justify-content: center;
}
@media not screen and (min-width: 768px) {
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.btn {
  display: inline-block;
  padding-top: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .btn {
    padding-top: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding-top: 4.1720990874vw;
  }
}
.btn {
  padding-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .btn {
    padding-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding-bottom: 4.1720990874vw;
  }
}
.btn {
  padding-left: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .btn {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding-left: 8.3441981747vw;
  }
}
.btn {
  padding-right: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .btn {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding-right: 8.3441981747vw;
  }
}
.btn {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .btn {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 4.1720990874vw;
  }
}
.btn {
  position: relative;
  overflow: hidden;
  font-family: "Cinzel", serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}
.btn .ripple {
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: cta-ripple-animation 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0);
  pointer-events: none;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.6s ease, height 0.6s ease;
  transform: translate(-50%, -50%);
}
.btn.is-clicking {
  animation: cta-button-click 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.is_pc .btn:hover, .is_sp .btn.touch {
  box-shadow: 0 12px 32px rgba(210, 202, 155, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-6px) scale(1.02);
}
.is_pc .btn:hover::before, .is_sp .btn.touch::before {
  width: 300px;
  height: 300px;
}
.btn:active {
  animation: cta-button-active 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-3px) scale(0.98);
}
@media not screen and (min-width: 768px) {
  .btn {
    width: 100%;
    max-width: 20.8333333333vw;
  }
  @media (min-width: 1920px) {
    .btn {
      max-width: 400px;
    }
  }
  @media (max-width: 767px) {
    .btn {
      max-width: 54.7588005215vw;
    }
  }
}
.btn-primary {
  color: var(--color-white);
  background: var(--color-main);
  background-size: 200% 200%;
  box-shadow: 0 8px 24px rgba(210, 202, 155, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: gradientShift 3s ease infinite;
}
.is_pc .btn-primary:hover, .is_sp .btn-primary.touch {
  background-position: 100% 50%;
  box-shadow: 0 16px 40px rgba(210, 202, 155, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 40px rgba(210, 202, 155, 0.4);
  transform: translateY(-6px) scale(1.03);
}
.btn-primary.is-clicking {
  box-shadow: 0 4px 16px rgba(210, 202, 155, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 20px rgba(210, 202, 155, 0.4);
  animation: cta-button-click 0.4s cubic-bezier(0.4, 0, 0.2, 1), gradientShift 3s ease infinite;
}
.btn-secondary {
  color: var(--color-white);
  background: var(--color-sub);
  background-size: 200% 200%;
  box-shadow: 0 8px 24px rgba(150, 13, 75, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: gradientShift 3s ease infinite;
}
.is_pc .btn-secondary:hover, .is_sp .btn-secondary.touch {
  background-position: 100% 50%;
  box-shadow: 0 16px 40px rgba(150, 13, 75, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 40px rgba(150, 13, 75, 0.4);
  transform: translateY(-6px) scale(1.03);
}
.btn-secondary.is-clicking {
  box-shadow: 0 4px 16px rgba(150, 13, 75, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 20px rgba(150, 13, 75, 0.4);
  animation: cta-button-click 0.4s cubic-bezier(0.4, 0, 0.2, 1), gradientShift 3s ease infinite;
}

.contact-section {
  position: relative;
  background: linear-gradient(180deg, var(--color-white) 0%, rgba(255, 248, 241, 0.5) 100%);
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .contact-grid {
    gap: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-grid {
    gap: 8.3441981747vw;
  }
}
@media not screen and (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-card {
  background: var(--color-white);
  padding-top: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .contact-card {
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  .contact-card {
    padding-top: 8.3441981747vw;
  }
}
.contact-card {
  padding-bottom: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .contact-card {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .contact-card {
    padding-bottom: 8.3441981747vw;
  }
}
.contact-card {
  padding-left: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .contact-card {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .contact-card {
    padding-left: 6.258148631vw;
  }
}
.contact-card {
  padding-right: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .contact-card {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .contact-card {
    padding-right: 6.258148631vw;
  }
}
.contact-card {
  border-radius: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .contact-card {
    border-radius: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-card {
    border-radius: 3.1290743155vw;
  }
}
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(210, 202, 155, 0.1);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 248, 241, 0.6) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-main), var(--color-sub), var(--color-main));
  background-size: 200% 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: gradientShift 3s ease infinite;
  transform: scaleX(0);
  transform-origin: left;
}
.contact-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.is_pc .contact-card:hover, .is_sp .contact-card.touch {
  border-color: rgba(210, 202, 155, 0.3);
  background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(255, 248, 241, 0.8) 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 1px rgba(210, 202, 155, 0.2);
  transform: translateY(-8px) scale(1.01);
}
.is_pc .contact-card:hover::before, .is_sp .contact-card.touch::before {
  transform: scaleX(1);
}
.is_pc .contact-card:hover::after, .is_sp .contact-card.touch::after {
  opacity: 1;
}

.contact-title {
  font-size: 1.5277777778vw;
}
@media (min-width: 1920px) {
  .contact-title {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-title {
    font-size: 4.6936114733vw;
  }
}
.contact-title {
  margin-bottom: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .contact-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .contact-title {
    margin-bottom: 5.2151238592vw;
  }
}
.contact-title {
  position: relative;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: var(--color-black);
  padding-bottom: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .contact-title {
    padding-bottom: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-title {
    padding-bottom: 3.1290743155vw;
  }
}
.contact-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.7777777778vw;
}
@media (min-width: 1920px) {
  .contact-title::after {
    width: 53.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-title::after {
    width: 7.8226857888vw;
  }
}
.contact-title::after {
  height: 0.1388888889vw;
}
@media (min-width: 1920px) {
  .contact-title::after {
    height: 2.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact-title::after {
    height: 0.5215123859vw;
  }
}
.contact-title::after {
  border-radius: 1px;
  background: var(--color-main);
}

.contact-address {
  color: var(--color-text);
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .contact-address {
    margin-bottom: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact-address {
    margin-bottom: 4.1720990874vw;
  }
}
.contact-address {
  line-height: 1.8;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .contact-address {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-address {
    font-size: 3.9113428944vw;
  }
}

.contact-email {
  color: var(--color-main);
  margin-bottom: 1.9444444444vw;
}
@media (min-width: 1920px) {
  .contact-email {
    margin-bottom: 37.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-email {
    margin-bottom: 6.258148631vw;
  }
}
.contact-email {
  font-weight: 500;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .contact-email {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-email {
    font-size: 3.9113428944vw;
  }
}
.contact-email {
  transition: color 0.3s ease;
}
.is_pc .contact-email:hover, .is_sp .contact-email.touch {
  color: var(--color-sub);
}

.contact-access {
  line-height: 1.9;
  color: var(--color-text);
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .contact-access {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact-access {
    font-size: 3.6505867014vw;
  }
}
.contact-access p {
  margin-bottom: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .contact-access p {
    margin-bottom: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .contact-access p {
    margin-bottom: 3.1290743155vw;
  }
}
.contact-access p {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media (min-width: 1920px) {
  .contact-access p {
    padding-left: 26.6666666667px;
  }
}
@media (max-width: 767px) {
  .contact-access p {
    padding-left: 4.1720990874vw;
  }
}
.contact-access p::before {
  content: "→";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: var(--color-main);
}
.contact-access p:last-child {
  margin-bottom: 0;
}
.contact-access strong {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: var(--color-black);
}

.container {
  max-width: 83.3333333333vw;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 93.8722294654vw;
  }
}
.container {
  width: 100%;
  padding: 0 1.3888888889vw;
  margin: 0 auto;
}
@media not screen and (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInChar {
  from {
    opacity: 0;
    transform: translateY(10px) rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade-in-up {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}

.kimono-section,
.kimono-details,
.kids-section,
.staff-section,
.contact-section,
.pricing-section {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}

html.js-enabled .fade-in-up:not(.is-visible) {
  opacity: 0;
  transform: translateY(60px);
}

html.js-enabled .fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.kimono-section:not(.fade-in-up),
.kimono-details:not(.fade-in-up),
.kids-section:not(.fade-in-up),
.staff-section:not(.fade-in-up),
.contact-section:not(.fade-in-up),
.pricing-section:not(.fade-in-up) {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.detail-item,
.contact-card {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0) scale(1);
}

html.js-enabled .detail-item:not(.is-visible),
html.js-enabled .contact-card:not(.is-visible) {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
}

html.js-enabled .detail-item.is-visible,
html.js-enabled .contact-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.kimono-image,
.kids-image,
.staff-image {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}

html.js-enabled .kimono-image:not(.is-visible),
html.js-enabled .kids-image:not(.is-visible),
html.js-enabled .staff-image:not(.is-visible) {
  opacity: 0;
  transform: scale(0.9);
}

html.js-enabled .kimono-image.is-visible,
html.js-enabled .kids-image.is-visible,
html.js-enabled .staff-image.is-visible {
  opacity: 1;
  transform: scale(1);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 3px;
  background: linear-gradient(90deg, var(--color-main), var(--color-sub), var(--color-main));
  background-size: 200% 100%;
  box-shadow: 0 2px 10px rgba(210, 202, 155, 0.5);
  transition: width 0.1s ease;
  animation: gradientShift 3s ease infinite;
}

@media (min-width: 768px) {
  .custom-cursor {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    position: fixed;
    z-index: 9999;
    border: 2px solid var(--color-main);
    border-radius: 50%;
    mix-blend-mode: difference;
    transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .custom-cursor {
    width: 26.6666666667px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .custom-cursor {
    width: 0vw;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .custom-cursor {
    height: 26.6666666667px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .custom-cursor {
    height: 0vw;
  }
}
@media (min-width: 768px) {
  .custom-cursor.cursor-hover {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-color: var(--color-sub);
    background: rgba(210, 202, 155, 0.1);
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .custom-cursor.cursor-hover {
    width: 53.3333333333px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .custom-cursor.cursor-hover {
    width: 0vw;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  .custom-cursor.cursor-hover {
    height: 53.3333333333px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .custom-cursor.cursor-hover {
    height: 0vw;
  }
}
.hero-title span {
  display: inline-block;
  opacity: 0;
  animation: fadeInChar 0.5s ease forwards;
  transform: translateY(20px) rotateX(90deg);
}

.section-title,
.details-title,
.contact-title {
  background: linear-gradient(135deg, var(--color-black) 0%, var(--color-text) 50%, var(--color-black) 100%);
  background-size: 200% 100%;
  animation: gradientShift 5s ease infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title.is-visible,
.details-title.is-visible,
.contact-title.is-visible {
  animation: gradientShift 5s ease infinite;
}

img {
  opacity: 1;
  transition: opacity 0.6s ease;
}
img[data-src] {
  opacity: 0;
}
img[data-src].loaded {
  opacity: 1;
}

.detail-item,
.contact-card,
.pricing-card {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
  transform-style: preserve-3d;
}
.is_pc .detail-item:hover, .is_sp .detail-item.touch,
.is_pc .contact-card:hover,
.is_sp .contact-card.touch,
.is_pc .pricing-card:hover,
.is_sp .pricing-card.touch {
  transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateY(-8px);
}

.hero-badge {
  position: relative;
  overflow: hidden;
}
.hero-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 3s infinite;
}

.detail-number {
  position: relative;
}
.detail-number::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-main), var(--color-sub));
  opacity: 0;
  inset: -4px;
  z-index: -1;
}
.hero {
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  will-change: transform;
}

.details-grid .detail-item:nth-child(1) {
  transition-delay: 0s;
}
.details-grid .detail-item:nth-child(2) {
  transition-delay: 0.1s;
}
.details-grid .detail-item:nth-child(3) {
  transition-delay: 0.2s;
}
.details-grid .detail-item:nth-child(4) {
  transition-delay: 0.3s;
}

.pricing-grid .pricing-card {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0) scale(1);
}
.pricing-grid .pricing-card:nth-child(1) {
  transition-delay: 0s;
}
.pricing-grid .pricing-card:nth-child(2) {
  transition-delay: 0.15s;
}
.pricing-grid .pricing-card:nth-child(3) {
  transition-delay: 0.3s;
}

.contact-grid .contact-card:nth-child(1) {
  transition-delay: 0s;
}
.contact-grid .contact-card:nth-child(2) {
  transition-delay: 0.15s;
}
.contact-grid .contact-card:nth-child(3) {
  transition-delay: 0.3s;
}

section {
  position: relative;
}
section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-main), var(--color-sub), var(--color-main));
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}
section.is-visible::after {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.kimono-image,
.kids-image,
.staff-image,
.detail-item,
.contact-card,
.pricing-card,
.pricing-image {
  will-change: transform;
}

.hero::before {
  animation: float 20s ease-in-out infinite, particleMove 25s linear infinite;
}

@keyframes particleMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, -20px);
  }
  50% {
    transform: translate(-20px, 20px);
  }
  75% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.section-title,
.details-title {
  position: relative;
}
.section-title::before,
.details-title::before {
  opacity: 0.5;
  filter: blur(8px);
}

.contact-card .contact-title {
  transition: color 0.3s ease;
}
.is_pc .contact-card:hover .contact-title, .is_sp .contact-card.touch .contact-title {
  color: var(--color-main);
}
.is_pc .contact-card:hover .contact-email, .is_sp .contact-card.touch .contact-email {
  transform: translateX(5px);
}

section {
  position: relative;
}
section:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.5), transparent);
  transition: width 1s ease;
  transform: translateX(-50%);
}
section.is-visible:not(:last-child)::after {
  width: 60%;
}

.btn {
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--color-main), var(--color-sub));
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.3s ease;
  inset: -2px;
}
.is_pc .btn:hover::after, .is_sp .btn.touch::after {
  opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.access__section {
  position: relative;
  overflow: hidden;
  color: var(--color-white);
  padding-top: 6.9444444444vw;
}
@media (min-width: 1920px) {
  .access__section {
    padding-top: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__section {
    padding-top: 15.6453715776vw;
  }
}
.access__section {
  padding-bottom: 6.9444444444vw;
}
@media (min-width: 1920px) {
  .access__section {
    padding-bottom: 133.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__section {
    padding-bottom: 15.6453715776vw;
  }
}
.access__section {
  background: color-mix(in srgb, var(--color-black) 85%, transparent);
}
.access__section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 20% 30%, rgba(210, 202, 155, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(150, 13, 75, 0.08) 0%, transparent 50%);
  opacity: 0.6;
  pointer-events: none;
}
.access__section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}

.access__content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4.4444444444vw;
}
@media (min-width: 1920px) {
  .access__content {
    gap: 85.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__content {
    gap: 10.4302477184vw;
  }
}
.access__content {
  position: relative;
  z-index: 1;
  align-items: start;
}
@media not screen and (min-width: 768px) {
  .access__content {
    grid-template-columns: 1fr;
  }
}

.access__info {
  display: flex;
  flex-direction: column;
  gap: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .access__info {
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .access__info {
    gap: 8.3441981747vw;
  }
}

.access__title {
  font-size: 2.5vw;
}
@media (min-width: 1920px) {
  .access__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .access__title {
    font-size: 7.3011734029vw;
  }
}
.access__title {
  position: relative;
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: var(--color-white);
  padding-bottom: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .access__title {
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .access__title {
    padding-bottom: 5.2151238592vw;
  }
}
.access__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .access__title::after {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .access__title::after {
    width: 10.4302477184vw;
  }
}
.access__title::after {
  height: 0.2083333333vw;
}
@media (min-width: 1920px) {
  .access__title::after {
    height: 4px;
  }
}
@media (max-width: 767px) {
  .access__title::after {
    height: 0.5215123859vw;
  }
}
.access__title::after {
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-main), var(--color-sub), var(--color-main));
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
}

.access__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .access__details {
    gap: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__details {
    gap: 6.258148631vw;
  }
}
@media not screen and (min-width: 768px) {
  .access__details {
    grid-template-columns: 1fr;
  }
}

.access__detail-item {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .access__detail-item {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .access__detail-item {
    gap: 2.6075619296vw;
  }
}
.access__detail-item {
  position: relative;
  padding: 0;
}
.access__detail-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--color-main), var(--color-sub));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.is_pc .access__detail-item:hover::before, .is_sp .access__detail-item.touch::before {
  opacity: 1;
}
.is_pc .access__detail-item:hover .access__detail-label, .is_sp .access__detail-item.touch .access__detail-label {
  color: var(--color-main);
  transform: translateX(4px);
}

.access__detail-label {
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .access__detail-label {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__detail-label {
    font-size: 3.6505867014vw;
  }
}
.access__detail-label {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  padding-left: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .access__detail-label {
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__detail-label {
    padding-left: 3.1290743155vw;
  }
}

.access__detail-text {
  font-size: 1.0416666667vw;
}
@media (min-width: 1920px) {
  .access__detail-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .access__detail-text {
    font-size: 3.6505867014vw;
  }
}
.access__detail-text {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .access__detail-text {
    padding-left: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__detail-text {
    padding-left: 3.1290743155vw;
  }
}
.access__detail-text {
  transition: color 0.3s ease;
}
.access__detail-text strong {
  display: block;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 0.5555555556vw;
}
@media (min-width: 1920px) {
  .access__detail-text strong {
    margin-bottom: 10.6666666667px;
  }
}
@media (max-width: 767px) {
  .access__detail-text strong {
    margin-bottom: 1.5645371578vw;
  }
}

.access__email {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-main);
  transition: all 0.3s ease;
}
.is_pc .access__email:hover, .is_sp .access__email.touch {
  text-decoration: underline;
  color: var(--color-sub);
  transform: translateX(4px);
}

.access__map {
  position: relative;
  border-radius: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .access__map {
    border-radius: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .access__map {
    border-radius: 3.1290743155vw;
  }
}
.access__map {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(210, 202, 155, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.access__map::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(210, 202, 155, 0.1) 0%, rgba(150, 13, 75, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.is_pc .access__map:hover, .is_sp .access__map.touch {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(210, 202, 155, 0.3), inset 0 0 50px rgba(210, 202, 155, 0.05);
  transform: translateY(-8px);
}
.is_pc .access__map:hover::before, .is_sp .access__map.touch::before {
  opacity: 1;
}

.map__outer {
  position: relative;
  width: 100%;
  height: 34.7222222222vw;
}
@media (min-width: 1920px) {
  .map__outer {
    height: 666.6666666667px;
  }
}
@media (max-width: 767px) {
  .map__outer {
    height: 78.2268578879vw;
  }
}
.map__outer {
  overflow: hidden;
  border-radius: inherit;
}
.map__outer iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(20%) brightness(0.9);
  transition: filter 0.4s ease;
}
.access__map:hover .map__outer iframe {
  filter: grayscale(0%) brightness(1);
}

.gallery-section {
  position: relative;
  background: var(--color-white);
}
.gallery-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 202, 155, 0.3), transparent);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .gallery-grid {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    gap: 4.1720990874vw;
  }
}
.gallery-grid {
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 1920px) {
  .gallery-grid {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .gallery-grid {
    margin-bottom: 8.3441981747vw;
  }
}
@media not screen and (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .gallery-item {
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-item {
    border-radius: 2.0860495437vw;
  }
}
.gallery-item {
  background: rgba(210, 202, 155, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0) scale(1);
  cursor: pointer;
  aspect-ratio: 4/3;
  touch-action: manipulation;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
.gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(210, 202, 155, 0.2) 0%, rgba(150, 13, 75, 0.2) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.gallery-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
  transition: width 0.6s ease, height 0.6s ease;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  transform: scale(1);
  object-fit: cover;
}
.gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.gallery-item .gallery-overlay .gallery-icon {
  font-size: 2.2222222222vw;
}
@media (min-width: 1920px) {
  .gallery-item .gallery-overlay .gallery-icon {
    font-size: 42.6666666667px;
  }
}
@media (max-width: 767px) {
  .gallery-item .gallery-overlay .gallery-icon {
    font-size: 6.258148631vw;
  }
}
.gallery-item .gallery-overlay .gallery-icon {
  color: var(--color-white);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.8);
}
.is_pc .gallery-item:hover, .is_sp .gallery-item.touch {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(210, 202, 155, 0.2);
  transform: translateY(-8px) scale(1.02);
}
.is_pc .gallery-item:hover::before, .is_sp .gallery-item.touch::before {
  opacity: 1;
}
.is_pc .gallery-item:hover::after, .is_sp .gallery-item.touch::after {
  width: 300px;
  height: 300px;
}
.is_pc .gallery-item:hover img, .is_sp .gallery-item.touch img {
  filter: brightness(1.1);
  transform: scale(1.1);
}
.is_pc .gallery-item:hover .gallery-overlay, .is_sp .gallery-item.touch .gallery-overlay {
  opacity: 1;
}
.is_pc .gallery-item:hover .gallery-overlay .gallery-icon, .is_sp .gallery-item.touch .gallery-overlay .gallery-icon {
  transform: scale(1);
}
.gallery-item:active {
  transform: translateY(-4px) scale(0.98);
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  isolation: isolate;
}
.gallery-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.gallery-modal.is-open .gallery-modal-content {
  opacity: 1;
  transform: scale(1);
}
.gallery-modal.is-open .gallery-modal-overlay {
  opacity: 1;
}

.gallery-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  backdrop-filter: blur(10px);
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.gallery-modal-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  min-height: 60vh;
  max-height: 90vh;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  transform: scale(0.9);
}
@media not screen and (min-width: 768px) {
  .gallery-modal-content {
    width: 95%;
    height: 95vh;
    min-height: 50vh;
    max-height: 95vh;
  }
}

.gallery-modal-image-wrapper {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  border-radius: 1.1111111111vw;
}
@media (min-width: 1920px) {
  .gallery-modal-image-wrapper {
    border-radius: 21.3333333333px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-image-wrapper {
    border-radius: 3.1290743155vw;
  }
}
.gallery-modal-image-wrapper {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(210, 202, 155, 0.2);
}

.gallery-modal-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.95);
  object-fit: contain;
  object-position: center;
}
.gallery-modal-image.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.gallery-modal-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(210, 202, 155, 0.3);
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
  animation: gallery-loader-spin 0.8s linear infinite;
  transform: translate(-50%, -50%);
  border-top-color: var(--color-main);
}
.gallery-modal-image.is-loaded ~ .gallery-modal-loader {
  opacity: 0;
  pointer-events: none;
}

@keyframes gallery-loader-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.gallery-modal-close,
.gallery-modal-prev,
.gallery-modal-next {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(210, 202, 155, 0.3);
  border-radius: 50%;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  width: 3.4722222222vw;
}
@media (min-width: 1920px) {
  .gallery-modal-close,
  .gallery-modal-prev,
  .gallery-modal-next {
    width: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-close,
  .gallery-modal-prev,
  .gallery-modal-next {
    width: 10.4302477184vw;
  }
}
.gallery-modal-close,
.gallery-modal-prev,
.gallery-modal-next {
  height: 3.4722222222vw;
}
@media (min-width: 1920px) {
  .gallery-modal-close,
  .gallery-modal-prev,
  .gallery-modal-next {
    height: 66.6666666667px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-close,
  .gallery-modal-prev,
  .gallery-modal-next {
    height: 10.4302477184vw;
  }
}
.gallery-modal-close,
.gallery-modal-prev,
.gallery-modal-next {
  font-size: 1.9444444444vw;
}
@media (min-width: 1920px) {
  .gallery-modal-close,
  .gallery-modal-prev,
  .gallery-modal-next {
    font-size: 37.3333333333px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-close,
  .gallery-modal-prev,
  .gallery-modal-next {
    font-size: 6.258148631vw;
  }
}
.gallery-modal-close,
.gallery-modal-prev,
.gallery-modal-next {
  font-weight: 300;
  line-height: 1;
  user-select: none;
}
.is_pc .gallery-modal-close:hover, .is_sp .gallery-modal-close.touch,
.is_pc .gallery-modal-prev:hover,
.is_sp .gallery-modal-prev.touch,
.is_pc .gallery-modal-next:hover,
.is_sp .gallery-modal-next.touch {
  border-color: var(--color-main);
  background: rgba(210, 202, 155, 0.3);
  box-shadow: 0 4px 20px rgba(210, 202, 155, 0.4);
  transform: scale(1.1);
}
.gallery-modal-close:active,
.gallery-modal-prev:active,
.gallery-modal-next:active {
  transform: scale(0.95);
}
.gallery-modal-close span,
.gallery-modal-prev span,
.gallery-modal-next span {
  display: block;
  line-height: 1;
}

.gallery-modal-close {
  top: 20px;
  right: 20px;
  font-size: 2.5vw;
}
@media (min-width: 1920px) {
  .gallery-modal-close {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-close {
    font-size: 7.3011734029vw;
  }
}
@media not screen and (min-width: 768px) {
  .gallery-modal-close {
    top: 10px;
    right: 10px;
  }
}

.gallery-modal-prev,
.gallery-modal-next {
  top: 50%;
  transform: translateY(-50%);
  width: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .gallery-modal-prev,
  .gallery-modal-next {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-prev,
  .gallery-modal-next {
    width: 13.037809648vw;
  }
}
.gallery-modal-prev,
.gallery-modal-next {
  height: 4.1666666667vw;
}
@media (min-width: 1920px) {
  .gallery-modal-prev,
  .gallery-modal-next {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-prev,
  .gallery-modal-next {
    height: 13.037809648vw;
  }
}
@media not screen and (min-width: 768px) {
  .gallery-modal-prev,
  .gallery-modal-next {
    width: 3.4722222222vw;
  }
  @media (min-width: 1920px) {
    .gallery-modal-prev,
    .gallery-modal-next {
      width: 66.6666666667px;
    }
  }
  @media (max-width: 767px) {
    .gallery-modal-prev,
    .gallery-modal-next {
      width: 10.4302477184vw;
    }
  }
  .gallery-modal-prev,
  .gallery-modal-next {
    height: 3.4722222222vw;
  }
  @media (min-width: 1920px) {
    .gallery-modal-prev,
    .gallery-modal-next {
      height: 66.6666666667px;
    }
  }
  @media (max-width: 767px) {
    .gallery-modal-prev,
    .gallery-modal-next {
      height: 10.4302477184vw;
    }
  }
}
.is_pc .gallery-modal-prev:hover, .is_sp .gallery-modal-prev.touch,
.is_pc .gallery-modal-next:hover,
.is_sp .gallery-modal-next.touch {
  transform: translateY(-50%) scale(1.1);
}
.gallery-modal-prev:active,
.gallery-modal-next:active {
  transform: translateY(-50%) scale(0.95);
}

.gallery-modal-prev {
  left: 20px;
}
@media not screen and (min-width: 768px) {
  .gallery-modal-prev {
    left: 10px;
  }
}

.gallery-modal-next {
  right: 20px;
}
@media not screen and (min-width: 768px) {
  .gallery-modal-next {
    right: 10px;
  }
}

.gallery-modal-counter {
  margin-top: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .gallery-modal-counter {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-counter {
    margin-top: 4.1720990874vw;
  }
}
.gallery-modal-counter {
  color: var(--color-white);
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  .gallery-modal-counter {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-counter {
    font-size: 4.1720990874vw;
  }
}
.gallery-modal-counter {
  font-weight: 500;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding-top: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .gallery-modal-counter {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-counter {
    padding-top: 2.6075619296vw;
  }
}
.gallery-modal-counter {
  padding-bottom: 0.8333333333vw;
}
@media (min-width: 1920px) {
  .gallery-modal-counter {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-counter {
    padding-bottom: 2.6075619296vw;
  }
}
.gallery-modal-counter {
  padding-left: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .gallery-modal-counter {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-counter {
    padding-left: 5.2151238592vw;
  }
}
.gallery-modal-counter {
  padding-right: 1.6666666667vw;
}
@media (min-width: 1920px) {
  .gallery-modal-counter {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-counter {
    padding-right: 5.2151238592vw;
  }
}
.gallery-modal-counter {
  border-radius: 2.0833333333vw;
}
@media (min-width: 1920px) {
  .gallery-modal-counter {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .gallery-modal-counter {
    border-radius: 6.518904824vw;
  }
}
.gallery-modal-counter {
  border: 1px solid rgba(210, 202, 155, 0.3);
  font-family: "Cinzel", serif;
  letter-spacing: 0.05em;
}
.gallery-modal-counter .gallery-modal-current {
  font-weight: 700;
  color: var(--color-main);
}

.gallery-item {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0) scale(1);
}

html.js-enabled .gallery-item:not(.is-visible) {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
}

html.js-enabled .gallery-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gallery-grid .gallery-item:nth-child(1) {
  transition-delay: 0s;
}
.gallery-grid .gallery-item:nth-child(2) {
  transition-delay: 0.1s;
}
.gallery-grid .gallery-item:nth-child(3) {
  transition-delay: 0.2s;
}
.gallery-grid .gallery-item:nth-child(4) {
  transition-delay: 0.3s;
}
.gallery-grid .gallery-item:nth-child(5) {
  transition-delay: 0.4s;
}
.gallery-grid .gallery-item:nth-child(6) {
  transition-delay: 0.5s;
}