@charset "UTF-8";
/*
@font-face {
  font-family: 'Overpass_VM';
  src: url('../fonts/overpass/thin-webfont.woff2') format('woff2');
  font-weight: 1 199;
}
@font-face {
  font-family: 'Overpass_VM';
  src: url('../fonts/overpass/extralight-webfont.woff2') format('woff2');
  font-weight: 200 299;
}
@font-face {
  font-family: 'Overpass_VM';
  src: url('../fonts/overpass/light-webfont.woff2') format('woff2');
  font-weight: 300 399;
}
@font-face {
  font-family: 'Overpass_VM';
  src: url('../fonts/overpass/regular-webfont.woff2') format('woff2');
  font-weight: 400 499;
}
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(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%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move;-ms-touch-action:none;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}
.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}
.swiper.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@font-face {
  font-family: 'Overpass_VM';
  src: url("../fonts/overpass/medium-webfont.woff2") format("woff2");
  font-weight: 500 599; }
@font-face {
  font-family: 'Overpass_VM';
  src: url("../fonts/overpass/semibold-webfont.woff2") format("woff2");
  font-weight: 600 699; }
@font-face {
  font-family: 'Overpass_VM';
  src: url("../fonts/overpass/bold-webfont.woff2") format("woff2");
  font-weight: 700 799; }
@font-face {
  font-family: 'Overpass_VM';
  src: url("../fonts/overpass/extrabold-webfont.woff2") format("woff2");
  font-weight: 800 899; }
@font-face {
  font-family: 'Overpass_VM';
  src: url("../fonts/overpass/black-webfont.woff2") format("woff2");
  font-weight: 900 999; }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
@custom-media --desktop(min-width: 1280px);
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * Z index
 */
/**
 * Accessibility
 */
/**
 * Text
 */
/*
// text ellipsis for block multiline
// unsupport IE, Edge, Fx
@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * Element size
 */
/**
 * Position layout
 */
/**
 * Images
 */
/**
 * Form
 */
/**
 * Any decorations
 */
/**
* Variables
*/
:root {
  --c-black: #222;
  --c-black-rgb: 34, 34, 34;
  --c-black-dim: #6b6b6b;
  --c-black-light: #d9d9d9;
  --c-black-bright: #e0e0e0;
  --c-black-brilliant: #ececec;
  --c-black-dazzling: #f4f4f4;
  --c-beige: #f0ede5;
  --c-beige-rgb: 240, 237, 229;
  --c-beige-dull: #c4c3bd;
  --c-beige-dim: #aba9a1;
  --c-beige-dark: #434241;
  --c-blue: #1c578f;
  --c-blue-light: #1f78cc;
  --c-blue-light-rgb: 31, 120, 204;
  --c-blue-pale: #539adc;
  --c-blue-bright: #ebf1f7;
  --c-blue-brilliant: #edf9fe;
  --c-blue-dim: #1b3a59;
  --c-blue-dark: #192633;
  --c-blue-dark-rgb: 25, 38, 51;
  --c-blue-dull: #8dabc7;
  --c-blue-dull-light: #a8bdd0;
  --c-blue-dull-bright: #c3cdd6;
  --c-yellow: #faff91;
  --c-orange: #e56553;
  --c-red: #d60b0b;
  --c-icon-access: #bfac00;
  --c-icon-map: #67b59b;
  --c-icon-shop: #db7474;
  --c-icon-barrier: #6fb5c7;
  --c-icon-ticket: #8786db;
  --c-icon-support: #db8496;
  --c-icon-kids: #cca24e;
  --c-icon-rental: #599cc9;
  --c-icon-faq: #b167b5;
  --c-icon-calendar: #de7757;
  --c-icon-a11y: #85ba72;
  --c-venue-concert: #9ac3e3;
  --c-venue-playhouse: #d9a9b0;
  --c-venue-theater-e: #9fd1d4;
  --c-venue-theater-w: #acc29b;
  --c-venue-gallery-1: #d4c698;
  --c-venue-gallery-2: #c4aaa7;
  --c-venue-atorie-e: #dba786;
  --c-venue-atorie-w: #c2a5da;
  --c-venue-other: #bbb;
  --c-sign: #0b7b65;
  --c-sign-bright: #f7faf8;
  --c-cell-true: #faaa91;
  --c-donate: #de7757;
  --c-donate-light: #f5bfae;
  --c-donate-pale:  #f4c4b5;
  --angle: 30deg;
  --sticky-extend: 0px;
  --height-header-diff: 31px; }
:has(body[data-page="rent"]),
:has(body[data-page="suitengu"]) {
  --c-beige: #ecf0f0; }
@-webkit-keyframes hamburger {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  50.1% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }
@keyframes hamburger {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center; }
  50.1% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink-end {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes blink-end {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes openning-progress-pc {
  0% {
    width: 320px;
    height: 64px;
    background: var(--c-black);
    opacity: 1; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    opacity: 0; } }
@keyframes openning-progress-pc {
  0% {
    width: 320px;
    height: 64px;
    background: var(--c-black);
    opacity: 1; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    opacity: 0; } }
@-webkit-keyframes openning-progress-sp {
  0% {
    width: 240px;
    height: 48px;
    background: var(--c-black);
    opacity: 1; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    opacity: 0; } }
@keyframes openning-progress-sp {
  0% {
    width: 240px;
    height: 48px;
    background: var(--c-black);
    opacity: 1; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    opacity: 0; } }
@-webkit-keyframes openning-skew-pc {
  0% {
    width: 320px;
    height: 64px; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px); } }
@keyframes openning-skew-pc {
  0% {
    width: 320px;
    height: 64px; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px); } }
@-webkit-keyframes openning-skew-sp {
  0% {
    width: 240px;
    height: 48px; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px); } }
@keyframes openning-skew-sp {
  0% {
    width: 240px;
    height: 48px; }
  35% {
    width: calc(100% - 16px);
    height: 64px; }
  100% {
    width: calc(100% - 16px);
    height: calc(100% - 16px); } }
@-webkit-keyframes openning-mask-pc {
  0% {
    -webkit-mask-size: 100% 100%, 320px 64px;
            mask-size: 100% 100%, 320px 64px; }
  35% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) 64px;
            mask-size: 100% 100%, calc(100% - 16px) 64px; }
  100% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px);
            mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px); } }
@keyframes openning-mask-pc {
  0% {
    -webkit-mask-size: 100% 100%, 320px 64px;
            mask-size: 100% 100%, 320px 64px; }
  35% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) 64px;
            mask-size: 100% 100%, calc(100% - 16px) 64px; }
  100% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px);
            mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px); } }
@-webkit-keyframes openning-mask-sp {
  0% {
    -webkit-mask-size: 100% 100%, 240px 48px;
            mask-size: 100% 100%, 240px 48px; }
  35% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) 64px;
            mask-size: 100% 100%, calc(100% - 16px) 64px; }
  100% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px);
            mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px); } }
@keyframes openning-mask-sp {
  0% {
    -webkit-mask-size: 100% 100%, 240px 48px;
            mask-size: 100% 100%, 240px 48px; }
  35% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) 64px;
            mask-size: 100% 100%, calc(100% - 16px) 64px; }
  100% {
    -webkit-mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px);
            mask-size: 100% 100%, calc(100% - 16px) calc(100% - 16px); } }
/* == @import "../node_modules/normalize.css/normalize.css"; */
.ps--active-x {
  padding-bottom: 24px; }
.ps__rail-x {
  height: 6px;
  border-radius: 3px; }
.ps__thumb-x {
  height: 6px;
  bottom: 0px; }
.ps__thumb-x, .ps__thumb-y {
  border-radius: 3px;
  background-color: var(--c-variable-border, var(--c-black)); }
.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
  height: 6px;
  background-color: var(--c-variable-border, var(--c-black)); }
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover,
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  opacity: 1;
  background-color: var(--c-variable-accent, var(--c-black-brilliant)); }
.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
  opacity: 1; }
.c-swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.c-swiper-controller__pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-swiper-controller__pager .bullet {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 8px;
      height: 8px;
      background: #fff;
      border: 1px solid var(--c-black-light); }
.c-swiper-controller__pager .bullet.-active {
        background-color: var(--c-black);
        border-color: var(--c-black); }
.c-swiper-controller__pager.swiper-pagination-bullets.swiper-pagination-horizontal {
      width: auto; }
.c-swiper-controller__prev:after, .c-swiper-controller__next:after {
    content: '';
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 13px;
    height: 13px;
    border-top: 1.5px solid var(--c-variable-text, var(--c-black));
    border-right: 1.5px solid var(--c-variable-text, var(--c-black));
    -webkit-transform: rotate(45deg) translate(-15%, 15%);
            transform: rotate(45deg) translate(-15%, 15%); }
.c-swiper-controller__prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    margin-right: 8px; }
.c-swiper-controller__next {
    margin-right: 8px;
    margin-left: 8px; }
.c-swiper-controller__toggle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-swiper-controller__toggle:before, .c-swiper-controller__toggle:after {
      content: '';
      display: block;
      background: var(--c-blue);
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s; }
[data-slider="pause"] .c-swiper-controller__toggle:before {
      display: none; }
[data-slider="pause"] .c-swiper-controller__toggle:after {
      width: 33%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      height: calc(33% / 1.5 * tan(60deg));
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
              clip-path: polygon(0 0, 100% 50%, 0 100%);
      -webkit-transform: translate(12.375%, 0);
              transform: translate(12.375%, 0); }
.c-content-white .c-swiper-controller .c-swiper-controller__pager .bullet {
    background-color: transparent;
    border-color: var(--c-variable-text, var(--c-black)); }
.c-content-white .c-swiper-controller .c-swiper-controller__pager .bullet.-active {
      background-color: var(--c-variable-text, var(--c-black));
      border-color: var(--c-variable-text, var(--c-black)); }
.c-content-white .c-swiper-controller__toggle {
    background-color: var(--c-variable-text, var(--c-black)); }
.c-content-white .c-swiper-controller__toggle:before, .c-content-white .c-swiper-controller__toggle:after {
      background-color: var(--c-variable-bg, #fff); }
.c-content-white .c-swiper-controller__toggle:focus-visible {
      background-color: var(--c-blue-brilliant); }
.c-content-white .c-swiper-controller__toggle:focus-visible:before, .c-content-white .c-swiper-controller__toggle:focus-visible:after {
        background-color: var(--c-blue); }
[v-cloak] {
  display: none; }
html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: var(--c-beige); }
html[data-html="initializing"], html[data-html="initialized"] {
    background-color: var(--c-black); }
body {
  width: 100%;
  font-family: "Overpass_VM", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: -.025em;
  font-size: 1.0rem;
  font-optical-sizing: auto;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-box: trim-both cap alphabetic;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  color: var(--c-black);
  background-color: var(--c-variable-bg, var(--c-beige)); }
body[data-lang="zh-cn"] {
    font-family: "Overpass_VM", "Noto Sans SC", sans-serif;
    font-weight: 500;
    letter-spacing: -.025em; }
body[data-lang="zh-tw"] {
    font-family: "Overpass_VM", "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: -.025em; }
body[data-lang="korean"] {
    font-family: "Overpass_VM", "Noto Sans KR", sans-serif;
    font-weight: 500;
    letter-spacing: -.025em; }
::-moz-selection {
  background-color: var(--c-blue-light);
  color: #fff; }
::selection {
  background-color: var(--c-blue-light);
  color: #fff; }
img::-moz-selection {
  background-color: transparent; }
img::selection {
  background-color: transparent; }
a {
  color: inherit;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
h1, h2, h3, h4, h5, h6, b, strong, th {
  font-weight: 700; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
small {
  font-size: 87.5%; }
em, i {
  font-style: normal; }
sup {
  font-weight: 500; }
img, svg, video {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%; }
figure {
  margin: 0;
  padding: 0; }
input, select, button {
  color: inherit; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none; }
/**
 * Layout
 */
.l-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--c-black);
  color: var(--c-beige);
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  z-index: 2000; }
.l-footer__credit a,
  .l-footer__menu a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-link-line-offset: 2px;
    color: var(--c-variable-link, var(--c-beige)); }
.l-footer__credit a:where([target="_blank"]):after, .l-footer__credit a:where([data-modal="trigger"]):after,
    .l-footer__menu a:where([target="_blank"]):after,
    .l-footer__menu a:where([data-modal="trigger"]):after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: min(1em, 20px);
      height: min(1em, 20px);
      background: var(--c-beige);
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center;
      margin: -.25em .25em 0; }
.l-footer__credit a:where([target="_blank"]):after,
    .l-footer__menu a:where([target="_blank"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.l-footer__credit a:where([target="_blank"])[href*=".zip"]:after, .l-footer__credit a:where([target="_blank"])[href*=".pdf"]:after, .l-footer__credit a:where([target="_blank"])[href*=".xls"]:after, .l-footer__credit a:where([target="_blank"])[href*=".xlsx"]:after, .l-footer__credit a:where([target="_blank"])[href*=".doc"]:after, .l-footer__credit a:where([target="_blank"])[href*=".docx"]:after,
    .l-footer__menu a:where([target="_blank"])[href*=".zip"]:after,
    .l-footer__menu a:where([target="_blank"])[href*=".pdf"]:after,
    .l-footer__menu a:where([target="_blank"])[href*=".xls"]:after,
    .l-footer__menu a:where([target="_blank"])[href*=".xlsx"]:after,
    .l-footer__menu a:where([target="_blank"])[href*=".doc"]:after,
    .l-footer__menu a:where([target="_blank"])[href*=".docx"]:after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.l-footer__credit a:where([data-modal="trigger"]):after,
    .l-footer__menu a:where([data-modal="trigger"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
/**
 * Btns
 */
.l-footer-btns a {
  background: var(--c-beige-dark);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px; }
/**
 * For focus
 * Nav toggle animation
 */
.l-footer {
  visibility: visible; }
[data-nav="open"] .l-footer {
    -webkit-transition: visibility 0s linear 1.125s;
    transition: visibility 0s linear 1.125s;
    visibility: hidden; }
/**
 * Layout
 */
.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  background: var(--c-beige);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow .25s ease 0s;
  transition: -webkit-box-shadow .25s ease 0s;
  transition: box-shadow .25s ease 0s;
  transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s; }
[data-page="home"] .l-header {
    opacity: 0; }
[data-status="finished"] [data-page="home"] .l-header {
      -webkit-transition: opacity 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s, -webkit-box-shadow 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: opacity 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s, -webkit-box-shadow 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: box-shadow 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s;
      transition: box-shadow 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.75s, -webkit-box-shadow 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      opacity: 1; }
[data-status="complete"] [data-page="home"] .l-header {
      opacity: 1; }
[data-header-shadow="on"] .l-header {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15); }
[data-page="special"] .l-header {
    -webkit-box-shadow: none;
            box-shadow: none; }
/**
 * Info
 */
/**
 * Tool
 */
.l-header-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px; }
.l-header-tool__item {
    position: relative; }
.l-header-tool__btn {
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
/**
 * Menu
 */
/**
 * Submenu
 */
/**
 * Submenu
 * Hover open
 */
.l-header-submenu,
.l-header-menu__anchor:after {
  -webkit-transition: visibility 0s ease .25s, opacity .25s ease 0s;
  transition: visibility 0s ease .25s, opacity .25s ease 0s; }
.l-header-menu__item:has(.l-header-submenu):hover .l-header-submenu,
.l-header-menu__item:has(.l-header-submenu):focus-within .l-header-submenu {
  -webkit-transition: visibility .25s ease 0s, opacity .25s ease 0s;
  transition: visibility .25s ease 0s, opacity .25s ease 0s;
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }
.l-header-menu__item:has(.l-header-submenu):hover .l-header-menu__anchor:after,
.l-header-menu__item:has(.l-header-submenu):focus-within .l-header-menu__anchor:after {
  opacity: 1; }
/**
 * Hamburger
 */
.l-header-hamburger {
  text-transform: uppercase;
  line-height: 1; }
.l-header-hamburger span {
    display: block;
    height: 2px;
    background: var(--c-black);
    position: absolute;
    right: 0; }
.l-header-hamburger span:nth-of-type(1) {
      width: 65%;
      top: 0; }
.l-header-hamburger span:nth-of-type(2) {
      width: 100%; }
.l-header-hamburger em {
    display: block;
    font-size: 1rem;
    position: absolute;
    right: 0;
    bottom: 0; }
/**
 * Backdrop
 */
.l-header-backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity .25s linear .0s, visibility 0s linear .25s;
  transition: opacity .25s linear .0s, visibility 0s linear .25s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }
[data-language="open"] .l-header-backdrop,
  [data-search="open"] .l-header-backdrop {
    -webkit-transition: opacity .25s linear .25s;
    transition: opacity .25s linear .25s;
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
/**
 * Lang
 */
.l-header-lang {
  width: 100%;
  background: var(--c-beige);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  pointer-events: none; }
[data-language="open"] .l-header-lang {
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    pointer-events: auto; }
.l-header-lang__close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    position: absolute; }
.l-header-lang__close span {
      display: block;
      width: 100%;
      height: 2px;
      background: var(--c-black);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: -webkit-transform .25s ease 0s;
      transition: -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s;
      transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; }
.l-header-lang__close span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(140deg);
                transform: translate(-50%, -50%) rotate(140deg); }
.l-header-lang__close span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
                transform: translate(-50%, -50%) rotate(40deg); }
.l-header-lang dt {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
.l-header-lang dd {
    margin: 30px 0 0; }
.l-header-lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.l-header-lang a {
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--c-black);
    background: var(--c-black);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.l-header-lang a[href] {
      border-color: var(--c-blue-dull);
      background-color: var(--c-beige);
      color: var(--c-black); }
/**
 * Search
 */
.l-header-search {
  width: 100%;
  height: 210px;
  background: var(--c-beige);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
  -webkit-transition: -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.625s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  pointer-events: none; }
[data-search="open"] .l-header-search {
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    pointer-events: auto; }
.l-header-search__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%; }
.l-header-search__close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    position: absolute; }
.l-header-search__close span {
      display: block;
      width: 100%;
      height: 2px;
      background: var(--c-black);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: -webkit-transform .25s ease 0s;
      transition: -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s;
      transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; }
.l-header-search__close span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(140deg);
                transform: translate(-50%, -50%) rotate(140deg); }
.l-header-search__close span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
                transform: translate(-50%, -50%) rotate(40deg); }
/**
 * For focus
 * Nav toggle animation
 */
.l-header-lang {
  -webkit-transition: visibility 0s linear 0.5s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: visibility 0s linear 0.5s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0.5s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0.5s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  visibility: hidden; }
[data-language="open"] .l-header-lang {
    -webkit-transition: visibility 0s linear 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: visibility 0s linear 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0s;
    transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    visibility: visible; }
.l-header-search {
  -webkit-transition: visibility 0s linear 0.5s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: visibility 0s linear 0.5s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0.5s;
  transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0.5s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  visibility: hidden; }
[data-search="open"] .l-header-search {
    -webkit-transition: visibility 0s linear 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: visibility 0s linear 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0s;
    transition: box-shadow 0.25s linear 0.25s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, visibility 0s linear 0s, -webkit-box-shadow 0.25s linear 0.25s, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    visibility: visible; }
/**
 * Layout
 */
.l-main {
  position: relative;
  color: var(--c-variable-text, inherit);
  padding-top: var(--height-header);
  z-index: 1000; }
/**
 * For focus
 * Nav toggle animation
 */
.l-main {
  visibility: visible; }
[data-nav="open"] .l-main {
    -webkit-transition: visibility 0s linear 1.125s;
    transition: visibility 0s linear 1.125s;
    visibility: hidden; }
/**
 * Layout
 */
.l-nav {
  position: fixed;
  left: 0;
  z-index: 4000; }
.l-nav__submenu a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-link-line-offset: 2px;
    color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 24px;
    line-height: 1.5;
    position: relative; }
.l-nav__submenu a:where([target="_blank"]):after, .l-nav__submenu a:where([data-modal="trigger"]):after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: min(1em, 20px);
      height: min(1em, 20px);
      background: var(--c-variable-link, var(--c-blue));
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center;
      margin: -.25em .25em 0; }
.l-nav__submenu a:where([target="_blank"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.l-nav__submenu a:where([target="_blank"])[href*=".zip"]:after, .l-nav__submenu a:where([target="_blank"])[href*=".pdf"]:after, .l-nav__submenu a:where([target="_blank"])[href*=".xls"]:after, .l-nav__submenu a:where([target="_blank"])[href*=".xlsx"]:after, .l-nav__submenu a:where([target="_blank"])[href*=".doc"]:after, .l-nav__submenu a:where([target="_blank"])[href*=".docx"]:after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.l-nav__submenu a:where([data-modal="trigger"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.l-nav__submenu a .c-icon-arrow {
      position: absolute;
      left: 0;
      top: 0;
      margin-top: .25em; }
.l-nav__headerClose {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    position: fixed; }
.l-nav__headerClose span {
      display: block;
      width: 100%;
      height: 2px;
      background: var(--c-black);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: -webkit-transform .25s ease 0s;
      transition: -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s;
      transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; }
.l-nav__headerClose span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(140deg);
                transform: translate(-50%, -50%) rotate(140deg); }
.l-nav__headerClose span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
                transform: translate(-50%, -50%) rotate(40deg); }
.l-nav__banner [data-btn="donate"] {
    -ms-flex-preferred-size: 189px;
        flex-basis: 189px; }
/**
 * Info
 */
/**
 * Menu
 */
/**
 * Search
 */
/**
 * For focus
 * Nav toggle animation
 */
.p-about-intro {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-weight: 700; }
.p-about-mission {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  color: transparent;
  width: 100%; }
.p-about-organization {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  color: transparent;
  background: url() no-repeat center center/cover transparent;
  width: 100%;
  margin: 0 auto; }
.p-about-history {
  position: relative;
  overflow: hidden; }
.p-about-history__content {
    position: relative; }
.p-about-history__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2px; }
.p-about-history__body:before, .p-about-history__body:after {
      content: '';
      display: block;
      visibility: hidden;
      pointer-events: none; }
.p-about-history__prev, .p-about-history__next {
    position: absolute;
    top: 50%;
    z-index: 1; }
.p-about-history__prev button, .p-about-history__next button {
      display: block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      color: transparent;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-top: 2px solid var(--c-black);
      border-right: 2px solid var(--c-black);
      -webkit-transform: rotate(45deg) translate(-15%, 15%);
              transform: rotate(45deg) translate(-15%, 15%); }
.p-about-history__prev {
    -webkit-transform: scale(-1, 1) translate(0px, 0);
            transform: scale(-1, 1) translate(0px, 0); }
.p-about-history__block {
    position: relative;
    padding: 92px 24px 24px;
    background: var(--c-black-dazzling);
    border-radius: 2px;
    line-height: 1.5; }
.p-about-history__block figure {
      pointer-events: none; }
.p-about-history__year {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-black-dim);
    position: absolute;
    left: 24px;
    top: 14px; }
.p-about-history__year strong {
      display: block;
      font-weight: 700;
      color: var(--c-orange); }
.p-about-history__month {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 4px; }
.p-about-history__month strong {
      font-size: 1.6rem; }
.p-about-history-more a {
  font-weight: 700;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .625em;
  position: relative; }
.p-about-history-more a:before, .p-about-history-more a:after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1em;
            flex: 0 0 1em;
    width: 1em;
    height: 1.5px;
    background: var(--c-blue); }
.p-about-history-more a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.p-about-history-more a[data-collapse-state="open"]:before {
    display: none; }
.p-about-revision {
  text-align: right; }
.p-accessibility-summary__block {
  position: relative;
  border-top: 2px solid var(--c-black);
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.75;
  border-radius: 0 0 2px 2px; }
.p-accessibility-summary__title {
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px; }
.p-accessibility-summary__title span {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--c-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-accessibility-summary__more a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-link-line-offset: 2px;
  color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 24px;
  line-height: 1.5;
  position: relative; }
.p-accessibility-summary__more a:where([target="_blank"]):after, .p-accessibility-summary__more a:where([data-modal="trigger"]):after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: min(1em, 20px);
    height: min(1em, 20px);
    background: var(--c-variable-link, var(--c-blue));
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: right center;
            mask-position: right center;
    margin: -.25em .25em 0; }
.p-accessibility-summary__more a:where([target="_blank"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.p-accessibility-summary__more a:where([target="_blank"])[href*=".zip"]:after, .p-accessibility-summary__more a:where([target="_blank"])[href*=".pdf"]:after, .p-accessibility-summary__more a:where([target="_blank"])[href*=".xls"]:after, .p-accessibility-summary__more a:where([target="_blank"])[href*=".xlsx"]:after, .p-accessibility-summary__more a:where([target="_blank"])[href*=".doc"]:after, .p-accessibility-summary__more a:where([target="_blank"])[href*=".docx"]:after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.p-accessibility-summary__more a:where([data-modal="trigger"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.p-accessibility-summary__more a .c-icon-arrow {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .25em; }
.p-accessibility-summary__more a + a {
    margin-top: 20px; }
.p-accessibility-support-tab {
  position: relative;
  border-bottom: 1px solid var(--c-black-light); }
.p-accessibility-support-tab__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
.p-accessibility-support-tab__body {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
.p-accessibility-support-tab__body li {
      position: relative;
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      line-height: 1.3;
      font-weight: 700;
      text-align: center; }
.p-accessibility-support-tab__body a {
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: var(--c-black-brilliant);
      color: var(--c-blue);
      border-top: 1px solid var(--c-black-light);
      border-left: 1px solid var(--c-black-light); }
.p-accessibility-support-tab__body li:last-child a {
      border-right: 1px solid var(--c-black-light); }
.p-accessibility-support-tab__body li[data-tab="active"] a {
      background: #fff;
      color: var(--c-black);
      cursor: default; }
.p-accessibility-support-tab__body li[data-tab="active"] a:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -1px; }
.p-accessibility-support-tab__body small {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      border: 1px solid var(--c-black-light);
      background: #fff;
      position: absolute;
      left: 50%;
      top: 0; }
.p-accessibility-toilet-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
.p-accessibility-toilet-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 8px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4; }
.p-accessibility-toilet-info li[data-sign*="noborder"] span:not([class]) {
      -webkit-box-shadow: none;
              box-shadow: none; }
.p-accessibility-toilet-info li[data-sign*="noradius"] span:not([class]) {
      border-radius: 0; }
.p-accessibility-toilet-info li[data-sign*="string"] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 .125em;
      padding-top: 0; }
.p-accessibility-toilet-info li[data-sign*="string"] span:not([class]) {
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0; }
.p-accessibility-toilet-info span:not([class]) {
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 var(--c-black-light) inset, -1px -1px 0 var(--c-black-light) inset;
            box-shadow: 1px 1px 0 var(--c-black-light) inset, -1px -1px 0 var(--c-black-light) inset;
    border-radius: 2px; }
.p-accessibility-toilet {
  border-bottom: 1px solid var(--c-black-brilliant);
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
.p-accessibility-toilet + .p-accessibility-toilet {
    margin-top: 0; }
.p-accessibility-toilet + .p-accessibility-toilet .p-accessibility-toilet__head, .p-accessibility-toilet + .p-accessibility-toilet .p-accessibility-toilet__body {
      border-top: none; }
.p-accessibility-toilet__head {
    border-top: 1px solid var(--c-black-brilliant);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto; }
.p-accessibility-toilet__body {
    border-top: 1px solid var(--c-black-brilliant);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.p-accessibility-toilet__sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 12px 0 0; }
.p-accessibility-toilet__sign li {
      background: #fff;
      -webkit-box-shadow: 1px 1px 0 var(--c-black-light) inset, -1px -1px 0 var(--c-black-light) inset;
              box-shadow: 1px 1px 0 var(--c-black-light) inset, -1px -1px 0 var(--c-black-light) inset;
      border-radius: 2px;
      overflow: hidden; }
.p-accessibility-toilet__sign li[data-sign*="noborder"] {
        -webkit-box-shadow: none;
                box-shadow: none; }
.p-accessibility-toilet__sign li[data-sign*="noradius"] {
        border-radius: 0; }
.p-accessibility-toilet__caution {
    color: var(--c-black-dim);
    font-weight: 500;
    margin: .75em 0 0; }
.p-accessibility-toilet__caution li {
      padding-left: 1em;
      text-indent: -1em; }
.p-accessibility-toilet__caution li + li {
        margin-top: .25em; }
.p-accessibility-hearingloop-mark {
  line-height: 1.4; }
.p-accessibility-hearingloop-mark li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 .25em; }
.p-accessibility-hearingloop-mark li + li {
      margin-top: .5em; }
.p-accessibility-hearingloop-mark .c-icon {
    margin-top: .25em; }
.p-calendar-header-guide {
  visibility: hidden; }
.p-calendar-header__inner {
  container-type: inline-size;
  container-name: calendar-header__inner; }
.p-calendar-header__date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px; }
.p-calendar-header__date:after {
    content: '';
    display: block;
    position: relative;
    z-index: 3; }
.p-calendar-header__dateNow {
  position: relative;
  z-index: 2;
  pointer-events: none;
  font-weight: 500;
  line-height: 1;
  display: block; }
.p-calendar-header__dateNow em, .p-calendar-header__dateNow strong {
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700; }
.p-calendar-header__dateNow em {
    margin: 0 .25em 0 0; }
.p-calendar-header__dateNow strong {
    margin: 0 .125em; }
.p-calendar-header__dateSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  color: #fff;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
.p-calendar-header__dateSelect::-moz-selection {
    color: transparent;
    background-color: transparent; }
.p-calendar-header__dateSelect::selection {
    color: transparent;
    background-color: transparent; }
.p-calendar-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-calendar-header__nav a {
    background: #fff;
    position: relative;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent; }
.p-calendar-header__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px; }
.p-calendar-header__switcher {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 1px solid var(--c-blue-dull);
  background: #fff;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
.p-calendar-header__switcher a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 100%;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8px; }
.p-calendar-header__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--c-blue-dull);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-calendar-header__toggle:has([data-icon="narrow-active"]) {
    background-color: var(--c-blue-brilliant);
    color: var(--c-blue); }
.p-calendar-table {
  position: relative;
  container-type: inline-size;
  container-name: calendar-table; }
.p-calendar-table table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 2px;
    border-right: 1px solid var(--c-variable-border, var(--c-black-light));
    border-bottom: 1px solid var(--c-variable-border, var(--c-black-light));
    width: 100%;
    table-layout: fixed; }
.p-calendar-table table th, .p-calendar-table table td {
      border-top: 1px solid var(--c-variable-border, var(--c-black-light));
      border-left: 1px solid var(--c-variable-border, var(--c-black-light)); }
.p-calendar-table table:not(:has(thead)) tr:first-child th:first-child,
    .p-calendar-table table:not(:has(thead)) tr:first-child td:first-child {
      border-radius: 2px 0 0 0; }
.p-calendar-table table:not(:has(thead)) tr:first-child th:last-child,
    .p-calendar-table table:not(:has(thead)) tr:first-child td:last-child {
      border-radius: 0 2px 0 0; }
.p-calendar-table table:not(:has(thead)) tr:last-child th:first-child,
    .p-calendar-table table:not(:has(thead)) tr:last-child td:first-child {
      border-radius: 0 0 0 2px; }
.p-calendar-table table:not(:has(thead)) tr:last-child th:last-child,
    .p-calendar-table table:not(:has(thead)) tr:last-child td:last-child {
      border-radius: 0 0 0 2px; }
.p-calendar-table table:has(thead) thead th:first-child,
    .p-calendar-table table:has(thead) thead td:first-child {
      border-radius: 2px 0 0 0; }
.p-calendar-table table:has(thead) thead th:last-child,
    .p-calendar-table table:has(thead) thead td:last-child {
      border-radius: 0 2px 0 0; }
.p-calendar-table table:has(thead) tbody tr:last-child th:first-child,
    .p-calendar-table table:has(thead) tbody tr:last-child td:first-child {
      border-radius: 0 0 0 2px; }
.p-calendar-table table:has(thead) tbody tr:last-child th:last-child,
    .p-calendar-table table:has(thead) tbody tr:last-child td:last-child {
      border-radius: 0 0 2px 0; }
.p-calendar-table table th, .p-calendar-table table td {
      vertical-align: top;
      text-align: left;
      line-height: 1; }
.p-calendar-table table thead th, .p-calendar-table table thead td {
      background: var(--c-black-brilliant);
      font-weight: 500; }
.p-calendar-table table thead th:last-child, .p-calendar-table table thead td:last-child {
        color: var(--c-red); }
.p-calendar-table table tbody th, .p-calendar-table table tbody td {
      position: relative;
      height: 95px;
      letter-spacing: 0;
      text-indent: 0;
      font-weight: 700; }
.p-calendar-table table tbody th[data-cell="unap"], .p-calendar-table table tbody td[data-cell="unap"] {
        color: rgba(var(--c-black-rgb), 0.25); }
.p-calendar-table table tbody th:has(.p-calendar-cell-holiday), .p-calendar-table table tbody td:has(.p-calendar-cell-holiday) {
        background: var(--c-black-brilliant); }
.p-calendar-cell-stack {
  color: var(--c-black);
  position: relative;
  pointer-events: none;
  opacity: 0; }
.p-calendar-cell-stack[data-cell^="1"][data-cell$="1"], .p-calendar-cell-stack[data-cell^="2"][data-cell$="2"], .p-calendar-cell-stack[data-cell^="3"][data-cell$="3"], .p-calendar-cell-stack[data-cell^="4"][data-cell$="4"], .p-calendar-cell-stack[data-cell^="5"][data-cell$="5"], .p-calendar-cell-stack[data-cell^="6"][data-cell$="6"], .p-calendar-cell-stack[data-cell^="7"][data-cell$="7"] {
    pointer-events: auto;
    opacity: 1; }
.p-calendar-cell-stack__wrap {
    height: 100%;
    position: absolute;
    top: 0; }
.p-calendar-cell-stack__head {
    line-height: 1;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4px;
    padding: 0 0 0 4px;
    background: var(--c-black-light);
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
[data-venue="concert"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-concert); }
[data-venue="playhouse"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-playhouse); }
[data-venue="theater-e"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-theater-e); }
[data-venue="theater-w"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-theater-w); }
[data-venue="gallery-1"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-gallery-1); }
[data-venue="gallery-2"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-gallery-2); }
[data-venue="atorie-e"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-atorie-e); }
[data-venue="atorie-w"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-atorie-w); }
[data-venue="other"] .p-calendar-cell-stack__head {
      background-color: var(--c-venue-other); }
.p-calendar-cell-stack__body {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, calc(100% + 6px));
            transform: translate(-50%, calc(100% + 6px)); }
.p-calendar-cell-stack__body a {
      display: block;
      background: #fff;
      border-radius: 6px;
      border: 2px solid var(--c-black-light);
      font-weight: 500;
      line-height: 1.4;
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
[data-venue="concert"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-concert); }
[data-venue="playhouse"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-playhouse); }
[data-venue="theater-e"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-theater-e); }
[data-venue="theater-w"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-theater-w); }
[data-venue="gallery-1"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-gallery-1); }
[data-venue="gallery-2"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-gallery-2); }
[data-venue="atorie-e"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-atorie-e); }
[data-venue="atorie-w"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-atorie-w); }
[data-venue="other"] .p-calendar-cell-stack__body a {
        border-color: var(--c-venue-other); }
.p-calendar-cell-stack__body a:before, .p-calendar-cell-stack__body a:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: calc(100% - 2px);
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
                clip-path: polygon(50% 0, 100% 100%, 0 100%);
        pointer-events: none; }
.p-calendar-cell-stack__body a:before {
        background-color: var(--c-black-light);
        width: 17px;
        height: 10px; }
[data-venue="concert"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-concert); }
[data-venue="playhouse"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-playhouse); }
[data-venue="theater-e"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-theater-e); }
[data-venue="theater-w"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-theater-w); }
[data-venue="gallery-1"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-gallery-1); }
[data-venue="gallery-2"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-gallery-2); }
[data-venue="atorie-e"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-atorie-e); }
[data-venue="atorie-w"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-atorie-w); }
[data-venue="other"] .p-calendar-cell-stack__body a:before {
          background-color: var(--c-venue-other); }
.p-calendar-cell-stack__body a:after {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 0 1px #fff;
                box-shadow: 0 1px 0 1px #fff;
        width: 12px;
        height: 8px; }
.p-calendar-cell-stack__body dt {
      font-weight: 700;
      margin: 0 0 8px; }
.p-calendar-cell-stack__body dd {
      padding: 0 20px 0 0; }
.p-calendar-cell-stack__body li {
      color: var(--c-black-dim);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 0 6px; }
.p-calendar-cell-stack__body li + li {
        margin-top: 2px; }
.p-calendar-cell-stack__body .c-icon-arrow {
      position: absolute;
      right: 10px;
      bottom: 10px; }
.p-calendar-cell-stack__close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--c-black-brilliant);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -10px;
    top: -10px; }
.p-calendar-cell-stack__close:before, .p-calendar-cell-stack__close:after {
      content: '';
      width: 10px;
      height: 1px;
      background: var(--c-blue);
      position: absolute;
      left: 50%;
      top: 50%; }
.p-calendar-cell-stack__close:before {
      -webkit-transform: translate(-50%, -50%) rotate(40deg);
              transform: translate(-50%, -50%) rotate(40deg); }
.p-calendar-cell-stack__close:after {
      -webkit-transform: translate(-50%, -50%) rotate(140deg);
              transform: translate(-50%, -50%) rotate(140deg); }
.p-calendar-cell-holiday {
  width: 100%;
  color: var(--c-black-dim);
  font-weight: 500;
  text-align: right;
  position: absolute;
  left: 0; }
.p-calendar-cell-day {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -.05em;
  text-indent: -.05em; }
.p-calendar-cell-day[data-day="today"] {
    background: var(--c-black);
    color: #fff; }
.p-calendar-list {
  border-top: 1px solid var(--c-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 20px 0 0; }
.p-calendar-list__head {
    padding: 16px 0; }
.p-calendar-list__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.p-calendar-list-date {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  line-height: 1;
  position: -webkit-sticky;
  position: sticky; }
.p-calendar-list-date strong {
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700; }
.p-calendar-list-date strong[data-date="today"] {
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background: var(--c-black);
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.p-calendar-list-date span[data-date="sun"] {
    color: var(--c-red); }
.p-calendar-list-item {
  display: block;
  position: relative;
  line-height: 1.4; }
.p-calendar-list-item + .p-calendar-list-item {
    border-top: 1px solid var(--c-black-bright); }
.p-calendar-list-item__title {
    font-weight: 700; }
.p-calendar-list-item__meta {
    margin: 8px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px 12px;
    color: var(--c-black-dim); }
.p-calendar-list-item__meta li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 0 6px; }
.p-calendar-list-item__arrow {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
.p-error-404 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.p-error-404__title {
    font-weight: 500;
    line-height: 1.25;
    text-align: center; }
.p-error-404__desc {
    margin: 0 auto; }
.p-error-404__desc p + p {
      margin-top: 1.5em; }
.p-facilities-summary__block {
  position: relative;
  border-top: 2px solid var(--c-black);
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.75;
  border-radius: 0 0 2px 2px; }
.p-facilities-summary__title {
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 12px; }
.p-facilities-summary__title span {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--c-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.p-facilities-summary__more a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-link-line-offset: 2px;
  color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 24px;
  line-height: 1.5;
  position: relative; }
.p-facilities-summary__more a:where([target="_blank"]):after, .p-facilities-summary__more a:where([data-modal="trigger"]):after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: min(1em, 20px);
    height: min(1em, 20px);
    background: var(--c-variable-link, var(--c-blue));
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: right center;
            mask-position: right center;
    margin: -.25em .25em 0; }
.p-facilities-summary__more a:where([target="_blank"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.p-facilities-summary__more a:where([target="_blank"])[href*=".zip"]:after, .p-facilities-summary__more a:where([target="_blank"])[href*=".pdf"]:after, .p-facilities-summary__more a:where([target="_blank"])[href*=".xls"]:after, .p-facilities-summary__more a:where([target="_blank"])[href*=".xlsx"]:after, .p-facilities-summary__more a:where([target="_blank"])[href*=".doc"]:after, .p-facilities-summary__more a:where([target="_blank"])[href*=".docx"]:after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.p-facilities-summary__more a:where([data-modal="trigger"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.p-facilities-summary__more a .c-icon-arrow {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .25em; }
.p-facilities-titles {
  background: url() no-repeat center center/cover transparent;
  position: relative; }
.p-facilities-titles:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none; }
.p-facilities-titles__inner {
    position: relative;
    height: 100%; }
.p-facilities-titles__inner:before {
      content: '';
      width: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
      mix-blend-mode: multiply;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      pointer-events: none; }
.p-facilities-titles__inner:after {
      content: '';
      background: var(--c-beige);
      position: absolute;
      left: 0;
      top: 0;
      -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
              clip-path: polygon(0 0, 0% 100%, 100% 0);
      pointer-events: none; }
.p-facilities-titles__fig {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 100%; }
.p-facilities-titles__fig img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
.p-facilities-titles__body {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: #fff; }
.p-facilities-titles__title {
    font-weight: 700;
    line-height: 1.5; }
.p-facilities-shop {
  line-height: 1.5; }
.p-facilities-shop__logo {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--c-black-brilliant);
    position: relative; }
.p-facilities-shop__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
.p-facilities-shop__data {
    margin: 18px 0 0; }
:where(.p-facilities-shop__data) li {
      font-weight: 700; }
:where(.p-facilities-shop__data) li + li {
        margin-top: 6px; }
:where(.p-facilities-shop__data) strong {
      margin-right: 6px; }
:where(.p-facilities-shop__data) em {
      display: block;
      color: var(--c-red); }
:where(.p-facilities-shop__data) a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-black)); }
:where(.p-facilities-shop__data) a:where([target="_blank"]):after, :where(.p-facilities-shop__data) a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-black);
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
:where(.p-facilities-shop__data) a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
:where(.p-facilities-shop__data) a:where([target="_blank"])[href*=".zip"]:after, :where(.p-facilities-shop__data) a:where([target="_blank"])[href*=".pdf"]:after, :where(.p-facilities-shop__data) a:where([target="_blank"])[href*=".xls"]:after, :where(.p-facilities-shop__data) a:where([target="_blank"])[href*=".xlsx"]:after, :where(.p-facilities-shop__data) a:where([target="_blank"])[href*=".doc"]:after, :where(.p-facilities-shop__data) a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
:where(.p-facilities-shop__data) a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.p-facilities-shop__hp {
    margin: 6px 0 0; }
.p-facilities-shop__hp li + li {
      margin-top: 3px; }
.p-facilities-shop__hp a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
      display: block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      padding-left: 24px;
      line-height: 1.5;
      position: relative; }
.p-facilities-shop__hp a:where([target="_blank"]):after, .p-facilities-shop__hp a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.p-facilities-shop__hp a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.p-facilities-shop__hp a:where([target="_blank"])[href*=".zip"]:after, .p-facilities-shop__hp a:where([target="_blank"])[href*=".pdf"]:after, .p-facilities-shop__hp a:where([target="_blank"])[href*=".xls"]:after, .p-facilities-shop__hp a:where([target="_blank"])[href*=".xlsx"]:after, .p-facilities-shop__hp a:where([target="_blank"])[href*=".doc"]:after, .p-facilities-shop__hp a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.p-facilities-shop__hp a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.p-facilities-shop__hp a .c-icon-arrow {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: .25em; }
.p-facilities-shop__coupon {
    border: 1px solid var(--c-black-light);
    border-radius: 2px;
    font-size: 1.5rem;
    padding: 18px 14px;
    margin: 22px 0 0; }
.p-facilities-shop__coupon + .p-facilities-shop__coupon {
      margin-top: 8px; }
.p-facilities-shop__coupon dt {
      font-weight: 700; }
.p-facilities-shop__news {
    margin: 12px 0 0; }
.p-facilities-map-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 12px; }
.p-facilities-map-info + .p-facilities-map-info {
    margin-top: 12px; }
.p-facilities-map-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 700;
    line-height: 1.4;
    padding: .25em 0 0; }
.p-facilities-map-info li[data-sign*="noborder"] span:not([class]) {
      -webkit-box-shadow: none;
              box-shadow: none; }
.p-facilities-map-info li[data-sign*="noradius"] span:not([class]) {
      border-radius: 0; }
.p-facilities-map-info li[data-sign*="string"] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 .125em;
      padding-top: 0; }
.p-facilities-map-info li[data-sign*="string"] span:not([class]) {
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0; }
.p-facilities-map-info span:not([class]) {
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 var(--c-black) inset, -1px -1px 0 var(--c-black) inset;
            box-shadow: 1px 1px 0 var(--c-black) inset, -1px -1px 0 var(--c-black) inset;
    border-radius: 2px;
    margin: -.25em 0 0; }
.p-facilities-map {
  border-bottom: 1px solid var(--c-blue-dull); }
.p-facilities-map__head {
    position: relative; }
.p-facilities-map__head:before, .p-facilities-map__head:after {
      content: '';
      width: 100%;
      height: 1px;
      background: var(--c-blue-dull);
      position: absolute;
      left: 0;
      z-index: 1; }
.p-facilities-map__head:before {
      top: 0; }
.p-facilities-map__head:after {
      top: 1px;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right center;
              transform-origin: right center; }
.p-facilities-map__head[data-collapse-state="open"] {
      background-color: var(--c-sign-bright); }
.p-facilities-map__head[data-collapse-state="open"]:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left center;
                transform-origin: left center; }
.p-facilities-map__headBody {
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
[data-disable] .p-facilities-map__headBody {
      background-color: var(--c-black-brilliant); }
button.p-facilities-map__headBody {
      position: relative; }
button.p-facilities-map__headBody:before, button.p-facilities-map__headBody:after {
        content: '';
        height: 3px;
        background: var(--c-blue);
        position: absolute; }
button.p-facilities-map__headBody:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
.p-facilities-map__head[data-collapse-state="open"] .p-facilities-map__headBody:after {
    display: none; }
.p-facilities-map__headFloor {
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    line-height: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 2em;
    margin: -.125em 0 0; }
.p-facilities-map__headName {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.p-facilities-map__headSign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-facilities-map__headSign li {
      background: #fff;
      -webkit-box-shadow: 1px 1px 0 var(--c-black) inset, -1px -1px 0 var(--c-black) inset;
              box-shadow: 1px 1px 0 var(--c-black) inset, -1px -1px 0 var(--c-black) inset;
      border-radius: 2px;
      overflow: hidden; }
.p-facilities-map__headSign li[data-sign*="noborder"] {
        -webkit-box-shadow: none;
                box-shadow: none; }
.p-facilities-map__headSign li[data-sign*="noradius"] {
        border-radius: 0; }
.p-facilities-map__body {
    background-color: var(--c-sign-bright); }
.p-facilities-map__links {
    line-height: 1.4;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
.p-facilities-map__links li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 0 10px; }
.p-facilities-map__links span {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      height: 20px;
      border-radius: 2px;
      background: var(--c-blue);
      color: #fff;
      letter-spacing: 0;
      text-indent: 0;
      font-weight: 700;
      font-size: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      white-space: nowrap;
      margin: .125em 0 0; }
.p-facilities-map__links a[href] {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
.p-facilities-map__links a[href]:where([target="_blank"]):after, .p-facilities-map__links a[href]:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.p-facilities-map__links a[href]:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.p-facilities-map__links a[href]:where([target="_blank"])[href*=".zip"]:after, .p-facilities-map__links a[href]:where([target="_blank"])[href*=".pdf"]:after, .p-facilities-map__links a[href]:where([target="_blank"])[href*=".xls"]:after, .p-facilities-map__links a[href]:where([target="_blank"])[href*=".xlsx"]:after, .p-facilities-map__links a[href]:where([target="_blank"])[href*=".doc"]:after, .p-facilities-map__links a[href]:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.p-facilities-map__links a[href]:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
/**
 * Kv
 */
.p-home-kv {
  container-type: inline-size;
  container-name: kv;
  position: relative;
  height: calc(100svh - var(--height-header));
  padding: 0 8px 8px;
  opacity: 0; }
[data-status="loading"] .p-home-kv,
  [data-status="finished"] .p-home-kv {
    opacity: 1; }
[data-status="complete"] .p-home-kv {
    -webkit-transition: opacity 1s ease .25s;
    transition: opacity 1s ease .25s;
    opacity: 1; }
.p-home-kv .swiper {
    position: relative; }
.p-home-kv .swiper:before, .p-home-kv .swiper:after {
      content: '';
      background: var(--c-beige);
      position: absolute;
      z-index: 2;
      pointer-events: none; }
.p-home-kv .swiper:before {
      left: 0;
      top: 0;
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
              clip-path: polygon(0 0, 0 100%, 100% 0); }
.p-home-kv .swiper:after {
      right: 0;
      bottom: 0;
      -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
              clip-path: polygon(100% 0, 0 100%, 100% 100%); }
.p-home-kv .swiper-slide {
    height: 100%; }
.p-home-kv .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
.p-home-kv__controller {
    position: absolute;
    z-index: 1; }
.p-home-kv__btns {
    position: absolute;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px; }
[data-lang="zh-cn"] .p-home-kv__btns,
    [data-lang="zh-tw"] .p-home-kv__btns,
    [data-lang="korean"] .p-home-kv__btns {
      display: block; }
.p-home-kv__btns li {
      overflow: hidden;
      position: relative;
      background: var(--c-blue-dark);
      border-radius: 2px;
      opacity: 0; }
[data-status="finished"] .p-home-kv__btns li {
        -webkit-transition: opacity .5s ease 1.75s;
        transition: opacity .5s ease 1.75s;
        opacity: 1; }
[data-status="complete"] .p-home-kv__btns li {
        -webkit-transition: opacity .5s ease .75s;
        transition: opacity .5s ease .75s;
        opacity: 1; }
.p-home-kv__btns a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      color: #fff;
      line-height: 1.25; }
.p-home-kv__btns [data-kv-btn="calendar"] {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 1 / 1 / 3 / 2; }
.p-home-kv__btns [data-kv-btn="calendar"]:before {
        height: 100%; }
.p-home-kv__btns [data-kv-btn="calendar"] a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 20px 0; }
.p-home-kv__btns [data-kv-btn="access"] {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-area: 1 / 2 / 2 / 3; }
[data-status="finished"] .p-home-kv__btns [data-kv-btn="access"] {
        -webkit-transition-delay: 2s;
                transition-delay: 2s; }
[data-status="complete"] .p-home-kv__btns [data-kv-btn="access"] {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
.p-home-kv__btns [data-kv-btn="access"]:before {
        width: 100%; }
.p-home-kv__btns [data-kv-btn="access"] a {
        font-size: 1.4rem; }
.p-home-kv__btns [data-kv-btn="held"] {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-area: 2 / 2 / 3 / 3; }
[data-status="finished"] .p-home-kv__btns [data-kv-btn="held"] {
        -webkit-transition-delay: 2.25s;
                transition-delay: 2.25s; }
[data-status="complete"] .p-home-kv__btns [data-kv-btn="held"] {
        -webkit-transition-delay: 1.25s;
                transition-delay: 1.25s; }
.p-home-kv__btns [data-kv-btn="held"]:before {
        width: 100%; }
.p-home-kv__btns [data-kv-btn="held"] a {
        font-size: 1.4rem; }
.p-home-kv__btnLt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
/**
 * Held
 */
.p-home-kv-held {
  font-weight: 700;
  line-height: 1;
  color: var(--c-icon-map);
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-home-kv-held__month {
    display: block;
    margin: 0 auto 0 0; }
.p-home-kv-held__slash {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    width: 1.5em;
    height: 1.5px;
    background: var(--c-icon-map);
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    margin: 0 auto 0 0; }
.p-home-kv-held__day {
    display: block;
    margin: 0 0 0 .25em;
    text-align: right; }
/**
 * Pickup
 */
.p-home-kv-pickup {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.p-home-kv-pickup__heading {
    font-size: 1.2rem;
    font-weight: 700;
    text-indent: .5em;
    margin: 0 0 4px; }
.p-home-kv-pickup__box {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px 30px; }
.p-home-kv-pickup__meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px; }
.p-home-kv-pickup__meta time {
      font-size: 1.2rem; }
.p-home-kv-pickup__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1.5rem;
    line-height: 1.5; }
.p-home-kv-pickup__icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
/**
 * Events
 */
.p-home-events__inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.p-home-events__noitem {
  text-align: center;
  font-size: 2.4rem; }
/**
 * Event
 */
.p-home-event {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0; }
.p-home-event__viewer {
    position: relative; }
.p-home-event__prev, .p-home-event__next {
    position: absolute;
    top: 270px; }
.p-home-event__prev button, .p-home-event__next button {
      display: block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      color: transparent;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 30px;
      height: 30px;
      border-top: 2px solid var(--c-black);
      border-right: 2px solid var(--c-black);
      -webkit-transform: rotate(45deg) translate(-15%, 15%);
              transform: rotate(45deg) translate(-15%, 15%); }
.p-home-event__prev {
    -webkit-transform: scale(-1, 1) translate(0px, 0);
            transform: scale(-1, 1) translate(0px, 0);
    left: 8%; }
.p-home-event__next {
    right: 8%; }
.p-home-event__thumb {
    aspect-ratio: 1 / 1.414; }
.p-home-event__thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center center;
         object-position: center center; }
.p-home-event__title, .p-home-event__date {
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
    opacity: 0; }
.swiper-slide-active .p-home-event__title, .swiper-slide-active .p-home-event__date {
      -webkit-transition: opacity .5s ease 1s;
      transition: opacity .5s ease 1s;
      opacity: 1; }
.p-home-event__title {
    font-weight: 700;
    line-height: 1.5; }
.p-home-event__date {
    display: block;
    margin: 1em 0 0; }
.p-home-event__date span {
      font-weight: 500; }
.p-home-event[data-slider-event="none"] {
    max-width: 77vw;
    margin: 0 auto; }
.p-home-event[data-slider-event="none"] .p-home-event__prev,
    .p-home-event[data-slider-event="none"] .p-home-event__next,
    .p-home-event[data-slider-event="none"] .c-swiper-controller {
      display: none; }
.p-home-event[data-slider-event="none"] .p-home-event__title,
    .p-home-event[data-slider-event="none"] .p-home-event__date {
      opacity: 1; }
/**
 * Held
 */
.p-home-held__date {
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 2px solid var(--c-black); }
.p-home-held__date time {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 0 .25em; }
.p-home-held__lists {
  position: relative;
  margin: 20px 0 0; }
.p-home-held__lists:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI5MUZBMDdCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI5MUZBMDhCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjkxRkEwNUI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjkxRkEwNkI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrZPFL0AAAAlSURBVHjaYmRgYJACYob///8/A9FMDGiAESgDYTAySmFVARBgAEmHBx7jOEbJAAAAAElFTkSuQmCC);
    background-size: 4px 4px;
    background-repeat: repeat;
    background-position: left top;
    background-color: var(--c-beige);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
.p-home-held__collapse {
  margin: 5px 0 0; }
.p-home-held__collapse:has([style*="visible"]):after {
    opacity: 0;
    pointer-events: none; }
.p-home-held__more {
  font-weight: 700;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .625em;
  position: relative; }
.p-home-held__more:before, .p-home-held__more:after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1em;
            flex: 0 0 1em;
    width: 1em;
    height: 1.5px;
    background: var(--c-blue); }
.p-home-held__more:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.p-home-held__more[data-collapse-state="open"]:before {
    display: none; }
.p-home-held__noitem {
  text-align: center; }
.p-home-held__noitem dt {
    margin: 0 0 1em;
    font-size: 2.4rem; }
/**
 * Info
 */
.p-home-info {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
/**
 * Journal
 */
.p-home-journal-title {
  margin: 154px auto 36px; }
.p-home-journal {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
/**
 * About
 */
.p-home-about {
  overflow: hidden;
  position: relative; }
.p-home-about:before, .p-home-about:after {
    content: '';
    background: var(--c-beige);
    position: absolute;
    z-index: 2;
    pointer-events: none; }
.p-home-about:before {
    left: -1px;
    top: -1px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0); }
.p-home-about:after {
    right: -1px;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.p-home-about__content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    color: #fff;
    position: relative;
    z-index: 3; }
.p-home-about__title {
    line-height: 1.5; }
.p-home-about__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
.p-home-about__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
.p-home-about__bg:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.54);
      left: 0;
      top: 0; }
/**
 * Topics
 */
.p-home-topics {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
/**
 * Language
 */
.p-home-lang-msg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.p-home-lang-msg__title {
    font-weight: 700;
    line-height: 1.5;
    border-top: 3px solid var(--c-black); }
.p-home-lang-msg p + p {
    margin-top: 1em; }
.p-home-lang-event {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center; }
.p-home-lang-event p {
    margin: 36px 0 0; }
/**
 * Banner
 */
.p-home-banner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 30px; }
.p-journal-label {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-journal-label button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    -webkit-transition: background-color .25s ease 0s, border-color .25s ease 0s, color .25s ease 0s;
    transition: background-color .25s ease 0s, border-color .25s ease 0s, color .25s ease 0s; }
.p-journal-label button[data-label="selected"] {
      background-color: var(--c-blue-brilliant);
      border-color: var(--c-blue-light); }
.p-journal-reset {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1;
  padding: .625em 1.25em;
  border-radius: 1.125em;
  background: var(--c-black-bright); }
.p-maintenance {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.p-maintenance__content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
.p-maintenance__content p + p {
      margin-top: 1em; }
.p-maintenance__content a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
.p-maintenance__content a:where([target="_blank"]):after, .p-maintenance__content a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.p-maintenance__content a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.p-maintenance__content a:where([target="_blank"])[href*=".zip"]:after, .p-maintenance__content a:where([target="_blank"])[href*=".pdf"]:after, .p-maintenance__content a:where([target="_blank"])[href*=".xls"]:after, .p-maintenance__content a:where([target="_blank"])[href*=".xlsx"]:after, .p-maintenance__content a:where([target="_blank"])[href*=".doc"]:after, .p-maintenance__content a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.p-maintenance__content a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.p-maintenance__title {
    margin: 0 auto; }
.p-maintenance__heading {
    font-weight: 700;
    line-height: 1.25; }
.p-performance-header {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.p-performance-header__hr {
    border-top: 3px solid var(--c-black); }
.p-performance-header__switcher {
    border: 1px solid var(--c-blue-dull);
    background: #fff;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
.p-performance-header__switcher a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      height: 100%;
      font-weight: 700;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 0 8px; }
.p-performance-item {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr; }
.p-performance-item__title {
    font-weight: 700; }
.p-performance-item__data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: .75em;
    grid-row-gap: .375em;
    line-height: 1.4;
    margin: 16px 0 0; }
.p-performance-item__data dt {
      font-weight: 700; }
.p-performance-titles {
  background: var(--c-black);
  color: #fff;
  line-height: 1.5; }
.p-performance-titles a {
    color: #fff; }
.p-performance-titles__unit {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
.p-performance-titles__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 8px;
    margin: 18px 0 0; }
.p-performance-titles__download a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, #fff); }
.p-performance-titles__download a:where([target="_blank"]):after, .p-performance-titles__download a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: #fff;
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.p-performance-titles__download a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.p-performance-titles__download a:where([target="_blank"])[href*=".zip"]:after, .p-performance-titles__download a:where([target="_blank"])[href*=".pdf"]:after, .p-performance-titles__download a:where([target="_blank"])[href*=".xls"]:after, .p-performance-titles__download a:where([target="_blank"])[href*=".xlsx"]:after, .p-performance-titles__download a:where([target="_blank"])[href*=".doc"]:after, .p-performance-titles__download a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.p-performance-titles__download a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.p-performance-titles__support, .p-performance-titles__shoulder {
    margin: 0 0 12px; }
.p-performance-titles__title {
    font-weight: 700; }
.p-performance-titles__subtitle {
    font-weight: 700; }
.p-performance-titles__data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 8px; }
.p-performance-titles__data dt {
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start;
      font-size: 1.4rem;
      line-height: 1;
      letter-spacing: .5em;
      text-indent: .5em;
      text-align: center;
      padding: .375em .5em;
      border-radius: .875em;
      color: var(--c-black);
      background: var(--c-beige); }
[data-lang="en"] .p-performance-titles__data dt {
        letter-spacing: 0;
        text-indent: 0;
        padding: .375em .75em; }
.p-performance-titles__ticket {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    text-align: center;
    padding: 24px 18px; }
.p-performance-titles__ticket dt {
      font-size: 1.4rem;
      margin: 0 0 18px; }
.p-performance-titles__links {
    margin: 32px 0 0; }
.p-performance-titles__links li {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
.p-performance-titles__links li + li {
        margin-top: 1em; }
.p-performance-titles__links a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, #fff);
      display: block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      padding-left: 24px;
      line-height: 1.5;
      position: relative; }
.p-performance-titles__links a:where([target="_blank"]):after, .p-performance-titles__links a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: #fff;
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.p-performance-titles__links a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.p-performance-titles__links a:where([target="_blank"])[href*=".zip"]:after, .p-performance-titles__links a:where([target="_blank"])[href*=".pdf"]:after, .p-performance-titles__links a:where([target="_blank"])[href*=".xls"]:after, .p-performance-titles__links a:where([target="_blank"])[href*=".xlsx"]:after, .p-performance-titles__links a:where([target="_blank"])[href*=".doc"]:after, .p-performance-titles__links a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.p-performance-titles__links a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.p-performance-titles__links a .c-icon-arrow {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: .25em; }
.p-performance-titles[data-performance="support"] {
    border-top: 1px solid rgba(var(--c-black-rgb), 0.75);
    background: var(--c-beige);
    color: var(--c-black); }
.p-performance-titles[data-performance="support"] a {
      color: var(--c-black); }
.p-performance-titles[data-performance="support"] .p-performance-titles__shoulder {
      font-weight: 700; }
.p-search-result {
  border-top: 2px solid var(--c-black);
  padding: 14px 0 0;
  line-height: 1.5; }
.p-search-list {
  position: relative;
  display: block;
  line-height: 1.5;
  color: var(--c-black-dim); }
.p-search-list + .p-search-list {
    border-top: 1px solid var(--c-black-brilliant); }
.p-search-list:first-of-type {
    margin-top: 8px; }
.p-search-list:last-of-type {
    border-bottom: 1px solid var(--c-black-brilliant); }
.p-search-list__title {
    font-weight: 700;
    color: var(--c-blue); }
.p-search-list__title:first-child {
      margin-top: 0; }
.p-search-list .c-icon-arrow {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
.p-suitengu-kv {
  position: relative;
  margin: 0 8px; }
.p-suitengu-kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
.p-suitengu-kv:before, .p-suitengu-kv:after {
    content: '';
    background: var(--c-beige);
    position: absolute;
    z-index: 1;
    pointer-events: none; }
.p-suitengu-kv:before {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    left: 0;
    top: 0; }
.p-suitengu-kv:after {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 0;
    bottom: 0; }
.p-suitengu-content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.p-suitengu-topics {
  border-top: 2px solid var(--c-blue-dark);
  background: #fff;
  padding: 24px; }
.p-suitengu-topics__title {
    font-weight: 700;
    line-height: 1.5; }
.p-suitengu-topics__body {
    margin: 12px 0 0;
    font-size: 1.5rem;
    line-height: 1.75; }
.p-suitengu-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px 8px;
  margin: 0 0 30px; }
.p-suitengu-sign li {
    background: #fff;
    border: 1px solid var(--c-black);
    border-radius: 2px;
    overflow: hidden; }
.p-suitengu-sign li[data-sign*="noborder"] {
      border: none; }
.p-suitengu-sign li[data-sign*="noradius"] {
      border-radius: 0; }
.p-suitengu-floor-sign {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-suitengu-floor-sign + .p-suitengu-floor-sign {
    margin-top: 10px; }
.p-suitengu-floor-sign li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 8px;
    font-weight: 700;
    line-height: 1.4; }
.p-suitengu-floor-sign li[data-sign*="noborder"] span:not([class]) {
      -webkit-box-shadow: none;
              box-shadow: none; }
.p-suitengu-floor-sign li[data-sign*="noradius"] span:not([class]) {
      border-radius: 0; }
.p-suitengu-floor-sign li[data-sign*="string"] {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 .125em;
      padding-top: 0; }
.p-suitengu-floor-sign li[data-sign*="string"] span:not([class]) {
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0; }
.p-suitengu-floor-sign span:not([class]) {
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 var(--c-black) inset, -1px -1px 0 var(--c-black) inset;
            box-shadow: 1px 1px 0 var(--c-black) inset, -1px -1px 0 var(--c-black) inset;
    border-radius: 2px; }
.p-heading-suitengu-availability {
  line-height: 1.5;
  font-weight: 500; }
.p-heading-suitengu-availability:first-of-type {
    margin-top: 0; }
.p-heading-suitengu-availability strong {
    display: block;
    font-size: 3.2rem;
    margin: 0 0 8px; }
.p-today-cat {
  border-top: 3px solid var(--c-black); }
.p-today-cat__title {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 10px; }
.p-today-noheld {
  text-align: center; }
.p-today-noheld__title {
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 32px; }
.c-bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--c-variable-bg, var(--c-beige));
  position: relative;
  z-index: 2001; }
.c-bread__pagetop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 44px;
    padding: 0 8px; }
.c-bread__pagetop a {
      display: block;
      background: var(--c-variable-border, var(--c-blue-dark));
      width: 76px;
      -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
              clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
      margin: 0 0 0 auto;
      position: fixed;
      right: 8px;
      bottom: 8px;
      opacity: 0;
      pointer-events: none; }
[data-pagetop-fixed="off"] .c-bread__pagetop a {
        position: absolute; }
[data-header-shadow="on"] .c-bread__pagetop a {
        opacity: 1;
        pointer-events: auto; }
.c-bread__pagetop img {
      opacity: .5; }
.c-bread__body {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 1; }
.c-bread__body a {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin: 0 30px 0 0;
      color: var(--c-variable-text, inherit); }
.c-bread__body a[href] {
        color: var(--c-blue);
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
        text-decoration-thickness: 1px;
        text-link-line-offset: 2px;
        color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
.c-bread__body a[href]:where([target="_blank"]):after, .c-bread__body a[href]:where([data-modal="trigger"]):after {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: min(1em, 20px);
          height: min(1em, 20px);
          background: var(--c-variable-link, var(--c-blue));
          -webkit-mask-repeat: repeat-x;
                  mask-repeat: repeat-x;
          -webkit-mask-size: contain;
                  mask-size: contain;
          -webkit-mask-position: right center;
                  mask-position: right center;
          margin: -.25em .25em 0; }
.c-bread__body a[href]:where([target="_blank"]):after {
          -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-bread__body a[href]:where([target="_blank"])[href*=".zip"]:after, .c-bread__body a[href]:where([target="_blank"])[href*=".pdf"]:after, .c-bread__body a[href]:where([target="_blank"])[href*=".xls"]:after, .c-bread__body a[href]:where([target="_blank"])[href*=".xlsx"]:after, .c-bread__body a[href]:where([target="_blank"])[href*=".doc"]:after, .c-bread__body a[href]:where([target="_blank"])[href*=".docx"]:after {
          -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-bread__body a[href]:where([data-modal="trigger"]):after {
          -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-bread__body a[href]:after {
          content: '';
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 6px;
          height: 6px;
          border-top: 1px solid var(--c-variable-text, var(--c-black));
          border-right: 1px solid var(--c-variable-text, var(--c-black));
          -webkit-transform: rotate(45deg) translate(-15%, 15%);
                  transform: rotate(45deg) translate(-15%, 15%);
          position: absolute;
          right: -18px;
          bottom: 25%; }
.c-bread__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto; }
.c-bread__inner::-webkit-scrollbar {
      display: none; }
.c-bread-target {
  visibility: hidden;
  pointer-events: none; }
/**
 * For focus
 * Nav toggle animation
 */
.c-bread {
  visibility: visible; }
[data-nav="open"] .c-bread {
    -webkit-transition: visibility 0s linear 1.125s;
    transition: visibility 0s linear 1.125s;
    visibility: hidden; }
.c-btn {
  max-width: 300px;
  width: 100%;
  min-height: 44px;
  border-radius: 22px;
  border: 1px solid var(--c-variable-link, var(--c-blue-dull));
  background: var(--c-variable-bg, #fff);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
  padding: 4px 12px; }
.c-btn + .c-btn {
    margin-top: 20px; }
.c-btn:first-child {
    margin-top: 0; }
.c-btn:before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    aspect-ratio: 1 / 1;
    visibility: hidden;
    margin-right: auto; }
.c-btn .c-icon-arrow {
    margin-left: auto; }
.c-btn[data-btn-size="xl"] {
    max-width: 360px; }
.c-btn[data-btn-size="lg"] {
    max-width: 330px; }
.c-btn[data-btn-size="sm"] {
    max-width: 240px;
    font-size: 1.4rem; }
.c-btn[data-btn-color="beige"] {
    background-color: var(--c-beige); }
.c-btn[data-btn-color="blue"] {
    border-color: var(--c-variable-link, var(--c-blue));
    background-color: var(--c-variable-link, var(--c-blue));
    color: #fff; }
.c-btn[data-btn-color="transparent"] {
    background: transparent;
    border-color: #fff;
    color: #fff; }
.c-btn[data-btn-icon]:before {
    display: none; }
.c-btn[data-btn-icon] .c-icon {
    margin-right: auto; }
.c-btns-perf .c-btn {
    font-size: 1.4rem;
    max-width: initial;
    min-width: 165px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 6px);
            flex: 0 0 calc(50% - 6px); }
.c-btns-perf .c-btn:before {
      display: none; }
.c-btns-perf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px 12px; }
.c-btn-circle {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  text-align: center; }
.c-btn-circle span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--c-black); }
.c-btn-circle[data-btn-size="sm"] {
    font-size: 1.3rem; }
.c-btn-circle[data-btn-size="sm"] span {
      width: 60px; }
.l-footer-btns [data-btn="donate"] a, .l-nav__banner [data-btn="donate"] a {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  background-color: var(--c-donate-light);
  border-color: var(--c-donate-light);
  color: var(--c-black); }
.l-footer-btns [data-btn="donate"] a .c-icon, .l-nav__banner [data-btn="donate"] a .c-icon {
    color: var(--c-donate); }
.c-collapse {
  overflow: hidden;
  height: 0;
  visibility: hidden; }
.c-collapse-trigger a {
  font-weight: 700;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 .625em;
  position: relative;
  text-transform: uppercase; }
.c-collapse-trigger a:before, .c-collapse-trigger a:after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1em;
            flex: 0 0 1em;
    width: 1em;
    height: 1.5px;
    background: var(--c-blue); }
.c-collapse-trigger a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.c-collapse-trigger a[data-collapse-state="open"]:before {
    display: none; }
.c-content-white {
  background: var(--c-variable-bg, #fff); }
.c-content-row {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-content-row[data-content-width="1000"] {
    max-width: 1000px; }
.c-content-article {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.c-content-article__headerMeta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 26px; }
.c-content-article__headerMeta time {
      font-size: 1.2rem; }
.c-content-article__headerShoulder {
    font-weight: 700;
    margin: 0 0 12px; }
.c-content-article__headerTitle {
    font-weight: 700;
    line-height: 1.5; }
.c-content-article__headerSubtitle {
    font-weight: 700; }
.c-content-article[data-content-width="1000"] {
    max-width: 1000px; }
[data-extend-table="rent-facility-ph"] th {
  min-width: initial; }
[data-extend-table="rent-facility-ph"] td {
  width: auto; }
[data-extend-table="rent-facility-west"] th {
  min-width: initial; }
[data-extend-table="rent-facility-west"] td {
  width: auto; }
[data-extend-table="rent-facility-ex"] th {
  min-width: initial; }
[data-extend-table="rent-facility-ex"] td {
  width: auto; }
[data-extend-table="rent-facility-rr"] thead th:nth-child(1) {
  width: 180px;
  min-width: 180px; }
[data-extend-table="rent-facility-rr"] thead th:nth-child(4) {
  width: 200px;
  min-width: 200px; }
[data-extend-table="rent-facility-rr"] thead th:nth-child(5) {
  width: 180px;
  min-width: 180px; }
[data-extend-table="rent-facility-mr"] thead th:nth-child(1) {
  width: 180px;
  min-width: 180px; }
[data-extend-table="rent-facility-mr"] thead th:nth-child(4) {
  width: 200px;
  min-width: 200px; }
[data-extend-table="rent-facility-mr"] thead th:nth-child(5) {
  width: 180px;
  min-width: 180px; }
[data-extend-table="about-facility"] th {
  min-width: initial;
  width: 4em; }
[data-extend-table="about-facility"] td {
  width: auto; }
[data-extend-table="award"] th {
  min-width: initial; }
[data-extend-table="award"] td {
  width: auto; }
[data-extend-table="ticket-buy"] thead th:nth-child(1) {
  width: 90px;
  min-width: 90px; }
[data-extend-table="ticket-buy"] thead th:nth-child(2) {
  width: 220px;
  min-width: 220px; }
[data-extend-table="ticket-buy"] thead th:nth-child(3) {
  width: 180px;
  min-width: 180px; }
[data-extend-table="sui-cancel"] th {
  min-width: initial;
  width: 11em; }
[data-extend-table="sui-cancel"] td {
  width: auto; }
[data-extend-table="webaccessibility-spec"] th {
  min-width: initial; }
[data-extend-table="webaccessibility-spec"] td {
  width: auto; }
[data-extend-table="webaccessibility-check"] thead th:nth-child(2), [data-extend-table="webaccessibility-check"] thead th:nth-child(6) {
  width: 220px;
  min-width: 220px; }
[data-extend-table="barrierfree-elevator"] th {
  min-width: initial; }
[data-extend-table="barrierfree-elevator"] td {
  width: auto; }
[data-extend-table="facilities-close"] td[rowspan] {
  vertical-align: middle; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
/**
 * Default setting
 */
[class^="c-form"] {
  /**
   * Init
   */
  /**
   * Text
   */
  /**
   * Calendar
   */
  /**
   * Radio
   * Checkbox
   */
  /**
   * Select
   */
  /*
  fieldset
    label
      select
        option
          | 年/月/日
      +icon('calendar-pict')
    | 〜
    label
      select
        option
          | 年/月/日
      +icon('calendar-pict')
  fieldset:has(select) {
    @include appearance;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 0 10px;
    label {
      border: 1px solid var(--c-blue-dull);
      border-radius: 2px;
      flex: 0 0 108px;
      height: 48px;
      position: relative;
      @media (--large) {
        cursor: pointer;
        &:hover {
          border-color: var(--c-blue-light);
        }
      }
    }
    select {
      @include appearance;
      width: 100%;
      height: 100%;
      padding: .25em .75em;
      font-size: 1.3rem;
      color: var(--c-black-dim);
      @media (--large) {
        cursor: pointer;
        @include focus;
      }
    }
    .c-icon {
      color: var(--c-blue);
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translate(0, -50%);
    }
  }
  */
  /**
   * Reset
   * Submit
   */ }
[class^="c-form"] input,
  [class^="c-form"] textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    background: none; }
[class^="c-form"] input[type="text"],
  [class^="c-form"] input[type="password"],
  [class^="c-form"] input[type="tel"],
  [class^="c-form"] input[type="url"],
  [class^="c-form"] input[type="email"],
  [class^="c-form"] input[type="search"],
  [class^="c-form"] input[type="date"] {
    background: #fff;
    border: 1px solid var(--c-blue-dull);
    border-radius: 2px;
    width: 100%;
    height: 48px;
    padding: .25em .75em; }
[class^="c-form"] input[type="text"]::-webkit-input-placeholder, [class^="c-form"] input[type="password"]::-webkit-input-placeholder, [class^="c-form"] input[type="tel"]::-webkit-input-placeholder, [class^="c-form"] input[type="url"]::-webkit-input-placeholder, [class^="c-form"] input[type="email"]::-webkit-input-placeholder, [class^="c-form"] input[type="search"]::-webkit-input-placeholder, [class^="c-form"] input[type="date"]::-webkit-input-placeholder {
      font-size: 1.4rem;
      color: var(--c-black-dim); }
[class^="c-form"] input[type="text"]::-moz-placeholder, [class^="c-form"] input[type="password"]::-moz-placeholder, [class^="c-form"] input[type="tel"]::-moz-placeholder, [class^="c-form"] input[type="url"]::-moz-placeholder, [class^="c-form"] input[type="email"]::-moz-placeholder, [class^="c-form"] input[type="search"]::-moz-placeholder, [class^="c-form"] input[type="date"]::-moz-placeholder {
      font-size: 1.4rem;
      color: var(--c-black-dim); }
[class^="c-form"] input[type="text"]::-ms-input-placeholder, [class^="c-form"] input[type="password"]::-ms-input-placeholder, [class^="c-form"] input[type="tel"]::-ms-input-placeholder, [class^="c-form"] input[type="url"]::-ms-input-placeholder, [class^="c-form"] input[type="email"]::-ms-input-placeholder, [class^="c-form"] input[type="search"]::-ms-input-placeholder, [class^="c-form"] input[type="date"]::-ms-input-placeholder {
      font-size: 1.4rem;
      color: var(--c-black-dim); }
[class^="c-form"] input[type="text"]::placeholder,
    [class^="c-form"] input[type="password"]::placeholder,
    [class^="c-form"] input[type="tel"]::placeholder,
    [class^="c-form"] input[type="url"]::placeholder,
    [class^="c-form"] input[type="email"]::placeholder,
    [class^="c-form"] input[type="search"]::placeholder,
    [class^="c-form"] input[type="date"]::placeholder {
      font-size: 1.4rem;
      color: var(--c-black-dim); }
[class^="c-form"] fieldset:has(input[type="date"]) {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    gap: 0 5px; }
[class^="c-form"] fieldset:has(input[type="date"]) legend {
      display: block;
      width: 100%;
      font-size: 1.3rem;
      font-weight: 500; }
[class^="c-form"] fieldset:has(input[type="date"]) label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 113px;
              flex: 0 0 113px;
      position: relative;
      overflow: hidden; }
[class^="c-form"] fieldset:has(input[type="date"]) input {
      width: 100%;
      padding-left: .25em;
      padding-right: 20px;
      font-size: 1.3rem;
      color: var(--c-black); }
[class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-inner-spin-button {
        -webkit-appearance: none; }
[class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-clear-button {
        -webkit-appearance: none; }
[class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-calendar-picker-indicator {
        width: 100%;
        height: 100%;
        background: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
[class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-datetime-edit-year-field, [class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-datetime-edit-month-field, [class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-datetime-edit-day-field, [class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-datetime-edit-text {
        color: var(--c-black); }
[class^="c-form"] fieldset:has(input[type="date"]) .c-icon {
      color: var(--c-blue);
      position: absolute;
      right: 8px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      pointer-events: none; }
@supports not selector(::-webkit-calendar-picker-indicator) {
      [class^="c-form"] fieldset:has(input[type="date"]) .c-icon {
        right: 5px; } }
@-moz-document url-prefix() {
  [class^="c-form"] fieldset:has(input[type="date"]) input {
    padding-right: 0; }
  [class^="c-form"] fieldset:has(input[type="date"]) .c-icon {
    display: none; } }
[class^="c-form"] label:has(input[type="radio"]),
  [class^="c-form"] label:has(input[type="checkbox"]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 5px;
    font-size: 1.3rem;
    line-height: 1.5;
    position: relative; }
[class^="c-form"] label:has(input[type="radio"]) input,
    [class^="c-form"] label:has(input[type="checkbox"]) input {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      width: 1.25em;
      height: 1.25em;
      background: #fff;
      -webkit-box-shadow: 0 0 0 1px var(--c-blue-dull) inset;
              box-shadow: 0 0 0 1px var(--c-blue-dull) inset;
      margin-top: .125em; }
[class^="c-form"] label:has(input[type="radio"]) .c-icon[data-icon^="venue-"],
    [class^="c-form"] label:has(input[type="checkbox"]) .c-icon[data-icon^="venue-"] {
      margin-top: .125em; }
[class^="c-form"] label:has(input[type="radio"]:checked),
  [class^="c-form"] label:has(input[type="checkbox"]:checked) {
    font-weight: 700; }
[class^="c-form"] label:has(input[type="radio"]:checked):before, [class^="c-form"] label:has(input[type="radio"]:checked):after,
    [class^="c-form"] label:has(input[type="checkbox"]:checked):before,
    [class^="c-form"] label:has(input[type="checkbox"]:checked):after {
      display: block; }
[class^="c-form"] label:has(input[type="radio"]):before {
    content: '';
    width: .75em;
    height: .75em;
    border-radius: 50%;
    background: var(--c-blue);
    position: absolute;
    left: .25em;
    top: .375em;
    z-index: 1;
    display: none; }
[class^="c-form"] label:has(input[type="radio"]) input {
    border-radius: 50%; }
[class^="c-form"] label:has(input[type="radio"]) input:checked {
      -webkit-box-shadow: 0 0 0 1px var(--c-blue) inset;
              box-shadow: 0 0 0 1px var(--c-blue) inset; }
[class^="c-form"] label:has(input[type="checkbox"]):before, [class^="c-form"] label:has(input[type="checkbox"]):after {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1;
    display: none; }
[class^="c-form"] label:has(input[type="checkbox"]):before {
    width: .5em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    left: .5px;
    top: calc(1em - .5px); }
[class^="c-form"] label:has(input[type="checkbox"]):after {
    width: .75em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    left: calc(.5em + .5px);
    top: calc(1em - .5px); }
[class^="c-form"] label:has(input[type="checkbox"]) input {
    border-radius: 2px; }
[class^="c-form"] label:has(input[type="checkbox"]) input:checked {
      background: var(--c-blue);
      -webkit-box-shadow: 0 0 0 1px var(--c-blue) inset;
              box-shadow: 0 0 0 1px var(--c-blue) inset; }
[class^="c-form"] button[type="reset"],
  [class^="c-form"] button[type="submit"] {
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    font-size: 1.4rem;
    font-weight: 700; }
[class^="c-form"] button[type="reset"] {
    background: var(--c-black-bright); }
[class^="c-form"] button[type="submit"] {
    background: var(--c-blue);
    color: #fff; }
/**
 * Search  box
 */
.c-form-search-box {
  background: #fff;
  border-radius: 2px;
  line-height: 1.5; }
.c-content-white .c-form-search-box {
    border: 1px solid var(--c-black-light); }
.c-form-search-box__head {
    font-weight: 700;
    padding: 12px 22px;
    border-bottom: 1px solid var(--c-black-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 8px; }
.c-content-white .c-form-search-box__head,
    .c-modal .c-form-search-box__head {
      background-color: var(--c-black-brilliant); }
[data-search="active"] .c-form-search-box__head {
      background-color: var(--c-blue-brilliant); }
[data-search="active"] .c-form-search-box__head .c-icon {
        color: var(--c-blue); }
.c-form-search-box__body {
    padding: 18px 22px 0; }
.c-form-search-box__body ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 12px 12px; }
.c-form-search-box__body li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 6px);
              flex: 0 0 calc(50% - 6px); }
.c-form-search-box__body > ul, .c-form-search-box__body dl {
      border-bottom: 1px solid var(--c-black-light);
      margin-bottom: 20px;
      padding-bottom: 20px; }
.c-form-search-box__body dt {
      font-size: 1.5rem;
      font-weight: 700;
      margin: 0 0 10px; }
.c-form-search-box__body dt small {
        display: block;
        font-size: 1.3rem;
        font-weight: 500;
        margin: .5em 0 0; }
.c-form-search-box__body dd {
      padding: 2px; }
.c-form-search-box__body > ul {
      padding: 2px 2px 20px; }
.c-form-search-box__footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    padding: 0 22px 20px; }
.c-form-search-box__more a {
    font-weight: 700;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 .625em;
    position: relative;
    font-size: 1.3rem; }
.c-form-search-box__more a:before, .c-form-search-box__more a:after {
      content: '';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1em;
              flex: 0 0 1em;
      width: 1em;
      height: 1.5px;
      background: var(--c-blue); }
.c-form-search-box__more a:before {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.75px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.c-form-search-box__more a[data-collapse-state="open"]:before {
      display: none; }
/**
 * Section
 */
.c-heading-section {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  line-height: 1.5;
  text-align: center; }
.c-heading-section__en {
    display: block;
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: var(--c-beige-dim);
    margin: .5em 0 0;
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); }
[data-observe="view"] .c-heading-section__en {
      -webkit-clip-path: inset(0 0% 0 0);
              clip-path: inset(0 0% 0 0); }
/**
 * Journal
 */
/**
 * Plane
 */
.c-heading-plane {
  font-weight: 700;
  line-height: 1.5; }
.c-heading-plane:first-child {
    margin-top: 0; }
/**
 * Module
 */
.c-heading-module-h2 {
  border-top: 3px solid var(--c-variable-border, var(--c-black));
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.5; }
.c-heading-module-h2:first-child {
    margin-top: 0; }
.c-heading-module-h2:has(.c-icon) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-heading-module-h3 {
  border-left: 3px solid var(--c-variable-border, var(--c-black));
  background: var(--c-variable-accent, var(--c-black-brilliant));
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 24px) 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 14px), calc(100% - 24px) 100%, 0 100%, 0 0);
  font-weight: 700;
  line-height: 1.6; }
[class^="c-heading-module"] + .c-heading-module-h3, .c-heading-module-h3:first-child {
    margin-top: 0; }
.c-heading-module-h4 {
  border-left: 3px solid var(--c-variable-border, var(--c-black));
  padding: 0 0 0 .625em;
  font-weight: 700;
  line-height: 1.6; }
[class^="c-heading-module"] + .c-heading-module-h4, .c-heading-module-h4:first-child {
    margin-top: 0; }
.c-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  max-width: 100%;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  line-height: 1; }
.c-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor; }
.c-icon[data-icon="access"] {
    aspect-ratio: 28 / 42;
    color: var(--c-icon-access); }
.c-icon[data-icon="access"][data-icon-size="sm"] {
      width: 16px; }
.c-icon[data-icon="access"][data-icon-size="xs"] {
      width: 14px; }
.c-icon[data-icon="access"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="map"] {
    aspect-ratio: 38 / 36;
    color: var(--c-icon-map); }
.c-icon[data-icon="map"][data-icon-size="sm"] {
      width: 21px; }
.c-icon[data-icon="map"][data-icon-size="xs"] {
      width: 18px; }
.c-icon[data-icon="map"][data-icon-size="xxs"] {
      width: 14px; }
.c-icon[data-icon="shop"] {
    aspect-ratio: 42 / 44;
    color: var(--c-icon-shop); }
.c-icon[data-icon="shop"][data-icon-size="sm"] {
      width: xxpx; }
.c-icon[data-icon="shop"][data-icon-size="xs"] {
      width: 19px; }
.c-icon[data-icon="shop"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="barrier"] {
    aspect-ratio: 34 / 50;
    color: var(--c-icon-barrier); }
.c-icon[data-icon="barrier"][data-icon-size="sm"] {
      width: xxpx; }
.c-icon[data-icon="barrier"][data-icon-size="xs"] {
      width: 16px; }
.c-icon[data-icon="barrier"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="ticket"] {
    aspect-ratio: 42 / 30;
    color: var(--c-icon-ticket); }
.c-icon[data-icon="ticket"][data-icon-size="sm"] {
      width: 23px; }
.c-icon[data-icon="ticket"][data-icon-size="xs"] {
      width: 20px; }
.c-icon[data-icon="ticket"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="support"] {
    aspect-ratio: 48 / 36;
    color: var(--c-icon-support); }
.c-icon[data-icon="support"][data-icon-size="sm"] {
      width: 26px; }
.c-icon[data-icon="support"][data-icon-size="xs"] {
      width: xxpx; }
.c-icon[data-icon="support"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="kids"] {
    aspect-ratio: 48 / 40;
    color: var(--c-icon-kids); }
.c-icon[data-icon="kids"][data-icon-size="sm"] {
      width: 26px; }
.c-icon[data-icon="kids"][data-icon-size="xs"] {
      width: xxpx; }
.c-icon[data-icon="kids"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="rental"] {
    aspect-ratio: 38 / 41;
    color: var(--c-icon-rental); }
.c-icon[data-icon="rental"][data-icon-size="sm"] {
      width: xxpx; }
.c-icon[data-icon="rental"][data-icon-size="xs"] {
      width: xxpx; }
.c-icon[data-icon="rental"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="faq"] {
    aspect-ratio: 35 / 39;
    color: var(--c-icon-faq); }
.c-icon[data-icon="faq"][data-icon-size="sm"] {
      width: xxpx; }
.c-icon[data-icon="faq"][data-icon-size="xs"] {
      width: xxpx; }
.c-icon[data-icon="faq"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="calendar"] {
    color: var(--c-icon-calendar); }
.c-icon[data-icon="calendar"][data-icon-size="sm"] {
      width: 21px; }
.c-icon[data-icon="calendar"][data-icon-size="xs"] {
      width: 18px; }
.c-icon[data-icon="calendar"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="a11y"] {
    aspect-ratio: 30 / 36;
    color: var(--c-icon-a11y); }
.c-icon[data-icon="a11y"][data-icon-size="sm"] {
      width: 21px; }
.c-icon[data-icon="a11y"][data-icon-size="xs"] {
      width: xxpx; }
.c-icon[data-icon="a11y"][data-icon-size="xxs"] {
      width: xxpx; }
.c-icon[data-icon="x"], .c-icon[data-icon="instagram"], .c-icon[data-icon="youtube"], .c-icon[data-icon="facebook"] {
    width: 22px; }
.c-icon[data-icon="blank"], .c-icon[data-icon="modal"], .c-icon[data-icon="download"] {
    width: 1.25em; }
.c-icon[data-icon="blank"][data-icon-size="lg"], .c-icon[data-icon="modal"][data-icon-size="lg"], .c-icon[data-icon="download"][data-icon-size="lg"] {
      width: 1.5em; }
.c-icon[data-icon="star"] {
    width: 1.75em;
    color: var(--c-sign); }
.c-icon[data-icon="circle"], .c-icon[data-icon="circle-double"] {
    width: 1.5em;
    color: var(--c-orange); }
.c-icon[data-icon="donate"] {
    aspect-ratio: 32 / 28; }
.c-icon[data-icon="narrow"], .c-icon[data-icon="narrow-active"] {
    width: 18px; }
.c-icon[data-icon^="venue-"][data-icon="venue-concert"] svg {
    fill: var(--c-venue-concert); }
.c-icon[data-icon^="venue-"][data-icon="venue-playhouse"] svg {
    fill: var(--c-venue-playhouse); }
.c-icon[data-icon^="venue-"][data-icon="venue-theater-e"] svg {
    fill: var(--c-venue-theater-e); }
.c-icon[data-icon^="venue-"][data-icon="venue-theater-w"] svg {
    fill: var(--c-venue-theater-w); }
.c-icon[data-icon^="venue-"][data-icon="venue-gallery-1"] svg {
    fill: var(--c-venue-gallery-1); }
.c-icon[data-icon^="venue-"][data-icon="venue-gallery-2"] svg {
    fill: var(--c-enue-gallery-2); }
.c-icon[data-icon^="venue-"][data-icon="venue-atorie-e"] svg {
    fill: var(--c-venue-atorie-e); }
.c-icon[data-icon^="venue-"][data-icon="venue-atorie-w"] svg {
    fill: var(--c-venue-atorie-w); }
.c-icon[data-icon^="venue-"][data-icon="venue-other"] svg {
    fill: var(--c-venue-other); }
.c-icon[data-icon^="venue-"][data-icon-size="sm"] {
    width: 16px; }
.c-icon[data-icon^="sign-"] {
    color: var(--c-black); }
.c-icon[data-icon^="sign-toilet"] {
    color: var(--c-sign); }
.c-icon[data-icon="clock"], .c-icon[data-icon="tel"], .c-icon[data-icon="ad"], .c-icon[data-icon="fax"], .c-icon[data-icon="mail"] {
    width: 24px; }
.c-icon[data-icon="clock"][data-icon-size="sm"], .c-icon[data-icon="tel"][data-icon-size="sm"], .c-icon[data-icon="ad"][data-icon-size="sm"], .c-icon[data-icon="fax"][data-icon-size="sm"], .c-icon[data-icon="mail"][data-icon-size="sm"] {
      width: 16px; }
.c-icon[data-icon="calendar-pict"] {
    width: 14px; }
.c-icon[data-icon="calendar-pict-mono"], .c-icon[data-icon="list-pict-mono"], .c-icon[data-icon="knob-pict-mono"] {
    width: 16px; }
.c-icon[data-icon="calendar-pict-mono"][data-icon-size="sm"], .c-icon[data-icon="list-pict-mono"][data-icon-size="sm"], .c-icon[data-icon="knob-pict-mono"][data-icon-size="sm"] {
      width: 14px; }
.c-icon[data-icon^="bool-"] {
    color: var(--c-blue-dark); }
.c-icon-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--c-variable-link, var(--c-blue)); }
.c-icon-arrow:before {
    content: '';
    display: block;
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    height: calc(33% / 1.5 * tan(60deg));
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform: translate(12.375%, 0);
            transform: translate(12.375%, 0);
    background: var(--c-variable-bg, #fff); }
.c-icon-arrow[data-icon="down"] {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
.c-icon-arrow[data-icon="sm"] {
    width: 16px; }
.c-icon-arrow[data-icon="mono-sm"] {
    width: 16px;
    background-color: #fff; }
.c-icon-arrow[data-icon="mono-sm"]:before {
      background-color: var(--c-black); }
.c-icon-arrow[data-icon="beige-sm"] {
    width: 16px;
    background-color: var(--c-beige); }
.c-icon-arrow[data-icon="beige-sm"]:before {
      background-color: var(--c-black); }
.c-icon-arrow[data-icon="mono"] {
    background-color: #fff; }
.c-icon-arrow[data-icon="mono"]:before {
      background-color: var(--c-black); }
.c-icon-arrow[data-icon="white"] {
    background-color: #fff; }
.c-icon-arrow[data-icon="white"]:before {
      background-color: var(--c-variable-link, var(--c-blue)); }
.c-iframe {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 40 / 23; }
.c-iframe iframe {
    width: 100%;
    height: 100%; }
.c-iframe[data-iframe="h690"] {
    aspect-ratio: auto;
    height: 690px; }
.c-iframe-youtube {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9; }
.c-iframe-youtube iframe {
    width: 100%;
    height: 100%; }
.c-journal-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px; }
.c-journal {
  position: relative;
  display: block;
  background: #fff;
  padding: 0 12px 6px; }
.c-journal__thumb {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 -12px; }
.c-journal__thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
.c-journal__thumb span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      color: var(--c-black);
      background: rgba(255, 255, 255, 0.8);
      position: absolute; }
.c-journal__title {
    font-weight: 700;
    line-height: 1.5;
    margin: .75em 0 0; }
.c-journal__cat {
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4px 4px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: calc(100% - 12px * 2);
    color: var(--c-black); }
.c-journal__cat li {
      background: #fff;
      padding: .5em;
      border-radius: 2px;
      -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35); }
.c-journal__date {
    color: var(--c-black-dim); }
[data-journal="transparent"] .c-journal {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0; }
[data-journal="transparent"] .c-journal:hover {
      background-color: transparent; }
[data-journal="transparent"] .c-journal__thumb {
      margin-right: 0;
      margin-left: 0; }
.c-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px 4px; }
.c-label li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-width: 108px;
    padding: .5em;
    border: 1px solid var(--c-variable-border, var(--c-beige-dull));
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: var(--c-variable-text, var(--c-black)); }
.c-loading {
  width: 100%;
  height: 100%;
  background: var(--c-beige);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6000;
  display: none; }
[data-page="home"] .c-loading {
    display: block; }
[data-status="loading"] [data-page="home"] .c-loading,
    [data-status="finished"] [data-page="home"] .c-loading {
      background: transparent; }
[data-status="finished"] [data-page="home"] .c-loading {
      -webkit-transition: opacity 0s ease 1.75s, visibility 0s ease 1.75s;
      transition: opacity 0s ease 1.75s, visibility 0s ease 1.75s;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
[data-status="complete"] [data-page="home"] .c-loading {
      -webkit-transition: opacity .375s ease 0s, visibility 0s ease 1.25s;
      transition: opacity .375s ease 0s, visibility 0s ease 1.25s;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
.c-loading__bar, .c-loading__progress {
    aspect-ratio: 1 / 1;
    background: var(--c-blue-dull-light);
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%); }
.c-loading__progress {
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--c-blue-light-rgb), 0)), to(rgba(var(--c-blue-light-rgb), 1)));
    background: linear-gradient(90deg, rgba(var(--c-blue-light-rgb), 0) 0%, rgba(var(--c-blue-light-rgb), 1) 100%);
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
[data-status="loading"] .c-loading__progress {
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s, -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s;
      -webkit-transform: translate(25%, 50%);
              transform: translate(25%, 50%); }
[data-status="finished"] .c-loading__progress {
      -webkit-transition: width .5s ease .5s, opacity .25s ease .5s, -webkit-transform .5s ease 0s;
      transition: width .5s ease .5s, opacity .25s ease .5s, -webkit-transform .5s ease 0s;
      transition: transform .5s ease 0s, width .5s ease .5s, opacity .25s ease .5s;
      transition: transform .5s ease 0s, width .5s ease .5s, opacity .25s ease .5s, -webkit-transform .5s ease 0s;
      -webkit-transform: translate(50%, 50%);
              transform: translate(50%, 50%);
      width: calc(100% - 16px);
      opacity: 0; }
.c-loading__mask {
    background: var(--c-beige);
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0 0h100v100H0z"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 64" preserveAspectRatio="none"><path d="M0 0h320v64H0z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0 0h100v100H0z"/></svg>'), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 64" preserveAspectRatio="none"><path d="M0 0h320v64H0z"/></svg>');
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
.c-loading__skew {
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px var(--c-beige);
            box-shadow: 0 0 0 1px var(--c-beige);
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%); }
.c-loading__skew:before, .c-loading__skew:after {
      content: '';
      background: var(--c-beige);
      position: absolute; }
.c-loading__skew:before {
      left: -1px;
      top: -1px;
      -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
              clip-path: polygon(0 0, 0% 100%, 100% 0); }
.c-loading__skew:after {
      right: -1px;
      bottom: -1px;
      -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
              clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
.c-loading__text {
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-animation: blink .825s ease 0s infinite alternate none running;
            animation: blink .825s ease 0s infinite alternate none running; }
[data-status="finished"] .c-loading__text {
      -webkit-animation: blink-end .5s ease 0s 1 normal forwards running;
              animation: blink-end .5s ease 0s 1 normal forwards running; }
.c-modal {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent; }
.c-modal:modal {
    max-width: initial;
    max-height: initial; }
.c-modal::-webkit-backdrop {
    background: none; }
.c-modal::backdrop {
    background: none; }
.c-modal {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  overflow-x: hidden;
  overflow-y: auto; }
.c-modal[open] {
    display: block; }
.c-modal::-webkit-scrollbar {
    display: none; }
.c-modal__backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(var(--c-blue-dark-rgb), 0.6);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0; }
.c-modal__wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-modal__content {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    pointer-events: none; }
[data-slideup] .c-modal__content {
      max-width: initial;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      -webkit-transform: scale(1) translate(0, 100%);
              transform: scale(1) translate(0, 100%); }
.c-modal__body {
    overflow: hidden;
    background: transparent;
    pointer-events: auto; }
.c-modal__body [data-modal-type="video"],
    [data-modal-type="video-file"] .c-modal__body {
      background-color: #000; }
[data-modal-type="inline"] .c-modal__body {
      background-color: var(--c-variable-bg, #fff);
      color: var(--c-variable-text, inherit);
      border-radius: 2px; }
[data-modal-type="ajax"] .c-modal__body {
      background-color: #fff; }
[data-modal-type="error"] .c-modal__body {
      text-align: center;
      font-weight: 700;
      color: #fff; }
.c-modal__close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    position: fixed;
    opacity: 0; }
.c-modal__close span {
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: -webkit-transform .25s ease 0s;
      transition: -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s;
      transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; }
.c-modal__close span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(140deg);
                transform: translate(-50%, -50%) rotate(140deg); }
.c-modal__close span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
                transform: translate(-50%, -50%) rotate(40deg); }
.c-modal[data-modal-extend="imgHasPadding"] .c-modal__body {
    background-color: #fff; }
.c-modal-content {
  display: none; }
.c-modal .c-modal-content {
    display: block; }
.c-module-block:has(.c-module-kv), .c-module-block:has(.c-module-index-special) {
  margin-top: 0;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  left: 0; }
.c-module-block:has(.c-module-kv) {
  top: 0;
  z-index: -1; }
.c-module-block:has(.c-module-index-special) {
  top: var(--height-header);
  z-index: 1000; }
.c-module-block:has(.c-module-kv) + .c-module-block:has(.c-module-index-special) {
  margin-top: 0; }
.c-module-block-hr {
  border: none;
  border-top: 1px solid var(--c-variable-border, var(--c-black-brilliant)); }
.c-module-signature {
  text-align: right; }
.c-module-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.c-module-link-list a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-link-line-offset: 2px;
    color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 24px;
    line-height: 1.5;
    position: relative; }
.c-module-link-list a:where([target="_blank"]):after, .c-module-link-list a:where([data-modal="trigger"]):after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: min(1em, 20px);
      height: min(1em, 20px);
      background: var(--c-variable-link, var(--c-blue));
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center;
      margin: -.25em .25em 0; }
.c-module-link-list a:where([target="_blank"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-link-list a:where([target="_blank"])[href*=".zip"]:after, .c-module-link-list a:where([target="_blank"])[href*=".pdf"]:after, .c-module-link-list a:where([target="_blank"])[href*=".xls"]:after, .c-module-link-list a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-link-list a:where([target="_blank"])[href*=".doc"]:after, .c-module-link-list a:where([target="_blank"])[href*=".docx"]:after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-link-list a:where([data-modal="trigger"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-link-list a .c-icon-arrow {
      position: absolute;
      left: 0;
      top: 0;
      margin-top: .25em; }
.c-module-link-list[data-link-list="center"] li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto; }
.c-module-link-list[data-link-list="col"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px 18px; }
ul.c-module-caution,
.c-module-caution ul {
  line-height: 1.5;
  list-style-type: none;
  list-style-position: outside;
  padding-left: 1.5em; }
ul.c-module-caution li + li,
  ul.c-module-caution li ul, ul.c-module-caution li ol,
  .c-module-caution ul li + li,
  .c-module-caution ul li ul,
  .c-module-caution ul li ol {
    margin-top: .375em; }
ul.c-module-caution li,
  .c-module-caution ul li {
    position: relative; }
ul.c-module-caution li:before,
    .c-module-caution ul li:before {
      content: '※';
      position: absolute;
      left: -1.25em;
      top: 0; }
[data-lang="en"] ul.c-module-caution li:before, [data-lang="en"]
    .c-module-caution ul li:before {
      content: '*'; }
ul.c-module-caution a,
  .c-module-caution ul a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-link-line-offset: 2px;
    color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
ul.c-module-caution a:where([target="_blank"]):after, ul.c-module-caution a:where([data-modal="trigger"]):after,
    .c-module-caution ul a:where([target="_blank"]):after,
    .c-module-caution ul a:where([data-modal="trigger"]):after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: min(1em, 20px);
      height: min(1em, 20px);
      background: var(--c-variable-link, var(--c-blue));
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center;
      margin: -.25em .25em 0; }
ul.c-module-caution a:where([target="_blank"]):after,
    .c-module-caution ul a:where([target="_blank"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
ul.c-module-caution a:where([target="_blank"])[href*=".zip"]:after, ul.c-module-caution a:where([target="_blank"])[href*=".pdf"]:after, ul.c-module-caution a:where([target="_blank"])[href*=".xls"]:after, ul.c-module-caution a:where([target="_blank"])[href*=".xlsx"]:after, ul.c-module-caution a:where([target="_blank"])[href*=".doc"]:after, ul.c-module-caution a:where([target="_blank"])[href*=".docx"]:after,
    .c-module-caution ul a:where([target="_blank"])[href*=".zip"]:after,
    .c-module-caution ul a:where([target="_blank"])[href*=".pdf"]:after,
    .c-module-caution ul a:where([target="_blank"])[href*=".xls"]:after,
    .c-module-caution ul a:where([target="_blank"])[href*=".xlsx"]:after,
    .c-module-caution ul a:where([target="_blank"])[href*=".doc"]:after,
    .c-module-caution ul a:where([target="_blank"])[href*=".docx"]:after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
ul.c-module-caution a:where([data-modal="trigger"]):after,
    .c-module-caution ul a:where([data-modal="trigger"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
ul.c-module-caution strong,
  .c-module-caution ul strong {
    font-weight: 700; }
ul.c-module-caution em,
  .c-module-caution ul em {
    color: var(--c-red); }
ul.c-module-caution ul, ul.c-module-caution ol,
  .c-module-caution ul ul,
  .c-module-caution ul ol {
    line-height: 1.5;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 1.5em; }
ul.c-module-caution ul li + li,
    ul.c-module-caution ul li ul, ul.c-module-caution ul li ol, ul.c-module-caution ol li + li,
    ul.c-module-caution ol li ul, ul.c-module-caution ol li ol,
    .c-module-caution ul ul li + li,
    .c-module-caution ul ul li ul,
    .c-module-caution ul ul li ol,
    .c-module-caution ul ol li + li,
    .c-module-caution ul ol li ul,
    .c-module-caution ul ol li ol {
      margin-top: .375em; }
ul.c-module-caution ol li,
  .c-module-caution ul ol li {
    list-style-type: decimal; }
ul.c-module-caution ol li::marker,
    .c-module-caution ul ol li::marker {
      letter-spacing: 0;
      text-indent: 0;
      font-weight: inherit; }
ul.c-module-caution ol li:before,
    .c-module-caution ul ol li:before {
      display: none; }
.c-module-box {
  border: 1px solid var(--c-variable-border, var(--c-black-light));
  border-radius: 2px; }
.c-module-box__title {
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px; }
.c-module-box__more {
    margin: 20px 0 0; }
.c-module-box__more a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
      display: block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      padding-left: 24px;
      line-height: 1.5;
      position: relative; }
.c-module-box__more a:where([target="_blank"]):after, .c-module-box__more a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-module-box__more a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-box__more a:where([target="_blank"])[href*=".zip"]:after, .c-module-box__more a:where([target="_blank"])[href*=".pdf"]:after, .c-module-box__more a:where([target="_blank"])[href*=".xls"]:after, .c-module-box__more a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-box__more a:where([target="_blank"])[href*=".doc"]:after, .c-module-box__more a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-box__more a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-box__more a .c-icon-arrow {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: .25em; }
.c-module-box[data-box="red"] {
    border-color: var(--c-red); }
.c-module-box[data-box="red"] .c-module-box__title {
      color: var(--c-red); }
.c-module-box-line {
  border-radius: 0 0 2px 2px;
  border-top: 2px solid var(--c-variable-border, var(--c-black));
  background: var(--c-variable-accent, var(--c-black-dazzling)); }
.c-module-box-line__title {
    font-weight: 700;
    line-height: 1.5; }
.c-module-box-line__more {
    border-radius: 2px;
    padding: 10px 12px;
    background: var(--c-variable-accent, #fff); }
.c-module-box-line__more + .c-module-box-line__more {
      margin-top: 10px; }
.c-module-box-line__more:last-of-type {
      margin-bottom: 0; }
.c-module-box-line__more a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
      display: block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      padding-left: 24px;
      line-height: 1.5;
      position: relative; }
.c-module-box-line__more a:where([target="_blank"]):after, .c-module-box-line__more a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-module-box-line__more a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-box-line__more a:where([target="_blank"])[href*=".zip"]:after, .c-module-box-line__more a:where([target="_blank"])[href*=".pdf"]:after, .c-module-box-line__more a:where([target="_blank"])[href*=".xls"]:after, .c-module-box-line__more a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-box-line__more a:where([target="_blank"])[href*=".doc"]:after, .c-module-box-line__more a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-box-line__more a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-box-line__more a .c-icon-arrow {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: .25em; }
.c-module-box-table {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto; }
.c-module-box-table__turn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
.c-module-box-table__turn a {
      background: var(--c-variable-bg, #fff);
      position: relative;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      color: transparent;
      border: 1px solid var(--c-variable-border, var(--c-blue-dull));
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32px;
              flex: 0 0 32px;
      width: 32px;
      height: 28px; }
.c-module-box-table__turn a[href]:first-of-type:before, .c-module-box-table__turn a[href]:last-of-type:before {
        opacity: 1; }
.c-module-box-table__turn a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
.c-module-box-table__turn a:first-of-type {
        border-radius: 16px 0 0 16px; }
.c-module-box-table__turn a:first-of-type:before {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 8px;
          height: 8px;
          border-top: 1.5px solid var(--c-variable-link, var(--c-black));
          border-right: 1.5px solid var(--c-variable-link, var(--c-black));
          -webkit-transform: rotate(225deg) translate(-15%, 15%);
                  transform: rotate(225deg) translate(-15%, 15%);
          left: 11px;
          -webkit-transition: left .25s ease 0s;
          transition: left .25s ease 0s;
          opacity: .25; }
.c-module-box-table__turn a:last-of-type {
        border-left: none;
        border-radius: 0 16px 16px 0; }
.c-module-box-table__turn a:last-of-type:before {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 8px;
          height: 8px;
          border-top: 1.5px solid var(--c-variable-link, var(--c-black));
          border-right: 1.5px solid var(--c-variable-link, var(--c-black));
          -webkit-transform: rotate(45deg) translate(-15%, 15%);
                  transform: rotate(45deg) translate(-15%, 15%);
          right: 12px;
          -webkit-transition: right .25s ease 0s;
          transition: right .25s ease 0s;
          opacity: .25; }
.c-module-box-table__turn a:before {
        content: '';
        position: absolute;
        top: 9px; }
.c-module-box-table:has(.c-module-box-table__turn) caption {
      padding-right: 70px; }
.c-module-box-table:has(.c-module-box-table__turn):not(:has(caption)) {
      padding-top: 40px; }
.c-module-box-table:has(.c-module-box-table__turn):not(:has(caption)) caption {
        padding-right: 0; }
.c-module-box-table__turn a {
      pointer-events: auto; }
:where(.c-module-box-table) table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 2px;
    border-right: 1px solid var(--c-variable-border, var(--c-blue-dull-bright));
    border-bottom: 1px solid var(--c-variable-border, var(--c-blue-dull-bright));
    min-width: 100%; }
:where(.c-module-box-table) table th, :where(.c-module-box-table) table td {
      border-top: 1px solid var(--c-variable-border, var(--c-blue-dull-bright));
      border-left: 1px solid var(--c-variable-border, var(--c-blue-dull-bright)); }
:where(.c-module-box-table) table:not(:has(thead)) tr:first-child th:first-child,
    :where(.c-module-box-table) table:not(:has(thead)) tr:first-child td:first-child {
      border-radius: 2px 0 0 0; }
:where(.c-module-box-table) table:not(:has(thead)) tr:first-child th:last-child,
    :where(.c-module-box-table) table:not(:has(thead)) tr:first-child td:last-child {
      border-radius: 0 2px 0 0; }
:where(.c-module-box-table) table:not(:has(thead)) tr:last-child th:first-child,
    :where(.c-module-box-table) table:not(:has(thead)) tr:last-child td:first-child {
      border-radius: 0 0 0 2px; }
:where(.c-module-box-table) table:not(:has(thead)) tr:last-child th:last-child,
    :where(.c-module-box-table) table:not(:has(thead)) tr:last-child td:last-child {
      border-radius: 0 0 0 2px; }
:where(.c-module-box-table) table:has(thead) thead th:first-child,
    :where(.c-module-box-table) table:has(thead) thead td:first-child {
      border-radius: 2px 0 0 0; }
:where(.c-module-box-table) table:has(thead) thead th:last-child,
    :where(.c-module-box-table) table:has(thead) thead td:last-child {
      border-radius: 0 2px 0 0; }
:where(.c-module-box-table) table:has(thead) tbody tr:last-child th:first-child,
    :where(.c-module-box-table) table:has(thead) tbody tr:last-child td:first-child {
      border-radius: 0 0 0 2px; }
:where(.c-module-box-table) table:has(thead) tbody tr:last-child th:last-child,
    :where(.c-module-box-table) table:has(thead) tbody tr:last-child td:last-child {
      border-radius: 0 0 2px 0; }
:where(.c-module-box-table) caption {
    caption-side: top;
    text-align: left;
    padding: 0 0 .5em;
    position: -webkit-sticky;
    position: sticky; }
:where(.c-module-box-table) caption i {
      font-weight: 700; }
:where(.c-module-box-table) th, :where(.c-module-box-table) td {
    background: var(--c-variable-bg, #fff);
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    padding: 12px 12px; }
:where(.c-module-box-table) th[colspan], :where(.c-module-box-table) td[colspan] {
      text-align: center; }
:where(.c-module-box-table) th[data-cell="true"], :where(.c-module-box-table) td[data-cell="true"] {
      background-color: var(--c-cell-true); }
:where(.c-module-box-table) th[data-cell="false"], :where(.c-module-box-table) td[data-cell="false"] {
      background-color: var(--c-black-light); }
:where(.c-module-box-table) th {
    background: var(--c-variable-accent, var(--c-blue-bright)); }
:where(.c-module-box-table)[data-table="price"] th, :where(.c-module-box-table)[data-table="price"] td {
    white-space: nowrap;
    text-align: center; }
:where(.c-module-box-table)[data-table="price"] thead th, :where(.c-module-box-table)[data-table="price"] thead td {
    font-size: 1.4rem; }
:where(.c-module-box-table)[data-table="price"] em {
    color: var(--c-red); }
:where(.c-module-box-table)[data-table="traffic"] th, :where(.c-module-box-table)[data-table="traffic"] td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle; }
:where(.c-module-box-table)[data-table="traffic"] thead th {
    font-size: 1.2rem;
    padding-top: 8px;
    padding-bottom: 8px; }
:where(.c-module-box-table)[data-table="traffic"] thead td {
    font-size: 1.1rem;
    padding-top: 6px;
    padding-bottom: 6px; }
:where(.c-module-box-table)[data-table="theadfix"] th, :where(.c-module-box-table)[data-table="theadfix"] td {
    padding: 8px;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle; }
:where(.c-module-box-table)[data-table="theadfix"][data-observe="active"] thead, :where(.c-module-box-table)[data-table="theadfix"][data-observe="leave"] thead {
    position: fixed;
    top: calc(var(--height-header) + var(--sticky-extend) - 1px); }
:where(.c-module-box-table)[data-table="theadfix"][data-observe="active"] thead th, :where(.c-module-box-table)[data-table="theadfix"][data-observe="leave"] thead th {
      border-bottom: 1px solid var(--c-variable-border, var(--c-blue-dull-bright)); }
:where(.c-module-box-table)[data-table="theadfix"][data-observe="active"] thead th:last-child, :where(.c-module-box-table)[data-table="theadfix"][data-observe="leave"] thead th:last-child {
        border-right: 1px solid var(--c-variable-border, var(--c-blue-dull-bright)); }
:where(.c-module-box-table)[data-table="theadfix"][data-observe="active"] thead tr, :where(.c-module-box-table)[data-table="theadfix"][data-observe="leave"] thead tr {
      display: table;
      table-layout: fixed;
      width: 100%; }
:where(.c-module-box-table)[data-table="theadfix"][data-observe="leave"] thead {
    position: absolute;
    top: auto;
    bottom: 0; }
:where(.c-module-box-table)[data-table="theadfix"][data-observe="leave"].ps--active-x thead {
    bottom: 24px; }
.c-module-box-table__traffic-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-module-box-table__traffic-caption span {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0 .125em; }
.c-module-box-table__traffic-caption span:not(:first-of-type) {
        margin-left: 1em; }
.c-module-box-contact {
  overflow: hidden;
  border: 1px solid var(--c-variable-border, var(--c-black-light));
  border-radius: 2px;
  line-height: 1.5; }
.c-module-box-contact__head {
    font-weight: 700;
    background: var(--c-variable-accent, var(--c-black-brilliant));
    padding: 10px 18px; }
.c-module-box-contact__liaison {
    font-weight: 700; }
.c-module-box-contact__liaison span:not([class]) {
      font-weight: 500; }
.c-module-box-contact__call {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 6px; }
.c-module-box-contact__call .c-icon,
    .c-module-box-contact__call .c-icon-arrow {
      margin-top: .25em; }
.c-module-box-contact__call .c-icon[data-icon-size="sm"], .c-module-box-contact__call .c-icon[data-icon="sm"],
      .c-module-box-contact__call .c-icon-arrow[data-icon-size="sm"],
      .c-module-box-contact__call .c-icon-arrow[data-icon="sm"] {
        margin-top: .4em; }
.c-module-box-contact__call a, .c-module-box-contact__call span {
      letter-spacing: 0;
      text-indent: 0;
      font-weight: 700; }
.c-module-box-contact__call a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
.c-module-box-contact__call a:where([target="_blank"]):after, .c-module-box-contact__call a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-module-box-contact__call a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-box-contact__call a:where([target="_blank"])[href*=".zip"]:after, .c-module-box-contact__call a:where([target="_blank"])[href*=".pdf"]:after, .c-module-box-contact__call a:where([target="_blank"])[href*=".xls"]:after, .c-module-box-contact__call a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-box-contact__call a:where([target="_blank"])[href*=".doc"]:after, .c-module-box-contact__call a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-box-contact__call a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-box-contact__caution {
    line-height: 1.5;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 1.5em; }
.c-module-box-contact__caution li + li,
    .c-module-box-contact__caution li ul, .c-module-box-contact__caution li ol {
      margin-top: .375em; }
.c-module-box-contact__caution li {
      position: relative; }
.c-module-box-contact__caution li:before {
        content: '※';
        position: absolute;
        left: -1.25em;
        top: 0; }
[data-lang="en"] .c-module-box-contact__caution li:before {
        content: '*'; }
.c-module-box-contact__caution a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
.c-module-box-contact__caution a:where([target="_blank"]):after, .c-module-box-contact__caution a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-module-box-contact__caution a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-box-contact__caution a:where([target="_blank"])[href*=".zip"]:after, .c-module-box-contact__caution a:where([target="_blank"])[href*=".pdf"]:after, .c-module-box-contact__caution a:where([target="_blank"])[href*=".xls"]:after, .c-module-box-contact__caution a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-box-contact__caution a:where([target="_blank"])[href*=".doc"]:after, .c-module-box-contact__caution a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-box-contact__caution a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-box-contact__liaison:not(:first-child),
  .c-module-box-contact__call + .c-module-box-contact__call,
  dd + .c-module-box-contact__call {
    border-top: 1px solid var(--c-variable-border, var(--c-black-light));
    margin: 16px -22px 0;
    padding: 18px 22px 4px; }
.c-module-unit__img {
  max-width: 100%;
  margin: 0 auto; }
.c-module-unit__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.c-module-unit__img figcaption {
    inline-size: 0;
    min-inline-size: -webkit-fill-available;
    line-height: 1.5;
    color: var(--c-variable-text, var(--c-black-dim));
    margin: 5px auto 0; }
.c-module-unit__img a {
    display: block;
    position: relative; }
.c-module-unit__img a:focus-visible {
      border-radius: 2px;
      outline: 2px solid var(--c-blue-light);
      background-color: var(--c-blue-brilliant);
      display: block;
      color: inherit; }
.c-module-unit__img a:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 0; }
.c-module-unit__img a[href*="www.youtube.com"]:after, .c-module-unit__img a[href*="youtu.be"]:after, .c-module-unit__img a[href*=".mp4"]:after, .c-module-unit__img a[href*=".webm"]:after, .c-module-unit__img a[href*=".ogg"]:after {
      content: '';
      aspect-ratio: 1 / 1;
      background: url(../images/common/icon-video.png) no-repeat center center/100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
.c-module-unit__desc {
  line-height: 1.75; }
.c-module-unit__desc > dt {
    font-weight: 700;
    line-height: 1.5; }
.c-module-unit__desc > dt + dd {
    margin-top: 12px; }
.c-module-unit__block {
  overflow: hidden;
  position: relative; }
.c-module-unit__block[style*="max-width:"] {
    margin-right: auto;
    margin-left: auto; }
.c-module-unit__block.ps--active-x .ps__rail-x {
    -webkit-transform: scaleX(0.925);
            transform: scaleX(0.925); }
.c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__img, .c-module-unit[data-module-unit="medium"] .c-module-unit__img {
  max-width: 100%;
  margin: 0 auto; }
.c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__img img, .c-module-unit[data-module-unit="medium"] .c-module-unit__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.c-module-unit[data-module-unit="row"] .c-module-unit__img {
  max-width: 100%;
  margin: 0 auto; }
.c-module-unit[data-module-unit="row"] .c-module-unit__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.c-module-unit[data-module-unit^="float-"] .c-module-unit__desc {
  margin-top: 0; }
.c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*="www.youtube.com"]), .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*="youtu.be"]), .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*=".mp4"]), .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*=".webm"]), .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*=".ogg"]) {
  max-width: 120px; }
.c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*="www.youtube.com"]) a:after, .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*="youtu.be"]) a:after, .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*=".mp4"]) a:after, .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*=".webm"]) a:after, .c-module-unit[data-module-unit^="float-"] .c-module-unit__img:has(a[href*=".ogg"]) a:after {
    width: 42px; }
.c-module-unit[data-module-unit="float-right"] .c-module-unit__img {
  float: right;
  margin: 0 0 .75em 1.5em; }
.c-module-unit[data-module-unit="float-left"] .c-module-unit__img {
  float: left;
  margin: 0 1.5em .75em 0; }
.c-module-gallery {
  position: relative; }
.c-module-gallery figure {
    max-width: 100%;
    margin: 0 auto; }
.c-module-gallery figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
.c-module-gallery figure figcaption {
      inline-size: 0;
      min-inline-size: -webkit-fill-available;
      line-height: 1.5;
      color: var(--c-variable-text, var(--c-black-dim));
      margin: 5px auto 0; }
.c-module-gallery__prev, .c-module-gallery__next {
    position: absolute;
    top: 50%;
    margin: -22.5px 0 0; }
.c-module-gallery__prev button, .c-module-gallery__next button {
      display: block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      color: transparent;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 30px;
      height: 30px;
      border-top: 2px solid var(--c-variable-text, var(--c-black));
      border-right: 2px solid var(--c-variable-text, var(--c-black));
      -webkit-transform: rotate(45deg) translate(-15%, 15%);
              transform: rotate(45deg) translate(-15%, 15%); }
.c-module-gallery__prev {
    -webkit-transform: scale(-1, 1) translate(0px, 0);
            transform: scale(-1, 1) translate(0px, 0);
    left: 0; }
.c-module-gallery__next {
    right: 0; }
.c-module-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[2] 1fr;
  grid-template-rows: repeat(2, auto) 1fr;
  grid-row-gap: 0px; }
.c-module-profile__fig {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
    -ms-grid-row-align: start;
        align-self: start; }
.c-module-profile__fig figcaption {
      inline-size: 0;
      min-inline-size: -webkit-fill-available;
      line-height: 1.5;
      color: var(--c-variable-text, var(--c-black-dim));
      margin: 5px auto 0; }
.c-module-profile__name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    -ms-grid-row-align: center;
        align-self: center;
    line-height: 1.5;
    padding: 0 0 20px; }
.c-module-profile:not(:has(.c-module-profile__fig)) .c-module-profile__name {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-area: 1 / 1 / 2 / 3;
      padding-bottom: 0; }
.c-module-profile__name dt {
      font-weight: 700; }
.c-module-profile__name dd {
      letter-spacing: 0;
      text-indent: 0;
      font-weight: 700;
      margin: .25em 0 0; }
.c-module-profile__desc {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
    -ms-grid-row-align: start;
        align-self: start;
    padding: 20px 0 0; }
.c-module-profile__more {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px 24px; }
.c-module-profile__more a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
      display: block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      padding-left: 24px;
      line-height: 1.5;
      position: relative; }
.c-module-profile__more a:where([target="_blank"]):after, .c-module-profile__more a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-module-profile__more a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-profile__more a:where([target="_blank"])[href*=".zip"]:after, .c-module-profile__more a:where([target="_blank"])[href*=".pdf"]:after, .c-module-profile__more a:where([target="_blank"])[href*=".xls"]:after, .c-module-profile__more a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-profile__more a:where([target="_blank"])[href*=".doc"]:after, .c-module-profile__more a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-profile__more a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-profile__more a .c-icon-arrow {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: .25em; }
.c-module-index dt {
  text-transform: uppercase;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 700;
  color: #fff;
  background: var(--c-variable-border, var(--c-black));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1;
  padding: .375em .375em;
  border-radius: 2px 2px 0 0;
  position: relative; }
.c-module-index dd {
  background: var(--c-variable-bg, #fff);
  border: 1px solid var(--c-variable-border, var(--c-black-light));
  border-radius: 2px;
  margin: -1px 0 0;
  line-height: 1.5; }
.c-module-index a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-link-line-offset: 2px;
  color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 24px;
  line-height: 1.5;
  position: relative; }
.c-module-index a:where([target="_blank"]):after, .c-module-index a:where([data-modal="trigger"]):after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: min(1em, 20px);
    height: min(1em, 20px);
    background: var(--c-variable-link, var(--c-blue));
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: right center;
            mask-position: right center;
    margin: -.25em .25em 0; }
.c-module-index a:where([target="_blank"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-index a:where([target="_blank"])[href*=".zip"]:after, .c-module-index a:where([target="_blank"])[href*=".pdf"]:after, .c-module-index a:where([target="_blank"])[href*=".xls"]:after, .c-module-index a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-index a:where([target="_blank"])[href*=".doc"]:after, .c-module-index a:where([target="_blank"])[href*=".docx"]:after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-index a:where([data-modal="trigger"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-index a .c-icon-arrow {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .25em; }
.c-module-collapse__head,
.c-module-faq__head {
  position: relative; }
.c-module-collapse__head > button,
  .c-module-faq__head > button {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
    position: relative; }
.c-module-collapse__head > button:before, .c-module-collapse__head > button:after,
    .c-module-faq__head > button:before,
    .c-module-faq__head > button:after {
      content: '';
      height: 2px;
      background: var(--c-variable-link, var(--c-blue));
      position: absolute; }
.c-module-collapse__head > button:after,
    .c-module-faq__head > button:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.c-module-collapse__head[data-collapse-state="open"] > button:after,
  .c-module-faq__head[data-collapse-state="open"] > button:after {
    display: none; }
.c-module-collapse__head:before, .c-module-collapse__head:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
.c-module-collapse__head:before {
  width: 100%;
  background: var(--c-variable-accent, var(--c-blue-bright)); }
.c-module-collapse__head:after {
  width: 180px;
  background: var(--c-variable-border, var(--c-black));
  -webkit-transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.c-module-collapse__head[data-collapse-state="open"]:after {
  width: 100%; }
.c-module-faq__head {
  border-top: 1px solid var(--c-variable-border, var(--c-blue)); }
.c-module-faq__head:before {
    content: 'Q.';
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 2.4rem;
    position: absolute;
    z-index: 1; }
.c-module-faq__head[data-collapse-state="open"] {
    background-color: var(--c-variable-accent, var(--c-blue-brilliant)); }
.c-module-faq__body {
  background: var(--c-variable-accent, var(--c-blue-brilliant)); }
.c-module-cast {
  line-height: 1.5;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 30px; }
.c-module-cast__name {
    font-weight: 700; }
.c-module-credit {
  line-height: 1.4;
  font-size: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-row-gap: 8px; }
.c-module-credit dt {
    font-weight: 700; }
.c-module-sponsor {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
.c-module-sponsor a {
    display: block;
    border: 1px solid var(--c-variable-border, var(--c-black-light));
    border-radius: 2px;
    background: var(--c-variable-bg, #fff);
    padding: 18px; }
.c-module-sponsor a img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center center;
         object-position: center center; }
.c-module-calendar__table caption {
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  margin: 0 0 5px; }
.c-module-calendar__table caption em {
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0 .25em 0 0; }
.c-module-calendar__table caption strong {
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    font-size: 2.8rem;
    margin: 0 .125em; }
.c-module-calendar__table table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 2px;
  border-right: 1px solid var(--c-variable-border, var(--c-black-light));
  border-bottom: 1px solid var(--c-variable-border, var(--c-black-light));
  width: 100%;
  table-layout: fixed;
  caption-side: top; }
.c-module-calendar__table table th, .c-module-calendar__table table td {
    border-top: 1px solid var(--c-variable-border, var(--c-black-light));
    border-left: 1px solid var(--c-variable-border, var(--c-black-light)); }
.c-module-calendar__table table:not(:has(thead)) tr:first-child th:first-child,
  .c-module-calendar__table table:not(:has(thead)) tr:first-child td:first-child {
    border-radius: 2px 0 0 0; }
.c-module-calendar__table table:not(:has(thead)) tr:first-child th:last-child,
  .c-module-calendar__table table:not(:has(thead)) tr:first-child td:last-child {
    border-radius: 0 2px 0 0; }
.c-module-calendar__table table:not(:has(thead)) tr:last-child th:first-child,
  .c-module-calendar__table table:not(:has(thead)) tr:last-child td:first-child {
    border-radius: 0 0 0 2px; }
.c-module-calendar__table table:not(:has(thead)) tr:last-child th:last-child,
  .c-module-calendar__table table:not(:has(thead)) tr:last-child td:last-child {
    border-radius: 0 0 0 2px; }
.c-module-calendar__table table:has(thead) thead th:first-child,
  .c-module-calendar__table table:has(thead) thead td:first-child {
    border-radius: 2px 0 0 0; }
.c-module-calendar__table table:has(thead) thead th:last-child,
  .c-module-calendar__table table:has(thead) thead td:last-child {
    border-radius: 0 2px 0 0; }
.c-module-calendar__table table:has(thead) tbody tr:last-child th:first-child,
  .c-module-calendar__table table:has(thead) tbody tr:last-child td:first-child {
    border-radius: 0 0 0 2px; }
.c-module-calendar__table table:has(thead) tbody tr:last-child th:last-child,
  .c-module-calendar__table table:has(thead) tbody tr:last-child td:last-child {
    border-radius: 0 0 2px 0; }
.c-module-calendar__table th, .c-module-calendar__table td {
  vertical-align: top;
  text-align: left;
  line-height: 1.25; }
.c-module-calendar__table thead {
  background: var(--c-variable-accent, var(--c-black-brilliant)); }
.c-module-calendar__table thead th, .c-module-calendar__table thead td {
    padding: 6px 4px;
    font-size: 1.1rem;
    font-weight: 500; }
.c-module-calendar__table thead th:last-child, .c-module-calendar__table thead td:last-child {
      color: var(--c-red); }
.c-module-calendar__table tbody th, .c-module-calendar__table tbody td {
  position: relative;
  background: var(--c-variable-bg, #fff);
  height: 60px;
  padding: 28px 4px 4px;
  vertical-align: middle; }
.c-module-calendar__table tbody th:has(.c-mc-open),
.c-module-calendar__table tbody td:has(.c-mc-open) {
  background-color: var(--c-blue-light);
  color: #fff; }
.c-module-calendar__table tbody th:has(.c-mc-close),
.c-module-calendar__table tbody td:has(.c-mc-close) {
  background-color: var(--c-variable-accent, var(--c-black-brilliant));
  color: var(--c-variable-text, var(--c-black-dim)); }
.c-module-calendar .c-mc-day {
  font-weight: 700;
  font-size: 1.4rem;
  width: 100%;
  background: var(--c-variable-bg, #fff);
  color: var(--c-variable-text, var(--c-black));
  padding: 2px 4px;
  position: absolute;
  left: 0;
  top: 0; }
.c-module-calendar .c-mc-open {
  font-size: 1.3rem;
  font-style: italic;
  text-align: center; }
.c-module-calendar .c-mc-open + .c-mc-open {
    border-top: 1px solid #fff;
    margin-top: 2px;
    padding-top: 4px; }
.c-module-calendar .c-mc-open i {
    font-weight: 700;
    display: block; }
.c-module-calendar .c-mc-close {
  font-size: 1.3rem;
  text-align: center; }
.c-module-ticket {
  max-width: 486px;
  margin: 0 auto;
  background: var(--c-variable-accent, var(--c-blue-brilliant));
  border-radius: 2px;
  line-height: 1.5; }
.c-module-ticket dt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700; }
.c-module-ticket dd {
    margin: 18px 0 0; }
.c-module-ticket ul {
    line-height: 1.5;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 1.5em; }
.c-module-ticket ul li + li,
    .c-module-ticket ul li ul, .c-module-ticket ul li ol {
      margin-top: .375em; }
.c-module-ticket li {
    position: relative; }
.c-module-ticket li:before {
      content: '※';
      position: absolute;
      left: -1.25em;
      top: 0; }
[data-lang="en"] .c-module-ticket li:before {
      content: '*'; }
.c-module-masonry-group {
  line-height: 1.4;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
.c-module-masonry-group[data-masonry="row"] .c-module-masonry {
    line-height: 1.5;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 18px;
    grid-row-gap: 0; }
.c-module-masonry-group[data-masonry="row"] .c-module-masonry__title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0 24px; }
.c-module-masonry-group[data-masonry="row"] .c-module-masonry__title [class^="c-icon"] {
        margin: 0;
        position: absolute;
        right: 12px;
        bottom: 12px; }
.c-module-masonry-group[data-masonry="row"] .c-module-masonry__floor {
      right: auto;
      left: 12px; }
.c-module-masonry {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 2px;
  background: var(--c-variable-bg, #fff);
  color: var(--c-variable-link, var(--c-blue)); }
.c-content-white .c-module-masonry {
    border: 1px solid var(--c-variable-link, var(--c-blue-dull)); }
.c-module-masonry__thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden; }
.c-module-masonry__thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
.c-module-masonry__title {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 .75em; }
.c-module-masonry__title .c-icon-arrow {
      margin-top: 2px; }
.c-module-masonry__title .c-icon[data-icon="blank"] {
      margin-top: 4px; }
.c-module-masonry__floor {
    background: #fff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--c-black);
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px; }
.c-module-link-btn:has(> *:nth-child(2)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.c-module-link-btn:has(> *:nth-child(2)) > * {
    margin: 0; }
.c-module-portrait {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center; }
.c-module-portrait figure {
    margin: 0 auto; }
.c-module-portrait a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-link-line-offset: 2px;
    color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 24px;
    line-height: 1.5;
    position: relative;
    margin: 18px auto 0; }
.c-module-portrait a:where([target="_blank"]):after, .c-module-portrait a:where([data-modal="trigger"]):after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: min(1em, 20px);
      height: min(1em, 20px);
      background: var(--c-variable-link, var(--c-blue));
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center;
      margin: -.25em .25em 0; }
.c-module-portrait a:where([target="_blank"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-portrait a:where([target="_blank"])[href*=".zip"]:after, .c-module-portrait a:where([target="_blank"])[href*=".pdf"]:after, .c-module-portrait a:where([target="_blank"])[href*=".xls"]:after, .c-module-portrait a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-portrait a:where([target="_blank"])[href*=".doc"]:after, .c-module-portrait a:where([target="_blank"])[href*=".docx"]:after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-portrait a:where([data-modal="trigger"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-portrait a .c-icon-arrow {
      position: absolute;
      left: 0;
      top: 0;
      margin-top: .25em; }
.c-module-embed {
  max-width: 640px;
  margin: 0 auto; }
.c-module-brick {
  line-height: 1.5;
  border: 1px solid var(--c-variable-border, var(--c-black-light));
  padding: 15px 14px;
  border-radius: 2px;
  overflow: hidden; }
.c-module-brick:has(.c-module-brick__thumb) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.c-module-brick:has(.c-module-brick__thumb) > dl {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
.c-module-brick:has(.c-module-brick__state) {
    position: relative;
    padding-right: 48px; }
.c-module-brick__title {
    font-weight: 700;
    margin: 0 0 .4em; }
.c-module-brick__title a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
.c-module-brick__title a:where([target="_blank"]):after, .c-module-brick__title a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-module-brick__title a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-brick__title a:where([target="_blank"])[href*=".zip"]:after, .c-module-brick__title a:where([target="_blank"])[href*=".pdf"]:after, .c-module-brick__title a:where([target="_blank"])[href*=".xls"]:after, .c-module-brick__title a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-brick__title a:where([target="_blank"])[href*=".doc"]:after, .c-module-brick__title a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-brick__title a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-brick__date em {
    color: var(--c-red);
    margin-left: 1em; }
.c-module-brick__more {
    margin: 12px 0 0; }
.c-module-brick__more a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-variable-link, var(--c-blue)));
      display: block;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      padding-left: 24px;
      line-height: 1.5;
      position: relative; }
.c-module-brick__more a:where([target="_blank"]):after, .c-module-brick__more a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-variable-link, var(--c-blue));
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-module-brick__more a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-module-brick__more a:where([target="_blank"])[href*=".zip"]:after, .c-module-brick__more a:where([target="_blank"])[href*=".pdf"]:after, .c-module-brick__more a:where([target="_blank"])[href*=".xls"]:after, .c-module-brick__more a:where([target="_blank"])[href*=".xlsx"]:after, .c-module-brick__more a:where([target="_blank"])[href*=".doc"]:after, .c-module-brick__more a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-module-brick__more a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-module-brick__more a .c-icon-arrow {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: .25em; }
.c-module-brick__state {
    width: 37px;
    height: 100%;
    background: var(--c-black-dazzling);
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-module-floor {
  color: var(--c-variable-link, var(--c-blue));
  line-height: 1.5;
  border: 1px solid var(--c-variable-link, var(--c-blue-dull));
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
.c-module-floor__thumb {
    aspect-ratio: 1 / 1; }
.c-module-floor__thumb img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
.c-module-floor__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 8px; }
.c-module-floor__body strong {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      aspect-ratio: 1 / 1;
      border-radius: 2px;
      color: #fff;
      background: var(--c-variable-link, var(--c-blue));
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1; }
.c-module-floor .c-icon-arrow {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
.c-module-index-box a {
  display: block;
  position: relative;
  height: 95px;
  padding: 0 .5em 30px;
  background: var(--c-variable-bg, #fff);
  border: 1px solid var(--c-variable-border, var(--c-blue-dull));
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-align: center;
  line-height: 1.4; }
.c-module-index-box .c-icon-arrow {
  position: absolute;
  right: 50%;
  bottom: 12px;
  -webkit-transform: translate(50%, 0) rotate(90deg);
          transform: translate(50%, 0) rotate(90deg); }
.c-module-index-special {
  background: var(--c-variable-accent, var(--c-black-brilliant)); }
.c-module-index-special ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-module-index-special li {
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap; }
.c-module-index-special a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 5px; }
.c-module-index-special a:before {
      content: '';
      width: 8px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8px;
              flex: 0 0 8px;
      height: calc(8px / 1.5 * tan(60deg));
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
              clip-path: polygon(0 0, 100% 50%, 0 100%);
      -webkit-transform: translate(3px, 0);
              transform: translate(3px, 0);
      background: var(--c-variable-text, var(--c-black));
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.c-module-flow {
  line-height: 1.5; }
.c-module-flow__block {
    background: var(--c-variable-bg, #fff);
    border: 1px solid var(--c-variable-border, var(--c-black-light));
    border-radius: 2px;
    position: relative; }
.c-module-flow__block + .c-module-flow__block {
      margin-top: 50px; }
.c-module-flow__block + .c-module-flow__block:before {
        content: '';
        display: block;
        width: 16px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16px;
                flex: 0 0 16px;
        height: calc(16px / 1.5 * tan(60deg));
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
                clip-path: polygon(0 0, 100% 50%, 0 100%);
        -webkit-transform: translate(6px, 0);
                transform: translate(6px, 0);
        background: var(--c-variable-text, var(--c-blue-dim));
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        position: absolute;
        left: 50%;
        top: -36px;
        margin: 0 0 0 -8px; }
.c-module-flow__label {
    display: block;
    background: var(--c-variable-accent, var(--c-blue-bright)); }
.c-module-kv {
  max-height: 100vh; }
.c-module-kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top; }
.c-module-kv img {
    display: block; }
.c-module-block .indent0 {
  padding-left: 0;
  text-indent: 0; }
.c-module-block .indent10 {
  padding-left: 1em;
  text-indent: -1em; }
.c-module-block .indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em; }
.c-module-block .indent20 {
  padding-left: 2em;
  text-indent: -2em; }
.c-module-block .indent25 {
  padding-left: 2.5em;
  text-indent: -2.5em; }
.c-module-block .indent30 {
  padding-left: 3em;
  text-indent: -3em; }
.c-module-block .indent35 {
  padding-left: 3.5em;
  text-indent: -3.5em; }
.c-module-block .indent40 {
  padding-left: 4em;
  text-indent: -4em; }
.c-module-block .indent45 {
  padding-left: 4.5em;
  text-indent: -4.5em; }
.c-module-block .indent50 {
  padding-left: 5em;
  text-indent: -5em; }
.c-module-block .indent55 {
  padding-left: 5.5em;
  text-indent: -5.5em; }
.c-module-block .indent60 {
  padding-left: 6em;
  text-indent: -6em; }
.c-module-block .indent65 {
  padding-left: 6.5em;
  text-indent: -6.5em; }
.c-module-block .indent70 {
  padding-left: 7em;
  text-indent: -7em; }
.c-module-block .indent75 {
  padding-left: 7.5em;
  text-indent: -7.5em; }
.c-module-block .indent80 {
  padding-left: 8em;
  text-indent: -8em; }
.c-module-block .indent90 {
  padding-left: 9em;
  text-indent: -9em; }
.c-module-block .indent100 {
  padding-left: 0;
  text-indent: 0; }
.c-module-block .indent110 {
  padding-left: 11em;
  text-indent: -11em; }
.c-module-block .indent120 {
  padding-left: 12em;
  text-indent: -12em; }
.c-module-block .indent130 {
  padding-left: 13em;
  text-indent: -13em; }
.c-module-block .indent0_sp {
  padding-left: 0;
  text-indent: 0; }
.c-news {
  position: relative;
  border-top: 1px solid var(--c-variable-border, var(--c-blue-dull-bright));
  background: transparent; }
.c-news__meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px; }
.c-news__meta time {
      font-size: 1.2rem; }
.c-news__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 1.5rem;
    line-height: 1.5; }
.c-news .c-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -.375em 0 0 .5em;
    color: var(--c-variable-link, var(--c-blue)); }
.c-news .c-icon-arrow {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
[data-news="blcok"] .c-news,
  [data-news="pickup"] .c-news {
    border: none;
    background: #fff; }
.c-content-white [data-news="blcok"] .c-news, .c-content-white
    [data-news="pickup"] .c-news {
      border: 1px solid var(--c-blue-dull);
      border-radius: 2px; }
[data-news="blcok"] .c-news + .c-news,
    [data-news="pickup"] .c-news + .c-news {
      margin-top: 6px; }
[data-news="blcok"] .c-news__text,
    [data-news="pickup"] .c-news__text {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
[data-news="blcok"] .c-news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
[data-news="pickup"] .c-news {
    border-radius: 2px; }
.c-news-cookie {
  background: var(--c-blue);
  position: fixed;
  z-index: 2001;
  display: none; }
.c-news-cookie__body {
    font-size: 1.4rem;
    line-height: 1.625;
    color: rgba(255, 255, 255, 0.8); }
.c-news-cookie__body a {
      font-weight: 700;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, white); }
.c-news-cookie__body a:where([target="_blank"]):after, .c-news-cookie__body a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: white;
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-news-cookie__body a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-news-cookie__body a:where([target="_blank"])[href*=".zip"]:after, .c-news-cookie__body a:where([target="_blank"])[href*=".pdf"]:after, .c-news-cookie__body a:where([target="_blank"])[href*=".xls"]:after, .c-news-cookie__body a:where([target="_blank"])[href*=".xlsx"]:after, .c-news-cookie__body a:where([target="_blank"])[href*=".doc"]:after, .c-news-cookie__body a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-news-cookie__body a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-news-cookie__confirm {
    width: 150px;
    background: #fff;
    color: var(--c-black);
    margin: 18px 0 0;
    font-size: 1.5rem;
    font-weight: 700; }
.c-news-cookie__close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    position: absolute;
    width: 24px;
    height: 20px; }
.c-news-cookie__close span {
      display: block;
      width: 100%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: -webkit-transform .25s ease 0s;
      transition: -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s;
      transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; }
.c-news-cookie__close span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(140deg);
                transform: translate(-50%, -50%) rotate(140deg); }
.c-news-cookie__close span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
                transform: translate(-50%, -50%) rotate(40deg); }
.c-news-notice {
  position: relative;
  background: #fff;
  line-height: 1.5;
  display: none; }
.c-news-notice__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.c-news-notice__body dt {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: var(--c-red);
      color: #fff;
      font-weight: 700; }
.c-news-notice__body dd {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.c-news-notice__body li + li {
      margin-top: .5em; }
.c-news-notice__body a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-decoration-thickness: 1px;
      text-link-line-offset: 2px;
      color: var(--c-variable-link, var(--c-red)); }
.c-news-notice__body a:where([target="_blank"]):after, .c-news-notice__body a:where([data-modal="trigger"]):after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: min(1em, 20px);
        height: min(1em, 20px);
        background: var(--c-red);
        -webkit-mask-repeat: repeat-x;
                mask-repeat: repeat-x;
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-position: right center;
                mask-position: right center;
        margin: -.25em .25em 0; }
.c-news-notice__body a:where([target="_blank"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.c-news-notice__body a:where([target="_blank"])[href*=".zip"]:after, .c-news-notice__body a:where([target="_blank"])[href*=".pdf"]:after, .c-news-notice__body a:where([target="_blank"])[href*=".xls"]:after, .c-news-notice__body a:where([target="_blank"])[href*=".xlsx"]:after, .c-news-notice__body a:where([target="_blank"])[href*=".doc"]:after, .c-news-notice__body a:where([target="_blank"])[href*=".docx"]:after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.c-news-notice__body a:where([data-modal="trigger"]):after {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
                mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.c-news-notice__close {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--c-red);
    border: 1px solid var(--c-red);
    -webkit-transition: background-color .25s ease 0s, border-color .25s ease 0s;
    transition: background-color .25s ease 0s, border-color .25s ease 0s;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
.c-news-notice__close span {
      display: block;
      width: 11px;
      height: 1.5px;
      background: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s; }
.c-news-notice__close span:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(140deg);
                transform: translate(-50%, -50%) rotate(140deg); }
.c-news-notice__close span:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(40deg);
                transform: translate(-50%, -50%) rotate(40deg); }
.c-pagetitle {
  position: relative;
  background: url() no-repeat center center/cover rgba(0, 0, 0, 0.42);
  background-blend-mode: multiply; }
.c-pagetitle:before, .c-pagetitle:after {
    content: '';
    background: var(--c-beige);
    position: absolute;
    z-index: 1;
    pointer-events: none; }
.c-pagetitle:before {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0);
    left: 0;
    top: 0; }
.c-pagetitle:after {
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 0;
    bottom: 0; }
.c-pagetitle__text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: 2;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    color: #fff;
    line-height: 1.25;
    font-weight: bold;
    text-align: center; }
.c-pagetitle__text span {
      display: block;
      letter-spacing: 0;
      text-indent: 0;
      font-weight: 600;
      text-transform: uppercase; }
.c-pagetitle-plane {
  position: relative;
  background: #fff; }
.c-pagetitle-plane:before {
    content: '';
    background: var(--c-beige);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
            clip-path: polygon(0 0, 0% 100%, 100% 0); }
.c-pagetitle-plane__body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
.c-pagetitle-plane[data-pagetitle="wide"] .c-pagetitle-plane__body {
      max-width: 1100px; }
.c-pagetitle-plane__title {
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-pagetitle-beige {
  border-top: 1px solid rgba(var(--c-black-rgb), 0.75);
  background: var(--c-beige); }
.c-pagetitle-beige__body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-pagetitle-beige__subtitle {
    line-height: 1.5; }
.c-pagetitle-beige__title {
    line-height: 1.25; }
.c-pagetitle-today {
  border-top: 1px solid rgba(var(--c-black-rgb), 0.75);
  background: var(--c-beige); }
.c-pagetitle-today__body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.c-pagetitle-today__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-pagetitle-today__titleHeld {
    white-space: nowrap;
    line-height: 1;
    aspect-ratio: 1 / 1;
    border: 1.5px solid var(--c-black);
    border-radius: 8px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-pagetitle-today__titleHeldInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.c-pagetitle-today__titleHeldMonth {
    display: block;
    margin: 0 auto 0 0; }
.c-pagetitle-today__titleHeldSlash {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    width: 1.5em;
    height: 1.5px;
    background: var(--c-black);
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    margin: 0 auto 0 0; }
.c-pagetitle-today__titleHeldDay {
    display: block;
    margin: 0 0 0 .25em;
    text-align: right; }
.c-pagetitle-today__time {
    white-space: nowrap;
    line-height: 1.5;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-weight: 700;
    text-align: right; }
.c-pagetitle-today__time span {
      display: block;
      -webkit-text-decoration: var(--c-black) underline solid 2px;
              text-decoration: var(--c-black) underline solid 2px;
      text-link-line-offset: 3px; }
.c-pagetitle-journal {
  border-top: 1px solid rgba(var(--c-black-rgb), 0.75); }
.c-pagetitle-journal__body {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1; }
.c-pagination__num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    aspect-ratio: 1 / 1;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--c-black);
    background: var(--c-black);
    color: #fff;
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    font-size: 1.6rem; }
.c-pagination__num[href] {
      background: #fff;
      border-color: var(--c-blue-dull);
      color: var(--c-black); }
.c-pagination__ellipsis {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 .625em; }
.c-pagination__prev, .c-pagination__next, .c-pagination__start, .c-pagination__end {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative; }
.c-pagination__prev:before, .c-pagination__next:before, .c-pagination__start:before, .c-pagination__end:before {
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 37.5%;
      height: 37.5%;
      border-top: 1.5px solid var(--c-black);
      border-right: 1.5px solid var(--c-black);
      -webkit-transform: rotate(45deg) translate(-15%, 15%);
              transform: rotate(45deg) translate(-15%, 15%);
      position: absolute;
      left: 30%;
      top: 30%; }
.c-pagination__start:before, .c-pagination__end:before {
    left: 22.5%; }
.c-pagination__start:after, .c-pagination__end:after {
    content: '';
    width: 1.5px;
    height: 50%;
    background: var(--c-black);
    position: absolute;
    left: 65%;
    top: 25%; }
.c-pagination__prev, .c-pagination__start {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
.c-search-input {
  max-width: 480px;
  margin: 0 auto; }
.c-search-input form {
    position: relative;
    width: 100%;
    height: 54px;
    padding: 0 5px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.c-search-input form > * {
      position: relative;
      z-index: 2; }
.c-search-input input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    width: 100%;
    height: 100%;
    padding: 0 100px 0 44px;
    border-radius: 27px;
    border: 1px solid var(--c-blue-dull);
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 1.4rem; }
.c-search-input input::-webkit-input-placeholder {
      color: var(--c-black-dim); }
.c-search-input input::-moz-placeholder {
      color: var(--c-black-dim); }
.c-search-input input::-ms-input-placeholder {
      color: var(--c-black-dim); }
.c-search-input input::placeholder {
      color: var(--c-black-dim); }
.c-search-input button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    height: 42px;
    border-radius: 21px;
    background: var(--c-blue);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700; }
.c-search-input ul {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 14px auto 0;
    font-size: 1.2rem;
    line-height: 1.4; }
.c-search-input li + li {
    margin-top: .25em; }
.c-search-noitem {
  position: relative;
  background: #fff;
  border: 1px dashed var(--c-black);
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px; }
.c-search-noitem__close {
    font-weight: 700;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 .625em;
    position: relative;
    margin-top: 28px; }
.c-search-noitem__close:before, .c-search-noitem__close:after {
      content: '';
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1em;
              flex: 0 0 1em;
      width: 1em;
      height: 1.5px;
      background: var(--c-blue); }
.c-search-noitem__close:before {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.75px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
.c-search-noitem__close[data-collapse-state="open"]:before {
      display: none; }
.c-search-noitem__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.c-search-noitem__close:after {
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
.c-search-noitem__close-btn {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--c-black-brilliant);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -10px;
    top: -10px; }
.c-search-noitem__close-btn:before, .c-search-noitem__close-btn:after {
      content: '';
      width: 10px;
      height: 1px;
      background: var(--c-blue);
      position: absolute;
      left: 50%;
      top: 50%; }
.c-search-noitem__close-btn:before {
      -webkit-transform: translate(-50%, -50%) rotate(40deg);
              transform: translate(-50%, -50%) rotate(40deg); }
.c-search-noitem__close-btn:after {
      -webkit-transform: translate(-50%, -50%) rotate(140deg);
              transform: translate(-50%, -50%) rotate(140deg); }
.p-calendar-table .c-search-noitem {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.c-sns-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.c-sns-sm dt {
    font-weight: 700; }
.c-sns {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 0px; }
.c-sns__item {
    border-top: 1px solid var(--c-black);
    line-height: 1.5; }
.c-sns__service {
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    font-size: 1.6rem; }
.c-sns__body {
    margin: 14px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px; }
.c-sns__body figure {
      overflow: hidden;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      border: 1px solid var(--c-black-brilliant); }
.c-sns__body figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; }
.c-sns__body p {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      font-size: 1.5rem;
      font-weight: 700; }
.c-sns__body span,
    .c-sns__body small {
      display: block;
      letter-spacing: 0;
      text-indent: 0;
      font-weight: 700; }
.c-sns__body small {
      font-size: 1.3rem; }
.c-today-item {
  position: relative;
  display: block;
  padding: 12px 34px 12px 14px;
  background: #fff;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 30px) 100%, 0 100%, 0 15px);
          clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 30px) 100%, 0 100%, 0 15px); }
.c-today-item + .c-today-item {
    margin-top: 5px; }
.c-today-item__title {
    font-weight: 700;
    line-height: 1.5; }
.c-today-item__meta {
    font-size: 1.2rem;
    line-height: 1.25;
    color: var(--c-black-dim);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px 12px;
    margin: 6px 0 0; }
.c-today-item__meta li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 0 4px; }
.c-today-item .c-icon-arrow {
    position: absolute;
    right: 12px;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
.c-today-item[data-today-item="random"] {
    padding-right: 15px; }
.c-today-item[data-today-item="random"] .c-today-item__title {
      font-size: 1.4rem; }
.c-today-item[data-today-item="random"] .c-icon-arrow {
      display: none; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+1) {
      left: -10px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+2) {
      left: 5px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+3) {
      left: -15px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+4) {
      left: 15px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+5) {
      left: -10px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+6) {
      left: 8px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+7) {
      left: -15px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+8) {
      left: 0px; }
.c-today-item[data-today-item="random"]:nth-of-type(9n+9) {
      left: 15px; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  width: auto; }
.c-wp-post_article .alignleft {
  display: inline;
  float: left; }
.c-wp-post_article .alignright {
  display: inline;
  float: right; }
.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.c-wp-post_article blockquote.alignleft,
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post_article blockquote.alignright,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post_article blockquote.aligncenter,
.c-wp-post_article .wp-caption.aligncenter,
.c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }
.c-wp-post_article .wp-caption.alignleft,
.c-wp-post_article .wp-caption.alignright,
.c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }
.c-wysiwyg {
  overflow: hidden; }
.c-module-unit[data-module-unit^="float-"] .c-wysiwyg {
    overflow: visible; }
:where(.c-wysiwyg) h1:not([class]) {
    line-height: 1.5;
    font-weight: 700; }
:where(.c-wysiwyg) h1:not([class]) + h1:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h1:not([class]) + h2:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h1:not([class]) + h3:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h1:not([class]) + h4:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h1:not([class]) + h5:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h1:not([class]) + h6:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h2:not([class]) {
    line-height: 1.5;
    font-weight: 700; }
:where(.c-wysiwyg) h2:not([class]) + h1:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h2:not([class]) + h2:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h2:not([class]) + h3:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h2:not([class]) + h4:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h2:not([class]) + h5:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h2:not([class]) + h6:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h3:not([class]) {
    line-height: 1.5;
    font-weight: 700; }
:where(.c-wysiwyg) h3:not([class]) + h1:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h3:not([class]) + h2:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h3:not([class]) + h3:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h3:not([class]) + h4:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h3:not([class]) + h5:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h3:not([class]) + h6:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h4:not([class]) {
    line-height: 1.5;
    font-weight: 700; }
:where(.c-wysiwyg) h4:not([class]) + h1:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h4:not([class]) + h2:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h4:not([class]) + h3:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h4:not([class]) + h4:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h4:not([class]) + h5:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h4:not([class]) + h6:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h5:not([class]) {
    line-height: 1.5;
    font-weight: 700; }
:where(.c-wysiwyg) h5:not([class]) + h1:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h5:not([class]) + h2:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h5:not([class]) + h3:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h5:not([class]) + h4:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h5:not([class]) + h5:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h5:not([class]) + h6:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h6:not([class]) {
    line-height: 1.5;
    font-weight: 700; }
:where(.c-wysiwyg) h6:not([class]) + h1:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h6:not([class]) + h2:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h6:not([class]) + h3:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h6:not([class]) + h4:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h6:not([class]) + h5:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) h6:not([class]) + h6:not([class]):not(:first-child) {
      margin-top: 0; }
:where(.c-wysiwyg) ul:not([class]),
  :where(.c-wysiwyg) ol:not([class]) {
    line-height: 1.5;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 1.5em; }
:where(.c-wysiwyg) ul:not([class]) li + li,
    :where(.c-wysiwyg) ul:not([class]) li ul, :where(.c-wysiwyg) ul:not([class]) li ol,
    :where(.c-wysiwyg) ol:not([class]) li + li,
    :where(.c-wysiwyg) ol:not([class]) li ul,
    :where(.c-wysiwyg) ol:not([class]) li ol {
      margin-top: .375em; }
:where(.c-wysiwyg) ul:not([class]) > li {
    position: relative; }
:where(.c-wysiwyg) ul:not([class]) > li:before {
      content: '';
      width: .3em;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      background: var(--c-variable-text, var(--c-black));
      position: absolute;
      left: -1em;
      top: .7em; }
:where(.c-wysiwyg) ul:not([class]) > li li:before {
      background-color: var(--c-variable-bg, #fff);
      -webkit-box-shadow: 0 0 0 1px var(--c-variable-text, var(--c-black));
              box-shadow: 0 0 0 1px var(--c-variable-text, var(--c-black)); }
:where(.c-wysiwyg) ol:not([class]) > li {
    list-style-type: decimal; }
:where(.c-wysiwyg) ol:not([class]) > li::marker {
      letter-spacing: 0;
      text-indent: 0;
      font-weight: inherit; }
*:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)) {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-link-line-offset: 2px;
    color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
*:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"]):after, *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([data-modal="trigger"]):after {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: min(1em, 20px);
      height: min(1em, 20px);
      background: var(--c-variable-link, var(--c-blue));
      -webkit-mask-repeat: repeat-x;
              mask-repeat: repeat-x;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: right center;
              mask-position: right center;
      margin: -.25em .25em 0; }
*:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
*:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"])[href*=".zip"]:after, *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"])[href*=".pdf"]:after, *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"])[href*=".xls"]:after, *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"])[href*=".xlsx"]:after, *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"])[href*=".doc"]:after, *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([target="_blank"])[href*=".docx"]:after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
*:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):where([data-modal="trigger"]):after {
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
:where(.c-wysiwyg) table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 2px;
    border-right: 1px solid var(--c-variable-border, var(--c-blue-dull-bright));
    border-bottom: 1px solid var(--c-variable-border, var(--c-blue-dull-bright));
    width: 100%; }
:where(.c-wysiwyg) table th, :where(.c-wysiwyg) table td {
      border-top: 1px solid var(--c-variable-border, var(--c-blue-dull-bright));
      border-left: 1px solid var(--c-variable-border, var(--c-blue-dull-bright)); }
:where(.c-wysiwyg) table:not(:has(thead)) tr:first-child th:first-child,
    :where(.c-wysiwyg) table:not(:has(thead)) tr:first-child td:first-child {
      border-radius: 2px 0 0 0; }
:where(.c-wysiwyg) table:not(:has(thead)) tr:first-child th:last-child,
    :where(.c-wysiwyg) table:not(:has(thead)) tr:first-child td:last-child {
      border-radius: 0 2px 0 0; }
:where(.c-wysiwyg) table:not(:has(thead)) tr:last-child th:first-child,
    :where(.c-wysiwyg) table:not(:has(thead)) tr:last-child td:first-child {
      border-radius: 0 0 0 2px; }
:where(.c-wysiwyg) table:not(:has(thead)) tr:last-child th:last-child,
    :where(.c-wysiwyg) table:not(:has(thead)) tr:last-child td:last-child {
      border-radius: 0 0 0 2px; }
:where(.c-wysiwyg) table:has(thead) thead th:first-child,
    :where(.c-wysiwyg) table:has(thead) thead td:first-child {
      border-radius: 2px 0 0 0; }
:where(.c-wysiwyg) table:has(thead) thead th:last-child,
    :where(.c-wysiwyg) table:has(thead) thead td:last-child {
      border-radius: 0 2px 0 0; }
:where(.c-wysiwyg) table:has(thead) tbody tr:last-child th:first-child,
    :where(.c-wysiwyg) table:has(thead) tbody tr:last-child td:first-child {
      border-radius: 0 0 0 2px; }
:where(.c-wysiwyg) table:has(thead) tbody tr:last-child th:last-child,
    :where(.c-wysiwyg) table:has(thead) tbody tr:last-child td:last-child {
      border-radius: 0 0 2px 0; }
:where(.c-wysiwyg) table:first-child {
      margin-top: 0; }
:where(.c-wysiwyg) table:last-child {
      margin-bottom: 0; }
:where(.c-wysiwyg) table caption {
      caption-side: top;
      text-align: left;
      margin: 0 0 .5em; }
:where(.c-wysiwyg) table th, :where(.c-wysiwyg) table td {
      background: var(--c-variable-bg, #fff);
      font-size: 1.5rem;
      line-height: 1.5;
      text-align: left;
      vertical-align: top; }
:where(.c-wysiwyg) table th[colspan], :where(.c-wysiwyg) table td[colspan] {
        text-align: center; }
:where(.c-wysiwyg) table th {
      background: var(--c-variable-accent, var(--c-blue-bright));
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
:where(.c-wysiwyg) table th + th {
        min-width: initial; }
:where(.c-wysiwyg) table td {
      width: 100%; }
:where(.c-wysiwyg) table:has(tr > td:nth-of-type(2)) td {
      width: auto; }
:where(.c-wysiwyg) em {
    color: var(--c-red); }
:where(.c-wysiwyg) strong {
    font-weight: 700; }
:where(.c-wysiwyg) img {
    width: auto; }
.c-wysiwyg .textleft, [class^="c-module-"] .textleft {
  text-align: left; }
.c-wysiwyg .textcenter, [class^="c-module-"] .textcenter {
  text-align: center; }
.c-wysiwyg .textright, [class^="c-module-"] .textright {
  text-align: right; }
/**
 * Contents
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * Texts
 */
.u-text-link,
.u-text-link-parent a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-link-line-offset: 2px;
  color: var(--c-variable-link, var(--c-variable-link, var(--c-blue))); }
.u-text-link:where([target="_blank"]):after, .u-text-link:where([data-modal="trigger"]):after,
  .u-text-link-parent a:where([target="_blank"]):after,
  .u-text-link-parent a:where([data-modal="trigger"]):after {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: min(1em, 20px);
    height: min(1em, 20px);
    background: var(--c-variable-link, var(--c-blue));
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: right center;
            mask-position: right center;
    margin: -.25em .25em 0; }
.u-text-link:where([target="_blank"]):after,
  .u-text-link-parent a:where([target="_blank"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.15 10.2H1.8V2.85h3.15V1.8H1.8c-.578 0-1.05.472-1.05 1.05v7.35c0 .578.472 1.05 1.05 1.05h7.35c.577 0 1.05-.472 1.05-1.05V7.05H9.15v3.15ZM10.725.75h-4.2V1.8h2.93L5.6 5.653l.745.746L10.2 2.546v2.929h1.05v-4.2a.52.52 0 0 0-.525-.525Z"/></svg>'); }
.u-text-link:where([target="_blank"])[href*=".zip"]:after, .u-text-link:where([target="_blank"])[href*=".pdf"]:after, .u-text-link:where([target="_blank"])[href*=".xls"]:after, .u-text-link:where([target="_blank"])[href*=".xlsx"]:after, .u-text-link:where([target="_blank"])[href*=".doc"]:after, .u-text-link:where([target="_blank"])[href*=".docx"]:after,
  .u-text-link-parent a:where([target="_blank"])[href*=".zip"]:after,
  .u-text-link-parent a:where([target="_blank"])[href*=".pdf"]:after,
  .u-text-link-parent a:where([target="_blank"])[href*=".xls"]:after,
  .u-text-link-parent a:where([target="_blank"])[href*=".xlsx"]:after,
  .u-text-link-parent a:where([target="_blank"])[href*=".doc"]:after,
  .u-text-link-parent a:where([target="_blank"])[href*=".docx"]:after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M10.19 8.857v2.095H1.81V8.857H.763v2.095c0 .577.43 1.048.954 1.048h8.569c.524 0 .953-.471.953-1.048V8.857H10.19Zm-4.19 0a.491.491 0 0 0 .367-.157L9.51 5.557l-.744-.744-2.253 2.253V1H5.466v6.066L3.213 4.813l-.743.744L5.612 8.7a.526.526 0 0 0 .367.157H6Z"/></svg>'); }
.u-text-link:where([data-modal="trigger"]):after,
  .u-text-link-parent a:where([data-modal="trigger"]):after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M9.397 8.678c.76-.921 1.236-2.086 1.236-3.362C10.633 2.39 8.253 0 5.316 0S0 2.39 0 5.316s2.38 5.317 5.316 5.317c1.286 0 2.44-.476 3.362-1.236L11.281 12l.719-.719-2.603-2.603Zm-4.08.942c-2.37 0-4.304-1.934-4.304-4.304s1.934-4.303 4.303-4.303S9.62 2.947 9.62 5.316 7.686 9.62 5.316 9.62Zm.506-6.835H4.81V4.81H2.785v1.013H4.81v2.025h1.013V5.823h2.025V4.81H5.823V2.785Z"/></svg>'); }
.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-text-hide {
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  white-space: nowrap;
  color: transparent;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  position: absolute; }
.u-text-uppercase {
  text-transform: uppercase; }
/**
 * Spacing
 */
.u-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
.gsap-marker-end,
.gsap-marker-start,
.gsap-marker-scroller-end,
.gsap-marker-scroller-start {
  z-index: 9999 !important; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (min-width: 960px) {
    :root {
      --height-header: 128px; }
  :has(body[data-page="suitengu"]) {
    --height-header: 119px; }
  :has(body[data-page="special"]) {
    --height-header: 36px; }
    .ps__thumb-x {
      cursor: -webkit-grab;
      cursor: grab; }
      .ps__thumb-x:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
    .c-swiper-controller {
      gap: 0 16px; }
      .c-swiper-controller__pager {
        gap: 10px 10px; }
      .c-swiper-controller__pager.swiper-pagination-clickable .bullet {
        cursor: pointer;
        -webkit-transition: background-color .25s ease 0s, border-color .25s ease 0s;
        transition: background-color .25s ease 0s, border-color .25s ease 0s; }
        .c-swiper-controller__pager.swiper-pagination-clickable .bullet:hover {
          background-color: var(--c-black);
          border-color: var(--c-black); }
        .c-swiper-controller__pager.swiper-pagination-clickable .bullet:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
    .c-swiper-controller__prev, .c-swiper-controller__next {
      display: none; }
      .c-swiper-controller__prev:after, .c-swiper-controller__next:after {
        -webkit-transition: border-color .25s ease 0s;
        transition: border-color .25s ease 0s; }
        .c-swiper-controller__prev:after:hover, .c-swiper-controller__next:after:hover {
          border-color: var(--c-blue); }
        .c-swiper-controller__prev:after:focus-visible, .c-swiper-controller__next:after:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
      .c-swiper-controller__toggle {
        width: 26px;
        height: 26px;
        gap: 0 3px;
        cursor: pointer;
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
        .c-swiper-controller__toggle:hover {
          background-color: var(--c-yellow); }
        .c-swiper-controller__toggle:focus-visible {
          border-radius: 50%;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
        .c-swiper-controller__toggle:before, .c-swiper-controller__toggle:after {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 2px;
                  flex: 0 0 2px;
          height: 8px; }
    .c-content-white .c-swiper-controller {
      margin-top: 14px; }
    .c-content-white .c-swiper-controller .c-swiper-controller__pager.swiper-pagination-clickable .bullet:hover {
      background-color: transparent;
      border-color: var(--c-variable-link, var(--c-blue-light)); }
    .c-content-white .c-swiper-controller .c-swiper-controller__pager.swiper-pagination-clickable .bullet:focus-visible {
      border-radius: 2px;
      outline: 2px solid var(--c-blue-light);
      background-color: var(--c-blue-brilliant);
      display: block;
      color: inherit; }
      .c-content-white .c-swiper-controller__toggle:hover {
        background-color: var(--c-variable-link, var(--c-blue-light)); }
    .p-home-kv .c-swiper-controller .c-swiper-controller__pager .bullet {
      background-color: rgba(var(--c-blue-dark-rgb), 0.2);
      border-color: rgba(255, 255, 255, 0.5); }
      .p-home-kv .c-swiper-controller .c-swiper-controller__pager .bullet.-active {
        background-color: white;
        border-color: white; }
    .p-home-kv .c-swiper-controller .c-swiper-controller__pager.swiper-pagination-clickable .bullet:hover {
      background-color: #fff;
      border-color: #fff; }
    .p-home-kv .c-swiper-controller .c-swiper-controller__pager.swiper-pagination-clickable .bullet:focus-visible {
      border-radius: 2px;
      outline: 2px solid var(--c-blue-light);
      background-color: var(--c-blue-brilliant);
      display: block;
      color: inherit; }
    .p-home-kv .c-swiper-controller__toggle {
      background-color: rgba(var(--c-blue-dark-rgb), 0.5); }
      .p-home-kv .c-swiper-controller__toggle:hover {
        background-color: var(--c-blue-light); }
      .p-home-kv .c-swiper-controller__toggle:before, .p-home-kv .c-swiper-controller__toggle:after {
        background-color: #fff; }
      .p-home-kv .c-swiper-controller__toggle:focus-visible {
        background-color: var(--c-blue-brilliant); }
        .p-home-kv .c-swiper-controller__toggle:focus-visible:before, .p-home-kv .c-swiper-controller__toggle:focus-visible:after {
          background-color: var(--c-blue); }
  button, select {
    cursor: pointer; }
    .l-footer {
      max-width: initial;
      margin: 0 auto 0;
      padding: 45px 35px 45px; }
    .l-footer {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
      -ms-grid-rows: (auto)[5];
      grid-template-rows: repeat(5, auto);
      grid-column-gap: 0px;
      grid-row-gap: 0px; }
      [data-page="suitengu"] .l-footer {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px; }
      .l-footer__logo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2; }
        .l-footer__logo[data-logo="35th"] {
          position: relative; }
          .l-footer__logo[data-logo="35th"] a {
            width: 290px;
            position: absolute;
            left: 0;
            top: 0; }
            .l-footer__logo[data-logo="35th"] a:after {
              background-image: url(../images/common/logo-35th.svg); }
            [data-page="suitengu"] .l-footer__logo[data-logo="35th"] a {
              position: relative; }
              [data-page="suitengu"] .l-footer__logo[data-logo="35th"] a:last-of-type {
                -ms-flex-preferred-size: 190px;
                    flex-basis: 190px; }
        [data-page="suitengu"] .l-footer__logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 0 100px;
          padding: 0 0 0 10px; }
          [data-page="suitengu"] .l-footer__logo a {
            width: auto; }
            [data-page="suitengu"] .l-footer__logo a:first-of-type {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 52px;
                      flex: 0 0 52px; }
              [data-page="suitengu"] .l-footer__logo a:first-of-type:before {
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                background: rgba(255, 255, 255, 0.2);
                position: absolute;
                right: -54px;
                top: 0; }
              [data-page="suitengu"] .l-footer__logo a:first-of-type:after {
                background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MS43MTYgNTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00Mi40NjggMjguNDczYy4yOS00Ljc3NS41NzItMTIuMTMyLjU1Ny0xNC41NzctLjAxMy0xLjk0Ni0uNTU2LTUuMDE1LTEuMzU1LTcuNjY4YTIwLjgwMSAyMC44MDEgMCAwIDAtLjczNS0xLjU2M0M0MC4zNCAzLjY2MyAzOC4xMiAyLjY0IDM1LjY5OSAyLjMxYy00LjIwNC0uNDAzLTE2Ljc3LS4zMzYtMjAuMDI4LS4yMmE5LjMzIDkuMzMgMCAwIDAtMS4zNjYuNDEyIDEwLjEgMTAuMSAwIDAgMC0uNDkuMjQyYy0uNjQ0LjM0NC0xLjI0LjcwOC0xLjc3MiAxLjA4NWE3LjYyOSA3LjYyOSAwIDAgMC0xLjg1MyAyLjQwOWMtLjk3MyAyLjY0Ni0xLjcxIDYuNDYyLTEuNjggOC43MzYuMDQzIDMuNDk1Ljg4MiAxNS44MDggMS4xNjQgMTcuMTEuMDkyLjMwNy4zOTggMS4xMTIuOSAxLjk1NyAxLjc3NCAxLjc3IDQuMDUzIDIuODY0IDYuOTU3IDMuMzQybC4xMy4wMWMuNDIzLjAzMS44NjEuMDY1IDEuMzE0LjA5MyAxLjg2LjA2MyA1LjU1NS0uMDY1IDEwLjA3NS0uMzU3bC4xNTMtLjAwNGMyLjY1My4wMzEgNS4xMTcuMDYgNy41MTgtLjMyNiAxLjEyOC0uMTgyIDIuMjgtLjczIDMuMTY0LTEuNTAzbC4yMjUtLjE3MWMuMjkzLS4xOTIuNTczLS4zODcuODM5LS41OWwuMDQyLS4wNGMuMjE4LS4zNDMuNDIzLS43MTUuNjEyLTEuMTEuMTA4LS4zLjIxMi0uNjQzLjMxLTEuMDJsLjA5My0uMjc3Yy4xNjEtLjM4My4yMzgtLjY3Ny4yNTYtLjk4NWwuMDItLjE5MmMuMDYyLS4zOS4xNjYtMS4yMTIuMTgtMi4zNGwuMDA2LS4wOThaIi8+PHBhdGggZmlsbD0iIzk3MzEzNiIgZD0iTTQ0LjQ2NCAyOC41OTRjLjI4LTQuNjEuNTc3LTEyLjEwNi41NjEtMTQuNzEtLjAxNS0yLjI2Mi0uNjM0LTUuNTktMS40NzItOC4zNGEyMy4wNzUgMjMuMDc1IDAgMCAwLS44NTMtMS44MkM0MS41NjIgMS44MDIgMzguNDg1LjY3MiAzNS45NjkuMzMgMzEuNDc5LS4xMDUgMTguNTI3LS4wMjcgMTUuNDIzLjFjLS41OTEuMTItMS4yNC4zLTEuOTA2LjU2Mi0uMjE1LjEtLjQzLjIwNi0uNjQuMzE3LS43NDYuMzk2LTEuNDM0LjgyLTIuMDYyIDEuMjctLjkzNi43ODUtMS43OTYgMS44MjQtMi40NjQgMy4xOThDNy4yOTkgOC4yNiA2LjQ3NyAxMi4zNzYgNi41MDkgMTVjLjA0NSAzLjUyOC45MTMgMTYuNTA1IDEuMjMgMTcuNTkuMTQ4LjUwNC41NTIgMS41NzQgMS4yNDYgMi42ODkgMS45MyAxLjk5OCA0LjU3NiAzLjQ5NSA4LjMxIDQuMDkzLjQ5Ni4wMzYgMS4wMTUuMDc3IDEuNTUzLjExMSAyLjI3OC4wOCA2LjQzMS0uMTA1IDEwLjMzLS4zNTcgMi42MzIuMDMgNS4yNzQuMDY1IDcuODYxLS4zNTIgMS41MDMtLjI0MiAzLjAxMi0uOTY0IDQuMTYzLTEuOTczLjM2LS4yMzUuNzAyLS40NzUgMS4wMjUtLjcyNWE0LjA2IDQuMDYgMCAwIDAgLjM0LS4zMzZjLjM1Ni0uNTM2LjY0OC0xLjA4Ljg4Mi0xLjU4MS4xNDQtLjM4Ny4yNzctLjgxNy40LTEuMjk0LjIxLS40OTcuMzczLTEuMDI0LjQxLTEuNjQzLjA5Ny0uNjI0LjE5LTEuNTMzLjIwMy0yLjYyNk05LjczMiAxMi4yNzJjLjMwOC0zLjY0NyAxLjUxOS02LjIyNiAzLjYzLTcuNzM1IDIuMDItMS40MjcgNS4xODUtMi4wOTYgOS40OTItMi4wMTcgMS4zODguMDI4IDUuNTEyLjEzNiA4LjY4Ny4zMyAxLjIwOSAwIDQuMTI1LjMwMiA0LjEyNS4zMDJzMS4xNDEgMS43NDUtLjQ0NCAxLjk2NmMtMS40NjcuMjA1LTIuNDA1LS4wNC00LjA3LS4wNWwtMTMuNTkzLjI1Yy0xLjY3NC4wNTEtMy4wMDIuNjk5LTMuOTg0IDEuOTQ2LS45ODMgMS4yNDMtMS43MDMgMy4wMDItMS44OTUgNS4yNjctLjM2NCA0LjMxNiAxLjczNSA2LjcxMyA2LjA5NiA3LjE5IDEuODk1LjI5MyA1LjMxMi42MzMgNi4zNzMuNjdoLjA0MmMuMDc1IDAgLjEzNy4wMDIuMTg1IDB2LS4wMDZjLjM2My0uMDA4LjcxNS0uMDE3IDEuMDQzLS4wMiA0LjMxNS0uMDUzIDcuNDExLjM3NCA5LjI4MSAxLjI3NyAxLjk1My45NTUgMi44OTEgMi41ODggMi44MTQgNC44OTgtLjA3MSAyLjEyLS45NTcgMy42NTktMi42NTggNC42Mi0xLjYzNS45Mi00LjI0NSAxLjM5OC03LjgzNCAxLjQ0LS44MjguMDEyLTYuMzUyLjAzMS03LjU3OC4wNTgtMS4yMjQuMDMtLjg1NS4wNDYtMS4yNTMuMDUtMS41NC4wMi0uODUgMC0xLjM0NC0uMDY1LS42MjYtLjA3My0uOTM0LS4yNDgtLjkyNC0uNTMuMDA4LS4xOS4xNDQtLjM4LjQxNS0uNTc5LjI3MS0uMTk4LjQ4LS4yOTguNjMtLjMwMiAxLjYyLS4wMTcuNTE0LS4wMSAyLjQ0Ny4wMjcgMS45MzQuMDM1IDcuNTU1LjA1NCA3Ljg3LjA0OCA1LjMxLS4wNjEgOC4xNDgtMS41OTYgOC4yNS00LjYwNi4wNDgtMS40MzUtLjQ4OS0yLjU0Ni0xLjMzOC0zLjMzNC0uODUtLjc4OC0yLjEwOC0xLjE5OS0zLjc3Ny0xLjIzMWwtNy4zODQtLjEyNWMtLjA3MS4wMi0uMjUyLjAyNS0xLjA4NC4wMS0uMjI1LS4wMDctLjIwMi0uMDE2LS4zNjUtLjAzM2wtLjg4Mi0uMDE0YTExLjI4NSAxMS4yODUgMCAwIDEtMS42MjQtLjEyOWMtMy41MS0uMDg0LTUuOTk5LS44NC03LjQ2MS0yLjI3NS0xLjU0Mi0xLjUxNi0yLjE3LTMuOTQ5LTEuODg4LTcuM20yMC43MiAxMi44NjZjLS4xMS0uMDUtMS4wNTYtLjExMi0yLjgzMi0uMTkzLTIuMzgxLS4xMTMtNS0uMTU3LTcuODU1LS4xNC0uMzgyIDAtLjc0Ni4wMTMtMS4wOTIuMDM1IDAtMS40ODggMi43Ni0xLjI5NCAzLjk5Ni0xLjI5NC44MTcuMDIgMS44MS4wMzUgMy4wNDUuMDM1bDUuNzk0LjU2NWMxLjI1My40NDYgMS41NjkgMS4yIDEuNTA1IDIuMjczLS4wNTIuOTItLjI5MiAxLjY3NC0xLjI3NCAyLjI2NC0uOTg2LjU5NC0yLjI4MS44OTctMy44ODguOTE3LTIuODU2LjAzMi01LjQ3NC0uMDUyLTcuODU1LS4yNTItMS43NzYtLjE0Ni0yLjcyMS0uMjYzLTIuODMxLS4zNS0uMTQ4LS4xMTEtLjI0LS40OTgtLjI3Ny0xLjE1bDUuMDEzLjI2NmM1LjE4MSAwIDUuMTUtLjEwNCA2LjU0NC0uMjUxIDEuNDU4LS4xNTggMi4yMDYtLjQwNCAyLjI0LS43MzguMTI4LTEuMjA3LjA0Ny0xLjg2OC0uMjM2LTEuOTg1bTExLjQwMSAxLjI5Yy0uMTQ0IDMuMzY0LTEuMTY4IDUuODA0LTMuMDc3IDcuMzMtMS44MzMgMS40NTYtNC43MyAyLjIxNy04LjY5IDIuMjg3LS45MTYuMDE1LTMuNTg3LjA0OC00Ljk0LjA5Mi0xLjE0OC4wMzYtNi4xODMuMDYxLTcuOTYuMDc1LS44ODEtLjIyNy0yLjA2MS0uNjEtMy4wNjMtMS4xMjIuMDU4LS4yNDMuMjA2LS40ODcuNDUtLjczOC4zMDYtLjMxMi41NC0uNDcxLjcwNi0uNDc1IDEuNzg5LS4wMyA3Ljc0Ny0uMDE3IDkuODc4LjA0MiAyLjEzNC4wNTggNC45MTMuMDg1IDUuMjYuMDggNS44Ni0uMTA1IDkuMDQxLTIuNTM4IDkuMjQ3LTcuMzA1LjA5Ni0yLjI3Ny0uNDYtNC4wNC0xLjM3Mi01LjI4OC0uOTEzLTEuMjUxLTIuMjkxLTEuOS00LjEzLTEuOTU1bC0xMC43Mi0uMjZjLTEuNTA0LS4wNC0yLjQyMy0uMjgyLTIuNzU3LS43MjctMi42MDItLjE3LTQuNTItLjYyNy01Ljc1Ni0xLjM3NC0xLjU3Ni0uOTYtMi4yNjQtMi41LTIuMDYtNC42MjIuMjIyLTIuMzEgMS4zNy0zLjk0MyAzLjQ0NS00Ljg5OC44Ny0uMzk0IDEuOTYtLjcgMy4yNzUtLjkxMSAwLS4wMDYuMDA0LS4wMTUuMDA0LS4wMTdsLjIyMS0uMDE4YzEuNjQ3LS4yNDcgMy42MjUtLjM1OSA1Ljk0NS0uMzMuMTQ2IDAgLjMuMDA0LjQ1MS4wMDhsLjQ4OC0uMDA4YzIuMzI2LS4wMjkgNC4yOTQuMDgzIDUuOTA5LjMzMmwuMjEzLjAxNi4wMDQuMDE5Yy44MDMuMTMzIDEuNTE4LjMgMi4xMzkuNTA1IDEuNDE0LjM2NCAxLjE1NSAxLjk2OC0uMTE3IDEuNjYtLjgwNC0uNDgyLTEuODUxLS43MzUtMy4xNDctLjc2MmwtNS41NzUtLjA5NC01LjU5LjA5NGMtMS42NzEuMDM0LTIuOTg2LjQ0NC0zLjkzNyAxLjIzM2E0LjgzNCA0LjgzNCAwIDAgMC0xLjc3IDMuMzM2Yy0uMjYgMi43MTIgMS44NjYgNC4yMjYgNi4xNzEgNC41NDUgMy4xMjEtLjMyMyA1LjY4OS0uNTAyIDcuNzAzLS41MzYgNC43NjUtLjA4MyA4LjE2OC41OSAxMC4yMDQgMi4wMjMgMi4xMjMgMS41MTUgMy4xMDcgNC4xMDMgMi45NSA3Ljc2NE0yMC4yNDQgMTMuMzk2Yy4xMDQuMDMgMS4wMDEuMDcgMi42OS4xMjEgMi4yNjMuMDcxIDUuNTMuMTIgOC4yNDYuMTEuNTgtLjAwNCAxLjIxLS4wMTcgMS44MTQtLjA0NC0uMDMzLjU1LjM3IDEuMDY2LTEuMDExIDEuMzIyLTEuMzI4LjI0OC0yLjQzMS4zMDEtNy4zNi4zMDEtMi41NTUgMC00LjM5My0uMTQyLTUuNTA2LS41MDktMS4xODctLjQwMy0xLjQ4MS0xLjA5LTEuNDEyLTIuMDYyLjA1OC0uODM0LjI5Mi0xLjUxOCAxLjIzNC0yLjA1NC45NDMtLjUzNiAyLjE3Ny0uODEzIDMuNzA1LS44MyAyLjcxNi0uMDMxIDUuMjA3LjA0NiA3LjQ2OS4yMy41MDMuMDM5LjkzNC4wNzUgMS4yOTcuMTEuNjEgMCAuOTQ2IDEuMjcuNzM0IDEuNDgxYTkxLjQgOTEuNCAwIDAgMC0zLjcyMy0uMDZjLTQuOTI3IDAtNC45LjA2NC02LjIyNy4xNi0xLjM5LjEtMi4xMDQuMjU2LTIuMTQzLjQ3LS4xNC43NjItLjA3NSAxLjE4MS4xOSAxLjI1NiIvPjxwYXRoIGQ9Ik0yNS4xODcgNDguNjIyYzAgLjM2My4wMTQuOTI2LjA0OCAxLjY4MWwtMS41NDMtMi43OTRoLTEuMTY5djQuMzQ5aDEuMDQydi0xLjMxM2MwLS4zMzYtLjAxNS0uNzkzLS4wNTYtMS4zNjJsMS41MSAyLjY3M0gyNi4ydi00LjM0OWgtMS4wMTV2MS4xMTNsLjAwMi4wMDJabS02LjQyMSAxLjQzMWgxLjk4NXYtLjg2MmgtMS45ODV2LS43NjNoMi4xN3YtLjg4MkgxNy42NnY0LjMxMmgzLjM0NnYtLjg4aC0yLjI0M3YtLjkyNWguMDAyWm0tNS45My0xLjYzM2gxLjIzNXYzLjQzNmgxLjEwM1Y0OC40MmgxLjI0MXYtLjg3NmgtMy41OHYuODc2aC4wMDJabS05LjgzOCAxLjA1YTMuMzE0IDMuMzE0IDAgMCAwLS43NS0uMjU0Yy0uMjc0LS4wNjQtLjY3OC0uMTItLjgwOC0uMTg3YS40MjIuNDIyIDAgMCAxLS4yNC0uMzMydi0uMDNjMC0uMTcuMTItLjMzMy4zMzItLjQxNmEuNzk1Ljc5NSAwIDAgMSAuNjE1LjAyMy40OTIuNDkyIDAgMCAxIC4yNzkuMzFjLjAxNS4wNTMuMDI1LjE5LjAyNS4xOWwuMDA0LjAyOGgxLjA4bC4wMDMtLjAyOXYtLjA0NmMwLS4wOS0uMDEzLS4yOTctLjEyNC0uNTIyLS4xMDgtLjIxNy0uNTUyLS44NDQtMS42MTMtLjg0NGgtLjAxNWMtLjQ1LjAwMi0uOTE3LjE2Ny0xLjIxMS40MTUtLjMwOC4yNi0uNDI5LjU2MS0uNDQ0Ljc1Ny0uMDAyLjAzOS0uMDA4LjA4OS0uMDA4LjE0OCAwIC4xMTIuMDE3LjI1OC4xLjQyNy4wODUuMTczLjE4Ni4zMDUuMzguNDUxLjMxMi4yMzUuODU2LjM1NiAxLjI2LjQzLjA5NC4wMTguMjUzLjA1LjM2Ny4wOTEuMjU3LjA5NC40MDMuMjcuNDAzLjUwN3YuMDE0Yy0uMDA0LjMtLjM1Ny41NjctLjc2LjU2N0gxLjg2Yy0uNDAxLS4wMDYtLjc3NC0uMjI3LS43NzQtLjU3N3YtLjEyOEgwdi4wMzJzLjAwMi4wMDguMDAyLjAyM3YuMDU4YzAgLjA3MS4wMDguMjM4LjA4LjQxNy4wODMuMjA2LjE1Mi4yNzkuMTkzLjMzMi4wNDYuMDU4LjEzMi4xNDYuMjEuMjEyLjA0Mi4wMzguMTguMTQ2LjM3LjI0YTIuMjEyIDIuMjEyIDAgMCAwIC45NzMuMjIzaC4wMDJjLjA1IDAgLjA5NCAwIC4xMzgtLjAwMmExLjk5IDEuOTkgMCAwIDAgLjQ1Mi0uMDY0Yy4yNDItLjA1OS41NDYtLjE3NC43OC0uMzcyLjA5OC0uMDg1LjE3OS0uMTU2LjI0NC0uMjQyLjAzOS0uMDUuMDc1LS4xMTQuMS0uMTUyYS45NzcuOTc3IDAgMCAwIC4xNTItLjU2YzAtLjE4LS4wMzUtLjM1NS0uMDgzLS40OTEtLjExLS4zLS4zMjktLjUxMS0uNjE1LS42NTJ2LjAwNFptNy4zNTYgMi4zODhoMS4xMDN2LTQuMzEyaC0xLjEwNHY0LjMxMlptLTIuODY4LTEuNjJjMCAuNTY5LS4xODYuODIyLS43MTkuODIycy0uNzI2LS4yNTEtLjcyNi0uODIydi0yLjY5NEg0Ljk1NXYyLjU2MWMwIC42NDIuMTAyIDEuMDguNDYxIDEuNDEuMzM2LjMwNi43ODYuNDYyIDEuMzU1LjQ2MnMxLjAyLS4xNTggMS4zNTUtLjQ2MWMuMzYtLjMzLjQ1Ni0uNzY5LjQ1Ni0xLjQxdi0yLjU2Mkg3LjQ4NHYyLjY5NGguMDAyWm0zOC4xNSAxLjYyaDEuMTA0di00LjMxMmgtMS4xMDN2NC4zMTJabTIuNS00LjMxMnYuODc2aDEuMjM1djMuNDM2aDEuMTAzdi0zLjQzNmgxLjI0MnYtLjg3NmgtMy41ODFaTTI5LjcxIDUwLjMzNGguNmMtLjAwNi4xNzctLjA2NS41NzUtLjYzLjY4MmEuNjg0LjY4NCAwIDAgMS0uNDA0LS4wMzZsLS4wMi0uMDFjLS4zNzItLjE5Mi0uNjAzLS42MzYtLjYwMy0xLjI2IDAtLjg3LjQ0Mi0xLjQxIDEuMDYxLTEuNDEuNDE1IDAgLjcxLjE5My44NTIuNTY2aDEuMDU3Yy0uMTczLS45MTMtLjg2My0xLjQ0Ny0xLjg3OC0xLjQ0Ny0xLjMzOCAwLTIuMjE0LjkyNC0yLjIxNCAyLjMzMyAwIC42Ni4yMDMgMS4yMTguNTc2IDEuNjIuMzY2LjM5Ni44NTIuNiAxLjQwMy42czEuMDAyLS4yIDEuMzIzLS42MnYuNTFoLjgxOHYtMi4zNTRIMjkuNzF2LjgyNmguMDAyWm01Ljk2LS4wOTZjMCAuNTY5LS4xODYuODIyLS43MTguODIycy0uNzI3LS4yNTEtLjcyNy0uODIydi0yLjY5NGgtMS4wODR2Mi41NjFjMCAuNjQyLjEgMS4wOC40NjEgMS40MS4zMzUuMzA2Ljc4Ni40NjIgMS4zNTUuNDYyczEuMDItLjE1OCAxLjM1NS0uNDYxYy4zNjItLjMzLjQ1OC0uNzY5LjQ1OC0xLjQxdi0yLjU2MmgtMS4xdjIuNjk0Wm03LjA5NC0yLjY5MmgtMS45NzR2NC4zMTJoMS4xMTF2LTEuNTRoLjljLjk3MiAwIDEuNDk5LS41MSAxLjQ5OS0xLjQyMXMtLjUzNC0xLjM1LTEuNTM2LTEuMzV2LS4wMDFabS0uMTMgMS45aC0uNzMzdi0xLjAzaC43MmMuMzk1IDAgLjU5My4xNjcuNTkzLjUxIDAgLjM1OS0uMTg2LjUyLS41OC41MloiLz48L3N2Zz4K"); }
            [data-page="suitengu"] .l-footer__logo a:last-of-type {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 156px;
                      flex: 0 0 156px; }
        .l-footer__logo a {
          display: block;
          width: 235px;
          position: relative;
          -webkit-transition: opacity .25s ease 0s;
          transition: opacity .25s ease 0s;
          opacity: 1; }
          .l-footer__logo a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
          .l-footer__logo a:after {
            content: '';
            width: 100%;
            height: 100%;
            background: url(../images/common/logo.svg) no-repeat center center/100% 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: none; }
          .l-footer__logo a:focus-visible:after {
            display: block; }
          .l-footer__logo a:hover {
            opacity: .8; }
      .l-footer__credit {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3 / 1 / 4 / 2; }
      .l-footer__btns {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3;
        -ms-grid-column-align: end;
            justify-self: end; }
      .l-footer__menu {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
        -ms-grid-column-align: end;
            justify-self: end;
        padding: 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 5px 30px; }
      .l-footer__sns {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4 / 2 / 5 / 3;
        -ms-grid-column-align: end;
            justify-self: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0 0; }
      .l-footer__copylight {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5 / 1 / 6 / 2;
        font-size: 1.1rem; }
        [data-page="suitengu"] .l-footer__copylight {
          text-align: center;
          margin: 30px 0 0; }
      .l-footer__credit a,
      .l-footer__menu a {
        -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
        transition: color .125s  ease 0s, background-color .25s ease 0s; }
        .l-footer__credit a:hover,
        .l-footer__menu a:hover {
          text-decoration: none;
          color: var(--c-variable-link, var(--c-beige)); }
          .l-footer__credit a:hover:after,
          .l-footer__menu a:hover:after {
            background-color: var(--c-beige); }
        .l-footer__credit a:focus-visible,
        .l-footer__menu a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: inline;
          color: var(--c-black); }
        .l-footer__credit a:focus-visible:after,
        .l-footer__menu a:focus-visible:after {
          background-color: var(--c-black); }
  .l-footer-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 3px; }
    .l-footer-btns a {
      height: 56px;
      padding: 5px 23px;
      -webkit-transition: background-color .25s ease 0s, border-color .25s ease 0s;
      transition: background-color .25s ease 0s, border-color .25s ease 0s;
      border: 1px solid var(--c-beige-dark);
      -webkit-transition: color .25s ease 0s, border-color .25s ease 0s;
      transition: color .25s ease 0s, border-color .25s ease 0s; }
      .l-footer-btns a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--c-black); }
      .l-footer-btns a:hover {
        color: #fff;
        border-color: #fff; }
  .l-footer-btns [data-btn="donate"] a:hover {
    color: var(--c-black); }
    .l-header__bar {
      padding: 9px 8px 9px;
      background: var(--c-blue-dark); }
      .l-header__bar a {
        display: block;
        width: 78px;
        margin: 0 0 0 auto;
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s; }
        .l-header__bar a:hover {
          opacity: .8; }
    .l-header__inner {
      padding: 8px 8px 14px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0 30px;
      -webkit-transition: padding 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: padding 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header__inner {
        padding-top: 12px;
        padding-bottom: 8px; }
    .l-header__logo {
      -webkit-transition: margin 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-flex-basis 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-transform 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: margin 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-flex-basis 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-transform 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: flex-basis 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, margin 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: flex-basis 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, margin 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-flex-basis 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -ms-flex-preferred-size 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, -webkit-transform 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 261px;
              flex: 0 0 261px;
      margin: 9px 0 0; }
      .l-header__logo[data-logo="35th"] {
        -ms-flex-preferred-size: 273px;
            flex-basis: 273px; }
        [data-page="home"] .l-header__logo[data-logo="35th"] a {
          width: 156px;
          height: 466.5px;
          left: 11px;
          top: -65px; }
          [data-page="home"] .l-header__logo[data-logo="35th"] a:before {
            width: 100%;
            height: 100%;
            border-radius: 0 0 2px 2px;
            background-image: url(../images/common/logo-35th-vertical.svg);
            background-size: 120px 418.5px;
            background-color: rgba(255, 255, 255, 0.9);
            left: 0;
            top: 0; }
        [data-page="home"] .l-header__logo[data-logo="35th"] img {
          width: 273px;
          height: 71.8px; }
        [data-header-shadow="on"] [data-page="home"] .l-header__logo[data-logo="35th"] a {
          width: 258px;
          height: 68px;
          left: -7px;
          top: -33px; }
        [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header__logo[data-logo="35th"] {
          -ms-flex-preferred-size: 258px;
              flex-basis: 258px; }
      [data-page="home"] .l-header__logo {
        position: relative; }
        [data-page="home"] .l-header__logo a {
          display: block;
          width: 120px;
          height: 248.5px;
          position: absolute;
          left: 16px;
          top: -34px; }
          [data-page="home"] .l-header__logo a:before {
            content: '';
            width: 120px;
            height: 248.5px;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/common/logo-vertical.svg) no-repeat center center/cover;
            -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
            transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        [data-page="home"] .l-header__logo img {
          position: relative;
          display: block;
          max-width: initial;
          width: 216px;
          height: 49.5px;
          left: -16px;
          top: 9px;
          -webkit-transition: visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          visibility: hidden;
          opacity: 0; }
      [data-header-shadow="on"] [data-page="home"] .l-header__logo a {
        width: 216px;
        height: 49.5px;
        left: 0px;
        top: -25px; }
        [data-header-shadow="on"] [data-page="home"] .l-header__logo a:before {
          -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          opacity: 0; }
      [data-header-shadow="on"] [data-page="home"] .l-header__logo img {
        left: 0;
        top: 0;
        -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        visibility: visible;
        opacity: 1; }
      [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header__logo {
        -ms-flex-preferred-size: 216px;
            flex-basis: 216px;
        margin-top: 0px;
        -webkit-transform: translate(0, -2px);
                transform: translate(0, -2px); }
      [data-page="suitengu"] .l-header__logo {
        -ms-flex-preferred-size: 207px;
            flex-basis: 207px; }
      .l-header__logo a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
    .l-header__body {
      container-type: inline-size;
      container-name: header__body;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 24px 0;
      -webkit-transition: gap 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: gap 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header__body {
        gap: 10px 0; }
    .l-header__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 0 30px;
      -webkit-transition: padding 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: padding 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header__top {
        padding-right: 92px; }
    .l-header__btm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 0 35px;
      padding: 0 12px 0 0;
      -webkit-transition: gap 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: gap 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header__btm {
        gap: 0 30px; }
      [data-page="suitengu"] .l-header__btm {
        padding: 17px 16px 0 0; }
  .l-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 25px; }
    .l-header-info__anchor {
      font-size: 1.3rem;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 10px;
      -webkit-transition: color .25s ease 0s;
      transition: color .25s ease 0s; }
      .l-header-info__anchor:hover {
        color: var(--c-blue-light); }
      .l-header-info__anchor:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      .l-header-tool__btn {
        width: 46px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI5MUZBMDdCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI5MUZBMDhCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjkxRkEwNUI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjkxRkEwNkI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrZPFL0AAAAlSURBVHjaYmRgYJACYob///8/A9FMDGiAESgDYTAySmFVARBgAEmHBx7jOEbJAAAAAElFTkSuQmCC);
        background-size: 4px 4px;
        background-repeat: repeat;
        background-position: left top;
        background-color: var(--c-beige);
        -webkit-transition: background-color 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, width 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: background-color 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, width 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        .l-header-tool__btn:hover {
          background-color: var(--c-yellow); }
        .l-header-tool__btn:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
        [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header-tool__btn {
          width: 32px; }
  .l-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px 32px;
    font-size: 1.5rem;
    line-height: 1.5; }
    .l-header-menu__item {
      position: relative; }
    .l-header-menu__itemInner {
      display: block; }
      .l-header-menu__itemInner:has(a[href]) {
        position: relative; }
        .l-header-menu__itemInner:has(a[href]):before {
          content: '';
          width: 100%;
          height: 3px;
          background: var(--c-black);
          position: absolute;
          left: 0;
          bottom: -2px;
          -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
          transition: -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
          transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
          transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, -webkit-transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: right center;
                  transform-origin: right center; }
    .l-header-menu__item:hover .l-header-menu__itemInner:before,
    .l-header-menu__item:focus-within .l-header-menu__itemInner:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .l-header-menu__anchor {
      position: relative;
      padding: 0 0 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 .375em;
      font-weight: 700;
      text-align: center; }
      .l-header-menu__anchor:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .l-header-menu__anchor:after {
        content: '';
        width: 20px;
        height: 12px;
        font-size: 0;
        background: #fff;
        -webkit-box-shadow: 0 1px 0 1px #fff;
                box-shadow: 0 1px 0 1px #fff;
        -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
                clip-path: polygon(50% 0, 100% 100%, 0 100%);
        position: absolute;
        left: 50%;
        bottom: -18px;
        z-index: 2;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        opacity: 0;
        pointer-events: none; }
  .l-header-submenu {
    position: relative;
    z-index: 1;
    padding: 17px 0 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  @container header__body (min-width: 709px) and (max-width: 866px) {
    [data-menu="rent"] .l-header-submenu {
      left: auto;
      right: 0;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
    .l-header-submenu__inner {
      background: #fff;
      padding: 26px 30px 34px;
      border-radius: 0 0 2px 2px;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      line-height: 1.5; }
    .l-header-submenu__ctop {
      border-bottom: 2px solid var(--c-black);
      padding: 0 0 14px;
      margin: 0 0 22px;
      font-size: 1.8rem;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 0 10px;
      -webkit-transition: color .25s ease 0s;
      transition: color .25s ease 0s; }
      .l-header-submenu__ctop:hover {
        color: var(--c-blue-light); }
        .l-header-submenu__ctop:hover .c-icon-arrow {
          background-color: var(--c-blue-light); }
      .l-header-submenu__ctop:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: inherit; }
      .l-header-submenu__ctop .c-icon-arrow {
        margin-top: .375em; }
    .l-header-submenu__cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 24px;
      min-width: 230px; }
      .l-header-submenu__cols:has(.l-header-submenu__col:nth-of-type(2)) {
        min-width: 484px; }
      .l-header-submenu__cols:has(.l-header-submenu__col:nth-of-type(3)) {
        min-width: 738px; }
    .l-header-submenu__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 230px;
              flex: 0 0 230px;
      font-size: 1.4rem; }
      .l-header-submenu__col .c-icon {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-left: -.75em; }
      .l-header-submenu__col ul + ul,
      .l-header-submenu__col dl + dl {
        margin-top: 2.5em; }
      .l-header-submenu__col dt {
        font-size: 1.3rem;
        font-weight: 700;
        margin: 0 0 1.25em; }
      .l-header-submenu__col li + li,
      .l-header-submenu__col dd + dd {
        margin-top: 1em; }
      .l-header-submenu__col a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 0 1em;
        -webkit-transition: color .25s ease 0s;
        transition: color .25s ease 0s; }
        .l-header-submenu__col a:hover {
          color: var(--c-blue-light); }
          .l-header-submenu__col a:hover:before {
            left: 7px; }
        .l-header-submenu__col a:before {
          content: '';
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 0.625em;
          height: 0.625em;
          border-top: 1px solid var(--c-black);
          border-right: 1px solid var(--c-black);
          -webkit-transform: rotate(45deg) translate(-15%, 15%);
                  transform: rotate(45deg) translate(-15%, 15%);
          left: 4px;
          top: .375em;
          position: relative;
          -webkit-transition: left .25s ease 0s;
          transition: left .25s ease 0s; }
    .l-header-hamburger {
      position: relative;
      width: 50px;
      height: 35px;
      -webkit-transform: translate(0, -4px);
              transform: translate(0, -4px);
      font-size: 1.3rem;
      -webkit-transition: top 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: top 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
      .l-header-hamburger:hover span:nth-of-type(1) {
        -webkit-animation: hamburger 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s 1 normal none running;
                animation: hamburger 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.25s 1 normal none running; }
      .l-header-hamburger:hover span:nth-of-type(2) {
        -webkit-animation: hamburger 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s 1 normal none running;
                animation: hamburger 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s 1 normal none running; }
      .l-header-hamburger:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      [data-header-shadow="on"] body:not([data-page="suitengu"]) .l-header-hamburger {
        top: -18px; }
        .l-header-hamburger span:nth-of-type(2) {
          top: 11px; }
      .l-header-hamburger em {
        width: 38px; }
    .l-header-lang {
      padding: 54px 0 48px; }
      .l-header-lang__close {
        width: 40px;
        height: 30px;
        right: 24px;
        top: 24px; }
        .l-header-lang__close:hover span:nth-of-type(1) {
          -webkit-transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75); }
        .l-header-lang__close:hover span:nth-of-type(2) {
          -webkit-transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75); }
        .l-header-lang__close:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
      .l-header-lang ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 0 12px; }
      .l-header-lang a {
        width: 180px; }
        .l-header-lang a[href] {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
          .l-header-lang a[href]:hover {
            background-color: var(--c-yellow); }
          .l-header-lang a[href]:focus-visible {
            border-radius: 20px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: inherit; }
      .l-header-search__inner {
        max-width: 480px;
        margin: 0 auto 0;
        padding: 0 35px 0; }
      .l-header-search__close {
        width: 40px;
        height: 30px;
        right: 24px;
        top: 24px; }
        .l-header-search__close:hover span:nth-of-type(1) {
          -webkit-transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75); }
        .l-header-search__close:hover span:nth-of-type(2) {
          -webkit-transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75); }
        .l-header-search__close:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
  .l-header {
    visibility: visible; }
    [data-nav="open"] .l-header,
    [data-language="open"] .l-header,
    [data-search="open"] .l-header {
      -webkit-transition: visibility 0s linear 1.125s;
      transition: visibility 0s linear 1.125s;
      visibility: hidden; }
    .l-main {
      font-size: 1.6rem;
      line-height: 2; }
    .l-nav {
      width: 100%;
      height: 100%;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .l-nav:before {
        content: '';
        width: 100%;
        height: 100%;
        background: var(--c-beige);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
      .l-nav__outer {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: var(--c-black); }
        [data-page="suitengu"] .l-nav__outer {
          background-color: var(--c-beige); }
      .l-nav__inner {
        max-height: 100%;
        background: var(--c-beige);
        overflow-x: hidden;
        overflow-y: auto; }
        .l-nav__inner::-webkit-scrollbar {
          display: none; }
      .l-nav__header {
        padding: max(22px, 2.75vh) 25px 0; }
      .l-nav__headerLogo {
        width: 216px; }
        .l-nav__headerLogo[data-logo="35th"] {
          width: 258px; }
      .l-nav__menu {
        width: 86%;
        max-width: 1366px;
        margin: max(60px, 7.5vh) auto 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-column-gap: 72px;
        grid-row-gap: 0px; }
        [data-lang="en"] .l-nav__menu,
        [data-lang="zh-cn"] .l-nav__menu,
        [data-lang="zh-tw"] .l-nav__menu,
        [data-lang="korean"] .l-nav__menu {
          max-width: 645px;
          -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); }
        [data-page="suitengu"] .l-nav__menu {
          max-width: 430px;
          -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); }
      .l-nav__banner {
        width: 86%;
        max-width: 1366px;
        margin: 5px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 0 12px; }
        [data-lang="en"] .l-nav__banner,
        [data-lang="zh-cn"] .l-nav__banner,
        [data-lang="zh-tw"] .l-nav__banner,
        [data-lang="korean"] .l-nav__banner {
          max-width: 860px; }
        .l-nav__banner li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 480px;
                  flex: 0 0 480px; }
        .l-nav__banner a {
          display: block;
          -webkit-transition: opacity .25s ease 0s;
          transition: opacity .25s ease 0s;
          -webkit-transition: -webkit-transform .25s ease 0s;
          transition: -webkit-transform .25s ease 0s;
          transition: transform .25s ease 0s;
          transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
          -webkit-transform: scale(1);
                  transform: scale(1); }
          .l-nav__banner a:hover {
            -webkit-transform: scale(1.025);
                    transform: scale(1.025); }
          .l-nav__banner a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
      .l-nav__submenu {
        width: 86%;
        max-width: 1366px;
        margin: 36px auto 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 0 1.75em;
        font-size: 1.3rem; }
        [data-lang="en"] .l-nav__submenu,
        [data-lang="zh-cn"] .l-nav__submenu,
        [data-lang="zh-tw"] .l-nav__submenu,
        [data-lang="korean"] .l-nav__submenu {
          max-width: 860px; }
      .l-nav__footer {
        background: var(--c-black);
        color: var(--c-beige);
        font-size: 1.5rem;
        line-height: 1.5; }
        .l-nav__footer a {
          color: var(--c-beige); }
      .l-nav__footerInner {
        width: 86%;
        max-width: 1366px;
        margin: 0 auto;
        padding: 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .l-nav__footerInner:before {
          content: '';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; }
      .l-nav__submenu a {
        -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
        transition: color .125s  ease 0s, background-color .25s ease 0s; }
        .l-nav__submenu a:hover {
          text-decoration: none;
          color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
          .l-nav__submenu a:hover:after {
            background-color: var(--c-variable-link, var(--c-blue-light)); }
        .l-nav__submenu a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
      .l-nav__headerClose {
        width: 40px;
        height: 30px;
        right: 24px;
        top: 24px; }
        .l-nav__headerClose:hover span:nth-of-type(1) {
          -webkit-transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75); }
        .l-nav__headerClose:hover span:nth-of-type(2) {
          -webkit-transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75); }
        .l-nav__headerClose:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
      .l-nav__banner [data-btn="donate"] a {
        height: 80px; }
  .l-nav-info {
    display: none; }
  .l-nav-menu {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5; }
    .l-nav-menu .c-icon-arrow {
      margin-top: .333em; }
    :where(.l-nav-menu) a {
      display: block;
      margin: 0 0 .75em;
      padding: .6em 0; }
      :where(.l-nav-menu) a[href]:not([class]) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 0 .5em;
        -webkit-transition: color .25s ease 0s;
        transition: color .25s ease 0s; }
        :where(.l-nav-menu) a[href]:not([class]):hover {
          color: var(--c-blue-light); }
          :where(.l-nav-menu) a[href]:not([class]):hover .c-icon-arrow {
            background-color: var(--c-blue-light); }
        :where(.l-nav-menu) a[href]:not([class]):focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
      :where(.l-nav-menu) a .c-icon {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
    .l-nav-menu__ctop {
      display: none; }
    .l-nav-menu__parent {
      border-top: 2px solid var(--c-black); }
      .l-nav-menu__parent + .l-nav-menu__parent {
        margin-top: 2em; }
    .l-nav-menu__child {
      font-size: 1.3rem;
      padding: 0 .75em; }
      .l-nav-menu__child + .l-nav-menu__child {
        margin-top: 1.85em; }
      .l-nav-menu__child dt {
        position: relative;
        font-size: 1.2rem;
        margin: 0 0 1em; }
        .l-nav-menu__child dt:not(:first-of-type) {
          margin-top: 2em; }
      .l-nav-menu__child dd, .l-nav-menu__child li {
        font-weight: 500; }
        .l-nav-menu__child dd + dd,
        .l-nav-menu__child dd + li, .l-nav-menu__child li + dd,
        .l-nav-menu__child li + li {
          margin-top: 1em; }
        .l-nav-menu__child dd a[href]:not([class]), .l-nav-menu__child li a[href]:not([class]) {
          margin: 0;
          gap: 0 .75em;
          padding: 0; }
          .l-nav-menu__child dd a[href]:not([class]):before, .l-nav-menu__child li a[href]:not([class]):before {
            content: '';
            display: block;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 0.625em;
            height: 0.625em;
            border-top: 1px solid var(--c-black);
            border-right: 1px solid var(--c-black);
            -webkit-transform: rotate(45deg) translate(-15%, 15%);
                    transform: rotate(45deg) translate(-15%, 15%);
            left: 0;
            top: .5em;
            position: relative;
            -webkit-transition: left .25s ease 0s;
            transition: left .25s ease 0s; }
          .l-nav-menu__child dd a[href]:not([class]):hover:before, .l-nav-menu__child li a[href]:not([class]):hover:before {
            left: 3px; }
      .l-nav-menu__child .c-icon {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-left: -.5em; }
  .l-nav-search {
    display: none; }
  .l-nav {
    -webkit-transition: visibility 0s linear .25s, opacity .25s linear 0s;
    transition: visibility 0s linear .25s, opacity .25s linear 0s;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
    [data-nav="open"] .l-nav {
      visibility: visible;
      opacity: 1;
      pointer-events: auto; }
    .l-nav:before {
      -webkit-transition: -webkit-transform 0s linear .25s;
      transition: -webkit-transform 0s linear .25s;
      transition: transform 0s linear .25s;
      transition: transform 0s linear .25s, -webkit-transform 0s linear .25s;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      will-change: transform; }
      [data-nav="open"] .l-nav:before {
        -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        transition: -webkit-transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        transition: transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        transition: transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s, -webkit-transform 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        -webkit-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0); }
    .l-nav__outer {
      -webkit-transform: translate3d(0, 20px, 0);
              transform: translate3d(0, 20px, 0);
      opacity: 0;
      will-change: transform, opacity; }
      [data-nav="open"] .l-nav__outer {
        -webkit-transition: opacity 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s, -webkit-transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
        transition: opacity 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s, -webkit-transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
        transition: transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s, opacity 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
        transition: transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s, opacity 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s, -webkit-transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
        -webkit-transform: translate3d(0, 0px, 0);
                transform: translate3d(0, 0px, 0);
        opacity: 1; }
    .p-about-intro {
      max-width: 800px;
      margin: 0 auto 0;
      padding: 24px 35px 60px; }
    .p-about-mission {
      margin: 18px auto 0;
      background: url(../images/about/mission.svg) no-repeat center center/cover, url(../images/about/mission.png) no-repeat center bottom/50% auto var(--c-beige);
      aspect-ratio: 1552 / 1144; }
    .p-about-organization {
      background-image: url(../images/about/organization.svg);
      aspect-ratio: 800 / 813; }
      [data-lang="en"] .p-about-organization {
        background-image: url(../images/about/en/organization.svg);
        aspect-ratio: 800 / 934; }
    .p-about-history {
      width: 100vw;
      margin: 0 calc(50% - 50vw); }
      .p-about-history__content {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: -webkit-grab;
        cursor: grab;
        padding: 0; }
      .p-about-history__content .ps__rail-x {
        display: none; }
        .p-about-history__body:before, .p-about-history__body:after {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc((100% - 800px) / 2);
                  flex: 0 0 calc((100% - 800px) / 2); }
      .p-about-history__prev, .p-about-history__next {
        -webkit-transition: -webkit-transform .25s ease 0s;
        transition: -webkit-transform .25s ease 0s;
        transition: transform .25s ease 0s;
        transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
        margin-top: -14px; }
        .p-about-history__prev button, .p-about-history__next button {
          -webkit-transition: border-color .25s ease 0s;
          transition: border-color .25s ease 0s; }
          .p-about-history__prev button:hover, .p-about-history__next button:hover {
            border-color: var(--c-blue-light); }
          .p-about-history__prev button:focus-visible, .p-about-history__next button:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
      .p-about-history__prev {
        left: calc(50% - 800px / 2 - 35px); }
        .p-about-history__prev:hover {
          -webkit-transform: scale(-1, 1) translate(3px, 0);
                  transform: scale(-1, 1) translate(3px, 0); }
    .p-about-history__next {
      left: calc(50% + 800px / 2);
      -webkit-transform: translate(0px, 0);
              transform: translate(0px, 0); }
      .p-about-history__next:hover {
        -webkit-transform: translate(3px, 0);
                transform: translate(3px, 0); }
      .p-about-history__block {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 260px;
                flex: 0 0 260px;
        font-size: 1.5rem; }
        .p-about-history__block figure {
          margin: 12px 0 0; }
        .p-about-history__year strong {
          font-size: 2.8rem; }
    .p-about-history__desc {
      min-height: 4.5em; }
  .p-about-history-more {
    margin: 36px 0 0; }
    .p-about-history-more a {
      -webkit-transition: color .25s ease 0s;
      transition: color .25s ease 0s; }
      .p-about-history-more a:hover {
        color: var(--c-blue-light); }
        .p-about-history-more a:hover:before, .p-about-history-more a:hover:after {
          background-color: var(--c-blue-light); }
      .p-about-history-more a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      .p-about-history-more a:before, .p-about-history-more a:after {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
    .p-about-history-more a {
      font-size: 1.5rem; }
    .p-about-revision {
      margin: 38px 0 0; }
  .p-access-time {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 1em;
    grid-row-gap: .25em; }
  .p-accessibility-summary {
    margin: 45px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px; }
    .p-accessibility-summary__block {
      padding: 24px; }
    .p-accessibility-summary__title {
      font-size: 2.0rem;
      gap: 0 15px; }
      .p-accessibility-summary__title span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 44px;
                flex: 0 0 44px; }
  .p-accessibility-summary__more {
    margin: 18px 0 0; }
    .p-accessibility-summary__more a {
      -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
      transition: color .125s  ease 0s, background-color .25s ease 0s; }
      .p-accessibility-summary__more a:hover {
        text-decoration: none;
        color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
        .p-accessibility-summary__more a:hover:after {
          background-color: var(--c-variable-link, var(--c-blue-light)); }
      .p-accessibility-summary__more a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .p-accessibility-support-tab__inner {
        max-width: 800px;
        margin: 0 auto 0;
        padding: 60px 35px 0; }
        .p-accessibility-support-tab__body a {
          padding: 34px .5em 24px;
          font-size: 1.8rem;
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
          .p-accessibility-support-tab__body a:hover {
            background-color: var(--c-yellow); }
          .p-accessibility-support-tab__body a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: inherit; }
      .p-accessibility-support-tab__body li:first-child a {
        border-radius: 12px 0 0 0; }
      .p-accessibility-support-tab__body li:last-child a {
        border-radius: 0 12px 0 0; }
        .p-accessibility-support-tab__body small {
          width: 48px;
          margin: -24px 0 0 -24px; }
    .p-accessibility-toilet-info {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      margin: 45px 0 0; }
      .p-accessibility-toilet-info li {
        padding: .5em 0 0; }
      .p-accessibility-toilet-info span:not([class]) {
        margin: -.5em 0 0; }
    .p-accessibility-toilet {
      margin: 36px 0 0;
      font-size: 2.0rem; }
      .p-accessibility-toilet__head {
        padding: 24px 0 28px 12px;
        min-width: 3.3em;
        font-size: 3.0rem; }
      .p-accessibility-toilet__body {
        padding: 24px 16px 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 24px 24px; }
        .p-accessibility-toilet__body dl {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 12px);
                  flex: 0 0 calc(50% - 12px); }
      .p-accessibility-toilet__sign {
        gap: 6px 8px; }
        .p-accessibility-toilet__caution li {
          font-size: 1.4rem; }
    .p-accessibility-hearingloop-mark {
      font-size: 1.4rem;
      margin: 27px 0 0; }
    .p-calendar-header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0 20px; }
    .p-calendar-header__date {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
      .p-calendar-header__date:hover {
        color: var(--c-blue-light); }
        .p-calendar-header__date:hover:after {
          top: calc(8px + 3px);
          border-top-color: var(--c-blue-light);
          border-right-color: var(--c-blue-light); }
      .p-calendar-header__date:after {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 11px;
        height: 11px;
        border-top: 1.5px solid var(--c-black);
        border-right: 1.5px solid var(--c-black);
        -webkit-transform: rotate(135deg) translate(-15%, 15%);
                transform: rotate(135deg) translate(-15%, 15%);
        top: 8px;
        -webkit-transition: top .25s ease 0s;
        transition: top .25s ease 0s; }
    .p-calendar-header__dateNow {
      font-size: 1.4rem; }
      .p-calendar-header__dateNow em {
        font-size: 2.0rem; }
      .p-calendar-header__dateNow strong {
        font-size: 4.8rem; }
    .p-calendar-header__dateSelect {
      cursor: pointer; }
      .p-calendar-header__dateSelect:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: var(--c-blue-brilliant); }
      .p-calendar-header__nav a {
        border: 1px solid var(--c-blue-dull);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32px;
                flex: 0 0 32px;
        width: 32px;
        height: 28px; }
        .p-calendar-header__nav a[href] {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
          .p-calendar-header__nav a[href]:first-of-type:before, .p-calendar-header__nav a[href]:last-of-type:before {
            opacity: 1; }
          .p-calendar-header__nav a[href]:hover {
            background-color: var(--c-yellow); }
            .p-calendar-header__nav a[href]:hover:first-of-type:before {
              left: 9px; }
            .p-calendar-header__nav a[href]:hover:last-of-type:before {
              right: 10px; }
        .p-calendar-header__nav a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
        .p-calendar-header__nav a:first-of-type {
          border-radius: 16px 0 0 16px; }
          .p-calendar-header__nav a:first-of-type:before {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 8px;
            height: 8px;
            border-top: 1.5px solid var(--c-black);
            border-right: 1.5px solid var(--c-black);
            -webkit-transform: rotate(225deg) translate(-15%, 15%);
                    transform: rotate(225deg) translate(-15%, 15%);
            left: 11px;
            -webkit-transition: left .25s ease 0s;
            transition: left .25s ease 0s;
            opacity: .25; }
        .p-calendar-header__nav a:last-of-type {
          border-left: none;
          border-radius: 0 16px 16px 0; }
          .p-calendar-header__nav a:last-of-type:before {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 8px;
            height: 8px;
            border-top: 1.5px solid var(--c-black);
            border-right: 1.5px solid var(--c-black);
            -webkit-transform: rotate(45deg) translate(-15%, 15%);
                    transform: rotate(45deg) translate(-15%, 15%);
            right: 12px;
            -webkit-transition: right .25s ease 0s;
            transition: right .25s ease 0s;
            opacity: .25; }
        .p-calendar-header__nav a:before {
          content: '';
          position: absolute;
          top: 9px; }
    .p-calendar-header__tool {
      margin: 0 0 0 auto; }
    .p-calendar-header__switcher {
      position: relative;
      width: 302px;
      height: 40px;
      border-radius: 20px; }
      .p-calendar-header__switcher:before {
        content: '';
        -webkit-box-flex: 0;
            -ms-flex: 0 0 147px;
                flex: 0 0 147px;
        width: 147px;
        height: 32px;
        border-radius: 16px;
        background: var(--c-black);
        position: absolute;
        top: 3px;
        z-index: 1;
        -webkit-transition: left 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: left 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
      .p-calendar-header__switcher:where(:has(a[href]:first-of-type)):before {
        left: 150px; }
      .p-calendar-header__switcher:where(:has(a[href]:first-of-type)) a:first-of-type {
        color: var(--c-black); }
      .p-calendar-header__switcher:where(:has(a[href]:first-of-type)) a:last-of-type {
        color: #fff; }
      .p-calendar-header__switcher:where(:has(a[href]:last-of-type)):before {
        left: 3px; }
      .p-calendar-header__switcher:where(:has(a[href]:last-of-type)) a:first-of-type {
        color: #fff; }
      .p-calendar-header__switcher:where(:has(a[href]:last-of-type)) a:last-of-type {
        color: var(--c-black); }
      .p-calendar-header__switcher a {
        position: relative;
        z-index: 2; }
        .p-calendar-header__switcher a:focus-visible {
          border-radius: 16px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: var(--c-black); }
        .p-calendar-header__switcher a[href]:hover {
          color: var(--c-blue-light); }
      .p-calendar-header__switcher a {
        -webkit-transition: color .375s ease 0s;
        transition: color .375s ease 0s; }
    .p-calendar-header__switcher {
      font-size: 1.3rem; }
    .p-calendar-header__toggle {
      -webkit-transition: color .375s ease 0s;
      transition: color .375s ease 0s; }
      .p-calendar-header__toggle:hover {
        color: var(--c-blue-light); }
      .p-calendar-header__toggle:focus-visible {
        border-radius: 50%;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
    .p-calendar-table {
      margin: 20px 0 0; }
        .p-calendar-table table thead th, .p-calendar-table table thead td {
          font-size: 1.3rem;
          padding: 10px 4px; }
        .p-calendar-table table tbody th, .p-calendar-table table tbody td {
          font-size: 1.6rem;
          padding: 10px 4px; }
    .p-calendar-cell-stack {
      margin: 4px -4px 0;
      height: calc(1em + 8px);
      padding: 4px 0; }
      .p-calendar-cell-stack__wrap {
        width: calc(100% - 8px);
        left: 4px; }
    .p-calendar-cell-stack[data-cell^="2"] .p-calendar-cell-stack__wrap {
      width: calc(200% - 8px + 1px); }
    .p-calendar-cell-stack[data-cell^="3"] .p-calendar-cell-stack__wrap {
      width: calc(300% - 8px + 2px); }
    .p-calendar-cell-stack[data-cell^="4"] .p-calendar-cell-stack__wrap {
      width: calc(400% - 8px + 3px); }
    .p-calendar-cell-stack[data-cell^="5"] .p-calendar-cell-stack__wrap {
      width: calc(500% - 8px + 4px); }
    .p-calendar-cell-stack[data-cell^="6"] .p-calendar-cell-stack__wrap {
      width: calc(600% - 8px + 5px); }
    .p-calendar-cell-stack[data-cell^="7"] .p-calendar-cell-stack__wrap {
      width: calc(700% - 8px + 6px); }
      .p-calendar-cell-stack__head:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        mix-blend-mode: multiply;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s; }
      .p-calendar-cell-stack__head:hover:after {
        opacity: 1; }
      .p-calendar-cell-stack__head {
        font-size: 1.3rem;
        cursor: pointer; }
        .p-calendar-cell-stack__head:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
      .p-calendar-cell-stack__body {
        width: 300px; }
        th:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        td:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        th:first-child [data-cell^="2"] .p-calendar-cell-stack__body,
        td:first-child [data-cell^="2"] .p-calendar-cell-stack__body {
          left: 8px;
          -webkit-transform: translate(0, calc(100% + 6px));
                  transform: translate(0, calc(100% + 6px)); }
          th:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          th:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          td:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          td:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          th:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          th:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          td:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          td:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:after {
            left: 25%; }
        th:last-child .p-calendar-cell-stack__body,
        td:last-child .p-calendar-cell-stack__body {
          left: auto;
          right: 12px;
          -webkit-transform: translate(0, calc(100% + 6px));
                  transform: translate(0, calc(100% + 6px)); }
          th:last-child .p-calendar-cell-stack__body a:before,
          th:last-child .p-calendar-cell-stack__body a:after,
          td:last-child .p-calendar-cell-stack__body a:before,
          td:last-child .p-calendar-cell-stack__body a:after {
            left: 75%; }
        th:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        td:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body {
          left: auto;
          right: 12px;
          -webkit-transform: translate(0, calc(100% + 6px));
                  transform: translate(0, calc(100% + 6px)); }
        tr:last-child th [data-cell] .p-calendar-cell-stack__body,
        tr:last-child td [data-cell] .p-calendar-cell-stack__body {
          bottom: auto;
          top: 0;
          -webkit-transform: translate(-50%, calc(-100% - 8px));
                  transform: translate(-50%, calc(-100% - 8px)); }
          tr:last-child th [data-cell] .p-calendar-cell-stack__body a:before,
          tr:last-child th [data-cell] .p-calendar-cell-stack__body a:after,
          tr:last-child td [data-cell] .p-calendar-cell-stack__body a:before,
          tr:last-child td [data-cell] .p-calendar-cell-stack__body a:after {
            -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
                    clip-path: polygon(0 0, 100% 0, 50% 100%);
            bottom: auto;
            top: calc(100% - 2px); }
        tr:last-child th:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child td:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child th:first-child [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child td:first-child [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child th:last-child .p-calendar-cell-stack__body,
        tr:last-child td:last-child .p-calendar-cell-stack__body,
        tr:last-child th:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body {
          -webkit-transform: translate(0, calc(-100% - 8px));
                  transform: translate(0, calc(-100% - 8px)); }
        .p-calendar-cell-stack__body a {
          padding: 8px 12px 12px;
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
          .p-calendar-cell-stack__body a:hover {
            background-color: var(--c-yellow); }
            .p-calendar-cell-stack__body a:hover:after {
              background-color: var(--c-yellow); }
          .p-calendar-cell-stack__body a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
        .p-calendar-cell-stack__body dt {
          font-size: 1.6rem; }
        .p-calendar-cell-stack__body li {
          font-size: 1.4rem; }
        .p-calendar-cell-stack__body li .c-icon {
          margin-top: .25em; }
      .p-calendar-cell-stack__close:hover {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s;
        background-color: var(--c-black); }
        .p-calendar-cell-stack__close:hover:before, .p-calendar-cell-stack__close:hover:after {
          background-color: #fff; }
      .p-calendar-cell-stack__close:focus-visible {
        border-radius: 10px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
        .p-calendar-cell-stack__close:before, .p-calendar-cell-stack__close:after {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
    .p-calendar-cell-holiday {
      font-size: 1.3rem;
      padding: 0 4px;
      top: 10px; }
    .p-calendar-cell-day {
      font-size: 1.6rem;
      width: 24px;
      margin: -5px 0 0 -1px; }
    .p-calendar-list {
      gap: 0 36px; }
      .p-calendar-list + .p-calendar-list {
        margin-top: 0; }
      .p-calendar-list__head {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42px;
                flex: 0 0 42px; }
    .p-calendar-list-date {
      gap: 10px 0;
      top: calc(var(--height-header) + 16px); }
      .p-calendar-list-date strong {
        font-size: 3.0rem; }
    .p-calendar-list-date span {
      font-size: 1.3rem; }
    .p-calendar-list-item {
      padding: 16px 38px 16px 12px;
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s; }
      .p-calendar-list-item:last-of-type {
        padding-bottom: 36px; }
      .p-calendar-list-item:hover {
        background-color: var(--c-yellow); }
        .p-calendar-list-item:hover .c-icon-arrow {
          -webkit-transform: translate(3px, 0);
                  transform: translate(3px, 0); }
      .p-calendar-list-item:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .p-calendar-list-item__title {
        font-size: 1.8rem; }
      .p-calendar-list-item__meta {
        font-size: 1.4rem; }
      .p-calendar-list-item__meta .c-icon {
        margin-top: .25em; }
      .p-calendar-list-item__arrow {
        right: 12px; }
  .p-calendar-links {
    margin: 25px 0 0; }
    .p-error-404 {
      max-width: 1100px;
      margin: 0 auto 0;
      padding: 72px 35px 72px; }
      .p-error-404__title {
        margin: 0 0 50px;
        font-size: 4.2rem; }
      .p-error-404__desc {
        text-align: center; }
        .p-error-404__desc:last-of-type {
          margin-bottom: 40px; }
  .p-facilities-summary {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px; }
    .p-facilities-summary__block {
      padding: 24px 24px 64px; }
      [data-lang="en"] .p-facilities-summary__block,
      [data-lang="zh-cn"] .p-facilities-summary__block,
      [data-lang="zh-tw"] .p-facilities-summary__block {
        padding-bottom: 84px; }
    .p-facilities-summary__title {
      font-size: 2.0rem;
      gap: 0 15px; }
      .p-facilities-summary__title span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 44px;
                flex: 0 0 44px; }
  .p-facilities-summary__more {
    width: 100%;
    padding: 0 24px 20px;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    bottom: 0; }
    .p-facilities-summary__more a {
      -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
      transition: color .125s  ease 0s, background-color .25s ease 0s; }
      .p-facilities-summary__more a:hover {
        text-decoration: none;
        color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
        .p-facilities-summary__more a:hover:after {
          background-color: var(--c-variable-link, var(--c-blue-light)); }
      .p-facilities-summary__more a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
    [data-lang="en"] .p-facilities-summary__more a,
    [data-lang="zh-cn"] .p-facilities-summary__more a,
    [data-lang="zh-tw"] .p-facilities-summary__more a {
      min-height: 3em; }
    .p-facilities-titles {
      height: 420px; }
        .p-facilities-titles__inner:before {
          height: 52%; }
        .p-facilities-titles__inner:after {
          width: 153px;
          height: 89px; }
      .p-facilities-titles__fig {
        max-width: 800px;
        margin: 0 auto 0;
        padding: 0 35px 0; }
      .p-facilities-titles__body {
        width: 800px;
        padding: 0 35px 28px; }
      .p-facilities-titles__title {
        font-size: 3.2rem;
        margin: 0 0 12px; }
  .p-facilities-shop-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px; }
    .p-facilities-shop {
      font-size: 1.4rem; }
      .p-facilities-shop__logo {
        width: 90px;
        margin: -45px auto 0; }
    .p-facilities-shop__name {
      font-size: 2.0rem;
      margin: 12px 0 10px; }
        :where(.p-facilities-shop__data) a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          :where(.p-facilities-shop__data) a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-black)); }
            :where(.p-facilities-shop__data) a:hover:after {
              background-color: var(--c-black); }
          :where(.p-facilities-shop__data) a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: inherit; }
      .p-facilities-shop__hp {
        font-size: 1.6rem; }
        .p-facilities-shop__hp a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .p-facilities-shop__hp a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .p-facilities-shop__hp a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .p-facilities-shop__hp a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
    .p-facilities-map-info {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 24px;
      margin: 48px 0 0; }
      .p-facilities-map-info li {
        gap: 0 8px;
        font-size: 1.4rem; }
    .p-facilities-map {
      margin: 48px 0 0; }
      .p-facilities-map__headBody {
        font-size: 2.0rem;
        padding: 28px 72px 24px 12px;
        gap: 0 18px; }
        button.p-facilities-map__headBody {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
          button.p-facilities-map__headBody:hover {
            background-color: var(--c-yellow); }
          button.p-facilities-map__headBody:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: inherit; }
          button.p-facilities-map__headBody:before, button.p-facilities-map__headBody:after {
            width: 24px;
            right: 12px;
            top: 40px; }
      .p-facilities-map__headFloor {
        font-size: 3.6rem; }
      .p-facilities-map__headSign {
        gap: 6px 8px;
        margin: 23px 0 0; }
      .p-facilities-map__body {
        padding: 0 12px 36px; }
    .p-facilities-map__map {
      padding: 8px 8px 0; }
      .p-facilities-map__links {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 28px;
        grid-row-gap: 22px;
        margin: 28px 18px 0; }
        .p-facilities-map__links a[href] {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .p-facilities-map__links a[href]:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .p-facilities-map__links a[href]:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .p-facilities-map__links a[href]:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: inherit; }
      .p-home-kv .swiper {
        height: 100%; }
        .p-home-kv .swiper:before {
          width: 247px;
          height: 143px; }
        .p-home-kv .swiper:after {
          width: 325px;
          height: 188px; }
          [data-lang="zh-cn"] .p-home-kv .swiper:after,
          [data-lang="zh-tw"] .p-home-kv .swiper:after,
          [data-lang="korean"] .p-home-kv .swiper:after {
            width: 215px;
            height: 124px; }
      .p-home-kv__controller {
        left: 26px;
        bottom: 19px; }
      .p-home-kv__btns {
        right: 14px;
        bottom: 14px; }
        .p-home-kv__btns li:before {
          pointer-events: none;
          content: '';
          aspect-ratio: 1 / 1;
          background: var(--c-blue-dim);
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -webkit-transform: skew(-60deg) scale(3, 1) translate(-100%, 0);
                  transform: skew(-60deg) scale(3, 1) translate(-100%, 0);
          -webkit-transform-origin: left top;
                  transform-origin: left top; }
        .p-home-kv__btns li:hover:before {
          -webkit-transform: skew(-60deg) scale(3, 1) translate(0, 0);
                  transform: skew(-60deg) scale(3, 1) translate(0, 0); }
        .p-home-kv__btns a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
          .p-home-kv__btns [data-kv-btn="calendar"] a {
            padding: 13px 15px; }
          .p-home-kv__btns [data-kv-btn="access"] a {
            gap: 0 12px;
            padding: 15px 13px 14px; }
          .p-home-kv__btns [data-kv-btn="held"] a {
            gap: 0 12px;
            padding: 13px 13px 8px; }
      .p-home-kv__btnLt {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 42px;
                flex: 0 0 42px; }
      .p-home-kv-held__month {
        font-size: 1.2rem; }
      .p-home-kv-held__slash {
        font-size: 1.2rem; }
      .p-home-kv-held__day {
        font-size: 2.7rem; }
    .p-home-kv-pickup {
      max-width: 900px;
      margin: 22px auto 0;
      padding: 0 35px 0; }
      .p-home-kv-pickup__box {
        padding: 16px 40px 16px 18px;
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
        .p-home-kv-pickup__box:hover {
          background-color: var(--c-yellow); }
        .p-home-kv-pickup__box:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
      .p-home-kv-pickup__icon {
        right: 18px; }
  .p-home-events {
    position: relative; }
    .p-home-events:before {
      content: '';
      width: 100%;
      height: calc(100% - 165px);
      background: url(../images/common/pattern-tri.svg) repeat center top/75px 43px;
      position: absolute;
      left: 0;
      top: 165px;
      z-index: -1; }
    .p-home-events__inner {
      max-width: 1000px;
      margin: 0 auto 0;
      padding: 0 35px 80px; }
    .p-home-events__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .p-home-events__inner .p-home-events__event {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 55%;
                flex: 0 0 55%;
        max-width: 55%; }
      .p-home-events__inner .p-home-events__held {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 39%;
                flex: 0 0 39%;
        max-width: 39%; }
    .p-home-events__noitem {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI5MUZBMDdCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI5MUZBMDhCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjkxRkEwNUI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjkxRkEwNkI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrZPFL0AAAAlSURBVHjaYmRgYJACYob///8/A9FMDGiAESgDYTAySmFVARBgAEmHBx7jOEbJAAAAAElFTkSuQmCC);
      background-size: 4px 4px;
      background-repeat: repeat;
      background-position: left top;
      background-color: var(--c-beige);
      -webkit-clip-path: polygon(110px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 95px) 100%, 0 100%, 0 65px);
              clip-path: polygon(110px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 95px) 100%, 0 100%, 0 65px);
      padding: 195px 35px; }
    .p-home-event {
      padding: 8px 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .p-home-event__viewer {
        padding: 20px 15.5% 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI5MUZBMDdCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI5MUZBMDhCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjkxRkEwNUI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjkxRkEwNkI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrZPFL0AAAAlSURBVHjaYmRgYJACYob///8/A9FMDGiAESgDYTAySmFVARBgAEmHBx7jOEbJAAAAAElFTkSuQmCC);
        background-size: 4px 4px;
        background-repeat: repeat;
        background-position: left top;
        background-color: var(--c-beige);
        -webkit-clip-path: polygon(110px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 95px) 100%, 0 100%, 0 65px);
                clip-path: polygon(110px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 95px) 100%, 0 100%, 0 65px); }
        .p-home-event__viewer .swiper {
          padding: 10px; }
        .p-home-event__viewer .swiper-slide {
          -webkit-transition: color .25s ease 0s;
          transition: color .25s ease 0s;
          color: var(--c-black); }
          .p-home-event__viewer .swiper-slide img {
            -webkit-transition: -webkit-transform .25s ease 0s;
            transition: -webkit-transform .25s ease 0s;
            transition: transform .25s ease 0s;
            transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
            -webkit-transform: scale(1);
                    transform: scale(1); }
          .p-home-event__viewer .swiper-slide:hover {
            color: var(--c-blue-light); }
            .p-home-event__viewer .swiper-slide:hover img {
              -webkit-transform: scale(1.025);
                      transform: scale(1.025); }
          .p-home-event__viewer .swiper-slide:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
      .p-home-event__prev, .p-home-event__next {
        -webkit-transition: -webkit-transform .25s ease 0s;
        transition: -webkit-transform .25s ease 0s;
        transition: transform .25s ease 0s;
        transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; }
        .p-home-event__prev button, .p-home-event__next button {
          -webkit-transition: border-color .25s ease 0s;
          transition: border-color .25s ease 0s; }
          .p-home-event__prev button:hover, .p-home-event__next button:hover {
            border-color: var(--c-blue-light); }
          .p-home-event__prev button:focus-visible, .p-home-event__next button:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
      .p-home-event__prev:hover {
        -webkit-transform: scale(-1, 1) translate(3px, 0);
                transform: scale(-1, 1) translate(3px, 0); }
      .p-home-event__next {
        -webkit-transform: translate(0px, 0);
                transform: translate(0px, 0); }
        .p-home-event__next:hover {
          -webkit-transform: translate(3px, 0);
                  transform: translate(3px, 0); }
      .p-home-event__title {
        font-size: 1.8rem;
        margin: .75em 0 0; }
      .p-home-event__date {
        font-size: 1.2rem; }
        .p-home-event__date span {
          font-size: 1.5rem; }
  .p-home-held {
    padding: 10px 0 0; }
    .p-home-held__lists {
      padding: 18px 26px 16px; }
      .p-home-held__lists:before {
        -webkit-clip-path: polygon(105px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 100px) 100%, 0 100%, 0 65px);
                clip-path: polygon(105px 0%, 100% 0, 100% calc(100% - 60px), calc(100% - 100px) 100%, 0 100%, 0 65px); }
    .p-home-held__more {
      -webkit-transition: color .25s ease 0s;
      transition: color .25s ease 0s; }
      .p-home-held__more:hover {
        color: var(--c-blue-light); }
        .p-home-held__more:hover:before, .p-home-held__more:hover:after {
          background-color: var(--c-blue-light); }
      .p-home-held__more:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      .p-home-held__more:before, .p-home-held__more:after {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
    .p-home-held__more {
      display: none; }
    .p-home-held__noitem {
      margin: 108px 0; }
    .p-home-info {
      max-width: 720px;
      margin: 0 auto 0;
      padding: 12px 35px 0; }
    .p-home-info {
      gap: 30px 4px; }
      .p-home-info__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 140px;
                flex: 0 0 140px; }
    .p-home-journal-title {
      max-width: 308px; }
    .p-home-journal {
      max-width: 900px;
      margin: 0 auto 0;
      padding: 0 35px 0; }
    .p-home-about {
      margin: 95px 8px 72px; }
      .p-home-about:before {
        width: 165px;
        height: 95px; }
      .p-home-about:after {
        width: 197px;
        height: 114px; }
      .p-home-about__content {
        max-width: 950px;
        margin: 0 auto 0;
        padding: 85px 35px 85px; }
      .p-home-about__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 43% 1fr 48%;
        grid-template-columns: 43% 1fr 48%;
        -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 0px;
        grid-row-gap: 30px; }
        .p-home-about__contentA1 {
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-area: 1 / 1 / 2 / 2;
          -ms-grid-row-align: end;
              align-self: end;
          text-align: center;
          padding: 0 0 10px;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
        .p-home-about__contentA2 {
          -ms-grid-row: 1;
          -ms-grid-row-span: 2;
          -ms-grid-column: 3;
          -ms-grid-column-span: 1;
          grid-area: 1 / 3 / 3 / 4;
          -ms-grid-row-align: center;
              align-self: center; }
          .p-home-about__contentA2 img {
            border-radius: 2px; }
        .p-home-about__contentA3 {
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-area: 2 / 1 / 3 / 2;
          -ms-grid-row-align: start;
              align-self: start; }
      .p-home-about__title {
        font-size: 3.4rem;
        margin: 0 0 .25em; }
    .p-home-topics {
      max-width: 900px;
      margin: 0 auto 0;
      padding: 72px 35px 72px; }
    .p-home-lang-msg {
      max-width: 800px;
      margin: 0 auto 0;
      padding: 64px 35px 0; }
      .p-home-lang-msg__title {
        font-size: 2.4rem;
        padding: 12px 0 36px; }
    .p-home-lang-event {
      max-width: 800px;
      margin: 34px auto 0;
      padding: 0 35px 0; }
    .p-home-banner {
      max-width: 960px;
      margin: 0 auto 0;
      padding: 72px 35px 0; }
    .p-home-banner a {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3 - 20px);
              flex: 0 0 calc(100% / 3 - 20px);
      -webkit-transition: -webkit-transform .25s ease 0s;
      transition: -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s;
      transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .p-home-banner a:hover {
        -webkit-transform: scale(1.025);
                transform: scale(1.025); }
      .p-home-banner a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
    .p-journal-label {
      gap: 8px 8px; }
      .p-journal-label button {
        font-size: 1.4rem;
        padding: .5em .9em; }
        .p-journal-label button:hover {
          background-color: var(--c-blue-brilliant);
          border-color: var(--c-blue-brilliant); }
        .p-journal-label button:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
    .p-journal-reset {
      margin: 18px auto 0;
      font-size: 1.4rem;
      -webkit-transition: color .25s ease 0s;
      transition: color .25s ease 0s; }
      .p-journal-reset:hover {
        color: var(--c-blue-light); }
      .p-journal-reset:focus-visible {
        border-radius: 1.125em;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .p-maintenance__content {
        max-width: 1100px;
        margin: 0 auto 0;
        padding: 35px 35px 35px; }
      .p-maintenance__content {
        font-size: 1.6rem;
        line-height: 2;
        text-align: center; }
        .p-maintenance__content a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .p-maintenance__content a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .p-maintenance__content a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .p-maintenance__content a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: inherit; }
      .p-maintenance__title {
        max-width: 313px; }
      .p-maintenance__heading {
        font-size: 2.0rem;
        margin: 54px 0 1em; }
    .p-performance-header {
      max-width: 1000px;
      margin: 0 auto 34px;
      padding: 0 35px 0; }
      .p-performance-header__hr {
        margin: 36px 0 0; }
      .p-performance-header__switcher {
        position: relative;
        width: 442px;
        height: 54px;
        border-radius: 27px; }
        .p-performance-header__switcher:before {
          content: '';
          -webkit-box-flex: 0;
              -ms-flex: 0 0 215px;
                  flex: 0 0 215px;
          width: 215px;
          height: 42px;
          border-radius: 21px;
          background: var(--c-black);
          position: absolute;
          top: 5px;
          z-index: 1;
          -webkit-transition: left 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: left 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .p-performance-header__switcher:where(:has(a[href]:first-of-type)):before {
          left: 220px; }
        .p-performance-header__switcher:where(:has(a[href]:first-of-type)) a:first-of-type {
          color: var(--c-black); }
        .p-performance-header__switcher:where(:has(a[href]:first-of-type)) a:last-of-type {
          color: #fff; }
        .p-performance-header__switcher:where(:has(a[href]:last-of-type)):before {
          left: 5px; }
        .p-performance-header__switcher:where(:has(a[href]:last-of-type)) a:first-of-type {
          color: #fff; }
        .p-performance-header__switcher:where(:has(a[href]:last-of-type)) a:last-of-type {
          color: var(--c-black); }
        .p-performance-header__switcher a {
          position: relative;
          z-index: 2; }
          .p-performance-header__switcher a:focus-visible {
            border-radius: 21px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: var(--c-black); }
          .p-performance-header__switcher a[href]:hover {
            color: var(--c-blue-light); }
        .p-performance-header__switcher a {
          -webkit-transition: color .375s ease 0s;
          transition: color .375s ease 0s; }
      .p-performance-header__switcher {
        margin: 50px auto 0; }
    .p-performance-item {
      padding: 30px 24px;
      -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 24px; }
      .p-performance-item[data-performance="end"] {
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr; }
      .p-performance-item + .p-performance-item {
        margin-top: 12px; }
      .p-performance-item__fig {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 3 / 2;
        -ms-grid-row-align: start;
            align-self: start;
        border: 1px solid var(--c-black-brilliant); }
      .p-performance-item__desc {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3;
        -ms-grid-row-align: start;
            align-self: start; }
      .p-performance-item__more {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3;
        -ms-grid-row-align: start;
            align-self: start; }
      .p-performance-item__title {
        font-size: 2.2rem;
        line-height: 1.4; }
      .p-performance-item__data {
        font-size: 1.4rem; }
      .p-performance-titles__unit {
        max-width: 900px;
        margin: 0 auto 0;
        padding: 50px 35px 48px; }
      .p-performance-titles__unit {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 42% 1fr;
        grid-template-columns: 42% 1fr;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 38px; }
        .p-performance-titles__unitA1 {
          -ms-grid-row: 1;
          -ms-grid-row-span: 2;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-area: 1 / 1 / 3 / 2; }
        .p-performance-titles__unitA2 {
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          grid-area: 1 / 2 / 2 / 3; }
        .p-performance-titles__unitA3 {
          -ms-grid-row: 2;
          -ms-grid-row-span: 1;
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          grid-area: 2 / 2 / 3 / 3; }
      .p-performance-titles__download {
        font-size: 1.4rem; }
        .p-performance-titles__download a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .p-performance-titles__download a:hover {
            text-decoration: none;
            color: var(--c-variable-link, #fff); }
            .p-performance-titles__download a:hover:after {
              background-color: #fff; }
          .p-performance-titles__download a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: var(--c-black); }
          .p-performance-titles__download a:focus-visible:after {
            background-color: var(--c-black); }
      .p-performance-titles__title {
        font-size: 3.2rem; }
      .p-performance-titles__subtitle {
        font-size: 1.8rem;
        margin: 12px 0 0; }
      .p-performance-titles__ticket {
        margin: 35px 0 0; }
        .p-performance-titles__links a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .p-performance-titles__links a:hover {
            text-decoration: none;
            color: var(--c-variable-link, #fff); }
            .p-performance-titles__links a:hover:after {
              background-color: #fff; }
          .p-performance-titles__links a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: var(--c-black); }
          .p-performance-titles__links a:focus-visible:after {
            background-color: var(--c-black); }
      .p-performance-titles[data-performance="support"] .p-performance-titles__unit {
        max-width: 800px;
        -ms-grid-columns: 47% 1fr;
        grid-template-columns: 47% 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        grid-column-gap: 45px; }
        .p-performance-titles[data-performance="support"] .p-performance-titles__unitA2 {
          -ms-flex-item-align: end;
              -ms-grid-row-align: end;
              align-self: end; }
    .p-search-result {
      font-size: 1.4rem; }
    .p-search-list {
      font-size: 1.4rem;
      padding: 28px 55px 22px 15px;
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s; }
      .p-search-list:hover {
        background-color: var(--c-yellow); }
        .p-search-list:hover .c-icon-arrow {
          -webkit-transform: translate(3px, 50%);
                  transform: translate(3px, 50%); }
      .p-search-list__title {
        font-size: 1.8rem;
        margin: 12px 0 12px; }
      .p-search-list .c-icon-arrow {
        right: 15px; }
    .p-suitengu-kv {
      aspect-ratio: 10 / 2.65; }
      .p-suitengu-kv:before, .p-suitengu-kv:after {
        width: 192px;
        height: 112px; }
    .p-suitengu-content {
      max-width: 900px;
      margin: 0 auto 0;
      padding: 72px 35px 72px; }
  .p-suitengu-topics-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 48px;
    grid-row-gap: 0px; }
      .p-suitengu-topics__title {
        font-size: 2.0rem; }
    .p-suitengu-floor-sign {
      font-size: 1.5rem;
      gap: 0 32px; }
      .p-suitengu-floor-sign li {
        padding: .5em 0 0; }
      .p-suitengu-floor-sign span:not([class]) {
        margin: -.5em 0 0; }
    .p-heading-suitengu-availability {
      font-size: 1.4rem;
      margin: 72px 0 36px; }
  .p-today-cat-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 48px;
    grid-row-gap: 60px;
    margin: 30px 0 0; }
      .p-today-cat__title {
        padding: 15px 0 0;
        margin: 0 0 24px; }
      .p-today-noheld__title {
        font-size: 2.8rem; }
    .c-bread {
      max-width: initial;
      margin: 0 auto 0;
      padding: 68px 0 8px; }
    .c-bread {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
        .c-bread__pagetop a {
          -webkit-transition: opacity .25s ease 0s, background-color .25s ease 0s, -webkit-transform .25s ease 0s;
          transition: opacity .25s ease 0s, background-color .25s ease 0s, -webkit-transform .25s ease 0s;
          transition: opacity .25s ease 0s, transform .25s ease 0s, background-color .25s ease 0s;
          transition: opacity .25s ease 0s, transform .25s ease 0s, background-color .25s ease 0s, -webkit-transform .25s ease 0s;
          -webkit-transform: translate(0, 0px);
                  transform: translate(0, 0px); }
          .c-bread__pagetop a:hover {
            -webkit-transform: translate(0, -3px);
                    transform: translate(0, -3px);
            background-color: var(--c-variable-border, var(--c-blue-dim)); }
          .c-bread__pagetop a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: inherit; }
          .c-bread__pagetop a:focus-visible img {
            -webkit-filter: invert(100%);
                    filter: invert(100%); }
      .c-bread__body {
        font-size: 1.4rem; }
          .c-bread__body a[href] {
            -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
            transition: color .125s  ease 0s, background-color .25s ease 0s; }
            .c-bread__body a[href]:hover {
              text-decoration: none;
              color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
              .c-bread__body a[href]:hover:after {
                background-color: var(--c-variable-link, var(--c-blue-light)); }
            .c-bread__body a[href]:focus-visible {
              border-radius: 2px;
              outline: 2px solid var(--c-blue-light);
              background-color: var(--c-blue-brilliant);
              display: inline;
              color: inherit; }
          .c-bread__body a[href]:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: inherit; }
          .c-bread__body a[href]:hover:after {
            background-color: transparent; }
      .c-bread__inner {
        padding: 2px 24px 12px 24px; }
    .c-btn {
      margin: 20px auto 0;
      -webkit-transition: background-color .25s ease 0s, border-color .25s ease 0s, color .25s ease 0s;
      transition: background-color .25s ease 0s, border-color .25s ease 0s, color .25s ease 0s; }
      .c-btn:hover {
        background-color: var(--c-variable-accent, var(--c-yellow)); }
      .c-btn:focus-visible {
        border-radius: 22px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      .c-btn[data-btn-color="blue"]:hover {
        border-color: var(--c-variable-border, var(--c-blue-light));
        background-color: var(--c-variable-border, var(--c-blue-light)); }
      .c-btn[data-btn-color="blue"]:focus-visible {
        color: var(--c-black); }
      .c-btn[data-btn-color="transparent"]:hover, .c-btn[data-btn-color="transparent"]:focus-visible {
        color: var(--c-black); }
    .c-btn-circle {
      font-size: 1.6rem;
      -webkit-transition: color .25s ease 0s;
      transition: color .25s ease 0s; }
      .c-btn-circle:hover {
        color: var(--c-blue-light); }
      .c-btn-circle:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .c-btn-circle span {
        width: 104px;
        margin: 0 auto 5px;
        overflow: hidden; }
        .c-btn-circle span:before {
          pointer-events: none;
          width: 100%;
          content: '';
          aspect-ratio: 1 / 1;
          background: var(--c-blue-dim);
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: -webkit-transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: -webkit-transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.375s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          -webkit-transform: skew(-60deg) scale(3, 1) translate(-100%, 0);
                  transform: skew(-60deg) scale(3, 1) translate(-100%, 0);
          -webkit-transform-origin: left top;
                  transform-origin: left top; }
        .c-btn-circle span:hover:before {
          -webkit-transform: skew(-60deg) scale(3, 1) translate(0, 0);
                  transform: skew(-60deg) scale(3, 1) translate(0, 0); }
        .c-btn-circle span .c-icon {
          z-index: 2; }
    .l-footer-btns [data-btn="donate"] a, .l-nav__banner [data-btn="donate"] a {
      font-size: 1.6rem; }
      .l-footer-btns [data-btn="donate"] a:focus-visible, .l-nav__banner [data-btn="donate"] a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--c-black); }
    .c-collapse-trigger a {
      -webkit-transition: color .25s ease 0s;
      transition: color .25s ease 0s; }
      .c-collapse-trigger a:hover {
        color: var(--c-blue-light); }
        .c-collapse-trigger a:hover:before, .c-collapse-trigger a:hover:after {
          background-color: var(--c-blue-light); }
      .c-collapse-trigger a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      .c-collapse-trigger a:before, .c-collapse-trigger a:after {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
    .c-content-row {
      max-width: 1100px;
      margin: 0 auto 0;
      padding: 72px 35px 108px; }
    .c-content-row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 0 60px; }
      .c-content-row__gt {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        max-width: 300px; }
      .c-content-row__lt {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: 740px; }
      .c-content-row[data-content-width="1000"] {
        gap: 0 48px; }
        .c-content-row[data-content-width="1000"] .c-content-row__lt {
          max-width: 652px; }
    .c-content-article {
      max-width: 800px;
      margin: 0 auto 0;
      padding: 72px 35px 72px; }
    .c-content-article:has(.c-content-article__header), .c-content-article:where(.c-pagetitle + .c-content-article) {
      padding-top: 36px; }
    .c-content-article__header {
      margin: 0 0 72px; }
      .c-content-article__headerTitle {
        font-size: 3.2rem; }
      .c-content-article__headerSubtitle {
        font-size: 1.8rem;
        margin: 12px 0 0; }
    [data-extend-table="rent-facility-ph"] th {
      width: 9em; }
    [data-extend-table="rent-facility-west"] th {
      width: 8em; }
    [data-extend-table="rent-facility-ex"] th {
      width: 14em; }
    [data-extend-table="award"] th {
      width: 10em; }
    [data-extend-table="webaccessibility-spec"] th {
      width: 9em; }
    [data-extend-table="barrierfree-elevator"] th {
      width: 8em; }
  .c-row-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-column-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-column-pc > * {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
      [class^="c-form"] input[type="text"]:hover,
      [class^="c-form"] input[type="password"]:hover,
      [class^="c-form"] input[type="tel"]:hover,
      [class^="c-form"] input[type="url"]:hover,
      [class^="c-form"] input[type="email"]:hover,
      [class^="c-form"] input[type="search"]:hover,
      [class^="c-form"] input[type="date"]:hover {
        border-color: var(--c-blue-light); }
      [class^="c-form"] input[type="text"]:focus-visible,
      [class^="c-form"] input[type="password"]:focus-visible,
      [class^="c-form"] input[type="tel"]:focus-visible,
      [class^="c-form"] input[type="url"]:focus-visible,
      [class^="c-form"] input[type="email"]:focus-visible,
      [class^="c-form"] input[type="search"]:focus-visible,
      [class^="c-form"] input[type="date"]:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
        [class^="c-form"] fieldset:has(input[type="date"]) label {
          cursor: pointer; }
          [class^="c-form"] fieldset:has(input[type="date"]) label:hover {
            border-color: var(--c-blue-light); }
          [class^="c-form"] fieldset:has(input[type="date"]) input::-webkit-calendar-picker-indicator {
            cursor: pointer; }
      [class^="c-form"] label:has(input[type="radio"]),
      [class^="c-form"] label:has(input[type="checkbox"]) {
        cursor: pointer; }
        [class^="c-form"] label:has(input[type="radio"]):hover,
        [class^="c-form"] label:has(input[type="checkbox"]):hover {
          color: var(--c-blue-light); }
          [class^="c-form"] label:has(input[type="radio"]):hover input,
          [class^="c-form"] label:has(input[type="checkbox"]):hover input {
            -webkit-box-shadow: 0 0 0 1px var(--c-blue-light) inset;
                    box-shadow: 0 0 0 1px var(--c-blue-light) inset; }
        [class^="c-form"] label:has(input[type="radio"]) input,
        [class^="c-form"] label:has(input[type="checkbox"]) input {
          cursor: pointer; }
    [class^="c-form"] label:has(input[type="radio"]:focus-visible),
    [class^="c-form"] label:has(input[type="checkbox"]:focus-visible) {
      border-radius: 2px;
      outline: 2px solid var(--c-blue-light);
      background-color: var(--c-blue-brilliant); }
      [class^="c-form"] button[type="reset"],
      [class^="c-form"] button[type="submit"] {
        -webkit-transition: background-color .25s ease 0s, color .125s ease 0s;
        transition: background-color .25s ease 0s, color .125s ease 0s; }
        [class^="c-form"] button[type="reset"]:focus-visible,
        [class^="c-form"] button[type="submit"]:focus-visible {
          border-radius: 22px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
      [class^="c-form"] button[type="reset"]:hover {
        color: var(--c-blue-light); }
      [class^="c-form"] button[type="submit"]:hover {
        background-color: var(--c-blue-light); }
    .c-form-search-box__more {
      padding: 10px 0 20px; }
      .c-form-search-box__more a {
        -webkit-transition: color .25s ease 0s;
        transition: color .25s ease 0s; }
        .c-form-search-box__more a:hover {
          color: var(--c-blue-light); }
          .c-form-search-box__more a:hover:before, .c-form-search-box__more a:hover:after {
            background-color: var(--c-blue-light); }
        .c-form-search-box__more a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
        .c-form-search-box__more a:before, .c-form-search-box__more a:after {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
    .c-heading-section {
      font-size: 3.0rem;
      margin: 70px auto .625em; }
  .c-heading-journal {
    width: 350px;
    margin: 127px auto 60px; }
    .c-heading-plane {
      font-size: 2.6rem;
      margin: 72px 0 27px; }
    .c-heading-plane[data-heading="sm"] {
      font-size: 2.0rem;
      margin-bottom: 18px; }
    .c-heading-module-h2 {
      font-size: 2.4rem;
      margin: 72px 0 36px; }
      .c-heading-module-h2:has(.c-icon) {
        gap: 0 10px; }
    .c-heading-module-h3 {
      padding: .625em 1em;
      font-size: 1.9rem;
      margin: 57.6px 0 28.8px; }
    .c-heading-module-h4 {
      font-size: 1.8rem;
      margin: 43.2px 0 21.6px; }
      .c-icon[data-icon="access"] {
        width: 28px; }
      .c-icon[data-icon="access"][data-icon-size="kv"] {
        width: 24px; }
      .c-icon[data-icon="map"] {
        width: 38px; }
      .c-icon[data-icon="shop"] {
        width: 42px; }
      .c-icon[data-icon="barrier"] {
        width: 34px; }
      .c-icon[data-icon="ticket"] {
        width: 42px; }
      .c-icon[data-icon="support"] {
        width: 48px; }
      .c-icon[data-icon="kids"] {
        width: 48px; }
      .c-icon[data-icon="rental"] {
        width: 38px; }
      .c-icon[data-icon="faq"] {
        width: 35px; }
      .c-icon[data-icon="calendar"] {
        width: 46px; }
      .c-icon[data-icon="a11y"] {
        width: xxpx; }
    .c-icon[data-icon="language"] {
      width: 19px; }
    .c-icon[data-icon="search"] {
      width: 18px; }
      .c-icon[data-icon="donate"] {
        width: 32px; }
    .c-icon[data-icon^="venue-"] {
      width: 32px; }
      .c-icon[data-icon^="sign-"] {
        width: 40px; }
      .c-icon[data-icon^="sign-"][data-icon-size="sm"] {
        width: 36px; }
      .c-icon[data-icon^="sign-"][data-icon-size="xs"] {
        width: 26px; }
    .c-icon[data-icon="train"], .c-icon[data-icon="car"], .c-icon[data-icon="wheelchair"] {
      width: 30px; }
    .c-icon[data-icon="hearing"], .c-icon[data-icon="vision"], .c-icon[data-icon="others"] {
      width: 30px; }
      .c-icon[data-icon^="bool-"] {
        width: 14px; }
    .c-icon[data-icon^="media-"] {
      width: 20px; }
    .c-icon-arrow {
      -webkit-transition: background-color .25s ease 0s, -webkit-transform .25s ease 0s;
      transition: background-color .25s ease 0s, -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s, background-color .25s ease 0s;
      transition: transform .25s ease 0s, background-color .25s ease 0s, -webkit-transform .25s ease 0s; }
      a:hover .c-icon-arrow,
      button:hover .c-icon-arrow {
        background-color: var(--c-variable-link, var(--c-blue-light)); }
      .c-icon-arrow:before {
        -webkit-transition: background-color .125s ease 0s;
        transition: background-color .125s ease 0s; }
      a:hover .c-icon-arrow[data-icon="mono-sm"],
      button:hover .c-icon-arrow[data-icon="mono-sm"] {
        background-color: #fff; }
      a:hover .c-icon-arrow[data-icon="beige-sm"],
      button:hover .c-icon-arrow[data-icon="beige-sm"] {
        background-color: #fff; }
      a:hover .c-icon-arrow[data-icon="mono"],
      button:hover .c-icon-arrow[data-icon="mono"] {
        background-color: #fff; }
      .c-btn[data-btn-color="transparent"]:hover .c-icon-arrow[data-icon="mono"] {
        background-color: var(--c-blue-light); }
        .c-btn[data-btn-color="transparent"]:hover .c-icon-arrow[data-icon="mono"]:before {
          background-color: #fff; }
      a:hover .c-icon-arrow[data-icon="white"],
      button:hover .c-icon-arrow[data-icon="white"] {
        background-color: #fff; }
        a:hover .c-icon-arrow[data-icon="white"]:before,
        button:hover .c-icon-arrow[data-icon="white"]:before {
          background-color: var(--c-variable-border, var(--c-blue-light)); }
    .c-journal-group {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); }
    .c-journal {
      -webkit-transition: background-color .25s ease 0s, color .25s ease 0s;
      transition: background-color .25s ease 0s, color .25s ease 0s; }
      .c-journal:hover {
        background-color: var(--c-yellow);
        color: var(--c-blue-light); }
      .c-journal:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .c-journal__thumb img {
        -webkit-transition: -webkit-transform .25s ease 0s;
        transition: -webkit-transform .25s ease 0s;
        transition: transform .25s ease 0s;
        transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
        -webkit-transform: scale(1);
                transform: scale(1); }
        .c-journal:hover .c-journal__thumb img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .c-journal__thumb span {
          width: 36px;
          left: 12px;
          bottom: 12px; }
      .c-journal__title {
        font-size: 1.6rem; }
      .c-journal__cat {
        font-size: 1.2rem; }
      .c-journal__date {
        font-size: 1.2rem;
        -webkit-transition: color .25s ease 0s;
        transition: color .25s ease 0s; }
        .c-journal:hover .c-journal__date {
          color: var(--c-blue-light); }
      .c-loading__bar, .c-loading__progress {
        width: 320px; }
    [data-status="finished"] .c-loading__bar {
      -webkit-animation: openning-progress-pc 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running;
              animation: openning-progress-pc 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running; }
      .c-loading__mask {
        -webkit-mask-size: 100% 100%, 320px 64px;
                mask-size: 100% 100%, 320px 64px; }
        [data-status="finished"] .c-loading__mask {
          -webkit-animation: openning-mask-pc 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running;
                  animation: openning-mask-pc 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running; }
      .c-loading__skew {
        width: 320px;
        height: 64px; }
        [data-status="finished"] .c-loading__skew {
          -webkit-animation: openning-skew-pc 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running;
                  animation: openning-skew-pc 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running; }
        .c-loading__skew:before, .c-loading__skew:after {
          width: 36px;
          height: 24px; }
      .c-loading__text {
        font-size: 1.8rem;
        -webkit-transform: translate(50%, calc(50% + 64px));
                transform: translate(50%, calc(50% + 64px)); }
      .c-modal__wrapper {
        padding: 10vh 0; }
      .c-modal__content {
        max-width: 1100px;
        margin: 0 auto 0;
        padding: 0 35px 0; }
      .c-modal__content {
        width: calc(100% - 70px); }
      .c-modal__body {
        font-size: 1.6rem;
        line-height: 2; }
        [data-modal-type="inline"] .c-modal__body {
          padding: 52.5px 35px; }
      .c-modal__close {
        width: 40px;
        height: 30px;
        right: 24px;
        top: 24px; }
        .c-modal__close:hover span:nth-of-type(1) {
          -webkit-transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75); }
        .c-modal__close:hover span:nth-of-type(2) {
          -webkit-transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75); }
        .c-modal__close:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
    .c-modal[data-modal-extend="fullscreen"] .c-modal__body {
      width: 100%;
      padding: 0; }
      .c-modal[data-modal-extend="imgHasPadding"] .c-modal__body {
        padding: 24px; }
  .c-module-block + .c-module-block {
    margin-top: 45px; }
  .c-module-block:has([class^="c-module-box"]) + .c-module-block:has(> [class^="c-module-box"]),
  .c-module-block:has(.c-module-unit) + .c-module-block:has(> .c-wysiwyg) {
    margin-top: 36px; }
  .c-module-block + .c-module-block:has(> .c-module-link-btn) {
    margin-top: 27px; }
  .c-module-block + .c-module-block:has(> .c-module-link-list) {
    margin-top: 18px; }
  .c-module-block + .c-module-block:has(> .c-module-caution) {
    margin-top: 18px; }
  .c-module-block:has(.c-module-collapse) + .c-module-block:has(.c-module-collapse) {
    margin-top: 0; }
    [data-header-shadow="on"] body:not(:has(.l-header__bar)) .c-module-block:has(.c-module-index-special) {
      top: calc(var(--height-header) - var(--height-header-diff)); }
    .c-module-block-hr {
      margin: 36px 0; }
    .c-module-link-list {
      gap: .5em 0; }
    .c-module-link-list + .c-module-link-list {
      margin-top: 36px; }
      .c-module-link-list a {
        -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
        transition: color .125s  ease 0s, background-color .25s ease 0s; }
        .c-module-link-list a:hover {
          text-decoration: none;
          color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
          .c-module-link-list a:hover:after {
            background-color: var(--c-variable-link, var(--c-blue-light)); }
        .c-module-link-list a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
    ul.c-module-caution,
    .c-module-caution ul {
      font-size: 1.4rem; }
      ul.c-module-caution a,
      .c-module-caution ul a {
        -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
        transition: color .125s  ease 0s, background-color .25s ease 0s; }
        ul.c-module-caution a:hover,
        .c-module-caution ul a:hover {
          text-decoration: none;
          color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
          ul.c-module-caution a:hover:after,
          .c-module-caution ul a:hover:after {
            background-color: var(--c-variable-link, var(--c-blue-light)); }
        ul.c-module-caution a:focus-visible,
        .c-module-caution ul a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: inline;
          color: inherit; }
    .c-module-box {
      padding: 30px; }
      .c-module-box + .c-module-box {
        margin-top: 36px; }
      .c-module-box__title {
        font-size: 1.8rem; }
        .c-module-box__more a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-module-box__more a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .c-module-box__more a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-box__more a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
    .c-module-box__unit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0 5%; }
      .c-module-box__unitLt {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 38%;
                flex: 0 0 38%; }
      .c-module-box__unitGt {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        .c-module-box[data-box="red"] .c-module-box__title {
          font-size: 2.2rem; }
    .c-module-box-line {
      padding: 12px 24px 24px; }
      .c-module-box-line + .c-module-box-line {
        margin-top: 36px; }
      .c-module-box-line__title {
        font-size: 2.0rem;
        margin: 0 0 20px; }
      .c-module-box-line__more {
        margin: 20px 0; }
        .c-module-box-line__more a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-module-box-line__more a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .c-module-box-line__more a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-box-line__more a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
    .c-module-box-table + .c-module-box-table {
      margin-top: 36px; }
        .c-module-box-table__turn a[href] {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
          .c-module-box-table__turn a[href]:hover {
            background-color: var(--c-variable-accent, var(--c-yellow)); }
            .c-module-box-table__turn a[href]:hover:first-of-type:before {
              left: 9px; }
            .c-module-box-table__turn a[href]:hover:last-of-type:before {
              right: 10px; }
      :where(.c-module-box-table) table {
        width: 100%;
        table-layout: fixed; }
      :where(.c-module-box-table) caption {
        width: 800px;
        left: 0; }
      :where(.c-module-box-table)[data-table="traffic"] th, :where(.c-module-box-table)[data-table="traffic"] td {
        padding-right: 4px;
        padding-left: 4px; }
    [data-header-shadow="on"] body:not(:has(.l-header__bar)) :where(.c-module-box-table)[data-table="theadfix"][data-observe="active"] thead,
    [data-header-shadow="on"] body:not(:has(.l-header__bar)) :where(.c-module-box-table)[data-table="theadfix"][data-observe="leave"] thead {
      top: calc(var(--height-header) - var(--height-header-diff) + var(--sticky-extend) - 1px); }
      .c-module-box-table__traffic-caption {
        font-size: 1.4rem; }
    .c-module-box-contact + .c-module-box-contact {
      margin-top: 36px; }
      .c-module-box-contact__head {
        font-size: 1.5rem; }
    .c-module-box-contact__body {
      padding: 20px 22px 20px; }
      .c-module-box-contact__call {
        font-size: 1.9rem;
        margin: 8px 0 4px; }
      .c-module-box-contact__call:has([data-icon-size="sm"]) {
        font-size: 1.5rem; }
        .c-module-box-contact__call a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-module-box-contact__call a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .c-module-box-contact__call a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-box-contact__call a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: inherit; }
        .c-module-box-contact__call a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
      .c-module-box-contact__caution {
        font-size: 1.4rem; }
        .c-module-box-contact__caution a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-module-box-contact__caution a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .c-module-box-contact__caution a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-box-contact__caution a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: inherit; }
      .c-module-unit__img img {
        max-height: 660px; }
      .c-module-unit__img figcaption {
        font-size: 1.1rem; }
      .c-module-unit__img a:before {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
      .c-module-unit__img a:hover:before {
        background-color: rgba(0, 0, 0, 0); }
        .c-module-unit__img a[href*="www.youtube.com"]:after, .c-module-unit__img a[href*="youtu.be"]:after, .c-module-unit__img a[href*=".mp4"]:after, .c-module-unit__img a[href*=".webm"]:after, .c-module-unit__img a[href*=".ogg"]:after {
          width: 60px; }
  .c-module-unit__img, .c-module-unit__desc {
    font-size: 1.5rem; }
    .c-module-unit__desc {
      margin: 24px 0 0; }
      .c-module-unit__desc > dt {
        font-size: 1.8rem; }
  .c-module-unit:not([data-module-unit]):has(a[href*="www.youtube.com"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*="youtu.be"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*=".mp4"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*=".webm"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*=".ogg"]) .c-module-unit__block {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto; }
      .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__img img, .c-module-unit[data-module-unit="medium"] .c-module-unit__img img {
        max-height: 376px; }
  .c-module-unit:has(.c-module-unit__block:nth-of-type(2)), .c-module-unit[data-module-unit="medium"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 48px 48px; }
    .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__block, .c-module-unit[data-module-unit="medium"] .c-module-unit__block {
      max-width: initial;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 24px);
              flex: 0 0 calc(50% - 24px); }
    .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__block:nth-of-type(odd)[style*="max-width:"], .c-module-unit[data-module-unit="medium"] .c-module-unit__block:nth-of-type(odd)[style*="max-width:"] {
      margin-right: 0; }
      .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__block:nth-of-type(odd)[style*="max-width:"]:last-of-type, .c-module-unit[data-module-unit="medium"] .c-module-unit__block:nth-of-type(odd)[style*="max-width:"]:last-of-type {
        margin-right: auto; }
    .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__block:nth-of-type(even)[style*="max-width:"], .c-module-unit[data-module-unit="medium"] .c-module-unit__block:nth-of-type(even)[style*="max-width:"] {
      margin-left: 0; }
    .c-module-unit:has(.c-module-unit__block:nth-of-type(2)):not(:has(.c-module-unit__block:nth-of-type(2))) .c-module-unit__block, .c-module-unit[data-module-unit="medium"]:not(:has(.c-module-unit__block:nth-of-type(2))) .c-module-unit__block {
      margin-right: auto;
      margin-left: auto; }
      .c-module-unit[data-module-unit="row"] .c-module-unit__img img {
        max-height: 376px; }
  .c-module-unit[data-module-unit="row"] .c-module-unit__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 48px; }
  .c-module-unit[data-module-unit="row"] .c-module-unit__img {
    max-width: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
            flex: 0 0 calc(50% - 24px); }
  .c-module-unit[data-module-unit="row"] .c-module-unit__desc {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: inherit; }
    .c-module-gallery {
      padding: 0 50px; }
        .c-module-gallery figure img {
          max-height: 660px; }
        .c-module-gallery figure figcaption {
          font-size: 1.1rem; }
      .c-module-gallery__prev, .c-module-gallery__next {
        -webkit-transition: -webkit-transform .25s ease 0s;
        transition: -webkit-transform .25s ease 0s;
        transition: transform .25s ease 0s;
        transition: transform .25s ease 0s, -webkit-transform .25s ease 0s; }
        .c-module-gallery__prev button, .c-module-gallery__next button {
          -webkit-transition: border-color .25s ease 0s;
          transition: border-color .25s ease 0s; }
          .c-module-gallery__prev button:hover, .c-module-gallery__next button:hover {
            border-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-gallery__prev button:focus-visible, .c-module-gallery__next button:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
      .c-module-gallery__prev:hover {
        -webkit-transform: scale(-1, 1) translate(3px, 0);
                transform: scale(-1, 1) translate(3px, 0); }
      .c-module-gallery__next {
        -webkit-transform: translate(0px, 0);
                transform: translate(0px, 0); }
        .c-module-gallery__next:hover {
          -webkit-transform: translate(3px, 0);
                  transform: translate(3px, 0); }
  .c-module-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 48px 48px; }
    .c-module-banner li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 24px);
              flex: 0 0 calc(50% - 24px); }
    .c-module-banner a {
      display: block; }
      .c-module-banner a:hover img {
        -webkit-transform: scale(1.025);
                transform: scale(1.025); }
      .c-module-banner a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
    .c-module-banner img {
      -webkit-transition: -webkit-transform .25s ease 0s;
      transition: -webkit-transform .25s ease 0s;
      transition: transform .25s ease 0s;
      transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .c-module-profile {
      grid-column-gap: 30px;
      -ms-grid-columns: 150px 1fr;
      grid-template-columns: 150px 1fr; }
        .c-module-profile__fig figcaption {
          font-size: 1.1rem; }
        .c-module-profile__name dt {
          font-size: 2.0rem; }
        .c-module-profile__name dd {
          font-size: 1.5rem; }
        .c-module-profile__more a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-module-profile__more a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .c-module-profile__more a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-profile__more a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
    .c-module-index dt {
      min-width: 145px; }
    .c-module-index dd {
      padding: 20px 24px; }
  .c-module-index ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 18px; }
    .c-module-index ul a {
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start; }
    .c-module-index a {
      -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
      transition: color .125s  ease 0s, background-color .25s ease 0s; }
      .c-module-index a:hover {
        text-decoration: none;
        color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
        .c-module-index a:hover:after {
          background-color: var(--c-variable-link, var(--c-blue-light)); }
      .c-module-index a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .c-module-collapse__head > button,
      .c-module-faq__head > button {
        cursor: pointer;
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
        .c-module-collapse__head > button:hover,
        .c-module-faq__head > button:hover {
          background-color: var(--c-variable-accent, var(--c-yellow)); }
        .c-module-collapse__head > button:focus-visible,
        .c-module-faq__head > button:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
        .c-module-collapse__head > button:before, .c-module-collapse__head > button:after,
        .c-module-faq__head > button:before,
        .c-module-faq__head > button:after {
          width: 20px;
          right: 12px;
          top: 32px; }
  .c-module-collapse__head > button {
    font-size: 1.9rem;
    padding: 21px 42px 21px 12px; }
  .c-module-collapse__body {
    padding: 6px 12px 45px; }
      .c-module-faq__head:before {
        left: 12px;
        top: 20px; }
    .c-module-faq__head > button {
      font-size: 1.6rem;
      padding: 20px 46px 20px 48px; }
    .c-module-faq__body {
      padding: 2px 48px 30px; }
    .c-module-cast {
      -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr); }
      .c-module-cast__name {
        font-size: 1.5rem;
        margin: 8px 0 0; }
    .c-module-credit {
      grid-column-gap: 16px; }
    .c-module-sponsor {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 24px;
      grid-row-gap: 24px; }
      .c-module-sponsor a[href] {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
        .c-module-sponsor a[href]:hover {
          background-color: var(--c-variable-accent, var(--c-yellow)); }
  .c-module-calendar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 48px;
    grid-row-gap: 24px; }
    .c-module-ticket {
      padding: 24px; }
      .c-module-ticket ul {
        font-size: 1.4rem; }
    .c-module-masonry-group {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 24px;
      grid-row-gap: 32px; }
    .c-module-masonry-group[data-masonry="row"] {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .c-module-masonry-group[data-masonry="row"] .c-module-masonry {
        -ms-grid-columns: 210px 1fr;
        grid-template-columns: 210px 1fr;
        padding: 18px 18px 18px 0; }
      .c-module-masonry-group[data-masonry="row"] .c-module-masonry__thumb {
        margin: -18px 0; }
    .c-module-masonry {
      padding: 0 18px 18px;
      -webkit-transition: background-color .25s  ease 0s, color .125s  ease 0s;
      transition: background-color .25s  ease 0s, color .125s  ease 0s; }
      .c-module-masonry:hover {
        background-color: var(--c-variable-accent, var(--c-yellow));
        color: var(--c-variable-link, var(--c-blue-light)); }
      .c-module-masonry:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .c-module-masonry__thumb {
        margin: 0 -18px 18px; }
        .c-module-masonry__thumb img {
          -webkit-transition: -webkit-transform .25s ease 0s;
          transition: -webkit-transform .25s ease 0s;
          transition: transform .25s ease 0s;
          transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
          -webkit-transform: scale(1);
                  transform: scale(1); }
          .c-module-masonry:hover .c-module-masonry__thumb img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
      .c-module-masonry__floor {
        padding: 6px 6px;
        gap: 0 5px;
        font-size: 1.5rem; }
    .c-module-link-btn:has(> *:nth-child(2)) {
      gap: 18px 18px; }
      .c-module-link-btn:has(> *:nth-child(2)):has(> *:nth-child(odd):last-child:not(:first-child)):after {
        content: '';
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px; }
      .c-module-portrait figure {
        max-width: 300px; }
    .c-module-portrait:not(:has(dl)) figure {
      max-width: 180px; }
    .c-module-portrait dt {
      font-size: 1.5rem;
      margin: 18px 0 6px; }
    .c-module-portrait dd {
      font-size: 2.6rem; }
      .c-module-portrait a {
        -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
        transition: color .125s  ease 0s, background-color .25s ease 0s; }
        .c-module-portrait a:hover {
          text-decoration: none;
          color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
          .c-module-portrait a:hover:after {
            background-color: var(--c-variable-link, var(--c-blue-light)); }
        .c-module-portrait a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
  .c-module-brick-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 18px;
    grid-row-gap: 18px; }
      .c-module-brick:has(.c-module-brick__thumb) {
        gap: 0 18px; }
    .c-module-brick__thumb {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 68px;
              flex: 0 0 68px; }
      .c-module-brick__title {
        font-size: 1.7rem; }
        .c-module-brick__title a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-module-brick__title a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .c-module-brick__title a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-brick__title a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: inherit; }
    .c-module-brick__date {
      font-size: 1.4rem; }
        .c-module-brick__more a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-module-brick__more a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
            .c-module-brick__more a:hover:after {
              background-color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-brick__more a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: block;
            color: inherit; }
  .c-module-floor-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 18px;
    grid-row-gap: 18px; }
    .c-module-floor:hover {
      -webkit-transition: background-color .25s  ease 0s, color .125s  ease 0s;
      transition: background-color .25s  ease 0s, color .125s  ease 0s;
      background-color: var(--c-variable-accent, var(--c-yellow));
      color: var(--c-variable-link, var(--c-blue-light)); }
      .c-module-floor:hover .c-module-floor__body strong {
        background-color: var(--c-variable-link, var(--c-blue-light)); }
      .c-module-floor:hover .c-icon-arrow {
        -webkit-transform: translate(3px, 50%);
                transform: translate(3px, 50%); }
    .c-module-floor:focus-visible {
      border-radius: 2px;
      outline: 2px solid var(--c-blue-light);
      background-color: var(--c-blue-brilliant);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: inherit; }
      .c-module-floor__thumb {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px; }
      .c-module-floor__body {
        padding: 18px 38px 18px 18px; }
        .c-module-floor__body strong {
          -webkit-transition: background-color .25s  ease 0s;
          transition: background-color .25s  ease 0s; }
      .c-module-floor .c-icon-arrow {
        right: 10px; }
  .c-module-index-box {
    display: table;
    table-layout: fixed;
    width: calc(100% + 15px * 2);
    margin: 0 -15px;
    border-spacing: 15px;
    border-collapse: separate; }
  .c-module-index-box li {
    display: table-cell;
    vertical-align: middle; }
    .c-module-index-box a {
      font-size: 1.7rem;
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s; }
      .c-module-index-box a:hover {
        background-color: var(--c-variable-accent, var(--c-yellow)); }
        .c-module-index-box a:hover .c-icon-arrow {
          -webkit-transform: translate(50%, 3px) rotate(90deg);
                  transform: translate(50%, 3px) rotate(90deg); }
      .c-module-index-box a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      .c-module-index-special ul {
        max-width: initial;
        margin: 0 auto 0;
        padding: 20px 35px 20px; }
      .c-module-index-special ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 12px 34px; }
      .c-module-index-special a {
        -webkit-transition: color .25s ease 0s;
        transition: color .25s ease 0s; }
        .c-module-index-special a:hover {
          color: var(--c-variable-link, var(--c-blue-light)); }
          .c-module-index-special a:hover:before {
            background-color: var(--c-variable-link, var(--c-blue-light)); }
        .c-module-index-special a:before {
          -webkit-transition: background-color .25s ease 0s, -webkit-transform .25s ease 0s;
          transition: background-color .25s ease 0s, -webkit-transform .25s ease 0s;
          transition: background-color .25s ease 0s, transform .25s ease 0s;
          transition: background-color .25s ease 0s, transform .25s ease 0s, -webkit-transform .25s ease 0s; }
      .c-module-flow__block {
        padding: 18px 18px; }
      .c-module-flow__label {
        margin: -18px -18px 18px;
        padding: 10px 18px;
        font-size: 1.4rem; }
    .c-news {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 8px 22px;
      padding: 18px 40px 16px 12px;
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s; }
      .c-news:hover {
        background-color: var(--c-variable-accent, var(--c-yellow)); }
        .c-news:hover .c-icon-arrow {
          -webkit-transform: translate(3px, 50%);
                  transform: translate(3px, 50%); }
      .c-news:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
      .c-news__text {
        padding: .125em 0 0; }
      .c-news .c-icon-arrow {
        right: 12px; }
      [data-news="blcok"] .c-news,
      [data-news="pickup"] .c-news {
        gap: 6px 30px;
        padding-right: 45px;
        padding-left: 18px; }
      [data-news="blcok"] .c-news .c-icon-arrow,
      [data-news="pickup"] .c-news .c-icon-arrow {
        right: 18px; }
    .c-news-cookie {
      max-width: 350px;
      padding: 20px 60px 20px 24px;
      border-radius: 2px;
      -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
      left: 18px;
      bottom: 18px; }
        .c-news-cookie__body a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-news-cookie__body a:hover {
            text-decoration: none;
            color: var(--c-variable-link, white); }
            .c-news-cookie__body a:hover:after {
              background-color: white; }
          .c-news-cookie__body a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: var(--c-black); }
          .c-news-cookie__body a:focus-visible:after {
            background-color: var(--c-black); }
      .c-news-cookie__confirm {
        height: 36px;
        border-radius: 18px;
        -webkit-transition: color .125s ease 0s, background-color .25s ease 0s;
        transition: color .125s ease 0s, background-color .25s ease 0s; }
        .c-news-cookie__confirm:hover {
          color: var(--c-blue-light);
          background-color: var(--c-yellow); }
        .c-news-cookie__confirm:focus-visible {
          border-radius: 18px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: var(--c-black); }
        .c-news-cookie__confirm:focus-visible {
          background-color: var(--c-yellow); }
      .c-news-cookie__close {
        right: 18px;
        top: 18px; }
        .c-news-cookie__close:hover span:nth-of-type(1) {
          -webkit-transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(140deg) scaleX(0.75); }
        .c-news-cookie__close:hover span:nth-of-type(2) {
          -webkit-transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75);
                  transform: translate(-50%, -50%) rotate(40deg) scaleX(0.75); }
        .c-news-cookie__close:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
        .c-news-cookie__close:focus-visible span {
          background: var(--c-black); }
    .c-news-notice {
      border: 2px solid var(--c-red); }
        .c-news-notice__body dt {
          padding: .875em 1em;
          font-size: 2.2rem; }
        .c-news-notice__body dd {
          padding: 1em 48px 1em 1.25em;
          font-size: 1.6rem; }
        .c-news-notice__body a {
          -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
          transition: color .125s  ease 0s, background-color .25s ease 0s; }
          .c-news-notice__body a:hover {
            text-decoration: none;
            color: var(--c-variable-link, var(--c-red)); }
            .c-news-notice__body a:hover:after {
              background-color: var(--c-red); }
          .c-news-notice__body a:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: inline;
            color: inherit; }
        .c-news-notice__body a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: inline;
          color: inherit; }
      .c-news-notice__close:hover {
        background-color: var(--c-yellow);
        border-color: var(--c-blue-light); }
        .c-news-notice__close:hover span {
          background-color: var(--c-blue-light); }
      .c-news-notice__close:focus-visible {
        border-radius: 50%;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
    .c-pagetitle {
      height: 220px;
      margin: 0 8px 36px; }
      .c-pagetitle:before {
        width: 150px;
        height: 85px; }
      .c-pagetitle:after {
        width: 100px;
        height: 60px; }
      .c-pagetitle__text {
        padding: 0 35px;
        font-size: 3.6rem;
        letter-spacing: -.02em;
        text-indent: -.02em; }
        .c-pagetitle__text span {
          font-size: 1.8rem;
          margin: .75em 0 0; }
      .c-pagetitle-plane:before {
        width: 153px;
        height: 89px; }
      .c-pagetitle-plane__body {
        max-width: 800px;
        margin: 0 auto 0;
        padding: 76px 35px 76px; }
      .c-pagetitle-plane[data-pagetitle="search"] .c-pagetitle-plane__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .c-pagetitle-plane__title {
        font-size: 3.2rem; }
    .c-pagetitle-plane__shoulder {
      margin: -8px 0 12px; }
    .c-pagetitle-plane__read {
      margin: 28px 0 0; }
    .c-pagetitle-plane__search {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 480px;
              flex: 0 0 480px; }
      .c-pagetitle-beige__body {
        max-width: 800px;
        margin: 0 auto 0;
        padding: 60px 35px 68px; }
      .c-pagetitle-beige__subtitle {
        margin: 0 0 12px; }
      .c-pagetitle-beige__title {
        font-size: 3.2rem; }
      .c-pagetitle-today__body {
        max-width: 800px;
        margin: 0 auto 0;
        padding: 48px 35px 48px; }
      .c-pagetitle-today__title {
        font-size: 3.2rem;
        gap: 0 24px; }
      .c-pagetitle-today__titleHeld {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 72px;
                flex: 0 0 72px; }
      .c-pagetitle-today__titleHeldMonth {
        font-size: 1.7rem; }
      .c-pagetitle-today__titleHeldSlash {
        font-size: 1.7rem; }
      .c-pagetitle-today__titleHeldDay {
        font-size: 3.6rem; }
      .c-pagetitle-today__time {
        font-size: 1.6rem; }
        .c-pagetitle-today__time span {
          font-size: 1.7rem; }
      .c-pagetitle-journal__body {
        max-width: 800px;
        margin: 0 auto 0;
        padding: 72px 35px 48px; }
      .c-pagetitle-journal__body {
        text-align: center; }
    .c-pagetitle-journal__title {
      max-width: 418px;
      margin: 0 auto 48px; }
    .c-pagination {
      gap: 8px 8px;
      margin: 48px 0 0; }
        .c-pagination__num[href] {
          -webkit-transition: background-color .25s ease 0s, color .25s ease 0s;
          transition: background-color .25s ease 0s, color .25s ease 0s; }
          .c-pagination__num[href]:hover {
            background-color: var(--c-yellow); }
          .c-pagination__num[href]:focus-visible {
            border-radius: 2px;
            outline: 2px solid var(--c-blue-light);
            background-color: var(--c-blue-brilliant);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: inherit; }
      .c-pagination__prev:before, .c-pagination__prev:after, .c-pagination__next:before, .c-pagination__next:after, .c-pagination__start:before, .c-pagination__start:after, .c-pagination__end:before, .c-pagination__end:after {
        -webkit-transition: border-color .25s ease 0s, left .25s ease 0s;
        transition: border-color .25s ease 0s, left .25s ease 0s; }
      .c-pagination__prev:hover:before, .c-pagination__next:hover:before, .c-pagination__start:hover:before, .c-pagination__end:hover:before {
        border-color: var(--c-blue-light);
        left: calc(30% + 3px); }
      .c-pagination__prev:focus-visible, .c-pagination__next:focus-visible, .c-pagination__start:focus-visible, .c-pagination__end:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: inherit; }
    .c-pagination__start:hover:before, .c-pagination__end:hover:before {
      left: calc(22.5% + 3px); }
    .c-pagination__start:hover:after, .c-pagination__end:hover:after {
      background-color: var(--c-blue-light);
      left: calc(65% + 3px); }
      .c-search-input input:focus-visible {
        border-radius: 27px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .c-search-input button {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
        .c-search-input button:hover {
          background-color: var(--c-blue-dim); }
        .c-search-input button:focus-visible {
          border-radius: 21px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
      .c-search-noitem__close {
        -webkit-transition: color .25s ease 0s;
        transition: color .25s ease 0s; }
        .c-search-noitem__close:hover {
          color: var(--c-blue-light); }
          .c-search-noitem__close:hover:before, .c-search-noitem__close:hover:after {
            background-color: var(--c-blue-light); }
        .c-search-noitem__close:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: inherit; }
        .c-search-noitem__close:before, .c-search-noitem__close:after {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
      .c-search-noitem__close {
        font-size: 1.5rem; }
      .c-search-noitem__close-btn:hover {
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s;
        background-color: var(--c-black); }
        .c-search-noitem__close-btn:hover:before, .c-search-noitem__close-btn:hover:after {
          background-color: #fff; }
      .c-search-noitem__close-btn:focus-visible {
        border-radius: 10px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
        .c-search-noitem__close-btn:before, .c-search-noitem__close-btn:after {
          -webkit-transition: background-color .25s ease 0s;
          transition: background-color .25s ease 0s; }
    .c-sns-sm {
      gap: 30px 25px; }
      .c-sns-sm a {
        display: block;
        -webkit-transition: -webkit-transform .25s ease 0s;
        transition: -webkit-transform .25s ease 0s;
        transition: transform .25s ease 0s;
        transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
        -webkit-transform: scale(1);
                transform: scale(1); }
        .c-sns-sm a:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: var(--c-black); }
        .c-sns-sm a:hover {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); }
      .c-sns-sm dt {
        margin: 0 5px 0 0; }
    .c-sns {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); }
      .c-sns__item {
        padding: 7px 6px 18px;
        -webkit-transition: background-color .25s ease 0s;
        transition: background-color .25s ease 0s; }
        .c-sns__item:hover {
          background-color: var(--c-yellow); }
        .c-sns__item:focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: block;
          color: inherit; }
        .c-sns__body figure {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 72px;
                  flex: 0 0 72px; }
    .c-today-item {
      -webkit-transition: left .25s ease 0s, background-color .25s ease 0s;
      transition: left .25s ease 0s, background-color .25s ease 0s; }
      .c-today-item:hover {
        background-color: var(--c-yellow); }
        .c-today-item:hover .c-icon-arrow {
          -webkit-transform: translate(3px, 50%);
                  transform: translate(3px, 50%); }
      .c-today-item:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: block;
        color: inherit; }
      .c-today-item__title {
        font-size: 1.6rem; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+1):hover {
          left: -7px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+2):hover {
          left: 8px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+3):hover {
          left: -12px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+4):hover {
          left: 18px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+5):hover {
          left: -7px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+6):hover {
          left: 11px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+7):hover {
          left: -12px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+8):hover {
          left: 3px; }
        .c-today-item[data-today-item="random"]:nth-of-type(9n+9):hover {
          left: 18px; }
      :where(.c-wysiwyg) h1:not([class]) {
        margin-bottom: 18px; }
      :where(.c-wysiwyg) h1:not([class]):not(:first-child) {
        margin-top: 36px; }
      :where(.c-wysiwyg) h2:not([class]) {
        margin-bottom: 18px; }
      :where(.c-wysiwyg) h2:not([class]):not(:first-child) {
        margin-top: 36px; }
      :where(.c-wysiwyg) h3:not([class]) {
        margin-bottom: 18px; }
      :where(.c-wysiwyg) h3:not([class]):not(:first-child) {
        margin-top: 36px; }
      :where(.c-wysiwyg) h4:not([class]) {
        margin-bottom: 18px; }
      :where(.c-wysiwyg) h4:not([class]):not(:first-child) {
        margin-top: 36px; }
      :where(.c-wysiwyg) h5:not([class]) {
        margin-bottom: 18px; }
      :where(.c-wysiwyg) h5:not([class]):not(:first-child) {
        margin-top: 36px; }
      :where(.c-wysiwyg) h6:not([class]) {
        margin-bottom: 18px; }
      :where(.c-wysiwyg) h6:not([class]):not(:first-child) {
        margin-top: 36px; }
    :where(.c-wysiwyg) h1:not([class]),
    :where(.c-wysiwyg) h2:not([class]),
    :where(.c-wysiwyg) h3:not([class]),
    :where(.c-wysiwyg) h4:not([class]) {
      font-size: 2.0rem; }
    :where(.c-wysiwyg) h5:not([class]) {
      font-size: 1.8rem; }
    :where(.c-wysiwyg) h6:not([class]) {
      font-size: 1.6rem; }
    :where(.c-wysiwyg) > *:not([class]):not(:first-child) {
      margin-top: 18px; }
    :where(.c-wysiwyg) td > *:not([class]):not(:first-child) {
      margin-top: 9px; }
      *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)) {
        -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
        transition: color .125s  ease 0s, background-color .25s ease 0s; }
        *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):hover {
          text-decoration: none;
          color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
          *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):hover:after {
            background-color: var(--c-variable-link, var(--c-blue-light)); }
        *:not(:has([class^="c-module-link"])) :where(.c-wysiwyg) a:not([class]):not(:has(img)):focus-visible {
          border-radius: 2px;
          outline: 2px solid var(--c-blue-light);
          background-color: var(--c-blue-brilliant);
          display: inline;
          color: inherit; }
        :where(.c-wysiwyg) table th, :where(.c-wysiwyg) table td {
          padding: 12px 24px; }
        :where(.c-wysiwyg) table th {
          min-width: 6em; }
  .for-mobile {
    display: none; }
    .u-text-link,
    .u-text-link-parent a {
      -webkit-transition: color .125s  ease 0s, background-color .25s ease 0s;
      transition: color .125s  ease 0s, background-color .25s ease 0s; }
      .u-text-link:hover,
      .u-text-link-parent a:hover {
        text-decoration: none;
        color: var(--c-variable-link, var(--c-variable-link, var(--c-blue-light))); }
        .u-text-link:hover:after,
        .u-text-link-parent a:hover:after {
          background-color: var(--c-variable-link, var(--c-blue-light)); }
      .u-text-link:focus-visible,
      .u-text-link-parent a:focus-visible {
        border-radius: 2px;
        outline: 2px solid var(--c-blue-light);
        background-color: var(--c-blue-brilliant);
        display: inline;
        color: inherit; }
  .u-mt-pc-0 {
    margin-top: 0px; }
  .u-mt-pc-5 {
    margin-top: 5px; }
  .u-mt-pc-10 {
    margin-top: 10px; }
  .u-mt-pc-15 {
    margin-top: 15px; }
  .u-mt-pc-20 {
    margin-top: 20px; }
  .u-mt-pc-25 {
    margin-top: 25px; }
  .u-mt-pc-30 {
    margin-top: 30px; }
  .u-mt-pc-35 {
    margin-top: 35px; }
  .u-mt-pc-40 {
    margin-top: 40px; }
  .u-mt-pc-45 {
    margin-top: 45px; }
  .u-mt-pc-50 {
    margin-top: 50px; }
  .u-mt-pc-55 {
    margin-top: 55px; }
  .u-mt-pc-60 {
    margin-top: 60px; }
  .u-mt-pc-65 {
    margin-top: 65px; }
  .u-mt-pc-70 {
    margin-top: 70px; }
  .u-mt-pc-75 {
    margin-top: 75px; }
  .u-mt-pc-80 {
    margin-top: 80px; }
  .u-mt-pc-85 {
    margin-top: 85px; }
  .u-mt-pc-90 {
    margin-top: 90px; }
  .u-mt-pc-95 {
    margin-top: 95px; }
  .u-mt-pc-100 {
    margin-top: 100px; }
  .u-mr-pc-0 {
    margin-right: 0px; }
  .u-mr-pc-5 {
    margin-right: 5px; }
  .u-mr-pc-10 {
    margin-right: 10px; }
  .u-mr-pc-15 {
    margin-right: 15px; }
  .u-mr-pc-20 {
    margin-right: 20px; }
  .u-mr-pc-25 {
    margin-right: 25px; }
  .u-mr-pc-30 {
    margin-right: 30px; }
  .u-mr-pc-35 {
    margin-right: 35px; }
  .u-mr-pc-40 {
    margin-right: 40px; }
  .u-mr-pc-45 {
    margin-right: 45px; }
  .u-mr-pc-50 {
    margin-right: 50px; }
  .u-mr-pc-55 {
    margin-right: 55px; }
  .u-mr-pc-60 {
    margin-right: 60px; }
  .u-mr-pc-65 {
    margin-right: 65px; }
  .u-mr-pc-70 {
    margin-right: 70px; }
  .u-mr-pc-75 {
    margin-right: 75px; }
  .u-mr-pc-80 {
    margin-right: 80px; }
  .u-mr-pc-85 {
    margin-right: 85px; }
  .u-mr-pc-90 {
    margin-right: 90px; }
  .u-mr-pc-95 {
    margin-right: 95px; }
  .u-mr-pc-100 {
    margin-right: 100px; }
  .u-mb-pc-0 {
    margin-bottom: 0px; }
  .u-mb-pc-5 {
    margin-bottom: 5px; }
  .u-mb-pc-10 {
    margin-bottom: 10px; }
  .u-mb-pc-15 {
    margin-bottom: 15px; }
  .u-mb-pc-20 {
    margin-bottom: 20px; }
  .u-mb-pc-25 {
    margin-bottom: 25px; }
  .u-mb-pc-30 {
    margin-bottom: 30px; }
  .u-mb-pc-35 {
    margin-bottom: 35px; }
  .u-mb-pc-40 {
    margin-bottom: 40px; }
  .u-mb-pc-45 {
    margin-bottom: 45px; }
  .u-mb-pc-50 {
    margin-bottom: 50px; }
  .u-mb-pc-55 {
    margin-bottom: 55px; }
  .u-mb-pc-60 {
    margin-bottom: 60px; }
  .u-mb-pc-65 {
    margin-bottom: 65px; }
  .u-mb-pc-70 {
    margin-bottom: 70px; }
  .u-mb-pc-75 {
    margin-bottom: 75px; }
  .u-mb-pc-80 {
    margin-bottom: 80px; }
  .u-mb-pc-85 {
    margin-bottom: 85px; }
  .u-mb-pc-90 {
    margin-bottom: 90px; }
  .u-mb-pc-95 {
    margin-bottom: 95px; }
  .u-mb-pc-100 {
    margin-bottom: 100px; }
  .u-ml-pc-0 {
    margin-left: 0px; }
  .u-ml-pc-5 {
    margin-left: 5px; }
  .u-ml-pc-10 {
    margin-left: 10px; }
  .u-ml-pc-15 {
    margin-left: 15px; }
  .u-ml-pc-20 {
    margin-left: 20px; }
  .u-ml-pc-25 {
    margin-left: 25px; }
  .u-ml-pc-30 {
    margin-left: 30px; }
  .u-ml-pc-35 {
    margin-left: 35px; }
  .u-ml-pc-40 {
    margin-left: 40px; }
  .u-ml-pc-45 {
    margin-left: 45px; }
  .u-ml-pc-50 {
    margin-left: 50px; }
  .u-ml-pc-55 {
    margin-left: 55px; }
  .u-ml-pc-60 {
    margin-left: 60px; }
  .u-ml-pc-65 {
    margin-left: 65px; }
  .u-ml-pc-70 {
    margin-left: 70px; }
  .u-ml-pc-75 {
    margin-left: 75px; }
  .u-ml-pc-80 {
    margin-left: 80px; }
  .u-ml-pc-85 {
    margin-left: 85px; }
  .u-ml-pc-90 {
    margin-left: 90px; }
  .u-ml-pc-95 {
    margin-left: 95px; }
  .u-ml-pc-100 {
    margin-left: 100px; }
  .u-pt-pc-0 {
    padding-top: 0px; }
  .u-pt-pc-5 {
    padding-top: 5px; }
  .u-pt-pc-10 {
    padding-top: 10px; }
  .u-pt-pc-15 {
    padding-top: 15px; }
  .u-pt-pc-20 {
    padding-top: 20px; }
  .u-pt-pc-25 {
    padding-top: 25px; }
  .u-pt-pc-30 {
    padding-top: 30px; }
  .u-pt-pc-35 {
    padding-top: 35px; }
  .u-pt-pc-40 {
    padding-top: 40px; }
  .u-pt-pc-45 {
    padding-top: 45px; }
  .u-pt-pc-50 {
    padding-top: 50px; }
  .u-pt-pc-55 {
    padding-top: 55px; }
  .u-pt-pc-60 {
    padding-top: 60px; }
  .u-pt-pc-65 {
    padding-top: 65px; }
  .u-pt-pc-70 {
    padding-top: 70px; }
  .u-pt-pc-75 {
    padding-top: 75px; }
  .u-pt-pc-80 {
    padding-top: 80px; }
  .u-pt-pc-85 {
    padding-top: 85px; }
  .u-pt-pc-90 {
    padding-top: 90px; }
  .u-pt-pc-95 {
    padding-top: 95px; }
  .u-pt-pc-100 {
    padding-top: 100px; }
  .u-pr-pc-0 {
    padding-right: 0px; }
  .u-pr-pc-5 {
    padding-right: 5px; }
  .u-pr-pc-10 {
    padding-right: 10px; }
  .u-pr-pc-15 {
    padding-right: 15px; }
  .u-pr-pc-20 {
    padding-right: 20px; }
  .u-pr-pc-25 {
    padding-right: 25px; }
  .u-pr-pc-30 {
    padding-right: 30px; }
  .u-pr-pc-35 {
    padding-right: 35px; }
  .u-pr-pc-40 {
    padding-right: 40px; }
  .u-pr-pc-45 {
    padding-right: 45px; }
  .u-pr-pc-50 {
    padding-right: 50px; }
  .u-pr-pc-55 {
    padding-right: 55px; }
  .u-pr-pc-60 {
    padding-right: 60px; }
  .u-pr-pc-65 {
    padding-right: 65px; }
  .u-pr-pc-70 {
    padding-right: 70px; }
  .u-pr-pc-75 {
    padding-right: 75px; }
  .u-pr-pc-80 {
    padding-right: 80px; }
  .u-pr-pc-85 {
    padding-right: 85px; }
  .u-pr-pc-90 {
    padding-right: 90px; }
  .u-pr-pc-95 {
    padding-right: 95px; }
  .u-pr-pc-100 {
    padding-right: 100px; }
  .u-pb-pc-0 {
    padding-bottom: 0px; }
  .u-pb-pc-5 {
    padding-bottom: 5px; }
  .u-pb-pc-10 {
    padding-bottom: 10px; }
  .u-pb-pc-15 {
    padding-bottom: 15px; }
  .u-pb-pc-20 {
    padding-bottom: 20px; }
  .u-pb-pc-25 {
    padding-bottom: 25px; }
  .u-pb-pc-30 {
    padding-bottom: 30px; }
  .u-pb-pc-35 {
    padding-bottom: 35px; }
  .u-pb-pc-40 {
    padding-bottom: 40px; }
  .u-pb-pc-45 {
    padding-bottom: 45px; }
  .u-pb-pc-50 {
    padding-bottom: 50px; }
  .u-pb-pc-55 {
    padding-bottom: 55px; }
  .u-pb-pc-60 {
    padding-bottom: 60px; }
  .u-pb-pc-65 {
    padding-bottom: 65px; }
  .u-pb-pc-70 {
    padding-bottom: 70px; }
  .u-pb-pc-75 {
    padding-bottom: 75px; }
  .u-pb-pc-80 {
    padding-bottom: 80px; }
  .u-pb-pc-85 {
    padding-bottom: 85px; }
  .u-pb-pc-90 {
    padding-bottom: 90px; }
  .u-pb-pc-95 {
    padding-bottom: 95px; }
  .u-pb-pc-100 {
    padding-bottom: 100px; }
  .u-pl-pc-0 {
    padding-left: 0px; }
  .u-pl-pc-5 {
    padding-left: 5px; }
  .u-pl-pc-10 {
    padding-left: 10px; }
  .u-pl-pc-15 {
    padding-left: 15px; }
  .u-pl-pc-20 {
    padding-left: 20px; }
  .u-pl-pc-25 {
    padding-left: 25px; }
  .u-pl-pc-30 {
    padding-left: 30px; }
  .u-pl-pc-35 {
    padding-left: 35px; }
  .u-pl-pc-40 {
    padding-left: 40px; }
  .u-pl-pc-45 {
    padding-left: 45px; }
  .u-pl-pc-50 {
    padding-left: 50px; }
  .u-pl-pc-55 {
    padding-left: 55px; }
  .u-pl-pc-60 {
    padding-left: 60px; }
  .u-pl-pc-65 {
    padding-left: 65px; }
  .u-pl-pc-70 {
    padding-left: 70px; }
  .u-pl-pc-75 {
    padding-left: 75px; }
  .u-pl-pc-80 {
    padding-left: 80px; }
  .u-pl-pc-85 {
    padding-left: 85px; }
  .u-pl-pc-90 {
    padding-left: 90px; }
  .u-pl-pc-95 {
    padding-left: 95px; }
  .u-pl-pc-100 {
    padding-left: 100px; }
  .u-mx-pc-0 {
    margin-right: 0px;
    margin-left: 0px; }
  .u-mx-pc-5 {
    margin-right: 5px;
    margin-left: 5px; }
  .u-mx-pc-10 {
    margin-right: 10px;
    margin-left: 10px; }
  .u-mx-pc-15 {
    margin-right: 15px;
    margin-left: 15px; }
  .u-mx-pc-20 {
    margin-right: 20px;
    margin-left: 20px; }
  .u-mx-pc-25 {
    margin-right: 25px;
    margin-left: 25px; }
  .u-mx-pc-30 {
    margin-right: 30px;
    margin-left: 30px; }
  .u-mx-pc-35 {
    margin-right: 35px;
    margin-left: 35px; }
  .u-mx-pc-40 {
    margin-right: 40px;
    margin-left: 40px; }
  .u-mx-pc-45 {
    margin-right: 45px;
    margin-left: 45px; }
  .u-mx-pc-50 {
    margin-right: 50px;
    margin-left: 50px; }
  .u-mx-pc-55 {
    margin-right: 55px;
    margin-left: 55px; }
  .u-mx-pc-60 {
    margin-right: 60px;
    margin-left: 60px; }
  .u-mx-pc-65 {
    margin-right: 65px;
    margin-left: 65px; }
  .u-mx-pc-70 {
    margin-right: 70px;
    margin-left: 70px; }
  .u-mx-pc-75 {
    margin-right: 75px;
    margin-left: 75px; }
  .u-mx-pc-80 {
    margin-right: 80px;
    margin-left: 80px; }
  .u-mx-pc-85 {
    margin-right: 85px;
    margin-left: 85px; }
  .u-mx-pc-90 {
    margin-right: 90px;
    margin-left: 90px; }
  .u-mx-pc-95 {
    margin-right: 95px;
    margin-left: 95px; }
  .u-mx-pc-100 {
    margin-right: 100px;
    margin-left: 100px; }
  .u-px-pc-0 {
    padding-right: 0px;
    padding-left: 0px; }
  .u-px-pc-5 {
    padding-right: 5px;
    padding-left: 5px; }
  .u-px-pc-10 {
    padding-right: 10px;
    padding-left: 10px; }
  .u-px-pc-15 {
    padding-right: 15px;
    padding-left: 15px; }
  .u-px-pc-20 {
    padding-right: 20px;
    padding-left: 20px; }
  .u-px-pc-25 {
    padding-right: 25px;
    padding-left: 25px; }
  .u-px-pc-30 {
    padding-right: 30px;
    padding-left: 30px; }
  .u-px-pc-35 {
    padding-right: 35px;
    padding-left: 35px; }
  .u-px-pc-40 {
    padding-right: 40px;
    padding-left: 40px; }
  .u-px-pc-45 {
    padding-right: 45px;
    padding-left: 45px; }
  .u-px-pc-50 {
    padding-right: 50px;
    padding-left: 50px; }
  .u-px-pc-55 {
    padding-right: 55px;
    padding-left: 55px; }
  .u-px-pc-60 {
    padding-right: 60px;
    padding-left: 60px; }
  .u-px-pc-65 {
    padding-right: 65px;
    padding-left: 65px; }
  .u-px-pc-70 {
    padding-right: 70px;
    padding-left: 70px; }
  .u-px-pc-75 {
    padding-right: 75px;
    padding-left: 75px; }
  .u-px-pc-80 {
    padding-right: 80px;
    padding-left: 80px; }
  .u-px-pc-85 {
    padding-right: 85px;
    padding-left: 85px; }
  .u-px-pc-90 {
    padding-right: 90px;
    padding-left: 90px; }
  .u-px-pc-95 {
    padding-right: 95px;
    padding-left: 95px; }
  .u-px-pc-100 {
    padding-right: 100px;
    padding-left: 100px; }
  .u-my-pc-0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .u-my-pc-5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .u-my-pc-10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .u-my-pc-15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .u-my-pc-20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .u-my-pc-25 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .u-my-pc-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .u-my-pc-35 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .u-my-pc-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .u-my-pc-45 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .u-my-pc-50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .u-my-pc-55 {
    margin-top: 55px;
    margin-bottom: 55px; }
  .u-my-pc-60 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .u-my-pc-65 {
    margin-top: 65px;
    margin-bottom: 65px; }
  .u-my-pc-70 {
    margin-top: 70px;
    margin-bottom: 70px; }
  .u-my-pc-75 {
    margin-top: 75px;
    margin-bottom: 75px; }
  .u-my-pc-80 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .u-my-pc-85 {
    margin-top: 85px;
    margin-bottom: 85px; }
  .u-my-pc-90 {
    margin-top: 90px;
    margin-bottom: 90px; }
  .u-my-pc-95 {
    margin-top: 95px;
    margin-bottom: 95px; }
  .u-my-pc-100 {
    margin-top: 100px;
    margin-bottom: 100px; }
  .u-py-pc-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .u-py-pc-5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .u-py-pc-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .u-py-pc-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .u-py-pc-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .u-py-pc-25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .u-py-pc-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .u-py-pc-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .u-py-pc-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .u-py-pc-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .u-py-pc-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .u-py-pc-55 {
    padding-top: 55px;
    padding-bottom: 55px; }
  .u-py-pc-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .u-py-pc-65 {
    padding-top: 65px;
    padding-bottom: 65px; }
  .u-py-pc-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .u-py-pc-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .u-py-pc-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .u-py-pc-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .u-py-pc-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .u-py-pc-95 {
    padding-top: 95px;
    padding-bottom: 95px; }
  .u-py-pc-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .u-mr-pc-auto {
    margin-right: auto; }
  .u-ml-pc-auto {
    margin-left: auto; }
  .u-mx-pc-auto {
    margin-right: auto;
    margin-left: auto; } }
@media (max-width: 959px) {
    :root {
      --height-header: 73px; }
  :has(body[data-page="suitengu"]) {
    --height-header: 93px; }
  :has(body[data-page="special"]) {
    --height-header: 33px; }
    .c-swiper-controller {
      gap: 0 12px;
      position: relative;
      left: 24px; }
      .c-swiper-controller__pager {
        gap: 8px 8px; }
      .c-swiper-controller__toggle {
        width: 30px;
        height: 30px;
        gap: 0 4px;
        margin: 0 0 0 6px; }
        .c-swiper-controller__toggle:before, .c-swiper-controller__toggle:after {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 2.5px;
                  flex: 0 0 2.5px;
          height: 9px; }
    .c-content-white .c-swiper-controller {
      margin-top: 14px; }
    .p-home-kv .c-swiper-controller {
      position: static; }
      .p-home-kv .c-swiper-controller__toggle {
        width: 24px;
        height: 24px;
        margin: 0; }
  html, body {
    width: 100%;
    min-height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
    .l-footer {
      margin: 0 auto 0;
      padding: 42px 8px 32px; }
    [data-page="suitengu"] .l-footer {
      display: block;
      padding-top: 35px;
      padding-bottom: 20px; }
    .l-footer__logo {
      width: 190px;
      margin: 0 auto; }
      .l-footer__logo[data-logo="35th"] {
        width: 230px; }
        [data-page="suitengu"] .l-footer__logo[data-logo="35th"] {
          gap: 0 60px; }
          [data-page="suitengu"] .l-footer__logo[data-logo="35th"] a:first-of-type:before {
            right: -32px; }
          [data-page="suitengu"] .l-footer__logo[data-logo="35th"] a:last-of-type {
            -ms-flex-preferred-size: 160px;
                flex-basis: 160px; }
      [data-page="suitengu"] .l-footer__logo {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 0 70px;
        padding: 0 0 0 6px; }
        [data-page="suitengu"] .l-footer__logo a {
          position: relative; }
          [data-page="suitengu"] .l-footer__logo a:first-of-type {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 52px;
                    flex: 0 0 52px; }
            [data-page="suitengu"] .l-footer__logo a:first-of-type:before {
              content: '';
              display: block;
              width: 1px;
              height: 100%;
              background: rgba(255, 255, 255, 0.2);
              position: absolute;
              right: -37px;
              top: 0; }
          [data-page="suitengu"] .l-footer__logo a:last-of-type {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 130px;
                    flex: 0 0 130px; }
    .l-footer__credit {
      margin: 25px 0 0;
      text-align: center; }
      .l-footer__credit li + li {
        margin-top: .5em; }
    .l-footer__btns {
      width: 77vw;
      max-width: 480px;
      margin: 35px auto 0; }
    .l-footer__menu {
      width: 77vw;
      max-width: 480px;
      margin: 35px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 20px 30px; }
    .l-footer__sns {
      margin: 45px auto 0; }
    .l-footer__copylight {
      border-top: 1px solid #fff;
      font-size: 1.0rem;
      text-align: center;
      padding: 18px 0 0;
      margin: 42px 0 0; }
      [data-page="suitengu"] .l-footer__copylight {
        border-top: none;
        padding: 0;
        margin: 38px 0 0; }
  .l-footer-btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 4px;
    grid-row-gap: 4px; }
    .l-footer-btns:has([data-btn="donate"]) {
      -ms-grid-columns: 1fr 1.25fr;
      grid-template-columns: 1fr 1.25fr;
      -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto); }
    .l-footer-btns:not(:has(li:nth-of-type(2))) {
      display: block;
      width: 50%;
      margin-right: auto;
      margin-left: auto; }
    .l-footer-btns [data-btn="donate"] {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-area: 2 / 1 / 3 / 3; }
    .l-footer-btns a {
      height: 64px;
      padding: 5px; }
    [data-header-shadow="on"][data-calendar-header-sticky="on"] .l-header {
      -webkit-transition: none;
      transition: none;
      -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0); }
    .l-header__bar {
      padding: 8px;
      background: var(--c-blue-dark); }
      .l-header__bar a {
        display: block;
        width: 74px;
        margin: 0 0 0 auto; }
    .l-header__inner {
      position: relative;
      height: 73px; }
      [data-page="suitengu"] .l-header__inner {
        height: 60px; }
      [data-page="special"] .l-header__inner {
        height: auto; }
    .l-header__logo {
      width: 174px;
      position: absolute;
      left: 12px;
      top: 16px; }
      .l-header__logo[data-logo="35th"] {
        width: 179px;
        top: 13px; }
        [data-page="home"] .l-header__logo[data-logo="35th"] a:before {
          width: 100px;
          height: 289px;
          border-radius: 0 0 2px 2px;
          background-image: url(../images/common/logo-35th-vertical.svg);
          background-size: 74px 258px;
          background-color: rgba(255, 255, 255, 0.9);
          left: 8px;
          top: -13px; }
      [data-page="home"] .l-header__logo a {
        position: relative;
        display: block; }
        [data-page="home"] .l-header__logo a:before {
          content: '';
          width: 91.5px;
          height: 190px;
          position: absolute;
          left: 12px;
          top: 2px;
          background: url(../images/common/logo-vertical.svg) no-repeat center center/cover;
          -webkit-transition: opacity .5s ease .5s;
          transition: opacity .5s ease .5s; }
      [data-page="home"] .l-header__logo img {
        -webkit-transition: visibility 0s ease .75s, opacity .25s ease .5s;
        transition: visibility 0s ease .75s, opacity .25s ease .5s;
        visibility: hidden;
        opacity: 0; }
      [data-header-shadow="on"] [data-page="home"] .l-header__logo a:before,
      [data-nav="open"] [data-page="home"] .l-header__logo a:before {
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s;
        opacity: 0; }
      [data-header-shadow="on"] [data-page="home"] .l-header__logo img,
      [data-nav="open"] [data-page="home"] .l-header__logo img {
        -webkit-transition: opacity .5s ease 0s;
        transition: opacity .5s ease 0s;
        visibility: visible;
        opacity: 1; }
      [data-page="suitengu"] .l-header__logo {
        width: 138px;
        top: 13px; }
  .l-header-info {
    display: none; }
    .l-header-tool {
      position: absolute;
      right: 72px;
      top: 23px; }
      [data-page="suitengu"] .l-header-tool {
        top: 17px; }
      .l-header-tool__item[data-tool="search"] {
        display: none; }
      .l-header-tool__btn {
        width: 26px; }
  .l-header-menu {
    display: none; }
  .l-header-submenu {
    display: none; }
    .l-header-hamburger {
      width: 38px;
      height: 27px;
      font-size: 1.1rem;
      position: absolute;
      right: 8px;
      top: 23px; }
      [data-page="suitengu"] .l-header-hamburger {
        top: 17px; }
      [data-nav="open"] .l-header-hamburger span {
        width: 90%;
        right: 50%; }
        [data-nav="open"] .l-header-hamburger span:nth-of-type(1) {
          top: 50%;
          -webkit-transform: translate(50%, -50%) rotate(40deg);
                  transform: translate(50%, -50%) rotate(40deg); }
        [data-nav="open"] .l-header-hamburger span:nth-of-type(2) {
          top: 50%;
          -webkit-transform: translate(50%, -50%) rotate(140deg);
                  transform: translate(50%, -50%) rotate(140deg); }
      [data-nav="open"] .l-header-hamburger em {
        opacity: 0;
        -webkit-transform: translate(-37.5%, 0);
                transform: translate(-37.5%, 0); }
      .l-header-hamburger span {
        -webkit-transition: right .375s ease 0s, top .375s ease 0s, -webkit-transform .375s ease 0s;
        transition: right .375s ease 0s, top .375s ease 0s, -webkit-transform .375s ease 0s;
        transition: right .375s ease 0s, top .375s ease 0s, transform .375s ease 0s;
        transition: right .375s ease 0s, top .375s ease 0s, transform .375s ease 0s, -webkit-transform .375s ease 0s; }
        .l-header-hamburger span:nth-of-type(2) {
          top: 8px; }
      .l-header-hamburger em {
        width: 32px;
        -webkit-transition: opacity .375s ease 0s, -webkit-transform .375s ease 0s;
        transition: opacity .375s ease 0s, -webkit-transform .375s ease 0s;
        transition: opacity .375s ease 0s, transform .375s ease 0s;
        transition: opacity .375s ease 0s, transform .375s ease 0s, -webkit-transform .375s ease 0s;
        opacity: 1;
        -webkit-transform: translate(0%, 0);
                transform: translate(0%, 0); }
    .l-header-lang {
      padding: 66px 0 48px; }
      .l-header-lang__close {
        width: 30px;
        height: 25px;
        right: 12px;
        top: 12px; }
      .l-header-lang ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 18px 0; }
      .l-header-lang a {
        width: 240px; }
      .l-header-search__inner {
        margin: 0 auto 0;
        padding: 0 15px 0; }
      .l-header-search__close {
        width: 30px;
        height: 25px;
        right: 12px;
        top: 12px; }
    .l-main {
      font-size: 1.5rem;
      line-height: 1.75; }
    .l-nav {
      width: 100%;
      background: var(--c-black);
      top: var(--height-header);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      [data-page="suitengu"] .l-nav {
        background: var(--c-beige); }
      .l-nav__outer {
        background: var(--c-beige);
        width: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto; }
        .l-nav__outer::-webkit-scrollbar {
          display: none; }
      .l-nav__inner {
        background: var(--c-beige); }
        [data-page="suitengu"] .l-nav__inner {
          border-bottom: 1px solid var(--c-beige); }
      .l-nav__header {
        display: none; }
      .l-nav__banner {
        width: 77vw;
        max-width: 300px;
        margin: 36px auto 0; }
        .l-nav__banner li + li {
          margin-top: 30px; }
      .l-nav__submenu {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 45px auto 0;
        font-size: 1.5rem;
        line-height: 1.5; }
        .l-nav__submenu li + li {
          margin-top: 1.7em; }
      .l-nav__banner + .l-nav__submenu {
        width: 77vw;
        max-width: 300px; }
      .l-nav__footer {
        margin: 48px 0 0;
        padding: 36px 15px;
        background: var(--c-black);
        color: var(--c-beige);
        font-size: 1.5rem;
        line-height: 1.5; }
        .l-nav__footer a {
          color: var(--c-beige); }
      .l-nav__headerClose {
        width: 30px;
        height: 25px;
        right: 12px;
        top: 12px; }
      .l-nav__banner [data-btn="donate"] a {
        height: 64px; }
  .l-nav-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 480px;
    padding: 24px 0;
    margin: 0 auto; }
    .l-nav-info__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 90px;
              flex: 0 1 90px;
      font-size: 1.3rem;
      font-weight: 700;
      text-align: center; }
  .l-nav-menu {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5; }
    .l-nav-menu:last-of-type {
      border-bottom: 1px solid #fff; }
    .l-nav-menu .c-icon {
      color: var(--c-blue);
      margin-right: auto; }
    :where(.l-nav-menu) a:not([class]) {
      padding: 1.125em 20px 1em 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0 .5em;
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s; }
      :where(.l-nav-menu) a:not([class]):not(:has(.c-icon)):after {
        content: '';
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 0.625em;
        height: 0.625em;
        border-top: 1.5px solid var(--c-black);
        border-right: 1.5px solid var(--c-black);
        -webkit-transform: rotate(45deg) translate(-15%, 15%);
                transform: rotate(45deg) translate(-15%, 15%); }
      :where(.l-nav-menu) a:not([class]) .c-icon {
        margin-right: 0;
        margin-left: auto; }
    .l-nav-menu__collapse {
      overflow: hidden;
      height: 0; }
    .l-nav-menu__parent {
      border-top: 1px solid #fff;
      background: #fff;
      position: relative; }
      .l-nav-menu__parent:before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--c-black);
        position: absolute;
        left: 0;
        top: -1px;
        z-index: 1;
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transform-origin: center right;
                transform-origin: center right; }
      .l-nav-menu__parent:has(> a:not([class])[data-collapse-state="open"]):before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: center left;
                transform-origin: center left; }
      .l-nav-menu__parent > a:not([class]) {
        background: var(--c-beige); }
        :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]),
        :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]) {
          position: relative;
          -webkit-transition: background-color .25s linear 0s;
          transition: background-color .25s linear 0s; }
          :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]):before, :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]):after,
          :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]):before,
          :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]):after {
            content: '';
            border: none;
            width: 14px;
            height: 1.5px;
            background: var(--c-blue);
            position: absolute;
            right: 17px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%); }
          :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]):after,
          :has(.l-nav-menu__child).l-nav-menu__parent > a:not([class]):after {
            -webkit-transform: translate(0, -50%) rotate(90deg);
                    transform: translate(0, -50%) rotate(90deg); }
        .l-nav-menu__parent > a:not([class])[data-collapse-state="open"] {
          background-color: var(--c-black-brilliant); }
          .l-nav-menu__parent > a:not([class])[data-collapse-state="open"]:after {
            display: none; }
    .l-nav-menu__child {
      font-weight: 500; }
      .l-nav-menu__child dt {
        display: none; }
      .l-nav-menu__child a {
        border-top: 1px solid var(--c-black-light);
        padding-top: .9em;
        padding-bottom: .9em; }
    .l-nav-menu__ctop {
      padding: 1.125em 20px 1em 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0 .5em;
      -webkit-transition: background-color .25s ease 0s;
      transition: background-color .25s ease 0s;
      font-weight: 500;
      border-top: 1px solid var(--c-black-light);
      padding-top: .9em;
      padding-bottom: .9em; }
      .l-nav-menu__ctop:not(:has(.c-icon)):after {
        content: '';
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 0.625em;
        height: 0.625em;
        border-top: 1.5px solid var(--c-black);
        border-right: 1.5px solid var(--c-black);
        -webkit-transform: rotate(45deg) translate(-15%, 15%);
                transform: rotate(45deg) translate(-15%, 15%); }
      .l-nav-menu__ctop .c-icon {
        margin-right: 0;
        margin-left: auto; }
  .l-nav-search {
    padding: 10px 15px 36px; }
  .l-nav {
    -webkit-transition: visibility 0s linear .75s;
    transition: visibility 0s linear .75s;
    overflow: hidden;
    height: 0px;
    visibility: hidden;
    pointer-events: none; }
    [data-nav="open"] .l-nav {
      -webkit-transition: none;
      transition: none;
      visibility: visible;
      pointer-events: auto; }
    .p-about-intro {
      margin: 0 auto 0;
      padding: 18px 15px 58px; }
    .p-about-mission {
      margin: 15px auto 0;
      background: url(../images/about/mission-sp.svg) no-repeat center center/cover, url(../images/about/mission.png) no-repeat center bottom/80% auto var(--c-beige);
      aspect-ratio: 720 / 1280;
      max-width: 480px; }
    .p-about-organization {
      background-image: url(../images/about/organization-sp.svg);
      aspect-ratio: 360 / 1024;
      max-width: 480px; }
      [data-lang="en"] .p-about-organization {
        background-image: url(../images/about/en/organization-sp.svg);
        aspect-ratio: 360 / 1137; }
    .p-about-history {
      margin: 0 -15px; }
      .p-about-history__content .ps__rail-x {
        -webkit-transform: scaleX(0.925);
                transform: scaleX(0.925); }
        .p-about-history__body:before, .p-about-history__body:after {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 15px;
                  flex: 0 0 15px; }
      .p-about-history__prev, .p-about-history__next {
        margin-top: -9px; }
        .p-about-history__prev button, .p-about-history__next button {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 18px;
          height: 18px;
          border-top: 1.5px solid var(--c-black);
          border-right: 1.5px solid var(--c-black);
          -webkit-transform: rotate(45deg) translate(-15%, 15%);
                  transform: rotate(45deg) translate(-15%, 15%); }
      .p-about-history__prev {
        left: 15px; }
    .p-about-history__next {
      right: 15px; }
      .p-about-history__block {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 240px;
                flex: 0 0 240px;
        font-size: 1.4rem; }
        .p-about-history__block figure {
          margin: 8px 0 0; }
        .p-about-history__year strong {
          font-size: 2.4rem; }
    .p-about-history__desc {
      min-height: 6em; }
  .p-about-history-more {
    margin: 30px 0 0; }
    .p-about-history-more a {
      font-size: 1.4rem; }
    .p-about-revision {
      font-size: 1.4rem;
      margin: 30px 0 0; }
  .p-accessibility-summary {
    margin: 37.5px 0 0; }
    .p-accessibility-summary__block {
      padding: 24px; }
      .p-accessibility-summary__block + .p-accessibility-summary__block {
        margin-top: 15px; }
    .p-accessibility-summary__title {
      font-size: 1.8rem;
      gap: 0 12px; }
      .p-accessibility-summary__title span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41px;
                flex: 0 0 41px; }
  .p-accessibility-summary__more {
    margin: 12px 0 0; }
      .p-accessibility-support-tab__inner {
        margin: 0 auto 0;
        padding: 50px 15px 0; }
        .p-accessibility-support-tab__body a {
          padding: 28px .5em 14px;
          font-size: 1.6rem;
          border-radius: 12px 12px 0 0; }
        .p-accessibility-support-tab__body small {
          width: 42px;
          margin: -21px 0 0 -21px; }
    .p-accessibility-toilet-info {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 12px;
      grid-row-gap: 12px;
      margin: 37.5px 0 0; }
      .p-accessibility-toilet-info li {
        padding: .25em 0 0; }
      .p-accessibility-toilet-info span:not([class]) {
        margin: -.25em 0 0; }
    .p-accessibility-toilet {
      margin: 37.5px 0 0;
      font-size: 1.8rem; }
      .p-accessibility-toilet__head {
        padding: 24px 0 28px 0;
        min-width: 2.4em;
        font-size: 2.6rem; }
      .p-accessibility-toilet__body {
        padding: 24px 16px 28px; }
        .p-accessibility-toilet__body dl + dl {
          margin-top: 24px; }
      .p-accessibility-toilet__sign {
        gap: 6px 6px; }
        .p-accessibility-toilet__caution li {
          font-size: 1.3rem; }
    .p-accessibility-hearingloop-mark {
      font-size: 1.3rem;
      margin: 22.5px 0 0; }
  .p-calendar-header {
    background: #fff;
    margin: 0 -15px;
    padding: 10px 15px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: calc(var(--height-header) + var(--sticky-extend));
    z-index: 1000;
    -webkit-transition: -webkit-box-shadow .25s ease 0s;
    transition: -webkit-box-shadow .25s ease 0s;
    transition: box-shadow .25s ease 0s;
    transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0); }
    [data-calendar-header-sticky="on"] .p-calendar-header {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
    .p-calendar-header__inner {
      max-width: 480px;
      margin: 0 auto;
      position: relative; }
    .p-calendar-header__date {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
      .p-calendar-header__date:after {
        top: 6px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 9px;
        height: 9px;
        border-top: 1.5px solid var(--c-black);
        border-right: 1.5px solid var(--c-black);
        -webkit-transform: rotate(135deg) translate(-15%, 15%);
                transform: rotate(135deg) translate(-15%, 15%); }
    .p-calendar-header__dateNow {
      font-size: 1.3rem; }
      .p-calendar-header__dateNow em {
        font-size: 1.8rem; }
      .p-calendar-header__dateNow strong {
        font-size: 3.6rem; }
      .p-calendar-header__nav a {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 2px;
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s;
        opacity: .25; }
        .p-calendar-header__nav a[href] {
          opacity: 1; }
        .p-calendar-header__nav a:first-of-type {
          left: 0; }
          .p-calendar-header__nav a:first-of-type:before {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 11px;
            height: 11px;
            border-top: 1.5px solid var(--c-black);
            border-right: 1.5px solid var(--c-black);
            -webkit-transform: rotate(225deg) translate(-15%, 15%);
                    transform: rotate(225deg) translate(-15%, 15%);
            left: 6px; }
        .p-calendar-header__nav a:last-of-type {
          right: 0; }
          .p-calendar-header__nav a:last-of-type:before {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 11px;
            height: 11px;
            border-top: 1.5px solid var(--c-black);
            border-right: 1.5px solid var(--c-black);
            -webkit-transform: rotate(45deg) translate(-15%, 15%);
                    transform: rotate(45deg) translate(-15%, 15%);
            right: 6px; }
        .p-calendar-header__nav a:before {
          content: '';
          position: absolute;
          top: 8px; }
    .p-calendar-header__tool {
      margin: 10px 0 0; }
    .p-calendar-header__switcher {
      max-width: 480px;
      height: 48px;
      border-radius: 24px; }
      .p-calendar-header__switcher a {
        border-radius: 20px;
        background: var(--c-black);
        color: #fff; }
        .p-calendar-header__switcher a[href] {
          background: #fff;
          color: var(--c-black); }
    .p-calendar-header__switcher {
      font-size: 1.4rem; }
    @container calendar-header__inner (max-width: 320px) {
      .p-calendar-header__switcher {
        font-size: 1.2rem; } }
    .p-calendar-table {
      margin: 20px -15px 0; }
        .p-calendar-table table thead th, .p-calendar-table table thead td {
          font-size: 1.1rem;
          padding: 6px 4px; }
        .p-calendar-table table tbody th, .p-calendar-table table tbody td {
          font-size: 1.3rem;
          padding: 8px 4px; }
    .p-calendar-cell-stack {
      margin: 2px -4px 0;
      height: calc(1em + 6px);
      padding: 2px 0; }
      .p-calendar-cell-stack__wrap {
        width: calc(100% - 4px);
        left: 2px; }
    .p-calendar-cell-stack[data-cell^="2"] .p-calendar-cell-stack__wrap {
      width: calc(200% - 4px + 1px); }
    .p-calendar-cell-stack[data-cell^="3"] .p-calendar-cell-stack__wrap {
      width: calc(300% - 4px + 2px); }
    .p-calendar-cell-stack[data-cell^="4"] .p-calendar-cell-stack__wrap {
      width: calc(400% - 4px + 3px); }
    .p-calendar-cell-stack[data-cell^="5"] .p-calendar-cell-stack__wrap {
      width: calc(500% - 4px + 4px); }
    .p-calendar-cell-stack[data-cell^="6"] .p-calendar-cell-stack__wrap {
      width: calc(600% - 4px + 5px); }
    .p-calendar-cell-stack[data-cell^="7"] .p-calendar-cell-stack__wrap {
      width: calc(700% - 4px + 6px); }
      .p-calendar-cell-stack__head {
        font-size: 1.1rem; }
      .p-calendar-cell-stack__body {
        width: 234px; }
        th:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        td:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        th:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        td:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        th:first-child [data-cell^="2"] .p-calendar-cell-stack__body,
        td:first-child [data-cell^="2"] .p-calendar-cell-stack__body,
        th:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        td:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        th:first-child [data-cell^="3"] .p-calendar-cell-stack__body,
        td:first-child [data-cell^="3"] .p-calendar-cell-stack__body,
        th:first-child [data-cell^="4"] .p-calendar-cell-stack__body,
        td:first-child [data-cell^="4"] .p-calendar-cell-stack__body {
          left: 8px;
          -webkit-transform: translate(0, calc(100% + 6px));
                  transform: translate(0, calc(100% + 6px)); }
          th:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          th:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          td:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          td:first-child [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          th:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          th:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          td:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          td:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          th:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          th:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          td:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          td:first-child [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          th:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          th:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          td:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          td:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          th:first-child [data-cell^="3"] .p-calendar-cell-stack__body a:before,
          th:first-child [data-cell^="3"] .p-calendar-cell-stack__body a:after,
          td:first-child [data-cell^="3"] .p-calendar-cell-stack__body a:before,
          td:first-child [data-cell^="3"] .p-calendar-cell-stack__body a:after,
          th:first-child [data-cell^="4"] .p-calendar-cell-stack__body a:before,
          th:first-child [data-cell^="4"] .p-calendar-cell-stack__body a:after,
          td:first-child [data-cell^="4"] .p-calendar-cell-stack__body a:before,
          td:first-child [data-cell^="4"] .p-calendar-cell-stack__body a:after {
            left: 12.5%; }
        th:last-child .p-calendar-cell-stack__body,
        td:last-child .p-calendar-cell-stack__body,
        th:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        td:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        th:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        td:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        th:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body,
        td:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body,
        th:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body,
        td:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body,
        th:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body,
        td:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body {
          left: auto;
          right: 12px;
          -webkit-transform: translate(0, calc(100% + 6px));
                  transform: translate(0, calc(100% + 6px)); }
          th:last-child .p-calendar-cell-stack__body a:before,
          th:last-child .p-calendar-cell-stack__body a:after,
          td:last-child .p-calendar-cell-stack__body a:before,
          td:last-child .p-calendar-cell-stack__body a:after,
          th:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          th:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          td:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:before,
          td:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body a:after,
          th:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          th:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          td:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          td:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          th:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          th:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          td:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body a:before,
          td:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body a:after,
          th:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body a:before,
          th:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body a:after,
          td:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body a:before,
          td:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body a:after,
          th:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body a:before,
          th:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body a:after,
          td:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body a:before,
          td:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body a:after {
            left: 87.5%; }
        tr:last-child th [data-cell] .p-calendar-cell-stack__body,
        tr:last-child td [data-cell] .p-calendar-cell-stack__body {
          bottom: auto;
          top: 0;
          -webkit-transform: translate(-50%, calc(-100% - 8px));
                  transform: translate(-50%, calc(-100% - 8px)); }
          tr:last-child th [data-cell] .p-calendar-cell-stack__body a:before,
          tr:last-child th [data-cell] .p-calendar-cell-stack__body a:after,
          tr:last-child td [data-cell] .p-calendar-cell-stack__body a:before,
          tr:last-child td [data-cell] .p-calendar-cell-stack__body a:after {
            -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
                    clip-path: polygon(0 0, 100% 0, 50% 100%);
            bottom: auto;
            top: calc(100% - 2px); }
        tr:last-child th:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child td:first-child [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child th:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child th:first-child [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child td:first-child [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child th:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child th:first-child [data-cell^="3"] .p-calendar-cell-stack__body,
        tr:last-child td:first-child [data-cell^="3"] .p-calendar-cell-stack__body,
        tr:last-child th:first-child [data-cell^="4"] .p-calendar-cell-stack__body,
        tr:last-child td:first-child [data-cell^="4"] .p-calendar-cell-stack__body,
        tr:last-child th:last-child .p-calendar-cell-stack__body,
        tr:last-child td:last-child .p-calendar-cell-stack__body,
        tr:last-child th:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-last-child(2) [data-cell^="1"] .p-calendar-cell-stack__body,
        tr:last-child th:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-last-child(2) [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child th:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-last-child(3) [data-cell^="2"] .p-calendar-cell-stack__body,
        tr:last-child th:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-last-child(3) [data-cell^="3"] .p-calendar-cell-stack__body,
        tr:last-child th:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body,
        tr:last-child td:nth-last-child(4) [data-cell^="4"] .p-calendar-cell-stack__body {
          -webkit-transform: translate(0, calc(-100% - 8px));
                  transform: translate(0, calc(-100% - 8px)); }
        .p-calendar-cell-stack__body a {
          padding: 8px 8px 8px; }
        .p-calendar-cell-stack__body dt {
          font-size: 1.4rem; }
        .p-calendar-cell-stack__body li {
          font-size: 1.3rem; }
    .p-calendar-cell-holiday {
      font-size: 1.2rem;
      padding: 0 2px;
      top: 9px; }
    @container calendar-table (max-width: 460px) {
      .p-calendar-cell-holiday {
        font-size: 1.0rem;
        top: 8px; } }
    .p-calendar-cell-day {
      font-size: 1.3rem;
      width: 20px;
      margin: -3px 0 0 -1px; }
    @container calendar-table (max-width: 460px) {
      .p-calendar-cell-day {
        font-size: 1.1rem;
        width: 16px; } }
    .p-calendar-list {
      gap: 0 18px; }
      .p-calendar-list__head {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32px;
                flex: 0 0 32px; }
    .p-calendar-list-date {
      gap: 8px 0;
      top: calc(var(--height-header) + 114px + 16px); }
      .p-calendar-list-date strong {
        font-size: 2.2rem; }
    .p-calendar-list-date span {
      font-size: 1.1rem; }
    .p-calendar-list-item {
      padding: 16px 32px 16px 0; }
      .p-calendar-list-item__title {
        font-size: 1.5rem; }
      .p-calendar-list-item__meta {
        font-size: 1.3rem; }
      .p-calendar-list-item__arrow {
        right: 0; }
  .p-calendar-links {
    width: 100%;
    max-width: 510px;
    padding: 0 15px 15px;
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    [data-calendar-btns-sticky="on"] .p-calendar-links {
      position: absolute;
      padding-bottom: 22px; }
    .p-error-404 {
      margin: 0 auto 0;
      padding: 60px 15px 60px; }
      .p-error-404__title {
        margin: 0 0 40px;
        font-size: 3.6rem; }
      .p-error-404__desc {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content; }
    .p-facilities-summary__block {
      padding: 24px; }
      .p-facilities-summary__block + .p-facilities-summary__block {
        margin-top: 15px; }
    .p-facilities-summary__title {
      font-size: 1.8rem;
      gap: 0 12px; }
      .p-facilities-summary__title span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41px;
                flex: 0 0 41px; }
  .p-facilities-summary__more {
    margin: 12px 0 0; }
    .p-facilities-titles {
      height: 390px; }
        .p-facilities-titles__inner:before {
          height: 60%; }
        .p-facilities-titles__inner:after {
          width: 85px;
          height: 53px; }
      .p-facilities-titles__fig {
        margin: 0 auto 0;
        padding: 0 0 0; }
      .p-facilities-titles__body {
        width: 100%;
        padding: 0 15px 18px; }
      .p-facilities-titles__title {
        font-size: 2.2rem;
        margin: 0 0 8px; }
    .p-facilities-shop {
      font-size: 1.3rem; }
      .p-facilities-shop + .p-facilities-shop {
        margin-top: 48px; }
      .p-facilities-shop__logo {
        width: clamp(90px, 20vw, 110px);
        margin: calc(clamp(45px, 10vw, 55px) * -1) auto 0; }
    .p-facilities-shop__name {
      font-size: 1.8rem;
      margin: 12px 0 6px; }
      .p-facilities-shop__hp {
        font-size: 1.5rem; }
    .p-facilities-map-info {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 18px;
      margin: 48px 0 0; }
      .p-facilities-map-info li {
        gap: 0 6px;
        font-size: 1.3rem; }
    .p-facilities-map {
      margin: 48px -15px 0; }
      .p-facilities-map__headBody {
        font-size: 1.8rem;
        padding: 30px 52px 24px 14px;
        gap: 0 13px; }
          button.p-facilities-map__headBody:before, button.p-facilities-map__headBody:after {
            width: 22px;
            right: 15px;
            top: 42px; }
      .p-facilities-map__headFloor {
        font-size: 3.0rem; }
      .p-facilities-map__headSign {
        gap: 6px 6px;
        margin: 18px -22px 0 0; }
      .p-facilities-map__body {
        padding: 12px 15px 36px; }
    .p-facilities-map__map {
      max-width: 480px;
      margin: 0 auto; }
      .p-facilities-map__links {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 18px;
        grid-row-gap: 14px;
        margin: 35px auto 0; }
    .p-home-kv {
      min-height: 480px;
      max-height: 145vw; }
      .p-home-kv .swiper {
        height: calc(100% - 38px); }
        .p-home-kv .swiper:before {
          width: 156px;
          height: 90px; }
        .p-home-kv .swiper:after {
          width: 206px;
          height: 117px; }
      .p-home-kv__controller {
        left: 8px;
        bottom: 12px;
        max-width: 35vw; }
      @container kv (max-width: 360px) {
        .p-home-kv__controller {
          max-width: 75px; } }
      .p-home-kv__btns {
        right: 8px;
        bottom: 7px; }
        [data-lang="zh-cn"] .p-home-kv__btns,
        [data-lang="zh-tw"] .p-home-kv__btns,
        [data-lang="korean"] .p-home-kv__btns {
          bottom: 56px; }
        [data-lang="en"] .p-home-kv__btns a {
          max-width: 8.5em; }
          .p-home-kv__btns [data-kv-btn="calendar"] a {
            padding: 14px 12px; }
          .p-home-kv__btns [data-kv-btn="access"] a {
            gap: 0 6px;
            padding: 15px 10px 14px; }
          .p-home-kv__btns [data-kv-btn="held"] a {
            gap: 0 6px;
            padding: 13px 10px 9px; }
      .p-home-kv__btnLt {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36px;
                flex: 0 0 36px; }
      .p-home-kv-held__month {
        font-size: 1.1rem; }
      .p-home-kv-held__slash {
        font-size: 1.1rem; }
      .p-home-kv-held__day {
        font-size: 2.4rem; }
    .p-home-kv-pickup {
      margin: 22px auto 0;
      padding: 0 8px 0; }
      .p-home-kv-pickup__box {
        padding: 18px 40px 18px 12px; }
      .p-home-kv-pickup__icon {
        right: 12px; }
    .p-home-events__inner {
      margin: 0 auto 0;
      padding: 0 0 0; }
    .p-home-events__inner .p-home-events__event {
      position: relative;
      padding: 0 0 70px; }
      .p-home-events__inner .p-home-events__event:before {
        content: '';
        width: 100%;
        height: calc(100% - 75px);
        background: url(../images/common/pattern-tri.svg) repeat center top/75px 43px;
        position: absolute;
        left: 0;
        top: 75px;
        z-index: -1; }
    .p-home-events__noitem {
      padding: 26px 15px 30px; }
    .p-home-event {
      padding: 10px 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .p-home-event__prev, .p-home-event__next {
        display: none; }
      .p-home-event__thumb {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        padding: 0 33px;
        -webkit-transition: -webkit-transform .8s ease 0s;
        transition: -webkit-transform .8s ease 0s;
        transition: transform .8s ease 0s;
        transition: transform .8s ease 0s, -webkit-transform .8s ease 0s; }
        .swiper-slide-prev .p-home-event__thumb {
          -webkit-transform: scale(0.8) translate(75px, 0);
                  transform: scale(0.8) translate(75px, 0); }
        .swiper-slide-next .p-home-event__thumb {
          -webkit-transform: scale(0.8) translate(-75px, 0);
                  transform: scale(0.8) translate(-75px, 0); }
      .p-home-event__title {
        font-size: 2.2rem;
        margin: 1em 0 0; }
      .p-home-event__date {
        font-size: 1.4rem; }
        .p-home-event__date span {
          font-size: 1.6rem; }
  .p-home-held {
    padding: 5px 0 0; }
    .p-home-held__lists {
      padding: 22px 26px 20px; }
      .p-home-held__lists:before {
        -webkit-clip-path: polygon(55px 0%, 100% 0, 100% calc(100% - 50px), calc(100% - 80px) 100%, 0 100%, 0 30px);
                clip-path: polygon(55px 0%, 100% 0, 100% calc(100% - 50px), calc(100% - 80px) 100%, 0 100%, 0 30px); }
    .p-home-held__collapse {
      position: relative; }
      .p-home-held__collapse:after {
        content: '';
        width: calc(100% + 26px * 2);
        height: 82px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI5MUZBMDdCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI5MUZBMDhCNTM0MTFFRjkzOEFCMkI2MEFFRkEyOTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjkxRkEwNUI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjkxRkEwNkI1MzQxMUVGOTM4QUIyQjYwQUVGQTI5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrZPFL0AAAAlSURBVHjaYmRgYJACYob///8/A9FMDGiAESgDYTAySmFVARBgAEmHBx7jOEbJAAAAAElFTkSuQmCC);
        background-size: 4px 4px;
        background-repeat: repeat;
        background-position: left top;
        background-color: var(--c-beige);
        position: absolute;
        left: -26px;
        bottom: 0;
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
                mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
                mask-image: linear-gradient(to bottom, transparent 0%, #000 100%);
        -webkit-transition: opacity .25s ease 0s;
        transition: opacity .25s ease 0s; }
  .p-home-held__collapseInner {
    overflow: hidden;
    height: 0;
    margin: 0 -26px;
    padding: 0 26px; }
    .p-home-held__more {
      font-size: 1.4rem;
      margin-top: 10px; }
    .p-home-held__noitem {
      margin: 40px 7.5% 50px; }
    .p-home-info {
      margin: 0 auto 0;
      padding: 15px 8px 0; }
    .p-home-info {
      gap: 15px 35px; }
      [data-lang="zh-cn"] .p-home-info,
      [data-lang="zh-tw"] .p-home-info,
      [data-lang="korean"] .p-home-info {
        padding-right: 10vw;
        padding-left: 10vw; }
      .p-home-info__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90px;
                flex: 0 0 90px; }
    .p-home-journal-title {
      max-width: 252px; }
    .p-home-journal {
      margin: 0 auto 0;
      padding: 0 8px 0; }
    .p-home-about {
      margin: 95px 8px 70px; }
      .p-home-about:before {
        width: 92px;
        height: 53px; }
      .p-home-about:after {
        width: 87px;
        height: 50px; }
      .p-home-about__content {
        margin: 0 auto 0;
        padding: 72px 8px 72px; }
      .p-home-about__content {
        width: 80%;
        max-width: 480px; }
        .p-home-about__contentA1 {
          font-size: 1.4rem;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
        .p-home-about__contentA2 {
          margin: 25px 0 0; }
        .p-home-about__contentA3 {
          margin: 30px 0 0; }
      .p-home-about__title {
        font-size: 2.4rem;
        text-align: center;
        margin: 0 0 .75em; }
    .p-home-topics {
      margin: 0 auto 0;
      padding: 60px 8px 60px; }
    .p-home-lang-msg {
      margin: 0 auto 0;
      padding: 46px 15px 0; }
      .p-home-lang-msg__title {
        font-size: 2.0rem;
        padding: 12px 0 30px; }
    .p-home-lang-event {
      margin: 34px auto 0;
      padding: 0 15px 0; }
    .p-home-banner {
      margin: 0 auto 0;
      padding: 60px 15px 0; }
    .p-home-banner a {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 300px; }
    .p-journal-label {
      gap: 12px 8px; }
      .p-journal-label button {
        font-size: 1.3rem;
        padding: .4em .8em; }
    .p-journal-reset {
      margin: 22px auto 0;
      font-size: 1.3rem; }
      .p-maintenance__content {
        margin: 0 auto 0;
        padding: 15px 15px 15px; }
      .p-maintenance__content {
        font-size: 1.5rem;
        line-height: 1.75; }
      .p-maintenance__title {
        max-width: 260px; }
      .p-maintenance__heading {
        font-size: 1.8rem;
        margin: 46px 0 1em; }
    .p-performance-header {
      margin: 0 auto 24px;
      padding: 0 15px 0; }
      .p-performance-header__hr {
        margin: 24px 0 0; }
      .p-performance-header__switcher {
        max-width: 480px;
        height: 48px;
        border-radius: 24px; }
        .p-performance-header__switcher a {
          border-radius: 18px;
          background: var(--c-black);
          color: #fff; }
          .p-performance-header__switcher a[href] {
            background: #fff;
            color: var(--c-black); }
      .p-performance-header__switcher {
        margin: 26px auto 0;
        font-size: 1.4rem; }
    .p-performance-item {
      padding: 30px 15px;
      -ms-grid-columns: clamp(120px, 33.3%, 240px) 1fr;
      grid-template-columns: clamp(120px, 33.3%, 240px) 1fr;
      grid-column-gap: 18px;
      grid-row-gap: 24px;
      margin-right: -15px;
      margin-left: -15px; }
      .p-performance-item[data-performance="end"] {
        -ms-grid-columns: clamp(80px, 22%, 120px) 1fr;
        grid-template-columns: clamp(80px, 22%, 120px) 1fr; }
      .p-performance-item + .p-performance-item {
        margin-top: 4px; }
      .p-performance-item__fig {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2;
        -ms-grid-row-align: start;
            align-self: start;
        border: 1px solid var(--c-black-brilliant); }
      .p-performance-item__desc {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3;
        -ms-grid-row-align: start;
            align-self: start; }
      .p-performance-item__more {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2 / 1 / 3 / 3; }
      .p-performance-item__title {
        font-size: 1.8rem;
        line-height: 1.25; }
      .p-performance-item__data {
        font-size: 1.3rem; }
      .p-performance-titles__unit {
        margin: 0 auto 0;
        padding: 30px 15px 34px; }
      .p-performance-titles__unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 34px 0; }
        .p-performance-titles__unitA1 {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          padding: 0 10%;
          max-width: 720px;
          margin: 0 auto; }
        .p-performance-titles__unitA2 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .p-performance-titles__unitA3 {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
      .p-performance-titles__download {
        font-size: 1.3rem; }
      .p-performance-titles__support, .p-performance-titles__shoulder {
        font-size: 1.4rem; }
      .p-performance-titles__title {
        font-size: 2.6rem; }
      .p-performance-titles__subtitle {
        font-size: 1.6rem;
        margin: 8px 0 0; }
      .p-performance-titles__ticket {
        margin: 30px 0 0; }
    .p-search-result {
      font-size: 1.3rem; }
    .p-search-list {
      font-size: 1.3rem;
      padding: 28px 30px 22px 0; }
      .p-search-list__title {
        font-size: 1.6rem;
        margin: 8px 0 8px; }
      .p-search-list .c-icon-arrow {
        right: 0; }
    .p-suitengu-kv {
      aspect-ratio: 10 / 5.6; }
      .p-suitengu-kv:before, .p-suitengu-kv:after {
        width: 72px;
        height: 42px; }
    .p-suitengu-content {
      margin: 0 auto 0;
      padding: 30px 15px 0; }
    .p-suitengu-topics + .p-suitengu-topics {
      margin-top: 15px; }
      .p-suitengu-topics__title {
        font-size: 1.8rem; }
    .p-suitengu-floor-sign {
      font-size: 1.4rem;
      gap: 8px 16px; }
      .p-suitengu-floor-sign li {
        padding: .25em 0 0; }
      .p-suitengu-floor-sign span:not([class]) {
        margin: -.25em 0 0; }
    .p-heading-suitengu-availability {
      font-size: 1.3rem;
      margin: 60px 0 30px; }
  .p-today-cat-group {
    margin: 22px 0 0; }
    .p-today-cat + .p-today-cat {
      margin-top: 60px; }
      .p-today-cat__title {
        padding: 12px 0 0;
        margin: 0 0 28px; }
      .p-today-noheld__title {
        font-size: 2.4rem; }
    .c-bread {
      margin: 0 auto 0;
      padding: 60px 0 8px; }
      .c-bread__pagetop {
        position: relative; }
        .c-bread__pagetop a {
          -webkit-transition: opacity .25s ease 0s;
          transition: opacity .25s ease 0s; }
      .c-bread__body {
        font-size: 1.2rem; }
          .c-bread__body a[href] {
            -webkit-tap-highlight-color: transparent; }
      .c-bread__inner {
        padding: 12px 12px 12px 12px; }
    .c-btn {
      margin: 30px auto 0; }
    .c-btns-calendar .c-btn {
      max-width: initial;
      margin: 0;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
      .c-btns-calendar .c-btn:before {
        display: none; }
      .c-btns-calendar .c-btn:nth-of-type(odd) {
        margin-left: auto; }
  .c-btns-calendar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.375fr 1fr;
    grid-template-columns: 1.375fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
    .c-btn-circle {
      font-size: 1.4rem; }
      .c-btn-circle span {
        width: 90px;
        margin: 0 auto 7px; }
    .l-footer-btns [data-btn="donate"] a, .l-nav__banner [data-btn="donate"] a {
      font-size: 1.7rem; }
    .c-content-row {
      margin: 0 auto 0;
      padding: 60px 15px 90px; }
    .c-content-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .c-content-row__lt {
        margin-top: 35px; }
    .c-content-article {
      margin: 0 auto 0;
      padding: 60px 15px 60px; }
    .c-content-article:has(.c-content-article__header), .c-content-article:where(.c-pagetitle + .c-content-article) {
      padding-top: 30px; }
    .c-content-article__header {
      margin: 0 0 60px; }
      .c-content-article__headerShoulder {
        font-size: 1.4rem; }
      .c-content-article__headerTitle {
        font-size: 2.6rem; }
      .c-content-article__headerSubtitle {
        font-size: 1.6rem;
        margin: 8px 0 0; }
    [data-extend-table="rent-facility-ph"] th {
      width: 7em; }
    [data-extend-table="rent-facility-west"] th {
      width: 6em; }
    [data-extend-table="rent-facility-ex"] th {
      width: 5em; }
    [data-extend-table="award"] th {
      width: 7em; }
    [data-extend-table="webaccessibility-spec"] th {
      width: 6em; }
    [data-extend-table="barrierfree-elevator"] th {
      width: 5em; }
  .c-row-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-column-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
      .c-form-search-box__footer {
        max-width: 480px;
        margin: 0 auto; }
    .c-form-search-box__more {
      padding: 10px 0 24px; }
    .c-modal[data-modal-extend="fullscreen"] .c-form-search-box {
      min-height: 100vh; }
      .c-modal[data-modal-extend="fullscreen"] .c-form-search-box__head {
        width: 100%;
        position: absolute;
        z-index: 1; }
      .c-modal[data-modal-extend="fullscreen"] .c-form-search-box__head {
        left: 0;
        top: 0; }
      .c-modal[data-modal-extend="fullscreen"] .c-form-search-box__body {
        padding-top: 66px; }
    .c-form-search-box#modalNarrow {
      display: none; }
    .c-heading-section {
      font-size: 2.8rem;
      margin: 60px auto .625em; }
  .c-heading-journal {
    width: 286px;
    margin: 126px auto 50px; }
    .c-heading-plane {
      font-size: 2.4rem;
      margin: 60px 0 22.5px; }
    .c-heading-plane[data-heading="sm"] {
      font-size: 1.8rem;
      margin-bottom: 15px; }
    .c-heading-module-h2 {
      font-size: 2.0rem;
      margin: 60px 0 30px; }
      .c-heading-module-h2:has(.c-icon) {
        gap: 0 8px; }
    .c-heading-module-h3 {
      padding: 1em 1em;
      font-size: 1.8rem;
      margin: 48px 0 24px; }
    .c-heading-module-h4 {
      font-size: 1.6rem;
      margin: 36px 0 18px; }
      .c-icon[data-icon="access"] {
        width: 23px; }
      .c-icon[data-icon="access"][data-icon-size="kv"] {
        width: 19px; }
      .c-icon[data-icon="map"] {
        width: 32px; }
      .c-icon[data-icon="shop"] {
        width: 34px; }
      .c-icon[data-icon="barrier"] {
        width: 28px; }
      .c-icon[data-icon="ticket"] {
        width: 35px; }
      .c-icon[data-icon="support"] {
        width: 40px; }
      .c-icon[data-icon="kids"] {
        width: 40px; }
      .c-icon[data-icon="rental"] {
        width: 31px; }
      .c-icon[data-icon="faq"] {
        width: 29px; }
      .c-icon[data-icon="calendar"] {
        width: 38px; }
      .c-icon[data-icon="a11y"] {
        width: xxpx; }
    .c-icon[data-icon="language"] {
      width: 22px; }
    .c-icon[data-icon="search"] {
      width: 20.5px; }
      .c-icon[data-icon="donate"] {
        width: 38px; }
    .c-icon[data-icon^="venue-"] {
      width: 26px; }
      .c-icon[data-icon^="sign-"] {
        width: 34px; }
      .c-icon[data-icon^="sign-"][data-icon-size="sm"] {
        width: 28px; }
      .c-icon[data-icon^="sign-"][data-icon-size="xs"] {
        width: 24px; }
    .c-icon[data-icon="train"], .c-icon[data-icon="car"], .c-icon[data-icon="wheelchair"] {
      width: 26px; }
    .c-icon[data-icon="hearing"], .c-icon[data-icon="vision"], .c-icon[data-icon="others"] {
      width: 26px; }
      .c-icon[data-icon^="bool-"] {
        width: 13px; }
    .c-icon[data-icon^="media-"] {
      width: 16.5px; }
    .c-journal-group {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
        .c-journal__thumb span {
          width: 30px;
          left: 8px;
          bottom: 8px; }
      .c-journal__title {
        font-size: 1.4rem; }
      .c-journal__cat {
        font-size: 1.1rem; }
      .c-journal__date {
        font-size: 1.1rem; }
      .c-loading__bar, .c-loading__progress {
        width: 240px; }
    [data-status="finished"] .c-loading__bar {
      -webkit-animation: openning-progress-sp 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running;
              animation: openning-progress-sp 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running; }
      .c-loading__mask {
        -webkit-mask-size: 100% 100%, 240px 48px;
                mask-size: 100% 100%, 240px 48px; }
        [data-status="finished"] .c-loading__mask {
          -webkit-animation: openning-mask-sp 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running;
                  animation: openning-mask-sp 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running; }
      .c-loading__skew {
        width: 240px;
        height: 48px; }
        [data-status="finished"] .c-loading__skew {
          -webkit-animation: openning-skew-sp 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running;
                  animation: openning-skew-sp 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s 1 normal forwards running; }
        .c-loading__skew:before, .c-loading__skew:after {
          width: 28px;
          height: 17px; }
      .c-loading__text {
        font-size: 1.6rem;
        -webkit-transform: translate(50%, calc(50% + 48px));
                transform: translate(50%, calc(50% + 48px)); }
      .c-modal__wrapper {
        padding: 10vh 0; }
      .c-modal__content {
        margin: 0 auto 0;
        padding: 0 15px 0; }
      .c-modal__content {
        width: calc(100% - 30px); }
      .c-modal__body {
        font-size: 1.5rem;
        line-height: 1.75; }
        [data-modal-type="inline"] .c-modal__body {
          padding: 22.5px 15px; }
      .c-modal__close {
        width: 30px;
        height: 25px;
        right: 12px;
        top: 12px; }
    .c-modal[data-modal-extend="fullscreen"] .c-modal__wrapper,
    .c-modal[data-modal-extend="fullscreen"] .c-modal__content,
    .c-modal[data-modal-extend="fullscreen"] .c-modal__body {
      width: 100%;
      max-width: initial;
      min-height: 100%;
      padding: 0;
      border-radius: 0; }
    .c-modal[data-modal-extend="fullscreen"] .c-modal__close span {
      background-color: var(--c-black); }
      .c-modal[data-modal-extend="imgHasPadding"] .c-modal__body {
        padding: 12px; }
  .c-module-block + .c-module-block {
    margin-top: 37.5px; }
  .c-module-block:has([class^="c-module-box"]) + .c-module-block:has(> [class^="c-module-box"]),
  .c-module-block:has(.c-module-unit) + .c-module-block:has(> .c-wysiwyg) {
    margin-top: 30px; }
  .c-module-block + .c-module-block:has(> .c-module-link-btn) {
    margin-top: 22.5px; }
  .c-module-block + .c-module-block:has(> .c-module-link-list) {
    margin-top: 27px; }
  .c-module-block + .c-module-block:has(> .c-module-caution) {
    margin-top: 15px; }
  .c-module-block:has(.c-module-collapse) + .c-module-block:has(.c-module-collapse) {
    margin-top: 0; }
    .c-module-block-hr {
      margin: 30px 0; }
    .c-module-link-list {
      gap: 1em 0; }
    .c-module-link-list + .c-module-link-list {
      margin-top: 30px; }
    ul.c-module-caution,
    .c-module-caution ul {
      font-size: 1.3rem; }
    .c-module-box {
      padding: 23px; }
      .c-module-box + .c-module-box {
        margin-top: 30px; }
    .c-module-box__unitLt {
      max-width: 660px;
      margin: 0 auto; }
    .c-module-box__unitGt {
      margin-top: 22px; }
        .c-module-box[data-box="red"] .c-module-box__title {
          font-size: 2.0rem; }
    .c-module-box-line {
      padding: 14px 16px; }
      .c-module-box-line + .c-module-box-line {
        margin-top: 30px; }
      .c-module-box-line__title {
        font-size: 1.8rem;
        margin: 0 0 16px; }
      .c-module-box-line__more {
        margin: 16px 0; }
    .c-module-box-table {
      margin-right: -15px;
      margin-left: -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .c-module-box-table:before, .c-module-box-table:after {
        content: '';
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15px;
                flex: 0 0 15px;
        aspect-ratio: 1 / 1;
        visibility: hidden;
        pointer-events: none; }
      .c-module-box-table .ps__rail-x {
        overflow-x: visible;
        -webkit-transform: scaleX(0.925);
                transform: scaleX(0.925); }
      .c-module-box-table + .c-module-box-table {
        margin-top: 30px; }
      .c-module-box-table__turn {
        padding: 0 15px; }
      :where(.c-module-box-table) table {
        margin: 0 auto; }
      :where(.c-module-box-table) caption {
        width: calc(100vw - 30px);
        left: 15px; }
      :where(.c-module-box-table) th, :where(.c-module-box-table) td {
        min-width: 120px; }
      :where(.c-module-box-table)[data-table="price"] th, :where(.c-module-box-table)[data-table="price"] td {
        min-width: initial; }
      :where(.c-module-box-table)[data-table="traffic"] th, :where(.c-module-box-table)[data-table="traffic"] td {
        min-width: initial; }
      :where(.c-module-box-table)[data-table="theadfix"] th, :where(.c-module-box-table)[data-table="theadfix"] td {
        width: 90px;
        white-space: normal; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="1"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="1"] {
          width: 90px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="2"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="2"] {
          width: 180px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="3"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="3"] {
          width: 270px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="4"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="4"] {
          width: 360px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="5"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="5"] {
          width: 450px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="6"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="6"] {
          width: 540px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="7"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="7"] {
          width: 630px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="8"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="8"] {
          width: 720px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="9"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="9"] {
          width: 810px; }
        :where(.c-module-box-table)[data-table="theadfix"] th[colspan="10"], :where(.c-module-box-table)[data-table="theadfix"] td[colspan="10"] {
          width: 900px; }
      .c-module-box-table__traffic-caption {
        font-size: 1.3rem; }
    .c-module-box-contact + .c-module-box-contact {
      margin-top: 30px; }
      .c-module-box-contact__head {
        font-size: 1.4rem; }
    .c-module-box-contact__body {
      padding: 18px 22px 18px; }
      .c-module-box-contact__call {
        font-size: 1.8rem;
        margin: 6px 0 6px; }
      .c-module-box-contact__call:has([data-icon-size="sm"]) {
        font-size: 1.4rem; }
      .c-module-box-contact__caution {
        font-size: 1.2rem; }
  .c-module-unit {
    max-width: 660px;
    margin: 0 auto; }
      .c-module-unit__img img {
        max-height: initial; }
      .c-module-unit__img figcaption {
        font-size: 1.0rem; }
        .c-module-unit__img a[href*="www.youtube.com"]:after, .c-module-unit__img a[href*="youtu.be"]:after, .c-module-unit__img a[href*=".mp4"]:after, .c-module-unit__img a[href*=".webm"]:after, .c-module-unit__img a[href*=".ogg"]:after {
          width: 42px; }
  .c-module-unit__img, .c-module-unit__desc {
    font-size: 1.3rem; }
    .c-module-unit__desc {
      margin: 20px 0 0; }
      .c-module-unit__desc .c-module-link-list .c-icon-arrow {
        margin-top: .125em; }
      .c-module-unit__desc > dt {
        font-size: 1.6rem; }
    .c-module-unit__block.ps--active-x {
      margin-right: -15px;
      margin-left: -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .c-module-unit__block.ps--active-x:before, .c-module-unit__block.ps--active-x:after {
        content: '';
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15px;
                flex: 0 0 15px;
        background: #00f;
        pointer-events: none; }
  .c-module-unit:not([data-module-unit]):has(a[href*="www.youtube.com"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*="youtu.be"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*=".mp4"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*=".webm"]) .c-module-unit__block, .c-module-unit:not([data-module-unit]):has(a[href*=".ogg"]) .c-module-unit__block {
    margin-right: 10%;
    margin-left: 10%; }
      .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__img img, .c-module-unit[data-module-unit="medium"] .c-module-unit__img img {
        max-height: 73.5vw; }
  .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__block, .c-module-unit[data-module-unit="medium"] .c-module-unit__block {
    margin-right: 10%;
    margin-left: 10%; }
    .c-module-unit:has(.c-module-unit__block:nth-of-type(2)) .c-module-unit__block + .c-module-unit__block, .c-module-unit[data-module-unit="medium"] .c-module-unit__block + .c-module-unit__block {
      margin-top: 30px; }
      .c-module-unit[data-module-unit="row"] .c-module-unit__img img {
        max-height: 73.5vw; }
  .c-module-unit[data-module-unit="row"] .c-module-unit__block {
    margin-right: 10%;
    margin-left: 10%; }
  .c-module-unit[data-module-unit="row"] .c-module-unit__desc {
    font-size: inherit; }
  .c-module-unit[data-module-unit^="float-"] {
    max-width: initial; }
    .c-module-gallery {
      max-width: 660px;
      margin: 0 auto; }
        .c-module-gallery figure img {
          max-height: initial; }
        .c-module-gallery figure figcaption {
          font-size: 1.0rem; }
      .c-module-gallery__prev, .c-module-gallery__next {
        display: none; }
  .c-module-banner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 18px;
    grid-row-gap: 18px; }
    .c-module-profile {
      grid-column-gap: 20px;
      -ms-grid-columns: clamp(120px, 30%, 480px) 1fr;
      grid-template-columns: clamp(120px, 30%, 480px) 1fr; }
        .c-module-profile__fig figcaption {
          font-size: 1.0rem; }
        .c-module-profile__name dt {
          font-size: 1.6rem; }
        .c-module-profile__name dd {
          font-size: 1.2rem; }
    .c-module-index dt {
      min-width: 120px;
      font-size: 1.6rem; }
    .c-module-index dd {
      padding: 20px 18px; }
  .c-module-index li + li {
    border-top: 1px solid var(--c-variable-border, var(--c-black-light));
    margin-top: 15px;
    padding-top: 15px; }
        .c-module-collapse__head > button:before, .c-module-collapse__head > button:after,
        .c-module-faq__head > button:before,
        .c-module-faq__head > button:after {
          width: 18px;
          right: 5px;
          top: 29px; }
  .c-module-collapse__head > button {
    font-size: 1.7rem;
    padding: 19px 26px 19px 6px; }
  .c-module-collapse__body {
    padding: 2px 6px 37.5px; }
      .c-module-faq__head:before {
        left: 6px;
        top: 14px; }
    .c-module-faq__head > button {
      font-size: 1.5rem;
      padding: 15px 46px 15px 46px; }
    .c-module-faq__body {
      padding: 2px 20px 36px; }
    .c-module-cast {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
      .c-module-cast__name {
        font-size: 1.4rem;
        margin: 8px 0 0; }
    .c-module-credit {
      grid-column-gap: 10px; }
    .c-module-sponsor {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      grid-column-gap: 18px;
      grid-row-gap: 18px; }
  .c-module-calendar__text {
    margin: 18px 0 0; }
  .c-module-calendar__table {
    max-width: 660px;
    margin: 0 auto; }
    .c-module-calendar__table:not(:first-child) {
      margin-top: 18px; }
    .c-module-ticket {
      padding: 24px 18px; }
      .c-module-ticket ul {
        font-size: 1.3rem; }
    .c-module-masonry-group {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      grid-column-gap: 16px;
      grid-row-gap: 24px; }
    .c-module-masonry-group[data-masonry="row"] {
      display: block; }
      .c-module-masonry-group[data-masonry="row"] .c-module-masonry {
        -ms-grid-columns: clamp(186px, 47.5vw, 200px) 1fr;
        grid-template-columns: clamp(186px, 47.5vw, 200px) 1fr;
        padding: 14px 14px 14px 0; }
        .c-module-masonry-group[data-masonry="row"] .c-module-masonry + .c-module-masonry {
          margin-top: 18px; }
      .c-module-masonry-group[data-masonry="row"] .c-module-masonry__thumb {
        margin: -14px 0; }
    .c-module-masonry {
      padding: 0 14px 14px; }
      .c-module-masonry__thumb {
        margin: 0 -14px 14px; }
      .c-module-masonry__floor {
        padding: 4px 5px;
        gap: 0 3px;
        font-size: 1.3rem; }
    .c-module-link-btn:has(> *:nth-child(2)) {
      gap: 15px 15px; }
      .c-module-portrait figure {
        max-width: clamp(220px, 54.5vw, 300px); }
    .c-module-portrait:not(:has(dl)) figure {
      max-width: clamp(180px, 46.5vw, 220px); }
    .c-module-portrait dt {
      font-size: 1.3rem;
      margin: 18px 0 4px; }
    .c-module-portrait dd {
      font-size: 2.4rem; }
    .c-module-brick + .c-module-brick {
      margin-top: 15px; }
      .c-module-brick:has(.c-module-brick__thumb) {
        gap: 0 15px; }
    .c-module-brick__thumb {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 clamp(64px, 16.5vw, 120px);
              flex: 0 0 clamp(64px, 16.5vw, 120px); }
      .c-module-brick__title {
        font-size: 1.6rem; }
    .c-module-brick__date {
      font-size: 1.3rem; }
    .c-module-floor + .c-module-floor {
      margin-top: 15px; }
      .c-module-floor__thumb {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 clamp(90px, 23vw, 160px);
                flex: 0 0 clamp(90px, 23vw, 160px); }
      .c-module-floor__body {
        padding: 14px 44px 14px 14px; }
      .c-module-floor .c-icon-arrow {
        right: 14px; }
  .c-module-index-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px; }
    .c-module-index-box a {
      font-size: 1.6rem; }
      .c-module-index-special ul {
        margin: 0 auto 0;
        padding: 28px 15px 28px; }
      .c-module-index-special ul {
        gap: 0 32px;
        overflow-y: hidden;
        overflow-x: auto; }
        .c-module-index-special ul::-webkit-scrollbar {
          display: none; }
      .c-module-flow__block {
        padding: 18px 15px; }
      .c-module-flow__label {
        margin: -18px -15px 18px;
        padding: 10px 15px;
        font-size: 1.3rem; }
    .c-news {
      display: block;
      padding: 18px 36px 16px 8px; }
      .c-news__text {
        margin: 8px 0 0; }
      .c-news .c-icon-arrow {
        right: 7px; }
      [data-news="blcok"] .c-news,
      [data-news="pickup"] .c-news {
        padding-right: 45px;
        padding-left: 15px; }
        .c-content-white [data-news="blcok"] .c-news, .c-content-white
        [data-news="pickup"] .c-news {
          margin-right: 0;
          margin-left: 0; }
        [data-news="blcok"] .c-news__text,
        [data-news="pickup"] .c-news__text {
          margin-top: 6px; }
      [data-news="blcok"] .c-news .c-icon-arrow,
      [data-news="pickup"] .c-news .c-icon-arrow {
        right: 15px; }
      [data-news="blcok"] .c-news {
        margin-right: -15px;
        margin-left: -15px; }
    .c-news-cookie {
      width: 100%;
      padding: 22px 60px 22px 16px;
      left: 0;
      bottom: 0; }
      .c-news-cookie__confirm {
        height: 44px;
        border-radius: 22px; }
      .c-news-cookie__close {
        right: 14px;
        top: 14px; }
    .c-news-notice {
      border: 3px solid var(--c-red); }
        .c-news-notice__body dt {
          padding: .625em;
          font-size: 1.8rem; }
        .c-news-notice__body dd {
          padding: .75em 48px .75em 1em;
          font-size: 1.5rem; }
    .c-pagetitle {
      height: 140px;
      margin: 0 8px 30px; }
      .c-pagetitle:before {
        width: 63px;
        height: 36px; }
      .c-pagetitle:after {
        width: 64px;
        height: 37px; }
      .c-pagetitle__text {
        padding: 0 15px;
        font-size: 2.4rem;
        letter-spacing: -.05em;
        text-indent: -.05em; }
        .c-pagetitle__text span {
          font-size: 1.4rem;
          margin: 1em 0 0; }
      .c-pagetitle-plane:before {
        width: 90px;
        height: 53px; }
      .c-pagetitle-plane__body {
        margin: 0 auto 0;
        padding: 75px 15px 58px; }
      .c-pagetitle-plane[data-pagetitle="search"] .c-pagetitle-plane__body {
        padding-bottom: 36px; }
      .c-pagetitle-plane__title {
        font-size: 2.6rem; }
    .c-pagetitle-plane__shoulder {
      margin: -6px 0 12px; }
    .c-pagetitle-plane__read {
      margin: 22px 0 0; }
    .c-pagetitle-plane__search {
      margin: 74px 0 0; }
      .c-pagetitle-beige__body {
        margin: 0 auto 0;
        padding: 48px 15px 52px; }
      .c-pagetitle-beige__subtitle {
        margin: 0 0 16px;
        font-size: 1.4rem; }
      .c-pagetitle-beige__title {
        font-size: 2.6rem; }
      .c-pagetitle-today__body {
        margin: 0 auto 0;
        padding: 36px 15px 40px; }
      .c-pagetitle-today__title {
        font-size: 2.6rem;
        gap: 0 18px; }
      .c-pagetitle-today__titleHeld {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px; }
      .c-pagetitle-today__titleHeldMonth {
        font-size: 1.4rem; }
      .c-pagetitle-today__titleHeldSlash {
        font-size: 1.4rem; }
      .c-pagetitle-today__titleHeldDay {
        font-size: 3.0rem; }
      .c-pagetitle-today__time {
        font-size: 1.3rem; }
        .c-pagetitle-today__time span {
          font-size: 1.4rem; }
      .c-pagetitle-journal__body {
        margin: 0 auto 0;
        padding: 60px 15px 40px; }
    .c-pagetitle-journal__title {
      max-width: 308px;
      margin: 0 auto 36px; }
    .c-pagination {
      gap: 6px 6px;
      margin: 42px 0 0; }
      .c-search-noitem__close {
        font-size: 1.4rem; }
    .c-sns-sm {
      gap: 20px 44px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-sns-sm dt {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center; }
    .c-sns {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .c-sns__item {
        padding: 9px 0px 29px; }
        .c-sns__body figure {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 60px;
                  flex: 0 0 60px; }
      .c-today-item__title {
        font-size: 1.5rem; }
      :where(.c-wysiwyg) h1:not([class]) {
        margin-bottom: 15px; }
      :where(.c-wysiwyg) h1:not([class]):not(:first-child) {
        margin-top: 30px; }
      :where(.c-wysiwyg) h2:not([class]) {
        margin-bottom: 15px; }
      :where(.c-wysiwyg) h2:not([class]):not(:first-child) {
        margin-top: 30px; }
      :where(.c-wysiwyg) h3:not([class]) {
        margin-bottom: 15px; }
      :where(.c-wysiwyg) h3:not([class]):not(:first-child) {
        margin-top: 30px; }
      :where(.c-wysiwyg) h4:not([class]) {
        margin-bottom: 15px; }
      :where(.c-wysiwyg) h4:not([class]):not(:first-child) {
        margin-top: 30px; }
      :where(.c-wysiwyg) h5:not([class]) {
        margin-bottom: 15px; }
      :where(.c-wysiwyg) h5:not([class]):not(:first-child) {
        margin-top: 30px; }
      :where(.c-wysiwyg) h6:not([class]) {
        margin-bottom: 15px; }
      :where(.c-wysiwyg) h6:not([class]):not(:first-child) {
        margin-top: 30px; }
    :where(.c-wysiwyg) h1:not([class]),
    :where(.c-wysiwyg) h2:not([class]),
    :where(.c-wysiwyg) h3:not([class]),
    :where(.c-wysiwyg) h4:not([class]) {
      font-size: 1.9rem; }
    :where(.c-wysiwyg) h5:not([class]) {
      font-size: 1.7rem; }
    :where(.c-wysiwyg) h6:not([class]) {
      font-size: 1.5rem; }
    :where(.c-wysiwyg) > *:not([class]):not(:first-child) {
      margin-top: 15px; }
    :where(.c-wysiwyg) td > *:not([class]):not(:first-child) {
      margin-top: 7.5px; }
        :where(.c-wysiwyg) table th, :where(.c-wysiwyg) table td {
          padding: 12px 12px; }
        :where(.c-wysiwyg) table th {
          min-width: 4em; }
  .for-large {
    display: none; }
  .u-mt-sp-0 {
    margin-top: 0px; }
  .u-mt-sp-5 {
    margin-top: 5px; }
  .u-mt-sp-10 {
    margin-top: 10px; }
  .u-mt-sp-15 {
    margin-top: 15px; }
  .u-mt-sp-20 {
    margin-top: 20px; }
  .u-mt-sp-25 {
    margin-top: 25px; }
  .u-mt-sp-30 {
    margin-top: 30px; }
  .u-mt-sp-35 {
    margin-top: 35px; }
  .u-mt-sp-40 {
    margin-top: 40px; }
  .u-mt-sp-45 {
    margin-top: 45px; }
  .u-mt-sp-50 {
    margin-top: 50px; }
  .u-mt-sp-55 {
    margin-top: 55px; }
  .u-mt-sp-60 {
    margin-top: 60px; }
  .u-mt-sp-65 {
    margin-top: 65px; }
  .u-mt-sp-70 {
    margin-top: 70px; }
  .u-mt-sp-75 {
    margin-top: 75px; }
  .u-mt-sp-80 {
    margin-top: 80px; }
  .u-mt-sp-85 {
    margin-top: 85px; }
  .u-mt-sp-90 {
    margin-top: 90px; }
  .u-mt-sp-95 {
    margin-top: 95px; }
  .u-mt-sp-100 {
    margin-top: 100px; }
  .u-mr-sp-0 {
    margin-right: 0px; }
  .u-mr-sp-5 {
    margin-right: 5px; }
  .u-mr-sp-10 {
    margin-right: 10px; }
  .u-mr-sp-15 {
    margin-right: 15px; }
  .u-mr-sp-20 {
    margin-right: 20px; }
  .u-mr-sp-25 {
    margin-right: 25px; }
  .u-mr-sp-30 {
    margin-right: 30px; }
  .u-mr-sp-35 {
    margin-right: 35px; }
  .u-mr-sp-40 {
    margin-right: 40px; }
  .u-mr-sp-45 {
    margin-right: 45px; }
  .u-mr-sp-50 {
    margin-right: 50px; }
  .u-mr-sp-55 {
    margin-right: 55px; }
  .u-mr-sp-60 {
    margin-right: 60px; }
  .u-mr-sp-65 {
    margin-right: 65px; }
  .u-mr-sp-70 {
    margin-right: 70px; }
  .u-mr-sp-75 {
    margin-right: 75px; }
  .u-mr-sp-80 {
    margin-right: 80px; }
  .u-mr-sp-85 {
    margin-right: 85px; }
  .u-mr-sp-90 {
    margin-right: 90px; }
  .u-mr-sp-95 {
    margin-right: 95px; }
  .u-mr-sp-100 {
    margin-right: 100px; }
  .u-mb-sp-0 {
    margin-bottom: 0px; }
  .u-mb-sp-5 {
    margin-bottom: 5px; }
  .u-mb-sp-10 {
    margin-bottom: 10px; }
  .u-mb-sp-15 {
    margin-bottom: 15px; }
  .u-mb-sp-20 {
    margin-bottom: 20px; }
  .u-mb-sp-25 {
    margin-bottom: 25px; }
  .u-mb-sp-30 {
    margin-bottom: 30px; }
  .u-mb-sp-35 {
    margin-bottom: 35px; }
  .u-mb-sp-40 {
    margin-bottom: 40px; }
  .u-mb-sp-45 {
    margin-bottom: 45px; }
  .u-mb-sp-50 {
    margin-bottom: 50px; }
  .u-mb-sp-55 {
    margin-bottom: 55px; }
  .u-mb-sp-60 {
    margin-bottom: 60px; }
  .u-mb-sp-65 {
    margin-bottom: 65px; }
  .u-mb-sp-70 {
    margin-bottom: 70px; }
  .u-mb-sp-75 {
    margin-bottom: 75px; }
  .u-mb-sp-80 {
    margin-bottom: 80px; }
  .u-mb-sp-85 {
    margin-bottom: 85px; }
  .u-mb-sp-90 {
    margin-bottom: 90px; }
  .u-mb-sp-95 {
    margin-bottom: 95px; }
  .u-mb-sp-100 {
    margin-bottom: 100px; }
  .u-ml-sp-0 {
    margin-left: 0px; }
  .u-ml-sp-5 {
    margin-left: 5px; }
  .u-ml-sp-10 {
    margin-left: 10px; }
  .u-ml-sp-15 {
    margin-left: 15px; }
  .u-ml-sp-20 {
    margin-left: 20px; }
  .u-ml-sp-25 {
    margin-left: 25px; }
  .u-ml-sp-30 {
    margin-left: 30px; }
  .u-ml-sp-35 {
    margin-left: 35px; }
  .u-ml-sp-40 {
    margin-left: 40px; }
  .u-ml-sp-45 {
    margin-left: 45px; }
  .u-ml-sp-50 {
    margin-left: 50px; }
  .u-ml-sp-55 {
    margin-left: 55px; }
  .u-ml-sp-60 {
    margin-left: 60px; }
  .u-ml-sp-65 {
    margin-left: 65px; }
  .u-ml-sp-70 {
    margin-left: 70px; }
  .u-ml-sp-75 {
    margin-left: 75px; }
  .u-ml-sp-80 {
    margin-left: 80px; }
  .u-ml-sp-85 {
    margin-left: 85px; }
  .u-ml-sp-90 {
    margin-left: 90px; }
  .u-ml-sp-95 {
    margin-left: 95px; }
  .u-ml-sp-100 {
    margin-left: 100px; }
  .u-pt-sp-0 {
    padding-top: 0px; }
  .u-pt-sp-5 {
    padding-top: 5px; }
  .u-pt-sp-10 {
    padding-top: 10px; }
  .u-pt-sp-15 {
    padding-top: 15px; }
  .u-pt-sp-20 {
    padding-top: 20px; }
  .u-pt-sp-25 {
    padding-top: 25px; }
  .u-pt-sp-30 {
    padding-top: 30px; }
  .u-pt-sp-35 {
    padding-top: 35px; }
  .u-pt-sp-40 {
    padding-top: 40px; }
  .u-pt-sp-45 {
    padding-top: 45px; }
  .u-pt-sp-50 {
    padding-top: 50px; }
  .u-pt-sp-55 {
    padding-top: 55px; }
  .u-pt-sp-60 {
    padding-top: 60px; }
  .u-pt-sp-65 {
    padding-top: 65px; }
  .u-pt-sp-70 {
    padding-top: 70px; }
  .u-pt-sp-75 {
    padding-top: 75px; }
  .u-pt-sp-80 {
    padding-top: 80px; }
  .u-pt-sp-85 {
    padding-top: 85px; }
  .u-pt-sp-90 {
    padding-top: 90px; }
  .u-pt-sp-95 {
    padding-top: 95px; }
  .u-pt-sp-100 {
    padding-top: 100px; }
  .u-pr-sp-0 {
    padding-right: 0px; }
  .u-pr-sp-5 {
    padding-right: 5px; }
  .u-pr-sp-10 {
    padding-right: 10px; }
  .u-pr-sp-15 {
    padding-right: 15px; }
  .u-pr-sp-20 {
    padding-right: 20px; }
  .u-pr-sp-25 {
    padding-right: 25px; }
  .u-pr-sp-30 {
    padding-right: 30px; }
  .u-pr-sp-35 {
    padding-right: 35px; }
  .u-pr-sp-40 {
    padding-right: 40px; }
  .u-pr-sp-45 {
    padding-right: 45px; }
  .u-pr-sp-50 {
    padding-right: 50px; }
  .u-pr-sp-55 {
    padding-right: 55px; }
  .u-pr-sp-60 {
    padding-right: 60px; }
  .u-pr-sp-65 {
    padding-right: 65px; }
  .u-pr-sp-70 {
    padding-right: 70px; }
  .u-pr-sp-75 {
    padding-right: 75px; }
  .u-pr-sp-80 {
    padding-right: 80px; }
  .u-pr-sp-85 {
    padding-right: 85px; }
  .u-pr-sp-90 {
    padding-right: 90px; }
  .u-pr-sp-95 {
    padding-right: 95px; }
  .u-pr-sp-100 {
    padding-right: 100px; }
  .u-pb-sp-0 {
    padding-bottom: 0px; }
  .u-pb-sp-5 {
    padding-bottom: 5px; }
  .u-pb-sp-10 {
    padding-bottom: 10px; }
  .u-pb-sp-15 {
    padding-bottom: 15px; }
  .u-pb-sp-20 {
    padding-bottom: 20px; }
  .u-pb-sp-25 {
    padding-bottom: 25px; }
  .u-pb-sp-30 {
    padding-bottom: 30px; }
  .u-pb-sp-35 {
    padding-bottom: 35px; }
  .u-pb-sp-40 {
    padding-bottom: 40px; }
  .u-pb-sp-45 {
    padding-bottom: 45px; }
  .u-pb-sp-50 {
    padding-bottom: 50px; }
  .u-pb-sp-55 {
    padding-bottom: 55px; }
  .u-pb-sp-60 {
    padding-bottom: 60px; }
  .u-pb-sp-65 {
    padding-bottom: 65px; }
  .u-pb-sp-70 {
    padding-bottom: 70px; }
  .u-pb-sp-75 {
    padding-bottom: 75px; }
  .u-pb-sp-80 {
    padding-bottom: 80px; }
  .u-pb-sp-85 {
    padding-bottom: 85px; }
  .u-pb-sp-90 {
    padding-bottom: 90px; }
  .u-pb-sp-95 {
    padding-bottom: 95px; }
  .u-pb-sp-100 {
    padding-bottom: 100px; }
  .u-pl-sp-0 {
    padding-left: 0px; }
  .u-pl-sp-5 {
    padding-left: 5px; }
  .u-pl-sp-10 {
    padding-left: 10px; }
  .u-pl-sp-15 {
    padding-left: 15px; }
  .u-pl-sp-20 {
    padding-left: 20px; }
  .u-pl-sp-25 {
    padding-left: 25px; }
  .u-pl-sp-30 {
    padding-left: 30px; }
  .u-pl-sp-35 {
    padding-left: 35px; }
  .u-pl-sp-40 {
    padding-left: 40px; }
  .u-pl-sp-45 {
    padding-left: 45px; }
  .u-pl-sp-50 {
    padding-left: 50px; }
  .u-pl-sp-55 {
    padding-left: 55px; }
  .u-pl-sp-60 {
    padding-left: 60px; }
  .u-pl-sp-65 {
    padding-left: 65px; }
  .u-pl-sp-70 {
    padding-left: 70px; }
  .u-pl-sp-75 {
    padding-left: 75px; }
  .u-pl-sp-80 {
    padding-left: 80px; }
  .u-pl-sp-85 {
    padding-left: 85px; }
  .u-pl-sp-90 {
    padding-left: 90px; }
  .u-pl-sp-95 {
    padding-left: 95px; }
  .u-pl-sp-100 {
    padding-left: 100px; }
  .u-mx-sp-0 {
    margin-right: 0px;
    margin-left: 0px; }
  .u-mx-sp-5 {
    margin-right: 5px;
    margin-left: 5px; }
  .u-mx-sp-10 {
    margin-right: 10px;
    margin-left: 10px; }
  .u-mx-sp-15 {
    margin-right: 15px;
    margin-left: 15px; }
  .u-mx-sp-20 {
    margin-right: 20px;
    margin-left: 20px; }
  .u-mx-sp-25 {
    margin-right: 25px;
    margin-left: 25px; }
  .u-mx-sp-30 {
    margin-right: 30px;
    margin-left: 30px; }
  .u-mx-sp-35 {
    margin-right: 35px;
    margin-left: 35px; }
  .u-mx-sp-40 {
    margin-right: 40px;
    margin-left: 40px; }
  .u-mx-sp-45 {
    margin-right: 45px;
    margin-left: 45px; }
  .u-mx-sp-50 {
    margin-right: 50px;
    margin-left: 50px; }
  .u-mx-sp-55 {
    margin-right: 55px;
    margin-left: 55px; }
  .u-mx-sp-60 {
    margin-right: 60px;
    margin-left: 60px; }
  .u-mx-sp-65 {
    margin-right: 65px;
    margin-left: 65px; }
  .u-mx-sp-70 {
    margin-right: 70px;
    margin-left: 70px; }
  .u-mx-sp-75 {
    margin-right: 75px;
    margin-left: 75px; }
  .u-mx-sp-80 {
    margin-right: 80px;
    margin-left: 80px; }
  .u-mx-sp-85 {
    margin-right: 85px;
    margin-left: 85px; }
  .u-mx-sp-90 {
    margin-right: 90px;
    margin-left: 90px; }
  .u-mx-sp-95 {
    margin-right: 95px;
    margin-left: 95px; }
  .u-mx-sp-100 {
    margin-right: 100px;
    margin-left: 100px; }
  .u-px-sp-0 {
    padding-right: 0px;
    padding-left: 0px; }
  .u-px-sp-5 {
    padding-right: 5px;
    padding-left: 5px; }
  .u-px-sp-10 {
    padding-right: 10px;
    padding-left: 10px; }
  .u-px-sp-15 {
    padding-right: 15px;
    padding-left: 15px; }
  .u-px-sp-20 {
    padding-right: 20px;
    padding-left: 20px; }
  .u-px-sp-25 {
    padding-right: 25px;
    padding-left: 25px; }
  .u-px-sp-30 {
    padding-right: 30px;
    padding-left: 30px; }
  .u-px-sp-35 {
    padding-right: 35px;
    padding-left: 35px; }
  .u-px-sp-40 {
    padding-right: 40px;
    padding-left: 40px; }
  .u-px-sp-45 {
    padding-right: 45px;
    padding-left: 45px; }
  .u-px-sp-50 {
    padding-right: 50px;
    padding-left: 50px; }
  .u-px-sp-55 {
    padding-right: 55px;
    padding-left: 55px; }
  .u-px-sp-60 {
    padding-right: 60px;
    padding-left: 60px; }
  .u-px-sp-65 {
    padding-right: 65px;
    padding-left: 65px; }
  .u-px-sp-70 {
    padding-right: 70px;
    padding-left: 70px; }
  .u-px-sp-75 {
    padding-right: 75px;
    padding-left: 75px; }
  .u-px-sp-80 {
    padding-right: 80px;
    padding-left: 80px; }
  .u-px-sp-85 {
    padding-right: 85px;
    padding-left: 85px; }
  .u-px-sp-90 {
    padding-right: 90px;
    padding-left: 90px; }
  .u-px-sp-95 {
    padding-right: 95px;
    padding-left: 95px; }
  .u-px-sp-100 {
    padding-right: 100px;
    padding-left: 100px; }
  .u-my-sp-0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .u-my-sp-5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .u-my-sp-10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .u-my-sp-15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .u-my-sp-20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .u-my-sp-25 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .u-my-sp-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .u-my-sp-35 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .u-my-sp-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .u-my-sp-45 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .u-my-sp-50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .u-my-sp-55 {
    margin-top: 55px;
    margin-bottom: 55px; }
  .u-my-sp-60 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .u-my-sp-65 {
    margin-top: 65px;
    margin-bottom: 65px; }
  .u-my-sp-70 {
    margin-top: 70px;
    margin-bottom: 70px; }
  .u-my-sp-75 {
    margin-top: 75px;
    margin-bottom: 75px; }
  .u-my-sp-80 {
    margin-top: 80px;
    margin-bottom: 80px; }
  .u-my-sp-85 {
    margin-top: 85px;
    margin-bottom: 85px; }
  .u-my-sp-90 {
    margin-top: 90px;
    margin-bottom: 90px; }
  .u-my-sp-95 {
    margin-top: 95px;
    margin-bottom: 95px; }
  .u-my-sp-100 {
    margin-top: 100px;
    margin-bottom: 100px; }
  .u-py-sp-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  .u-py-sp-5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  .u-py-sp-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .u-py-sp-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  .u-py-sp-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .u-py-sp-25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .u-py-sp-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  .u-py-sp-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .u-py-sp-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .u-py-sp-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  .u-py-sp-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .u-py-sp-55 {
    padding-top: 55px;
    padding-bottom: 55px; }
  .u-py-sp-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .u-py-sp-65 {
    padding-top: 65px;
    padding-bottom: 65px; }
  .u-py-sp-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .u-py-sp-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .u-py-sp-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .u-py-sp-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  .u-py-sp-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  .u-py-sp-95 {
    padding-top: 95px;
    padding-bottom: 95px; }
  .u-py-sp-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .u-mr-sp-auto {
    margin-right: auto; }
  .u-ml-sp-auto {
    margin-left: auto; }
  .u-mx-sp-auto {
    margin-right: auto;
    margin-left: auto; } }
@media (max-width: 519px) {
    .c-journal-group {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
