@charset "UTF-8";
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  box-sizing: border-box;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

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

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* @function rem($px, $rem: $pc-rem) {
  @return calc($px / $rem) * 1rem;
} */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
:root {
  /*
  色
  */
  /*  --color-light-blue700: #7cbcf5;
   --color-light-blue800: #f2f6f8;
   --color-blue10: #e8f4ff;
  */
  --color-blue700: #005bac;
  --color-green700: #00c9d1;
  --color-dark-blue700: #042a58;
  --color-current-page: #3F6FD5;
  --color-focus-ring: #3F6FD5;
  --color-link-hover: #042a58;
  --color-button-hover-dark: #042a58;
  --color-button-hover-light: #f0f0f0;
  --color-gray5: #f8f9fa;
  --color-gray10: #f0f0f0;
  --color-gray50: #e2e2e2;
  --color-gray100: #e3e8ec57;
  --color-gray900: #888888;
  --color-red700: #e60012;
  --color-gold900: #b88a3d;
  --color-ink900: #131924;
  --color-ink800: #222;
  --color-ink700: #666;
  --color-ink500: #999;
  --color-ink300: #ccc;
  --color-ink100: #f5f5f5;
  --color-ink50: #fafafa;
  --color-bg100: #f2f6f8;
  --font-family-en-display: 'Climate Crisis', sans-serif;
  --font-family-ja-display: 'Zen Kaku Gothic Antique', sans-serif;
  --font-family-futura: 'Futura', sans-serif;
  --sitenavigation-width: 14em;
}
@media screen and (min-width: 1281px) {
  :root {
    --sitenavigation-width: 14em;
  }
}
:root {
  --gap-xxxs: 0.4rem;
  --gap-xxs: 0.8rem;
  --gap-xs: 0.9rem;
  --gap-s: 1.2rem;
  --gap-m: 2rem;
  --gap-l: 2.3rem;
  --gap-xl: 3.8rem;
  --gap-xxl: 10rem;
}
@media screen and (min-width: 361px) {
  :root {
    --gap-xs: 1.2rem;
    --gap-s: 2rem;
    --gap-m: 3rem;
    --gap-l: 4.5rem;
    --gap-xl: 6rem;
  }
}
:root {
  --radius-xxxs: 0.18rem;
  --radius-xxs: 0.6rem;
  --radius-xs: 1.2rem;
  --radius-s: 0.2rem;
  --radius-m: 0.4rem;
}
@media screen and (min-width: 361px) {
  :root {
    --radius-xxxs: 0.3rem;
  }
}
:root {
  --container-lr-space: 5vw;
}
@media screen and (min-width: 1281px) {
  :root {
    --container-lr-space: 140px;
  }
}
:root {
  --font-size-xxs: calc(1rem * calc(2 / 3));
  --font-size-xs: calc(1rem * 0.86);
  --font-size-s: 0.9rem;
  --font-size-m: 1rem;
  --font-size-l: calc(1rem * calc(6 / 5));
  --font-size-xl: 1.3rem;
  --font-size-xxl: calc(1rem * calc(2 / 1.25));
  --font-size-xxxl: calc(1rem * calc(2 / 1.1));
}
@media screen and (min-width: 361px) {
  :root {
    --font-size-xs: calc(1rem * calc(3 / 4));
    --font-size-s: calc(1rem * calc(8 / 9));
    --font-size-xl: calc(1rem * calc(3 / 2));
    --font-size-xxl: calc(1rem * calc(2 / 1));
    --font-size-xxxl: calc(1rem * calc(3 / 1));
  }
}

@font-face {
  font-display: swap;
  /* display=swapの設定 */
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  font-weight: normal;
  color: #000;
  font-size: 87.5%;
}

/*
旧 root 制御です。
1rem を 14px 基準で viewport に合わせて縮めていたため、
レイアウト検証や差し戻しが必要な場合は、この block を戻してください。

html {
  font-size: $baseFontsize + px;
}

@include mq-down(xl) {
  html {
    font-size: vw(14, 1440);
  }
}

@include mq-down(lg) {
  html {
    font-size: vw(11, 1024);
  }
}

@include mq-down(md) {
  html {
    font-size: vw(9.98, 900);
  }
}

@include mq-down(sm) {
  html {
    font-size: vw(14, 393);
  }
}
*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

:where(a, button, input, select, textarea, [tabindex]):focus {
  outline: none;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 4px;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  transition: opacity 0.12s ease, background-color 0.2s ease, border-color 0.2s ease;
}

a:hover {
  opacity: 0.72;
  text-decoration: none;
}

a:focus-visible {
  opacity: 0.72;
  text-decoration: none;
}

a[class*=btn]:hover,
a[class*=btn]:focus-visible,
a[class*=button]:hover,
a[class*=button]:focus-visible,
a.access-area-banner:hover,
a.access-area-banner:focus-visible,
a.top-links__card:hover,
a.top-links__card:focus-visible,
a.top-reason__btn:hover,
a.top-reason__btn:focus-visible,
a.sitemap-page__link:hover,
a.sitemap-page__link:focus-visible {
  text-decoration: none;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

:where(button, [type=button], [type=submit], [type=reset]) {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

:where(button, [type=button], [type=submit], [type=reset]):hover {
  background-color: var(--color-button-hover-light);
}

p {
  font-feature-settings: "palt" on, "vkrn" on;
}

table th,
table td {
  font-feature-settings: "palt" on, "vkrn" on;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #808080;
}
/*
input[type='submit'] {
  appearance: none;
  background-color: $orange;
  color: #fff;
  width: 100%;
  border-radius: fz(10);
  letter-spacing: 0.3em;
  font-size: fz(18);
  padding: fz(8) fz(12);
  font-weight: 300;

  @include mq-down(sm) {
    padding: fz(15) fz(10);
    font-size: fz(25);
  }
}
  */
hr {
  opacity: 0;
  height: 0;
  visibility: hidden;
  width: 100%;
}

body.error404 .c-pages-heading {
  text-align: center;
  padding: 30px;
  min-height: 40vh;
  display: grid;
  place-content: center;
}
body.error404 .c-pages-heading__eng {
  display: none;
}

.weight-black {
  font-weight: 900;
}
.weight-black.--wide {
  letter-spacing: 0.5em;
  font-style: italic;
}

.assets .assets__item {
  padding-top: var(--gap-m);
  margin-bottom: var(--gap-l);
  position: relative;
}
.assets .assets__item > *:not(:last-child) {
  margin-bottom: var(--gap-s);
}
.assets .assets__item:before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--font-size-xs);
  color: var(--color-ink700);
  border-bottom: none;
  border-left: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  opacity: 0.6;
}

.only-sp {
  visibility: visible;
  pointer-events: auto;
  height: auto;
}
@media screen and (min-width: 361px) {
  .only-sp {
    visibility: hidden;
    pointer-events: none;
    height: 0;
  }
}

.only-pc {
  visibility: hidden;
  pointer-events: none;
  height: 0;
}
@media screen and (min-width: 361px) {
  .only-pc {
    visibility: visible;
    pointer-events: auto;
    height: auto;
  }
}

.only-sr {
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 10px;
  padding: 0.5em 1em;
  border-radius: var(--gap-xxxs);
  background: #fff;
  font-size: var(--font-size-m);
  color: var(--color-focus-ring);
  font-weight: 500;
  pointer-events: none;
}
.only-sr:focus, .only-sr:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.only-sr[data-type=totop] {
  right: 0;
  bottom: 0;
  top: inherit;
  left: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.br-pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

body {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  body {
    margin-top: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  body {
    margin-top: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  body {
    margin-top: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 16.2849872774vw;
  }
}
@media screen and (min-width: 769px) {
  body:has(.subnav:not(.top-sub-nav)) {
    margin-top: 128px;
  }
}

.siteheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 64px;
  background-color: #fff;
  z-index: 100;
}
.siteheader__inner {
  display: flex;
  align-items: center;
  padding: 10px 120px;
}
@media screen and (max-width: 1439px) {
  .siteheader__inner {
    padding: 0.6944444444vw 8.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .siteheader__inner {
    padding: 0.7672991071vw 9.2075892857vw;
  }
}
@media screen and (max-width: 900px) {
  .siteheader__inner {
    padding: 0.7920634921vw 9.5047619048vw;
  }
}
@media screen and (max-width: 768px) {
  .siteheader__inner {
    padding: 2.5445292621vw 30.534351145vw;
  }
}
.siteheader__inner {
  min-height: 64px;
}
@media screen and (max-width: 1439px) {
  .siteheader__inner {
    padding: 10px 64px;
  }
}
@media screen and (max-width: 900px) {
  .siteheader__inner {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 768px) {
  .siteheader__inner {
    padding: 10px 4.834605598vw;
  }
}

.sitelogo {
  line-height: 0;
  flex-shrink: 0;
  width: 188px;
}
@media screen and (max-width: 1439px) {
  .sitelogo {
    width: 13.0555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitelogo {
    width: 14.4252232143vw;
  }
}
@media screen and (max-width: 900px) {
  .sitelogo {
    width: 14.8907936508vw;
  }
}
@media screen and (max-width: 768px) {
  .sitelogo {
    width: 47.8371501272vw;
  }
}
@media screen and (max-width: 900px) {
  .sitelogo {
    width: 150px;
  }
}
.sitelogo a {
  display: block;
}

.gnav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .gnav {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .gnav {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .gnav {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    gap: 10.1781170483vw;
  }
}
.gnav {
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  .gnav {
    gap: 28px;
  }
}
@media screen and (max-width: 900px) {
  .gnav {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    display: none;
  }
}
.gnav__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .gnav__list {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .gnav__list {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .gnav__list {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav__list {
    gap: 10.1781170483vw;
  }
}
@media screen and (max-width: 1439px) {
  .gnav__list {
    gap: 28px;
  }
}
@media screen and (max-width: 900px) {
  .gnav__list {
    gap: 20px;
  }
}
.gnav__item a {
  font-family: var(--font-family-en-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .gnav__item a {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__item a {
    font-size: 1.1428571429rem;
  }
}
.gnav__item a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .gnav__item a {
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 901px) {
  .gnav__item a {
    font-size: 0.8928571429rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 1440px) {
  .gnav__item a {
    font-size: 0.9285714286rem;
  }
}
.gnav__item a.is-active, .gnav__item a[aria-current=page] {
  color: var(--color-current-page);
}
.gnav__lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 3px 16px;
}
@media screen and (max-width: 1439px) {
  .gnav__lang {
    padding: 0.2083333333vw 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .gnav__lang {
    padding: 0.2301897321vw 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .gnav__lang {
    padding: 0.2376190476vw 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav__lang {
    padding: 0.7633587786vw 4.0712468193vw;
  }
}
.gnav__lang {
  border: 1px solid #000;
  background-color: #fff;
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .gnav__lang {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .gnav__lang {
    font-size: 0.8571428571rem;
  }
}
.gnav__lang {
  font-weight: bold;
  color: #000;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .gnav__lang {
    min-height: 30px;
    padding: 5px 12px;
    font-size: 0.7142857143rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 901px) {
  .gnav__lang {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 1440px) {
  .gnav__lang {
    font-size: 0.7857142857rem;
  }
}

.burger {
  display: none;
  width: 65px;
  aspect-ratio: 1/1;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #000;
  z-index: 200;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  .burger {
    display: block;
  }
}
.burger__line {
  height: 2px;
  width: 24px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease;
}
.burger__line:nth-of-type(1) {
  transform: translateX(-50%) translateY(calc(-50% - 2.0356234097vw));
}
.burger__line:nth-of-type(2) {
  transform: translateX(-50%) translateY(-50%);
}
.burger__line:nth-of-type(3) {
  transform: translateX(-50%) translateY(calc(-50% + 2.0356234097vw));
}

.spnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  z-index: 199;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.spnav__header {
  display: flex;
  align-items: center;
  min-height: 16.2849872774vw;
  padding-left: 4.834605598vw;
  position: relative;
}
.spnav__close {
  width: 17.3027989822vw;
  aspect-ratio: 1/1;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.spnav__close::before, .spnav__close::after {
  content: "";
  display: block;
  width: 6.106870229vw;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.spnav__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.spnav__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.spnav__body {
  padding: 7.3791348601vw 4.834605598vw 10.1781170483vw;
}
.spnav__cta {
  display: flex;
  flex-direction: column;
  gap: 2.0356234097vw;
  margin-bottom: 8.1424936387vw;
}
.spnav__cta li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 16.2849872774vw;
  padding: 3.0534351145vw 3.0534351145vw;
  background-color: #000;
  color: #fff;
  gap: 1.5267175573vw;
  text-align: center;
}
.spnav__cta li a span:first-child {
  font-family: var(--font-family-en-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .spnav__cta li a span:first-child {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .spnav__cta li a span:first-child {
    font-size: 1.1428571429rem;
  }
}
.spnav__cta li a span:first-child {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.spnav__cta li a span:last-child {
  font-family: var(--font-family-ja-display);
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .spnav__cta li a span:last-child {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .spnav__cta li a span:last-child {
    font-size: 0.8571428571rem;
  }
}
.spnav__cta li a span:last-child {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.spnav__list {
  display: flex;
  flex-direction: column;
  gap: 8.1424936387vw;
  margin-bottom: 8.1424936387vw;
}
.spnav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.spnav__item span:first-child {
  font-family: var(--font-family-en-display);
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 901px) {
  .spnav__item span:first-child {
    font-size: 1.3571428571rem;
  }
}
@media screen and (min-width: 1440px) {
  .spnav__item span:first-child {
    font-size: 1.4285714286rem;
  }
}
.spnav__item span:first-child {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.spnav__item span:last-child {
  font-family: var(--font-family-ja-display);
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .spnav__item span:last-child {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .spnav__item span:last-child {
    font-size: 0.8571428571rem;
  }
}
.spnav__item span:last-child {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
  overflow-wrap: anywhere;
}
.spnav__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.0356234097vw 4.0712468193vw;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .spnav__lang {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .spnav__lang {
    font-size: 0.8571428571rem;
  }
}
.spnav__lang {
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: auto;
  width: 19.3384223919vw;
}

body.is-menu-open .spnav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.subnav {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  min-height: 64px;
  background-color: #000;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .subnav {
    display: none;
  }
}
.subnav__list {
  display: flex;
  align-items: stretch;
  min-height: 64px;
}
.subnav__item {
  flex: 1;
}
.subnav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 8px 12px;
}
@media screen and (max-width: 1439px) {
  .subnav__item a {
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .subnav__item a {
    padding: 0.6138392857vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .subnav__item a {
    padding: 0.6336507937vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .subnav__item a {
    padding: 2.0356234097vw 3.0534351145vw;
  }
}
.subnav__item a {
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .subnav__item a {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .subnav__item a {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .subnav__item a {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .subnav__item a {
    gap: 2.0356234097vw;
  }
}
.subnav__item a {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.subnav__item a span:first-child {
  font-family: var(--font-family-en-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .subnav__item a span:first-child {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .subnav__item a span:first-child {
    font-size: 1.1428571429rem;
  }
}
.subnav__item a span:first-child {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.subnav__item a span:last-child {
  font-family: var(--font-family-ja-display);
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .subnav__item a span:last-child {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .subnav__item a span:last-child {
    font-size: 0.8571428571rem;
  }
}
.subnav__item a span:last-child {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.subnav__item a.is-current, .subnav__item a[aria-current=page] {
  color: var(--color-current-page);
}

.sitefooter__black {
  background-color: #000;
  color: #fff;
}
.sitefooter__black .sitefooter__inner {
  padding: 40px 0px 38px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__black .sitefooter__inner {
    padding: 2.7777777778vw 0vw 2.6388888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__black .sitefooter__inner {
    padding: 3.0691964286vw 0vw 2.9157366071vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__black .sitefooter__inner {
    padding: 3.1682539683vw 0vw 3.0098412698vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__black .sitefooter__inner {
    padding: 10.1781170483vw 0vw 9.6692111959vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__black .sitefooter__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6.106870229vw 0 8.1424936387vw;
  }
}
.sitefooter__catch {
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .sitefooter__catch {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .sitefooter__catch {
    font-size: 0.8571428571rem;
  }
}
.sitefooter__catch {
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__catch {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__catch {
    margin-bottom: 1.3811383929vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__catch {
    margin-bottom: 1.4257142857vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__catch {
    margin-bottom: 4.5801526718vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__catch {
    order: 1;
    align-self: center;
    text-align: center;
    margin-bottom: 4.0712468193vw;
  }
}
.sitefooter__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__main {
    margin-bottom: 0.9027777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__main {
    margin-bottom: 0.9974888393vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__main {
    margin-bottom: 1.0296825397vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__main {
    margin-bottom: 3.3078880407vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__main {
    display: contents;
  }
}
.sitefooter__logos {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__logos {
    gap: 1.3194444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__logos {
    gap: 1.4578683036vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__logos {
    gap: 1.5049206349vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__logos {
    gap: 4.834605598vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__logos {
    display: contents;
  }
}
.sitefooter__logo {
  line-height: 0;
  width: 250px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__logo {
    width: 17.3611111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__logo {
    width: 19.1824776786vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__logo {
    width: 19.8015873016vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__logo {
    width: 63.6132315522vw;
  }
}
.sitefooter__logo {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sitefooter__logo {
    order: 2;
    align-self: center;
    margin-bottom: 6.106870229vw;
  }
}
.sitefooter__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__contact {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__contact {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__contact {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__contact {
    gap: 2.0356234097vw;
  }
}
.sitefooter__contact {
  padding: 16px 24px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__contact {
    padding: 1.1111111111vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__contact {
    padding: 1.2276785714vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__contact {
    padding: 1.2673015873vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__contact {
    padding: 4.0712468193vw 6.106870229vw;
  }
}
.sitefooter__contact {
  min-height: 56px;
  background-color: #fff;
  color: #000;
  font-family: var(--font-family-ja-display);
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .sitefooter__contact {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .sitefooter__contact {
    font-size: 1rem;
  }
}
.sitefooter__contact {
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: normal;
  line-height: 1.3;
  text-align: center;
  justify-content: center;
}
.sitefooter__contact svg {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sitefooter__contact {
    order: 5;
    align-self: center;
    margin: 0 0 5.0890585242vw;
  }
}
@media screen and (max-width: 1200px) {
  .sitefooter__contact {
    width: 100%;
    max-width: 420px;
  }
}
.sitefooter__sns {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__sns {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__sns {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__sns {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__sns {
    gap: 8.1424936387vw;
  }
}
.sitefooter__sns {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sitefooter__sns {
    order: 6;
    align-self: center;
    flex-direction: column;
    gap: 2.7989821883vw;
    margin-bottom: 8.1424936387vw;
  }
}
.sitefooter__sns-label {
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .sitefooter__sns-label {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .sitefooter__sns-label {
    font-size: 0.8571428571rem;
  }
}
.sitefooter__sns-label {
  letter-spacing: 0.02em;
  white-space: normal;
  text-align: center;
}
.sitefooter__sns-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__sns-list {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__sns-list {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__sns-list {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__sns-list {
    gap: 6.106870229vw;
  }
}
.sitefooter__sns-list a {
  display: block;
  width: 24px;
  height: 24px;
}
.sitefooter__sns-list a img {
  display: block;
  width: 100%;
  height: 100%;
}
.sitefooter__address {
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .sitefooter__address {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .sitefooter__address {
    font-size: 0.8571428571rem;
  }
}
.sitefooter__address {
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__address {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__address {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__address {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__address {
    margin-bottom: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__address {
    order: 3;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
}
.sitefooter__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sitefooter__bottom {
    display: contents;
  }
}
.sitefooter__tel {
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .sitefooter__tel {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .sitefooter__tel {
    font-size: 0.8571428571rem;
  }
}
.sitefooter__tel {
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sitefooter__tel {
    order: 4;
    margin-bottom: 4.0712468193vw;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__mail {
    display: none;
  }
}
.sitefooter__links {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__links {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__links {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__links {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__links {
    gap: 8.1424936387vw;
  }
}
.sitefooter__links a {
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .sitefooter__links a {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .sitefooter__links a {
    font-size: 0.8571428571rem;
  }
}
.sitefooter__links a {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sitefooter__links {
    order: 7;
    align-self: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.0712468193vw 8.1424936387vw;
    line-height: 1;
  }
}
.sitefooter__white {
  background-color: #fff;
}
.sitefooter__white .sitefooter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px 24px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__white .sitefooter__inner {
    padding: 1.6666666667vw 0vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__white .sitefooter__inner {
    padding: 1.8415178571vw 0vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__white .sitefooter__inner {
    padding: 1.900952381vw 0vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__white .sitefooter__inner {
    padding: 6.106870229vw 0vw 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__white .sitefooter__inner {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 4.0712468193vw 3.3078880407vw 6.106870229vw;
    gap: 4.0712468193vw;
  }
}
.sitefooter__banners {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__banners {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__banners {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__banners {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__banners {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__banners {
    gap: 3.8167938931vw;
  }
}
.sitefooter__banner-hc {
  display: block;
  width: 224px;
}
@media screen and (max-width: 1439px) {
  .sitefooter__banner-hc {
    width: 15.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitefooter__banner-hc {
    width: 17.1875vw;
  }
}
@media screen and (max-width: 900px) {
  .sitefooter__banner-hc {
    width: 17.7422222222vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__banner-hc {
    width: 56.9974554707vw;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__banner-hc {
    width: 47.0737913486vw;
  }
}
.sitefooter__copyright {
  font-size: 0.6428571429rem;
}
@media screen and (min-width: 901px) {
  .sitefooter__copyright {
    font-size: 0.6785714286rem;
  }
}
@media screen and (min-width: 1440px) {
  .sitefooter__copyright {
    font-size: 0.7142857143rem;
  }
}
.sitefooter__copyright {
  letter-spacing: 0.05em;
  color: var(--color-ink800);
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sitefooter__copyright {
    text-align: center;
  }
}

.section {
  padding-top: var(--gap-l);
  padding-bottom: var(--gap-l);
}
.section:not(:last-child).venue__item {
  padding-bottom: 0;
}
.section {
  scroll-margin-top: 50px;
}
.section.venue__item:not(.kg__child) {
  scroll-margin-top: 0px;
}

body.venue .section {
  padding-top: 0;
}

body:not(.home) .section:first-child {
  padding-top: 0;
}

.main__contents__body > *:last-child > .section {
  padding-bottom: 0;
}

#anch-kg203205,
#anch-sora {
  scroll-margin-top: 115px;
}

.container {
  padding-left: var(--container-lr-space);
  padding-right: var(--container-lr-space);
}
.container[data-bgc=white] {
  background-color: #fff;
}
.container[data-type=plus] {
  padding-left: calc(var(--container-lr-space) / 2);
  padding-right: calc(var(--container-lr-space) / 2);
}

main {
  padding-bottom: 200px;
}
@media screen and (max-width: 1439px) {
  main {
    padding-bottom: 13.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  main {
    padding-bottom: 15.3459821429vw;
  }
}
@media screen and (max-width: 900px) {
  main {
    padding-bottom: 15.8412698413vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 50.8905852417vw;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 88px;
  }
}

.inner {
  max-width: 1000px;
}
@media screen and (max-width: 1439px) {
  .inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 76.7299107143vw;
  }
}
@media screen and (max-width: 900px) {
  .inner {
    max-width: 79.2063492063vw;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 254.4529262087vw;
  }
}
.inner {
  width: 90%;
  margin-inline: auto;
}
/*
// root を 100% で試すページでは、共通の inner も固定値へ逃がして
// コンテナ幅が広がりすぎないようにします。
html.is-font-root-test {
  main {
    padding-bottom: 200px;

    @include mq-down(sm) {
      padding-bottom: 88px;
    }
  }

  .inner {
    max-width: 1000px;
  }
}
*/
main {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 88px;
  }
}

.inner {
  max-width: 1000px;
}

/*.inner{
    padding-right: 24px;
    padding-left: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: 1100px;
}
*/
.barbutton {
  background-color: #fff;
  padding: var(--gap-s) var(--gap-s) var(--gap-s) var(--gap-s);
  padding-left: 2.4em;
}
@media screen and (min-width: 361px) {
  .barbutton {
    padding: var(--gap-s) 2em;
    padding-left: 4em;
  }
}
.barbutton {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  z-index: 1;
  overflow: hidden;
}
.barbutton .button {
  flex-direction: column-reverse;
}
.barbutton .button span {
  font-size: var(--font-size-xxs);
}
.barbutton .button {
  gap: 0.3em;
}
.barbutton .button i {
  width: 1.8em;
  height: 1.8em;
}
@media screen and (min-width: 361px) {
  .barbutton .button i {
    width: 2.4em;
    height: 2.4em;
  }
}
@media screen and (min-width: 361px) {
  .barbutton .button {
    gap: 1em;
    flex-direction: row;
  }
  .barbutton .button span {
    font-size: var(--font-size-m);
  }
}
.barbutton:before {
  content: "";
  position: absolute;
  left: 0.9em;
  top: 1em;
  width: 0.8em;
  height: 0.8em;
}
@media screen and (min-width: 361px) {
  .barbutton:before {
    left: 1.7em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
  }
}
.barbutton:before {
  background-size: contain;
}
.barbutton.--link:before {
  background-image: url("../img/common/square-blue.svg");
}
.barbutton.--pdf:before {
  background-image: url("../img/common/square-red.svg");
}
.barbutton.--360 {
  background-color: #58626a;
  color: #fff;
  padding-left: 6em;
}
@media screen and (min-width: 361px) {
  .barbutton.--360 {
    padding-left: 8em;
  }
}
.barbutton.--360:before {
  width: 4em;
  height: 4em;
  transform: translateY(-3px);
}
@media screen and (min-width: 361px) {
  .barbutton.--360:before {
    transform: translateY(-47%);
    width: 5em;
    height: 5em;
  }
}
.barbutton.--360:before {
  background-image: url("../img/common/i-360.svg");
  background-position: center;
}
.barbutton.--360 .barbutton__title {
  display: none;
}
@media screen and (min-width: 361px) {
  .barbutton.--360 .barbutton__title {
    display: block;
  }
}
.barbutton.--360 .barbutton__body {
  opacity: 1;
}
.barbutton.--360:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.barbutton.--360:hover:after {
  opacity: 0.7;
  transform: scale(1.02);
}
.barbutton.--360 .button span {
  background-image: url(../img/common/line-w.png);
}
.barbutton.--360 .button i {
  background-color: var(--color-green700);
  width: 1.6em;
  height: 1.6em;
}
@media screen and (min-width: 361px) {
  .barbutton.--360 .button i {
    width: 2.4em;
    height: 2.4em;
  }
}
.barbutton:hover .button span {
  background-position: right bottom;
  background-size: 0% 1px;
}

#anch-xl .--360:after {
  background-image: url("/assets/img/venue/xl-photo-1.jpg");
}

#anch-sp .--360:after {
  background-image: url("/assets/img/venue/sp-photo-1.jpg");
}
@media screen and (min-width: 361px) {
  #anch-sp .--360:after {
    background-position: 0 -10em;
  }
}

#anch-md .--360:after {
  background-image: url("/assets/img/venue/md-photo-1.jpg");
}

#anch-sm .--360:after {
  background-image: url("/assets/img/venue/sm-photo-1.jpg");
}
@media screen and (min-width: 361px) {
  #anch-sm .--360:after {
    background-position: 0 -15em;
  }
}

#anch-kg204 .--360:after {
  background-image: url("/assets/img/venue/kg204-photo-1.jpg");
}

#anch-kg107108206207 .--360:after {
  background-image: url("/assets/img/venue/kg206-photo-1.jpg");
}
@media screen and (min-width: 361px) {
  #anch-kg107108206207 .--360:after {
    background-position: 0 -13em;
  }
}

#anch-kg101102104105201202 .--360:after {
  background-image: url("/assets/img/venue/kg101-photo-1.jpg");
}
@media screen and (min-width: 361px) {
  #anch-kg101102104105201202 .--360:after {
    background-position: 0 -13em;
  }
}

.barbutton.--kg103106.--360:after {
  background-image: url("/assets/img/venue/kg106-photo-1.jpg");
}

.barbutton.--kg203205.--360:after {
  background-image: url("/assets/img/venue/kg205-photo-1.jpg");
}

.barbutton.--osetsu.--360:after {
  background-image: url("/assets/img/venue/kgosetsu-photo-1.jpg");
}
@media screen and (min-width: 361px) {
  .barbutton.--osetsu.--360:after {
    background-position: 0 -13em;
  }
}

.barbutton.--tenji.--360:after {
  background-image: url("/assets/img/venue/kgtenji-photo-1.jpg");
}
@media screen and (min-width: 361px) {
  .barbutton.--tenji.--360:after {
    background-position: 0 -16em;
  }
}

.barbutton__head {
  flex: 1;
  font-weight: 500;
  padding-right: 1em;
}
@media screen and (min-width: 361px) {
  .barbutton__head {
    padding-right: 0;
  }
}
.barbutton__button {
  width: 10em;
  text-align: right;
}
.barbutton__title {
  font-size: var(--font-size-m);
  margin-bottom: 0.2em;
  line-height: 1.5;
}
.barbutton__body {
  font-size: var(--font-size-xs);
  opacity: 0.7;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 361px) {
  .barbutton__body {
    letter-spacing: 0;
  }
}

.button {
  display: flex;
  align-items: center;
  gap: 1em;
  border-radius: 500px;
  width: max-content;
  padding: 0.9em 1.8em;
}
.button:has(i) {
  padding-right: 1.2em;
}
.button span {
  position: relative;
  will-change: background-size;
  background: url(../img/common/line.png) no-repeat left bottom;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  background-size: 100% 1px;
  display: inline;
}
.button:hover span {
  background-position: right bottom;
  background-size: 0% 1px;
}
.button i {
  display: block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 100px;
  position: relative;
}
.button i:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  background-size: contain;
  background-position: center;
}
.button[data-type=a] {
  padding: 0;
  border-radius: 0;
}
.button[data-type=a] i {
  background-color: var(--color-blue700);
}
.button[data-type=a] i:before {
  background-image: url("../img/common/i-arr-r-wht.svg");
}
.button[data-type=b] {
  padding: 0;
}
.button[data-type=b] i {
  background-color: var(--color-gray900);
}
.button[data-type=b] i:before {
  width: 0.8em;
  height: 0.8em;
}
@media screen and (min-width: 361px) {
  .button[data-type=b] i:before {
    width: 1.1em;
    height: 1.1em;
  }
}
.button[data-type=b] i:before {
  background-image: url("../img/common/i-document.svg");
}
.button[data-type=c] {
  padding: 0;
}
.button[data-type=c] i {
  background-color: #00C9D1;
}
.button[data-type=c] i:before {
  background-image: url("../img/common/i-arr-r-wht.svg");
}
.button[data-type=d] {
  color: #fff;
  background-color: #08213D;
}
.button[data-type=d] i {
  width: 1em;
  height: 1em;
}
.button[data-type=d] i:before {
  width: 0.8em;
  height: 0.8em;
  background-image: url("../img/common/i-arr-r-skyblue.svg");
}
.button[data-type=e] {
  color: #fff;
  background-color: var(--color-blue700);
}
.button[data-type=e] i {
  width: 1em;
  height: 1em;
}
.button[data-type=e] i:before {
  width: 0.8em;
  height: 0.8em;
  background-image: url("../img/common/i-arr-r-wht.svg");
}
.button[data-type=f] {
  color: #fff;
  background-color: var(--color-ink900);
}
.button[data-type=g] {
  color: var(--color-ink700);
  background-color: var(--color-ink50);
}
.button[data-type=h] {
  padding: 0;
}
.button[data-type=h] i {
  background-color: var(--color-blue700);
}
.button[data-type=h] i:before {
  background-image: url("../img/common/i-desktop.svg");
}

.fixbtn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  display: none;
}
@media screen and (min-width: 361px) {
  .fixbtn {
    display: block;
  }
}
.fixbtn a {
  display: block;
  background: #ffd517;
  box-shadow: -6px 5px 10px rgba(0, 0, 0, 0.05);
  padding: var(--gap-xs) var(--gap-xxs) var(--gap-xs) var(--gap-xxs);
  border-radius: var(--radius-xxs) 0 0 var(--radius-xxs);
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.fixbtn a:hover {
  background: rgb(255, 220.3862068966, 63.8);
  box-shadow: -6px 5px 10px rgba(0, 0, 0, 0.13);
}
.fixbtn img {
  width: 1.4em;
}

body.is-in .spcta {
  transform: translateY(-3em);
}

body.inquiry .spcta {
  display: none;
}

body.home.is-in .spcta,
body.event.is-in .spcta,
body.detail.is-in .spcta,
body.organizer.is-in .spcta,
body.news.is-in .spcta {
  transform: translateY(0);
}

@media screen and (min-width: 361px) {
  .spcta {
    display: none;
  }
}
.spcta {
  transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  background-color: rgba(0, 91, 172, 0.85);
  position: fixed;
  left: 0;
  left: calc(var(--container-lr-space) / 2);
  bottom: 0;
  bottom: calc(var(--container-lr-space) / 2);
  z-index: 10;
  width: calc(100% - var(--container-lr-space));
  display: flex;
  height: 3.6em;
  backdrop-filter: blur(12px);
  border-radius: var(--radius-xxs) var(--radius-xxs) 0 0;
  border-radius: var(--radius-xxs);
}
.spcta .spcta__button {
  text-align: center;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 0.2em;
  border-radius: var(--radius-xxxs);
  display: flex;
  align-items: center;
  justify-content: center;
}
.spcta .spcta__button img {
  margin-right: 0.6em;
}
.spcta .spcta__button img.i-calendar {
  width: 1.4em;
}
.spcta .spcta__button img.i-mail {
  width: 1.5em;
}

.page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .page-hero {
    padding-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero {
    padding-top: 4.6037946429vw;
  }
}
@media screen and (max-width: 900px) {
  .page-hero {
    padding-top: 4.7523809524vw;
  }
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding-top: 15.2671755725vw;
  }
}
.page-hero {
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .page-hero {
    padding-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero {
    padding-bottom: 3.8364955357vw;
  }
}
@media screen and (max-width: 900px) {
  .page-hero {
    padding-bottom: 3.9603174603vw;
  }
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding-bottom: 12.7226463104vw;
  }
}
.page-hero {
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .page-hero {
    padding-top: 10.1781170483vw;
    padding-bottom: 10.1781170483vw;
    align-items: flex-start;
  }
}
.page-hero__en {
  font-family: "Climate Crisis", sans-serif;
  font-size: 2.2857142857rem;
}
@media screen and (min-width: 901px) {
  .page-hero__en {
    font-size: 2.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .page-hero__en {
    font-size: 2.8571428571rem;
  }
}
.page-hero__en {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .page-hero__en {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero__en {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .page-hero__en {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .page-hero__en {
    margin-bottom: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .page-hero__en {
    line-height: 1.1;
  }
}
.page-hero__ja {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 24px;
  border: 1px solid #000;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.8571428571rem;
}
@media screen and (min-width: 901px) {
  .page-hero__ja {
    font-size: 0.9285714286rem;
  }
}
@media screen and (min-width: 1440px) {
  .page-hero__ja {
    font-size: 1rem;
  }
}
.page-hero__ja {
  font-weight: bold;
  letter-spacing: 0.55em;
  text-align: center;
  line-height: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-hero__ja {
    letter-spacing: 0.3em;
    padding: 2.0356234097vw 6.106870229vw;
  }
}
.page-hero__lead {
  margin-top: 44px;
}
@media screen and (max-width: 1439px) {
  .page-hero__lead {
    margin-top: 3.0555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-hero__lead {
    margin-top: 3.3761160714vw;
  }
}
@media screen and (max-width: 900px) {
  .page-hero__lead {
    margin-top: 3.4850793651vw;
  }
}
@media screen and (max-width: 768px) {
  .page-hero__lead {
    margin-top: 11.1959287532vw;
  }
}
.page-hero__lead {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-hero__lead {
    margin-top: 10.1781170483vw;
    text-align: left;
  }
}

@font-face {
  font-family: "Futura";
  src: url("/assets/fonts/futur.ttf") format("truetype"), url("/assets/fonts/futur.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* [data-ff=eng] {
  font-family: "Asset", serif;
}
* [data-ff=zen] {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
* [data-color=black] {
  color: #000;
}

.sec-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .sec-head {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .sec-head {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .sec-head {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-head {
    gap: 6.106870229vw;
  }
}
.sec-head {
  margin-bottom: 56px;
}
@media screen and (max-width: 1439px) {
  .sec-head {
    margin-bottom: 3.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .sec-head {
    margin-bottom: 4.296875vw;
  }
}
@media screen and (max-width: 900px) {
  .sec-head {
    margin-bottom: 4.4355555556vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-head {
    margin-bottom: 14.2493638677vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-head {
    margin-bottom: 6.106870229vw;
  }
}
.sec-head__deco {
  font-family: "Asset", serif;
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 901px) {
  .sec-head__deco {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .sec-head__deco {
    font-size: 1.7142857143rem;
  }
}
.sec-head__deco {
  line-height: 1;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .sec-head__deco {
    line-height: 1.2;
  }
}
.sec-head__ttl {
  font-family: var(--font-family-ja-display);
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 901px) {
  .sec-head__ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .sec-head__ttl {
    font-size: 2.2857142857rem;
  }
}
.sec-head__ttl {
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-head__ttl {
    line-height: 1.2;
  }
}

.hdg-num {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .hdg-num {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .hdg-num {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .hdg-num {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .hdg-num {
    gap: 6.106870229vw;
  }
}
.hdg-num__num {
  font-family: "Asset", serif;
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 901px) {
  .hdg-num__num {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .hdg-num__num {
    font-size: 1.7142857143rem;
  }
}
.hdg-num__num {
  text-align: right;
  flex-shrink: 0;
  line-height: 1;
}
.hdg-num__text {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .hdg-num__text {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .hdg-num__text {
    font-size: 1.1428571429rem;
  }
}
.hdg-num__text {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.hdg-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  .hdg-box {
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .hdg-box {
    padding: 0.6138392857vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .hdg-box {
    padding: 0.6336507937vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .hdg-box {
    padding: 2.0356234097vw 6.106870229vw;
  }
}
.hdg-box {
  border: 1px solid var(--color-ink800);
  background-color: #fff;
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .hdg-box {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .hdg-box {
    font-size: 1.1428571429rem;
  }
}
.hdg-box {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.07;
}
.hdg-box.--full {
  display: flex;
}

.breadcrumb {
  overflow-x: auto;
}
@media screen and (min-width: 361px) {
  .breadcrumb {
    overflow-x: inherit;
  }
}
.breadcrumb {
  white-space: nowrap;
  font-size: 0.9em;
  border-top: 1px solid var(--color-line100);
  padding: 1em 0;
}
.breadcrumb ol {
  display: flex;
  font-size: var(--font-size-xs);
}
.breadcrumb ol li:after {
  content: "／";
  margin: 0 0.8em 0 0.5em;
  opacity: 0.7;
}
.breadcrumb ol li:last-child {
  opacity: 0.6;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  line-height: 1.6;
}
.table th {
  font-weight: 500;
}
.table[data-type=a] {
  border-top: 1px solid var(--color-gray50);
}
.table[data-type=a] tr {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
@media screen and (min-width: 361px) {
  .table[data-type=a] tr {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.table[data-type=a] tr {
  border-bottom: 1px solid var(--color-gray50);
  font-size: var(--font-size-m);
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 361px) {
  .table[data-type=a] tr {
    flex-direction: row;
  }
}
.table[data-type=a] th {
  word-break: break-all;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 361px) {
  .table[data-type=a] th {
    padding-bottom: 0;
    width: 30%;
    padding-right: 1em;
  }
}
.table[data-type=a] th {
  flex-shrink: 0;
}
.table[data-type=a] td {
  word-break: break-all;
}
.table[data-type=b] tr {
  font-size: var(--font-size-m);
  text-align: center;
}
.table[data-type=b] th {
  word-break: break-all;
  font-weight: 500;
  background-color: var(--color-gray900);
  color: #fff;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-inline: 2em;
}
@media screen and (min-width: 361px) {
  .table[data-type=b] th {
    padding-inline: inherit;
  }
}
.table[data-type=b] td {
  text-align: center;
  word-break: break-all;
  border-bottom: 1px solid var(--color-gray50);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.table[data-border=gray] thead th,
.table[data-border=gray] thead td {
  border: 1px solid #8697A7;
}
.table[data-border=gray] th,
.table[data-border=gray] td {
  border: 1px solid #D4DADF;
  padding: 0.8em 1.5em;
}
.table[data-border=gray] th[data-text=left],
.table[data-border=gray] td[data-text=left] {
  text-align: left;
}

.table-wrap[data-type=sp-scroll] {
  overflow-x: auto;
}
@media screen and (min-width: 1026px) {
  .table-wrap[data-type=sp-scroll] {
    overflow-x: visible;
  }
}
.table-wrap[data-type=sp-scroll] .table {
  width: 768px;
}
@media screen and (min-width: 1026px) {
  .table-wrap[data-type=sp-scroll] .table {
    width: 100%;
  }
}

.ul {
  font-feature-settings: "pwid" on, "palt" on, "vkrn" on;
}
.ul[data-type=maru] > li {
  position: relative;
  line-height: 1.6;
  padding-left: 0.86em;
}
.ul[data-type=maru] > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.35em;
  aspect-ratio: 1/1;
  border-radius: 2em;
  background-color: var(--color-ink800);
}
.ul[data-type=maru][cricle-color=gray] > li::before {
  background-color: #a0a8ae;
}
.ul[data-type=decimal] {
  padding-left: 1em;
}
.ul[data-type=decimal] > li {
  position: relative;
  line-height: 1.6;
  margin-bottom: var(--gap-xxxs);
  list-style: decimal outside;
}
.ul[data-type=c] {
  padding: 0;
}
.ul[data-type=c] > li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.ul[data-type=c] > li::before {
  content: "※";
}
.ul[data-type=db-maru] {
  padding: 0;
}
.ul[data-type=db-maru] > li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.ul[data-type=db-maru] > li::before {
  content: "◎";
}
.ul[data-w=bold] > li {
  font-weight: bold;
}
.ul li {
  color: var(--color-ink800);
}
.ul li[data-type=c]::before {
  content: "※";
}
.ul li[data-w=nomral] {
  font-weight: normal;
}

.label {
  line-height: 1;
  font-size: 0.834rem;
  color: #fff;
  padding: 0.4em 1em;
  margin-left: 1em;
  transform: translateY(-0.2em);
  display: inline-block;
}
.label.--hissu {
  background-color: var(--color-red700);
}
.label.--nini {
  background-color: #888888;
}

.cta a {
  display: block;
  width: 100%;
  background-size: cover;
  position: relative;
  color: #fff;
  padding-left: var(--gap-s);
  padding-right: var(--gap-l);
  padding-top: var(--gap-xl);
  padding-bottom: var(--gap-xl);
}
@media screen and (min-width: 361px) {
  .cta a {
    padding-top: var(--gap-xxl);
    padding-bottom: var(--gap-xxl);
    padding-right: 0;
  }
}
.cta a {
  overflow: hidden;
}
.cta a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/common/bg-cta.jpg");
  background-size: cover;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.cta a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4F6070;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
  transition: background 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.cta a:hover:before {
  transform: scale(1.05);
}
.cta a:hover:after {
  background: #394653;
}
.cta a:hover .cta__title:after {
  width: 0;
}
.cta__body {
  position: relative;
}
@media screen and (min-width: 361px) {
  .cta__body {
    padding-left: 40px;
  }
}
.cta__body {
  z-index: 1;
}
.cta__body:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1em;
}
@media screen and (min-width: 361px) {
  .cta__body:before {
    top: 0;
  }
}
.cta__body:before {
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-size: contain;
  background-image: url("../img/common/square-yellow.svg");
}
.cta__title {
  font-size: var(--font-size-xxl);
  line-height: 1.6;
  width: max-content;
}
.cta__title:after {
  content: "";
  height: 1px;
}
@media screen and (min-width: 361px) {
  .cta__title:after {
    width: 60%;
    right: 0;
  }
}
.cta__title:after {
  width: 3.3em;
  background-color: #fff;
  position: absolute;
  top: 0.9em;
  right: calc(var(--gap-l) * -1);
  transform: scale(1, 0.9);
  margin-left: 1em;
  transition: width 0.6s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}

.related {
  padding-top: var(--gap-xl);
}
@media screen and (min-width: 361px) {
  .related {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xs);
  }
}
.related__head {
  font-size: calc(var(--font-size-xxl) * 1.2);
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--color-blue700);
  text-align: center;
  margin-bottom: var(--gap-s);
}
.related__panel {
  position: relative;
  display: flex;
  overflow: hidden;
}
.related__panel.--support .related__link:before {
  background-image: url("../img/common/thumb-related-support.jpg");
}
.related__panel.--concept .related__link:before {
  background-image: url("../img/common/thumb-related-concept.jpg");
}
.related__panel.--venue .related__link:before {
  background-image: url("../img/common/thumb-related-venue.jpg");
}
.related__main {
  padding: var(--gap-xs);
  padding-top: 0;
  padding-bottom: var(--gap-s);
}
@media screen and (min-width: 361px) {
  .related__main {
    padding: 0;
  }
}
.related__link:before {
  content: "";
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: var(--gap-s);
}
@media screen and (min-width: 361px) {
  .related__link:before {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 50%;
    height: 100%;
    background-color: #fff;
  }
}
.related__link {
  background-color: #fff;
  display: block;
}
@media screen and (min-width: 361px) {
  .related__link {
    width: 50%;
    padding: var(--gap-m);
  }
}
.related__link {
  margin-left: auto;
}
.related__link .button {
  font-size: var(--font-size-s);
  margin-top: var(--gap-xs);
  margin-left: auto;
}
.related__title {
  font-size: var(--font-size-l);
  font-weight: 700;
  border-bottom: 1px solid var(--color-line100);
}
@media screen and (min-width: 361px) {
  .related__title {
    padding-bottom: 0.6em;
  }
}
.related__body {
  font-size: var(--font-size-s);
}

.swiper-pagination.--related {
  position: relative;
}

.related-swiper-container {
  background-color: #fff;
}
@media screen and (min-width: 361px) {
  .related-swiper-container {
    background: 0;
  }
}

@media screen and (min-width: 361px) {
  :is(body.support .related__panel.--support) {
    display: none;
  }
  :is(body.concept .related__panel.--concept) {
    display: none;
  }
  :is(body.venue .related__panel.--venue) {
    display: none;
  }
}
.anchorlinks {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .anchorlinks {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .anchorlinks {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .anchorlinks {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .anchorlinks {
    gap: 2.0356234097vw;
  }
}
@media screen and (max-width: 768px) {
  .anchorlinks {
    flex-direction: column;
  }
}
.anchorlinks__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
@media screen and (max-width: 1439px) {
  .anchorlinks__btn {
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .anchorlinks__btn {
    padding: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .anchorlinks__btn {
    padding: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .anchorlinks__btn {
    padding: 4.0712468193vw;
  }
}
.anchorlinks__btn {
  background-color: #000;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.anchorlinks__btn .anchorlinks__icon {
  display: block;
  flex-shrink: 0;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .anchorlinks__btn .anchorlinks__icon {
    width: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .anchorlinks__btn .anchorlinks__icon {
    width: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .anchorlinks__btn .anchorlinks__icon {
    width: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .anchorlinks__btn .anchorlinks__icon {
    width: 3.0534351145vw;
  }
}
.anchorlinks__btn .anchorlinks__icon {
  height: 12px;
}
@media screen and (max-width: 1439px) {
  .anchorlinks__btn .anchorlinks__icon {
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .anchorlinks__btn .anchorlinks__icon {
    height: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .anchorlinks__btn .anchorlinks__icon {
    height: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .anchorlinks__btn .anchorlinks__icon {
    height: 3.0534351145vw;
  }
}

.pdf-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .pdf-btn {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .pdf-btn {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .pdf-btn {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .pdf-btn {
    gap: 3.0534351145vw;
  }
}
.pdf-btn {
  padding: 25px 20px;
}
@media screen and (max-width: 1439px) {
  .pdf-btn {
    padding: 1.7361111111vw 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .pdf-btn {
    padding: 1.9182477679vw 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .pdf-btn {
    padding: 1.9801587302vw 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .pdf-btn {
    padding: 6.3613231552vw 5.0890585242vw;
  }
}
.pdf-btn {
  background-color: #000;
  color: #fff;
  transition: opacity 0.2s ease;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  width: 100%;
}
.pdf-btn:hover, .pdf-btn:focus-visible {
  opacity: 0.7;
}
.pdf-btn__icon {
  display: block;
  flex-shrink: 0;
  width: 20px;
}
@media screen and (max-width: 1439px) {
  .pdf-btn__icon {
    width: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .pdf-btn__icon {
    width: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .pdf-btn__icon {
    width: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .pdf-btn__icon {
    width: 5.0890585242vw;
  }
}
.pdf-btn__icon {
  height: 20px;
}
@media screen and (max-width: 1439px) {
  .pdf-btn__icon {
    height: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .pdf-btn__icon {
    height: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .pdf-btn__icon {
    height: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .pdf-btn__icon {
    height: 5.0890585242vw;
  }
}
.pdf-btn__text {
  flex: 1;
}
.pdf-btn--disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.marker[data-type=a] {
  background: linear-gradient(transparent 65%, rgba(253, 225, 42, 0.6039215686) 65%);
}
.marker[data-type=b] {
  color: inherit;
  background: linear-gradient(transparent 65%, rgba(173, 236, 255, 0.6039215686) 65%);
}

.link[data-type=a] {
  position: relative;
  will-change: background-size;
  background: url(../img/common/line.png) no-repeat left bottom;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  background-size: 100% 1px;
  display: inline;
}
.link[data-type=a]:hover {
  background-position: right bottom;
  background-size: 0% 1px;
}
.link[data-type=b] {
  position: relative;
  will-change: background-size;
  background: url(../img/common/line.png) no-repeat right bottom;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  background-size: 0% 1px;
  display: inline;
}
.link[data-type=b]:hover {
  background-position: left bottom;
  background-size: 100% 1px;
}
.link[data-type=c] {
  color: var(--color-blue700);
  text-decoration: underline;
}
.link[data-type=c]:hover {
  text-decoration: none;
}
.link[data-type=c][data-color=black] {
  color: inherit;
}

.card[data-type=type-1] {
  position: relative;
}
.card[data-type=type-1] .card__img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  border-radius: var(--radius-m);
  aspect-ratio: 3/3.5;
}
.card[data-type=type-1] .card__body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4em 1.5em 1em;
  border-radius: var(--radius-m);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
}
.card[data-type=type-1] .card__title {
  font-size: var(--font-l);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.4em;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.card[data-type=type-1] .card__text {
  display: none;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.64);
}
.card[data-type=type-1] .card__subtext {
  font-size: 0.8em;
  font-weight: bold;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.64);
}
.card[data-type=type-2] {
  position: relative;
}
.card[data-type=type-2] .card__img {
  padding-bottom: var(--gap-xxs);
}
.card[data-type=type-2] .card__img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
}
.card[data-type=type-2] .card__link {
  display: block;
  position: relative;
}
.card[data-type=type-2] .card__body {
  /*
  //position: absolute;
  //left: 0;
  //bottom: calc(var(--gap-l) * -1);
  background-color: var(--color-bg100);
  padding: var(--gap-s) var(--gap-xs);
  //padding: 4em 1.5em 1em;
  //border-radius: var(--radius-m);
  //background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  //color: #fff;
  margin-top: calc(var(--gap-m) * -1);
  max-width: 90%;
  position: relative;
  */
}
.card[data-type=type-2] .card__title__date {
  display: block;
  color: var(--color-ink700);
  font-size: var(--font-size-s);
  font-weight: 400;
  position: relative;
  padding-left: 1em;
  line-height: 1;
  margin-bottom: 0.6em;
}
.card[data-type=type-2] .card__title__date:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: var(--color-blue700);
  display: inline-block;
  position: absolute;
  left: 0em;
  top: 0.15em;
}
.card[data-type=type-2] .card__title {
  font-size: var(--font-size-xl);
  font-weight: 500;
  color: var(--color-blue700);
  line-height: 1.3;
  margin-bottom: 0.4em;
  position: relative;
  padding-right: var(--gap-m);
  padding-right: var(--gap-l);
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 3; /* 最大行数を2行に設定 */
  /*
  &:before{
      position: absolute;
      left: 1.2em;
      top: 0;
      content: attr(data-label);
      display: block;
      font-size: 0.55em;
      color:var(--color-blue--700);
      font-family: var(--font-eng);
      font-weight: normal;
      letter-spacing:0;
      margin-bottom: .8em;
      font-weight: 600;
  }

  &:after{
      content: "";

      //background-color: #fff;
      display: block;
      position: absolute;
      right: 50%;
      top: 50%;
      transform: translate(50%,-50%);
      background-size: contain;
      background-position: center;
      width: .5em;
      height: .5em;
      background-image: url("../img/common/i-arr-r-blue.svg");
  }
  */
}
.card[data-type=type-2] .card__arr {
  position: absolute;
  background-color: #f2f6f8;
  background-color: rgba(231, 234, 236, 0.6980392157);
  width: 1.6em;
  height: 1.6em;
}
@media screen and (min-width: 361px) {
  .card[data-type=type-2] .card__arr {
    width: 2.4em;
    height: 2.4em;
  }
}
.card[data-type=type-2] .card__arr {
  border-radius: 100px;
  top: var(--gap-xs);
  right: var(--gap-xs);
}
.card[data-type=type-2] .card__arr:before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  background-size: contain;
  background-position: center;
  width: 0.6em;
  height: 0.6em;
}
@media screen and (min-width: 361px) {
  .card[data-type=type-2] .card__arr:before {
    width: 0.7em;
    height: 0.7em;
  }
}
.card[data-type=type-2] .card__arr:before {
  background-image: url("../img/common/i-arr-r-blue.svg");
}
.card[data-type=type-2] .card__text {
  font-size: var(--font-size-s);
}
.card[data-type=type-2] .card__subtext {
  font-size: 0.8em;
  font-weight: bold;
}
.card[data-type=type-3] {
  border-radius: var(--radius-l);
}
.card[data-type=type-3] .card__main {
  background-color: var(--color-blue--10);
  display: flex;
  flex-direction: row-reverse;
  padding: var(--gap-s) var(--gap-m);
}
.card[data-type=type-3] .card__main:hover {
  background: #fff;
}
.card[data-type=type-3] .card__img {
  width: 240px;
  flex-shrink: 0;
}
.card[data-type=type-3] .card__img img {
  border-radius: var(--radius-m);
}
.card[data-type=type-3] .card__title {
  font-weight: bold;
  font-size: var(--font-l);
  line-height: 1.5;
  margin-bottom: 0.3em;
  position: relative;
  padding-top: 1em;
}
.card[data-type=type-3] .card__title:before {
  position: absolute;
  left: 1.3em;
  top: 0;
  content: attr(data-label);
  display: block;
  font-size: 0.5em;
  color: var(--color-blue--700);
  font-family: var(--font-eng);
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 0.8em;
  font-weight: 600;
}
.card[data-type=type-3] .card__title:after {
  position: absolute;
  left: 0;
  top: 0.33em;
  content: "";
  width: 0.4em;
  height: 3px;
  display: block;
  background-color: var(--color-blue--700);
}
.card[data-type=type-3] .card__body {
  padding-right: 1em;
}
.card[data-type=type-3] .card__subtext {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.card[data-type=type-3] .card__subtext b {
  margin-right: 0.3em;
  font-size: 1.3em;
}
.card[data-type=type-4] .card__img {
  padding-bottom: var(--gap-xs);
}
.card[data-type=type-4] img {
  border-radius: var(--radius-m);
}
.card[data-type=type-5] {
  display: flex;
  gap: 2em;
}
.card[data-type=type-5] .card__title {
  color: var(--color-blue--700);
  font-size: 1.3em;
  font-weight: bold;
}
.card[data-type=type-5] .card__body {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.card[data-type=type-5] .card__img {
  border-radius: var(--radius-m);
  width: 14em;
  flex-shrink: 1;
}
.card[data-type=type-5] .card__img img {
  border-radius: var(--radius-m);
}

.cardlist {
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(3, 1fr);
}

.facility-link-card {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .facility-link-card {
    flex-direction: column;
  }
}
.facility-link-card__copy {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 445px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card__copy {
    flex-basis: 30.9027777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card__copy {
    flex-basis: 34.1448102679vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card__copy {
    flex-basis: 35.2468253968vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__copy {
    flex-basis: 113.2315521628vw;
  }
}
.facility-link-card__copy {
  padding: 20px 40px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card__copy {
    padding: 1.3888888889vw 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card__copy {
    padding: 1.5345982143vw 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card__copy {
    padding: 1.5841269841vw 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__copy {
    padding: 5.0890585242vw 10.1781170483vw;
  }
}
.facility-link-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card__copy {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card__copy {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card__copy {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__copy {
    gap: 5.0890585242vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__copy {
    flex: none;
    padding: 6.106870229vw;
  }
}
.facility-link-card__en {
  font-family: var(--font-family-en-display);
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 901px) {
  .facility-link-card__en {
    font-size: 1.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .facility-link-card__en {
    font-size: 1.7142857143rem;
  }
}
.facility-link-card__en {
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-variation-settings: "YEAR" 1979;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}
.facility-link-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card__link {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card__link {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card__link {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__link {
    gap: 4.0712468193vw;
  }
}
.facility-link-card__link {
  margin-top: 22px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card__link {
    margin-top: 1.5277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card__link {
    margin-top: 1.6880580357vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card__link {
    margin-top: 1.7425396825vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__link {
    margin-top: 5.5979643766vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__link {
    margin-top: 4.5801526718vw;
  }
}
.facility-link-card__ja {
  font-family: var(--font-family-ja-display);
  font-size: 1.1428571429rem;
  font-weight: 900;
}
.facility-link-card__arrow {
  display: block;
  flex-shrink: 0;
  color: currentColor;
}
.facility-link-card__tiles {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.facility-link-card__tiles img {
  display: block;
  width: 100%;
  height: 92px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card__tiles img {
    height: 6.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card__tiles img {
    height: 7.0591517857vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card__tiles img {
    height: 7.286984127vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__tiles img {
    height: 23.4096692112vw;
  }
}
.facility-link-card__tiles img {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .facility-link-card__tiles img {
    height: 30.0254452926vw;
  }
  .facility-link-card__tiles img:nth-of-type(3), .facility-link-card__tiles img:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card__tiles {
    width: 100%;
  }
}
.facility-link-card--narrow {
  max-width: 720px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card--narrow {
    max-width: 50vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card--narrow {
    max-width: 55.2455357143vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card--narrow {
    max-width: 57.0285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card--narrow {
    max-width: 183.2061068702vw;
  }
}
.facility-link-card--narrow {
  margin-inline: auto;
}
.facility-link-card--narrow .facility-link-card__copy {
  flex: 1 1 auto;
  padding-right: 105px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card--narrow .facility-link-card__copy {
    padding-right: 7.2916666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card--narrow .facility-link-card__copy {
    padding-right: 8.056640625vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card--narrow .facility-link-card__copy {
    padding-right: 8.3166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card--narrow .facility-link-card__copy {
    padding-right: 26.7175572519vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card--narrow .facility-link-card__copy {
    padding-right: 6.106870229vw;
  }
}
.facility-link-card--narrow .facility-link-card__tiles {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 275px;
}
@media screen and (max-width: 1439px) {
  .facility-link-card--narrow .facility-link-card__tiles {
    flex-basis: 19.0972222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .facility-link-card--narrow .facility-link-card__tiles {
    flex-basis: 21.1007254464vw;
  }
}
@media screen and (max-width: 900px) {
  .facility-link-card--narrow .facility-link-card__tiles {
    flex-basis: 21.7817460317vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card--narrow .facility-link-card__tiles {
    flex-basis: 69.9745547074vw;
  }
}
@media screen and (max-width: 768px) {
  .facility-link-card--narrow .facility-link-card__tiles {
    flex: none;
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
._mv .swiper-slide-active img,
._mv .swiper-slide-duplicate-active img,
._mv .swiper-slide-prev img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img.swiper-slide {
  height: auto;
  width: 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
@media screen and (min-width: 361px) {
  .swiper-wrapper.--related {
    flex-direction: column;
    gap: var(--gap-xs);
  }
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  transition-property: transform;
}
.swiper-slide .mv__slide__item {
  display: block;
  height: 100%;
}
.swiper-slide img.mv__slide__slide {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (min-width: 600px) {
  .swiper-slide img.mv__slide__slide {
    object-position: top;
  }
}
.swiper-slide .mv__slide__item.--item-1 img {
  object-position: center;
}
.swiper-slide .mv__slide__item.--item-4 img.mv__slide__slide,
.swiper-slide .mv__slide__item.--item-2 img.mv__slide__slide {
  object-position: top;
}
@media screen and (min-width: 600px) {
  .swiper-slide .mv__slide__item.--item-1 img.mv__slide__slide,
  .swiper-slide .mv__slide__item.--item-2 img.mv__slide__slide,
  .swiper-slide .mv__slide__item.--item-4 img.mv__slide__slide {
    object-position: top;
  }
}
.swiper-slide {
  /*
  @media screen and (min-width: 600px) {
    .mv__slide__item.--item-1{
      img.mv__slide__slide{
        object-position: center;
      }
    }
  }*/
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-button-next {
  border-radius: 100px;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 361px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(2, 2, 2, 0.6);
  margin-top: -0.2em;
  margin-bottom: 0.2em;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  background-position: center;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 1vw;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
@media screen and (min-width: 361px) {
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  background-size: inherit;
  background-repeat: no-repeat;
  background-image: url("../img/common/i-arr-r-wht.svg");
  background-size: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 1vw;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
@media screen and (min-width: 361px) {
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  background-size: inherit;
  background-repeat: no-repeat;
  background-image: url("../img/common/i-arr-r-wht.svg");
  background-size: contain;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  z-index: 10;
}
.swiper-pagination.--venue {
  bottom: 0.6em;
  right: 1em;
}

.venue__images__list .swiper-pagination {
  position: relative;
  right: inherit;
  bottom: inherit;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: max-content;
  position: absolute;
  right: 54px;
  bottom: 30px;
}
@media screen and (min-width: 361px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 39px;
    right: 145px;
  }
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  text-indent: -9999px;
  line-height: 0;
}
@media screen and (min-width: 361px) {
  .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.55rem;
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
}
.swiper-pagination-bullet {
  border-radius: 1em;
  display: inline-block;
  margin-right: 0.2em;
  margin-left: 0.2em;
  background: var(--color-gray50);
}

.swiper-controller {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  top: 0;
}
.swiper-controller.--course {
  height: auto;
  top: calc(50% - 1em);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-green700);
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  height: 3px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background-color: #e2e2e2;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background-color: #3E3A39;
  background-color: var(--color-blue700);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top-main {
  padding-bottom: 0;
  overflow-x: hidden;
}

.top-mv {
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}
.top-mv__slider, .top-mv__slide {
  min-height: 725px;
}
@media screen and (max-width: 1439px) {
  .top-mv__slider, .top-mv__slide {
    min-height: 50.3472222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__slider, .top-mv__slide {
    min-height: 55.6291852679vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__slider, .top-mv__slide {
    min-height: 57.4246031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__slider, .top-mv__slide {
    min-height: 184.4783715013vw;
  }
}
.top-mv__slider, .top-mv__slide {
  height: min(100dvh, 725px);
}
@media screen and (max-width: 768px) {
  .top-mv__slider, .top-mv__slide {
    min-height: auto;
    height: auto;
  }
}
.top-mv__slider {
  overflow: hidden;
}
.top-mv__slider .slick-list {
  overflow: hidden;
}
.top-mv__slider.slick-dotted {
  margin-bottom: 0;
}
.top-mv__slider.slick-slider {
  margin-bottom: 0;
}
.top-mv__slider.slick-initialized .slick-slide {
  display: block;
}
.top-mv__slider.slick-fade .slick-slide {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.top-mv__slider.slick-fade .slick-current, .top-mv__slider.slick-fade .slick-active {
  pointer-events: auto;
  opacity: 1;
}
.top-mv__slide {
  position: relative;
  overflow: hidden;
  will-change: opacity;
}
.top-mv__media {
  position: absolute;
  inset: 0;
}
.top-mv__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top-mv__image {
  display: block;
  width: 100%;
  height: 100%;
}
.top-mv__slide--01 .top-mv__media {
  left: auto;
  width: 64.746703678%;
}
@media screen and (max-width: 768px) {
  .top-mv__slide--01 .top-mv__media {
    inset: 0 0 auto;
    width: 100%;
    height: 77.8625954198vw;
  }
}
.top-mv__slide--02 .top-mv__media {
  left: auto;
  width: 73.6988202637%;
}
@media screen and (max-width: 768px) {
  .top-mv__slide--02 .top-mv__media {
    inset: 0;
    width: 100%;
    height: 77.8625954198vw;
  }
}
.top-mv__slide--03 .top-mv__media {
  width: 100%;
}
.top-mv__inner {
  position: relative;
  z-index: 2;
  height: 100%;
}
.top-mv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-mv__content {
    justify-content: flex-start;
    padding: 81.9338422392vw 0 26.2086513995vw;
  }
}
.top-mv__content--stacked {
  justify-content: flex-start;
  padding-top: 316px;
}
@media screen and (max-width: 1439px) {
  .top-mv__content--stacked {
    padding-top: 21.9444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__content--stacked {
    padding-top: 24.2466517857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__content--stacked {
    padding-top: 25.0292063492vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__content--stacked {
    padding-top: 80.4071246819vw;
  }
}
.top-mv__content--stacked {
  gap: 14px;
}
@media screen and (max-width: 1439px) {
  .top-mv__content--stacked {
    gap: 0.9722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__content--stacked {
    gap: 1.07421875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__content--stacked {
    gap: 1.1088888889vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__content--stacked {
    gap: 3.5623409669vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__content--stacked {
    gap: 1.272264631vw;
    padding-top: 63.6132315522vw;
  }
}
.top-mv__headline {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 1439px) {
  .top-mv__headline {
    gap: 0.1388888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__headline {
    gap: 0.1534598214vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__headline {
    gap: 0.1584126984vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__headline {
    gap: 0.5089058524vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__headline--pc {
    display: none;
  }
}
.top-mv__headline--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-mv__headline--sp {
    display: flex;
  }
}
.top-mv__headline--compact {
  gap: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .top-mv__headline--compact {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__headline--compact {
    margin-bottom: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__headline--compact {
    margin-bottom: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__headline--compact {
    margin-bottom: 8.1424936387vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__headline--compact {
    margin-bottom: 5.5979643766vw;
  }
}
.top-mv__headline--stacked {
  margin-bottom: 22px;
}
@media screen and (max-width: 1439px) {
  .top-mv__headline--stacked {
    margin-bottom: 1.5277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__headline--stacked {
    margin-bottom: 1.6880580357vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__headline--stacked {
    margin-bottom: 1.7425396825vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__headline--stacked {
    margin-bottom: 5.5979643766vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__headline--stacked {
    margin-bottom: 2.0356234097vw;
  }
}
.top-mv__headline--stacked .top-mv__title {
  color: #fff;
}
.top-mv__title {
  font-family: "Asset", serif;
  font-size: 1.5714285714rem;
}
@media screen and (min-width: 901px) {
  .top-mv__title {
    font-size: 2.7857142857rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-mv__title {
    font-size: 4rem;
  }
}
.top-mv__title {
  line-height: 1.14;
  color: var(--color-ink800);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.top-mv__subtitle {
  margin-top: 57px;
}
@media screen and (max-width: 1439px) {
  .top-mv__subtitle {
    margin-top: 3.9583333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__subtitle {
    margin-top: 4.3736049107vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__subtitle {
    margin-top: 4.5147619048vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__subtitle {
    margin-top: 14.5038167939vw;
  }
}
.top-mv__subtitle {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .top-mv__subtitle {
    font-size: 1.3571428571rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-mv__subtitle {
    font-size: 1.7142857143rem;
  }
}
.top-mv__subtitle {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .top-mv__subtitle {
    margin-top: 6.106870229vw;
    letter-spacing: 0.1em;
  }
}
.top-mv__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .top-mv__copy {
    font-size: 1.6428571429rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-mv__copy {
    font-size: 2.2857142857rem;
  }
}
.top-mv__copy {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .top-mv__copy {
    letter-spacing: 0.04em;
  }
}
.top-mv__copy--boxed {
  padding: 10px 16px;
}
@media screen and (max-width: 1439px) {
  .top-mv__copy--boxed {
    padding: 0.6944444444vw 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__copy--boxed {
    padding: 0.7672991071vw 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__copy--boxed {
    padding: 0.7920634921vw 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__copy--boxed {
    padding: 2.5445292621vw 4.0712468193vw;
  }
}
.top-mv__copy--boxed {
  border: 1px solid var(--color-ink800);
  background-color: #fff;
}
.top-mv__dots {
  position: absolute;
  left: 221px;
}
@media screen and (max-width: 1439px) {
  .top-mv__dots {
    left: 15.3472222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__dots {
    left: 16.9573102679vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__dots {
    left: 17.5046031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__dots {
    left: 56.2340966921vw;
  }
}
.top-mv__dots {
  bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .top-mv__dots {
    bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__dots {
    bottom: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__dots {
    bottom: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__dots {
    bottom: 6.106870229vw;
  }
}
.top-mv__dots {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top-mv__dots {
    left: 5.0890585242vw;
    bottom: 9.6692111959vw;
  }
}
.top-mv__dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .top-mv__dots .slick-dots {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__dots .slick-dots {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__dots .slick-dots {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__dots .slick-dots {
    gap: 2.0356234097vw;
  }
}
.top-mv__dots li {
  display: flex;
}
.top-mv__dots button {
  width: 8px;
}
@media screen and (max-width: 1439px) {
  .top-mv__dots button {
    width: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__dots button {
    width: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__dots button {
    width: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__dots button {
    width: 2.0356234097vw;
  }
}
.top-mv__dots button {
  height: 8px;
}
@media screen and (max-width: 1439px) {
  .top-mv__dots button {
    height: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-mv__dots button {
    height: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-mv__dots button {
    height: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__dots button {
    height: 2.0356234097vw;
  }
}
.top-mv__dots button {
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #e5e5e5;
  font-size: 0;
  line-height: 0;
  transition: background-color 0.2s ease;
}
.top-mv__dots .slick-active button {
  background-color: #bbb;
}

.top-sub-nav {
  position: sticky;
  top: 64px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .top-sub-nav {
    display: none;
  }
}
.top-sub-nav.is-fixed {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
}

.top-reason {
  position: relative;
  padding: 104px 0px 172px;
}
@media screen and (max-width: 1439px) {
  .top-reason {
    padding: 7.2222222222vw 0vw 11.9444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason {
    padding: 7.9799107143vw 0vw 13.1975446429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason {
    padding: 8.2374603175vw 0vw 13.6234920635vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason {
    padding: 26.4631043257vw 0vw 43.7659033079vw;
  }
}
.top-reason {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-reason {
    padding: 17.8117048346vw 0 14.2493638677vw;
  }
}
.top-reason__deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
@media screen and (max-width: 1439px) {
  .top-reason__deco {
    width: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__deco {
    width: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__deco {
    width: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__deco {
    width: 20.3562340967vw;
  }
}
.top-reason__deco {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-reason__deco {
    width: 100%;
    height: auto;
  }
}
.top-reason__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 72px;
}
@media screen and (max-width: 1439px) {
  .top-reason__inner {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__inner {
    padding-bottom: 5.5245535714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__inner {
    padding-bottom: 5.7028571429vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__inner {
    padding-bottom: 18.320610687vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__inner {
    padding-bottom: 8.1424936387vw;
  }
}
.top-reason__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -117px;
}
@media screen and (max-width: 1439px) {
  .top-reason__inner::before {
    right: -8.125vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__inner::before {
    right: -8.9773995536vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__inner::before {
    right: -9.2671428571vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__inner::before {
    right: -29.7709923664vw;
  }
}
.top-reason__inner::before {
  width: 234px;
}
@media screen and (max-width: 1439px) {
  .top-reason__inner::before {
    width: 16.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__inner::before {
    width: 17.9547991071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__inner::before {
    width: 18.5342857143vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__inner::before {
    width: 59.5419847328vw;
  }
}
.top-reason__inner::before {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #e60012;
}
@media screen and (max-width: 768px) {
  .top-reason__inner::before {
    top: 16.5394402036vw;
    right: -5.0890585242vw;
    width: 40.7124681934vw;
  }
}
@media screen and (min-width: 769px) {
  .top-reason__content {
    padding-left: 36px;
    border-left: 4px solid #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .top-reason__content {
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top-reason__content {
    padding-left: 2.7622767857vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .top-reason__content {
    padding-left: 2.8514285714vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .top-reason__content {
    padding-left: 9.1603053435vw;
  }
}
.top-reason__heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .top-reason__heading {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__heading {
    margin-bottom: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__heading {
    margin-bottom: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__heading {
    margin-bottom: 8.1424936387vw;
  }
}
.top-reason__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-reason__heading {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__heading {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__heading {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__heading {
    gap: 4.0712468193vw;
  }
}
.top-reason__heading {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-reason__heading {
    margin-bottom: 10.1781170483vw;
    gap: 3.0534351145vw;
  }
}
.top-reason__heading-top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-reason__heading-top {
    display: contents;
  }
}
.top-reason__title {
  font-family: var(--font-family-en-display);
  font-size: 2rem;
}
@media screen and (min-width: 901px) {
  .top-reason__title {
    font-size: 2.4285714286rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-reason__title {
    font-size: 2.8571428571rem;
  }
}
.top-reason__title {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .top-reason__title {
    order: 1;
  }
}
.top-reason__icons {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-reason__icons {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__icons {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__icons {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__icons {
    gap: 4.0712468193vw;
  }
}
.top-reason__icons {
  padding-top: 10px;
}
@media screen and (max-width: 1439px) {
  .top-reason__icons {
    padding-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__icons {
    padding-top: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__icons {
    padding-top: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__icons {
    padding-top: 2.5445292621vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__icons {
    gap: 2.5445292621vw;
    padding-top: 1.0178117048vw;
    order: 3;
  }
}
.top-reason__icon {
  width: 104px;
}
@media screen and (max-width: 1439px) {
  .top-reason__icon {
    width: 7.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__icon {
    width: 7.9799107143vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__icon {
    width: 8.2374603175vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__icon {
    width: 26.4631043257vw;
  }
}
.top-reason__icon {
  height: 24px;
}
@media screen and (max-width: 1439px) {
  .top-reason__icon {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__icon {
    height: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__icon {
    height: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__icon {
    height: 6.106870229vw;
  }
}
.top-reason__icon {
  display: block;
}
.top-reason__label {
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  .top-reason__label {
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__label {
    padding: 0.6138392857vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__label {
    padding: 0.6336507937vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__label {
    padding: 2.0356234097vw 6.106870229vw;
  }
}
.top-reason__label {
  border: 1px solid #000;
  font-family: var(--font-family-ja-display);
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-reason__label {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-reason__label {
    font-size: 1rem;
  }
}
.top-reason__label {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.55em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-reason__label {
    order: 2;
  }
}
.top-reason__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1439px) {
  .top-reason__list {
    gap: 1.9444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__list {
    gap: 2.1484375vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__list {
    gap: 2.2177777778vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__list {
    gap: 7.1246819338vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__list {
    gap: 6.106870229vw;
  }
}
.top-reason__card {
  position: relative;
  display: grid;
  grid-template-columns: 387px 1fr;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card {
    gap: 8.1424936387vw;
  }
}
.top-reason__card {
  padding: 8px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card {
    padding: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card {
    padding: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card {
    padding: 2.0356234097vw;
  }
}
.top-reason__card {
  border: 1px solid var(--color-ink800);
  background-color: #e4e4e4;
}
@media screen and (max-width: 768px) {
  .top-reason__card {
    grid-template-columns: 1fr;
    gap: 5.0890585242vw;
    padding: 2.0356234097vw 2.0356234097vw 5.0890585242vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top-reason__card {
    grid-template-columns: 320px 1fr;
    gap: 24px;
  }
}
.top-reason__card-media {
  min-height: 224px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card-media {
    min-height: 15.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card-media {
    min-height: 17.1875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card-media {
    min-height: 17.7422222222vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-media {
    min-height: 56.9974554707vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-media {
    min-height: 45.8015267176vw;
  }
}
.top-reason__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-reason__card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card-body {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card-body {
    padding-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card-body {
    padding-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-body {
    padding-top: 10.1781170483vw;
  }
}
.top-reason__card-body {
  padding-right: 72px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card-body {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card-body {
    padding-right: 5.5245535714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card-body {
    padding-right: 5.7028571429vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-body {
    padding-right: 18.320610687vw;
  }
}
.top-reason__card-body {
  padding-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card-body {
    padding-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card-body {
    padding-bottom: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card-body {
    padding-bottom: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-body {
    padding-bottom: 8.1424936387vw;
  }
}
.top-reason__card-body {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .top-reason__card-body {
    padding: 6.106870229vw 3.8167938931vw 2.5445292621vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top-reason__card-body {
    padding: 32px 48px 28px 0;
  }
}
.top-reason__card-title {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .top-reason__card-title {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-reason__card-title {
    font-size: 1.1428571429rem;
  }
}
.top-reason__card-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .top-reason__card-title {
    line-height: normal;
  }
}
.top-reason__card-text {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card-text {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card-text {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card-text {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-text {
    margin-top: 6.106870229vw;
  }
}
.top-reason__card-text {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-reason__card-text {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-reason__card-text {
    font-size: 1rem;
  }
}
.top-reason__card-text {
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-reason__card-text {
    margin-top: 4.0712468193vw;
  }
}
.top-reason__card-num {
  position: absolute;
  top: 16px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card-num {
    top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card-num {
    top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card-num {
    top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-num {
    top: 4.0712468193vw;
  }
}
.top-reason__card-num {
  right: -25px;
}
@media screen and (max-width: 1439px) {
  .top-reason__card-num {
    right: -1.7361111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__card-num {
    right: -1.9182477679vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__card-num {
    right: -1.9801587302vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__card-num {
    right: -6.3613231552vw;
  }
}
.top-reason__card-num {
  font-family: "Asset", serif;
  font-size: 2.5714285714rem;
}
@media screen and (min-width: 901px) {
  .top-reason__card-num {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-reason__card-num {
    font-size: 3.4285714286rem;
  }
}
.top-reason__card-num {
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-reason__card-num {
    position: static;
    margin-bottom: 4.0712468193vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top-reason__card-num {
    right: 8px;
    top: 12px;
  }
}
.top-reason__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn {
    gap: 6.106870229vw;
  }
}
.top-reason__btn {
  width: 100%;
  max-width: 368px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn {
    max-width: 25.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn {
    max-width: 28.2366071429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn {
    max-width: 29.1479365079vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn {
    max-width: 93.6386768448vw;
  }
}
.top-reason__btn {
  margin-top: 34px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn {
    margin-top: 2.3611111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn {
    margin-top: 2.6088169643vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn {
    margin-top: 2.693015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn {
    margin-top: 8.6513994911vw;
  }
}
.top-reason__btn {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn {
    padding: 1.3888888889vw 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn {
    padding: 1.5345982143vw 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn {
    padding: 1.5841269841vw 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn {
    padding: 5.0890585242vw 10.1781170483vw;
  }
}
.top-reason__btn {
  background-color: #000;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.top-reason__btn:hover, .top-reason__btn:focus-visible {
  background-color: var(--color-button-hover-dark);
  color: #fff;
}
.top-reason__btn-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn-copy {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn-copy {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn-copy {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn-copy {
    gap: 2.0356234097vw;
  }
}
.top-reason__btn-main {
  font-family: var(--font-family-en-display);
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 901px) {
  .top-reason__btn-main {
    font-size: 1.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-reason__btn-main {
    font-size: 1.7142857143rem;
  }
}
.top-reason__btn-main {
  line-height: 1;
  letter-spacing: 0.1em;
}
.top-reason__btn-sub {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-reason__btn-sub {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-reason__btn-sub {
    font-size: 1rem;
  }
}
.top-reason__btn-sub {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top-reason__btn-arrow {
  position: relative;
  width: 32px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn-arrow {
    width: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn-arrow {
    width: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn-arrow {
    width: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn-arrow {
    width: 8.1424936387vw;
  }
}
.top-reason__btn-arrow {
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.top-reason__btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn-arrow::after {
    width: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn-arrow::after {
    width: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn-arrow::after {
    width: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn-arrow::after {
    width: 2.5445292621vw;
  }
}
.top-reason__btn-arrow::after {
  height: 10px;
}
@media screen and (max-width: 1439px) {
  .top-reason__btn-arrow::after {
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-reason__btn-arrow::after {
    height: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-reason__btn-arrow::after {
    height: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .top-reason__btn-arrow::after {
    height: 2.5445292621vw;
  }
}
.top-reason__btn-arrow::after {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.top-links {
  position: relative;
  z-index: 1;
  margin-top: -140px;
}
@media screen and (max-width: 1439px) {
  .top-links {
    margin-top: -9.7222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links {
    margin-top: -10.7421875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links {
    margin-top: -11.0888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links {
    margin-top: -35.6234096692vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links {
    margin-top: 0;
  }
}
.top-links__hero {
  position: relative;
  overflow: hidden;
}
.top-links__hero--visitor {
  padding: 120px 0px 200px;
}
@media screen and (max-width: 1439px) {
  .top-links__hero--visitor {
    padding: 8.3333333333vw 0vw 13.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__hero--visitor {
    padding: 9.2075892857vw 0vw 15.3459821429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__hero--visitor {
    padding: 9.5047619048vw 0vw 15.8412698413vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__hero--visitor {
    padding: 30.534351145vw 0vw 50.8905852417vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__hero--visitor {
    padding: 19.8473282443vw 0 35.8778625954vw;
  }
}
.top-links__hero--organizer {
  padding: 80px 0px 64px;
}
@media screen and (max-width: 1439px) {
  .top-links__hero--organizer {
    padding: 5.5555555556vw 0vw 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__hero--organizer {
    padding: 6.1383928571vw 0vw 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__hero--organizer {
    padding: 6.3365079365vw 0vw 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__hero--organizer {
    padding: 20.3562340967vw 0vw 16.2849872774vw;
  }
}
.top-links__hero--organizer {
  margin-top: -134px;
}
@media screen and (max-width: 1439px) {
  .top-links__hero--organizer {
    margin-top: -9.3055555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__hero--organizer {
    margin-top: -10.2818080357vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__hero--organizer {
    margin-top: -10.6136507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__hero--organizer {
    margin-top: -34.096692112vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__hero--organizer {
    margin-top: -29.262086514vw;
    padding: 19.8473282443vw 0 11.4503816794vw;
  }
}
.top-links__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 0;
}
.top-links__photo {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
}
.top-links__photo img {
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top-links__photo {
    height: 100%;
    mask-image: url("/assets/images/top/top-links-bg-top.png");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    top: 0;
  }
  .top-links__photo img {
    position: absolute;
    top: 0;
    right: 0;
    width: 24.3055555556%;
  }
}
@media screen and (max-width: 768px) {
  .top-links__photo {
    bottom: 0;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  .top-links__photo--organizer {
    mask-image: url("/assets/images/top/top-links-bg-bottom.png");
  }
  .top-links__photo--organizer img {
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .top-links__photo--organizer {
    height: 329px;
  }
}
.top-links__outer {
  display: contents;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-links__outer {
    display: block;
    padding-bottom: 9.4147582697vw;
  }
}
.top-links__inner {
  position: relative;
  z-index: 1;
}
.top-links__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-links__group {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-links__group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 6.106870229vw;
    min-width: 0;
  }
}
.top-links__group-head {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  min-height: 240px;
}
@media screen and (max-width: 1439px) {
  .top-links__group-head {
    min-height: 16.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__group-head {
    min-height: 18.4151785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__group-head {
    min-height: 19.0095238095vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__group-head {
    min-height: 61.0687022901vw;
  }
}
.top-links__group-head {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .top-links__group-head {
    position: static;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.top-links__group-label {
  position: relative;
  font-family: var(--font-family-ja-display);
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  writing-mode: vertical-rl;
  padding-left: 20px;
}
@media screen and (max-width: 1439px) {
  .top-links__group-label {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__group-label {
    padding-left: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__group-label {
    padding-left: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__group-label {
    padding-left: 5.0890585242vw;
  }
}
.top-links__group-label {
  padding-bottom: 96px;
}
@media screen and (max-width: 1439px) {
  .top-links__group-label {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__group-label {
    padding-bottom: 7.3660714286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__group-label {
    padding-bottom: 7.6038095238vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__group-label {
    padding-bottom: 24.427480916vw;
  }
}
.top-links__group-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-links__group-label {
    writing-mode: vertical-rl;
    padding-left: 5.0890585242vw;
    padding-bottom: 24.427480916vw;
    line-height: 1.2;
  }
  .top-links__group-label::before {
    display: block;
  }
}
.top-links__cards {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .top-links__cards {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__cards {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__cards {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__cards {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__cards {
    flex-direction: column;
    gap: 4.0712468193vw;
    width: 50.8905852417vw;
    min-width: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-links__cards--organizer .top-links__card {
    background: #7ca81e;
  }
}
.top-links__card {
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .top-links__card {
    width: 13.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__card {
    width: 15.3459821429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__card {
    width: 15.8412698413vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__card {
    width: 50.8905852417vw;
  }
}
.top-links__card {
  min-height: 200px;
}
@media screen and (max-width: 1439px) {
  .top-links__card {
    min-height: 13.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__card {
    min-height: 15.3459821429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__card {
    min-height: 15.8412698413vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__card {
    min-height: 50.8905852417vw;
  }
}
.top-links__card {
  padding: 32px 10px 24px;
}
@media screen and (max-width: 1439px) {
  .top-links__card {
    padding: 2.2222222222vw 0.6944444444vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__card {
    padding: 2.4553571429vw 0.7672991071vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__card {
    padding: 2.5346031746vw 0.7920634921vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__card {
    padding: 8.1424936387vw 2.5445292621vw 6.106870229vw;
  }
}
.top-links__card {
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-links__card {
    width: 50.8905852417vw;
    min-height: 50.8905852417vw;
    height: auto;
    padding: 6.106870229vw 4.0712468193vw 6.106870229vw;
    background-color: #446dba;
    flex: none;
    justify-content: center;
  }
}
.top-links__card:hover {
  color: #fff;
}
.top-links__card-icon {
  width: 48px;
}
@media screen and (max-width: 1439px) {
  .top-links__card-icon {
    width: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__card-icon {
    width: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__card-icon {
    width: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__card-icon {
    width: 12.213740458vw;
  }
}
.top-links__card-icon {
  height: 48px;
}
@media screen and (max-width: 1439px) {
  .top-links__card-icon {
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__card-icon {
    height: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__card-icon {
    height: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__card-icon {
    height: 12.213740458vw;
  }
}
.top-links__card-icon {
  display: block;
}
.top-links__card-main {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .top-links__card-main {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__card-main {
    margin-top: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__card-main {
    margin-top: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__card-main {
    margin-top: 5.0890585242vw;
  }
}
.top-links__card-main {
  font-family: var(--font-family-en-display);
  font-size: 1.2857142857rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.top-links__card-sub {
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .top-links__card-sub {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-links__card-sub {
    margin-top: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-links__card-sub {
    margin-top: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .top-links__card-sub {
    margin-top: 3.0534351145vw;
  }
}
.top-links__card-sub {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-links__card-sub {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-links__card-sub {
    font-size: 1rem;
  }
}
.top-links__card-sub {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.top-news {
  margin-top: 122px;
}
@media screen and (max-width: 1439px) {
  .top-news {
    margin-top: 8.4722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news {
    margin-top: 9.3610491071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news {
    margin-top: 9.6631746032vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 31.0432569975vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 14.2493638677vw;
  }
}
.top-news__heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .top-news__heading {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__heading {
    margin-bottom: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__heading {
    margin-bottom: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__heading {
    margin-bottom: 6.106870229vw;
  }
}
.top-news__title {
  font-family: var(--font-family-en-display);
  font-size: 2rem;
}
@media screen and (min-width: 901px) {
  .top-news__title {
    font-size: 2.4285714286rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__title {
    font-size: 2.8571428571rem;
  }
}
.top-news__title {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.top-news__label {
  display: inline-flex;
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .top-news__label {
    margin-top: 0.9722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__label {
    margin-top: 1.07421875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__label {
    margin-top: 1.1088888889vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__label {
    margin-top: 3.5623409669vw;
  }
}
.top-news__label {
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  .top-news__label {
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__label {
    padding: 0.6138392857vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__label {
    padding: 0.6336507937vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__label {
    padding: 2.0356234097vw 6.106870229vw;
  }
}
.top-news__label {
  border: 1px solid #000;
  font-family: var(--font-family-ja-display);
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-news__label {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__label {
    font-size: 1rem;
  }
}
.top-news__label {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  background-color: #fff;
}
.top-news__panel {
  max-width: 1000px;
  padding: 44px 63px;
}
@media screen and (max-width: 1439px) {
  .top-news__panel {
    padding: 3.0555555556vw 4.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__panel {
    padding: 3.3761160714vw 4.833984375vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__panel {
    padding: 3.4850793651vw 4.99vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__panel {
    padding: 11.1959287532vw 16.0305343511vw;
  }
}
.top-news__panel {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-news__panel {
    padding: 6.3613231552vw;
  }
}
.top-news__categories {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-news__categories {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__categories {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__categories {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__categories {
    gap: 4.0712468193vw;
  }
}
.top-news__categories {
  padding-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .top-news__categories {
    padding-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__categories {
    padding-bottom: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__categories {
    padding-bottom: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__categories {
    padding-bottom: 6.106870229vw;
  }
}
.top-news__categories {
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  .top-news__categories {
    justify-content: flex-start;
    gap: 2.0356234097vw;
  }
}
.top-news__category {
  min-width: 70px;
}
@media screen and (max-width: 1439px) {
  .top-news__category {
    min-width: 4.8611111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__category {
    min-width: 5.37109375vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__category {
    min-width: 5.5444444444vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__category {
    min-width: 17.8117048346vw;
  }
}
.top-news__category {
  padding: 5px 12px;
}
@media screen and (max-width: 1439px) {
  .top-news__category {
    padding: 0.3472222222vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__category {
    padding: 0.3836495536vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__category {
    padding: 0.396031746vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__category {
    padding: 1.272264631vw 3.0534351145vw;
  }
}
.top-news__category {
  border: 1px solid #000;
  border-radius: 999px;
  background-color: transparent;
  font-size: 0.7142857143rem;
}
@media screen and (min-width: 901px) {
  .top-news__category {
    font-size: 0.7857142857rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__category {
    font-size: 0.8571428571rem;
  }
}
.top-news__category {
  line-height: 1.5;
  color: var(--color-ink800);
  cursor: pointer;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-news__category {
    min-width: 17.8117048346vw;
    padding: 2.0356234097vw 2.7989821883vw;
  }
}
.top-news__category.is-muted {
  opacity: 0.4;
}
.top-news__item {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-news__item {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__item {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__item {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__item {
    gap: 4.0712468193vw;
  }
}
.top-news__item {
  padding: 16px 0px 16px;
}
@media screen and (max-width: 1439px) {
  .top-news__item {
    padding: 1.1111111111vw 0vw 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__item {
    padding: 1.2276785714vw 0vw 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__item {
    padding: 1.2673015873vw 0vw 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__item {
    padding: 4.0712468193vw 0vw 4.0712468193vw;
  }
}
.top-news__item {
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    flex-direction: column;
    gap: 4.0712468193vw;
    padding: 2.0356234097vw 0;
  }
}
.top-news__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-news__meta {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__meta {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__meta {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__meta {
    gap: 4.0712468193vw;
  }
}
.top-news__meta {
  width: 166px;
}
@media screen and (max-width: 1439px) {
  .top-news__meta {
    width: 11.5277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__meta {
    width: 12.7371651786vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__meta {
    width: 13.1482539683vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__meta {
    width: 42.2391857506vw;
  }
}
.top-news__meta {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top-news__meta {
    gap: 4.0712468193vw;
    width: auto;
  }
}
.top-news__date {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-news__date {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__date {
    font-size: 1rem;
  }
}
.top-news__date {
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.top-news__tag {
  padding: 6px 12px;
}
@media screen and (max-width: 1439px) {
  .top-news__tag {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__tag {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__tag {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__tag {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.top-news__tag {
  min-width: 72px;
}
@media screen and (max-width: 1439px) {
  .top-news__tag {
    min-width: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__tag {
    min-width: 5.5245535714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__tag {
    min-width: 5.7028571429vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__tag {
    min-width: 18.320610687vw;
  }
}
.top-news__tag {
  border-radius: 999px;
  background-color: #446dba;
  font-size: 0.7142857143rem;
}
@media screen and (min-width: 901px) {
  .top-news__tag {
    font-size: 0.7857142857rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__tag {
    font-size: 0.8571428571rem;
  }
}
.top-news__tag {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.top-news__body {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-news__body {
    padding: 3.0534351145vw 0;
  }
}
.top-news__item-title {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-news__item-title {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__item-title {
    font-size: 1rem;
  }
}
.top-news__item-title {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
.top-news__text {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .top-news__text {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__text {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-news__text {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__text {
    margin-top: 4.0712468193vw;
  }
}
.top-news__text {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-news__text {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-news__text {
    font-size: 1rem;
  }
}
.top-news__text {
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
  font-weight: 500;
}

.top-event {
  padding: 90px 0px 80px;
}
@media screen and (max-width: 1439px) {
  .top-event {
    padding: 6.25vw 0vw 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event {
    padding: 6.9056919643vw 0vw 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event {
    padding: 7.1285714286vw 0vw 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event {
    padding: 22.9007633588vw 0vw 20.3562340967vw;
  }
}
.top-event {
  background-color: #fffae2;
  overflow: clip;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-event {
    padding: 24.9363867684vw 0 10.1781170483vw;
  }
}
.top-event__deco {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 78px;
}
@media screen and (max-width: 1439px) {
  .top-event__deco {
    width: 5.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__deco {
    width: 5.9849330357vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__deco {
    width: 6.1780952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__deco {
    width: 19.8473282443vw;
  }
}
@media screen and (min-width: 769px) {
  .top-event__deco {
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .top-event__deco {
    width: 100%;
    height: auto;
  }
}
.top-event__inner {
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 1439px) {
  .top-event__inner {
    padding-left: 3.1944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__inner {
    padding-left: 3.5295758929vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__inner {
    padding-left: 3.6434920635vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__inner {
    padding-left: 11.7048346056vw;
  }
}
.top-event__inner {
  border-left: 5px solid #000;
}
@media screen and (max-width: 768px) {
  .top-event__inner {
    padding-left: 6.106870229vw;
  }
}
.top-event__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .top-event__heading {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__heading {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__heading {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__heading {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__heading {
    gap: 3.3078880407vw;
  }
}
.top-event__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (max-width: 1439px) {
  .top-event__title-wrap {
    gap: 0.9722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__title-wrap {
    gap: 1.07421875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__title-wrap {
    gap: 1.1088888889vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__title-wrap {
    gap: 3.5623409669vw;
  }
}
.top-event__title {
  font-family: var(--font-family-en-display);
  font-size: 2rem;
}
@media screen and (min-width: 901px) {
  .top-event__title {
    font-size: 2.4285714286rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event__title {
    font-size: 2.8571428571rem;
  }
}
.top-event__title {
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-ink800);
}
.top-event__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}
@media screen and (max-width: 1439px) {
  .top-event__label {
    min-height: 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__label {
    min-height: 2.3018973214vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__label {
    min-height: 2.3761904762vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__label {
    min-height: 7.6335877863vw;
  }
}
.top-event__label {
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  .top-event__label {
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__label {
    padding: 0.6138392857vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__label {
    padding: 0.6336507937vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__label {
    padding: 2.0356234097vw 6.106870229vw;
  }
}
.top-event__label {
  border: 1px solid var(--color-ink800);
  background-color: #fff;
  font-family: var(--font-family-ja-display);
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-event__label {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event__label {
    font-size: 1rem;
  }
}
.top-event__label {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.55em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .top-event__label {
    padding: 2.0356234097vw 5.5979643766vw;
    min-height: auto;
  }
}
.top-event__month-nav {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-event__month-nav {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__month-nav {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__month-nav {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__month-nav {
    gap: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__month-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.0356234097vw;
  }
}
.top-event__month-current {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-ink800);
  position: relative;
}
.top-event__month-current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 1px;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .top-event__month-current {
    display: none;
  }
}
.top-event__month {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .top-event__month {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__month {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__month {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__month {
    gap: 2.0356234097vw;
  }
}
.top-event__month {
  padding: 12px 16px;
}
@media screen and (max-width: 1439px) {
  .top-event__month {
    padding: 0.8333333333vw 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__month {
    padding: 0.9207589286vw 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__month {
    padding: 0.9504761905vw 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__month {
    padding: 3.0534351145vw 4.0712468193vw;
  }
}
.top-event__month {
  border: 1px solid #000;
  background-color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .top-event__month {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event__month {
    font-size: 1.1428571429rem;
  }
}
.top-event__month {
  line-height: 1;
  color: var(--color-ink800);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .top-event__month {
    width: 7.2857142857rem;
    height: 3rem;
    padding: 0;
  }
}
.top-event__month:hover, .top-event__month:focus-visible {
  background-color: var(--color-button-hover-light);
  border-color: var(--color-ink800);
  color: var(--color-ink800);
}
.top-event__month[hidden] {
  display: none;
}
.top-event__month-text {
  font-weight: 400;
}
.top-event__month-arrow {
  position: relative;
  display: block;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .top-event__month-arrow {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__month-arrow {
    width: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__month-arrow {
    width: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__month-arrow {
    width: 6.106870229vw;
  }
}
.top-event__month-arrow {
  height: 7.3px;
}
@media screen and (max-width: 1439px) {
  .top-event__month-arrow {
    height: 0.5069444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__month-arrow {
    height: 0.5601283482vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__month-arrow {
    height: 0.5782063492vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__month-arrow {
    height: 1.8575063613vw;
  }
}
.top-event__month-arrow {
  display: flex;
  align-items: center;
}
.top-event__month-arrow svg {
  width: 100%;
  height: 100%;
}
.top-event__slide-wrap {
  overflow: hidden;
}
.top-event__list.is-slide-next {
  animation: eventSlideNext 0.3s ease both;
}
.top-event__list.is-slide-prev {
  animation: eventSlidePrev 0.3s ease both;
}
.top-event__empty {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 117px;
}
@media screen and (max-width: 1439px) {
  .top-event__empty {
    min-height: 8.125vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__empty {
    min-height: 8.9773995536vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__empty {
    min-height: 9.2671428571vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__empty {
    min-height: 29.7709923664vw;
  }
}
.top-event__empty {
  padding: 24px;
}
@media screen and (max-width: 1439px) {
  .top-event__empty {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__empty {
    padding: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__empty {
    padding: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__empty {
    padding: 6.106870229vw;
  }
}
.top-event__empty {
  border-bottom: 1px solid #a5a5a5;
}
@media screen and (max-width: 768px) {
  .top-event__empty {
    min-height: 35.1145038168vw;
    padding: 6.106870229vw 0;
  }
}
.top-event__empty[hidden] {
  display: none;
}
.top-event__empty.is-slide-next {
  animation: eventSlideNext 0.3s ease both;
}
.top-event__empty.is-slide-prev {
  animation: eventSlidePrev 0.3s ease both;
}
.top-event__empty-title {
  font-family: "Asset", serif;
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 901px) {
  .top-event__empty-title {
    font-size: 2.2857142857rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event__empty-title {
    font-size: 2.8571428571rem;
  }
}
.top-event__empty-title {
  line-height: 1;
  color: var(--color-ink800);
}
.top-event__empty-text {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .top-event__empty-text {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__empty-text {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__empty-text {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__empty-text {
    margin-top: 8.1424936387vw;
  }
}
.top-event__empty-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-event__empty-text {
    margin-top: 8.1424936387vw;
  }
}
.top-event__body {
  position: relative;
  margin-top: 22px;
}
@media screen and (max-width: 1439px) {
  .top-event__body {
    margin-top: 1.5277777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__body {
    margin-top: 1.6880580357vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__body {
    margin-top: 1.7425396825vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__body {
    margin-top: 5.5979643766vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__body {
    margin-top: 7.1246819338vw;
  }
  .top-event__body::before {
    left: 1.0178117048vw;
  }
}
.top-event__list {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .top-event__list {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__list {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__list {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__list {
    margin-top: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__list {
    width: 100%;
    margin-top: 5.0890585242vw;
  }
}
.top-event__list[hidden] {
  display: none;
}
.top-event__item {
  display: grid;
  grid-template-columns: minmax(128px, max-content) minmax(0, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-event__item {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__item {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__item {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__item {
    gap: 4.0712468193vw;
  }
}
.top-event__item {
  align-items: center;
  min-height: 84px;
}
@media screen and (max-width: 1439px) {
  .top-event__item {
    min-height: 5.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__item {
    min-height: 6.4453125vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__item {
    min-height: 6.6533333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__item {
    min-height: 21.3740458015vw;
  }
}
.top-event__item {
  padding: 24px;
}
@media screen and (max-width: 1439px) {
  .top-event__item {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__item {
    padding: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__item {
    padding: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__item {
    padding: 6.106870229vw;
  }
}
.top-event__item {
  padding-left: 20px;
}
@media screen and (max-width: 1439px) {
  .top-event__item {
    padding-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__item {
    padding-left: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__item {
    padding-left: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__item {
    padding-left: 5.0890585242vw;
  }
}
.top-event__item {
  border-right: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}
@media screen and (max-width: 768px) {
  .top-event__item {
    display: flex;
    flex-direction: column;
    gap: 3.5623409669vw;
    padding: 3.8167938931vw 0;
    padding-right: 5.0890585242vw;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top-event__item {
    grid-template-columns: minmax(88px, max-content) minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
  }
}
.top-event__item:not(:last-of-type) {
  margin-bottom: 2.0356234097vw;
}
.top-event__num {
  display: inline-block;
  width: 2ch;
  font-family: "Asset", serif;
  font-size: 2.8571428571rem;
  line-height: 0.95;
  letter-spacing: -0.1em;
  color: var(--color-ink800);
  text-align: center;
  white-space: normal;
  word-break: break-all;
}
.top-event__num--blue {
  color: #354189;
}
.top-event__num--red {
  color: #de4b5f;
}
@media screen and (max-width: 768px) {
  .top-event__num {
    width: auto;
    text-align: left;
    font-size: 1.7142857143rem;
    flex: 0 0 auto;
  }
}
.top-event__entries {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-event__entries {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__entries {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__entries {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__entries {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__entries {
    width: 100%;
    gap: 6.106870229vw;
  }
}
.top-event__entry {
  display: grid;
  grid-template-columns: minmax(120px, max-content) minmax(88px, max-content) minmax(0, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-event__entry {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__entry {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__entry {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__entry {
    gap: 4.0712468193vw;
  }
}
.top-event__entry {
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.12s ease;
}
@media screen and (max-width: 768px) {
  .top-event__entry {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.5445292621vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .top-event__entry {
    grid-template-columns: minmax(104px, max-content) minmax(72px, max-content) minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
  }
}
.top-event__entry:hover {
  opacity: 0.72;
}
.top-event__entry:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 6px;
}
.top-event__date {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  color: var(--color-ink800);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-event__date {
    text-align: left;
  }
}
.top-event__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
}
@media screen and (max-width: 1439px) {
  .top-event__category {
    min-width: 6.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__category {
    min-width: 6.7522321429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__category {
    min-width: 6.9701587302vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__category {
    min-width: 22.3918575064vw;
  }
}
.top-event__category {
  padding: 7px 11px;
}
@media screen and (max-width: 1439px) {
  .top-event__category {
    padding: 0.4861111111vw 0.7638888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event__category {
    padding: 0.537109375vw 0.8440290179vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event__category {
    padding: 0.5544444444vw 0.8712698413vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event__category {
    padding: 1.7811704835vw 2.7989821883vw;
  }
}
.top-event__category {
  border: 1px solid currentColor;
  border-radius: 40px;
  background-color: #fff;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
}
.top-event__category--lecture {
  color: #3f6fd5;
}
.top-event__category--academic {
  color: #f74b49;
}
.top-event__category--exhibition {
  color: #c04497;
}
.top-event__category--meeting {
  color: #7ca81e;
}
.top-event__category--other {
  color: #333;
}
.top-event__entry-title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-event__entry-title {
    flex: 1 1 100%;
  }
}

@keyframes eventSlideNext {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes eventSlidePrev {
  from {
    opacity: 0;
    transform: translateX(-48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.top-event-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 40px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal {
    padding-inline: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal {
    padding-inline: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal {
    padding-inline: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal {
    padding-inline: 10.1781170483vw;
  }
}
.top-event-modal {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .top-event-modal {
    padding-inline: 4.0712468193vw;
  }
}
.top-event-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.top-event-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40px, 2dvh);
  width: 800px;
  max-width: 80%;
  margin-top: min(40px, 4dvh);
  margin-bottom: min(40px, 4dvh);
  padding-top: min(80px, 4.5dvh);
  padding-bottom: min(80px, 4.5dvh);
  padding-inline: 80px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__dialog {
    padding-inline: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__dialog {
    padding-inline: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__dialog {
    padding-inline: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__dialog {
    padding-inline: 20.3562340967vw;
  }
}
.top-event-modal__dialog {
  background-color: #fff;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .top-event-modal__dialog {
    gap: min(6.106870229vw, 4dvh);
    margin-top: min(4.0712468193vw, 3dvh);
    margin-bottom: min(4.0712468193vw, 3dvh);
    padding-top: min(8.1424936387vw, 6dvh);
    padding-bottom: min(6.106870229vw, 4dvh);
    padding-inline: 6.106870229vw;
    max-height: calc(100dvh - 32px);
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .top-event-modal__dialog {
    max-width: 55.5555555556vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .top-event-modal__dialog {
    max-width: 61.3839285714vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .top-event-modal__dialog {
    max-width: 63.3650793651vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .top-event-modal__dialog {
    max-width: 203.5623409669vw;
  }
}
.top-event-modal__content {
  width: 100%;
}
.top-event-modal__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .top-event-modal__pair {
    grid-template-columns: 1fr;
  }
}
.top-event-modal__pair .top-event-modal__block {
  grid-template-columns: 144px 1fr;
}
@media screen and (max-width: 900px) {
  .top-event-modal__pair .top-event-modal__block {
    grid-template-columns: 120px 1fr;
  }
}
.top-event-modal__block {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__block {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__block {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__block {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__block {
    gap: 4.0712468193vw;
  }
}
.top-event-modal__block {
  align-items: center;
  padding-top: min(24px, 1.8dvh);
  padding-bottom: min(24px, 1.8dvh);
  border-bottom: 1px solid var(--color-ink800);
}
.top-event-modal__block--title {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .top-event-modal__block {
    grid-template-columns: 128px 1fr;
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__block {
    grid-template-columns: 1fr;
    gap: 3.0534351145vw;
    padding: 4.5801526718vw 0;
  }
}
.top-event-modal__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__meta {
    gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__meta {
    gap: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__meta {
    gap: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__meta {
    gap: 2.5445292621vw;
  }
}
.top-event-modal__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__category {
    min-height: 1.7361111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__category {
    min-height: 1.9182477679vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__category {
    min-height: 1.9801587302vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__category {
    min-height: 6.3613231552vw;
  }
}
.top-event-modal__category {
  min-width: 88px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__category {
    min-width: 6.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__category {
    min-width: 6.7522321429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__category {
    min-width: 6.9701587302vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__category {
    min-width: 22.3918575064vw;
  }
}
.top-event-modal__category {
  padding: 8px 11px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__category {
    padding: 0.5555555556vw 0.7638888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__category {
    padding: 0.6138392857vw 0.8440290179vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__category {
    padding: 0.6336507937vw 0.8712698413vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__category {
    padding: 2.0356234097vw 2.7989821883vw;
  }
}
.top-event-modal__category {
  border: 1px solid currentColor;
  border-radius: 40px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-event-modal__category {
    min-width: 72px;
  }
}
.top-event-modal__category--lecture {
  color: #3f6fd5;
}
.top-event-modal__category--academic {
  color: #f74b49;
}
.top-event-modal__category--exhibition {
  color: #c04497;
}
.top-event-modal__category--meeting {
  color: #7ca81e;
}
.top-event-modal__category--other {
  color: #333;
}
.top-event-modal__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__body {
    gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__body {
    gap: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__body {
    gap: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__body {
    gap: 2.5445292621vw;
  }
}
.top-event-modal__title {
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.top-event-modal__label {
  font-family: var(--font-family-en-display);
  font-size: 1.5714285714rem;
}
@media screen and (min-width: 901px) {
  .top-event-modal__label {
    font-size: 1.7857142857rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event-modal__label {
    font-size: 2rem;
  }
}
.top-event-modal__label {
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-ink800);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.top-event-modal__sub {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-event-modal__sub {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event-modal__sub {
    font-size: 1rem;
  }
}
.top-event-modal__sub {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
.top-event-modal__value {
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .top-event-modal__value {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event-modal__value {
    font-size: 1.1428571429rem;
  }
}
.top-event-modal__value {
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  overflow-wrap: break-word;
}
.top-event-modal__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__link {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__link {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__link {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__link {
    gap: 4.0712468193vw;
  }
}
.top-event-modal__link {
  min-width: 240px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__link {
    min-width: 16.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__link {
    min-width: 18.4151785714vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__link {
    min-width: 19.0095238095vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__link {
    min-width: 61.0687022901vw;
  }
}
.top-event-modal__link {
  min-height: 54px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__link {
    min-height: 3.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__link {
    min-height: 4.1434151786vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__link {
    min-height: 4.2771428571vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__link {
    min-height: 13.7404580153vw;
  }
}
.top-event-modal__link {
  padding: 20px 40px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__link {
    padding: 1.3888888889vw 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__link {
    padding: 1.5345982143vw 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__link {
    padding: 1.5841269841vw 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__link {
    padding: 5.0890585242vw 10.1781170483vw;
  }
}
.top-event-modal__link {
  background-color: #000;
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-event-modal__link {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event-modal__link {
    font-size: 1rem;
  }
}
.top-event-modal__link {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-event-modal__link {
    width: 100%;
    min-width: auto;
  }
}
.top-event-modal__link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.top-event-modal__link-arrow {
  display: block;
  flex-shrink: 0;
  width: 32px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__link-arrow {
    width: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__link-arrow {
    width: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__link-arrow {
    width: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__link-arrow {
    width: 8.1424936387vw;
  }
}
.top-event-modal__link-arrow {
  height: 8px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__link-arrow {
    height: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__link-arrow {
    height: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__link-arrow {
    height: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__link-arrow {
    height: 2.0356234097vw;
  }
}
.top-event-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__close {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__close {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__close {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__close {
    gap: 2.0356234097vw;
  }
}
.top-event-modal__close {
  min-height: 56px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__close {
    min-height: 3.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__close {
    min-height: 4.296875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__close {
    min-height: 4.4355555556vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__close {
    min-height: 14.2493638677vw;
  }
}
.top-event-modal__close {
  padding: 16px 24px;
}
@media screen and (max-width: 1439px) {
  .top-event-modal__close {
    padding: 1.1111111111vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-event-modal__close {
    padding: 1.2276785714vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-event-modal__close {
    padding: 1.2673015873vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-event-modal__close {
    padding: 4.0712468193vw 6.106870229vw;
  }
}
.top-event-modal__close {
  border: 1px solid var(--color-ink800);
  background-color: #fff;
  color: var(--color-ink800);
  text-align: center;
}
.top-event-modal__close-icon {
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 901px) {
  .top-event-modal__close-icon {
    font-size: 1.2142857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event-modal__close-icon {
    font-size: 1.2857142857rem;
  }
}
.top-event-modal__close-icon {
  line-height: 1;
}
.top-event-modal__close-text {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .top-event-modal__close-text {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .top-event-modal__close-text {
    font-size: 1rem;
  }
}
.top-event-modal__close-text {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

body.is-top-event-modal-open {
  overflow: hidden;
}

.top-event-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.top-map {
  height: 445px;
}
@media screen and (max-width: 1439px) {
  .top-map {
    height: 30.9027777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-map {
    height: 34.1448102679vw;
  }
}
@media screen and (max-width: 900px) {
  .top-map {
    height: 35.2468253968vw;
  }
}
@media screen and (max-width: 768px) {
  .top-map {
    height: 113.2315521628vw;
  }
}
@media screen and (max-width: 768px) {
  .top-map {
    height: 86.5139949109vw;
  }
}
.top-map iframe {
  width: 100%;
  height: 100%;
}

.top-bottoms {
  padding: 38px 0px 38px;
}
@media screen and (max-width: 1439px) {
  .top-bottoms {
    padding: 2.6388888889vw 0vw 2.6388888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-bottoms {
    padding: 2.9157366071vw 0vw 2.9157366071vw;
  }
}
@media screen and (max-width: 900px) {
  .top-bottoms {
    padding: 3.0098412698vw 0vw 3.0098412698vw;
  }
}
@media screen and (max-width: 768px) {
  .top-bottoms {
    padding: 9.6692111959vw 0vw 9.6692111959vw;
  }
}
.top-bottoms {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-bottoms {
    padding: 8.1424936387vw 0;
  }
}
.top-bottoms__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .top-bottoms__inner {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-bottoms__inner {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .top-bottoms__inner {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .top-bottoms__inner {
    gap: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .top-bottoms__inner {
    flex-direction: column;
    align-items: center;
    gap: 6.106870229vw;
    width: 100%;
  }
}
.top-bottoms__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .top-bottoms__list {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-bottoms__list {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-bottoms__list {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-bottoms__list {
    gap: 6.106870229vw;
  }
}
.top-bottoms__list {
  padding: 24px;
}
@media screen and (max-width: 1439px) {
  .top-bottoms__list {
    padding: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-bottoms__list {
    padding: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .top-bottoms__list {
    padding: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .top-bottoms__list {
    padding: 6.106870229vw;
  }
}
.top-bottoms__list {
  background-color: #f5f5f5;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-bottoms__list {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 6.106870229vw;
    gap: 4.0712468193vw;
  }
}
@media screen and (min-width: 769px) {
  .top-bottoms__item {
    margin: unset;
    width: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .top-bottoms__item {
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top-bottoms__item {
    width: 23.0189732143vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .top-bottoms__item {
    width: 23.7619047619vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .top-bottoms__item {
    width: 76.3358778626vw;
  }
}
.top-bottoms__link {
  display: block;
  transition: opacity 0.2s ease;
}
.top-bottoms__link:hover, .top-bottoms__link:focus-visible {
  opacity: 0.8;
}
.top-bottoms__facebook {
  width: 360px;
  height: 315px;
}
@media screen and (max-width: 1439px) {
  .top-bottoms__facebook {
    height: 21.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-bottoms__facebook {
    height: 24.169921875vw;
  }
}
@media screen and (max-width: 900px) {
  .top-bottoms__facebook {
    height: 24.95vw;
  }
}
@media screen and (max-width: 768px) {
  .top-bottoms__facebook {
    height: 80.1526717557vw;
  }
}
.top-bottoms__facebook {
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-bottoms__facebook {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
.top-bottoms__facebook-frame {
  display: block;
  height: 100% !important;
  max-width: 100% !important;
  border: 0;
}
@media screen and (min-width: 769px) {
  .top-bottoms__facebook-frame {
    width: 100% !important;
  }
}
.top-bottoms__facebook-frame--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-bottoms__facebook-frame--pc {
    display: none;
  }
  .top-bottoms__facebook-frame--sp {
    display: block;
    height: 59.0330788804vw !important;
  }
}
.top-bottoms__facebook-image {
  display: block;
  width: 100%;
  height: auto;
}

body.about {
  overflow-x: hidden;
}

html:has(body.about) {
  overflow-x: hidden;
}

.about-section {
  padding-block: 40px;
}
@media screen and (max-width: 1439px) {
  .about-section {
    padding-block: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-section {
    padding-block: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .about-section {
    padding-block: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .about-section {
    padding-block: 10.1781170483vw;
  }
}
.about-section {
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .about-section {
    padding-block: 25px;
  }
}

.about-message {
  padding-top: 80px;
}
@media screen and (max-width: 1439px) {
  .about-message {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message {
    padding-top: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message {
    padding-top: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message {
    padding-top: 20.3562340967vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message {
    padding-top: 40px;
  }
}
.about-message__body {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 1439px) {
  .about-message__body {
    gap: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__body {
    gap: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__body {
    gap: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__body {
    gap: 16.2849872774vw;
  }
}
.about-message__body {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .about-message__body {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__body {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__body {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__body {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__body {
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
  }
}
.about-message__text {
  flex: 1;
  font-weight: bold;
}
.about-message__text p {
  line-height: 2;
  letter-spacing: 0.028em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .about-message__text p {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__text p {
    margin-bottom: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__text p {
    margin-bottom: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__text p {
    margin-bottom: 6.106870229vw;
  }
}
.about-message__text p {
  text-align: justify;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on, "vkrn" on;
}
.about-message__text p:last-of-type {
  margin-bottom: 0;
}
.about-message__sig {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .about-message__sig {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__sig {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__sig {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__sig {
    margin-top: 6.106870229vw;
  }
}
.about-message__sig {
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .about-message__sig {
    width: 13.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__sig {
    width: 15.3459821429vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__sig {
    width: 15.8412698413vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__sig {
    width: 50.8905852417vw;
  }
}
.about-message__sig {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about-message__sig {
    margin-left: 0;
  }
}
.about-message__person {
  width: 296px;
}
@media screen and (max-width: 1439px) {
  .about-message__person {
    width: 20.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__person {
    width: 22.7120535714vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__person {
    width: 23.4450793651vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__person {
    width: 75.3180661578vw;
  }
}
.about-message__person {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about-message__person {
    width: 100%;
  }
}
.about-message__person-inner {
  border: 1px solid #000;
  padding: 64px 16px;
}
@media screen and (max-width: 1439px) {
  .about-message__person-inner {
    padding: 4.4444444444vw 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__person-inner {
    padding: 4.9107142857vw 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__person-inner {
    padding: 5.0692063492vw 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__person-inner {
    padding: 16.2849872774vw 4.0712468193vw;
  }
}
.about-message__person-role {
  font-size: 0.7857142857rem;
}
@media screen and (min-width: 901px) {
  .about-message__person-role {
    font-size: 0.8214285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-message__person-role {
    font-size: 0.8571428571rem;
  }
}
.about-message__person-role {
  letter-spacing: 0.05em;
}
.about-message__person-name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 901px) {
  .about-message__person-name {
    font-size: 1.3571428571rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-message__person-name {
    font-size: 1.4285714286rem;
  }
}
.about-message__person-name {
  font-weight: 900;
  letter-spacing: 0.05em;
}
.about-message__person-photo {
  width: 100%;
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .about-message__person-photo {
    margin-top: 1.4583333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__person-photo {
    margin-top: 1.611328125vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__person-photo {
    margin-top: 1.6633333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__person-photo {
    margin-top: 5.3435114504vw;
  }
}
.about-message__person-photo img {
  display: block;
  width: 100%;
}
.about-message__person-award {
  font-size: 0.7142857143rem;
}
@media screen and (min-width: 901px) {
  .about-message__person-award {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-message__person-award {
    font-size: 0.7857142857rem;
  }
}
.about-message__person-award {
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .about-message__person-award {
    margin-top: 1.4583333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-message__person-award {
    margin-top: 1.611328125vw;
  }
}
@media screen and (max-width: 900px) {
  .about-message__person-award {
    margin-top: 1.6633333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about-message__person-award {
    margin-top: 5.3435114504vw;
  }
}
.about-message__person-award {
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.about-events__intro {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .about-events__intro {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-events__intro {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .about-events__intro {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .about-events__intro {
    margin-top: 10.1781170483vw;
  }
}
.about-events__intro {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about-events__intro {
    margin-top: 24px;
  }
}
.about-events__photos {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1439px) {
  .about-events__photos {
    gap: 1.1805555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-events__photos {
    gap: 1.3044084821vw;
  }
}
@media screen and (max-width: 900px) {
  .about-events__photos {
    gap: 1.3465079365vw;
  }
}
@media screen and (max-width: 768px) {
  .about-events__photos {
    gap: 4.3256997455vw;
  }
}
.about-events__photos {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .about-events__photos {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-events__photos {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .about-events__photos {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .about-events__photos {
    margin-top: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .about-events__photos {
    gap: 8px;
    flex-direction: column;
  }
}
.about-events__photo-item {
  position: relative;
}
.about-events__photo-item.--item2019 {
  margin-left: 58px;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .about-events__photo-item.--item2019 {
    margin-inline: 0;
  }
}
.about-events__photo-item.--item2019 .about-events__year {
  position: absolute;
  left: -54px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .about-events__photo-item.--item2019 .about-events__year {
    left: 0;
    bottom: auto;
    top: 5px;
  }
}
.about-events__photo-item.--item2021 {
  margin-left: 94px;
}
@media screen and (max-width: 768px) {
  .about-events__photo-item.--item2021 {
    margin-inline: 0;
    flex-flow: column-reverse;
    display: flex;
  }
}
.about-events__photo-item.--item2021 .about-events__year {
  position: absolute;
  left: -98px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about-events__photo-item.--item2021 .about-events__year {
    left: 0;
    position: static;
    margin-bottom: 5px;
  }
}
.about-events__photo {
  display: block;
  width: 100%;
}
.about-events__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.about-events__photo figcaption {
  position: absolute;
  bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .about-events__photo figcaption {
    bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-events__photo figcaption {
    bottom: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .about-events__photo figcaption {
    bottom: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .about-events__photo figcaption {
    bottom: 2.0356234097vw;
  }
}
.about-events__photo figcaption {
  right: 8px;
}
@media screen and (max-width: 1439px) {
  .about-events__photo figcaption {
    right: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-events__photo figcaption {
    right: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .about-events__photo figcaption {
    right: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .about-events__photo figcaption {
    right: 2.0356234097vw;
  }
}
.about-events__photo figcaption {
  font-size: 0.8571428571rem;
}
@media screen and (min-width: 901px) {
  .about-events__photo figcaption {
    font-size: 0.9285714286rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-events__photo figcaption {
    font-size: 1rem;
  }
}
.about-events__photo figcaption {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.about-events__photo figcaption[data-color=black] {
  color: #000;
}
.about-events__year {
  /*   position: absolute;
  top: 8px;
  right: 8px; */
  font-family: "Asset", sans-serif;
  font-size: 2.5714285714rem;
}
@media screen and (min-width: 901px) {
  .about-events__year {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-events__year {
    font-size: 3.4285714286rem;
  }
}
.about-events__year {
  line-height: 1;
  font-weight: normal;
}

.about-history {
  margin-top: 56px;
}
@media screen and (max-width: 1439px) {
  .about-history {
    margin-top: 3.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history {
    margin-top: 4.296875vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history {
    margin-top: 4.4355555556vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history {
    margin-top: 14.2493638677vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history {
    margin-top: 40px;
  }
}
.about-history__heading {
  font-family: "Asset", serif;
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 901px) {
  .about-history__heading {
    font-size: 1.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-history__heading {
    font-size: 1.7142857143rem;
  }
}
.about-history__heading {
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .about-history__heading {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__heading {
    margin-bottom: 0.3836495536vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__heading {
    margin-bottom: 0.396031746vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__heading {
    margin-bottom: 1.272264631vw;
  }
}
.about-history__list {
  display: flex;
  flex-direction: column;
  border-left: 4px solid #000;
  padding: 40px 24px;
}
@media screen and (max-width: 1439px) {
  .about-history__list {
    padding: 2.7777777778vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__list {
    padding: 3.0691964286vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__list {
    padding: 3.1682539683vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__list {
    padding: 10.1781170483vw 6.106870229vw;
  }
}
.about-history__list {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .about-history__list {
    padding-right: 0;
  }
}
.about-history__item {
  display: flex;
  align-items: flex-start;
  padding-block: 16px;
}
@media screen and (max-width: 1439px) {
  .about-history__item {
    padding-block: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__item {
    padding-block: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__item {
    padding-block: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__item {
    padding-block: 4.0712468193vw;
  }
}
.about-history__item {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .about-history__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.about-history__year {
  font-family: "Asset", serif;
  font-size: 2.5714285714rem;
}
@media screen and (min-width: 901px) {
  .about-history__year {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-history__year {
    font-size: 3.4285714286rem;
  }
}
.about-history__year {
  line-height: 1;
  width: 240px;
}
@media screen and (max-width: 1439px) {
  .about-history__year {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__year {
    width: 18.4151785714vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__year {
    width: 19.0095238095vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__year {
    width: 61.0687022901vw;
  }
}
.about-history__year {
  flex-shrink: 0;
  color: #888;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about-history__year {
    width: auto;
  }
}
.about-history__events {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .about-history__events {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__events {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__events {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__events {
    gap: 4.0712468193vw;
  }
}
.about-history__events {
  padding-top: 8px;
}
@media screen and (max-width: 1439px) {
  .about-history__events {
    padding-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__events {
    padding-top: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__events {
    padding-top: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__events {
    padding-top: 2.0356234097vw;
  }
}
.about-history__events {
  min-width: 0;
}
.about-history__event {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .about-history__event {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__event {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__event {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__event {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__event {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }
}
.about-history__month {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1439px) {
  .about-history__month {
    gap: 0.2777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__month {
    gap: 0.3069196429vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__month {
    gap: 0.3168253968vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__month {
    gap: 1.0178117048vw;
  }
}
.about-history__month {
  flex-shrink: 0;
}
.about-history__month-num {
  font-family: "Asset", serif;
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 901px) {
  .about-history__month-num {
    font-size: 1.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-history__month-num {
    font-size: 1.7142857143rem;
  }
}
.about-history__month-num {
  line-height: 1;
  flex: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .about-history__month-num {
    flex: 0 0 auto;
  }
}
.about-history__month small {
  font-family: var(--font-family-futura);
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .about-history__month small {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-history__month small {
    font-size: 1rem;
  }
}
.about-history__month small {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .about-history__month small {
    margin-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-history__month small {
    margin-left: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .about-history__month small {
    margin-left: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .about-history__month small {
    margin-left: 2.5445292621vw;
  }
}
.about-history__month small {
  color: #888;
  flex: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .about-history__month small {
    flex: 0 0 auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-history__month {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-width: 0;
  }
}
.about-history__name {
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .about-history__name {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-history__name {
    font-size: 1.1428571429rem;
  }
}
.about-history__name {
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .about-history__name {
    line-height: 1.2;
  }
}

.about-naming {
  color: #222;
}
.about-naming__body {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 1439px) {
  .about-naming__body {
    gap: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-naming__body {
    gap: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .about-naming__body {
    gap: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .about-naming__body {
    gap: 16.2849872774vw;
  }
}
.about-naming__body {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .about-naming__body {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-naming__body {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .about-naming__body {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .about-naming__body {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .about-naming__body {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
}
.about-naming__text {
  flex: 1;
  font-weight: bold;
}
.about-naming__text p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .about-naming__text p {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-naming__text p {
    margin-bottom: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .about-naming__text p {
    margin-bottom: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .about-naming__text p {
    margin-bottom: 6.106870229vw;
  }
}
.about-naming__text p {
  font-feature-settings: unset;
  line-height: 1.6;
}
.about-naming__text p:last-of-type {
  margin-bottom: 0;
}
.about-naming__subttl {
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 901px) {
  .about-naming__subttl {
    font-size: 1.0714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-naming__subttl {
    font-size: 1.1428571429rem;
  }
}
.about-naming__subttl {
  letter-spacing: 0.08em;
  margin-block: 32px;
}
@media screen and (max-width: 1439px) {
  .about-naming__subttl {
    margin-block: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-naming__subttl {
    margin-block: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .about-naming__subttl {
    margin-block: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .about-naming__subttl {
    margin-block: 8.1424936387vw;
  }
}
.about-naming__subttl {
  line-height: 1 !important;
  padding-block: 8px;
}
@media screen and (max-width: 1439px) {
  .about-naming__subttl {
    padding-block: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-naming__subttl {
    padding-block: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .about-naming__subttl {
    padding-block: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .about-naming__subttl {
    padding-block: 2.0356234097vw;
  }
}
.about-naming__author {
  font-size: 0.9285714286rem;
}
@media screen and (min-width: 901px) {
  .about-naming__author {
    font-size: 0.9642857143rem;
  }
}
@media screen and (min-width: 1440px) {
  .about-naming__author {
    font-size: 1rem;
  }
}
.about-naming__author {
  letter-spacing: 0.05em;
  text-align: right;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-naming__author {
    text-align: center;
  }
}
.about-naming__photo {
  width: 286px;
}
@media screen and (max-width: 1439px) {
  .about-naming__photo {
    width: 19.8611111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-naming__photo {
    width: 21.9447544643vw;
  }
}
@media screen and (max-width: 900px) {
  .about-naming__photo {
    width: 22.653015873vw;
  }
}
@media screen and (max-width: 768px) {
  .about-naming__photo {
    width: 72.7735368957vw;
  }
}
.about-naming__photo {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .about-naming__photo {
    width: 100%;
  }
}
.about-naming__photo img {
  display: block;
  width: 100%;
}

.about-manager .sec-head {
  margin-bottom: 37px;
}
@media screen and (max-width: 1439px) {
  .about-manager .sec-head {
    margin-bottom: 2.5694444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-manager .sec-head {
    margin-bottom: 2.8390066964vw;
  }
}
@media screen and (max-width: 900px) {
  .about-manager .sec-head {
    margin-bottom: 2.9306349206vw;
  }
}
@media screen and (max-width: 768px) {
  .about-manager .sec-head {
    margin-bottom: 9.4147582697vw;
  }
}
.support-section {
  padding-block: 60px;
}
@media screen and (max-width: 1439px) {
  .support-section {
    padding-block: 4.1666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-section {
    padding-block: 4.6037946429vw;
  }
}
@media screen and (max-width: 900px) {
  .support-section {
    padding-block: 4.7523809524vw;
  }
}
@media screen and (max-width: 768px) {
  .support-section {
    padding-block: 15.2671755725vw;
  }
}
@media screen and (max-width: 768px) {
  .support-section {
    padding-block: 45px;
  }
}
.support-section:last-of-type {
  padding-bottom: 0;
}

.support-intro {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .support-intro {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-intro {
    padding-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .support-intro {
    padding-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .support-intro {
    padding-top: 10.1781170483vw;
  }
}
.support-intro {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .support-intro {
    padding-top: 40px;
    font-size: 1rem;
  }
}

.support-cards {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .support-cards {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-cards {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .support-cards {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .support-cards {
    gap: 5.0890585242vw;
  }
}
.support-cards {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .support-cards {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-cards {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .support-cards {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .support-cards {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .support-cards {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
    padding-inline: 17px;
  }
}

.support-card {
  flex: 1;
  border: 1px solid #000;
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  .support-card {
    padding: 1.7361111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-card {
    padding: 1.9182477679vw;
  }
}
@media screen and (max-width: 900px) {
  .support-card {
    padding: 1.9801587302vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card {
    padding: 6.3613231552vw;
  }
}
.support-card {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .support-card {
    padding: 24px;
  }
}
.support-card__en {
  font-family: var(--font-family-en-display);
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 901px) {
  .support-card__en {
    font-size: 1.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .support-card__en {
    font-size: 1.7142857143rem;
  }
}
.support-card__en {
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variation-settings: "YEAR" 1979;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.support-card__ja {
  font-family: var(--font-family-ja-display);
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 901px) {
  .support-card__ja {
    font-size: 1.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .support-card__ja {
    font-size: 1.7142857143rem;
  }
}
.support-card__ja {
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-top: 56px;
}
@media screen and (max-width: 1439px) {
  .support-card__ja {
    margin-top: 3.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-card__ja {
    margin-top: 4.296875vw;
  }
}
@media screen and (max-width: 900px) {
  .support-card__ja {
    margin-top: 4.4355555556vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card__ja {
    margin-top: 14.2493638677vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card__ja {
    margin-top: 32px;
  }
}
.support-card__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .support-card__text {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-card__text {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-card__text {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-card__text {
    margin-top: 4.0712468193vw;
  }
}

.support-onestop__intro {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-ink800);
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .support-onestop__intro {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-onestop__intro {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .support-onestop__intro {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .support-onestop__intro {
    margin-top: 6.106870229vw;
  }
}
.support-onestop__subsec {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .support-onestop__subsec {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-onestop__subsec {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .support-onestop__subsec {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .support-onestop__subsec {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .support-onestop__subsec {
    margin-top: 32px;
  }
}
.support-onestop__subsec-ttl {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .support-onestop__subsec-ttl {
    padding-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-onestop__subsec-ttl {
    padding-bottom: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .support-onestop__subsec-ttl {
    padding-bottom: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .support-onestop__subsec-ttl {
    padding-bottom: 2.0356234097vw;
  }
}
.support-onestop__subsec-ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .support-onestop__subsec-ttl {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-onestop__subsec-ttl {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-onestop__subsec-ttl {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-onestop__subsec-ttl {
    margin-bottom: 4.0712468193vw;
  }
}
.support-onestop__subsec-note {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on, "vkrn" on;
  color: var(--color-ink800);
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .support-onestop__subsec-note {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-onestop__subsec-note {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-onestop__subsec-note {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-onestop__subsec-note {
    margin-bottom: 4.0712468193vw;
  }
}
.support-onestop__subsec-note {
  font-weight: 700;
}

.support-vendors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .support-vendors {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-vendors {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .support-vendors {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .support-vendors {
    gap: 5.0890585242vw;
  }
}
@media screen and (max-width: 768px) {
  .support-vendors {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.support-vendor {
  flex: 1;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
.support-vendor__img {
  width: 100%;
  margin: 0;
}
.support-vendor__body {
  padding: 16px 20px 20px;
}
@media screen and (max-width: 1439px) {
  .support-vendor__body {
    padding: 1.1111111111vw 1.3888888889vw 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-vendor__body {
    padding: 1.2276785714vw 1.5345982143vw 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .support-vendor__body {
    padding: 1.2673015873vw 1.5841269841vw 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .support-vendor__body {
    padding: 4.0712468193vw 5.0890585242vw 5.0890585242vw;
  }
}
.support-vendor__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .support-vendor__body {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-vendor__body {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .support-vendor__body {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .support-vendor__body {
    gap: 3.0534351145vw;
  }
}
.support-vendor__body {
  flex: 1;
}
.support-vendor__name {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  flex-basis: 42px;
}
@media screen and (max-width: 1439px) {
  .support-vendor__name {
    flex-basis: 2.9166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-vendor__name {
    flex-basis: 3.22265625vw;
  }
}
@media screen and (max-width: 900px) {
  .support-vendor__name {
    flex-basis: 3.3266666667vw;
  }
}
@media screen and (max-width: 768px) {
  .support-vendor__name {
    flex-basis: 10.6870229008vw;
  }
}
.support-vendor__name {
  flex-grow: 0;
  flex-shrink: 0;
}
.support-vendor__range {
  font-size: 0.8571428571rem;
  color: #555;
}
.support-vendor__btns {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 1439px) {
  .support-vendor__btns {
    gap: 1.3194444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-vendor__btns {
    gap: 1.4578683036vw;
  }
}
@media screen and (max-width: 900px) {
  .support-vendor__btns {
    gap: 1.5049206349vw;
  }
}
@media screen and (max-width: 768px) {
  .support-vendor__btns {
    gap: 4.834605598vw;
  }
}
.support-vendor__btns {
  padding-top: 7px;
}
@media screen and (max-width: 1439px) {
  .support-vendor__btns {
    padding-top: 0.4861111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-vendor__btns {
    padding-top: 0.537109375vw;
  }
}
@media screen and (max-width: 900px) {
  .support-vendor__btns {
    padding-top: 0.5544444444vw;
  }
}
@media screen and (max-width: 768px) {
  .support-vendor__btns {
    padding-top: 1.7811704835vw;
  }
}

.support-table-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .support-table-heading {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-table-heading {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-table-heading {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-table-heading {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .support-table-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .support-table-heading {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .support-table-heading {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .support-table-heading {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-table-heading {
    gap: 2.0356234097vw;
  }
}

.support-box {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .support-box {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-box {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .support-box {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .support-box {
    margin-top: 10.1781170483vw;
  }
}
.support-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .support-box {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-box {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-box {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-box {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .support-box {
    margin-top: 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .support-box {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .support-box {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .support-box {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-box {
    margin-top: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .support-box {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .support-box {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .support-box {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-box {
    gap: 3.0534351145vw;
  }
}
.support-box__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .support-box__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 27px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .support-box__head {
    gap: 1.875vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .support-box__head {
    gap: 2.0717075893vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .support-box__head {
    gap: 2.1385714286vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-box__head {
    gap: 6.8702290076vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .support-box__head {
    margin-bottom: 0.2777777778vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .support-box__head {
    margin-bottom: 0.3069196429vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .support-box__head {
    margin-bottom: 0.3168253968vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-box__head {
    margin-bottom: 1.0178117048vw;
  }
}
.support-box__hdg {
  width: auto;
}
.support-box__note {
  font-size: 0.8571428571rem;
  color: var(--color-ink800);
  font-feature-settings: "pwid" on, "palt" on;
}
.support-box__pdfs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .support-box__pdfs {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-box__pdfs {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-box__pdfs {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-box__pdfs {
    gap: 4.0712468193vw;
  }
}
.support-box__pdfs {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .support-box__pdfs {
    grid-template-columns: 1fr;
  }
}

.support-table-section {
  padding-bottom: 0;
}

.support-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .support-table-scroll {
    padding-bottom: 16px;
    overflow-y: visible;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .support-table-scroll {
    padding-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .support-table-scroll {
    padding-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .support-table-scroll {
    padding-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-table-scroll {
    padding-bottom: 4.0712468193vw;
  }
}
.support-table-scroll.scroll-hint {
  position: relative;
}

@media screen and (min-width: 901px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .scroll-hint-icon-wrap {
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-icon {
    /*  top: auto;
    left: auto;
    right: rem(12);
    bottom: rem(12);
    width: rem(132); */
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint-text {
    font-family: inherit;
    letter-spacing: 0.08em;
  }
}

.scroll-hint-shadow-wrap {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .scroll-hint-shadow-wrap {
    overflow: visible;
  }
}

.support-price-table {
  width: 1000px;
  border-collapse: collapse;
  border: 1px solid var(--color-ink800);
  font-size: 1rem;
  color: var(--color-ink800);
}
@media screen and (max-width: 1024px) {
  .support-price-table {
    width: 100%;
    table-layout: fixed;
  }
}
.support-price-table thead tr {
  background-color: #bbb;
  height: 28px;
}
.support-price-table thead th {
  font-weight: normal;
  letter-spacing: 0.5em;
  text-align: center;
  padding-inline: 8px;
  border-right: 1px solid #888;
}
.support-price-table thead th:last-child {
  border-right: none;
}
.support-price-table tbody tr {
  border-bottom: 1px solid #bbb;
  height: 42px;
}
.support-price-table tbody td {
  padding: 8px 12px;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
.support-price-table tbody td:last-child {
  border-right: none;
}
.support-price-table tbody td:nth-child(1) {
  width: 280px;
  font-weight: bold;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .support-price-table tbody td:nth-child(1) {
    width: 28%;
  }
}
.support-price-table tbody td:nth-child(2) {
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .support-price-table tbody td:nth-child(2) {
    width: 12%;
  }
}
.support-price-table tbody td:nth-child(3) {
  width: 96px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .support-price-table tbody td:nth-child(3) {
    width: 10%;
  }
}
.support-price-table tbody td:nth-child(4) {
  width: 504px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .support-price-table tbody td:nth-child(4) {
    width: 50%;
  }
}

.support-notes {
  padding-top: 40px;
}

.support-notes {
  padding-bottom: 0;
}
.support-notes .hdg-box {
  display: inline-flex;
}
.support-notes__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .support-notes__item {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-notes__item {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-notes__item {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-notes__item {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .support-notes__item {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .support-notes__item {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .support-notes__item {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .support-notes__item {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .support-notes__item {
    margin-top: 8.1424936387vw;
  }
}
.support-notes__item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  .support-notes__item:not(:last-of-type) {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-notes__item:not(:last-of-type) {
    margin-bottom: 1.9182477679vw;
  }
}
@media screen and (max-width: 900px) {
  .support-notes__item:not(:last-of-type) {
    margin-bottom: 1.9801587302vw;
  }
}
@media screen and (max-width: 768px) {
  .support-notes__item:not(:last-of-type) {
    margin-bottom: 6.3613231552vw;
  }
}
.support-notes__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .support-notes__body {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-notes__body {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .support-notes__body {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .support-notes__body {
    gap: 4.0712468193vw;
  }
}
.support-notes__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}
.support-notes__list {
  width: 100%;
}
.support-notes__list-item {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
  padding-left: 18px;
}
@media screen and (max-width: 1439px) {
  .support-notes__list-item {
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-notes__list-item {
    padding-left: 1.3811383929vw;
  }
}
@media screen and (max-width: 900px) {
  .support-notes__list-item {
    padding-left: 1.4257142857vw;
  }
}
@media screen and (max-width: 768px) {
  .support-notes__list-item {
    padding-left: 4.5801526718vw;
  }
}
.support-notes__list-item {
  font-feature-settings: "palt" on, "vkrn" on;
}
.support-notes__list-item:not(:last-of-type) {
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .support-notes__list-item:not(:last-of-type) {
    margin-bottom: 0.2777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-notes__list-item:not(:last-of-type) {
    margin-bottom: 0.3069196429vw;
  }
}
@media screen and (max-width: 900px) {
  .support-notes__list-item:not(:last-of-type) {
    margin-bottom: 0.3168253968vw;
  }
}
@media screen and (max-width: 768px) {
  .support-notes__list-item:not(:last-of-type) {
    margin-bottom: 1.0178117048vw;
  }
}
.support-notes__disclaimer {
  font-weight: normal;
  color: #555;
  font-size: 0.9285714286rem;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .support-notes__disclaimer {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .support-notes__disclaimer {
    margin-top: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .support-notes__disclaimer {
    margin-top: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .support-notes__disclaimer {
    margin-top: 2.0356234097vw;
  }
}

.guide-section {
  padding-top: 120px;
}
@media screen and (max-width: 1439px) {
  .guide-section {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-section {
    padding-top: 9.2075892857vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-section {
    padding-top: 9.5047619048vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-section {
    padding-top: 30.534351145vw;
  }
}
.guide-section {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .guide-section {
    padding-top: 80px;
  }
}

@media screen and (max-width: 430px) {
  .guide-download .sec-head__deco,
  .guide-precautions .sec-head__deco {
    font-size: 24px;
    line-height: 1;
  }
}

.guide-flow {
  padding-top: 80px;
}
@media screen and (max-width: 1439px) {
  .guide-flow {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-flow {
    padding-top: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-flow {
    padding-top: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-flow {
    padding-top: 20.3562340967vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-flow {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .guide-flow .sec-head {
    margin-bottom: 71px;
  }
}
.guide-flow__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .guide-flow__list {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-flow__list {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-flow__list {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-flow__list {
    gap: 8.1424936387vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-flow__list {
    gap: 72px;
  }
}

.guide-step {
  display: flex;
  gap: 39px;
}
@media screen and (max-width: 1439px) {
  .guide-step {
    gap: 2.7083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step {
    gap: 2.9924665179vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step {
    gap: 3.089047619vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step {
    gap: 9.9236641221vw;
  }
}
.guide-step {
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .guide-step {
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .guide-step.--aline-center {
    align-items: center;
  }
}

.guide-step__head {
  display: flex;
  flex: 0 0 214px;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-step__head {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__head {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__head {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__head {
    gap: 4.0712468193vw;
  }
}
.guide-step__head {
  position: relative;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .guide-step__head {
    align-items: center;
    flex-basis: auto;
    padding-left: 94px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__head {
    align-items: center;
    flex-basis: auto;
    padding-left: 94px;
    padding-top: 24px;
  }
}
.guide-step__num {
  font-family: "Asset", serif;
  font-size: 48px;
  line-height: 1;
  color: var(--color-ink800);
  flex-shrink: 0;
  position: absolute;
  top: 3px;
}
@media screen and (max-width: 1439px) {
  .guide-step__num {
    top: 0.2083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__num {
    top: 0.2301897321vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__num {
    top: 0.2376190476vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__num {
    top: 0.7633587786vw;
  }
}
.guide-step__num {
  left: 0;
}
@media screen and (max-width: 768px) {
  .guide-step__num {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__num {
    top: 0;
  }
}
.guide-step__title-box {
  flex: 1;
  min-height: 80px;
}
@media screen and (max-width: 1439px) {
  .guide-step__title-box {
    min-height: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__title-box {
    min-height: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__title-box {
    min-height: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__title-box {
    min-height: 20.3562340967vw;
  }
}
.guide-step__title-box {
  background-color: #e4e4e4;
  min-width: 0;
  padding: 88px 25px 55px;
}
@media screen and (max-width: 1439px) {
  .guide-step__title-box {
    padding: 6.1111111111vw 1.7361111111vw 3.8194444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__title-box {
    padding: 6.7522321429vw 1.9182477679vw 4.2201450893vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__title-box {
    padding: 6.9701587302vw 1.9801587302vw 4.3563492063vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__title-box {
    padding: 22.3918575064vw 6.3613231552vw 13.9949109415vw;
  }
}
.guide-step__title-box {
  margin-left: 32px;
}
@media screen and (max-width: 1439px) {
  .guide-step__title-box {
    margin-left: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__title-box {
    margin-left: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__title-box {
    margin-left: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__title-box {
    margin-left: 8.1424936387vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__title-box {
    margin-left: 0;
    padding: 28px 24px 28px 56px;
  }
}
.guide-step__title-box.--num09 {
  padding-bottom: 35px;
}
.guide-step__title {
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
}
.guide-step__body {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
@media screen and (max-width: 1439px) {
  .guide-step__body {
    gap: 1.5972222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__body {
    gap: 1.7647879464vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__body {
    gap: 1.8217460317vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__body {
    gap: 5.8524173028vw;
  }
}
.guide-step__body {
  flex: 1 1 auto;
  min-width: 0;
}
.guide-step__block {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-step__block {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__block {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__block {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__block {
    gap: 4.0712468193vw;
  }
}
.guide-step__block {
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .guide-step__block {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__block {
    flex-direction: column;
    gap: 8px;
  }
}
.guide-step__label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  flex: 0 0 125px;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .guide-step__label {
    flex-basis: auto;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__label {
    flex-basis: auto;
  }
}
.guide-step__contents {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-step__contents {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__contents {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__contents {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__contents {
    gap: 4.0712468193vw;
  }
}
.guide-step__contents {
  min-width: 0;
}
.guide-step__contents.--gap0 {
  gap: 0;
}
.guide-step__text {
  display: flex;
  flex-direction: column;
}
.guide-step__paragraph {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}
.guide-step__paragraph.--normal {
  font-weight: normal;
}
.guide-step__mail {
  font-family: var(--font-family-futura);
  font-size: 0.8571428571rem;
  font-weight: 500;
  letter-spacing: 0.021em;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-step__mail {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__mail {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__mail {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__mail {
    margin-top: 4.0712468193vw;
  }
}
.guide-step__mail {
  width: 100%;
  padding: 8px 12px;
}
@media screen and (max-width: 1439px) {
  .guide-step__mail {
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__mail {
    padding: 0.6138392857vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-step__mail {
    padding: 0.6336507937vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__mail {
    padding: 2.0356234097vw 3.0534351145vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-step__mail {
    width: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .guide-step__mail {
    width: fit-content;
  }
}

.guide-time-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .guide-time-grid {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-time-grid {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-time-grid {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-time-grid {
    gap: 3.0534351145vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .guide-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.guide-time-grid__item {
  border: 1px solid var(--color-ink800);
  padding: 14px;
}
@media screen and (max-width: 1439px) {
  .guide-time-grid__item {
    padding: 0.9722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-time-grid__item {
    padding: 1.07421875vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-time-grid__item {
    padding: 1.1088888889vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-time-grid__item {
    padding: 3.5623409669vw;
  }
}
.guide-time-grid__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.guide-time-grid__item .guide-time-grid__term {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.guide-time-grid__item .guide-time-grid__desc {
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .guide-time-grid__item .guide-time-grid__desc {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-time-grid__item .guide-time-grid__desc {
    margin-top: 0.4603794643vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-time-grid__item .guide-time-grid__desc {
    margin-top: 0.4752380952vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-time-grid__item .guide-time-grid__desc {
    margin-top: 1.5267175573vw;
  }
}
.guide-time-grid__item .guide-time-grid__desc {
  font-size: 0.9285714286rem;
  font-weight: bold;
  color: var(--color-ink800);
}

.guide-table-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .guide-table-wrap {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table-wrap {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-table-wrap {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-table-wrap {
    gap: 2.0356234097vw;
  }
}
.guide-table-wrap {
  flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  .guide-table-wrap {
    min-width: 0;
  }
}
.guide-table-wrap {
  min-width: 0;
}
.guide-table-wrap .guide-table__title {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.guide-table {
  width: 100%;
  flex: 1 1 auto;
  max-width: 625px;
}
@media screen and (max-width: 1439px) {
  .guide-table {
    max-width: 43.4027777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table {
    max-width: 47.9561941964vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-table {
    max-width: 49.503968254vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-table {
    max-width: 159.0330788804vw;
  }
}
.guide-table {
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .guide-table {
    max-width: none;
  }
}
.guide-table__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-ink800);
  font-size: 0.8571428571rem;
  color: var(--color-ink800);
}
.guide-table__table thead th {
  background-color: #bbb;
  padding: 6px 12px;
}
@media screen and (max-width: 1439px) {
  .guide-table__table thead th {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table__table thead th {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-table__table thead th {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-table__table thead th {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.guide-table__table thead th {
  border-right: 1px solid #888;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}
.guide-table__table thead th:last-child {
  border-right: none;
}
.guide-table__table tbody th,
.guide-table__table tbody td {
  border-top: 1px solid #bbb;
  padding: 6px 12px;
}
@media screen and (max-width: 1439px) {
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.guide-table__table tbody th,
.guide-table__table tbody td {
  vertical-align: middle;
  line-height: 1.3;
}
.guide-table__table tbody th {
  width: 60%;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: left;
}
.guide-table__table tbody td {
  width: 40%;
  background-color: #fff;
  border-left: 1px solid #bbb;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .guide-table__table {
    font-size: 0.7857142857rem;
  }
  .guide-table__table thead th,
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .guide-table__table thead th,
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .guide-table__table thead th,
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 0.6138392857vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .guide-table__table thead th,
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .guide-table__table thead th,
  .guide-table__table tbody th,
  .guide-table__table tbody td {
    padding: 2.0356234097vw;
  }
}
.guide-table--reception .guide-table__table {
  table-layout: fixed;
}
.guide-table--reception .guide-table__table thead th:first-child,
.guide-table--reception .guide-table__table tbody th {
  width: 392px;
}
.guide-table--reception .guide-table__table thead th:last-child,
.guide-table--reception .guide-table__table tbody td {
  width: 233px;
}
@media screen and (max-width: 1400px) {
  .guide-table--reception .guide-table__table thead th:first-child,
  .guide-table--reception .guide-table__table tbody th {
    width: 62.8%;
  }
  .guide-table--reception .guide-table__table thead th:last-child,
  .guide-table--reception .guide-table__table tbody td {
    width: 37.2%;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table--reception .guide-table__table thead th:first-child,
  .guide-table--reception .guide-table__table tbody th {
    width: 46.8%;
  }
  .guide-table--reception .guide-table__table thead th:last-child,
  .guide-table--reception .guide-table__table tbody td {
    width: 53.2%;
  }
  .guide-table--reception .guide-table__table thead th,
  .guide-table--reception .guide-table__table tbody th,
  .guide-table--reception .guide-table__table tbody td {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1439px) {
  .guide-table--reception .guide-table__table thead th,
  .guide-table--reception .guide-table__table tbody th,
  .guide-table--reception .guide-table__table tbody td {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .guide-table--reception .guide-table__table thead th,
  .guide-table--reception .guide-table__table tbody th,
  .guide-table--reception .guide-table__table tbody td {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 900px) {
  .guide-table--reception .guide-table__table thead th,
  .guide-table--reception .guide-table__table tbody th,
  .guide-table--reception .guide-table__table tbody td {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide-table--reception .guide-table__table thead th,
  .guide-table--reception .guide-table__table tbody th,
  .guide-table--reception .guide-table__table tbody td {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.guide-table--time .guide-table__table {
  table-layout: fixed;
}
.guide-table--time .guide-table__table thead th:first-child,
.guide-table--time .guide-table__table tbody th {
  width: 268px;
  text-align: center;
}
.guide-table--time .guide-table__table thead th:last-child,
.guide-table--time .guide-table__table tbody td {
  width: 357px;
}
@media screen and (max-width: 1400px) {
  .guide-table--time .guide-table__table thead th:first-child,
  .guide-table--time .guide-table__table tbody th {
    width: 42.9%;
  }
  .guide-table--time .guide-table__table thead th:last-child,
  .guide-table--time .guide-table__table tbody td {
    width: 57.1%;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table--time .guide-table__table thead th:first-child,
  .guide-table--time .guide-table__table tbody th {
    width: 42.8%;
  }
  .guide-table--time .guide-table__table thead th:last-child,
  .guide-table--time .guide-table__table tbody td {
    width: 57.2%;
  }
  .guide-table--time .guide-table__table thead th,
  .guide-table--time .guide-table__table tbody th,
  .guide-table--time .guide-table__table tbody td {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1439px) {
  .guide-table--time .guide-table__table thead th,
  .guide-table--time .guide-table__table tbody th,
  .guide-table--time .guide-table__table tbody td {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .guide-table--time .guide-table__table thead th,
  .guide-table--time .guide-table__table tbody th,
  .guide-table--time .guide-table__table tbody td {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 900px) {
  .guide-table--time .guide-table__table thead th,
  .guide-table--time .guide-table__table tbody th,
  .guide-table--time .guide-table__table tbody td {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide-table--time .guide-table__table thead th,
  .guide-table--time .guide-table__table tbody th,
  .guide-table--time .guide-table__table tbody td {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.guide-table--payment {
  max-width: 740px;
}
@media screen and (max-width: 1439px) {
  .guide-table--payment {
    max-width: 51.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table--payment {
    max-width: 56.7801339286vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-table--payment {
    max-width: 58.6126984127vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-table--payment {
    max-width: 188.2951653944vw;
  }
}
.guide-table--payment .guide-table__table {
  table-layout: fixed;
}
.guide-table--payment .guide-table__table thead th:first-child,
.guide-table--payment .guide-table__table tbody th {
  width: 296px;
  text-align: center;
}
.guide-table--payment .guide-table__table thead th:last-child,
.guide-table--payment .guide-table__table tbody td {
  width: 444px;
}
@media screen and (max-width: 1400px) {
  .guide-table--payment .guide-table__table thead th:first-child,
  .guide-table--payment .guide-table__table tbody th {
    width: 40%;
  }
  .guide-table--payment .guide-table__table thead th:last-child,
  .guide-table--payment .guide-table__table tbody td {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .guide-table--payment .guide-table__table thead th:first-child,
  .guide-table--payment .guide-table__table tbody th {
    width: 40%;
  }
  .guide-table--payment .guide-table__table thead th:last-child,
  .guide-table--payment .guide-table__table tbody td {
    width: 60%;
  }
  .guide-table--payment .guide-table__table thead th,
  .guide-table--payment .guide-table__table tbody th,
  .guide-table--payment .guide-table__table tbody td {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1439px) {
  .guide-table--payment .guide-table__table thead th,
  .guide-table--payment .guide-table__table tbody th,
  .guide-table--payment .guide-table__table tbody td {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .guide-table--payment .guide-table__table thead th,
  .guide-table--payment .guide-table__table tbody th,
  .guide-table--payment .guide-table__table tbody td {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 900px) {
  .guide-table--payment .guide-table__table thead th,
  .guide-table--payment .guide-table__table tbody th,
  .guide-table--payment .guide-table__table tbody td {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .guide-table--payment .guide-table__table thead th,
  .guide-table--payment .guide-table__table tbody th,
  .guide-table--payment .guide-table__table tbody td {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}

.guide-list {
  line-height: 1.6;
}
.guide-list__item {
  /*  position: relative;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em; */
  line-height: 1.6;
}
.guide-precautions__lead, .guide-precautions__notes {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .guide-precautions__lead, .guide-precautions__notes {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-precautions__lead, .guide-precautions__notes {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-precautions__lead, .guide-precautions__notes {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-precautions__lead, .guide-precautions__notes {
    gap: 3.0534351145vw;
  }
}
.guide-precautions__paragraph {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}
.guide-precautions__cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .guide-precautions__cards {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-precautions__cards {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-precautions__cards {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-precautions__cards {
    gap: 5.0890585242vw;
  }
}
.guide-precautions__cards {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .guide-precautions__cards {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-precautions__cards {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-precautions__cards {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-precautions__cards {
    margin-top: 8.1424936387vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-precautions__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .guide-precautions__cards {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .guide-precautions__cards {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .guide-precautions__cards {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .guide-precautions__cards {
    gap: 4.0712468193vw;
  }
}

.guide-note-card {
  position: relative;
}

.guide-note-card__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-note-card__title {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-note-card__title {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-note-card__title {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-note-card__title {
    margin-bottom: 4.0712468193vw;
  }
}
.guide-note-card__title {
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .guide-note-card__title {
    display: flex;
  }
}
.guide-note-card__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}

.guide-forbidden {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .guide-forbidden {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-forbidden {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-forbidden {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-forbidden {
    margin-top: 8.1424936387vw;
  }
}
.guide-forbidden__head {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .guide-forbidden__head {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-forbidden__head {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-forbidden__head {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-forbidden__head {
    gap: 3.0534351145vw;
  }
}
.guide-forbidden__head {
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-forbidden__head {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-forbidden__head {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-forbidden__head {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-forbidden__head {
    margin-bottom: 4.0712468193vw;
  }
}
.guide-forbidden__icon {
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .guide-forbidden__icon {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-forbidden__icon {
    width: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-forbidden__icon {
    width: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-forbidden__icon {
    width: 6.106870229vw;
  }
}
.guide-forbidden__icon {
  height: 24px;
}
@media screen and (max-width: 1439px) {
  .guide-forbidden__icon {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-forbidden__icon {
    height: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-forbidden__icon {
    height: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-forbidden__icon {
    height: 6.106870229vw;
  }
}
.guide-forbidden__icon {
  position: relative;
}
.guide-forbidden__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.guide-download__groups {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .guide-download__groups {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-download__groups {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-download__groups {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-download__groups {
    gap: 8.1424936387vw;
  }
}
.guide-download__label {
  display: inline-flex;
}
.guide-download__label-text, .guide-download__note, .guide-download__footnote-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
.guide-download__label-text {
  line-height: 1;
}
.guide-download__footnote-text {
  text-align: center;
}
.guide-download__note {
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .guide-download__note {
    margin-top: 0.9722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-download__note {
    margin-top: 1.07421875vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-download__note {
    margin-top: 1.1088888889vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-download__note {
    margin-top: 3.5623409669vw;
  }
}
.guide-download__grid {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-download__grid {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-download__grid {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-download__grid {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-download__grid {
    gap: 4.0712468193vw;
  }
}
.guide-download__grid {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-download__grid {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-download__grid {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-download__grid {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-download__grid {
    margin-top: 4.0712468193vw;
  }
}
.guide-download__grid--cols-1 {
  grid-template-columns: 1fr;
}
.guide-download__grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.guide-download__grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .guide-download__grid {
    grid-template-columns: 1fr;
  }
}

.guide-download-link__text span {
  display: block;
}

.guide-cta {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .guide-cta {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .guide-cta {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .guide-cta {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .guide-cta {
    margin-top: 4.0712468193vw;
  }
}

.price-page {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .price-page {
    padding-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-page {
    padding-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .price-page {
    padding-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .price-page {
    padding-top: 10.1781170483vw;
  }
}
.price-page {
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .price-page {
    padding-top: 24px;
  }
}
.price-page__anchors {
  margin-bottom: 72px;
}
@media screen and (max-width: 1439px) {
  .price-page__anchors {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-page__anchors {
    margin-bottom: 5.5245535714vw;
  }
}
@media screen and (max-width: 900px) {
  .price-page__anchors {
    margin-bottom: 5.7028571429vw;
  }
}
@media screen and (max-width: 768px) {
  .price-page__anchors {
    margin-bottom: 18.320610687vw;
  }
}
@media screen and (max-width: 768px) {
  .price-page__anchors {
    margin-bottom: 48px;
  }
}
.price-page__anchors--equipment {
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .price-page__anchors--equipment {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-page__anchors--equipment {
    margin-bottom: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .price-page__anchors--equipment {
    margin-bottom: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .price-page__anchors--equipment {
    margin-bottom: 8.1424936387vw;
  }
}
@media screen and (max-width: 768px) {
  .price-page__anchors--equipment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}

.price-section {
  min-width: 0;
}
.price-section:not(:first-of-type) {
  margin-top: 112px;
}
@media screen and (max-width: 1439px) {
  .price-section:not(:first-of-type) {
    margin-top: 7.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-section:not(:first-of-type) {
    margin-top: 8.59375vw;
  }
}
@media screen and (max-width: 900px) {
  .price-section:not(:first-of-type) {
    margin-top: 8.8711111111vw;
  }
}
@media screen and (max-width: 768px) {
  .price-section:not(:first-of-type) {
    margin-top: 28.4987277354vw;
  }
}
@media screen and (max-width: 768px) {
  .price-section:not(:first-of-type) {
    margin-top: 80px;
  }
}
.price-section__head {
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .price-section__head {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-section__head {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .price-section__head {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .price-section__head {
    margin-bottom: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .price-section__head {
    margin-bottom: 16px;
  }
}
.price-section__meta {
  font-size: 0.8571428571rem;
  line-height: 1.3;
  text-align: right;
  color: var(--color-ink800);
}

.price-room-table {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .price-room-table {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-room-table {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .price-room-table {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .price-room-table {
    margin-top: 6.106870229vw;
  }
}
.price-room-table {
  border: 1px solid var(--color-ink800);
  background-color: var(--color-ink800);
}
.price-room-table__table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .price-room-table__table {
    width: 824px;
    min-width: 824px;
  }
}
.price-room-table__table th,
.price-room-table__table td {
  padding: 12px 8px;
}
@media screen and (max-width: 1439px) {
  .price-room-table__table th,
  .price-room-table__table td {
    padding: 0.8333333333vw 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-room-table__table th,
  .price-room-table__table td {
    padding: 0.9207589286vw 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .price-room-table__table th,
  .price-room-table__table td {
    padding: 0.9504761905vw 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .price-room-table__table th,
  .price-room-table__table td {
    padding: 3.0534351145vw 2.0356234097vw;
  }
}
.price-room-table__table th,
.price-room-table__table td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--color-ink800);
  vertical-align: middle;
}
.price-room-table__table th.price-room-table__floor,
.price-room-table__table td.price-room-table__floor {
  width: 40px;
  min-width: 40px;
  text-align: center;
  vertical-align: top;
  background-color: #fff !important;
}
.price-room-table__table thead th {
  padding-top: 6px;
}
@media screen and (max-width: 1439px) {
  .price-room-table__table thead th {
    padding-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-room-table__table thead th {
    padding-top: 0.4603794643vw;
  }
}
@media screen and (max-width: 900px) {
  .price-room-table__table thead th {
    padding-top: 0.4752380952vw;
  }
}
@media screen and (max-width: 768px) {
  .price-room-table__table thead th {
    padding-top: 1.5267175573vw;
  }
}
.price-room-table__table thead th {
  padding-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .price-room-table__table thead th {
    padding-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-room-table__table thead th {
    padding-bottom: 0.4603794643vw;
  }
}
@media screen and (max-width: 900px) {
  .price-room-table__table thead th {
    padding-bottom: 0.4752380952vw;
  }
}
@media screen and (max-width: 768px) {
  .price-room-table__table thead th {
    padding-bottom: 1.5267175573vw;
  }
}
.price-room-table__table thead th {
  background-color: #bbb;
  font-weight: 400;
  text-align: center;
}
.price-room-table__table tbody th {
  font-weight: 700;
  text-align: left;
  background-color: #f6f6f6;
}
.price-room-table__table td {
  background-color: #fff;
  text-align: right;
  white-space: normal;
  overflow-wrap: anywhere;
}
.price-room-table__table td:nth-child(n+2) {
  white-space: nowrap;
}
.price-room-table__name {
  width: 176px;
}
.price-room-table__name--indent {
  padding-left: 24px !important;
}
.price-room-table__wide {
  text-align: center !important;
}

.price-note-box,
.price-info-box {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .price-note-box,
  .price-info-box {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-note-box,
  .price-info-box {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .price-note-box,
  .price-info-box {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .price-note-box,
  .price-info-box {
    margin-top: 10.1781170483vw;
  }
}
.price-note-box__label,
.price-info-box__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  .price-note-box__label,
  .price-info-box__label {
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-note-box__label,
  .price-info-box__label {
    padding: 0.6138392857vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .price-note-box__label,
  .price-info-box__label {
    padding: 0.6336507937vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .price-note-box__label,
  .price-info-box__label {
    padding: 2.0356234097vw 6.106870229vw;
  }
}
.price-note-box__label,
.price-info-box__label {
  border: 1px solid var(--color-ink800);
  background-color: #fff;
}
.price-note-box__label-text,
.price-info-box__label-text {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-ink800);
}

.price-note-box__list {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .price-note-box__list {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-note-box__list {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .price-note-box__list {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .price-note-box__list {
    margin-top: 4.0712468193vw;
  }
}
.price-note-box__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-ink800);
  letter-spacing: 0.02em;
}

.price-info-box {
  min-width: 0;
}
.price-info-box__block {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .price-info-box__block {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-info-box__block {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .price-info-box__block {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .price-info-box__block {
    margin-top: 6.106870229vw;
  }
}
.price-info-box__block {
  min-width: 0;
}
.price-info-box__head {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .price-info-box__head {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-info-box__head {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .price-info-box__head {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .price-info-box__head {
    gap: 6.106870229vw;
  }
}
.price-info-box__num {
  font-family: "Asset", serif;
  font-size: 1.7142857143rem;
  line-height: 1;
  color: var(--color-ink800);
}
.price-info-box__title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: var(--color-ink800);
}
.price-info-box__list {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .price-info-box__list {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-info-box__list {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .price-info-box__list {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .price-info-box__list {
    margin-top: 4.0712468193vw;
  }
}
.price-info-box__list {
  min-width: 0;
}
.price-info-box__item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-ink800);
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.price-equipment-box {
  margin-top: 56px;
}
@media screen and (max-width: 1439px) {
  .price-equipment-box {
    margin-top: 3.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-equipment-box {
    margin-top: 4.296875vw;
  }
}
@media screen and (max-width: 900px) {
  .price-equipment-box {
    margin-top: 4.4355555556vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment-box {
    margin-top: 14.2493638677vw;
  }
}
.price-equipment-box__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .price-equipment-box__heading {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-equipment-box__heading {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .price-equipment-box__heading {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment-box__heading {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment-box__heading {
    gap: 8px;
  }
}
.price-equipment-box__title {
  flex-shrink: 0;
}
.price-equipment-box__meta {
  font-size: 0.8571428571rem;
  line-height: 1.3;
  color: var(--color-ink800);
}
.price-equipment-box__caption {
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .price-equipment-box__caption {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-equipment-box__caption {
    margin-top: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .price-equipment-box__caption {
    margin-top: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment-box__caption {
    margin-top: 3.0534351145vw;
  }
}
.price-equipment-box__caption {
  font-size: 0.8571428571rem;
}

.price-equipment__head {
  margin-bottom: 63px;
}
@media screen and (max-width: 1439px) {
  .price-equipment__head {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-equipment__head {
    margin-bottom: 4.833984375vw;
  }
}
@media screen and (max-width: 900px) {
  .price-equipment__head {
    margin-bottom: 4.99vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment__head {
    margin-bottom: 16.0305343511vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment__head {
    margin-bottom: 28px;
  }
}

.price-equipment-table {
  width: 100%;
  min-width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .price-equipment-table {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-equipment-table {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .price-equipment-table {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment-table {
    margin-top: 4.0712468193vw;
  }
}
.price-equipment-table {
  border: 1px solid var(--color-ink800);
  border-bottom: 1px solid var(--color-ink800);
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  .price-equipment-table {
    width: 1000px;
    min-width: 1000px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .price-equipment-table {
    table-layout: fixed;
  }
}
.price-equipment-table th,
.price-equipment-table td {
  padding: 12px 8px;
}
@media screen and (max-width: 1439px) {
  .price-equipment-table th,
  .price-equipment-table td {
    padding: 0.8333333333vw 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .price-equipment-table th,
  .price-equipment-table td {
    padding: 0.9207589286vw 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .price-equipment-table th,
  .price-equipment-table td {
    padding: 0.9504761905vw 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .price-equipment-table th,
  .price-equipment-table td {
    padding: 3.0534351145vw 2.0356234097vw;
  }
}
.price-equipment-table th,
.price-equipment-table td {
  border-bottom: 1px solid #bbb;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-ink800);
  vertical-align: middle;
}
.price-equipment-table thead th {
  background-color: #bbb;
  border-top: 1px solid var(--color-ink800);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5em;
}
.price-equipment-table tbody th {
  width: 280px;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: left;
}
.price-equipment-table tbody td:nth-child(2) {
  width: 120px;
  text-align: center;
}
.price-equipment-table tbody td:nth-child(3) {
  width: 96px;
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
}
.price-equipment-table tbody td:nth-child(4) {
  min-width: 504px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .price-equipment-table tbody td:nth-child(4) {
    min-width: 0;
  }
}
.price-equipment-table tbody tr:last-child th,
.price-equipment-table tbody tr:last-child td {
  border-bottom: 1px solid var(--color-ink800);
}

.price-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
@media screen and (max-width: 768px) {
  .price-table-scroll {
    margin-top: 16px;
  }
}

.faq-anchor {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .faq-anchor {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-anchor {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-anchor {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-anchor {
    gap: 2.0356234097vw;
  }
}
.faq-anchor {
  margin-top: 72px;
}
@media screen and (max-width: 1439px) {
  .faq-anchor {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-anchor {
    margin-top: 5.5245535714vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-anchor {
    margin-top: 5.7028571429vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-anchor {
    margin-top: 18.320610687vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-anchor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }
}
.faq-anchor__btn {
  min-height: 48px;
}
@media screen and (max-width: 1439px) {
  .faq-anchor__btn {
    min-height: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-anchor__btn {
    min-height: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-anchor__btn {
    min-height: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-anchor__btn {
    min-height: 12.213740458vw;
  }
}
.faq-anchor__btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.faq-anchor__btn::after {
  content: "";
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .faq-anchor__btn::after {
    width: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-anchor__btn::after {
    width: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-anchor__btn::after {
    width: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-anchor__btn::after {
    width: 2.5445292621vw;
  }
}
.faq-anchor__btn::after {
  height: 10px;
}
@media screen and (max-width: 1439px) {
  .faq-anchor__btn::after {
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-anchor__btn::after {
    height: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-anchor__btn::after {
    height: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-anchor__btn::after {
    height: 2.5445292621vw;
  }
}
.faq-anchor__btn::after {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-10%);
  flex-shrink: 0;
}

.faq-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .faq-section {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-section {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-section {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-section {
    gap: 6.106870229vw;
  }
}
.faq-section {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  .faq-section {
    margin-top: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-section {
    margin-top: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-section {
    margin-top: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-section {
    margin-top: 16.2849872774vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-section {
    margin-top: 48px;
  }
}
.faq-section__title {
  align-self: flex-start;
  color: var(--color-ink800);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .faq-list {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-list {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-list {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-list {
    gap: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-list {
    gap: 48px;
  }
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .faq-item {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-item {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-item {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-item {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-item {
    gap: 12px;
  }
}
.faq-item__q, .faq-item__a {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .faq-item__q, .faq-item__a {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-item__q, .faq-item__a {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-item__q, .faq-item__a {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-item__q, .faq-item__a {
    gap: 4.0712468193vw;
  }
}
.faq-item__q, .faq-item__a {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .faq-item__q, .faq-item__a {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }
}
.faq-item__mark {
  font-family: "Asset", serif;
  font-size: 1.7142857143rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .faq-item__mark {
    font-size: 1.4285714286rem;
  }
}
.faq-item__mark--q {
  color: #3f6fd5;
}
.faq-item__mark--a {
  color: #f74b49;
}
.faq-item__question {
  font-family: var(--font-family-ja-display);
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #3f6fd5;
}
@media screen and (max-width: 768px) {
  .faq-item__question {
    font-size: 1.1428571429rem;
    line-height: 1.625;
  }
}
.faq-item__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 1439px) {
  .faq-item__body {
    gap: 0.2083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-item__body {
    gap: 0.2301897321vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-item__body {
    gap: 0.2376190476vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-item__body {
    gap: 0.7633587786vw;
  }
}
.faq-item__text, .faq-item__link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: left;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .faq-item__text, .faq-item__link {
    line-height: 1.714;
  }
}
.faq-item__link {
  width: fit-content;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .faq-item__link {
    max-width: 100%;
    width: auto;
    overflow-wrap: anywhere;
  }
}

.faq-contact {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .faq-contact {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-contact {
    margin-top: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-contact {
    margin-top: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact {
    margin-top: 20.3562340967vw;
  }
}
.faq-contact {
  max-width: 368px;
}
@media screen and (max-width: 1439px) {
  .faq-contact {
    max-width: 25.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-contact {
    max-width: 28.2366071429vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-contact {
    max-width: 29.1479365079vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact {
    max-width: 93.6386768448vw;
  }
}
.faq-contact {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .faq-contact {
    max-width: none;
    margin-top: 64px;
  }
}
.faq-contact__text {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .faq-contact__text {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-contact__text {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-contact__text {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact__text {
    margin-top: 8.1424936387vw;
  }
}
.faq-contact__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
.faq-contact__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}
@media screen and (max-width: 1439px) {
  .faq-contact__btn {
    min-height: 5.9722222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-contact__btn {
    min-height: 6.5987723214vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-contact__btn {
    min-height: 6.8117460317vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact__btn {
    min-height: 21.8829516539vw;
  }
}
.faq-contact__btn {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .faq-contact__btn {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-contact__btn {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-contact__btn {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact__btn {
    margin-top: 8.1424936387vw;
  }
}
.faq-contact__btn {
  padding: 20px 40px;
}
@media screen and (max-width: 1439px) {
  .faq-contact__btn {
    padding: 1.3888888889vw 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-contact__btn {
    padding: 1.5345982143vw 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-contact__btn {
    padding: 1.5841269841vw 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact__btn {
    padding: 5.0890585242vw 10.1781170483vw;
  }
}
.faq-contact__btn {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .faq-contact__btn {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 20px 24px;
  }
}
.faq-contact__btn:hover, .faq-contact__btn:focus-visible {
  opacity: 0.85;
}
.faq-contact__btn-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .faq-contact__btn-copy {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .faq-contact__btn-copy {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .faq-contact__btn-copy {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .faq-contact__btn-copy {
    gap: 2.0356234097vw;
  }
}
.faq-contact__btn-copy {
  width: 100%;
  min-width: 0;
}
.faq-contact__btn-main {
  font-family: var(--font-family-en-display);
  font-size: 1.7142857143rem;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .faq-contact__btn-main {
    font-size: 1.4285714286rem;
    line-height: 1.1;
    letter-spacing: 0.05em;
  }
}
.faq-contact__btn-sub {
  display: block;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .faq-contact__btn-sub {
    line-height: 1.4;
    letter-spacing: 0.05em;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}
.faq-contact__btn-arrow {
  flex-shrink: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq-contact__btn-arrow {
    align-self: flex-end;
  }
}

.contact-wrap {
  max-width: 481px;
  margin-inline: auto;
  padding: 40px 20px 0px;
}
@media screen and (max-width: 1439px) {
  .contact-wrap {
    padding: 2.7777777778vw 1.3888888889vw 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact-wrap {
    padding: 3.0691964286vw 1.5345982143vw 0vw;
  }
}
@media screen and (max-width: 900px) {
  .contact-wrap {
    padding: 3.1682539683vw 1.5841269841vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-wrap {
    padding: 10.1781170483vw 5.0890585242vw 0vw;
  }
}
.contact-wrap {
  font-feature-settings: "pwid" on, "palt" on;
}

.contact-lead {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.02em;
}

.contact-rule {
  border: none;
  border-top: 1px solid var(--color-ink800);
  margin-block: 24px;
}
@media screen and (max-width: 1439px) {
  .contact-rule {
    margin-block: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact-rule {
    margin-block: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .contact-rule {
    margin-block: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-rule {
    margin-block: 6.106870229vw;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .contact-form {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact-form {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .contact-form {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    gap: 6.106870229vw;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
}
.form-field:is(fieldset) {
  border: none;
  padding: 0;
  margin: 0;
}
.form-field.is-error .form-input,
.form-field.is-error .form-textarea {
  border-color: var(--color-red700);
}
.form-field.is-error .form-radio-item {
  border-color: var(--color-red700);
}

.form-label-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .form-label-row {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-label-row {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .form-label-row {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .form-label-row {
    gap: 4.0712468193vw;
  }
}
.form-label-row {
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .form-label-row {
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-label-row {
    margin-bottom: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .form-label-row {
    margin-bottom: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .form-label-row {
    margin-bottom: 2.0356234097vw;
  }
}
@media screen and (max-width: 768px) {
  .form-label-row {
    margin-bottom: 10px;
  }
}
.form-label-row .form-label-text {
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-ink800);
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .form-label-row .form-label-text {
    line-height: 1.5;
  }
}
.form-label-row .form-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}
@media screen and (max-width: 1439px) {
  .form-label-row .form-required {
    padding: 0.2777777778vw 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-label-row .form-required {
    padding: 0.3069196429vw 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .form-label-row .form-required {
    padding: 0.3168253968vw 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .form-label-row .form-required {
    padding: 1.0178117048vw 2.0356234097vw;
  }
}
.form-label-row .form-required {
  background-color: #e60012;
  font-weight: normal;
  color: #fff;
  font-size: 0.8571428571rem;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .form-radio-group {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-radio-group {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .form-radio-group {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .form-radio-group {
    gap: 3.0534351145vw;
  }
}

.form-radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .form-radio-item {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-radio-item {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .form-radio-item {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .form-radio-item {
    gap: 2.0356234097vw;
  }
}
.form-radio-item {
  min-height: 48px;
  height: auto;
  padding: 12px 16px;
}
@media screen and (max-width: 1439px) {
  .form-radio-item {
    padding: 0.8333333333vw 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-radio-item {
    padding: 0.9207589286vw 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .form-radio-item {
    padding: 0.9504761905vw 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .form-radio-item {
    padding: 3.0534351145vw 4.0712468193vw;
  }
}
.form-radio-item {
  border: 1px solid #8e8e93;
  cursor: pointer;
}
.form-radio-item input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.form-radio-item input[type=radio]:checked + .form-radio-circle {
  border-color: #000;
}
.form-radio-item input[type=radio]:checked + .form-radio-circle::after {
  transform: translate(-50%, -50%) scale(1);
}
.form-radio-item input[type=radio]:focus-visible + .form-radio-circle {
  outline: 2px solid #3f6fd5;
  outline-offset: 2px;
}
.form-radio-item .form-radio-circle {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8e8e93;
  border-radius: 50%;
}
.form-radio-item .form-radio-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease;
}
.form-radio-item span:last-child {
  font-size: 1rem;
  color: var(--color-ink800);
  line-height: 1.2;
}

.form-split {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .form-split {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-split {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .form-split {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .form-split {
    gap: 4.0712468193vw;
  }
}
.form-split__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .form-split__col {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-split__col {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .form-split__col {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .form-split__col {
    gap: 2.0356234097vw;
  }
}

.form-sublabel {
  font-size: 1rem;
  color: var(--color-ink800);
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.form-error {
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .form-error {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-error {
    margin-top: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .form-error {
    margin-top: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .form-error {
    margin-top: 2.0356234097vw;
  }
}
.form-error {
  font-size: 0.9285714286rem;
  font-weight: bold;
  color: var(--color-red700);
  line-height: 1.6;
  background-color: #fff5f6;
  padding: 8px 12px;
}
@media screen and (max-width: 1439px) {
  .form-error {
    padding: 0.5555555556vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-error {
    padding: 0.6138392857vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .form-error {
    padding: 0.6336507937vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .form-error {
    padding: 2.0356234097vw 3.0534351145vw;
  }
}
.form-error--center {
  text-align: center;
}

.form-input {
  border: 1px solid #a1a1a1;
  padding: 8px;
}
@media screen and (max-width: 1439px) {
  .form-input {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-input {
    padding: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .form-input {
    padding: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .form-input {
    padding: 2.0356234097vw;
  }
}
.form-input {
  font-size: 1rem;
  color: var(--color-ink800);
  background-color: #fff;
  line-height: 1.8;
  width: 100%;
  min-height: 48px;
  height: auto;
}
.form-input::placeholder {
  color: #a1a1a1;
  letter-spacing: 0.02em;
}
.form-input:focus {
  outline: 2px solid #3f6fd5;
  outline-offset: 0;
  border-color: transparent;
}
.form-input--full {
  width: 100%;
}

.form-textarea {
  min-height: 120px;
  height: auto;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  padding: 8px;
}
@media screen and (max-width: 1439px) {
  .form-textarea {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-textarea {
    padding: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .form-textarea {
    padding: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .form-textarea {
    padding: 2.0356234097vw;
  }
}
.form-textarea {
  font-size: 1rem;
  color: var(--color-ink800);
  background-color: #fff;
  resize: vertical;
  width: 100%;
  line-height: 1.8;
}
.form-textarea::placeholder {
  color: #a1a1a1;
  letter-spacing: 0.02em;
}
.form-textarea:focus {
  outline: 2px solid #3f6fd5;
  outline-offset: 0;
  border-color: transparent;
}

.form-agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .form-agree {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .form-agree {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .form-agree {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .form-agree {
    gap: 4.0712468193vw;
  }
}
.form-agree {
  cursor: pointer;
  flex-wrap: wrap;
}
.form-agree__check {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.form-agree__check:checked + .form-agree__box {
  background-color: var(--color-ink800);
}
.form-agree__check:checked + .form-agree__box::after {
  opacity: 1;
}
.form-agree__check:focus-visible + .form-agree__box {
  outline: 2px solid #3f6fd5;
  outline-offset: 2px;
}
.form-agree__box {
  position: relative;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #8e8e93;
  background-color: #fff;
}
.form-agree__box::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}
.form-agree__text {
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: var(--color-ink800);
  letter-spacing: 0.01em;
  line-height: 1.75;
  min-width: 0;
}
.form-agree__link {
  text-decoration: underline;
  color: var(--color-ink800);
}

.confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .confirm-table {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .confirm-table {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .confirm-table {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm-table {
    margin-top: 8.1424936387vw;
  }
}
.confirm-table th,
.confirm-table td {
  font-size: 1rem;
  line-height: 1.8;
  padding: 1rem 1.1428571429rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.confirm-table th {
  font-weight: bold;
  color: var(--color-ink800);
  white-space: nowrap;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .confirm-table th {
    display: block;
    width: 100%;
    padding-bottom: 0.2857142857rem;
    border-bottom: none;
    color: #888;
    font-size: 0.8571428571rem;
  }
}
.confirm-table td {
  color: var(--color-ink800);
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .confirm-table td {
    display: block;
    width: 100%;
    padding-top: 0.2857142857rem;
  }
}
.confirm-table tr:last-child th, .confirm-table tr:last-child td {
  border-bottom: none;
}

.confirm-actions {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .confirm-actions {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .confirm-actions {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .confirm-actions {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .confirm-actions {
    margin-top: 10.1781170483vw;
  }
}
.confirm-actions__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1428571429rem;
  flex-wrap: wrap;
}

.confirm-back {
  display: inline-flex;
  align-items: center;
  gap: 0.8571428571rem;
  font-size: 1rem;
  color: var(--color-ink800);
  text-decoration: none;
}
.confirm-back svg {
  transform: scaleX(-1);
  display: block;
}
.confirm-back:hover {
  text-decoration: underline;
}

.thanks-body {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .thanks-body {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .thanks-body {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .thanks-body {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks-body {
    margin-top: 12.213740458vw;
  }
}
.thanks-body {
  text-align: center;
}

.thanks-text {
  font-size: 1.0714285714rem;
  line-height: 2;
  color: var(--color-ink800);
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .thanks-text {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .thanks-text {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .thanks-text {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks-text {
    margin-bottom: 4.0712468193vw;
  }
}

.thanks-note {
  font-size: 0.9285714286rem;
  color: #888;
  line-height: 1.8;
  margin-bottom: 48px;
}
@media screen and (max-width: 1439px) {
  .thanks-note {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .thanks-note {
    margin-bottom: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .thanks-note {
    margin-bottom: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .thanks-note {
    margin-bottom: 12.213740458vw;
  }
}

.contact-submit {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .contact-submit {
    margin-top: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact-submit {
    margin-top: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .contact-submit {
    margin-top: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-submit {
    margin-top: 2.0356234097vw;
  }
}
.contact-submit__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 368px);
  max-width: 368px;
  min-height: 80px;
  height: auto;
  padding: 20px 40px;
}
@media screen and (max-width: 1439px) {
  .contact-submit__btn {
    padding: 1.3888888889vw 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact-submit__btn {
    padding: 1.5345982143vw 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .contact-submit__btn {
    padding: 1.5841269841vw 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-submit__btn {
    padding: 5.0890585242vw 10.1781170483vw;
  }
}
.contact-submit__btn {
  background-color: #000;
  color: #fff;
  font-size: 1.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
}
.contact-submit__btn svg {
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .contact-submit__btn {
    width: 100%;
    max-width: 100%;
    min-height: 64px;
    padding: 20px 24px;
  }
}

.contact-urgent {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .contact-urgent {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact-urgent {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .contact-urgent {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-urgent {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .contact-urgent {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .contact-urgent {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .contact-urgent {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .contact-urgent {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contact-urgent {
    margin-top: 6.106870229vw;
  }
}

.contact-urgent__note {
  line-height: 1.4;
  margin-top: 4px;
}

.access-page__inner {
  max-width: 1000px;
}
@media screen and (max-width: 1439px) {
  .access-page__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-page__inner {
    max-width: 76.7299107143vw;
  }
}
@media screen and (max-width: 900px) {
  .access-page__inner {
    max-width: 79.2063492063vw;
  }
}
@media screen and (max-width: 768px) {
  .access-page__inner {
    max-width: 254.4529262087vw;
  }
}
.access-page__intro {
  margin-top: 78px;
}
@media screen and (max-width: 1439px) {
  .access-page__intro {
    margin-top: 5.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-page__intro {
    margin-top: 5.9849330357vw;
  }
}
@media screen and (max-width: 900px) {
  .access-page__intro {
    margin-top: 6.1780952381vw;
  }
}
@media screen and (max-width: 768px) {
  .access-page__intro {
    margin-top: 19.8473282443vw;
  }
}
@media screen and (max-width: 768px) {
  .access-page__intro {
    margin-top: 40px;
  }
}
.access-page__intro-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}
.access-page__intro-text + .access-page__intro-text {
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .access-page__intro-text + .access-page__intro-text {
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-page__intro-text + .access-page__intro-text {
    margin-top: 0.4603794643vw;
  }
}
@media screen and (max-width: 900px) {
  .access-page__intro-text + .access-page__intro-text {
    margin-top: 0.4752380952vw;
  }
}
@media screen and (max-width: 768px) {
  .access-page__intro-text + .access-page__intro-text {
    margin-top: 1.5267175573vw;
  }
}

@media screen and (max-width: 768px) {
  .page-hero + .access-page {
    margin-top: -16px;
  }
}

.access-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .access-map-grid {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-map-grid {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .access-map-grid {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .access-map-grid {
    gap: 10.1781170483vw;
  }
}
.access-map-grid {
  margin-top: 54px;
}
@media screen and (max-width: 1439px) {
  .access-map-grid {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-map-grid {
    margin-top: 4.1434151786vw;
  }
}
@media screen and (max-width: 900px) {
  .access-map-grid {
    margin-top: 4.2771428571vw;
  }
}
@media screen and (max-width: 768px) {
  .access-map-grid {
    margin-top: 13.7404580153vw;
  }
}
@media screen and (max-width: 768px) {
  .access-map-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 80px;
  }
}

.access-map-card__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .access-map-card__title {
    width: 100%;
  }
}
.access-map-card__figure {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .access-map-card__figure {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-map-card__figure {
    margin-top: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .access-map-card__figure {
    margin-top: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .access-map-card__figure {
    margin-top: 2.5445292621vw;
  }
}
.access-map-card__image {
  display: block;
  width: 100%;
  height: auto;
}

.access-area-banner {
  display: grid;
  grid-template-columns: 360px;
}
@media screen and (max-width: 1439px) {
  .access-area-banner {
    grid-template-columns: 25vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-area-banner {
    grid-template-columns: 27.6227678571vw;
  }
}
@media screen and (max-width: 900px) {
  .access-area-banner {
    grid-template-columns: 28.5142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .access-area-banner {
    grid-template-columns: 91.6030534351vw;
  }
}
.access-area-banner {
  grid-template-columns: minmax(0, 360px) 1fr;
  min-height: 184px;
}
@media screen and (max-width: 1439px) {
  .access-area-banner {
    min-height: 12.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-area-banner {
    min-height: 14.1183035714vw;
  }
}
@media screen and (max-width: 900px) {
  .access-area-banner {
    min-height: 14.573968254vw;
  }
}
@media screen and (max-width: 768px) {
  .access-area-banner {
    min-height: 46.8193384224vw;
  }
}
.access-area-banner {
  margin: 64px 0px 0px;
}
@media screen and (max-width: 1439px) {
  .access-area-banner {
    margin: 4.4444444444vw 0vw 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-area-banner {
    margin: 4.9107142857vw 0vw 0vw;
  }
}
@media screen and (max-width: 900px) {
  .access-area-banner {
    margin: 5.0692063492vw 0vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .access-area-banner {
    margin: 16.2849872774vw 0vw 0vw;
  }
}
.access-area-banner {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .access-area-banner {
    grid-template-columns: 1fr;
    min-height: 302px;
    margin-top: 64px;
  }
}
.access-area-banner__copy {
  flex: none;
}
.access-area-banner__link {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .access-area-banner__link {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-area-banner__link {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .access-area-banner__link {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .access-area-banner__link {
    margin-top: 6.106870229vw;
  }
}
.access-googlemap {
  margin-top: 72px;
}
@media screen and (max-width: 1439px) {
  .access-googlemap {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-googlemap {
    margin-top: 5.5245535714vw;
  }
}
@media screen and (max-width: 900px) {
  .access-googlemap {
    margin-top: 5.7028571429vw;
  }
}
@media screen and (max-width: 768px) {
  .access-googlemap {
    margin-top: 18.320610687vw;
  }
}
.access-googlemap {
  aspect-ratio: 1000/309;
}
@media screen and (max-width: 768px) {
  .access-googlemap {
    margin-top: 48px;
    aspect-ratio: 353/353;
  }
}
.access-googlemap__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-transit {
  margin-top: 116px;
}
@media screen and (max-width: 1439px) {
  .access-transit {
    margin-top: 8.0555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-transit {
    margin-top: 8.9006696429vw;
  }
}
@media screen and (max-width: 900px) {
  .access-transit {
    margin-top: 9.1879365079vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit {
    margin-top: 29.5165394402vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit {
    margin-top: 94px;
  }
}
.access-transit__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .access-transit__head {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-transit__head {
    margin-bottom: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .access-transit__head {
    margin-bottom: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit__head {
    margin-bottom: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit__head {
    margin-bottom: 28px;
  }
}
.access-transit__eyebrow {
  text-transform: uppercase;
}
.access-transit__title {
  line-height: 1.4;
}
.access-transit__diagram {
  margin-top: 0;
}
.access-transit__diagram-scroll {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .access-transit__diagram-scroll {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
  }
}
.access-transit__diagram-scroll.scroll-hint {
  position: relative;
}
@media screen and (max-width: 768px) {
  .access-transit__diagram-figure {
    width: 800px;
  }
}
.access-transit__diagram-image {
  display: block;
  width: 100%;
  height: auto;
}
.access-transit__diagram-note {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .access-transit__diagram-note {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-transit__diagram-note {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .access-transit__diagram-note {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit__diagram-note {
    margin-top: 4.0712468193vw;
  }
}
.access-transit__diagram-note {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: right;
}
.access-transit__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .access-transit__content {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-transit__content {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .access-transit__content {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit__content {
    gap: 10.1781170483vw;
  }
}
.access-transit__content {
  margin-top: 84px;
}
@media screen and (max-width: 1439px) {
  .access-transit__content {
    margin-top: 5.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-transit__content {
    margin-top: 6.4453125vw;
  }
}
@media screen and (max-width: 900px) {
  .access-transit__content {
    margin-top: 6.6533333333vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit__content {
    margin-top: 21.3740458015vw;
  }
}
@media screen and (max-width: 768px) {
  .access-transit__content {
    margin-top: 36px;
  }
}

.access-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .access-block {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-block {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .access-block {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .access-block {
    gap: 6.106870229vw;
  }
}
.access-block__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.4285714286rem;
}
@media screen and (min-width: 901px) {
  .access-block__title {
    font-size: 1.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .access-block__title {
    font-size: 1.7142857143rem;
  }
}
.access-block__title {
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .access-block__title {
    font-size: 1.4285714286rem;
  }
}
.access-block__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 1439px) {
  .access-block__body {
    gap: 0.1388888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-block__body {
    gap: 0.1534598214vw;
  }
}
@media screen and (max-width: 900px) {
  .access-block__body {
    gap: 0.1584126984vw;
  }
}
@media screen and (max-width: 768px) {
  .access-block__body {
    gap: 0.5089058524vw;
  }
}
.access-block__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}

.access-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .access-btns {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-btns {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .access-btns {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .access-btns {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .access-btns {
    grid-template-columns: 1fr;
  }
}
.access-btns .access-btn {
  width: 100%;
}

.access-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .access-btn {
    gap: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-btn {
    gap: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .access-btn {
    gap: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .access-btn {
    gap: 2.5445292621vw;
  }
}
.access-btn {
  width: 440px;
}
@media screen and (max-width: 1439px) {
  .access-btn {
    width: 30.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-btn {
    width: 33.7611607143vw;
  }
}
@media screen and (max-width: 900px) {
  .access-btn {
    width: 34.8507936508vw;
  }
}
@media screen and (max-width: 768px) {
  .access-btn {
    width: 111.9592875318vw;
  }
}
.access-btn {
  min-height: 64px;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .access-btn {
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-btn {
    padding: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .access-btn {
    padding: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .access-btn {
    padding: 5.0890585242vw;
  }
}
.access-btn {
  background-color: #000;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .access-btn {
    width: 100%;
    gap: 5px;
  }
}
.access-btn:hover, .access-btn:focus-visible {
  background-color: var(--color-button-hover-dark);
  color: #fff;
}
.access-btn__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .access-btn__text {
    font-size: 0.9285714286rem;
  }
}
.access-btn__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.access-video {
  display: block;
  width: 657px;
}
@media screen and (max-width: 1439px) {
  .access-video {
    width: 45.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-video {
    width: 50.4115513393vw;
  }
}
@media screen and (max-width: 900px) {
  .access-video {
    width: 52.0385714286vw;
  }
}
@media screen and (max-width: 768px) {
  .access-video {
    width: 167.1755725191vw;
  }
}
.access-video {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .access-video {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-video {
    margin-top: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .access-video {
    margin-top: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .access-video {
    margin-top: 5.0890585242vw;
  }
}
.access-video {
  margin-inline: auto;
  aspect-ratio: 657/370;
}
@media screen and (max-width: 768px) {
  .access-video {
    width: 100%;
    margin-top: 24px;
    aspect-ratio: 353/199;
  }
}
.access-video__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-airport {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .access-airport {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-airport {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .access-airport {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .access-airport {
    gap: 6.106870229vw;
  }
}
.access-airport__label {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 8px 24px;
}
@media screen and (max-width: 1439px) {
  .access-airport__label {
    padding: 0.5555555556vw 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-airport__label {
    padding: 0.6138392857vw 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .access-airport__label {
    padding: 0.6336507937vw 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .access-airport__label {
    padding: 2.0356234097vw 6.106870229vw;
  }
}
.access-airport__label {
  border: 1px solid var(--color-ink800);
  font-family: var(--font-family-ja-display);
  font-size: 0.7857142857rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .access-airport__label {
    justify-content: center;
    width: 100%;
  }
}
.access-airport__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 1439px) {
  .access-airport__body {
    gap: 0.1388888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-airport__body {
    gap: 0.1534598214vw;
  }
}
@media screen and (max-width: 900px) {
  .access-airport__body {
    gap: 0.1584126984vw;
  }
}
@media screen and (max-width: 768px) {
  .access-airport__body {
    gap: 0.5089058524vw;
  }
}
.access-airport__gallery {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .access-airport__gallery {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .access-airport__gallery {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .access-airport__gallery {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .access-airport__gallery {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 900px) {
  .access-airport__gallery {
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .access-airport__gallery {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.access-airport__gallery-image {
  display: block;
  width: 268px;
  height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .access-airport__gallery-image {
    flex: 1 1 calc(50% - 8px);
    width: calc(50% - 8px);
    min-width: 0;
    max-width: 268px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .access-airport__gallery-image {
    flex: 0 1 auto;
    width: 268px;
    max-width: 100%;
    margin: auto;
    height: auto;
  }
}

.rooms-section {
  padding-top: 80px;
}
@media screen and (max-width: 1439px) {
  .rooms-section {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-section {
    padding-top: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-section {
    padding-top: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-section {
    padding-top: 20.3562340967vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-section {
    padding-top: 48px;
  }
}

.rooms-floormap__body {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .rooms-floormap__body {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-floormap__body {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-floormap__body {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-floormap__body {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-floormap__body {
    margin-top: 24px;
  }
}
.rooms-floormap__map {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .rooms-floormap__map {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-floormap__map {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-floormap__map {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-floormap__map {
    margin-top: 10.1781170483vw;
  }
}
.rooms-floormap__map {
  border-radius: 8px;
  overflow: hidden;
}
.rooms-floormap__map img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rooms-floormap__map {
    margin-top: 24px;
    border-radius: 4px;
  }
}
.rooms-floormap__banner {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .rooms-floormap__banner {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-floormap__banner {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-floormap__banner {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-floormap__banner {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-floormap__banner {
    margin-top: 24px;
  }
}

@media screen and (max-width: 480px) {
  .rooms-info .sec-head__deco {
    font-size: 16px;
    line-height: 1.1;
  }
}
.rooms-info__cols {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .rooms-info__cols {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-info__cols {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-info__cols {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-info__cols {
    gap: 10.1781170483vw;
  }
}
.rooms-info__cols {
  margin-top: 39px;
}
@media screen and (max-width: 1439px) {
  .rooms-info__cols {
    margin-top: 2.7083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-info__cols {
    margin-top: 2.9924665179vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-info__cols {
    margin-top: 3.089047619vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-info__cols {
    margin-top: 9.9236641221vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-info__cols {
    flex-direction: column;
    gap: 16px;
  }
}
.rooms-info__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .rooms-info__col {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-info__col {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-info__col {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-info__col {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-info__col {
    gap: 26px;
  }
}

.info-card {
  background-color: #f5f5f5;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .info-card {
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card {
    padding: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card {
    padding: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card {
    padding: 5.0890585242vw;
  }
}
.info-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .info-card {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card {
    gap: 4.0712468193vw;
  }
}
.info-card--restaurant {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .info-card--restaurant {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card--restaurant {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card--restaurant {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card--restaurant {
    margin-top: 6.106870229vw;
  }
}
.info-card--restaurant {
  gap: 19px;
}
@media screen and (max-width: 1439px) {
  .info-card--restaurant {
    gap: 1.3194444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card--restaurant {
    gap: 1.4578683036vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card--restaurant {
    gap: 1.5049206349vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card--restaurant {
    gap: 4.834605598vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card--restaurant {
    margin-top: 16px;
  }
}
.info-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .info-card__head {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card__head {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card__head {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card__head {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card__head {
    gap: 2px;
  }
}
.info-card__name {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-ink800);
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.info-card__rule {
  border: none;
  border-top: 1px solid var(--color-ink800);
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.info-card__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  color: var(--color-ink800);
  text-align: justify;
  letter-spacing: 0.02em;
}
.info-card__restaurant-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .info-card__restaurant-body {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card__restaurant-body {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card__restaurant-body {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card__restaurant-body {
    gap: 5.0890585242vw;
  }
}
.info-card__restaurant-content {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .info-card__restaurant-content {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card__restaurant-content {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card__restaurant-content {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card__restaurant-content {
    gap: 10.1781170483vw;
  }
}
.info-card__restaurant-content {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .info-card__restaurant-content {
    flex-direction: column;
    gap: 20px;
  }
}
.info-card__restaurant-img {
  flex: 1 1 0;
  margin: 0;
}
.info-card__restaurant-img img {
  display: block;
  width: 100%;
  aspect-ratio: 3/1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .info-card__restaurant-img {
    width: 100%;
  }
}
.info-card__btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .info-card__btn {
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-card__btn {
    padding: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .info-card__btn {
    padding: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .info-card__btn {
    padding: 5.0890585242vw;
  }
}
.info-card__btn {
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  min-height: 64px;
  text-decoration: none;
}
.info-card__btn svg {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .info-card__btn {
    width: 100%;
  }
}
.info-card__link {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-ink800);
  text-decoration: underline;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.info-card__link-inline {
  color: var(--color-ink800);
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.info-card__paragraphs {
  display: flex;
  flex-direction: column;
}
.info-card__paragraph {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-ink800);
  letter-spacing: 0.02em;
}

.floor-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 16px;
  border: 1px solid var(--color-ink800);
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-ink800);
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .floor-badge {
    padding: 3px 14.5px;
  }
}

.floor-badges {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .floor-badges {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .floor-badges {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .floor-badges {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .floor-badges {
    gap: 2.0356234097vw;
  }
}
.floor-badges {
  flex-wrap: wrap;
  justify-content: flex-end;
  font-feature-settings: "palt" on, "vkrn" on;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  font-size: 0.8571428571rem;
  color: var(--color-ink800);
}
.info-table tr:last-of-type th,
.info-table tr:last-of-type td {
  border-bottom: 1px solid #000;
}
.info-table td {
  background-color: #fff;
  padding: 8px 10px;
}
@media screen and (max-width: 1439px) {
  .info-table td {
    padding: 0.5555555556vw 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-table td {
    padding: 0.6138392857vw 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .info-table td {
    padding: 0.6336507937vw 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .info-table td {
    padding: 2.0356234097vw 2.5445292621vw;
  }
}
.info-table td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.info-table td:last-child {
  border-right: none;
}
.info-table tr:not(.info-table__category) td:first-child {
  background-color: #f6f6f6;
}
.info-table tr:last-child td {
  border-bottom: none;
}
.info-table__category {
  background-color: #bbb;
}
.info-table__category td {
  background-color: #bbb;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
}
.info-table--charging td {
  padding: 6px 12px;
}
@media screen and (max-width: 1439px) {
  .info-table--charging td {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .info-table--charging td {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .info-table--charging td {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .info-table--charging td {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.info-table--charging td {
  line-height: 1.3;
}
.info-table--charging tr:nth-child(1), .info-table--charging tr:nth-child(2) {
  height: 28px;
}
.info-table--charging tr:nth-child(3) {
  height: 60px;
}
.info-table--charging td:first-child {
  width: 160px;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}
.info-table--charging td[colspan="2"] {
  text-align: left;
}

.rooms-gallery__groups {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .rooms-gallery__groups {
    gap: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-gallery__groups {
    gap: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-gallery__groups {
    gap: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__groups {
    gap: 10.1781170483vw;
  }
}
.rooms-gallery__groups {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .rooms-gallery__groups {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-gallery__groups {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-gallery__groups {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__groups {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__groups {
    margin-top: 24px;
    gap: 32px;
  }
}
.rooms-gallery__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .rooms-gallery__group {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-gallery__group {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-gallery__group {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__group {
    gap: 5.0890585242vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__group {
    gap: 16px;
  }
}
.rooms-gallery__cat {
  display: inline-flex;
  align-self: flex-start;
}
.rooms-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .rooms-gallery__grid {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-gallery__grid {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-gallery__grid {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__grid {
    gap: 5.0890585242vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-inline: 16.5px;
  }
}
.rooms-gallery__item {
  list-style: none;
}
.rooms-gallery__figure {
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  padding: 10px 10px 20px;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .rooms-gallery__figure {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-gallery__figure {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .rooms-gallery__figure {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .rooms-gallery__figure {
    gap: 4.0712468193vw;
  }
}
.rooms-gallery__figure {
  margin: 0;
}
.rooms-gallery__img-wrap {
  position: relative;
  overflow: hidden;
  height: 201px;
  width: 100%;
}
.rooms-gallery__img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 300/201;
  object-fit: cover;
}
.rooms-gallery__zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  border: none;
  z-index: 1;
}
.rooms-gallery__zoom:focus-visible, .rooms-gallery__zoom:hover {
  opacity: 0.8;
  outline: 2px solid var(--color-focus-ring);
  outline-offset: -2px;
}
.rooms-gallery__zoom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rooms-gallery__zoom svg {
  display: block;
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.rooms-gallery__caption {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-ink800);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.mainvenue-anchor-group {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-anchor-group {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-anchor-group {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-anchor-group {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-anchor-group {
    margin-top: 4.0712468193vw;
  }
}
.mainvenue-anchor-group:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-anchor-group:first-of-type {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-anchor-group:first-of-type {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-anchor-group:first-of-type {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-anchor-group:first-of-type {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-anchor-group {
    margin-top: 10px;
  }
  .mainvenue-anchor-group:first-of-type {
    margin-top: 40px;
  }
}
.mainvenue-anchor-group__title {
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-ink800);
}

.mainvenue-anchor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-anchor-grid {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-anchor-grid {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-anchor-grid {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-anchor-grid {
    gap: 2.0356234097vw;
  }
}
.mainvenue-anchor-grid {
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-anchor-grid {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-anchor-grid {
    margin-top: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-anchor-grid {
    margin-top: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-anchor-grid {
    margin-top: 3.0534351145vw;
  }
}
@media screen and (min-width: 901px) {
  .mainvenue-anchor-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 901px) {
  .mainvenue-anchor-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-anchor-grid--sp-one {
    grid-template-columns: 1fr;
  }
}

.mainvenue-section {
  padding-top: 120px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-section {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-section {
    padding-top: 9.2075892857vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-section {
    padding-top: 9.5047619048vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-section {
    padding-top: 30.534351145vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-section {
    padding-top: 80px;
  }
}
.mainvenue-section__head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-section__head {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-section__head {
    margin-bottom: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-section__head {
    margin-bottom: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-section__head {
    margin-bottom: 10.1781170483vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-section__head {
    margin-bottom: 24px;
  }
}

.mainvenue-section-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-section-title {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-section-title {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-section-title {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-section-title {
    gap: 6.106870229vw;
  }
}
.mainvenue-section-title {
  align-items: flex-start;
}
.mainvenue-section-title__en {
  font-family: "Asset", serif;
  font-size: 1.7142857143rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.mainvenue-section-title__ja {
  font-family: var(--font-family-ja-display);
  font-size: 2.2857142857rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mainvenue-section-title {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .mainvenue-section-title {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .mainvenue-section-title {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .mainvenue-section-title {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainvenue-section-title {
    gap: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-section-title__en {
    font-size: 1.2857142857rem;
  }
  .mainvenue-section-title__ja {
    font-size: 1.7142857143rem;
  }
}
.mainvenue-section-title--meeting {
  width: 487px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mainvenue-section-title--meeting {
    width: auto;
  }
}
.mainvenue-section-title--others {
  width: 330px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .mainvenue-section-title--others {
    width: auto;
  }
}

.mainvenue-block {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block {
    margin-top: 6.1383928571vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block {
    margin-top: 6.3365079365vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block {
    margin-top: 20.3562340967vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block {
    margin-top: 45px;
  }
}
.mainvenue-block:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mainvenue-block:first-of-type {
    margin-top: 0;
  }
}
.mainvenue-block__lead {
  font-family: var(--font-family-ja-display);
  font-size: 1.4285714286rem;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: center;
  margin-block: 48px 48px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block__lead {
    margin-block: 3.3333333333vw 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block__lead {
    margin-block: 3.6830357143vw 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block__lead {
    margin-block: 3.8019047619vw 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__lead {
    margin-block: 12.213740458vw 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__lead {
    font-size: 1.1428571429rem;
    margin-block: 32px 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .mainvenue-block__lead {
    margin-block: 2.2222222222vw 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .mainvenue-block__lead {
    margin-block: 2.4553571429vw 2.4553571429vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .mainvenue-block__lead {
    margin-block: 2.5346031746vw 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainvenue-block__lead {
    margin-block: 8.1424936387vw 8.1424936387vw;
  }
}
.mainvenue-block__image {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block__image {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block__image {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block__image {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__image {
    margin-top: 12.213740458vw;
  }
}
.mainvenue-block__image {
  aspect-ratio: 1000/667;
  overflow: hidden;
}
.mainvenue-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mainvenue-block__image {
    margin-top: 32px;
  }
}
.mainvenue-block__text {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block__text {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block__text {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block__text {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__text {
    margin-top: 12.213740458vw;
  }
}
.mainvenue-block__text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .mainvenue-block__text {
    margin-top: 32px;
  }
}
.mainvenue-block__tables {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block__tables {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block__tables {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block__tables {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__tables {
    gap: 5.0890585242vw;
  }
}
.mainvenue-block__tables {
  margin-top: 28px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block__tables {
    margin-top: 1.9444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block__tables {
    margin-top: 2.1484375vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block__tables {
    margin-top: 2.2177777778vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__tables {
    margin-top: 7.1246819338vw;
  }
}
@media screen and (max-width: 1160px) {
  .mainvenue-block__tables {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__tables {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}
.mainvenue-block__label {
  font-family: var(--font-family-ja-display);
  font-size: 1.7142857143rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block__label {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block__label {
    margin-bottom: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block__label {
    margin-bottom: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__label {
    margin-bottom: 6.106870229vw;
  }
}
.mainvenue-block__label {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block__label {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block__label {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block__label {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__label {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block__label {
    font-size: 1.2857142857rem;
    margin-bottom: 16px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .mainvenue-block__label {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .mainvenue-block__label {
    margin-bottom: 1.2276785714vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .mainvenue-block__label {
    margin-bottom: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainvenue-block__label {
    margin-bottom: 4.0712468193vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .mainvenue-block__label {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .mainvenue-block__label {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .mainvenue-block__label {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainvenue-block__label {
    margin-top: 8.1424936387vw;
  }
}

.mainvenue-room-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 2.2857142857rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 16px 10px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-room-title {
    padding: 1.1111111111vw 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-room-title {
    padding: 1.2276785714vw 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-room-title {
    padding: 1.2673015873vw 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-room-title {
    padding: 4.0712468193vw 2.5445292621vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-room-title {
    font-size: 1.4285714286rem;
  }
}
/* .mainvenue-simple-room,
.mainvenue-block {
  .mainvenue-room-title--hall {
    margin-bottom: rem(48);

    @include mq-down(sm) {
      margin-bottom: rem(16);
    }
  }
}
 */
.mainvenue-simple-room {
  margin-top: 56px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-simple-room {
    margin-top: 3.8888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-simple-room {
    margin-top: 4.296875vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-simple-room {
    margin-top: 4.4355555556vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-simple-room {
    margin-top: 14.2493638677vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-simple-room {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .mainvenue-table-wrap--scroll {
    overflow-x: auto;
    overflow-y: visible;
  }
}

.mainvenue-table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  outline: 1px solid #000;
  outline-offset: -1px;
  font-size: 0.8571428571rem;
  color: var(--color-ink800);
}
.mainvenue-table th,
.mainvenue-table td {
  border: 1px solid #bbb;
  padding: 10px 12px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 0.6944444444vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 0.7672991071vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 0.7920634921vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 2.5445292621vw 3.0534351145vw;
  }
}
.mainvenue-table th,
.mainvenue-table td {
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
}
.mainvenue-table tbody tr:first-child th {
  background-color: #f6f6f6;
}
.mainvenue-table th {
  width: 120px;
  white-space: nowrap;
}
.mainvenue-table__blank {
  color: transparent;
}
@media screen and (max-width: 768px) {
  .mainvenue-table {
    table-layout: fixed;
  }
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 8px;
    font-size: 0.7857142857rem;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 0.5555555556vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 0.6138392857vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainvenue-table th,
  .mainvenue-table td {
    padding: 2.0356234097vw;
  }
}
.mainvenue-table--wide th,
.mainvenue-table--wide td {
  min-width: 198px;
}
.mainvenue-table--wide th:first-child {
  min-width: 64px;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .mainvenue-table--wide th,
  .mainvenue-table--wide td {
    min-width: 0;
  }
  .mainvenue-table--wide th:first-child {
    min-width: 0;
  }
}
.mainvenue-table--hall200-summary th,
.mainvenue-table--hall200-summary td {
  padding: 11px 12px;
}
.mainvenue-table--hall200-summary tbody tr {
  height: 40px;
}
.mainvenue-table--hall200-summary th:first-child {
  width: 64px;
  min-width: 64px;
}
.mainvenue-table--hall200-summary td:nth-child(2) {
  width: 120px;
  min-width: 120px;
}
.mainvenue-table--hall200-summary td:nth-child(3) {
  width: 296px;
  min-width: 296px;
}
.mainvenue-table--hall200-detail th,
.mainvenue-table--hall200-detail td {
  padding: 6px 12px;
  line-height: 1.5;
}
.mainvenue-table--hall200-detail th {
  width: 120px;
  min-width: 120px;
  text-align: center;
}
.mainvenue-table--hall200-detail td {
  width: 360px;
  min-width: 360px;
}
.mainvenue-table--hall200-detail tbody tr:nth-child(1),
.mainvenue-table--hall200-detail tbody tr:nth-child(4) {
  height: 30px;
}
.mainvenue-table--hall200-detail tbody tr:nth-child(2),
.mainvenue-table--hall200-detail tbody tr:nth-child(3) {
  height: 48px;
}

.mainvenue-support {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-support {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-support {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-support {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-support {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-support {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .mainvenue-support {
    margin-top: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .mainvenue-support {
    margin-top: 2.4553571429vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .mainvenue-support {
    margin-top: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .mainvenue-support {
    margin-top: 8.1424936387vw;
  }
}
.mainvenue-support__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-support__list {
    gap: 0.1388888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-support__list {
    gap: 0.1534598214vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-support__list {
    gap: 0.1584126984vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-support__list {
    gap: 0.5089058524vw;
  }
}
.mainvenue-support__list {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-support__list {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-support__list {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-support__list {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-support__list {
    margin-top: 6.106870229vw;
  }
}
.mainvenue-support__list {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}
.mainvenue-support__item {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}

.mainvenue-download {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-download {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-download {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-download {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-download {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-download {
    margin-top: 32px;
  }
}
.mainvenue-download__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-download__grid {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-download__grid {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-download__grid {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-download__grid {
    gap: 4.0712468193vw;
  }
}
.mainvenue-download__grid {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-download__grid {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-download__grid {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-download__grid {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-download__grid {
    margin-top: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-download__grid {
    grid-template-columns: 1fr;
  }
}
.mainvenue-download__grid--single {
  grid-template-columns: 1fr;
}
.mainvenue-download__grid--half {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .mainvenue-download__grid--half {
    grid-template-columns: 1fr;
  }
}

.mainvenue-note {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-note {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-note {
    margin-top: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-note {
    margin-top: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-note {
    margin-top: 4.0712468193vw;
  }
}
.mainvenue-note {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
@media screen and (max-width: 768px) {
  .mainvenue-note {
    font-size: 1rem;
  }
}

.mainvenue-block--leo .mainvenue-download .pdf-btn--disabled {
  opacity: 1;
}
.mainvenue-block--leo .mainvenue-block__tables {
  grid-template-columns: 580px 400px;
}
.mainvenue-block--leo .mainvenue-table--leo-summary {
  table-layout: fixed;
}
.mainvenue-block--leo .mainvenue-table--leo-summary tbody tr:first-child th,
.mainvenue-block--leo .mainvenue-table--leo-summary tbody tr:first-child td {
  background-color: #bbb;
}
.mainvenue-block--leo .mainvenue-table--leo-summary tbody tr {
  height: 43.25px;
}
.mainvenue-block--leo .mainvenue-table--leo-summary tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-block--leo .mainvenue-table--leo-summary tbody td {
  background-color: #fff;
  text-align: center;
}
.mainvenue-block--leo .mainvenue-table--leo-summary th:first-child {
  width: 64px;
  min-width: 64px;
}
.mainvenue-block--leo .mainvenue-table--leo-summary th:nth-child(2),
.mainvenue-block--leo .mainvenue-table--leo-summary td:nth-child(2) {
  width: 120px;
  min-width: 120px;
  font-weight: normal;
}
.mainvenue-block--leo .mainvenue-table--leo-summary th:nth-child(3),
.mainvenue-block--leo .mainvenue-table--leo-summary td:nth-child(3),
.mainvenue-block--leo .mainvenue-table--leo-summary th:nth-child(4),
.mainvenue-block--leo .mainvenue-table--leo-summary td:nth-child(4) {
  width: 198px;
  min-width: 198px;
}
.mainvenue-block--leo .mainvenue-table--leo-detail tbody tr > th {
  background-color: #f6f6f6;
}
.mainvenue-block--leo .mainvenue-table--leo-detail tbody tr > td {
  background-color: #fff;
}
.mainvenue-block--leo .mainvenue-table--leo-detail th {
  width: 120px;
  min-width: 120px;
  text-align: center;
  padding: 6px 8px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail th {
    padding: 0.4166666667vw 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail th {
    padding: 0.4603794643vw 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail th {
    padding: 0.4752380952vw 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail th {
    padding: 1.5267175573vw 2.0356234097vw;
  }
}
.mainvenue-block--leo .mainvenue-table--leo-detail th {
  font-weight: normal;
}
.mainvenue-block--leo .mainvenue-table--leo-detail td {
  width: 280px;
  min-width: 280px;
  padding: 6px 12px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail td {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail td {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail td {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block--leo .mainvenue-table--leo-detail td {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.mainvenue-block--leo .mainvenue-table--leo-detail td {
  font-weight: bold;
}
.mainvenue-block--leo .mainvenue-table--leo-detail tbody tr:nth-child(1),
.mainvenue-block--leo .mainvenue-table--leo-detail tbody tr:nth-child(3),
.mainvenue-block--leo .mainvenue-table--leo-detail tbody tr:nth-child(4) {
  height: 48px;
}
.mainvenue-block--leo .mainvenue-table--leo-detail tbody tr:nth-child(2) {
  height: 30px;
}
@media screen and (max-width: 1160px) {
  .mainvenue-block--leo .mainvenue-table-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block--leo .mainvenue-block__tables {
    grid-template-columns: 1fr;
  }
  .mainvenue-block--leo .mainvenue-table--leo-summary {
    min-width: 520px;
  }
  .mainvenue-block--leo .mainvenue-table--leo-summary th,
  .mainvenue-block--leo .mainvenue-table--leo-summary td {
    min-width: 0;
  }
  .mainvenue-block--leo .mainvenue-table--leo-summary th:first-child {
    width: 14%;
    min-width: 0;
  }
  .mainvenue-block--leo .mainvenue-table--leo-summary th:nth-child(2),
  .mainvenue-block--leo .mainvenue-table--leo-summary td:nth-child(2) {
    width: 24%;
    min-width: 0;
  }
  .mainvenue-block--leo .mainvenue-table--leo-summary th:nth-child(3),
  .mainvenue-block--leo .mainvenue-table--leo-summary td:nth-child(3),
  .mainvenue-block--leo .mainvenue-table--leo-summary th:nth-child(4),
  .mainvenue-block--leo .mainvenue-table--leo-summary td:nth-child(4) {
    width: 31%;
    min-width: 0;
  }
  .mainvenue-block--leo .mainvenue-table--leo-detail th {
    width: 30%;
    min-width: 0;
    text-align: center;
  }
  .mainvenue-block--leo .mainvenue-table--leo-detail td {
    width: 70%;
    min-width: 0;
  }
}

.mainvenue-block--hall300 .mainvenue-block__tables {
  grid-template-columns: 480px 480px;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary {
  table-layout: fixed;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary thead th,
.mainvenue-block--hall300 .mainvenue-table--hall300-summary thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary tbody td {
  background-color: #fff;
  text-align: center;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary tbody tr {
  height: 40px;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary th:first-child {
  width: 64px;
  min-width: 64px;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary td:nth-child(2) {
  width: 120px;
  min-width: 120px;
  font-weight: normal;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-summary td:nth-child(3) {
  width: 296px;
  min-width: 296px;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail tbody tr > th {
  background-color: #f6f6f6;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail tbody tr > td {
  background-color: #fff;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail th {
  width: 120px;
  min-width: 120px;
  text-align: center;
  padding: 6px 8px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail th {
    padding: 0.4166666667vw 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail th {
    padding: 0.4603794643vw 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail th {
    padding: 0.4752380952vw 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail th {
    padding: 1.5267175573vw 2.0356234097vw;
  }
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail th {
  font-weight: normal;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail td {
  width: 360px;
  min-width: 360px;
  padding: 6px 12px;
}
@media screen and (max-width: 1439px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail td {
    padding: 0.4166666667vw 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail td {
    padding: 0.4603794643vw 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail td {
    padding: 0.4752380952vw 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail td {
    padding: 1.5267175573vw 3.0534351145vw;
  }
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail td {
  font-weight: bold;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail tbody tr:nth-child(1),
.mainvenue-block--hall300 .mainvenue-table--hall300-detail tbody tr:nth-child(2),
.mainvenue-block--hall300 .mainvenue-table--hall300-detail tbody tr:nth-child(5) {
  height: 30px;
}
.mainvenue-block--hall300 .mainvenue-table--hall300-detail tbody tr:nth-child(3),
.mainvenue-block--hall300 .mainvenue-table--hall300-detail tbody tr:nth-child(4) {
  height: 48px;
}
@media screen and (max-width: 1160px) {
  .mainvenue-block--hall300 .mainvenue-table-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block--hall300 .mainvenue-block__tables {
    grid-template-columns: 1fr;
  }
  .mainvenue-block--hall300 .mainvenue-table--hall300-summary th:first-child {
    width: 14%;
    min-width: 0;
  }
  .mainvenue-block--hall300 .mainvenue-table--hall300-summary td:nth-child(2) {
    width: 25%;
    min-width: 0;
  }
  .mainvenue-block--hall300 .mainvenue-table--hall300-summary td:nth-child(3) {
    width: 61%;
    min-width: 0;
  }
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail th {
    width: 30%;
    min-width: 0;
    text-align: center;
  }
  .mainvenue-block--hall300 .mainvenue-table--hall300-detail td {
    width: 70%;
    min-width: 0;
  }
}

.mainvenue-block--hall200 .mainvenue-block__tables {
  grid-template-columns: 480px 480px;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary {
  table-layout: fixed;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary thead th,
.mainvenue-block--hall200 .mainvenue-table--hall200-summary thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary tbody td {
  background-color: #fff;
  text-align: center;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary tbody tr {
  height: 40px;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary th:first-child {
  width: 64px;
  min-width: 64px;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary td:nth-child(2) {
  width: 120px;
  min-width: 120px;
  font-weight: normal;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-summary td:nth-child(3) {
  width: 296px;
  min-width: 296px;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-detail tbody tr > th {
  background-color: #f6f6f6;
}
.mainvenue-block--hall200 .mainvenue-table--hall200-detail tbody tr > td {
  background-color: #fff;
}
@media screen and (max-width: 1160px) {
  .mainvenue-block--hall200 .mainvenue-table-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainvenue-block--hall200 .mainvenue-block__tables {
    grid-template-columns: 1fr;
  }
  .mainvenue-block--hall200 .mainvenue-table--hall200-summary th:first-child {
    width: 14%;
    min-width: 0;
  }
  .mainvenue-block--hall200 .mainvenue-table--hall200-summary td:nth-child(2) {
    width: 25%;
    min-width: 0;
  }
  .mainvenue-block--hall200 .mainvenue-table--hall200-summary td:nth-child(3) {
    width: 61%;
    min-width: 0;
  }
  .mainvenue-block--hall200 .mainvenue-table--hall200-detail th {
    width: 30%;
    min-width: 0;
    text-align: center;
  }
  .mainvenue-block--hall200 .mainvenue-table--hall200-detail td {
    width: 70%;
    min-width: 0;
  }
}

.mainvenue-table--meeting-large {
  table-layout: fixed;
}
.mainvenue-table--meeting-large thead th,
.mainvenue-table--meeting-large thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-table--meeting-large tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-table--meeting-large tbody td {
  text-align: center;
}
.mainvenue-table--meeting-large tbody tr {
  min-height: 42px;
}
.mainvenue-table--meeting-large tbody tr:last-child {
  min-height: 48px;
}
.mainvenue-table--meeting-large th:first-child,
.mainvenue-table--meeting-large td:first-child {
  width: 120px;
}
.mainvenue-table--meeting-large th:nth-child(2),
.mainvenue-table--meeting-large td:nth-child(2) {
  width: 120px;
}
.mainvenue-table--meeting-large th:nth-child(3),
.mainvenue-table--meeting-large td:nth-child(3),
.mainvenue-table--meeting-large th:nth-child(4),
.mainvenue-table--meeting-large td:nth-child(4),
.mainvenue-table--meeting-large th:nth-child(5),
.mainvenue-table--meeting-large td:nth-child(5) {
  width: calc((100% - 240px) / 3);
}
@media screen and (max-width: 768px) {
  .mainvenue-table--meeting-large {
    min-width: 760px;
  }
  .mainvenue-table--meeting-large th:first-child,
  .mainvenue-table--meeting-large td:first-child {
    width: 22%;
  }
  .mainvenue-table--meeting-large th:nth-child(2),
  .mainvenue-table--meeting-large td:nth-child(2) {
    width: 22%;
  }
  .mainvenue-table--meeting-large th:nth-child(3),
  .mainvenue-table--meeting-large td:nth-child(3),
  .mainvenue-table--meeting-large th:nth-child(4),
  .mainvenue-table--meeting-large td:nth-child(4),
  .mainvenue-table--meeting-large th:nth-child(5),
  .mainvenue-table--meeting-large td:nth-child(5) {
    width: 18.666%;
  }
}

.mainvenue-table--meeting-middle {
  table-layout: fixed;
}
.mainvenue-table--meeting-middle thead th,
.mainvenue-table--meeting-middle thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-table--meeting-middle tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-table--meeting-middle tbody td {
  text-align: center;
}
.mainvenue-table--meeting-middle tbody tr {
  min-height: 42px;
}
.mainvenue-table--meeting-middle tbody tr:last-child {
  min-height: 60px;
}
.mainvenue-table--meeting-middle th:first-child,
.mainvenue-table--meeting-middle td:first-child {
  width: 72px;
}
.mainvenue-table--meeting-middle th:nth-child(2),
.mainvenue-table--meeting-middle td:nth-child(2) {
  width: 120px;
}
.mainvenue-table--meeting-middle th:nth-child(n+3),
.mainvenue-table--meeting-middle td:nth-child(n+3) {
  width: calc((100% - 192px) / 7);
}
@media screen and (max-width: 768px) {
  .mainvenue-table--meeting-middle {
    min-width: 900px;
  }
}

.mainvenue-table--meeting-small {
  table-layout: fixed;
}
.mainvenue-table--meeting-small thead th,
.mainvenue-table--meeting-small thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-table--meeting-small tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-table--meeting-small tbody td {
  text-align: center;
}
.mainvenue-table--meeting-small tbody tr {
  min-height: 42px;
}
.mainvenue-table--meeting-small th:first-child,
.mainvenue-table--meeting-small td:first-child {
  width: 72px;
}
.mainvenue-table--meeting-small th:nth-child(2),
.mainvenue-table--meeting-small td:nth-child(2) {
  width: 128px;
}
.mainvenue-table--meeting-small th:nth-child(n+3),
.mainvenue-table--meeting-small td:nth-child(n+3) {
  width: calc((100% - 200px) / 13);
}
@media screen and (max-width: 768px) {
  .mainvenue-table--meeting-small {
    min-width: 1400px;
  }
}

.mainvenue-table--meeting-special {
  table-layout: fixed;
}
.mainvenue-table--meeting-special thead th,
.mainvenue-table--meeting-special thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-table--meeting-special tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-table--meeting-special tbody td {
  text-align: center;
}
.mainvenue-table--meeting-special tbody tr {
  min-height: 42px;
}
.mainvenue-table--meeting-special tbody tr:last-child {
  min-height: 48px;
}
.mainvenue-table--meeting-special th:first-child,
.mainvenue-table--meeting-special td:first-child {
  width: 120px;
}
.mainvenue-table--meeting-special th:nth-child(2),
.mainvenue-table--meeting-special td:nth-child(2) {
  width: 120px;
}
.mainvenue-table--meeting-special th:nth-child(3),
.mainvenue-table--meeting-special td:nth-child(3) {
  width: calc(100% - 240px);
}

.mainvenue-table--other-waiting {
  table-layout: fixed;
}
.mainvenue-table--other-waiting thead th,
.mainvenue-table--other-waiting thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-table--other-waiting tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-table--other-waiting tbody td {
  text-align: center;
}
.mainvenue-table--other-waiting tbody tr {
  min-height: 42px;
}
.mainvenue-table--other-waiting th:first-child,
.mainvenue-table--other-waiting td:first-child {
  width: 120px;
}
.mainvenue-table--other-waiting th:nth-child(2),
.mainvenue-table--other-waiting td:nth-child(2),
.mainvenue-table--other-waiting th:nth-child(3),
.mainvenue-table--other-waiting td:nth-child(3) {
  width: calc((100% - 120px) / 2);
}

.mainvenue-table--other-japanese {
  table-layout: fixed;
}
.mainvenue-table--other-japanese thead th,
.mainvenue-table--other-japanese thead td {
  background-color: #bbb;
  text-align: center;
}
.mainvenue-table--other-japanese tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-table--other-japanese tbody td {
  text-align: center;
}
.mainvenue-table--other-japanese tbody tr {
  min-height: 42px;
}
.mainvenue-table--other-japanese th:first-child,
.mainvenue-table--other-japanese td:first-child {
  width: 120px;
}
.mainvenue-table--other-japanese th:nth-child(2),
.mainvenue-table--other-japanese td:nth-child(2),
.mainvenue-table--other-japanese th:nth-child(3),
.mainvenue-table--other-japanese td:nth-child(3) {
  width: calc((100% - 120px) / 2);
}

.mainvenue-table--other-rooftop {
  table-layout: fixed;
}
.mainvenue-table--other-rooftop tbody th {
  background-color: #f6f6f6;
  text-align: center;
}
.mainvenue-table--other-rooftop tbody td {
  text-align: center;
}
.mainvenue-table--other-rooftop tbody tr {
  min-height: 42px;
}
.mainvenue-table--other-rooftop th:first-child,
.mainvenue-table--other-rooftop td:first-child {
  width: 120px;
}
.mainvenue-table--other-rooftop th:nth-child(2),
.mainvenue-table--other-rooftop td:nth-child(2) {
  width: calc(100% - 120px);
}

.price-table-scroll {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .price-table-scroll {
    overflow-x: auto;
    overflow-y: visible;
  }
}

.use-time {
  background-color: #fff;
}
.use-time.--top {
  padding-top: var(--gap-l);
}
.use-time:not(:last-of-type) {
  padding-bottom: var(--gap-l);
}
.use-time__ttl {
  margin-bottom: 18px;
}
.use-time__read {
  margin-bottom: 24px;
}
.use-time__note {
  margin-top: 18px;
}
.use-time__note li {
  font-size: 1.1428571429rem;
}
.use-time__image-wrap01 {
  margin-top: 24px;
}
.use-time__image-full {
  width: 768px;
}
@media screen and (min-width: 1026px) {
  .use-time__image-full {
    width: 100%;
  }
}
.use-time__subttl {
  border-top: 1px solid #D4DADF;
  margin-bottom: 2.3571428571rem;
}

.flow-image-wrap {
  overflow-x: auto;
}
@media screen and (min-width: 1026px) {
  .flow-image-wrap {
    overflow-x: visible;
  }
}

.num-sq {
  background-color: #2D2D2D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 16px;
  height: 16px;
  font-size: 0.571rem;
}

.price-romm-blocks {
  margin-bottom: 3.5714285714rem;
}
.price-romm-blocks__item {
  padding: 18px;
  border: 1px solid #D4DADF;
}
.price-romm-blocks__item:not(:last-of-type) {
  margin-bottom: 1.2142857143rem;
}
.price-romm-blocks__head {
  padding-bottom: 11px;
  margin-bottom: 16px;
  border-bottom: 1px solid #D4DADF;
}
.price-romm-blocks__ttl {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.7142857143rem;
}
.price-romm-blocks__ttl .texts {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.price-romm-blocks__read.--mb {
  margin-bottom: 48px;
}
.price-romm-blocks__image-wrap {
  overflow-x: auto;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1026px) {
  .price-romm-blocks__image-wrap {
    overflow-x: visible;
  }
}
.price-romm-blocks__image {
  width: 1147px;
}
@media screen and (min-width: 1026px) {
  .price-romm-blocks__image {
    width: 88%;
  }
  .price-romm-blocks__image.--pc-full {
    width: 100%;
  }
}
.price-romm-blocks__text-col {
  display: flex;
  gap: 0.4em;
}
.price-romm-blocks__text-col-side {
  position: relative;
  padding-left: 0.75em;
}
.price-romm-blocks__text-col-side::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #7CBCF5;
  border-width: 7.5px 0 7.5px 10px;
}
.price-romm-blocks__note {
  font-size: 0.857rem;
  color: #696A6B;
}

.use-note__ttl {
  margin-bottom: 34px;
}
.use-ac:not(:last-of-type) {
  margin-bottom: 2rem;
}
.use-ac__block[open] .use-ac__ttl-icon::after {
  opacity: 0;
}
.use-ac__block:not(:last-of-type) {
  margin-bottom: 2rem;
}
.use-ac__ttl {
  display: flex;
  align-items: center;
  gap: 0.9em;
  font-size: 1.5714285714rem;
}
.use-ac__ttl:focus {
  outline: none;
}
.use-ac__ttl-icon {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.use-ac__ttl-icon::before {
  height: 4px;
  width: 100%;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #A0A8AE;
  transition: ease cubic-bezier(0.075, 0.82, 0.165, 1);
}
.use-ac__content {
  padding: 0 1.7857142857rem;
  border: 1px solid #D4DADF;
  margin-top: 2.2857142857rem;
}
.use-ac__texts {
  margin-top: 2.2857142857rem;
}
.use-ac__gr {
  padding: 1.9285714286rem 0;
}
.use-ac__label {
  font-weight: bold;
}
.use-ac__desc {
  font-size: 1.2857142857rem;
}

.sitemap-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 140px;
}
@media screen and (max-width: 1439px) {
  .sitemap-page__grid {
    gap: 2.2222222222vw 9.7222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap-page__grid {
    gap: 2.4553571429vw 10.7421875vw;
  }
}
@media screen and (max-width: 900px) {
  .sitemap-page__grid {
    gap: 2.5346031746vw 11.0888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-page__grid {
    gap: 8.1424936387vw 35.6234096692vw;
  }
}
.sitemap-page__grid {
  margin-top: 62px;
}
@media screen and (max-width: 1439px) {
  .sitemap-page__grid {
    margin-top: 4.3055555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap-page__grid {
    margin-top: 4.7572544643vw;
  }
}
@media screen and (max-width: 900px) {
  .sitemap-page__grid {
    margin-top: 4.9107936508vw;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-page__grid {
    margin-top: 15.7760814249vw;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-page__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .sitemap-page__grid {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .sitemap-page__grid {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .sitemap-page__grid {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sitemap-page__grid {
    gap: 8.1424936387vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .sitemap-page__grid {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .sitemap-page__grid {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .sitemap-page__grid {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sitemap-page__grid {
    margin-top: 10.1781170483vw;
  }
}
.sitemap-page__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .sitemap-page__column {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap-page__column {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .sitemap-page__column {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-page__column {
    gap: 8.1424936387vw;
  }
}
.sitemap-page__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .sitemap-page__link {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .sitemap-page__link {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .sitemap-page__link {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .sitemap-page__link {
    gap: 4.0712468193vw;
  }
}
.sitemap-page__link {
  min-height: auto;
  color: var(--color-ink800);
}
.sitemap-page__link-text {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-ink800);
  overflow-wrap: anywhere;
  min-width: 0;
}
.sitemap-page__link-arrow {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.sitemap-page__link-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.privacy-page__lead {
  margin-top: 0;
}
.privacy-page__text {
  line-height: 1.6;
  text-align: justify;
}
.privacy-page__sections {
  gap: 64px;
}
@media screen and (max-width: 1439px) {
  .privacy-page__sections {
    gap: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .privacy-page__sections {
    gap: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .privacy-page__sections {
    gap: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page__sections {
    gap: 16.2849872774vw;
  }
}
.privacy-page__sections {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  .privacy-page__sections {
    margin-top: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .privacy-page__sections {
    margin-top: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .privacy-page__sections {
    margin-top: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page__sections {
    margin-top: 16.2849872774vw;
  }
}

.privacy-block__title {
  line-height: 1.4;
}
.privacy-block__text {
  line-height: 1.6;
  text-align: justify;
}
.privacy-block__link {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.policy-page__inner {
  max-width: 1000px;
}
@media screen and (max-width: 1439px) {
  .policy-page__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .policy-page__inner {
    max-width: 76.7299107143vw;
  }
}
@media screen and (max-width: 900px) {
  .policy-page__inner {
    max-width: 79.2063492063vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-page__inner {
    max-width: 254.4529262087vw;
  }
}
.policy-page__inner {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .policy-page__inner {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .policy-page__inner {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .policy-page__inner {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-page__inner {
    margin-top: 10.1781170483vw;
  }
}
.policy-page__lead {
  margin-top: 76px;
}
@media screen and (max-width: 1439px) {
  .policy-page__lead {
    margin-top: 5.2777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .policy-page__lead {
    margin-top: 5.8314732143vw;
  }
}
@media screen and (max-width: 900px) {
  .policy-page__lead {
    margin-top: 6.0196825397vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-page__lead {
    margin-top: 19.3384223919vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-page__lead {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .policy-page__lead {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .policy-page__lead {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .policy-page__lead {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .policy-page__lead {
    margin-top: 10.1781170483vw;
  }
}
.policy-page__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: left;
}
.policy-page__sections {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1439px) {
  .policy-page__sections {
    gap: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .policy-page__sections {
    gap: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .policy-page__sections {
    gap: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-page__sections {
    gap: 16.2849872774vw;
  }
}
.policy-page__sections {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  .policy-page__sections {
    margin-top: 4.4444444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .policy-page__sections {
    margin-top: 4.9107142857vw;
  }
}
@media screen and (max-width: 900px) {
  .policy-page__sections {
    margin-top: 5.0692063492vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-page__sections {
    margin-top: 16.2849872774vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-page__sections {
    gap: 48px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .policy-page__sections {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .policy-page__sections {
    gap: 3.6830357143vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .policy-page__sections {
    gap: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .policy-page__sections {
    gap: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1439px) {
  .policy-page__sections {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .policy-page__sections {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 900px) {
  .policy-page__sections {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .policy-page__sections {
    margin-top: 12.213740458vw;
  }
}
.policy-block__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.7142857143rem;
  margin-bottom: 17px;
}
@media screen and (max-width: 1439px) {
  .policy-block__title {
    margin-bottom: 1.1805555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .policy-block__title {
    margin-bottom: 1.3044084821vw;
  }
}
@media screen and (max-width: 900px) {
  .policy-block__title {
    margin-bottom: 1.3465079365vw;
  }
}
@media screen and (max-width: 768px) {
  .policy-block__title {
    margin-bottom: 4.3256997455vw;
  }
}
.policy-block__title {
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.policy-block__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: left;
}
.policy-block__link {
  color: inherit;
}
.policy-block__list {
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  padding-left: 1.5em;
  margin-top: 8px;
}
.policy-block__list li {
  margin-bottom: 4px;
}
.policy-block__subtext {
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  margin-top: 8px;
}
.policy-block__accounts {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.policy-block__account {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  padding-left: 1em;
  border-left: 2px solid #ddd;
}
.policy-block__account p {
  margin: 0;
}
.policy-block__account a {
  color: inherit;
  text-decoration: underline;
}
.policy-block__account a:hover {
  text-decoration: none;
}
.policy-block__account-name {
  font-weight: 700;
  margin-bottom: 4px;
}

.about-site-page__lead {
  margin-top: 0;
}
.about-site-block__contact {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .spot-page {
    padding-bottom: 40px;
  }
}

.spot-anchor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .spot-anchor {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-anchor {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-anchor {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-anchor {
    gap: 2.0356234097vw;
  }
}
.spot-anchor {
  margin-top: 72px;
}
@media screen and (max-width: 1439px) {
  .spot-anchor {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-anchor {
    margin-top: 5.5245535714vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-anchor {
    margin-top: 5.7028571429vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-anchor {
    margin-top: 18.320610687vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-anchor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }
}
.spot-anchor__btn {
  min-height: 48px;
}
@media screen and (max-width: 1439px) {
  .spot-anchor__btn {
    min-height: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-anchor__btn {
    min-height: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-anchor__btn {
    min-height: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-anchor__btn {
    min-height: 12.213740458vw;
  }
}
.spot-anchor__btn {
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.spot-anchor__btn::after {
  content: "";
  width: 10px;
}
@media screen and (max-width: 1439px) {
  .spot-anchor__btn::after {
    width: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-anchor__btn::after {
    width: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-anchor__btn::after {
    width: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-anchor__btn::after {
    width: 2.5445292621vw;
  }
}
.spot-anchor__btn::after {
  height: 10px;
}
@media screen and (max-width: 1439px) {
  .spot-anchor__btn::after {
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-anchor__btn::after {
    height: 0.7672991071vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-anchor__btn::after {
    height: 0.7920634921vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-anchor__btn::after {
    height: 2.5445292621vw;
  }
}
.spot-anchor__btn::after {
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-10%);
  flex-shrink: 0;
}

.spot-section {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  .spot-section {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section {
    margin-top: 9.2075892857vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section {
    margin-top: 9.5047619048vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section {
    margin-top: 30.534351145vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section {
    margin-top: 44px;
  }
}
.spot-section__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-section__head {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__head {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__head {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__head {
    gap: 6.106870229vw;
  }
}
.spot-section__top {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-section__top {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__top {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__top {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__top {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__top {
    align-items: flex-start;
    justify-content: flex-start;
    width: fit-content;
    gap: 12px;
  }
}
@media screen and (max-width: 360px) {
  .spot-section__top {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
}
.spot-section__en {
  font-family: var(--font-family-en-display);
  font-size: 2.2857142857rem;
}
@media screen and (min-width: 901px) {
  .spot-section__en {
    font-size: 2.5714285714rem;
  }
}
@media screen and (min-width: 1440px) {
  .spot-section__en {
    font-size: 2.8571428571rem;
  }
}
.spot-section__en {
  line-height: 0.9;
  letter-spacing: 0.1em;
  word-break: normal;
  overflow-wrap: anywhere;
  color: #000;
}
@media screen and (max-width: 768px) {
  .spot-section__en {
    font-size: 32px;
  }
}
.spot-section__icons {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .spot-section__icons {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__icons {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__icons {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icons {
    gap: 4.0712468193vw;
  }
}
.spot-section__icons {
  margin-top: 4px;
}
@media screen and (max-width: 1439px) {
  .spot-section__icons {
    margin-top: 0.2777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__icons {
    margin-top: 0.3069196429vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__icons {
    margin-top: 0.3168253968vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icons {
    margin-top: 1.0178117048vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icons {
    gap: 8px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 360px) {
  .spot-section__icons {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
  }
}
.spot-section__icon {
  display: block;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-section__icon {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__icon {
    width: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__icon {
    width: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icon {
    width: 6.106870229vw;
  }
}
.spot-section__icon {
  height: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-section__icon {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__icon {
    height: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__icon {
    height: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icon {
    height: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icon {
    width: 24px;
    height: 24px;
  }
}
.spot-section__icon--wide {
  width: 104px;
}
@media screen and (max-width: 1439px) {
  .spot-section__icon--wide {
    width: 7.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__icon--wide {
    width: 7.9799107143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__icon--wide {
    width: 8.2374603175vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icon--wide {
    width: 26.4631043257vw;
  }
}
.spot-section__icon--wide {
  height: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-section__icon--wide {
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-section__icon--wide {
    height: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-section__icon--wide {
    height: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icon--wide {
    height: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-section__icon--wide {
    width: 78px;
    height: 18px;
  }
}
.spot-section__ja {
  font-family: var(--font-family-ja-display);
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 901px) {
  .spot-section__ja {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .spot-section__ja {
    font-size: 2.2857142857rem;
  }
}
.spot-section__ja {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .spot-section__ja {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .spot-section--tourist .spot-section__top {
    width: fit-content;
  }
}
.spot-section--tourist .spot-section__en {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .spot-section--science .spot-section__en {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .spot-section--accommodation .spot-section__top {
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .spot-section--research .spot-section__top {
    width: fit-content;
  }
}
.spot-section--research .spot-section__en {
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 901px) {
  .spot-section--research .spot-section__en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .spot-section--research .spot-section__en {
    font-size: 2.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .spot-section--research .spot-section__en {
    font-size: 24px;
  }
}

.spot-feature-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .spot-feature-group {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature-group {
    gap: 2.4553571429vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature-group {
    gap: 2.5346031746vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature-group {
    gap: 8.1424936387vw;
  }
}
.spot-feature-group {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .spot-feature-group {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature-group {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature-group {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature-group {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature-group {
    margin-top: 24px;
    gap: 24px;
  }
}
.spot-feature-group + .spot-feature-group {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .spot-feature-group + .spot-feature-group {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature-group + .spot-feature-group {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature-group + .spot-feature-group {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature-group + .spot-feature-group {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature-group + .spot-feature-group {
    margin-top: 24px;
  }
}
.spot-feature-group__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 901px) {
  .spot-feature-group__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .spot-feature-group__title {
    font-size: 1.7142857143rem;
  }
}
.spot-feature-group__title {
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .spot-feature-group__title {
    font-size: 18px;
  }
}

.spot-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-feature {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature:not(:last-of-type):not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.spot-feature__image {
  overflow: hidden;
  aspect-ratio: 600/400;
}
@media screen and (max-width: 768px) {
  .spot-feature__image {
    aspect-ratio: 353/235;
  }
}
.spot-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spot-feature__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-feature__body {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature__body {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature__body {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature__body {
    gap: 6.106870229vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature__body {
    gap: 16px;
  }
}
.spot-feature__title {
  align-self: flex-start;
}
.spot-feature__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: left;
}
.spot-feature__actions {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 1439px) {
  .spot-feature__actions {
    gap: 1.5972222222vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature__actions {
    gap: 1.7647879464vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature__actions {
    gap: 1.8217460317vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature__actions {
    gap: 5.8524173028vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
.spot-feature__meta {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .spot-feature__meta {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature__meta {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature__meta {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature__meta {
    gap: 4.0712468193vw;
  }
}
.spot-feature__meta {
  padding: 16px;
}
@media screen and (max-width: 1439px) {
  .spot-feature__meta {
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature__meta {
    padding: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature__meta {
    padding: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature__meta {
    padding: 4.0712468193vw;
  }
}
.spot-feature__meta {
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .spot-feature__meta {
    width: 100%;
    gap: 12px;
  }
}
.spot-feature__meta-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.spot-feature__meta-text {
  width: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: left;
}
.spot-feature__btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  min-width: 176px;
  min-height: 56px;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .spot-feature__btn {
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-feature__btn {
    padding: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-feature__btn {
    padding: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-feature__btn {
    padding: 5.0890585242vw;
  }
}
.spot-feature__btn {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .spot-feature__btn {
    width: 100%;
    min-width: 0;
  }
}
.spot-feature__btn-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.spot-feature__btn-icon {
  display: block;
  flex-shrink: 0;
}

.spot-card-grid {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .spot-card-grid {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-card-grid {
    gap: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-card-grid {
    gap: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card-grid {
    gap: 5.0890585242vw;
  }
}
.spot-card-grid {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .spot-card-grid {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-card-grid {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-card-grid {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card-grid {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card-grid {
    margin-top: 40px;
    gap: 32px;
  }
}
.spot-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .spot-card-grid--three {
    grid-template-columns: 1fr;
  }
}

.spot-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-card {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-card {
    gap: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-card {
    gap: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card {
    gap: 6.106870229vw;
  }
}
.spot-card {
  height: 100%;
}
.spot-card__image {
  aspect-ratio: 600/400;
  overflow: hidden;
}
.spot-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spot-card__title {
  align-self: flex-start;
  line-height: 1;
}
.spot-card__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: left;
}
.spot-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1439px) {
  .spot-card__meta {
    gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-card__meta {
    gap: 0.6138392857vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-card__meta {
    gap: 0.6336507937vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card__meta {
    gap: 2.0356234097vw;
  }
}
.spot-card__meta {
  padding: 16px;
}
@media screen and (max-width: 1439px) {
  .spot-card__meta {
    padding: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-card__meta {
    padding: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-card__meta {
    padding: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card__meta {
    padding: 4.0712468193vw;
  }
}
.spot-card__meta {
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .spot-card__meta {
    padding: 16px 32px;
  }
}
.spot-card__meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .spot-card__meta-item {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-card__meta-item {
    gap: 0.9207589286vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-card__meta-item {
    gap: 0.9504761905vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card__meta-item {
    gap: 3.0534351145vw;
  }
}
.spot-card__meta-item {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
}
.spot-card__meta-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #000;
}
.spot-card__meta-text {
  flex: 1 1 auto;
}
.spot-card__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  margin-top: auto;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .spot-card__btn {
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-card__btn {
    padding: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-card__btn {
    padding: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-card__btn {
    padding: 5.0890585242vw;
  }
}
.spot-card__btn {
  background-color: #000;
  color: #fff;
}
.spot-card__btn-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.spot-card__btn-icon {
  display: block;
  flex-shrink: 0;
}

.spot-bus {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .spot-bus {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-bus {
    margin-top: 3.6830357143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-bus {
    margin-top: 3.8019047619vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus {
    margin-top: 12.213740458vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus {
    margin-top: 40px;
  }
}
.spot-bus__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.7142857143rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #000;
}
.spot-bus__text {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-bus__text {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-bus__text {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-bus__text {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__text {
    margin-top: 6.106870229vw;
  }
}
.spot-bus__text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.spot-bus__paragraph {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--color-ink800);
  text-align: justify;
}
.spot-bus__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  max-width: 100%;
  min-height: 56px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .spot-bus__btn {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-bus__btn {
    margin-top: 1.8415178571vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-bus__btn {
    margin-top: 1.900952381vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__btn {
    margin-top: 6.106870229vw;
  }
}
.spot-bus__btn {
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  .spot-bus__btn {
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-bus__btn {
    padding: 1.5345982143vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-bus__btn {
    padding: 1.5841269841vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__btn {
    padding: 5.0890585242vw;
  }
}
.spot-bus__btn {
  background-color: #000;
  color: #fff;
}
.spot-bus__btn-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.spot-bus__content {
  display: grid;
  grid-template-columns: 384px 360px 224px;
  gap: 16px;
}
@media screen and (max-width: 1439px) {
  .spot-bus__content {
    gap: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-bus__content {
    gap: 1.2276785714vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-bus__content {
    gap: 1.2673015873vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__content {
    gap: 4.0712468193vw;
  }
}
.spot-bus__content {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .spot-bus__content {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-bus__content {
    margin-top: 3.0691964286vw;
  }
}
@media screen and (max-width: 900px) {
  .spot-bus__content {
    margin-top: 3.1682539683vw;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__content {
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 1024px) {
  .spot-bus__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.spot-bus__image {
  overflow: hidden;
}
.spot-bus__image img {
  /*  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; */
}
.spot-bus__image--main {
  height: 256px;
}
@media screen and (max-width: 1024px) {
  .spot-bus__image--main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__image--main {
    height: auto;
  }
}
.spot-bus__image--map {
  height: 233px;
}
@media screen and (max-width: 1024px) {
  .spot-bus__image--map {
    grid-column: 1/-1;
    width: 224px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .spot-bus__image--map {
    height: 366px;
    width: 100%;
  }
}
.spot-bus__table-wrap {
  min-width: 0;
}
.spot-bus__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}
.spot-bus__table th,
.spot-bus__table td {
  border: 1px solid #bbb;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.3;
}
.spot-bus__table thead th {
  height: 28px;
  background-color: #bbb;
  font-weight: 400;
  text-align: center;
}
.spot-bus__table tbody th {
  height: 28px;
  background-color: #f6f6f6;
  font-weight: 700;
  text-align: center;
  width: 50%;
}
.spot-bus__table tbody td {
  background-color: #fff;
  font-weight: 700;
  width: 50%;
}
.spot-bus__table tbody tr:nth-child(4) th,
.spot-bus__table tbody tr:nth-child(4) td {
  height: 44px;
}
.spot-bus__link {
  color: inherit;
  text-decoration: underline;
}

.eng-section__heading {
  font-family: var(--font-family-en-display);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.eng-inner {
  padding-block: 5.7142857143rem 0;
}
@media screen and (max-width: 768px) {
  .eng-inner {
    padding-block: 3.4285714286rem 0;
  }
}

.eng-section {
  padding-block: 5.7142857143rem;
  border-top: 1px solid #000;
}
.eng-section:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .eng-section {
    padding-block: 3.4285714286rem 0;
  }
}

.eng-outline__heading {
  font-family: var(--font-family-en-display);
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 1.7142857143rem;
}
.eng-outline__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.eng-outline__text {
  margin-top: 1.7142857143rem;
  font-size: 1rem;
  line-height: 1.9;
}

.eng-achievements {
  margin-top: 2.2857142857rem;
}
.eng-achievements__title {
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5714285714rem 0.8571428571rem;
  background: #8fa0b4;
  color: #fff;
  margin-bottom: 0.8571428571rem;
}
.eng-achievements__list {
  display: flex;
  flex-direction: column;
  gap: 0.5714285714rem;
}
.eng-achievements__list li {
  padding-left: 1.4285714286rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
}
.eng-achievements__list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.7142857143rem;
  line-height: 1.9;
  color: #000;
}

.eng-floorguide__map {
  margin-top: 2.8571428571rem;
}
.eng-floorguide__map img {
  display: block;
  width: 100%;
  height: auto;
}

.eng-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8571428571rem;
  margin-top: 3.4285714286rem;
}
@media screen and (max-width: 768px) {
  .eng-features {
    grid-template-columns: 1fr;
    gap: 2.2857142857rem;
  }
}

.eng-feature__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.0714285714rem;
  font-weight: 700;
  margin-bottom: 0.8571428571rem;
  padding-bottom: 0.7142857143rem;
  border-bottom: 2px solid #000;
}
.eng-feature__text {
  font-size: 1rem;
  line-height: 1.9;
}

.eng-venue {
  margin-top: 3.4285714286rem;
}
.eng-venue__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.4285714286rem;
  font-weight: 700;
  margin-bottom: 1.7142857143rem;
}
.eng-venue__photo {
  margin-bottom: 2.2857142857rem;
}
.eng-venue__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.eng-venue__text {
  font-size: 1.0714285714rem;
  line-height: 1.9;
  margin-bottom: 2.8571428571rem;
}

.eng-specs-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}
.eng-specs-table th,
.eng-specs-table td {
  padding: 1.1428571429rem 1.7142857143rem;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  .eng-specs-table th,
  .eng-specs-table td {
    padding: 0.7142857143rem 1.1428571429rem;
  }
}
.eng-specs-table th {
  font-weight: 700;
  width: 14.2857142857rem;
  white-space: nowrap;
  border-right: 1px solid #bbb;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .eng-specs-table th {
    width: auto;
    white-space: normal;
    display: block;
    border-right: none;
    border-bottom: none;
    font-size: 0.8571428571rem;
    color: #555;
    padding-bottom: 0.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .eng-specs-table td {
    display: block;
    padding-top: 0.2857142857rem;
  }
}
@media screen and (max-width: 768px) {
  .eng-specs-table tr {
    display: block;
    border-bottom: 1px solid #bbb;
    padding-block: 0.7142857143rem;
  }
}
.eng-specs-table tr:last-child th,
.eng-specs-table tr:last-child td {
  border-bottom: none;
}

.eng-conf-subsection {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
.eng-conf-subsection__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.eng-conf-subsection__text {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.eng-others {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 48px;
}

.eng-other {
  display: grid;
  grid-template-columns: 1fr 22.8571428571rem;
  grid-template-rows: auto auto;
  gap: 0 2.8571428571rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .eng-other {
    grid-template-columns: 1fr;
  }
}
.eng-other__title {
  font-family: var(--font-family-ja-display);
  font-size: 1.0714285714rem;
  font-weight: 700;
  margin-bottom: 0.8571428571rem;
  grid-column: 1;
  grid-row: 1;
}
.eng-other__text {
  font-size: 1rem;
  line-height: 1.9;
  grid-column: 1;
  grid-row: 2;
}
.eng-other__photo {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .eng-other__photo {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 0.8571428571rem;
  }
}
.eng-other__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.eng-access {
  padding-bottom: 0;
}
.eng-access__body {
  margin-top: 40px;
}
.eng-access__maps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2857142857rem;
  margin-bottom: 2.8571428571rem;
}
@media screen and (max-width: 768px) {
  .eng-access__maps {
    grid-template-columns: 1fr;
  }
}
.eng-access__map img {
  display: block;
  width: 100%;
  height: auto;
}
.eng-access__text {
  font-size: 1.0714285714rem;
  line-height: 1.9;
  margin-bottom: 24px;
}
.eng-access__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1428571429rem;
  width: 20rem;
  padding: 20px 32px;
  background: #000;
  color: #fff;
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: background-color 0.2s ease;
}
.eng-access__btn:hover, .eng-access__btn:focus-visible {
  background: var(--color-button-hover-dark);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .eng-access__btn {
    width: 100%;
  }
}

.eng-contact__body {
  display: flex;
  flex-direction: column;
  gap: 1.4285714286rem;
  margin-top: 2.8571428571rem;
}
.eng-contact__name {
  font-family: var(--font-family-ja-display);
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.7;
}
.eng-contact__address {
  font-style: normal;
  font-size: 1.0714285714rem;
  line-height: 1.9;
}
.eng-contact__address p + p {
  margin-top: 0.4285714286rem;
}
.eng-contact__address a {
  color: inherit;
  text-decoration: underline;
}
.eng-contact__address a:hover {
  text-decoration: none;
}
.eng-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1428571429rem;
  width: 20rem;
  padding: 1.4285714286rem 2.2857142857rem;
  background: #000;
  color: #fff;
  font-family: var(--font-family-ja-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: background-color 0.2s ease;
}
.eng-contact__btn:hover, .eng-contact__btn:focus-visible {
  background: var(--color-button-hover-dark);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .eng-contact__btn {
    width: 100%;
  }
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-bold {
  font-weight: bold;
}

.text-under-line {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */