@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");

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

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

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

a {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

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

picture {
  display: block;
  max-width: 100%;
}

:root {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-Liver: #672422;
  --color-raisin-black: #232020;
  --color-satin-sheen-gold: #C3A63C;
  --color-root-beer: #200000;
  --color-silver-foil: #B0B0B0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-white);
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.2;
}

body.of-hidden {
  overflow: hidden;
}

body h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.35s ease;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@keyframes slideDiagonal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, -450px 100%);
    opacity: 0;
  }

  100% {
    opacity: 1;
    clip-path: polygon(calc(100% + 450px) 0, 0 0, 0 100%, 100% calc(100% + 450px));
  }
}

.animation {
  opacity: 0;
  transition: all 0.5s ease;
}

.animation .debut__circle-image::before {
  height: 0;
}

.animation.animate {
  opacity: 1;
}

.animation.animate .debut__circle-image::before {
  height: 2.44vw;
}

@media (max-width: 767px) {
  .animation.animate .debut__circle-image::before {
    height: 6.306vw;
  }
}

.fade-in {
  transform: translateY(150px);
  opacity: 0;
  transition: opacity 1s, transform 1s ease-in-out;
}

.fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

.geo__descwrap.fade-in {
  transform: translateY(90px);
  opacity: 0;
  transition: opacity 1s, transform 1s ease-in-out;
}

.geo__descwrap.fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

.mv__content.fade-in {
  transform: translateY(75px);
  transition: opacity 0.5s, transform 0.5s ease-in-out;
}

.mv__content.fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

.dia-animation {
  transition: all 0.3s ease-in;
  opacity: 0;
  z-index: 10;
}

.dia-animation.animate {
  opacity: 1;
  animation: slideDiagonal 1.7s linear forwards;

}

.debut__image.sc.dia-animation {
  transition: all 0.3s ease-in;
  opacity: 0;
  z-index: 20 !important;
}

.debut__image.sc.dia-animation.animate {
  opacity: 0;
  animation: slideDiagonal 1.7s linear forwards;
  animation-delay: 0.5s;
}

.debut__image.trd.dia-animation {
  transition: all 0.3s ease-in;
  ;
  opacity: 0;
  z-index: 30 !important;
}

.debut__image.trd.dia-animation.animate {
  opacity: 0;
  animation: slideDiagonal 1.7s linear forwards;
  animation-delay: 1.1s;
  /* animation-delay: 1.2s; */
}

.debut__date.dia-animation {
  transition: all 0.3s ease-in;
  ;
  opacity: 0;
  z-index: 40 !important;
}

.debut__date.dia-animation.animate {
  opacity: 1;
  animation: slideDiagonal 1.7s linear forwards;
  animation-delay: 2.0s;
  transition-delay: 2.0s;

}


@media (max-width:767px) {

  .dia-animation.animate {
    animation: slideDiagonal 1s linear forwards;
  }

  .debut__image.sc.dia-animation.animate {
    animation: slideDiagonal 1s linear forwards;
    animation-delay: 0.5s;
  }

  .debut__image.trd.dia-animation.animate {
    animation: slideDiagonal 1s linear forwards;
    animation-delay: 1s;
  }

  .debut__date.dia-animation.animate {
    animation: slideDiagonal 1s linear forwards;
    animation-delay: 1.25s;
    transition-delay: 1.25s;

  }
}

.debut__circle {
  opacity: 1;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0vw 0 0 15.625vw;
}

@media (max-width: 1499px) {
  .header__wrapper {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .header__wrapper {
    align-items: flex-end;
    padding: 0 0 0 4.583vw;
  }
}

.header__logo {
  line-height: 0;
  position: relative;
  z-index: 1008;
  width: 21.094vw;
  height: auto;
  z-index: 2;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .header__logo {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 58.611vw;
    height: 10.694vw;
    z-index: unset;
  }
}

.header__left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 49px;
}

.header__subtxt {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.64px;
  position: relative;
  padding-left: 20px;
}

.header__subtxt:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-yellow);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.header__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.677vw;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .header__content {
    gap: 0.972vw;
  }
}

.header__content.hide {
  opacity: 0;
  visibility: hidden;
}

.header__title {
  font-size: 18px;
  line-height: 24px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 911px) {
  .header__title {
    font-size: 12px;
    line-height: 18px;
  }
}

.header__title span {
  font-size: 12px;
}

@media (max-width: 911px) {
  .header__title span {
    font-size: 10px;
  }
}

.header__title.blc {
  color: #000;
}

@media (max-width: 767px) {
  .header__title {
    font-size: 3.194vw;
    line-height: 4.306vw;
  }

  .header__title span {
    font-size: 1.944vw;
  }
}

.header__menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.833vw;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 1001;
  width: 5.208vw;
  height: 5.208vw;
  background-color: #0A3B8E;
}

@media (max-width: 991px) {
  .header__menu-toggle {
    width: 5.208vw;
    height: 5.208vw;
  }
}

@media (max-width: 767px) {
  .header__menu-toggle {
    width: 15.139vw;
    height: 15.556vw;
    gap: 2.222vw;
  }
}

.header__menu-toggle span {
  display: block;
  height: 0.105vw;
  background: var(--color-white);
  transition: 0.3s;
  width: 3.126vw;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .header__menu-toggle span {
    width: 8.333vw;
    height: 0.139vw;
  }
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(1) {
  transform: rotate(45deg) translate(0.521vw, 0.521vw);
  background: #fff;
}

@media (max-width: 767px) {
  .header__menu-toggle.header__menu-toggle--active span:nth-child(1) {
    transform: rotate(45deg) translate(1.389vw, 1.389vw);
  }
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(2) {
  opacity: 0;
}

.header__menu-toggle.header__menu-toggle--active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.781vw, -0.781vw);
  background: #fff;
}

@media (max-width: 767px) {
  .header__menu-toggle.header__menu-toggle--active span:nth-child(3) {
    transform: rotate(-45deg) translate(2.083vw, -2.083vw);
  }
}

/* Full screen overlay */
.header .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: right;
  /* Important: animate from top down */
  transition: transform 0.5s ease, opacity 0.4s ease;
  z-index: 1000;
  background-color: #C1D9F1;
  padding-top: 135px;
  overflow-y: auto;
}

@media (max-width: 1499px) {
  .header .menu-overlay {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .header .menu-overlay {
    width: 100vw;
    padding-top: 18.819vw;
    padding-bottom: 8.333vw;
  }
}

.header .menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.header .menu-overlay ul li {
  margin: 20px 0;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/* Active state */
.header .menu-overlay.menu-overlay--active {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
}

.header .menu__container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.604vw 0;
  gap: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 1499px) {
  .header .menu__container {
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .header .menu__container {
    padding-inline: 6.944vw 0;
    gap: 5vw;
  }
}

.header .menu__row {
  width: 100%;
}

.header .menu__list-item {
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.573vw;
}

.header .menu__list-item:last-of-type {
  padding-bottom: 0;
}

.header .menu__list-item.btm {
  padding-bottom: 1.328vw;
}

@media (max-width: 1499px) {
  .header .menu__list-item {
    padding-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .header .menu__list-item {
    padding-bottom: 5vw;
    gap: 2.5vw;
  }

  .header .menu__list-item.btm {
    padding-bottom: 5vw;
  }
}

.header .menu__list-item .menu__ttl {
  color: #517FBB;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0.2em;
  text-decoration: none;
  display: block;
}

@media (max-width: 1499px) {
  .header .menu__list-item .menu__ttl {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .header .menu__list-item .menu__ttl {
    font-size: 4.306vw;
    line-height: 5.556vw;
  }
}

.header .menu__list-item .menu__ttl.black {
  color: #000;
}

.header .menu__list-item .menu__ttl.ls {
  letter-spacing: 0.1em;
}

.header .menu__list-item .menu__ttl.icn {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header .menu__list-item .menu__ttl.icn::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 11L1.50009 11L1.49999 2L4.5 2V3L2.50001 3L2.50008 10H9.5V8H10.5V11Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.50008 2H10.5001V6H9.50008V3.70711L6.50008 6.70711L5.79297 6L8.79297 3H6.50008V2Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 1.042vw;
  height: 1.042vw;
}

@media (max-width: 767px) {
  .header .menu__list-item .menu__ttl.icn::after {
    width: 2.083vw;
    height: 2.083vw;
  }
}

.header .menu__list-item .menu__ttl span {
  font-size: 0.729vw;
  line-height: 0.99vw;
}

.header .menu__list-item .menu__subttl {
  color: #517FBB;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.107em;
  display: block;
}

@media (max-width: 1499px) {
  .header .menu__list-item .menu__subttl {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .header .menu__list-item .menu__subttl {
    font-size: 2.5vw;
    line-height: 3.333vw;
    letter-spacing: 0.1em;
  }
}

.header .menu__list-item .menu__subttl.black {
  color: #000;
}

.header .menu__list-item .menu__status {
  color: #517FBB;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: block;
}

@media (max-width: 1499px) {
  .header .menu__list-item .menu__status {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .header .menu__list-item .menu__status {
    font-size: 2.5vw;
    line-height: 3.333vw;
  }
}

.menu__list-item--accordion {
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.menu__list-item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 164px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .menu__list-item-content {
    margin-bottom: 0;
  }
}

.menu__list-item--accordion .menu__accordian-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  text-align: start;
}

/* When active */
.menu__list-item--accordion.active .menu__accordian-content {
  max-height: 500px;
  /* adjust based on content */
}

/* Toggle plus/minus visibility */
.menu__list-item--accordion .accordian-minus {
  display: none;
}

.menu__list-item--accordion.active .accordian-minus {
  display: inline;
  cursor: pointer;
}

.menu__list-item--accordion .accordian-plus {
  display: inline;
  cursor: pointer;
}

.menu__list-item--accordion.active .accordian-plus {
  display: none;
}

.menu__accordian-content .menu__accordian-txt {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.56px;
  text-decoration: none;
  margin-bottom: 24px;
  padding-left: 16px;
}

.menu__accordian-content .menu__accordian-txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-yellow);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(2)::before {
  background-color: var(--color-green);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(3)::before {
  background-color: var(--color-purple);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(4)::before {
  background-color: var(--color-purple2);
}

.menu__accordian-content a.menu__accordian-txt:nth-child(5)::before {
  background-color: var(--color-brown);
}

.menu__accordian-content .menu__accordian-txt:after {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon-downarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 4px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sharelink__buttons {
  display: flex;
  max-width: 303px;
  width: 100%;
  margin-top: 33px;
}

@media (max-width: 1499px) {
  .sharelink__buttons {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .sharelink__buttons {
    max-width: 68.889vw;
    margin-top: 7.639vw;
  }
}

.sharelink__button {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 94px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.2px;
  text-decoration: none;
  background-color: #0A3B8E;
  color: #fff;
  padding-block: 12px;
  box-shadow: 2.5px 2.5px #517FBB;
  width: 100%;
  transition: all 0.52s ease;
}

.sharelink__button::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.25) 50%,
      rgba(255, 255, 255, 0) 60%);
  transform: translateX(-100%) translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.sharelink__button:hover::before {
  transform: translateX(100%) translateY(100%);
  opacity: 1;
  transition: transform 1s ease, opacity 1s ease;
}

.sharelink__button:hover {
  opacity: 0.9;
}

.sharelink__button.animate::before {
  animation: shine 1.8s ease forwards;
}


.sharelink__button img {
  width: 41px;
  height: 13px;
}

@media (max-width: 1499px) {
  .sharelink__button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .sharelink__button {
    gap: 21.111vw;
    font-size: 4.444vw;
    line-height: 5.972vw;
    letter-spacing: 0.2px;
    box-shadow: 2.5px 2.5px #517FBB;
    padding-block: 2.778vw;
  }

  .sharelink__button img {
    width: 9.583vw;
    height: 4.167vw;
  }
}

/* .sharelink__button:hover {
  opacity: 0.5;
} */

.sharelink__button:hover::after {
  background-image: url("../img/common/icon-downarrow-hover.svg");
}

.sharelink__button.white:hover {
  background-color: var(--color-white);
  color: #fff;
}

.sharelink__button.white::after {
  background-image: url("../img/common/icon-downarrow-hover.svg");
}

.sharelink__button.white:hover:after {
  background-image: url("../img/common/icon-downarrow.svg");
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%);
    opacity: 0;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    transform: translateX(100%) translateY(100%);
    opacity: 0;
  }
}

.social-media__icon {
  display: flex;
  width: 2.24vw;
  height: 2.24vw;
  margin-inline: auto;
  margin-top: 2.135vw;
}

.social-media__icon.nav {
  width: 41px;
  height: 41px;
  margin-top: 23px;
  margin-inline: 0 auto;
}

@media (max-width: 1499px) {
  .social-media__icon.nav {
    width: 35px;
    height: 35px;
    margin-top: 23px;
  }
}

@media (max-width: 767px) {
  .social-media__icon.nav {
    width: 8.194vw;
    height: 8.194vw;
    margin-top: unset;
  }
}

@media (max-width: 767px) {
  .button__iconwrap {
    display: flex;
    gap: 9.028vw;
    align-items: self-end;
    justify-content: flex-start;
  }
}

.menu__container {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.menu-overlay.menu-overlay--active .menu__container {
  opacity: 1;
  transform: translateX(0);
}

.header__wrapper:has(.menu-overlay--active) {
  padding: 0 0 0 15.625vw !important;
}

@media (max-width: 767px) {
  /* .header__wrapper:has(.menu-overlay--active) {
    padding: 0 0 0 4.583vw !important;
  } */
}

.menu__list-item .header__content {
  gap: 0.3vw;
}

.menu__list-item .header__content .header__logo {
  width: 21.094vw;
}

@media (max-width: 1199px) {
  .menu__list-item .header__content .header__logo {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .menu__list-item .header__content .header__logo {
    width: 58.611vw;
  }
}

.menu__list-item .header__content .header__title {
  font-size: 16px;
}

@media (max-width: 767px) {
  .menu__list-item .header__content .header__title {
    font-size: 18px;
  }
}

.footer {
  background-color: #fff;
  padding: 0 0 3.75vw 0;
}

@media (max-width: 767px) {
  .footer {
    padding: 0 0 5.556vw 0;
  }
}

.footer .container {
  max-width: 960px;
  /* padding-inline: 110px 15px; */
}

.footer__desc {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  font-family: "yu-mincho-pr6n", sans-serif;
  padding-top: 81px;
}

@media (max-width: 767px) {
  .footer__desc {
    font-size: 2.083vw;
    line-height: 3.693vw;
    padding-top: 11.389vw;
    padding-inline: 20px;
  }
}

.footer__logo {
  width: 218px;
  display: block;
  margin-inline: auto;
  margin-top: 3.854vw;
}

@media (max-width: 767px) {
  .footer__logo {
    width: 46.319vw;
    margin-top: 10.833vw;
  }
}

.footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  gap: 38px;
  margin-top: 63px;
}

@media (max-width: 767px) {
  .footer__menu {
    gap: 5.278vw;
    margin-top: 10.972vw;
  }
}

.footer__link {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #000;
  border-bottom: 1px solid #707070;
  padding-bottom: 2px;
  padding-inline: 10px;
}

.footer__link:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer__link {
    font-size: 2.083vw;
    line-height: 2.778vw;
    padding-bottom: 0.139vw;
    padding-inline: 0.389vw;
  }
}

.footer__copyright {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #000;
  text-align: center;
  margin-top: 26px;
}

@media (max-width: 767px) {
  .footer__copyright {
    font-size: 2.778vw;
    line-height: 6.528vw;
    margin-top: 3.333vw;
  }
}

.footer-top {
  background-color: #0D1F3F;
  padding-block: 40px 45px;
}

@media (max-width: 767px) {
  .footer-top {
    padding-block: 10.972vw 13.056vw;
  }
}

.footer-top__list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 26px;
  /* padding-inline: 5.167vw; */
}

@media (max-width: 767px) {
  .footer-top__list {
    gap: 4.583vw;
    margin-bottom: 4.444vw;
    padding-inline: 4.444vw;
  }
}

.footer-top__listwrp {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.footer-top__listwrp .footer-top__status {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #517FBB;
  font-family: "EB Garamond", serif;
}

@media (max-width: 767px) {
  .footer-top__listwrp .footer-top__status {
    font-size: 2.083vw;
    line-height: 2.778vw;
  }
}

.footer-top__item {
  display: flex;
  flex-direction: column;
  color: #517FBB;
}

.footer-top__item .footer-top__title {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 25px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}

@media (max-width: 767px) {
  .footer-top__item .footer-top__title {
    font-size: 3.472vw;
    line-height: 4.444vw;
  }
}

.footer-top__item .footer-top__subtitle {
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 767px) {
  .footer-top__item .footer-top__subtitle {
    font-size: 2.083vw;
    line-height: 2.778vw;
  }
}

.footer-top__links {
  display: flex;
  gap: 3.469vw;
  flex-wrap: wrap;
  margin-bottom: 2.573vw;
  /* padding-inline: 5.167vw; */
}

@media (max-width: 767px) {
  .footer-top__links {
    flex-direction: column;
    gap: 4.444vw;
    margin-bottom: 6vw;
    padding-inline: 4.444vw;
  }
}

.footer-top__link {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "yu-mincho-pr6n", sans-serif;
}

.footer-top__link:hover {
  opacity: 0.8;
}

.footer-top__link-title {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #D6D6D6;
}

.footer-top__link-title.icn {
  display: flex;
  align-items: center;
  gap: 3px;
}

.footer-top__link-title.icn::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 11L1.50009 11L1.49999 2L4.5 2V3L2.50001 3L2.50008 10H9.5V8H10.5V11Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.50008 2H10.5001V6H9.50008V3.70711L6.50008 6.70711L5.79297 6L8.79297 3H6.50008V2Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .footer-top__link-title.icn::after {
    width: 2.083vw;
    height: 2.083vw;
  }
}

@media (max-width: 767px) {
  .footer-top__link-title {
    font-size: 3.472vw;
    line-height: 3.472vw;
  }
}

.footer-top__link-sub {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #D6D6D6;
}

@media (max-width: 767px) {
  .footer-top__link-sub {
    font-size: 2.083vw;
    line-height: 2.778vw;
  }
}

.footer-top__contact-title {
  font-size: 87px;
  line-height: 91px;
  color: #0A3B8E;
  /* letter-spacing: 0.05em; */
  font-weight: 500;
  font-family: "EB Garamond", serif;
}

@media (max-width: 767px) {
  .footer-top__contact-title {
    font-size: 16.667vw;
    line-height: 21.806vw;
  }

  .footer-top__contact {
    padding-inline: 15px;
  }
}

.footer-top__contact-label {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  text-align: left;
  letter-spacing: unset;
  font-family: "yu-mincho-pr6n", sans-serif;
  /* margin-top: -35px; */
}

@media (max-width: 767px) {
  .footer-top__contact-label {
    font-size: 2.778vw;
    line-height: 3.611vw;
    /* margin-top: -6.5vw; */
  }
}

.footer-top__contact-number {
  font-size: 55px;
  letter-spacing: 0.03em;
  line-height: 50px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: left;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .footer-top__contact-number {
    font-size: 45px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .footer-top__contact-number {
    font-size: 9.722vw;
    line-height: 10.556vw;
    padding-top: 3.75vw;
  }
}

.footer-top__contact-time {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: left;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .footer-top__contact-time {
    font-size: 2.778vw;
    line-height: 4.167vw;
    padding-top: 3.75vw;
  }
}

.footer-top .sharelink__buttons {
  max-width: 360px;
  height: 55px;
  margin-inline: 0 auto;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer-top .sharelink__buttons {
    max-width: 69.861vw;
    height: 12.222vw;
  }
}

.footer-top .sharelink__button {
  box-shadow: 3px 3px #517FBB;
}

@media (max-width: 767px) {
  .footer-top .sharelink__button {
    font-size: 4.167vw;
    line-height: 5.556vw;
  }
}

.footer-top .social-media__icon {
  display: flex;
  width: 30px;
  height: 30px;
  margin-inline: 0 auto;
  margin-top: 26px;
}

@media (max-width: 767px) {
  .footer-top .social-media__icon {
    width: 7.361vw;
    height: 7.361vw;
    margin-top: 5.694vw;
  }
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
}

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.container {
  max-width: 1110px;
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .container {
    max-width: 86.111vw;
    padding-inline: unset;
  }
}

.mv {
  background-color: #0d1f3f;
  position: relative;
  padding-bottom: 10.917vw;
}

.mv::after {
  content: "";
  position: absolute;
  width: 100vw;
  clip-path: polygon(100% 8%, 100% 65%, 0 90%, 0 33%);
  background-color: #091838;
  top: -13.177vw;
  z-index: 1;
  height: 27.604vw;
}

@media (max-width: 767px) {
  .mv::after {
    content: unset;
  }
}

.mv::before {
  content: "";
  position: absolute;
  width: 100vw;
  clip-path: polygon(100% 0%, 100% 55%, 0 100%, 0 40%);
  background-color: #517FBB;
  mix-blend-mode: multiply;
  bottom: -10.77%;
  z-index: 11;
  height: 24.604vw;
}

@media (max-width: 767px) {
  .mv::before {
    clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 52%);
    bottom: 28.6%;
    height: 61.25vw;
  }
}

.mv__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 66.146vw;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 6.458vw;
  margin-inline: auto;
  position: relative;
  overflow-x: clip;
}

@media (max-width: 767px) {
  .mv__wrapper {
    max-width: 100vw;
    padding-inline: 0;
    flex-direction: column-reverse;
    align-items: center;
    gap: 17.361vw;
  }
}

.mv__toptxt {
  width: 5.156vw;
  left: 20%;
  top: 15.11%;
  z-index: 11;
  padding-top: 7.813vw;
}

@media (max-width: 767px) {
  .mv__toptxt {
    position: absolute;
    width: 17.222vw;
    left: 11.806vw;
    top: 25.278vw;
  }
}

.mv__content {
  display: flex;
  flex-direction: column;
  gap: 1.927vw;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.mv__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.927vw;
}

@media (max-width: 767px) {
  .mv__content-wrap {
    gap: 0.781vw;
  }
}

.mv__access {
  display: flex;
  flex-direction: column;
  gap: 1.667vw;
  color: #fff;
}

@media (max-width: 767px) {
  .mv__access {
    gap: 6.944vw;
    padding-left: unset;
  }
}

.mv__access-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.625vw;
  position: relative;
  padding-left: 1.563vw;
}

@media (max-width: 767px) {
  .mv__access-item {
    padding-bottom: 1.806vw;
    padding-left: 5.556vw;
  }
}

.mv__access-item::after {
  content: "";
  position: absolute;
  width: 2.083vw;
  height: 0.156vw;
  background-color: #fff;
  bottom: -2px;
  left: 0;
}

@media (max-width: 767px) {
  .mv__access-item::after {
    width: 18.056vw;
    height: 0.417vw;
    bottom: -0.278vw;
  }
}

.mv__line {
  font-size: 0.99vw;
  font-weight: 500;
  line-height: 1.354vw;
  font-family: "yu-mincho-pr6n", sans-serif;
}

@media (max-width: 767px) {
  .mv__line {
    font-size: 3.472vw;
    line-height: 4.583vw;
  }
}

.mv__station {
  font-size: 1.667vw;
  font-weight: 500;
  line-height: 2.396vw;
  color: #C1D9F1;
  font-family: "yu-mincho-pr6n", sans-serif;
}

@media (max-width: 767px) {
  .mv__station {
    font-size: 5.556vw;
    line-height: 7.917vw;
  }
}

.mv__station .label {
  font-size: 1.458vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #fff;
}

@media (max-width: 767px) {
  .mv__station .label {
    font-size: 4.861vw;
  }
}

.mv__station .time {
  font-size: 3.385vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #C1D9F1;
}

@media (max-width: 767px) {
  .mv__station .time {
    font-size: 11.111vw;
  }
}

.mv__station .unit {
  font-size: 1.771vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #C1D9F1;
  font-family: "yu-mincho-pr6n", sans-serif;
}

@media (max-width: 767px) {
  .mv__station .unit {
    font-size: 5.972vw;
  }
}

.mv__station .points {
  font-size: 0.781vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
}

@media (max-width: 767px) {
  .mv__station .points {
    font-size: 2.778vw;
  }
}

.mv__route {
  font-size: 1.51vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 3.125vw;
  color: #C1D9F1;
}

@media (max-width: 767px) {
  .mv__route {
    font-size: 4.861vw;
    line-height: 6.528vw;
  }
}

.mv__route span {
  font-size: 2.344vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 3.125vw;
}

@media (max-width: 767px) {
  .mv__route span {
    font-size: 7.639vw;
  }
}

.mv__intro {
  font-size: 1.146vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 1.563vw;
}

@media (max-width: 767px) {
  .mv__intro {
    font-size: 3.889vw;
    line-height: 4.444vw;
  }
}

.mv__inquiries {
  font-size: 1.302vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 1.563vw;
  color: #fff;
  background-color: #926535;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.917vw;
  width: 3.854vw;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  position: fixed;
  top: 13.8%;
  right: 0;
  z-index: 70;
  transition: all 0.4s ease;
}

.mv__inquiries:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .mv__inquiries {
    right: 0;
    top: 30%;
    font-size: 3.472vw;
    line-height: 4.167vw;
    width: 10.556vw;
    height: 34.444vw;
  }
}

.mv__exterior {
  font-size: 0.938vw;
  font-weight: 500;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 1.25vw;
  color: #fff;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 2.69vw;
  right: 2vw;
  z-index: 15;
}

@media (max-width: 767px) {
  .mv__exterior {
    font-size: 2.5vw;
    line-height: 3.333vw;
    bottom: 37.4%;
    left: 4%;
    z-index: 55;
  }
}

.mv__image {
  position: relative;
  width: 36.458vw;
  height: auto;
}

@media (max-width: 767px) {
  .mv__image {
    width: 100vw;
    height: auto;
  }
}


.mv__text {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000080;
  border: 2px solid #000080;
  background: transparent;
  font-family: inherit;
  font-size: var(--catchphrase-size);
  padding: 4px 8px;
  display: inline-block;
}

@media (max-width:767px) {
  .mv__text {
    left: 15px;
    right: unset;
    top: unset;
    bottom: 50px;
  }
}

.debut {
  /* padding-bottom: 50px; */
  background-color: #0D1F3F;
  overflow-x: clip;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .debut {
    padding-bottom: 15vw;
  }
}

@media (max-width: 767px) {
  .debut .container {
    max-width: 100%;
  }
}

.debut__block {
  position: relative;
  z-index: 65;
}

.debut__circle {
  width: 13.35vw;
  height: 13.35vw;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  align-items: center;
  gap: 0.365vw;
  font-size: 1.302vw;
  line-height: 1.667vw;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  position: absolute;
  z-index: 16;
  bottom: -11vw;
  right: 0;
}

@media (max-width: 767px) {
  .debut__circle {
    width: 35vw;
    height: 35vw;
    font-size: 3.472vw;
    line-height: 4.444vw;
    bottom: 76vw;
    right: -5vw;
  }
}

.debut__circle-image {
  position: absolute;
  top: 59.11%;
  left: 36%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .debut__circle-image {
    top: 61.611%;
    left: 36%;
  }
}

.debut__circle-image img {
  width: 1.146vw;
  height: 1.146vw;
}

@media (max-width: 767px) {
  .debut__circle-image img {
    width: 2.917vw;
    height: 2.917vw;
  }
}

.debut__circle-image::before {
  content: "";
  display: block;
  width: 1px;
  height: 3.438vw;
  background-color: #fff;
  transition: all 0.5s ease-out;
  height: 0;
  overflow: hidden;
}

.debut__circle.down {
  left: -5.771vw;
  bottom: -24%;
  right: unset;
  top: unset;
}

@media (max-width: 991px) {
  .debut__circle.down {
    bottom: -29%;
  }
}

@media (max-width: 767px) {
  .debut__circle.down {
    left: -7.083vw;
    bottom: -24.99%;
  }
}

.debut__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .debut__row {
    flex-direction: column;
    align-items: center;
  }
}

.debut__image {
  max-width: 502px;
  width: 100%;
  height: auto;
  z-index: 10;
}

@media (max-width: 767px) {
  .debut__image {
    max-width: 90vw;
    margin-left: -9.889vw;
  }
}

.debut__image.sc {
  z-index: 14;
  margin-top: 137px;
  margin-left: -250px;
}

@media (max-width: 767px) {
  .debut__image.sc {
    margin-left: unset;
    margin-top: -40.194vw;
    margin-right: -9.889vw;
  }
}

.debut__image.trd {
  margin-top: 242px;
  margin-left: -174px;
  z-index: 16;
}

@media (max-width: 767px) {
  .debut__image.trd {
    margin-left: -9.889vw;
    margin-top: -30.278vw;
  }
}

.debut__imgtxt {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: end;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .debut__imgtxt {
    font-size: 2.5vw;
    line-height: 3.333vw;
    right: 10vw;
    bottom: 16vw;
  }
}

.debut__date {
  font-size: 7.5vw;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  line-height: 12.563vw;
  letter-spacing: 0.05em;
  color: #0A3B8E;
  margin-top: 0;
  position: relative;
  z-index: 14;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .debut__date {
    font-size: 25vw;
    line-height: 27.222vw;
    margin-top: -13vw;
  }
}

.geo {
  /* padding-bottom: 9.563vw; */
  background-color: #fff;
}

@media (max-width: 767px) {}

.geo__row {
  max-width: 1500px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-inline: 0 auto;
  margin-bottom: 97px;
}

@media (max-width: 767px) {
  .geo__row {
    flex-direction: column;
    max-width: 100vw;
    margin-bottom: 19.444vw;
  }
}

/* .geo__row:last-of-type {
  margin-bottom: unset;
} */

.geo__row:nth-child(even) {
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-inline: auto 0;
}

@media (max-width: 767px) {
  .geo__row:nth-child(even) {
    flex-direction: column;
  }
}

.geo__row:nth-child(even) .geo__image {
  margin-right: unset;
  margin-left: -169px;
}

@media (max-width: 767px) {
  .geo__row:nth-child(even) .geo__image {
    margin-right: unset;
  }
}

.geo__row:nth-child(even) .geo__image-txt {
  left: 80%;
  top: 8.5%;
}

@media (max-width: 767px) {
  .geo__row:nth-child(even) .geo__image-txt {
    font-size: 9.722vw;
    line-height: 12.639vw;
    left: 5.8%;
    top: 6.62%;
  }
}

.geo__row:nth-child(even) .geo__content {
  padding-inline: 30px 0;
}

@media (max-width: 767px) {
  .geo__row:nth-child(even) .geo__content {
    padding-inline: 16.389vw;
  }
}

.geo__image {
  max-width: 59.844vw;
  width: 100%;
  margin-right: -8.802vw;
  position: relative;
}

@media (max-width: 767px) {
  .geo__image {
    max-width: 100vw;
    margin-right: unset;
  }
}

.geo__image-txt {
  font-size: 3.646vw;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
  line-height: 4.74vw;
  position: absolute;
  left: 10%;
  top: 8.5%;
  z-index: 3;
  color: #0A3B8E;
  writing-mode: sideways-rl;
  text-orientation: upright;
}

@media (max-width: 767px) {
  .geo__image-txt {
    font-size: 9.722vw;
    line-height: 12.639vw;
    left: 5.8%;
    top: 6.62%;
  }
}

.geo__image-txt.wh {
  color: #fff;
}
@media (max-width: 767px) {
  .geo__image-txt.wh {
    color: #fff;
  }
}

.geo__image .image__photo {
  position: absolute;
  font-size: 0.938vw;
  line-height: 1.25vw;
  color: #000;
  right: 3%;
  bottom: 1.22%;
}

.geo__image .image__photo.white {
  color: #fff;
}

.geo__image .image__photo.lft {
  right: 30%;
}

@media (max-width: 767px) {
  .geo__image .image__photo {
    font-size: 2.5vw;
    line-height: 3.333vw;
    right: 3%;
    bottom: 7.53%;
  }

  .geo__image .image__photo.lft {
    right: 3%;
    bottom: 7.53%;
  }
}

.geo__content {
  flex: 1;
  z-index: 1;
  padding-inline: 0 30px;
}

@media (max-width: 767px) {
  .geo__content {
    padding-inline: 16.389vw;
  }
}

.geo__box {
  background-color: #fff;
  border: 1px solid #0A3B8E;
  border-radius: 2.76vw;
  width: 27.083vw;
  height: 5.521vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2.292vw;
  color: #0A3B8E;
  pointer-events: none;
}

.geo__box:hover {
  background-color: #06256e;
  color: #fff;
}

@media (max-width: 767px) {
  .geo__box {
    width: 72.222vw;
    height: 14.722vw;
    margin-top: -8vw;
    border-radius: 7.361vw;
    margin-inline: auto;
    padding-inline: 5.333vw;
    justify-content: space-between;
  }
}

.geo__box-ttl {
  font-size: 1.823vw;
  line-height: 1.563vw;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
}

@media (max-width: 767px) {
  .geo__box-ttl {
    font-size: 4.861vw;
    line-height: 4.167vw;
  }
}

.geo__box-txt {
  font-size: 1.042vw;
  line-height: 1.771vw;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
}

@media (max-width: 767px) {
  .geo__box-txt {
    font-size: 3.472vw;
    line-height: 4.722vw;
  }
}

.geo__title {
  font-size: 2.083vw;
  line-height: 3.177vw;
  color: #0A3B8E;
  letter-spacing: 0.03em;
  padding-top: 4.427vw;
}

@media (max-width: 767px) {
  .geo__title {
    font-size: 5.556vw;
    line-height: 8.542vw;
    padding-top: 7.361vw;
  }
}

.geo__desc {
  font-size: 1.198vw;
  line-height: 2.344vw;
  font-weight: 500;
  color: #0A3B8E;
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.03em;
  padding-top: 2.865vw;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}

@media (max-width: 767px) {
  .geo__desc {
    font-size: 3.472vw;
    line-height: 5.556vw;
    padding-top: 7.778vw;
  }
}

.coming-soon {
  padding-block: 6.406vw 7.031vw;
  background-color: #000;
}

@media (max-width: 767px) {
  .coming-soon {
    padding-block: 14.49vw 0;
    background-color: unset;
  }
}

.coming-soon__block {
  position: relative;
}

.coming-soon__title {
  font-size: 7.5vw;
  line-height: 5.729vw;
  color: #0A3B8E;
  margin-inline: auto;
  font-family: "EB Garamond", serif;
  margin-top: 0;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  z-index: 3;
  top: -24.6%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .coming-soon__title {
    font-size: 23.611vw;
    line-height: 27.347vw;
    margin-top: -22.25vw;
    top: -33%;
    left: 50%;
  }
}

.coming-soon__image {
  max-width: calc(50% + 9.844vw);
  width: 100%;
  margin-left: auto;
  height: auto;
  position: relative;
}

@media (max-width: 767px) {
  .coming-soon__image {
    max-width: 100vw;
    width: 100%;
  }
}

.coming-soon__image-txt {
  font-size: 3.646vw;
  letter-spacing: 0.05em;
  font-family: "EB Garamond", serif;
  line-height: 4.74vw;
  position: absolute;
  left: 80%;
  top: 8.5%;
  z-index: 3;
  color: #C1D9F1;
  writing-mode: sideways-rl;
  text-orientation: upright;
}

@media (max-width: 767px) {
  .coming-soon__image-txt {
    color: #C1D9F1;
    font-size: 9.722vw;
    line-height: 12.639vw;
    left: 5.8%;
    top: 6.62%;
  }
}

.coming-soon__phototxt {
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  right: 2.79%;
  bottom: 2%;
}

@media (max-width: 767px) {
  .coming-soon__phototxt {
    font-size: 2.5vw;
    line-height: 3.333vw;
    right: 1.4%;
    bottom: 0.7%;
  }
}

.coming-soon__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.03vw;
  position: absolute;
  z-index: 10;
  left: 16.5vw;
  bottom: 6vw;
}

@media (max-width: 767px) {
  .coming-soon__buttons {
    flex-direction: column;
    gap: 5.278vw;
    left: 14%;
    bottom: 11.83vw;
  }
}

.coming-soon__btn {
  border: 1px solid #C1D9F1;
  border-radius: 53px;
  width: 27.083vw;
  height: 5.521vw;
  font-size: 1.823vw;
  line-height: 2.344vw;
  color: #fff;
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.25s ease;
}

@media (max-width: 767px) {
  .coming-soon__btn {
    width: 72.222vw;
    height: 14.722vw;
    border-radius: 7.361vw;
    font-size: 4.861vw;
    line-height: 6.25vw;
  }
}

.top-button {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-button__left {
  width: 50%;
  background-color: #06256e;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

@media (max-width: 767px) {
  .top-button__left {
    height: 20.417vw;
  }
}

.top-button__right {
  width: 50%;
  background-color: #0a3b8e;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

@media (max-width: 767px) {
  .top-button__right {
    height: 20.417vw;
  }
}

.top-button__txt {
  font-size: 23px;
  line-height: 26px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  color: #fff;
}

@media (max-width: 767px) {
  .top-button__txt {
    font-size: 4.167vw;
    line-height: 4.611vw;
  }
}

.top-button__txt span {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 767px) {
  .top-button__txt span {
    font-size: 2.283vw;
    line-height: 2.778vw;
  }
}

.top-button__icon {
  width: 68px;
  height: 21px;
}

@media (max-width: 767px) {
  .top-button__icon {
    width: 9.444vw;
    height: 2.917vw;
  }
}

.top-button__icon.rev {
  transform: rotateY(180deg);
}

.pagination__list {
  display: flex;
  justify-content: center;
}

.pagination__item {
  background-color: var(--color-black);
  height: 30px;
  min-width: 30px;
}

.pagination__item:not(:last-of-type) {
  margin-right: 10px;
}

.pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--color-white);
  height: 100%;
  padding: 7px;
  transition: all 0.25s ease;
}

.pagination__item a:hover {
  opacity: 0.7;
}

.pagination__item.-dots {
  background-color: transparent;
  min-width: auto;
}

.pagination__item.-dots a {
  color: var(--color-black);
  padding-left: 0;
  padding-right: 0;
}

.pagination__item.-active {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
}

.pagination__item.-active a {
  color: var(--color-black);
}

.pagination__item.-prev a,
.pagination__item.-next a {
  position: relative;
  width: auto;
}

.pagination__item.-prev a::after,
.pagination__item.-next a::after {
  content: "";
  background-image: url(../img/pagination-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 8px;
  position: absolute;
}

.pagination__item.-prev a {
  padding: 5px 7px 5px 20px;
}

.pagination__item.-prev a:after {
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.pagination__item.-next a {
  padding: 5px 20px 5px 7px;
}

.pagination__item.-next a:after {
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.map {
  position: relative;
  padding-block: 9.25vw 8.333vw;
}

@media (max-width: 767px) {
  .map {
    padding-block: 25.694vw 21.111vw;
  }
}

.map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #C1D9F1;
  clip-path: polygon(0 40%, 113% 29%, 100% 88%, 0 94%);
  z-index: -1;
}

@media (max-width: 767px) {
  .map::before {
    content: unset;
  }
}

@media (max-width: 767px) {
  .map .container {
    max-width: 100vw;
    padding: 0;
  }
}

.map__block {
  position: relative;
  z-index: 3;
}

.map__heading {
  display: flex;
  align-items: flex-start;
  gap: 2.865vw;
}

@media (max-width: 767px) {
  .map__heading {
    gap: 2.222vw;
  }
}

.map__title {
  font-size: 77px;
  line-height: normal;
  letter-spacing: 0.05em;
  font-family: "Baskervville", serif;
  writing-mode: sideways-rl;
  text-orientation: upright;
  color: #0A3B8E;
}

@media (max-width: 767px) {
  .map__title {
    font-size: 10.694vw;
  }
}

.map__subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #0A3B8E;
  font-family: "hiragino-mincho-pron", sans-serif;
}

@media (max-width: 767px) {
  .map__subtitle {
    font-size: 5vw;
    line-height: 6.667vw;
  }
}

@media (max-width: 767px) {
  .map__content {
    padding-inline: 4.583vw;
  }
}

.map__image {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.map__image img {
  max-height: 100vh;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .map__image img {
    max-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.map__image-txt {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: end;
  position: absolute;
  right: 0;
  bottom: -30px;
}

@media (max-width: 767px) {
  .map__image-txt {
    font-size: 2.083vw;
    line-height: 2.778vw;
    padding-inline: 4.583vw;
    margin-right: auto;
    bottom: auto;
  }
}

.map__btm-image {
  max-width: 853px;
  height: auto;
  margin-top: 84px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .map__btm-image {
    max-width: 100%;
    padding-inline: 4.583vw;
    margin-top: 9.167vw;
  }
}

.map .sharelink__buttons {
  max-width: 360;
  height: 55px;
  margin-inline: auto;
  margin-top: 91px;
}

@media (max-width: 767px) {
  .map .sharelink__buttons {
    max-width: 69.861vw;
    height: 12.222vw;
  }
}

.map .sharelink__button {
  box-shadow: 3px 3px #517FBB;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .map .sharelink__button {
    font-size: 4.167vw;
    line-height: 5.556vw;
  }
}

.o-map .header__wrapper {
  max-width: calc(50% + 540px);
  padding: 0;
  margin-left: auto;
}

@media (max-width: 1110px) {
  .o-map .header__wrapper {
    margin: 0 0 0 15px;
  }
}

.o-map .header__wrapper:has(.menu-overlay--active) {
  padding: 0 !important;
}

.outline {
  padding-block: 192px 263px;
  /* responsive */
}

.outline #main-content {
  padding: 129px 30px 0;
  max-width: 998px;
  margin: 0 auto;
  position: relative;
}

.outline__pagetitle {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

.outline h1 {
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.outline h1 .en {
  font-size: 55.7px;
  letter-spacing: 0.06em;
  display: block;
}

.outline h1 .ja {
  display: inherit;
  margin-top: 10px;
  font-size: 22px;
  letter-spacing: 0.1em;
  display: block;
}

.outline h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 54px;
}

.outline .top-text {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 26px;
  margin-bottom: 34px;
}

.outline .top-text .title {
  width: 16.6%;
  border: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.outline .top-text .title span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #000;
}

.outline .top-text .text {
  width: calc(84% - 26px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.outline .outline-table {
  width: 100%;
  margin-bottom: 85px;
}

.outline .outline-table:last-of-type {
  margin-bottom: 20px;
}

.outline .outline-table tr {
  border-bottom: solid 1px #000;
}

.outline .outline-table tr:first-child {
  border-top: solid 1px #000;
}

.outline .outline-table th {
  padding: 19px 0;
  width: 19%;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-align: start;
}

.outline .outline-table td {
  padding: 19px 0;
  width: 81%;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
}

.outline .outline-table td .lh-s {
  line-height: 1.6;
  display: block;
  padding: 7px 0;
}

.outline .caption {
  font-size: 12px;
  line-height: 2;
}

.outline .tel-title {
  color: #040000;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 12px;
}

.outline .tel {
  color: #040000;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 16px;
}

.outline .tel-hour {
  color: #040000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 40px;
}

.outline .cta-btn {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .outline {
    padding-block: 25.694vw 21.111vw;
  }

  .outline #main-content {
    padding: 15.83vw 6vw 0;
    margin: 0 auto;
  }

  .outline__pagetitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .outline h1 {
    margin-bottom: 8.33vw;
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .outline h1 .en {
    font-size: 9.28vw;
    letter-spacing: 0.06em;
  }

  .outline h1 .ja {
    margin-top: 3.5vw;
    font-size: 3.66vw;
  }

  .outline h2 {
    font-size: 3.83vw;
    margin-bottom: 6.83vw;
  }

  .outline .top-text {
    flex-direction: column;
    gap: 3.33vw;
    margin-bottom: 4.83vw;
  }

  .outline .top-text .title {
    width: 100%;
  }

  .outline .top-text .title span {
    padding: 4.2vw;
    font-size: 4.011vw;
  }

  .outline .top-text .text {
    width: 100%;
    font-size: 2.9vw;
    line-height: 1.8;
  }

  .outline .outline-table {
    margin-bottom: 16.33vw;
  }

  .outline .outline-table:last-of-type {
    margin-bottom: 3.333vw;
  }

  .outline .outline-table tr {
    display: flex;
    flex-direction: column;
  }

  .outline .outline-table th {
    text-align: start;
    padding: 3vw 0 1vw;
    width: 100%;
    font-size: 3.1vw;
    line-height: 1.8;
  }

  .outline .outline-table td {
    padding: 0 0 3vw;
    width: 100%;
    font-size: 2.9vw;
    line-height: 1.8;
  }

  .outline .caption {
    font-size: max(2vw, 9px);
  }

  .outline .tel-title {
    font-size: 2.5vw;
    margin-bottom: 2.66vw;
  }

  .outline .tel {
    font-size: 4.66vw;
    margin-bottom: 2.66vw;
  }

  .outline .tel-hour {
    font-size: 2.5vw;
    margin-bottom: 6vw;
  }

  .outline .cta-btn {
    margin-bottom: 13.33vw;
  }

  .outline__desc {
    font-size: 2vw;
    line-height: 2;
  }
}

.o-outline .header__wrapper {
  max-width: calc(50% + 540px);
  padding: 0;
  margin-left: auto;
}

@media (max-width: 1110px) {
  .o-outline .header__wrapper {
    margin: 0 0 0 15px;
  }
}

.o-outline .header__wrapper:has(.menu-overlay--active) {
  padding: 0 !important;
}

/* #geo:target .dia-animation {
  opacity: 1 !important;
  
}

#geo:target .animate,
#geo:target .animation {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
} */

/* @media (max-width:767px) {
  .geo__block .fade-in{
    opacity: 1;
    transform: none;
  }


} */


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


@media (min-width: 768px) {
  .ws-nowrap-pc {
    white-space: nowrap;
  }
  .footer-top__contact-info {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }
}

.geo__desc sup{
  vertical-align: super;
  font-size: 1vw; 
}

@media (max-width:767px) {
  .geo__desc sup{
  font-size: 2vw;
  }
}