@charset "UTF-8";
/*! 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 {
  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 */
  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: 0em;
}

sup {
  top: -0.25em;
}

/* 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: 2px 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 {
  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] {
  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;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
:root {
  --color-main: rgba(0,0,0,.9);
  --color-sub: rgba(0,0,0,.65);
  --color-primary: #0F98BB;
  --color-secondary: rgba(15, 152, 187, 0.1);
  --color-link: var(--color-primary);
  --color-hover: var(--color-primary);
  --color-txt: var(--color-main);
  --color-txt-weak: rgba(0,0,0,.8);
  --color-line: rgba(0,0,0,.3);
  --color-accent: var(--color-primary);
  --color-important: #000;
  --color-warning: #f00;
  --color-disable: #999;
  --color-bg: #fff;
  --color-overlay: #444444;
  --borderw: 1px;
  --borderradmin: max(5px, calc(var(--borderw) * 3));
  --borderradmax: max(20px, calc(var(--borderw) * 3));
  --hover-animation: 0.05s steps(5) 0s infinite normal backwards animate_color;
  --hover-animation-bg: 0.05s steps(5) 0s infinite normal backwards animate_color_bg;
  --hover-animation-arrow: 1s linear infinite hoverArrowImgRight;
  --hover-animation-arrow-l: 1s linear infinite hoverArrowImgLeft;
  --icon-transform: translateX(-4px);
  --icon-transition: transform,stroke-width, 0.15s cubic-bezier(0.17, 0.84, 0.44, 1);
  --scrollbar-width: 0px;
  --wcalc-window-side-width: calc((100vw - var(--scrollbar-width) - 1440px) / 2);
  --docPadding: clamp(20px, 5.5172413793px + 4.0229885057vw, 160px);
  --ghw: clamp(60px, 51.724137931px + 2.2988505747vw, 140px);
  --input-color-main: var(--color-txt);
  --input-color-main-bg: #ffffff;
  --input-color-main-active: var(--color-accent);
  --input-error: #ff0000;
  --input-error-bg: #444444; /* rgba(255,0,0,0.2)*/
  --system-fonts: sans-serif;
  --font-primaly: "Zen Kaku Gothic Antique", sans-serif;
  --font-secondary: "Zen Kaku Gothic Antique", sans-serif;
  --font-en: sans-serif;
  --font-ja: "Zen Kaku Gothic Antique", sans-serif;
}

/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */
::-moz-selection {
  background-color: var(--color-txt);
  color: #fff;
}

::selection {
  background-color: var(--color-txt);
  color: #fff;
}

/* ----------------------------- */
* {
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

main {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------*/
a {
  color: var(--color-link);
  text-decoration: underline;
  transition: 0.2s ease;
}
a[href^=tel] {
  pointer-events: auto;
}
a:hover {
  color: var(--color-hover);
  text-decoration: none;
  opacity: 1 !important;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------*/
/* tabindex */
:focus {
  outline: 1px dotted currentColor;
}

:focus-visible {
  outline: 2px dashed currentColor;
  background: transparent;
}

/* ----------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.65;
}
[lang=en] h1,
[lang=en] h2,
[lang=en] h3,
[lang=en] h4,
[lang=en] h5,
[lang=en] h6 {
  line-height: 1.3;
}

/* ----------------------------------------------------------------------------------------*/
abbr[title], dfn[title] {
  border: none;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------*/
menu {
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------------------------------------------*/
p {
  margin-bottom: 0;
}

pre {
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}

ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}

b, strong {
  font-weight: bold;
}

dd {
  margin-left: 1.75em;
}

/* ----------------------------------------------------------------------------------------*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------*/
hr {
  height: 0;
  margin: 2em 0;
  border: none;
  border-top: 1px solid var(--color-main);
  border-radius: 20px;
}

/* discList --------------------------------- */
ul {
  list-style: none;
  padding: 0;
}

li {
  position: relative;
  padding-left: 1.75em;
}

ul > li {
  position: relative;
  padding-left: 1.75em;
}
ul > li::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* orderedList --------------------------------- */
ol {
  list-style: none;
  padding: 0;
}

ol > li {
  position: relative;
  counter-increment: ol-number;
  padding-left: 1.75em;
}
ol > li::before {
  position: absolute;
  content: counter(ol-number) ".";
  left: 0;
}

/* ============================================================================================== */
/* Module / Animation                                                                             */
/* ============================================================================================== */
@keyframes animate_color {
  /*
  0% {
      color: var(--color-secondary);
      fill: var(--color-secondary);
  }
  */
  0% {
    color: rgb(159, 135, 152);
    fill: rgb(159, 135, 152);
  }
  1% {
    color: rgb(232, 161, 159);
    fill: rgb(232, 161, 159);
  }
  2% {
    color: rgb(167, 196, 104);
    fill: rgb(167, 196, 104);
  }
  3% {
    color: rgb(244, 167, 186);
    fill: rgb(244, 167, 186);
  }
  4% {
    color: rgb(230, 110, 176);
    fill: rgb(230, 110, 176);
  }
  5% {
    color: rgb(159, 163, 145);
    fill: rgb(159, 163, 145);
  }
  6% {
    color: rgb(181, 142, 145);
    fill: rgb(181, 142, 145);
  }
  7% {
    color: rgb(211, 158, 189);
    fill: rgb(211, 158, 189);
  }
  8% {
    color: rgb(202, 114, 117);
    fill: rgb(202, 114, 117);
  }
  9% {
    color: rgb(243, 160, 109);
    fill: rgb(243, 160, 109);
  }
  10% {
    color: rgb(237, 179, 136);
    fill: rgb(237, 179, 136);
  }
  11% {
    color: rgb(212, 169, 182);
    fill: rgb(212, 169, 182);
  }
  12% {
    color: rgb(221, 196, 182);
    fill: rgb(221, 196, 182);
  }
  13% {
    color: rgb(185, 111, 187);
    fill: rgb(185, 111, 187);
  }
  14% {
    color: rgb(239, 175, 158);
    fill: rgb(239, 175, 158);
  }
  15% {
    color: rgb(196, 175, 154);
    fill: rgb(196, 175, 154);
  }
  16% {
    color: rgb(236, 148, 133);
    fill: rgb(236, 148, 133);
  }
  17% {
    color: rgb(167, 111, 154);
    fill: rgb(167, 111, 154);
  }
  18% {
    color: rgb(210, 110, 121);
    fill: rgb(210, 110, 121);
  }
  19% {
    color: rgb(245, 179, 133);
    fill: rgb(245, 179, 133);
  }
  20% {
    color: rgb(252, 167, 200);
    fill: rgb(252, 167, 200);
  }
  21% {
    color: rgb(217, 124, 172);
    fill: rgb(217, 124, 172);
  }
  22% {
    color: rgb(168, 142, 181);
    fill: rgb(168, 142, 181);
  }
  23% {
    color: rgb(173, 170, 190);
    fill: rgb(173, 170, 190);
  }
  24% {
    color: rgb(175, 122, 198);
    fill: rgb(175, 122, 198);
  }
  25% {
    color: rgb(216, 163, 111);
    fill: rgb(216, 163, 111);
  }
  26% {
    color: rgb(246, 131, 152);
    fill: rgb(246, 131, 152);
  }
  27% {
    color: rgb(194, 200, 195);
    fill: rgb(194, 200, 195);
  }
  28% {
    color: rgb(188, 179, 122);
    fill: rgb(188, 179, 122);
  }
  29% {
    color: rgb(218, 176, 152);
    fill: rgb(218, 176, 152);
  }
  30% {
    color: rgb(229, 196, 157);
    fill: rgb(229, 196, 157);
  }
  31% {
    color: rgb(202, 122, 152);
    fill: rgb(202, 122, 152);
  }
  32% {
    color: rgb(205, 160, 109);
    fill: rgb(205, 160, 109);
  }
  33% {
    color: rgb(218, 156, 106);
    fill: rgb(218, 156, 106);
  }
  34% {
    color: rgb(233, 125, 162);
    fill: rgb(233, 125, 162);
  }
  35% {
    color: rgb(218, 176, 103);
    fill: rgb(218, 176, 103);
  }
  36% {
    color: rgb(159, 128, 192);
    fill: rgb(159, 128, 192);
  }
  37% {
    color: rgb(223, 152, 177);
    fill: rgb(223, 152, 177);
  }
  38% {
    color: rgb(212, 149, 155);
    fill: rgb(212, 149, 155);
  }
  39% {
    color: rgb(184, 190, 129);
    fill: rgb(184, 190, 129);
  }
  40% {
    color: rgb(240, 111, 154);
    fill: rgb(240, 111, 154);
  }
  41% {
    color: rgb(214, 117, 162);
    fill: rgb(214, 117, 162);
  }
  42% {
    color: rgb(228, 143, 187);
    fill: rgb(228, 143, 187);
  }
  43% {
    color: rgb(251, 191, 121);
    fill: rgb(251, 191, 121);
  }
  44% {
    color: rgb(220, 146, 183);
    fill: rgb(220, 146, 183);
  }
  45% {
    color: rgb(242, 112, 146);
    fill: rgb(242, 112, 146);
  }
  46% {
    color: rgb(206, 136, 144);
    fill: rgb(206, 136, 144);
  }
  47% {
    color: rgb(176, 159, 107);
    fill: rgb(176, 159, 107);
  }
  48% {
    color: rgb(161, 130, 116);
    fill: rgb(161, 130, 116);
  }
  49% {
    color: rgb(201, 182, 163);
    fill: rgb(201, 182, 163);
  }
  50% {
    color: rgb(204, 160, 103);
    fill: rgb(204, 160, 103);
  }
  51% {
    color: rgb(209, 174, 136);
    fill: rgb(209, 174, 136);
  }
  52% {
    color: rgb(247, 199, 189);
    fill: rgb(247, 199, 189);
  }
  53% {
    color: rgb(202, 101, 108);
    fill: rgb(202, 101, 108);
  }
  54% {
    color: rgb(246, 167, 125);
    fill: rgb(246, 167, 125);
  }
  55% {
    color: rgb(251, 136, 141);
    fill: rgb(251, 136, 141);
  }
  56% {
    color: rgb(166, 129, 113);
    fill: rgb(166, 129, 113);
  }
  57% {
    color: rgb(213, 190, 156);
    fill: rgb(213, 190, 156);
  }
  58% {
    color: rgb(235, 124, 156);
    fill: rgb(235, 124, 156);
  }
  59% {
    color: rgb(185, 105, 127);
    fill: rgb(185, 105, 127);
  }
  60% {
    color: rgb(196, 182, 170);
    fill: rgb(196, 182, 170);
  }
  100% {
    color: var(--color-txt);
    fill: var(--color-txt);
  }
}
@keyframes animate_color_bg {
  0% {
    background-color: rgb(188, 82, 93);
    border-color: rgb(188, 82, 93);
    fill: rgb(188, 82, 93);
  }
  5% {
    background-color: rgb(239, 71, 101);
    border-color: rgb(239, 71, 101);
    fill: rgb(239, 71, 101);
  }
  10% {
    background-color: rgb(243, 61, 93);
    border-color: rgb(243, 61, 93);
    fill: rgb(243, 61, 93);
  }
  15% {
    background-color: rgb(164, 59, 81);
    border-color: rgb(164, 59, 81);
    fill: rgb(164, 59, 81);
  }
  20% {
    background-color: rgb(167, 77, 104);
    border-color: rgb(167, 77, 104);
    fill: rgb(167, 77, 104);
  }
  25% {
    background-color: rgb(171, 60, 103);
    border-color: rgb(171, 60, 103);
    fill: rgb(171, 60, 103);
  }
  30% {
    background-color: rgb(182, 71, 57);
    border-color: rgb(182, 71, 57);
    fill: rgb(182, 71, 57);
  }
  35% {
    background-color: rgb(193, 70, 99);
    border-color: rgb(193, 70, 99);
    fill: rgb(193, 70, 99);
  }
  40% {
    background-color: rgb(199, 76, 96);
    border-color: rgb(199, 76, 96);
    fill: rgb(199, 76, 96);
  }
  45% {
    background-color: rgb(160, 86, 86);
    border-color: rgb(160, 86, 86);
    fill: rgb(160, 86, 86);
  }
  50% {
    background-color: rgb(203, 103, 101);
    border-color: rgb(203, 103, 101);
    fill: rgb(203, 103, 101);
  }
  100% {
    background-color: var(--color-txt);
    border-color: var(--color-txt);
    fill: var(--color-txt);
  }
}
@keyframes animate_color_loop {
  /*
  0% {
      color: var(--color-secondary);
      fill: var(--color-secondary);
  }
  */
  0% {
    --animate-color: rgb(173, 195, 142);
  }
  5% {
    --animate-color: rgb(160, 124, 122);
  }
  10% {
    --animate-color: rgb(168, 146, 196);
  }
  15% {
    --animate-color: rgb(179, 111, 190);
  }
  20% {
    --animate-color: rgb(180, 137, 145);
  }
  25% {
    --animate-color: rgb(190, 116, 105);
  }
  30% {
    --animate-color: rgb(249, 175, 116);
  }
  35% {
    --animate-color: rgb(233, 167, 121);
  }
  40% {
    --animate-color: rgb(243, 157, 126);
  }
  45% {
    --animate-color: rgb(193, 164, 115);
  }
  50% {
    --animate-color: rgb(208, 103, 195);
  }
  55% {
    --animate-color: rgb(230, 137, 101);
  }
  60% {
    --animate-color: rgb(205, 149, 107);
  }
  65% {
    --animate-color: rgb(174, 198, 175);
  }
  70% {
    --animate-color: rgb(193, 112, 182);
  }
  75% {
    --animate-color: rgb(197, 116, 131);
  }
  80% {
    --animate-color: rgb(217, 119, 187);
  }
  85% {
    --animate-color: rgb(178, 130, 170);
  }
  90% {
    --animate-color: rgb(168, 120, 199);
  }
  95% {
    --animate-color: rgb(197, 149, 125);
  }
  100% {
    --animate-color: rgb(163, 195, 143);
  }
  105% {
    --animate-color: rgb(161, 162, 126);
  }
  110% {
    --animate-color: rgb(198, 108, 105);
  }
  115% {
    --animate-color: rgb(169, 135, 173);
  }
  120% {
    --animate-color: rgb(235, 191, 148);
  }
  125% {
    --animate-color: rgb(174, 197, 153);
  }
}
/* ------------------------------------------------------------- */
@keyframes animate_shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* ------------------------------------------------------------- */
@keyframes hideOftText {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes showOftText {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* ------------------------------------------------------------- */
@keyframes hoverImg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------------------------- */
@keyframes hoverArrowImgRight {
  0% {
    transform: translateX(0px);
  }
  5% {
    transform: translateX(12px);
  }
  10% {
    transform: translateX(6px);
  }
  15% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(8px);
  }
}
@keyframes hoverArrowImgLeft {
  0% {
    transform: translateX(0px);
  }
  5% {
    transform: translateX(-12px);
  }
  10% {
    transform: translateX(-6px);
  }
  15% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(-8px);
  }
  100% {
    transform: translateX(-8px);
  }
}
/* ============================================================================================== */
/* UI / Button                                                                                    */
/* ============================================================================================== */
/*
 * UI / Button
 * - default style
 *  - primary 
 *  - -secondary 
 *  - warning
 *  - disabled 
 *  - decoration
 *
 * - option : sizing
 * - option : width
 * - option : icon
 * - option : levitate
 * 
 * - type : fill
 * - type : underline
 * - type : card
 * - type : navigate
 */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s ease;
  transition-property: filter, background, color, box-shadow;
  font-feature-settings: "palt";
}
.btn:hover {
  text-decoration: none;
  border: none;
}
.btn svg, .btn use {
  transition: none;
}

/* button 要素は input.scss (form関連部品) に記述しています。 */
/* ----------------------------------------------------------------------- */
/* default style */
/* ----------------------------------------------------------------------- */
.btn {
  position: relative;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.625rem 1.25rem;
  border: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  font-size: 13px;
  border-radius: var(--borderradmin);
  background-color: var(--color-accent);
  --borderw: 1px;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 1;
  backface-visibility: hidden;
  transition: inherit;
  border-radius: var(--borderradmin);
}
a:hover .btn, .btn:hover {
  filter: brightness(1.1);
  color: #fff;
}
a:hover .btn::before, .btn:hover::before {
  opacity: 1;
}
a:hover .btn::before {
  opacity: 1;
}
.btn {
  /* -primary */
}
.btn.-primary {
  color: var(--color-accent);
  font-weight: bold;
  font-family: var(--font-m);
}
.btn.-primary::before {
  border-width: 2px;
  opacity: 1;
}
a:hover .btn.-primary, .btn.-primary:hover {
  color: #fff;
  background-color: var(--color-accent);
}
a:hover .btn.-primary::before, .btn.-primary:hover::before {
  border-color: var(--color-accent);
}
a:active .btn.-primary, .btn.-primary:active {
  color: #fff;
  background-color: var(--color-accent);
}
.btn.-primary .icon {
  stroke-width: 1.4;
}
.btn {
  /* -secondary */
}
.btn.-secondary {
  font-weight: bold;
  font-family: var(--font-m);
}
.btn.-secondary::before {
  border-width: 2px;
  opacity: 0.7;
}
a:hover .btn.-secondary, .btn.-secondary:hover {
  color: #fff;
  background-color: var(--color-accent);
}
a:hover .btn.-secondary::before, .btn.-secondary:hover::before {
  border-color: var(--color-accent);
}
a:active .btn.-secondary, .btn.-secondary:active {
  color: #fff;
  background-color: var(--color-accent);
}
.btn.-secondary .icon {
  stroke-width: 1.4;
}
.btn {
  /* warning */
}
.btn.-warning {
  color: rgb(255, 0, 0);
  border-color: rgba(255, 0, 0, 0.4);
  font-weight: bold;
  font-family: var(--font-m);
}
.btn.-warning::before {
  border-width: 2px;
  opacity: 1;
}
a:hover .btn.-warning, .btn.-warning:hover {
  color: #fff;
  background-color: rgb(255, 0, 0);
}
a:hover .btn.-warning::before, .btn.-warning:hover::before {
  border-color: rgb(255, 0, 0);
}
.btn.-warning .icon {
  stroke-width: 1.4;
}
.btn {
  /* anchor link */
}
.btn {
  /* disabled */
}
.btn[disabled] {
  opacity: 0.3;
  pointer-events: none;
  box-shadow: none !important;
}

/* ----------------------------------------------------------------------- */
.btn {
  /* option : sizing */
}
.btn.-xs {
  min-width: 1.25rem !important;
  min-height: 1.25rem !important;
  padding: 0.3125rem 0.9375rem !important;
}
.btn.-s {
  min-width: 1.875rem !important;
  min-height: 1.875rem !important;
  padding: 0.625rem 0.9375rem !important;
}
.btn.-l {
  min-width: 3.125rem !important;
  min-height: 3.125rem !important;
  padding: 1.25rem !important;
}
.btn.-xl {
  min-width: 3.75rem !important;
  min-height: 3.75rem !important;
  padding: 1.5625rem !important;
}
.btn {
  /* option : align */
}
.btn.-left {
  justify-content: flex-start;
}
.btn.-right {
  justify-content: flex-end;
}
.btn.-center {
  justify-content: center;
}
.btn {
  /* option : width */
  /* px等の指定はレスポンシブでは使いづらいことと、ほぼ使用することが無かったので廃止しました。 */
}
.btn.-w10p {
  width: 10%;
}
.btn.-w20p {
  width: 20%;
}
.btn.-w30p {
  width: 30%;
}
.btn.-w40p {
  width: 40%;
}
.btn.-w50p {
  width: 50%;
}
.btn.-w60p {
  width: 60%;
}
.btn.-w70p {
  width: 70%;
}
.btn.-w80p {
  width: 80%;
}
.btn.-w90p {
  width: 90%;
}
.btn.-w100p {
  width: 100%;
}

/* ----------------------------------------------------------------------- */
/* option : icon */
.btn-lbl {
  display: inline-block;
}

.btn .lbl {
  display: inline-block;
}
.btn .icon {
  opacity: inherit;
  margin-left: -0.3125rem;
  margin-right: 0.1875rem;
}
.btn.-xs .icon {
  font-size: 70%;
}
.btn.-xs .icon:first-child {
  margin-right: 0.3125rem;
}
.btn.-xs .icon:last-child {
  margin-left: 0.3125rem;
}
.btn.-xs .icon:only-child {
  margin: -0.625rem -0.3125rem;
}
.btn.-s .icon {
  font-size: 90%;
}
.btn.-s .icon:first-child {
  margin-right: 0.3125rem;
}
.btn.-s .icon:last-child {
  margin-left: 0.3125rem;
}
.btn.-s .icon:only-child {
  margin: -0.625rem;
}
.btn.-l .icon {
  font-size: 120%;
}
.btn.-l .icon:last-child {
  margin: -0.5rem -0.125rem -0.5rem 0.5rem;
}
.btn.-l .icon:only-child {
  margin: -0.3125rem -0.625rem;
}
.btn.-xl .icon {
  font-size: 140%;
}
.btn.-xl .icon:last-child {
  margin: -0.75rem -0.125rem -0.75rem 0.625rem;
}
.btn.-xl .icon:only-child {
  margin: -0.3125rem -0.625rem;
}
.btn .down__ico {
  transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  transform: translateY(0);
}
.btn:hover .down__ico {
  transform: translateY(5px);
}

.more__ico {
  transition: all 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  transform: translateX(0);
  margin-left: 1em;
  display: inline-block;
  opacity: 0.55;
}

a:hover .more__ico {
  transform: translateX(5px);
  opacity: 1;
}

/* ----------------------------------------------------------------------- */
/* option : levitate */
.btn.btn--lev {
  box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
}
.btn.btn--lev::before {
  border: none;
}
.btn.btn--lev {
  /* 塗りつぶしボタンの場合は影を少し濃くする */
}
.btn.btn--lev.btn--fill {
  box-shadow: 0.625rem 0.625rem 0.9375rem rgba(0, 0, 0, 0.2);
}
.btn.btn--lev:hover {
  box-shadow: 0.625rem 0.625rem 1.125rem rgba(0, 0, 0, 0.2);
}
.btn.btn--lev:active {
  box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
}

/* ----------------------------------------------------------------------- */
/* type : fill */
/* ----------------------------------------------------------------------- */
.btn.btn--fill {
  color: #fff;
  background-color: var(--color-main);
}
a:hover .btn.btn--fill, .btn.btn--fill:hover {
  color: #fff !important;
  background-color: var(--color-hover) !important;
}
.btn.btn--fill::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: auto;
  left: 0;
  display: block;
  width: 100%;
  height: 20%;
  transition: 0.2s cubic-bezier(0.55, 0.06, 0.83, 0.43);
  transition-property: height, opacity, background;
  border: none;
  opacity: 1;
  border-radius: 5px;
}
.btn.btn--fill {
  /* primary */
}
.btn.btn--fill.-primary {
  color: rgb(255, 255, 255);
  background-color: var(--color-accent);
  font-weight: 500;
}
a:hover .btn.btn--fill.-primary, .btn.btn--fill.-primary:hover {
  font-weight: 500 !important;
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
  color: rgb(255, 255, 255) !important;
}
.btn.btn--fill {
  /* -secondary */
}
.btn.btn--fill.-secondary {
  background-color: var(--color-main);
  font-weight: 500;
}
a:hover .btn.btn--fill.-secondary, .btn.btn--fill.-secondary:hover {
  font-weight: 500 !important;
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
  color: rgb(255, 255, 255) !important;
}
.btn.btn--fill {
  /* warning */
}
.btn.btn--fill.-warning {
  background-color: rgb(255, 0, 0) !important;
}
a:hover .btn.btn--fill.-warning, .btn.btn--fill.-warning:hover {
  color: #fff !important;
  background-color: rgb(255, 0, 0) !important;
  border-color: rgb(255, 0, 0) !important;
}
.btn.btn--fill {
  /* disabled */
}
.btn.btn--fill[disabled] {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  pointer-events: none;
}

/* ----------------------------------------------------------------------- */
/* type : text */
/* ----------------------------------------------------------------------- */
.btn--t {
  min-width: 0;
}
.btn--t::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  width: 100%;
  height: 0;
  margin: auto 0 0;
  border: none;
  background-color: currentColor;
  transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: background-color, color, opacity;
  content: "";
}
.btn--t, .btn--t.-secondary, .btn--t.-primary, .btn--t.-warning {
  padding: 0;
  font-weight: inherit;
}
.btn--t::before, .btn--t.-secondary::before, .btn--t.-primary::before, .btn--t.-warning::before {
  opacity: 0;
}
.btn--t:hover::before, .btn--t.-secondary:hover::before, .btn--t.-primary:hover::before, .btn--t.-warning:hover::before {
  opacity: 1;
}
.btn--t:hover, .btn--ta.-secondary:hover, .btn--ta.-primary:hover, .btn--ta.-warning:hover, .btn--t.btn:hover, .btn--t.btn.-secondary:hover, .btn--t.btn.-primary:hover, .btn--t.btn.-warning:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--color-hover);
}
.btn--t[target=_blank]::after, a .btn--t[target=_blank]::after {
  margin-left: 3px;
  margin-right: 0;
}

/* ============================================================================================== */
/* Icon Menu                                                                                      */
/* ============================================================================================== */
.menu-button {
  position: relative;
  padding: 0 10px;
  margin: auto;
  pointer-events: auto;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 0.8125rem;
  font-weight: 500;
  color: currentColor;
  border: none;
  transition: all 0.5s cubic-bezier(0.17, 0.84, 0.44, 1) !important;
  transition-delay: 0s;
  display: block;
  height: 50px;
  width: 50px;
}
.menu-button:hover {
  border: none;
}
.menu-button a:hover {
  color: currentColor;
}
.menu-buttona, .menu-button a, .menu-buttonbutton, .menu-button button {
  cursor: pointer;
}
.menu-button a, .menu-button button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  min-height: 40px;
  padding: 0;
  box-sizing: border-box;
  transition: none;
  touch-action: manipulation;
}
.menu-button__icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: auto;
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-button__icon {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.menu-button__icon span {
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-button__icon:nth-child(1) {
  top: calc(50% - 0.4rem);
}
.menu-button__icon:nth-child(2) {
  top: 50%;
}
.menu-button__icon:nth-child(3) {
  top: calc(50% + 0.4rem);
}
.menu-button__icon a:hover {
  color: currentColor;
}

.-show .menu-button__icon:nth-child(1) {
  top: 50%;
  transform: rotate(30deg);
}
.-show .menu-button__icon:nth-child(2) {
  transform: rotate(90deg);
  opacity: 0;
}
.-show .menu-button__icon:nth-child(3) {
  top: 50%;
  transform: rotate(-30deg);
}
.-show .menu-button .lbl_menu {
  display: none;
}
.-show .menu-button .lbl_close {
  display: block;
}

/*
 * document elements / headding
 * document elements / note
 * document elements / footnote
 * document elements / table
 * document elements / divider
 * document elements / base,layout block
 *  - type : border 
 *  - type : card 
 *  - option : connect line 
 *  - option : padding
 *  - grid layout
 */
/* headding / 見出しの装飾 --------------------------------- */
.h-t {
  display: flex;
  align-items: center;
  font-size: clamp(1.25rem, 1.1923076923rem + 0.2564102564vw, 1.5rem);
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.3;
}
.h-t.-xs {
  font-size: clamp(0.75rem, 0.7153846154rem + 0.1538461538vw, 0.9rem);
}
.h-t.-s {
  font-size: clamp(1rem, 0.9538461538rem + 0.2051282051vw, 1.2rem);
}
.h-t.-l {
  font-size: clamp(1.5rem, 1.4307692308rem + 0.3076923077vw, 1.8rem);
}
.h-t.-xl {
  font-size: clamp(2.125rem, 2.0269230769rem + 0.4358974359vw, 2.55rem);
}
.h-t.-xxl {
  font-size: clamp(3rem, 2.8615384615rem + 0.6153846154vw, 3.6rem);
}
.h-t.-xxxl {
  font-size: clamp(3.75rem, 3.5769230769rem + 0.7692307692vw, 4.5rem);
}
.h-t > .icon:first-child {
  margin-right: 10px;
}

.h-u {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-feature-settings: "palt";
}
.h-u::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100px;
  height: var(--borderw);
  margin: auto;
  background: currentColor;
  content: "";
  opacity: 1;
  border-radius: 3px;
}
.h-u {
  /* width */
}
.h-u.-s::after {
  width: 30px;
}
.h-u.-l::after {
  width: 165px;
}

.h-ut {
  position: relative;
  padding-bottom: 1em;
  font-feature-settings: "palt";
}
.h-ut > * {
  display: block;
}
.h-ut::after {
  position: relative;
  display: inline-block;
  width: 100px;
  height: var(--borderw);
  margin: auto;
  background: currentColor;
  transform: translateY(0.25em);
  content: "";
  opacity: 1;
  border-radius: 3px;
  vertical-align: middle;
}
.h-ut {
  /* width */
}
.h-ut.-s::after {
  width: 30px;
}
.h-ut.-l::after {
  width: 165px;
}
.h-ut.-vs::after {
  vertical-align: top;
}
.h-ut.-vl::after {
  vertical-align: bottom;
}

/* --- */
.h-dot {
  position: relative;
  padding-left: 1.75em;
}
.h-dot::before {
  position: absolute;
  right: auto;
  left: 0.15em;
  top: 0;
  bottom: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "";
  box-sizing: border-box;
  border-radius: 50%;
  border: 0.33em double;
}

/* --- */
.-mark {
  position: relative;
  display: inline;
  background-image: -ms-linear-gradient(top, transparent 70%, rgba(130, 158, 162, 0.25) 1px);
  background-image: linear-gradient(transparent calc(100% - 0.5em), rgba(130, 158, 162, 0.25) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

/* note / 注釈・脚注 --------------------------------- */
.note {
  font-size: clamp(0.65625rem, 0.6346153846rem + 0.0961538462vw, 0.75rem);
  line-height: 1.8;
}
[lang=en] .note {
  line-height: 1.4;
}
.note.-l {
  font-size: clamp(0.71875rem, 0.6826923077rem + 0.1602564103vw, 0.875rem);
}

/* footnote / 脚注（リスト） --------------------------------- */
.footnote {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  padding-left: 0;
  font-size: clamp(0.75rem, 0.7211538462rem + 0.1282051282vw, 0.875rem);
  line-height: 2;
  list-style: none;
  counter-reset: footnote-num;
  font-feature-settings: "palt";
  color: var(--color-txt-weak);
}
[lang=en] .footnote {
  line-height: 1.6;
}
.footnote li {
  position: relative;
  display: inline-block;
  padding-left: 0.9375rem;
}
.footnote:last-child {
  margin-bottom: 0;
}
.footnote li:last-child {
  margin-bottom: 0;
}
.footnote li::before {
  position: absolute;
  left: 0;
  content: "※ ";
  white-space: nowrap;
}
.footnote li.order {
  padding-left: 1.5625rem;
}
.footnote li.order::before {
  counter-increment: footnote-num;
  content: "※" counter(footnote-num) ". ";
}
.footnote.-inline {
  display: block;
  padding-left: 0;
}
.footnote.-inline li {
  display: inline;
  padding-left: 0;
}
.footnote.-inline li::before {
  position: relative;
  right: 0;
  margin-right: 0.0625rem;
}

.order-footnote {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  padding-left: 0;
  font-size: clamp(0.75rem, 0.7211538462rem + 0.1282051282vw, 0.875rem);
  line-height: 2;
  list-style: none;
  counter-reset: footnote-num;
  font-feature-settings: "palt";
  color: var(--color-txt-weak);
}
.order-footnote li {
  position: relative;
  display: inline-block;
  padding-left: 1.625rem;
}
.order-footnote li:last-child {
  margin-bottom: 0;
}
.order-footnote li::before {
  position: absolute;
  right: calc(100% + 0.53125rem);
  counter-increment: footnote-num;
  content: "※" counter(footnote-num) ". ";
  white-space: nowrap;
}
.order-footnote.-inline {
  display: block;
  padding-left: 0;
}
.order-footnote.-inline li {
  display: inline;
  padding-left: 0;
}
.order-footnote.-inline li::before {
  position: relative;
  right: 0;
  margin-right: 0.15625rem;
}

/* table / 表 --------------------------------- */
.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table th {
  font-family: var(--font-m);
  font-weight: 500;
}
.table thead {
  color: var(--color-accent);
}
.table thead tr th, .table thead tr td {
  border-bottom: 1px solid var(--color-accent-bg);
}

/* divider / 分割線 --------------------------------- */
.divider {
  border: none;
  border-top: var(--borderw) solid;
  margin: 30px 0;
}
.divider.-dotted {
  border-top: var(--borderw) dotted;
}
.divider.-dashed {
  border-top: var(--borderw) dashed;
}
.divider.-double {
  border-top: calc(var(--borderw) * 2) double;
}
.divider.-inherit {
  margin: inherit;
}
.divider.-xs {
  margin: 10px 0;
}
.divider.-s {
  margin: 20px 0;
}
.divider.-r {
  margin: 30px 0;
}
.divider.-l {
  margin: 40px 0;
}
.divider.-xl {
  margin: 50px 0;
}
.divider.-xxl {
  margin: 60px 0;
}

/* base,layout --------------------------------------------- */
.c-section {
  margin-top: clamp(3.75rem, 3.1730769231rem + 2.5641025641vw, 6.25rem);
}
.c-section--0 {
  margin-top: 0;
}
.c-section--xxs {
  margin-top: clamp(0.625rem, 0.5528846154rem + 0.3205128205vw, 0.9375rem);
}
.c-section--xs {
  margin-top: clamp(0.9375rem, 0.7211538462rem + 0.9615384615vw, 1.875rem);
}
.c-section--s {
  margin-top: clamp(1.875rem, 1.4423076923rem + 1.9230769231vw, 3.75rem);
}
.c-section--m {
  margin-top: clamp(3.75rem, 2.8846153846rem + 3.8461538462vw, 7.5rem);
}
.c-section--l {
  margin-top: clamp(7.5rem, 6.9230769231rem + 2.5641025641vw, 10rem);
}
.c-section--xl {
  margin-top: clamp(9.375rem, 8.7980769231rem + 2.5641025641vw, 11.875rem);
}
.c-section--xxl {
  margin-top: clamp(11.25rem, 10.8173076923rem + 1.9230769231vw, 13.125rem);
}

.c-section--0 > *:first-child,
.c-section--xxs > *:first-child,
.c-section--xs > *:first-child,
.c-section--s > *:first-child,
.c-section > *:first-child,
.c-section--m > *:first-child,
.c-section--ml > *:first-child,
.c-section--l > *:first-child,
.c-section--xl > *:first-child,
.c-section--xxl > *:first-child {
  margin-top: 0;
}

/* type : border */
.c-section--border {
  padding: clamp(1.25rem, 1.1057692308rem + 0.641025641vw, 1.875rem);
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.c-section--border.-primary {
  border-color: var(--color-accent);
}
.c-section--border.-secondary {
  border-color: var(--color-txt);
}

.c-section--border > *:first-child {
  margin-top: 0;
}

/* type : border */
.c-section--fill {
  padding: clamp(1.25rem, 1.1057692308rem + 0.641025641vw, 1.875rem);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: var(--color-warm-bg);
}
.c-section--fill > *:first-child {
  margin-top: 0;
}

/* type : sub border */
.c-section--subborder {
  display: flow-root;
  margin-left: 20px;
  padding: 0 0 0 20px;
  border-left: 1px solid var(--color-accent);
  box-sizing: border-box;
  font-size: 1.25rem;
}
.c-section--subborder > *:first-child {
  margin-top: 0;
}

/* ============================================================================================== */
/* Icon                                                                                           */
/* ============================================================================================== */
/* 
 * アイコンは基本的に単色で線と塗りだけで構成されています。
 * アイコンにtransitionを適用するためには予めSVGをHTML内に記述し、use要素を使用する方法がありますが、ページ内に直接SVGで定義する必要があります。
 * そのためJavaScriptでSVGアイコンのデータを定義し、特定の要素の独自データ属性があれば動的にSVGを記述する方法としています。
 * 
 */
/* ---------------------------------------------------------------------- */
.active .icon img,
.active .icon svg,
a:hover .icon img,
a:hover .icon svg {
  opacity: 1;
}

[data-icon],
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  line-height: 0;
  fill: currentColor;
  stroke-width: 1;
  width: 24px;
  height: 24px;
}

svg.icon,
.icon svg {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------------- */
/* Inline svg default styles */
/* 
 * SVG内の要素に対して使用するクラス。
 */
/* 線の基本設定 */
.svg-line {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* 線 丸キャップ 丸角 */
.svg-line-round {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* 破線 丸キャップ 丸角 */
.svg-line-dash-round {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.25, 1.25;
}

/* 線あり塗あり */
.svg-line-fill {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-miterlimit: 10;
}

/* 線 キャップ無し 角 */
.svg-line-edge {
  fill: none;
  stroke: currentColor;
  stroke-width: inherit;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* 塗のみ */
.svg-fill-only {
  fill: currentColor;
}

/* 塗無し */
.svg-fill-none {
  fill: none !important;
}

/* 塗りの上にくる要素の色 */
.svg-secondary-color {
  color: #fff;
}

/* ---------------------------------------------------------------------- */
/* weight */
/* ---------------------------------------------------------------------- */
/*
 * 線の太さの指定（絶対値）
 */
.icon.-w100 svg,
.icon.-w100 use {
  stroke-width: 0.2 !important;
}

.icon.-w200 svg,
.icon.-w200 use {
  stroke-width: 0.4 !important;
}

.icon.-w300 svg,
.icon.-w300 use {
  stroke-width: 0.6 !important;
}

.icon.-w400 svg,
.icon.-w400 use {
  stroke-width: 0.8 !important;
}

.icon.-w500 svg,
.icon.-w500 use {
  stroke-width: 1 !important;
}

.icon.-w600 svg,
.icon.-w600 use {
  stroke-width: 1.2 !important;
}

.icon.-w700 svg,
.icon.-w700 use {
  stroke-width: 1.4 !important;
}

.icon.-w800 svg,
.icon.-w800 use {
  stroke-width: 1.6 !important;
}

.icon.-w900 svg,
.icon.-w900 use {
  stroke-width: 2 !important;
}

/* ---------------------------------------------------------------------- */
/* size */
/* ---------------------------------------------------------------------- */
/*
 * サイズの指定（絶対値）
 */
.icon.-xxs {
  width: 16px !important;
  height: 16px !important;
}

.icon.-xs {
  width: 20px !important;
  height: 20px !important;
}

.icon.-s {
  width: 24px !important;
  height: 24px !important;
}

.icon.-m {
  width: 36px !important;
  height: 36px !important;
}

.icon.-l {
  width: 48px !important;
  height: 48px !important;
}

.icon.-xl {
  width: 60px !important;
  height: 60px !important;
}

.icon.-xxl {
  width: 72px !important;
  height: 72px !important;
}

/* ------------------------------------------------------------------- */
.toggleIcons {
  position: relative;
}

.toggleIcons__icon {
  display: block;
  transition: 0.3s cubic-bezier(0.7, -0.6, 0.3, 1.5);
  transition-property: transform, opacity;
}
.toggleIcons__icon:nth-child(1) {
  transform: rotate(0deg);
  opacity: 1;
}
.toggleIcons__icon:nth-child(2) {
  transform: rotate(125deg);
  opacity: 0;
}
.-show .toggleIcons__icon:nth-child(1) {
  transform: rotate(-125deg);
  opacity: 0;
}
.-show .toggleIcons__icon:nth-child(2) {
  transform: rotate(0deg);
  opacity: 1;
}
.toggleIcons__icon + .toggleIcons__icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* ============================================================================================== */
/* Indicator                                                                                      */
/* ============================================================================================== */
/* ============================================================================================== */
/* Loading Progress bar                                                                           */
/* ============================================================================================== */
.progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.25s ease-out 0.5s;
  z-index: 10000;
}
.progress.progress-complete {
  top: -5px;
}
.progress.progress-complete + .indicator span {
  opacity: 0;
}

.progress--inner {
  display: block;
  width: 0;
  height: 5px;
  transition: all 3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: var(--color-accent);
}
.progress.progress-complete .progress--inner {
  transition-duration: 0.5s;
}

/* ============================================================================================== */
/* UI / Input(text fields & controls)                                                             */
/* ============================================================================================== */
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 20px 16px;
  outline: solid transparent;
  box-sizing: border-box;
  border: 1px solid var(--color-main);
  border-radius: 5px;
  background-color: #fff;
  font-family: var(--system-fonts);
  font-size: 16px;
  transition: 0.2s ease;
  transition-property: background, color, opacity;
  line-height: 1.5;
  color: var(--color-main);
  width: 100%;
}
input:hover,
textarea:hover,
select:hover {
  border-color: var(--color-primary);
}
input:focus,
textarea:focus,
select:focus {
  background: #fff;
  border-color: var(--input-color-main);
  outline: none;
}
input[readonly],
textarea[readonly],
select[readonly] {
  border: 1px dashed rgba(0, 0, 0, 0.25);
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[readonly]:hover,
textarea[readonly]:hover,
select[readonly]:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
input[readonly]:focus,
textarea[readonly]:focus,
select[readonly]:focus {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: none !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:valid,
textarea:valid {
  background-color: #fff;
}
input:invalid,
textarea:invalid {
  box-shadow: none;
}
input:disabled,
textarea:disabled,
option:disabled,
optgroup:disabled,
select:disabled:disabled {
  background: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* ----------------------------------------------------------
 * 
 * textarea element
 *
 * ---------------------------------------------------------- */
textarea {
  font-family: var(--system-fonts) !important;
}

/* ----------------------------------------------------------
 * 
 * input element : text
 *
 * ---------------------------------------------------------- */
[type=text] {
  font-family: var(--system-fonts) !important;
}

/* ----------------------------------------------------------
 * 
 * input element : checkbox, radio
 *
 * ---------------------------------------------------------- */
[type=radio],
[type=checkbox] {
  overflow: hidden;
  width: 0;
  height: 0;
  border: none;
}
[type=radio] + label,
[type=checkbox] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
[type=radio] + label .control,
[type=checkbox] + label .control {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.2s ease;
}
[type=radio] + label .control::before, [type=radio] + label .control::after,
[type=checkbox] + label .control::before,
[type=checkbox] + label .control::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
[type=radio] + label .control::before,
[type=checkbox] + label .control::before {
  display: none;
}
[type=radio] + label .control::after,
[type=checkbox] + label .control::after {
  opacity: 0;
}
[type=radio] + label:hover,
[type=checkbox] + label:hover {
  color: #000;
}
[type=radio] + label:hover .control,
[type=checkbox] + label:hover .control {
  border: 2px solid #000;
}
[type=radio]:checked + label .control,
[type=checkbox]:checked + label .control {
  border: 2px solid var(--input-color-main);
  opacity: 1;
  color: #000;
  opacity: 1;
}
[type=radio]:checked + label .control::after,
[type=checkbox]:checked + label .control::after {
  color: var(--input-color-main);
  opacity: 1;
}
[type=radio]:focus + label,
[type=checkbox]:focus + label {
  outline: 1px dashed;
}
[type=radio]:focus, [type=radio]:focus-visible,
[type=checkbox]:focus,
[type=checkbox]:focus-visible {
  outline: none;
}

[type=radio] + label .control {
  border-radius: 50%;
}
[type=radio] + label .control::after {
  width: 62.5%;
  height: 62.5%;
  background: var(--input-color-main);
  transform: scale(1.2, 1.2);
  border-radius: 50%;
}
[type=radio]:checked + label .control::after {
  background: var(--input-color-main);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

[type=checkbox] + label .control {
  border-radius: 3px;
}
[type=checkbox] + label .control::after {
  top: -15%;
  width: 40%;
  height: 80%;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: scale(1.2, 1.2) rotate(45deg);
}
[type=checkbox]:checked + label .control {
  background: var(--input-color-main);
}
[type=checkbox]:checked + label .control::after {
  transform: scale(1, 1) rotate(45deg);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* disabled */
[type=radio]:disabled + label,
[type=checkbox]:disabled + label {
  cursor: not-allowed;
  color: var(--color-txt-weak);
  opacity: 0.7;
}
[type=radio]:disabled + label:hover,
[type=checkbox]:disabled + label:hover {
  color: var(--color-txt-weak);
}
[type=radio]:disabled + label .control,
[type=checkbox]:disabled + label .control {
  border-color: #ccc;
  background-color: #ccc;
}
[type=radio]:disabled + label:hover .control,
[type=checkbox]:disabled + label:hover .control {
  border-color: #ccc;
  background-color: #ccc;
}
[type=radio]:disabled + label .control,
[type=checkbox]:disabled + label .control {
  background: #ccc;
  border-color: #ccc;
}

[type=radio]:disabled + label .control::after {
  background: #fff;
}

[type=checkbox]:disabled + label .control::after {
  background: #ccc;
  border-color: #fff;
}

/* error */
.error[type=radio] + label .control::after {
  background-color: var(--input-error);
}
.error[type=radio]:checked + label .control::after {
  background-color: var(--input-error);
}
.error[type=radio]:checked + label .control {
  border-color: var(--input-error);
}

.error[type=checkbox]:checked + label .control {
  background-color: var(--input-error);
}
.error[type=checkbox]:checked:checked + label .control {
  background-color: var(--input-error);
}
.error[type=checkbox]:checked:checked + label .control {
  border-color: var(--input-error);
}

/* ----------------------------------------------------------
 * 
 * input element : file
 *
 * ---------------------------------------------------------- */
[type=file] {
  font-size: 1.2rem;
  padding: 5px 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=file]:hover::before {
  border-color: black;
}
[type=file]:disabled {
  color: #ccc;
  background-color: transparent;
}

.error[type=file] {
  background-color: transparent;
}

[type=file] + label .control:after {
  background: #fff;
}

/* 
 * 以下は JavaScript を使ってカスタマイズしたタイプ
 */
.input--file {
  position: relative;
}
.input--file input[type=file] {
  display: none;
  border: none;
  padding: 0;
}

.input--file__label {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.input--file.-selected .input--file__label {
  display: none;
}

/* UI wrapper */
.input--file__props-wrapper {
  display: flex;
  align-items: center;
}

/* props */
.input--file__props {
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 0.25em 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  overflow-y: visible;
}
.input--file__props:empty {
  border: none;
  display: block;
  padding: 0;
}

/* remove */
.input--file__remove {
  position: relative;
  display: none;
  border-radius: 5px;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  background-color: #7e7e7e;
  cursor: pointer;
}
.input--file__remove:before, .input--file__remove:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  transform-origin: 50% 50%;
  content: "";
}
.input--file__remove:before {
  transform: rotate(45deg);
}
.input--file__remove:after {
  transform: rotate(-45deg);
}
.input--file__remove.active {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 0.5em;
  transition: background-color 0.2s ease-in-out;
}
.input--file__remove.active:hover {
  background-color: #333;
}

/* error */
.input--file__errorfield {
  padding: 0.25em 0;
  color: var(--input-error);
}
.input--file__errorfield:empty {
  padding: 0;
}

.input--file input[type=file]:invalid ~ .input--file__label,
.input--file input[type=file].error ~ .input--file__label {
  background-color: var(--input-error-bg);
  color: var(--input-error);
}

.input--file input[type=file]:invalid ~ .input--file__props-wrapper .input--file input[type=file].error ~ .input--file__props-wrapper .input--file__remove {
  background-color: var(--input-error);
}

/* disable */
.input--file input[type=file]:disabled ~ .input--file__label {
  color: #999;
  background-color: #ccc;
  cursor: not-allowed;
}

/* ----------------------------------------------------------
 * 
 * input element : color
 *
 * ---------------------------------------------------------- */
[type=color] {
  width: 80px;
  height: 40px;
  border-radius: 10px;
  border-width: 2px;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
[type=color]::-webkit-color-swatch {
  border: none;
  border-radius: 5px;
}
[type=color]:disabled {
  opacity: 0.5;
}
[type=color].error {
  background-color: transparent;
}

/* ----------------------------------------------------------
 * 
 * input element : range
 *
 * ---------------------------------------------------------- */
[type=range] {
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: range;
  -moz-appearance: range;
  appearance: range;
  /* track styles */
}
[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
}
[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
}
[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: none;
}
[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.1);
}
[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.1);
}
[type=range] {
  /* thumb styles */
}
[type=range]::-webkit-slider-thumb {
  background: var(--input-color-main);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: none;
  height: 40px;
  width: 10px;
  margin-top: -18px;
  border-radius: 5px;
  -webkit-appearance: none;
  transition: 0.2s ease-out;
  transition-property: box-shadow, transform, width;
}
[type=range]::-moz-range-thumb {
  background: var(--input-color-main);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: none;
  height: 40px;
  width: 10px;
  border-radius: 5px;
  transition: 0.2s ease-out;
  transition-property: box-shadow, transform, width;
}
[type=range]::-ms-thumb {
  background: #000;
  border: none;
  height: 40px;
  width: 10px;
  border-radius: 5px;
}
[type=range] {
  /* state */
}
[type=range]:valid {
  background: transparent;
}
[type=range]:focus {
  border: none !important;
  box-shadow: none !important;
}
[type=range]:hover {
  background: transparent;
}
[type=range]:hover::-moz-range-thumb {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
}
[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
}
[type=range]:hover::-ms-track {
  background: var(--input-color-main-bg);
}
[type=range]:disabled {
  background: transparent;
  /* track */
}
[type=range]:disabled::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0.1);
}
[type=range]:disabled::-moz-range-track {
  background: rgba(0, 0, 0, 0.1);
}
[type=range]:disabled::-ms-track {
  background: rgba(0, 0, 0, 0.1);
}
[type=range]:disabled {
  /* thumb */
}
[type=range]:disabled::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  background: #ccc;
  cursor: not-allowed;
}
[type=range]:disabled::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  background: #ccc;
  cursor: not-allowed;
}
[type=range]:disabled::-ms-thumb {
  background: #ccc;
  cursor: not-allowed;
}
[type=range] {
  /* error */
}
[type=range].error {
  background: transparent;
  /* track */
}
[type=range].error::-webkit-slider-runnable-track {
  background-color: var(--input-error-bg);
}
[type=range].error::-moz-range-track {
  background-color: var(--input-error-bg);
}
[type=range].error::-ms-track {
  background-color: var(--input-error-bg);
}
[type=range].error {
  /* thumb */
}
[type=range].error::-moz-range-thumb {
  background-color: var(--input-error);
  box-shadow: 5px 5px 10px var(--input-error-bg);
}
[type=range].error::-webkit-slider-thumb {
  background-color: var(--input-error);
  box-shadow: 5px 5px 10px var(--input-error-bg);
}
[type=range].error::-ms-thumb {
  background-color: var(--input-error);
}

/* ----------------------------------------------------------
 * 
 * input element : search
 *
 * ---------------------------------------------------------- */
[type=search] {
  border-radius: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ----------------------------------------------------------
 * 
 * input element : reset
 *
 * ---------------------------------------------------------- */
[type=reset],
[type=reset]:valid {
  cursor: pointer;
  /* btn */
}
/* ----------------------------------------------------------
 * 
 * input element : submit
 *
 * ---------------------------------------------------------- */
[type=submit],
[type=submit]:valid {
  color: #fff;
  background-color: var(--input-color-main);
  cursor: pointer;
  /* btn */
}
[type=submit].btn::before,
[type=submit]:valid.btn::before {
  opacity: 0;
}
[type=submit].btn:hover::before,
[type=submit]:valid.btn:hover::before {
  opacity: 0;
}
[type=submit].error,
[type=submit]:valid.error {
  color: #fff;
  background-color: var(--input-error);
}

/* ----------------------------------------------------------
 * 
 * input element : image
 *
 * ---------------------------------------------------------- */
[type=image],
[type=image]:valid {
  color: #fff;
  background-color: #000;
}
[type=image].error,
[type=image]:valid.error {
  color: #fff;
  background-color: var(--input-error);
}

/* ----------------------------------------------------------
 * 
 * input element : toggle switch (checkbox)
 *
 * ---------------------------------------------------------- */
.input-toggle[type=checkbox] {
  display: none;
}
.input-toggle[type=checkbox] + label {
  --knob-size: 24px;
  --knob-padding: 4px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  min-width: 60px;
  height: 30px;
  background: #aeaeae;
  border-radius: 20px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.03, 0.48, 0.43, 1.18);
}
.input-toggle[type=checkbox] + label::after {
  position: absolute;
  display: inline-block;
  inset: 0 auto 0 var(--knob-padding);
  width: var(--knob-size);
  height: var(--knob-size);
  margin: auto;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-property: background-color, transform, inset;
  content: "";
}
.input-toggle[type=checkbox] + label .input-toggle-button__lbl {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  margin: 0 auto;
  padding: 0 5px;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.2s ease-out;
}
.input-toggle[type=checkbox] + label .input-toggle-button__lbl.-true {
  padding-left: 10px;
  opacity: 0;
}
.input-toggle[type=checkbox] + label .input-toggle-button__lbl.-false {
  padding-right: 10px;
  opacity: 0.5;
}
.input-toggle[type=checkbox]:checked + label {
  background: var(--input-color-main-active);
  color: #fff;
}
.input-toggle[type=checkbox]:checked + label::after {
  left: calc(100% - var(--knob-size) - var(--knob-padding));
}
.input-toggle[type=checkbox]:checked + label .input-toggle-button__lbl.-true {
  opacity: 1;
}
.input-toggle[type=checkbox]:checked + label .input-toggle-button__lbl.-false {
  opacity: 0;
}
.input-toggle[type=checkbox]:disabled + .input-toggle-button {
  cursor: not-allowed;
  opacity: 0.3;
}
.input-toggle[type=checkbox]:disabled + .input-toggle-button::after {
  box-shadow: none;
}
.input-toggle[type=checkbox] {
  /* errorのスタイルは未定義 */
}

/* ----------------------------------------------------------
 * 
 * select element
 *
 * ---------------------------------------------------------- */
.input--select-wrap {
  position: relative;
}
.input--select-wrap::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  z-index: 2;
  transition: 0.2s ease;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolyline%20class%3D%22st0%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3Anone%3Bstroke%3A%234c5769%3Bstroke-width%3A1.6%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%22%20points%3D%2214.73%2C10.69%2012%2C13.73%209.27%2C10.69%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.input--select-wrap:hover::before {
  opacity: 1;
}
.input--select-wrap:hover:disabled::before {
  color: rgba(0, 0, 0, 0.3);
}
.input--select-wrap select {
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.input--select-wrap:has(.error)::before {
  color: var(--input-error);
}

/* ----------------------------------------------------------
 * 
 * progress element
 *
 * ---------------------------------------------------------- */
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; /* Firefox also renders a border */
  width: 100%;
  height: 20px;
  color: var(--input-color-main);
}

progress::-webkit-progress-bar {
  background-color: #e5e5e5;
}

progress::-webkit-progress-value {
  background: var(--input-color-main);
}

progress::-moz-progress-bar {
  background: var(--input-color-main);
}

/* ----------------------------------------------------------
 * 
 * meter element
 *
 * ---------------------------------------------------------- */
meter {
  display: block;
  margin-top: 10px;
  border: none;
  width: 100%;
  height: 20px;
  /* for Firefox */
  background: #e5e5e5;
  outline: none;
}

meter::-webkit-meter-inner-element {
  display: block;
}

meter::-webkit-meter-bar {
  border-radius: 0;
  border: none;
  background: #e5e5e5;
}

meter::-webkit-meter-optimum-value {
  background: rgb(125, 196, 0);
  border-radius: 0;
}

meter::-webkit-meter-suboptimum-value {
  background: rgb(255, 173, 67);
  border-radius: 0;
}

meter::-webkit-meter-even-less-good-value {
  background: rgb(255, 80, 80);
  border-radius: 0;
}

meter:-moz-meter-optimum::-moz-meter-bar {
  background: rgb(125, 196, 0);
}

meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: rgb(255, 173, 67);
}

meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: rgb(255, 80, 80);
}

/* ----------------------------------------------------------
 * 
 * button element
 *
 * ---------------------------------------------------------- */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  box-sizing: border-box;
  border: var(--borderw) solid;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
  transition: 0.2s ease-out;
  transition-property: box-shadow, background-color, color, border-color;
}
button:hover {
  color: var(--color-hover);
}
button[disabled] {
  cursor: not-allowed;
  color: #999;
  background-color: #f1f1f1;
  border-color: transparent;
  box-shadow: none;
}

/* ----------------------------------------------------------
 * 
 * error
 *
 * ---------------------------------------------------------- */
.error {
  color: rgb(255, 0, 0);
  line-height: 1.4;
}

button.error,
input.error,
select.error,
textarea.error,
.error input,
.error select,
.error textarea {
  background: rgba(255, 0, 0, 0.05);
  color: rgb(255, 0, 0);
  border-color: rgb(255, 0, 0);
}

button.error:focus,
input.error:focus,
select.error:focus,
textarea.error:focus,
.error input:focus,
.error select:focus,
.error textarea:focus {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 0, 0) !important;
  box-shadow: inset 0 0 0 1px rgb(255, 0, 0) !important;
}

/* ----------------------------------------------------------
 * 
 * password strength
 *
 * ---------------------------------------------------------- */
.pw-strength-outer {
  position: relative;
}

.pw-strength-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pw-strength-result {
  position: relative;
  right: 0;
  top: 0;
  height: 3px;
  width: 80px;
  background: #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.pw-strength-result:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: #999;
  transition: 0.2s ease-out;
}

.pw-strength-result.score1:before {
  width: 25%;
  background: rgb(255, 86, 86);
}

.pw-strength-result.score2:before {
  width: 50%;
  background: rgb(255, 162, 0);
}

.pw-strength-result.score3:before {
  width: 75%;
  background: rgb(86, 183, 255);
}

.pw-strength-result.score4:before {
  width: 100%;
  background: rgb(98, 189, 0);
}

/* ----------------------------------------------------------
 * 
 * state: width
 *
 * ---------------------------------------------------------- */
input .-w10p,
select .-w10p,
textarea .-w10p {
  width: 10%;
}
input .-w20p,
select .-w20p,
textarea .-w20p {
  width: 20%;
}
input .-w30p,
select .-w30p,
textarea .-w30p {
  width: 30%;
}
input .-w40p,
select .-w40p,
textarea .-w40p {
  width: 40%;
}
input .-w50p,
select .-w50p,
textarea .-w50p {
  width: 50%;
}
input .-w60p,
select .-w60p,
textarea .-w60p {
  width: 60%;
}
input .-w70p,
select .-w70p,
textarea .-w70p {
  width: 70%;
}
input .-w80p,
select .-w80p,
textarea .-w80p {
  width: 80%;
}
input .-w90p,
select .-w90p,
textarea .-w90p {
  width: 90%;
}
input .-w100p,
select .-w100p,
textarea .-w100p {
  width: 100%;
}
input .-w1em,
select .-w1em,
textarea .-w1em {
  width: 1em;
}
input .-w2em,
select .-w2em,
textarea .-w2em {
  width: 2em;
}
input .-w3em,
select .-w3em,
textarea .-w3em {
  width: 3em;
}
input .-w4em,
select .-w4em,
textarea .-w4em {
  width: 4em;
}
input .-w5em,
select .-w5em,
textarea .-w5em {
  width: 5em;
}
input .-w6em,
select .-w6em,
textarea .-w6em {
  width: 6em;
}
input .-w7em,
select .-w7em,
textarea .-w7em {
  width: 7em;
}
input .-w8em,
select .-w8em,
textarea .-w8em {
  width: 8em;
}
input .-w9em,
select .-w9em,
textarea .-w9em {
  width: 9em;
}
input .-w10em,
select .-w10em,
textarea .-w10em {
  width: 10em;
}

.oft {
  display: block;
  overflow: hidden;
}

.oft__anm {
  display: block;
}
.inview.-unshow .oft__anm {
  opacity: 0;
  animation: none;
}
.inview.-show .oft__anm {
  animation: 1s cubic-bezier(0.77, 0, 0.18, 1) var(--delay, 0s) 1 both showOftText, 1s linear var(--delay, 0s) 1 both animate_color;
}

.oft__color {
  color: inherit;
}
a:hover .oft__color {
  color: inherit;
}

.inview {
  position: relative;
}
.inview .inview__obj {
  opacity: 0;
}
.inview.-show .inview__obj {
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
}
.inview.-show .inview__maskobj {
  transition: opacity 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.inview.inviewMask {
  position: relative;
}
.inview.inviewMask .inviewMask__img {
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
  mask-position: 200% 0;
}
.inview.inviewMask.-show .inviewMask__img {
  will-change: -webkit-mask, mask, animation;
  animation: 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards maskFadeIn;
}
.inview.-animationFinish .image-mask-svg {
  display: none;
}

.image-mask-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 60;
  pointer-events: none;
}
.image-mask-svg path {
  fill: var(--color-bg);
}

@keyframes maskFadeIn {
  0% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes maskFadeOut {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
}
/* ============================================================================================== */
/* Letter, glyph                                                                                  */
/* ============================================================================================== */
/*
 * テキスト・文字に関するタグの基本設定
 * タグなので本来はglobalに書きますがテキスト関連ということでここで基本設定を行っています。
 *
 * Layout / global-footer
 *  - genelic class
 *  - Text align
 *  - Break
 */
/* ----------------------------------------------------------------------------------------
 *
 * 基本のフォント設定
 *
 * ----------------------------------------------------------------------------------------*/
body {
  font-weight: normal;
  font-family: var(--font-primaly);
  font-weight: 400;
  color: var(--color-txt);
}

input,
textarea,
select {
  font-family: var(--system-fonts);
}

main {
  width: 100%;
  height: auto;
  line-height: 2;
  font-size: clamp(0.8125rem, 0.7403846154rem + 0.3205128205vw, 1.125rem);
}
[lang=en] main {
  line-height: 1.6;
}

ruby {
  ruby-align: center;
}

ruby rt {
  font-size: 0.5625rem;
}

.no-deco a,
.no-deco {
  text-decoration: none;
}

.no-deco a:hover,
.no-deco:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------
 *
 * genelic class / 汎用クラス
 *
 * ----------------------------------------------------------------------------------------*/
.kerning,
.kerning--palt {
  font-feature-settings: "palt"; /* 役物半角 */
  /* font-feature-settings: 'pwid';*/
  /* font-feature-settings: 'pkna';*/
}

.kerning--pwid {
  /*font-feature-settings: 'palt';*/
  font-feature-settings: "pwid";
  /*font-feature-settings: 'pkna';*/
}

.tcu {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.b {
  font-weight: 600;
}

.ib {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/* ----------------------------------------------------------------------------------------*/
.overflow-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  overflow-y: visible;
  width: 100%;
}

/* ----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------
 *
 * genelic class / フォント指定
 *
 * ----------------------------------------------------------------------------------------*/
/* セリフ系フォント（欧文優先） */
[class^=txt-en].-serif {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
}

/* サンセリフ系フォント（欧文優先） */
[class^=txt-en] {
  font-family: "Geist Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* Condensed （長体） */
.-cnd {
  font-family: sans-serif;
  font-weight: inherit;
}

.b.-cnd {
  font-family: sans-serif;
  font-weight: inherit;
}

.t.-italic {
  font-style: italic !important;
}

/* ----------------------------------------------------------------------- */
/* Text align */
.t.-center {
  text-align: center;
}
.t.-right {
  text-align: right;
}
.t.-left {
  text-align: left;
}
.t.-justify {
  text-align: justify;
}
.t.-vertical {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* ----------------------------------------------------------------------- */
/* Size */
.t.-fs-xs {
  font-size: 60%;
}
.t.-fs-s {
  font-size: 80%;
}
.t.-fs-l {
  font-size: 120%;
}
.t.-fs-xl {
  font-size: 140%;
}

/* ----------------------------------------------------------------------- */
/* Break */
br.tb {
  display: none;
}

br.pc {
  display: none;
}

br.sp {
  display: inline-block;
}
/* ----------------------------------------------------------------------- */
/* Color */
.color--disable {
  color: var(--color-disable) !important;
}

.color--primary {
  color: var(--color-primary) !important;
}

.color--secondary {
  color: var(--color-secondary) !important;
}

.color--important {
  color: var(--color-important) !important;
}

.color--warning {
  color: var(--color-warning) !important;
}

.color--current {
  color: var(--color-accent) !important;
}

.color--inherit {
  color: inherit !important;
}

.color--animation-loop {
  animation: 1s linear var(--delay, 0s) infinite both animate_color_loop !important;
}

/* ============================================================================================== */
/* UI Ppaging                                                                                     */
/* ============================================================================================== */
.paging {
  margin: 0 auto 40px;
  text-align: center;
}

/* not plugin ------------------------------- */
.page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  list-style: none;
}

.page-numbers li {
  margin: 0.5em;
}

.page-numbers li > * {
  display: block;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1;
  min-width: 1em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

.page-numbers a {
  text-decoration: none;
}

.page-numbers .current {
  background-color: var(--base-color);
  border-color: transparent;
  color: #fff;
  pointer-events: none;
}

.page-numbers a:hover {
  color: #fff;
  background-color: rgb(0, 0, 0);
}

.paging-detail {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  width: 100%;
}

/* ============================================================================================== */
/* Table                                                                                          */
/* ============================================================================================== */
/* ---------------------------------------------------------------------------------------------- */
/* standart                                                                                       */
/* ---------------------------------------------------------------------------------------------- */
.table {
  line-height: 1.6;
}
.table__item {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  box-sizing: border-box;
  border-top: var(--borderw, 1px) dashed;
  position: relative;
}
.table__item:last-child {
  border-bottom: var(--borderw, 1px) dashed;
}
.table.-s .table__item {
  padding: 15px 0;
}
.table.-s .table__item::after {
  height: calc(100% - 20px);
}
.table.-l .table__item {
  padding: 25px 0;
}
.table__lbl {
  flex-shrink: 0;
  width: clamp(75px, 25%, 150px);
  box-sizing: border-box;
}
.table__des {
  flex-grow: 1;
  margin: 0;
}
.table__des > *:first-child {
  margin-top: 0;
}

/* ---------------------------------------------------------------------------------------------- */
/* difinition                                                                                     */
/* ---------------------------------------------------------------------------------------------- */
.defTable {
  line-height: 1.6;
}
.defTable__item {
  padding: 1em 0;
  box-sizing: border-box;
  border-bottom: var(--borderw, 1px) solid;
}
.defTable__item:first-child {
  border-top: var(--borderw, 1px) solid;
}
.defTable__lbl {
  flex-shrink: 0;
  width: clamp(75px, 25%, 150px);
  box-sizing: border-box;
}
.defTable__des {
  flex-grow: 1;
  margin-top: 10px;
  margin-left: 0;
}
.defTable__des > *:first-child {
  margin-top: 0;
}

/* ============================================================================================== */
/* wrap-line                                                                                      */
/* ============================================================================================== */
.js-wrap-g,
.js-lwrap-g {
  opacity: 1 !important;
  transition: none !important;
}

.js-wrap,
.js-wrap-line {
  overflow: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}
.js-wrap::-webkit-scrollbar,
.js-wrap-line::-webkit-scrollbar {
  display: none;
}

.js-wrap-line {
  display: block;
  width: fit-content;
}

.js-wrap .word,
.js-wrap .char,
.js-wrap-line .word,
.js-wrap-line .char {
  display: inline-block;
}

.js-wrap .char:empty,
.js-wrap-line .char:empty {
  display: none;
}

.js-wrap .word,
.js-wrap-line .word {
  white-space: nowrap;
}

.js-wrap .word-space,
.js-wrap-line .word-space {
  display: inline;
}

.text-wrapped .-show .js-wrap .word,
.text-wrapped .-show .js-wrap .char,
.text-wrapped .-show .js-wrap-line .word,
.text-wrapped .-show .js-wrap-line .char {
  will-change: transform;
}

.eraseStart .js-wrap .word,
.eraseStart .js-wrap .char,
.eraseStart .js-wrap-line .word,
.eraseStart .js-wrap-line .char {
  animation: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) 0s 1 hideOftText;
  animation-delay: var(--delay, 0s);
}

.-end-intro .inview .js-wrap .word,
.-end-intro .inview .js-wrap .char,
.-end-intro .inview .js-wrap-line .word,
.-end-intro .inview .js-wrap-line .char {
  animation: 0s 1 hideOftText;
  animation-fill-mode: forwards;
}

.-end-intro .inview.-show .js-wrap .word,
.-end-intro .inview.-show .js-wrap .char,
.-end-intro .inview.-show .js-wrap-line .word,
.-end-intro .inview.-show .js-wrap-line .char {
  animation: 1s cubic-bezier(0.17, 0.84, 0.44, 1) 0.2s 1 showOftText, 1s cubic-bezier(0.17, 0.84, 0.44, 1) 0.2s 1 animate_color;
  animation-delay: var(--delay, 0s);
  animation-fill-mode: both;
}

/* ============================================================================================== */
/* Module / UI Accordion                                                                          */
/* ============================================================================================== */
.ui-accordion {
  --duration: 0.4s;
}

.ui-accordion--item {
  position: relative;
  border-top: 1px solid;
}
.ui-accordion--item.uia--show {
  border-color: var(--color-main);
}

.ui-accordion--trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.ui-accordion--contents {
  overflow: hidden;
  padding: 0;
  height: var(--height, 0);
  transition: var(--duration) cubic-bezier(0.77, 0, 0.18, 1);
  transition-property: height, opacity, padding;
  will-change: height, opacity, padding;
}
.uia--hide .ui-accordion--contents {
  opacity: 0;
  padding: 0;
}
.uia--show .ui-accordion--contents {
  opacity: 1;
}

.ui-accordion--icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: auto 10px auto auto;
  transform: translateY(0);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.ui-accordion--icon::before, .ui-accordion--icon::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 13px;
  background-color: currentColor;
  transform-origin: 50% 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
}
.ui-accordion--icon::before {
  transform: rotate(90deg);
}
.ui-accordion--icon::after {
  transform: rotate(0deg);
}
.uia--show .ui-accordion--icon::before {
  transform: rotate(270deg);
}
.uia--show .ui-accordion--icon::after {
  transform: rotate(270deg);
}

/* ============================================================================================== */
/* UI Carousel                                                                                    */
/* ============================================================================================== */
/* 
 * スワイプなどの機能は無い単純な左右無限のカルーセルです。
 * スワイプ機能を有する場合は現在 Swiper を使用しています。 _ui-swiperを参照してください。
 */
.carousel {
  position: relative;
  overflow: hidden;
  text-align: right;
}

.carousel__container {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
}

.carousel__item {
  float: left;
  display: block;
  line-height: 0;
  left: -1px;
  position: absolute;
  width: 66.666%;
}
.carousel__item img {
  display: block;
  width: calc(100% - 1px);
}

/* ============================================================================================== */
/* Module / Modal                                                                                 */
/* ============================================================================================== */
[data-modal] {
  position: fixed;
  inset: 0 0 0 auto;
  width: 100%;
  height: 90dvh;
  margin: auto;
  padding: 0;
  pointer-events: none;
  z-index: 1002;
  overflow: hidden;
}
:where(.text-wrapped) [data-modal] {
  display: none;
}
[data-modal].-ready {
  display: block;
}
[data-modal].-showModal .modal-scroll-container__outer {
  pointer-events: auto;
}
[data-modal].-showModal .modal-scroll-container__inner {
  pointer-events: auto;
}
[data-modal].-hideModal {
  display: none;
  pointer-events: none;
}
[data-modal].-small {
  max-width: 800px;
}
[data-modal] .modal__ttl {
  font-size: 140%;
  font-weight: bold;
}
[data-modal] img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.modal-scroll-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  /* overscroll-behavior: contain; */
  border-radius: 10px 0 0 10px;
  vertical-align: middle;
  pointer-events: none;
}
.modal-scroll-container__outer {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.7, 0.2);
  transition-property: transform, opacity;
  transform: translate3d(0, clamp(40px, -6.9565217391px + 13.0434782609vw, 160px), 0);
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  width: calc(100% - var(--ghw));
  height: 100%;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
  pointer-events: none;
  opacity: 0;
}
.-showModal .modal-scroll-container__outer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0, 0.8, 0, 1), cubic-bezier(0.2, 0.4, 0.4, 1);
}
.modal-scroll-container__inner {
  position: relative;
  inset: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 90vh;
  margin: 0 auto;
  padding: 30px 0;
  background-color: var(--color-bg);
  border-radius: 10px 0 0 10px;
  line-height: 2;
}
.modal-scroll-container__inner .btn .icon {
  margin-left: 0;
}

/* ----------------------------------------------------------------------------- */
[data-modal-close] {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
  border: none;
  padding: 0;
}
[data-modal-close] i {
  width: 48px;
  height: 48px;
}
[data-modal].-showModal [data-modal-close] {
  pointer-events: auto;
}

/* ----------------------------------------------------------------------------- */
[data-modal-overlay] {
  position: fixed;
  inset: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: var(--color-overlay);
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.-showModal [data-modal-overlay] {
  opacity: 0.5;
  pointer-events: auto;
}

/* --------------------------------- */
[data-toggle] {
  cursor: pointer;
}

html.-show-modal body {
  /*overflow: hidden;*/
}

/* ----------------------------------------------------------------------------- */
/* Effects                                                                       */
/* ----------------------------------------------------------------------------- */
[data-modal] .modal-oft {
  display: block;
  overflow: hidden;
}

[data-modal] .modal-oft__anm {
  display: block;
  animation-fill-mode: both;
}

.-show-modal [data-modal] .modal-oft {
  opacity: 1;
}
.-show-modal [data-modal] .modal-oft__anm {
  opacity: 1;
  animation: 0.8s cubic-bezier(0.77, 0, 0.18, 1) calc(var(--delay, 0s) + 0.3s) 1 both showModalOftText, 0.8s linear calc(var(--delay, 0s) + 0.3s) 1 both animate_color;
}
.-show-modal [data-modal] .js-wrap .word, .-show-modal [data-modal] .js-wrap .char, .-show-modal [data-modal] .js-wrap-line .word, .-show-modal [data-modal] .js-wrap-line .char {
  padding-right: 0.025em;
}
.-show-modal [data-modal] .js-wrap .word, .-show-modal [data-modal] .js-wrap .char, .-show-modal [data-modal] .js-wrap-line .word, .-show-modal [data-modal] .js-wrap-line .char {
  animation: 0.8s cubic-bezier(0.77, 0, 0.18, 1) calc(var(--delay, 0s) / 2) 1 both showModalOftText, 0.8s linear calc(var(--delay, 0s) / 2) 1 both animate_color;
}

@keyframes hideModalOftText {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes showModalOftText {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* ============================================================================================== */
/* Module / UI Tooltip                                                                            */
/* ============================================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
[uk-tooltip] {
  cursor: help;
}

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  box-sizing: border-box;
  max-width: 220px;
  padding: 15px 18px;
  background: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction */
[class*=uk-tooltip-top] {
  margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
  margin-top: 10px;
}

[class*=uk-tooltip-left] {
  margin-left: -10px;
}

[class*=uk-tooltip-right] {
  margin-left: 10px;
}

/* ============================================================================================== */
/* UI Popup Menus                                                                                 */
/* ============================================================================================== */
.popup {
  position: relative;
}
.popup .ui--icon {
  position: absolute;
  right: 10px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}
.popup .ui--icon::before, .popup .ui--icon::after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #000;
  transform-origin: 50% 50%;
  background-color: currentColor;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.15s cubic-bezier(0.77, 0, 0.18, 1);
}
.popup .ui--icon::before {
  transform: translateX(-1.75px) rotate(60deg);
}
.popup .ui--icon::after {
  transform: translateX(1.75px) rotate(-60deg);
}
.popup .ui--icon.-active .popup .ui--icon::before {
  transform: translateX(-1.75px) rotate(-60deg);
}
.popup .ui--icon.-active .popup .ui--icon::after {
  transform: translateX(1.75px) rotate(60deg);
}

.popup__trigger {
  display: inline-block;
  position: relative;
  z-index: 105;
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 4px;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  border: none;
}
.popup__trigger:hover {
  text-decoration: none;
}

.popup__target {
  position: absolute;
  display: none;
  z-index: 110;
  top: calc(100% + 3px);
  right: 0;
  left: 50%;
  transform-origin: center 0%;
  width: 100%;
  min-width: 260px;
  text-align: left;
  border-radius: max(5px, var(--borderrad) / 2);
  background-color: var(--color-bg);
  border: max(2px, var(--borderw) / 2) solid;
  transition: transform 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.popup__target ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.popup__target li {
  padding: 0;
}
.popup__target li a {
  cursor: pointer;
  border: none;
}
.popup__target li a.-selected {
  background-color: transparent;
  font-weight: bold;
  pointer-events: none;
  opacity: 0.4;
}
.popup__target li a:hover {
  text-decoration: none;
}
.popup__target li::before {
  content: none;
}
.popup.-active .popup__target {
  display: block;
}
.popup__target a, .popup__target .label {
  padding: 15px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.25;
}
.popup__target .item {
  padding: 20px 0;
}
.popup__target .item :first-child {
  border-top: none;
}
.popup__target .item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.popup__target .title {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.popup__target--items {
  min-width: initial;
}

/* ============================================================================================== */
/* UI Popup SelectMenus                                                                           */
/* ============================================================================================== */
.popup-select {
  display: none;
}

.documentContent {
  margin-block-start: var(--gh-height);
}

.culturalContents,
.relationExhibition {
  width: calc(100% - 40px);
  max-width: none;
}
.sectionContents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-block: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.sectionContents:last-child {
  border-bottom: none;
}

.sectionHeader {
  width: 100%;
}
.sectionHeader .section__ttl {
  font-feature-settings: "palt";
  letter-spacing: -0.025em;
  font-size: clamp(1.125rem, 0.8076923077rem + 1.4102564103vw, 2.5rem);
  font-weight: 500;
  color: var(--color-sub);
  margin-top: 0;
  transform: scaleX(0.95);
  transform-origin: left;
}

.sectionBody {
  width: 100%;
}

.sectionInner__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(10px, 7.6923076923px + 0.641025641vw, 20px);
  flex-direction: column;
}
.sectionInner__btns .btn {
  display: flex;
  flex-direction: row;
  font-size: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.75rem);
  justify-content: space-between;
  align-items: center;
}

.btn > * {
  margin-block-start: 0;
}
/* modal --------------------------------------- */
.video-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}
.video-close:before, .video-close:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
}
.video-close:before {
  transform: rotate(45deg);
}
.video-close::after {
  transform: rotate(-45deg);
}
.-show-video .video-close {
  opacity: 1;
  z-index: 10000;
  cursor: pointer;
}

/* modal */
#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  transition: 0.5s;
}
#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video iframe {
  width: 100vw;
  height: 56vw;
  pointer-events: auto;
}

/*
 * グローバルヘッダー全体、メニューボタン、オーバーレイ
 *
 */
:root {
  --gh-height: 70px;
}
.Gh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 102;
  color: var(--color-txt);
  transform: translate3d(0, 0, 0);
  transition: background 0.5s ease, transform 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.25s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-color: var(--color-bg);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.Gh a {
  text-decoration: none;
  border-bottom: none;
  transition: 0.3s ease;
}

.wf-active .Gh a {
  opacity: 1 !important;
}
/* ----------------------------------------------------------------------- */
/* Scroll effect */
.scroll-down .Gh:not(.-show) {
  transform: translate3d(0, -100%, 0);
}

.scroll-y-end .Gh:not(.-show) {
  transform: translate3d(0, 0, 0);
}

.scroll-down .Gh:focus-within {
  transform: translate3d(0, 0, 0);
}

.scroll-y-hashchange .Gh {
  transform: translate3d(0, 0, 0);
}

/* anchor link offset */
:target {
  scroll-margin-top: calc(var(--gh-height) + 20px);
}

.scroll-down :target {
  scroll-margin-top: 20px;
}

/* ----------------------------------------------------------------------- */
/* Show event */
.Gh.-show {
  pointer-events: auto;
}

.Gh.-hide {
  height: var(--gh-height);
}
/* ----------------------------------------------------------------------- */
/* Skip link */
.site-shortcuts {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  height: 0;
  margin: 0 auto 0 20px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  z-index: 202;
}

.site-shortcuts:focus-within {
  clip: auto;
  height: var(--gh-height);
}

.site-shortcuts__item {
  display: block;
  margin: 2px 5px;
}

.site-shortcuts a,
.site-shortcuts a:visited {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: clamp(0.8125rem, 0.7692307692rem + 0.1923076923vw, 1rem);
  font-weight: var(--font-db);
  text-decoration: underline;
  transition: 0.1s ease;
  outline-color: transparent;
}

.site-shortcuts a:focus {
  clip: auto;
  color: #fff;
  background-color: var(--color-accent);
  text-decoration: none;
}

/* ----------------------------------------------------------------------- */
.Gh--inner {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100) !important;
  margin: 0 auto;
  padding: 70px 0;
  box-sizing: border-box;
  z-index: 200;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: var(--color-bg);
  vertical-align: middle;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0);
  transition: 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition-property: background, opacity, transform;
}
.Gh--inner .Gh__nav {
  height: 100vh;
  position: relative;
  z-index: 1;
  mix-blend-mode: multiply;
}
.Gh--inner .pcSitemap {
  display: none;
}
.Gh--inner .nav__bg {
  position: absolute;
  top: 0;
  right: -50%;
  width: 400%;
  opacity: 0;
  z-index: 0;
}
.Gh--inner .nav__bg figure {
  margin: 0;
}
.-show-drower .Gh--inner .nav__bg {
  animation: bgRotate linear 850s infinite, bgDisplay 1.5s ease-in-out forwards;
}

.Gh.-show .Gh--inner {
  opacity: 1;
  pointer-events: auto;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--color-accent-bg-secondary);
}

@keyframes bgRotate {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bgDisplay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pcSitemap .SitemapList.sub {
  position: absolute;
  right: clamp(-40px, -30.7692307692px - 2.5641025641vw, -80px);
  top: clamp(-40px, -30.7692307692px - 2.5641025641vw, -80px);
}

.load .reserveLi.-spOnly {
  transform: translate(0);
  opacity: 1;
}
/* ----------------------------------------------------------------------- */
/* Show event */
.-show + .main-wrapper {
  pointer-events: none;
}

/* animation element */
.Gh .anm {
  transform: translateY(20px);
  opacity: 0;
  transition-duration: 1s, 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1), cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}

.Gh.-show .anm {
  transform: translateY(0);
  opacity: 1;
}

/* ----------------------------------------------------------------------- */
/* overlay                                                                 */
/* ----------------------------------------------------------------------- */
.Gh .overlay_bk {
  display: none;
}

/* ----------------------------------------------------------------------- */
/* site-subheader                                                          */
/* ----------------------------------------------------------------------- */
.site-subheader {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--gh-height);
  margin: auto;
  padding: 0 calc(20px + env(safe-area-inset-left));
  box-sizing: border-box;
  z-index: 201;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  transition-property: background;
}
.-show .site-subheader {
  background-color: transparent;
  transition-duration: 0.5s;
  pointer-events: none;
}

.site-subheader__anchor {
  display: block;
  color: inherit;
  position: absolute;
  top: 20px;
}
.-show-drower .site-subheader__anchor {
  color: var(--color-txt);
  display: none;
}

.scroll-down .site-subheader__anchor {
  opacity: 0;
}

.scroll-up .site-subheader__anchor {
  opacity: 1;
}

.spNav__logo .site-name i {
  width: 150px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: inherit;
}

.site-logo {
  width: clamp(150px, 124.6153846154px + 7.0512820513vw, 260px);
}

.site-name {
  margin: 0;
}
.site-subheader__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 0;
  color: var(--color-txt);
  font-family: var(--font-m);
  font-feature-settings: "palt";
  pointer-events: auto;
  z-index: 205;
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
}
.site-subheader__menu > * {
  margin-left: 15px;
}
.site-subheader__menu > *:first-child {
  margin-left: 0;
}
.-show .site-subheader__menu {
  color: currentColor;
}

.site-subheader__menuitem {
  padding: 0;
}
.site-subheader__menuitem::before {
  content: none;
}
.site-subheader__menuitem .anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: inherit;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  transition-property: opacity, color, transform;
}
.site-subheader__menuitem .anchor:hover {
  color: currentColor;
}
.site-subheader__menuitem .icon {
  width: 40px;
  height: 15px;
  stroke-width: 1.3;
}
.site-subheader__menuitem .icon svg {
  width: 100%;
  height: 100%;
}
.site-subheader__menuitem .lbl {
  display: inline-block;
  font-size: 12px;
  font-family: var(--font-en);
  white-space: nowrap;
  transition: inherit;
  font-weight: 600;
  letter-spacing: 0.1em;
}
/* author logo */
.Gh {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author-logo {
  position: absolute;
  right: calc(20px + env(safe-area-inset-left));
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: clamp(0px, -2.3076923077px + 0.641025641vw, 10px);
  pointer-events: auto;
}

.author-logo__item .author-logo__anchor {
  display: inline-block;
  text-decoration: none;
}
.author-logo__item .author-logo__anchor:hover img {
  opacity: 0.7;
}
.author-logo__item img {
  display: inline-block;
  height: 100%;
  width: auto;
  transition: 0.4s ease;
  opacity: 1;
}
.author-logo__item.author-kumamotocity img {
  height: clamp(21px, 18.9230769231px + 0.5769230769vw, 30px);
}
.author-logo__item.author-camk img {
  height: clamp(11px, 9.3846153846px + 0.4487179487vw, 18px);
}
/* ----------------------------------------------------------------------- */
/* menu-button                                                             */
/* ----------------------------------------------------------------------- */
.Gh .sitemap-button {
  display: none;
}

.Gh .sitemap-button button {
  box-sizing: content-box;
  border: none;
  padding: 0;
  color: rgb(0, 0, 0);
}
.Gh .sitemap-button button:hover {
  color: var(--color-txt);
}
.-show-drower .Gh .sitemap-button button {
  color: var(--color-txt);
}
/* ----------------------------------------------------------------------- */
/* global-navigation                                                       */
/* ----------------------------------------------------------------------- */
.g-nav {
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  background: url(../img/pages/home/bg_sp.png) no-repeat;
  background-color: #eee;
  background-size: 100% auto;
  background-position: center center;
}
.g-nav .g-nav__list.main {
  order: 0;
}
.g-nav .g-nav__list.sub {
  order: 1;
}
.g-nav .Sitemap-header {
  order: 2;
  padding: 32px 40px;
}
.g-nav .Sitemap-header .site-name i {
  width: 150px;
}
.g-nav .Sitemap__other {
  width: 70%;
  position: relative;
  text-align: right;
  order: 3;
  margin-bottom: 30px;
  font-family: var(--font-en);
  color: var(--color-txt-weakest);
}
.g-nav .Sitemap__other p {
  margin-top: 0;
}

.g-nav-inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.g-nav__list {
  width: 70%;
  list-style: none;
  margin: 0;
  padding: 0 30px;
  line-height: 2;
}
.g-nav__list.main {
  font-size: 140%;
}
.g-nav__list.main .g-nav__li {
  position: relative;
  padding: 0;
  font-feature-settings: "palt";
}
.g-nav__list.main .g-nav__anchor {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  font-size: 20px;
  letter-spacing: 0.04rem;
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.5rem);
  font-weight: 500;
  border-bottom: 1px dotted var(--color-primary);
  position: relative;
}
.g-nav__list.main .g-nav__anchor .lbl {
  white-space: nowrap;
}
.g-nav__list.main .g-nav__anchor .icon {
  display: flex;
  align-items: center;
}
.g-nav__list.main .g-nav__anchor .icon svg {
  color: var(--color-primary);
  stroke-width: 2;
}
.g-nav__list.sub {
  margin: 32px 0 0;
}
.g-nav__list.sub .g-nav__subLi {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 12px;
  font-weight: 500;
}
.g-nav__list.sub .g-nav__subLi:before {
  content: none;
}
.g-nav__list.sub .g-nav__subLi.reserveLi:last-child {
  margin-bottom: 0;
}
.g-nav__list.sub .g-nav__anchor {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
}
.g-nav__list.sub .g-nav__anchor .icon {
  margin-right: 10px;
}
.g-nav__list.sub .g-nav__anchor.reservation__btn {
  border-radius: 10px;
}
.g-nav__list.sub .g-nav__anchor.reservation__btn .lbl {
  letter-spacing: 0.04rem;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.g-nav__list.sub .g-nav__anchor.reservation__btn .icnWrap img {
  width: clamp(32px, 28.3076923077px + 1.0256410256vw, 48px);
  height: clamp(32px, 28.3076923077px + 1.0256410256vw, 48px);
}
.g-nav__list.sub .g-nav__anchor.-show-drower .reserve__anchor .lbl {
  display: inline-block;
}
.g-nav__li::before {
  content: none;
}

.g-nav__child {
  position: static;
  border-bottom: none !important;
}
.g-nav__child .ui-accordion--trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 1em;
  padding: 15px env(safe-area-inset-right) 15px 0;
}
.g-nav__child .ui-accordion--trigger .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  /*stroke-width: 1.6;*/
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.7s cubic-bezier(1, 0, 0, 1);
  position: relative;
  border-radius: 100px;
  border: 1.5px solid var(--color-txt);
  box-sizing: border-box;
  padding: 2px;
  transition: 0.4s ease;
}
.g-nav__child .ui-accordion--trigger .icon:before, .g-nav__child .ui-accordion--trigger .icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: var(--color-txt);
  opacity: 1;
  transition: inherit;
}
.g-nav__child .ui-accordion--trigger .icon:before {
  width: 8px;
  height: 1.5px;
}
.g-nav__child .ui-accordion--trigger .icon:after {
  width: 1.5px;
  height: 8px;
}
.g-nav__child.uia--show .ui-accordion--trigger .icon {
  transform: rotate(-90deg);
}
.g-nav__child.uia--show .ui-accordion--trigger .icon:before {
  opacity: 0;
}
.current .g-nav__child .ui-accordion--contents {
  opacity: 1;
  height: auto;
}
.current .g-nav__child .ui-accordion--trigger {
  display: none;
}
.g-nav__child .g-nav__ttl, .g-nav__child .g-nav__icon {
  display: none;
}

.g-nav__child__container {
  padding-left: 15px;
  box-sizing: border-box;
}

.g-nav__child__ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.3rem;
}

.g-nav__child__li {
  width: 100%;
  padding: 0;
}
.g-nav__child__li::before {
  content: none;
}

.g-nav__child__anchor {
  display: inline-block;
  padding: 0;
}
.g-nav__child__anchor .icon {
  margin-right: 3px;
  stroke-width: 1.5;
  transform: var(--icon-transform);
  transition: var(--icon-transition);
  color: var(--color-txt-weak);
}
.g-nav__child__anchor .lbl {
  font-size: 78%;
  letter-spacing: 0.075em;
}
.g-nav__child__anchor:hover .icon {
  transform: translateX(0);
  transition-timing-function: cubic-bezier(0.3, 5, 0.3, 1);
}

.g-nav__other {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
}
.g-nav__other a:hover {
  color: #fff;
}
.g-nav__other .Gh__small {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 0;
}
.g-nav__other .Gh__small small {
  font-size: inherit;
}
/* ----------------------------------------------------------------------- */
/* other                                                                   */
/* ----------------------------------------------------------------------- */
[class*=w-state] {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.w-state {
  --w-state-padding: clamp(40px, 3.0769230769px + 10.2564102564vw, 200px);
  width: calc(100% - var(--w-state-padding) - env(safe-area-inset-left) - env(safe-area-inset-right));
  max-width: 1720px;
}

/* 
 * main-wrapper
 */
.main-wrapper {
  padding: clamp(80px, 26.2068965517px + 14.9425287356vw, 600px) var(--docPadding) 0;
  position: relative;
  background-color: #fff;
}

/* precedes language --------------------------------------------- */
/* anchor offset ------------------------------------------------- */
/* Loading Animations -------------------------------------------- */
/* main-document-module.cscc の body-overlay に記述 */
/* inview -------------------------------------------------------------------------- */
.inview .inview__item {
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 1s, 1s;
  transition-property: opacity, transform;
  transition-timing-function: linear, cubic-bezier(0.47, 0, 0.75, 0.72);
}

.inview.-show .inview__item {
  opacity: 1;
  transform: translateY(0);
}

/* mask*/
.inview.inviewMask .inviewMask__img {
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
  mask-position: 200% 0;
}

.inview.inviewMask img.inviewMask__img {
  filter: blur(30px);
  opacity: 0;
  transition-duration: 2s, 1.5s;
  transition-property: filter, opacity;
  transition-timing-function: 0.8s linear, cubic-bezier(0.47, 0, 0.75, 0.72);
}

.inview.-show .inviewMask .inviewMask__img,
.inview.inviewMask.-show .inviewMask__img {
  will-change: -webkit-mask, mask, animation;
  animation: 2s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards maskFadeIn;
}

.inview.-show .inviewMask .inviewMask__img img {
  opacity: 1;
  filter: blur(0);
}

.image-mask-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 60;
  pointer-events: none;
}

.image-mask-svg path {
  fill: var(--color-bg);
}

@keyframes maskFadeIn {
  0% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes maskFadeOut {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
}
/* ============================================================================================== */
/* Module / Form                                                                                  */
/* ============================================================================================== */
/* ----------------------------------------------- */
/* form layout */
/* ------------------------------- */
.inputItemBlock {
  margin-top: 25px;
}
.inputItemBlock:first-child {
  margin-top: 0;
}

/* ------------------------------- */
.input-lbl {
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
  font-weight: bold;
}
.input-lbl::before {
  content: "任意";
  color: #fff;
  text-indent: 0;
  margin-right: 8px;
  font-size: 12px;
  background-color: var(--color-txt-weak);
  padding: 0 8px;
  border-radius: 5px;
}
.input-lbl.-no-lbl::before {
  content: none;
}
.required .input-lbl::before {
  content: "必須";
  color: #fff;
  text-indent: 0;
  margin-right: 8px;
  font-size: 12px;
  background-color: var(--color-important);
  padding: 0 8px;
  border-radius: 5px;
}

/* ------------------------------- */
.input-elm > *:first-child {
  margin-top: 0;
}

.input-elm .error-message {
  display: block;
  padding: 0.75em 0 0;
}

.input-grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.input-grp > * {
  margin: 0;
}

/* ------------------------------- */
.controlBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px 0;
}

.controlBlock__item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.controlBlock__item::before {
  content: none;
}

/* ------------------------------- */
.input-note {
  margin: 10px 0;
  color: var(--color-txt-weak);
  font-size: 1.05rem;
  line-height: 1.5;
}
.input-note:first-child {
  margin-top: 0;
  padding-top: 7px;
}
.input-note:last-child {
  margin-bottom: 0;
}

/* ------------------------------- */
.mp-input.-w10p {
  width: 10%;
}
.mp-input.-w20p {
  width: 20%;
}
.mp-input.-w30p {
  width: 30%;
}
.mp-input.-w40p {
  width: 40%;
}
.mp-input.-w50p {
  width: 50%;
}
.mp-input.-w60p {
  width: 60%;
}
.mp-input.-w70p {
  width: 70%;
}
.mp-input.-w80p {
  width: 80%;
}
.mp-input.-w90p {
  width: 90%;
}
.mp-input.-w100p {
  width: 100%;
}

/* ------------------------------- */
.mp-textarea {
  min-height: 10em;
}

/* ------------------------------- */
.input-definition {
  position: relative;
  margin: 0;
}
.input-definition > div {
  position: relative;
}
.input-definition dt {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  top: -0.7em;
  left: 5px;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 2;
  transition: 0.2s ease;
  pointer-events: none;
  background-color: rgb(255, 255, 255);
}
.input-definition label {
  pointer-events: auto;
}
.input-definition dd {
  margin-left: 0;
}

.input-definition .input--select-wrap:hover::after {
  color: rgb(0, 0, 0);
}

.input-definition .input--select-wrap:hover:disabled::after {
  color: rgba(0, 0, 0, 0.3);
}

/* ------------------------------- */
.mp-form-footer {
  display: flex;
  justify-content: center;
}
.mp-form-footer .paging {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mp-form-footer .paging__item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.mp-form-footer .paging__item::before {
  content: none;
}

/* ---------------------------------------------------------------------- */
/* confirm */
/* ---------------------------------------------------------------------- */
.mp-confirm-table {
  display: block;
  width: 100%;
}
.mp-confirm-table tr {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mp-confirm-table th {
  display: block;
  width: 180px;
  padding: 10px 10px 0 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
  color: #999;
}
.mp-confirm-table td {
  display: block;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: 500;
}

.mp-status-preview {
  margin-bottom: 40px;
  padding: 20px 0;
}
.mp-status-preview .mp-confirm-table {
  font-weight: normal;
}
.mp-status-preview .mp-confirm-table th {
  font-weight: normal;
  font-size: 1.3rem;
  color: #555;
  width: 150px;
}
.mp-status-preview .mp-confirm-table td {
  font-weight: 300;
  font-size: 1.3rem;
  color: #555;
}
.mp-status-preview .mp-confirm-table .txt {
  display: block;
  margin-bottom: 0.5em;
}
.mp-status-preview .mp-confirm-table .btn {
  position: absolute;
  right: 0;
  top: 10px;
}

/* ============================================================================================== */
/* Layout - main / document transition                                                            */
/* ============================================================================================== */
/* Event
 * - .eraseStart
 * - .onloadstart
 * - .onloadajaxcontent
 * - .onready
 * - .onloadcomplete
 * Intro
 */
/* -------------------------------------------------- */
.-end-intro .eraseStart #async-container {
  animation: hideContents var(--erase-animation-time, 1s) cubic-bezier(0.17, 0.84, 0.44, 1) 1;
}
.-end-intro .onloadcomplete #async-container {
  animation: showContents var(--erase-animation-time, 1s) cubic-bezier(0.17, 0.84, 0.44, 1) 1;
  cursor: auto;
}
@keyframes hideContents {}
@keyframes showContents {}
/* -------------------------------------------------- */
.page-transition-cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  perspective: 1;
  opacity: 1;
  transition: none;
  color: var(--color-primary);
}
.page-transition-cover .indicator {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: auto;
  transition: 0.25s ease 0.5s;
  opacity: 1;
  z-index: 1000;
  animation: 0.5s steps(2) 0s infinite indicator_animation;
}
.page-transition-cover .image-mask-svg__elm {
  transition: 0.5s ease-out;
  transition-property: fill, stroke, opacity;
}
.page-transition-cover .image-mask-svg__elm.fill {
  fill: var(--color-bg);
}
.page-transition-cover .image-mask-svg__elm.line {
  stroke-width: 10;
  stroke: var(--color-main);
}
.page-transition-cover.-finish {
  transition: opacity 0.25s ease-out;
  pointer-events: none;
}
.page-transition-cover.-finish .image-mask-svg__elm {
  opacity: 0;
}
.page-transition-cover.-finish .indicator {
  opacity: 0;
}
.-end-intro .onloadcomplete ~ .page-transition-cover {
  cursor: auto;
}
.-end-intro .onloadcomplete ~ .page-transition-cover .indicator {
  opacity: 0;
  transition-delay: 0s;
  color: var(--color-primary);
}

@keyframes hidePage {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes showPage {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
/* ---------------------------------------------------------------------------------------------------- */
body {
  opacity: 0;
}

body.domContentLoaded {
  opacity: 1;
}

.first-transition-cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: var(--color-bg);
  color: var(--color-primary);
  z-index: 2000;
}
.-end-intro .first-transition-cover {
  transition: opacity 0.8s cubic-bezier(0.17, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}
.first-transition-cover .first-transition-cover__logo {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.first-transition-cover .first-transition-cover__logo svg {
  display: block;
  padding: 0;
  animation: 0.5s steps(1) 0s infinite indicator_animation;
}

@keyframes indicator_animation {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.Gf {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
  background-color: var(--color-primary);
}
.Gf__inner {
  padding-top: clamp(64px, 41.8461538462px + 6.1538461538vw, 160px);
  padding-inline: var(--docPadding);
  padding-block: clamp(50px, 38.4615384615px + 3.2051282051vw, 100px);
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  max-width: none;
  gap: 20px;
}
.Gf > * {
  margin: 0;
}
.Gf .Gf__projectName {
  background-color: var(--color-bg);
  display: inline-block;
}
.Gf .Gf__projectName .Gf-logo {
  margin: 0;
}
.Gf .Gf__projectName .Gf-logo .Gf-logo__anchor {
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
}
.Gf .Gf__projectName .Gf-logo .Gf-logo__anchor > * {
  margin: 0;
}
.Gf .Gf__projectName .Gf-logo .Gf-logo__anchor:hover {
  filter: brightness(1.1);
}
.Gf .Gf__projectName .Gf-logo .bunkacho-logo {
  width: 48px;
  display: inline-block;
}
.Gf .Gf__projectName .Gf-logo .type {
  font-size: clamp(0.75rem, 0.7211538462rem + 0.1282051282vw, 0.875rem);
  color: var(--color-sub);
  letter-spacing: -0.002rem;
  margin: 0;
}
.Gf .Gf__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.Gf .Gf__block > * {
  color: var(--color-bg);
  margin: 0;
}
.Gf .Gf__block p {
  font-size: clamp(0.6875rem, 0.6442307692rem + 0.1923076923vw, 0.875rem);
  line-height: 1.4;
}
.Gf .Gf__block .Gf__copyright {
  opacity: 0.8;
  font-size: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.8125rem);
}
/* topOfPage --------------------------------------- */
.topOfPage {
  opacity: 0;
  transition: 0.5s ease;
  position: fixed;
  bottom: 50px;
  right: var(--docPadding);
  z-index: 101;
  -webkit-transform: translateZ(0); /* Safariの描画を強制 */
  -webkit-backface-visibility: hidden;
}
.topOfPage__anchor {
  background-color: var(--color-main);
  border-radius: var(--borderradmin);
  padding: clamp(8px, 6.1538461538px + 0.5128205128vw, 16px);
  min-width: auto;
  min-height: auto;
}
.topOfPage__anchor .icon {
  fill: #fff;
  transform: rotate(-90deg);
  margin: 0 auto;
}
.topOfPage.-show {
  opacity: 1;
}
.topOfPage__anchor:hover {
  background-color: #fff;
}
.topOfPage__anchor:hover .icon {
  fill: var(--color-hover);
}
@media (min-width: 75em){
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: auto;
  }
  .t.-pcVt {
    writing-mode: vertical-rl;
  }
  [data-modal] {
    overflow-y: hidden;
    max-height: 100vh;
  }
  [data-modal].-showModal {
    overflow-y: auto;
  }
  .culturalContents,
  .relationExhibition {
    width: calc(100% - 100px);
  }
  .sectionContents {
    padding-bottom: 80px;
  }
  .more__ico {
    width: 32px;
    height: 32px;
  }
  .video-close {
    width: 80px;
    height: 80px;
  }
  .video-close:before, .video-close:after {
    width: 80px;
  }
  #modal-video iframe {
    width: 64vw;
    height: 36vw;
  }
  :root {
    --gh-height: 120px;
  }
  .Gh a {
    pointer-events: auto;
  }
  .Gh,
  .Gh.-show,
  .Gh.-hide {
    height: var(--gh-height);
  }
  .Gh--inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    transform: none;
    opacity: 1;
    overflow: hidden;
    z-index: 201;
    mix-blend-mode: normal;
    background-color: transparent;
  }
  .Gh--inner .Gh__nav {
    height: 100%;
    transition: 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
  }
  .Gh--inner .nav__bg {
    width: 150%;
    right: -75%;
    top: -150px;
  }
  .Gh--inner .pcSitemap {
    display: block;
    pointer-events: none;
  }
  .Gh--inner .pcSitemap-inner {
    box-sizing: border-box;
  }
  .pcSitemap li:before {
    display: none;
  }
  .pcSitemap-wrap {
    width: 100%;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 65vw;
    height: 110px;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: auto;
    pointer-events: auto;
  }
  .pcSitemap-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .pcSitemap .Sitemap-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 60px 60px 0;
    box-sizing: border-box;
  }
  .pcSitemap .Sitemap-header__anchor {
    display: inline-block;
  }
  .pcSitemap .Sitemap-header .site-name i {
    width: 200px;
  }
  .pcSitemap .SitemapList {
    display: flex;
    position: relative;
    gap: clamp(16px, 0px + 1.25vw, 24px);
  }
  .pcSitemap .SitemapList.main {
    font-weight: 500;
    margin: 0 0 0 0.5em;
    font-size: clamp(0.875rem, 0.8173076923rem + 0.2564102564vw, 1.125rem);
  }
  .pcSitemap .SitemapList.main .SitemapList__item {
    position: static;
    border: none;
    padding: 0;
  }
  .pcSitemap .SitemapList.main .SitemapList__item:first-child {
    padding-left: 0;
  }
  .pcSitemap .SitemapList.main .SitemapList__item .-hover .SitemapList__ttl__anchor::after {
    opacity: 1;
    width: 100%;
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor {
    position: relative;
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor:hover {
    color: var(--color-txt);
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    opacity: 0;
    background-color: var(--color-primary);
    transition-property: background, opacity, width;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .pcSitemap .SitemapList.main .SitemapList__ttl__anchor:hover:after {
    opacity: 1;
    width: 100%;
  }
  .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor {
    color: var(--color-txt);
  }
  .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor::after {
    opacity: 1;
    height: 1px;
    background-color: var(--color-txt);
    width: 100%;
  }
  .-show-dropdown .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor {
    color: inherit;
  }
  .Gh-wt.Gh-transparent .pcSitemap .SitemapList.main .current .SitemapList__ttl__anchor {
    color: currentColor;
  }
  .pcSitemap .SitemapList.sub {
    font-size: 1.2rem;
    margin-top: 40px;
    margin-right: 10px;
    display: flex;
    gap: 15px;
    position: relative;
    transition: 0.3s ease;
    opacity: 1;
    pointer-events: auto;
  }
  .pcSitemap .SitemapList.sub .SitemapList__item {
    justify-content: center;
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor {
    padding: 0;
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor:hover {
    color: var(--color-link);
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor .spNav {
    display: none;
  }
  .pcSitemap .SitemapList.sub .SitemapList__anchor img {
    display: inline-block;
  }
  .pcSitemap .SitemapList .SitemapChildList {
    display: none;
  }
  .pcSitemap .SitemapList.spExtra {
    display: none;
  }
  .scroll-down .pcSitemap .SitemapList.sub {
    opacity: 0;
    pointer-events: none;
  }
  .scroll-up .pcSitemap .SitemapList.sub {
    opacity: 1;
    pointer-events: auto;
  }
  .reserveLi.-spOnly {
    display: none;
  }
  .pcSpHeaderNav {
    opacity: 0;
  }
  .pcSpHeaderNav a {
    pointer-events: none;
  }
  .Gh.-show .Gh--inner {
    padding: 0;
    background: var(--color-bg);
  }
  .Gh.-show .Gh--inner .pcSitemap {
    opacity: 0;
    display: none;
  }
  .Gh.-show .Gh--inner .pcSitemap .SitemapList {
    gap: 20px;
  }
  .Gh.-show .Gh--inner .pcSitemap .SitemapList.sub {
    gap: 25px;
  }
  .Gh.-show .Gh--inner .pcSitemap .SitemapList a {
    pointer-events: auto;
  }
  .Gh.-show .Gh--inner .pcSpHeaderNav {
    opacity: 1;
  }
  .Gh.-show .Gh--inner .pcSpHeaderNav a {
    pointer-events: auto;
  }
  .Gh.-hide .Gh--inner {
    display: block;
  }
  .Gh.-hide .Gh--inner .pcSpHeaderNav {
    opacity: 0;
    padding: 0;
  }
  .site-subheader {
    position: absolute;
    padding: 0 calc(60px + env(safe-area-inset-left));
  }
  .site-subheader__anchor {
    top: 40px;
    left: 60px;
  }
  .Gh-wt.Gh-transparent.scroll-y-start:not(.-show-sitemap) .logo-wrap {
    color: #fff;
  }
  .site-subheader__menu {
    display: none;
  }
  .author-logo {
    right: calc(60px + env(safe-area-inset-left));
  }
  .Gh .sitemap-button {
    position: fixed;
    top: 10px;
    right: 10px;
    left: auto;
    z-index: 202;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
  }
  .Gh .sitemap-button {
    top: 25px;
    right: 25px;
  }
  .Gh .sitemap-button button {
    color: currentColor;
  }
  .Gh__nav-inner {
    display: flex;
    justify-content: flex-end;
  }
  .g-nav {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .g-nav .g-nav__list.main {
    order: 1;
    width: 70vw;
  }
  .g-nav .g-nav__list.sub {
    order: 2;
  }
  .g-nav .g-nav__list.sub .g-nav__anchor.reserve__anchor .lbl {
    font-size: 24px;
  }
  .g-nav .Sitemap-header {
    order: 0;
    padding: 60px;
  }
  .g-nav .Sitemap-header__anchor {
    width: auto;
    display: inline-block;
  }
  .g-nav .Sitemap-header .site-name i {
    width: 200px;
  }
  .g-nav .Sitemap__other {
    position: absolute;
    order: none;
    right: 0;
    left: auto;
    bottom: 0;
    line-height: 2;
    padding: 5px 60px;
    margin-bottom: 60px;
  }
  .g-nav .Sitemap__other a {
    text-decoration: none;
  }
  .g-nav .Sitemap__other .Sitemap__small {
    margin-top: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  @keyframes childNavDisp {
    0% {
      opacity: 0;
      transform: translateY(5px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .g-nav__list {
    list-style: none;
    margin: 0;
    padding: 0 60px;
    box-sizing: border-box;
  }
  .g-nav__list .g-nav__li {
    margin-bottom: 0;
    width: 100%;
    padding: 5px 0;
    font-size: clamp(1.25rem, 1.1057692308rem + 0.641025641vw, 1.875rem);
    line-height: 1.4;
  }
  .g-nav__list .g-nav__li.has-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .g-nav__list .g-nav__li.has-child .g-nav__child__li {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.5s ease;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    /*animation: childNavDisp linear .3s forwards;*/
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:first-child {
    transition-delay: 0s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(3) {
    transition-delay: 0.2s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(4) {
    transition-delay: 0.3s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(5) {
    transition-delay: 0.4s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(6) {
    transition-delay: 0.5s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(7) {
    transition-delay: 0.6s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(8) {
    transition-delay: 0.7s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(9) {
    transition-delay: 0.8s;
  }
  .g-nav__list .g-nav__li.has-child.-hover .g-nav__child__li:nth-child(10) {
    transition-delay: 0.9s;
  }
  .g-nav__list .g-nav__li.current {
    background-color: transparent;
  }
  .g-nav__list .g-nav__li.current::before {
    content: none;
  }
  .g-nav__list a {
    text-decoration: none;
  }
  .g-nav__list.main {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding-top: 0;
  }
  .g-nav__list.main .g-nav__anchor {
    width: auto;
  }
  .g-nav__list.sub {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px auto 60px 0;
  }
  .g-nav__list.sub .g-nav__subLi {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-right: 30px;
    padding-right: 0;
  }
  .g-nav__list.sub .g-nav__subLi:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .g-nav__list.sub .g-nav__subLi:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .g-nav__list.sub .g-nav__subLi::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .g-nav__list.sub .g-nav__subLi:last-child::after {
    content: none;
  }
  .g-nav__list.sub .g-nav__anchor {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
  }
  .g-nav__li .ui-accordion--contents {
    height: auto !important;
  }
  .g-nav__child__ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 1em;
    box-sizing: border-box;
    gap: 5px;
    /*display: grid;
    width: calc(100% - 10em);
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .g-nav__child__li {
    width: auto;
    padding-left: 1.5em;
  }
  .g-nav__child__li:first-child {
    padding-left: 0;
  }
  .g-nav__child__li::before {
    content: none;
  }
  .g-nav__child__anchor {
    display: inline-block;
    color: var(--color-txt-weak);
    font-size: 95%;
    line-height: 1.6;
    margin: 5px 0;
  }
  .g-nav__child__anchor .icon {
    display: none;
  }
  .uia--hide .ui-accordion--contents {
    opacity: 1;
  }
  .Gh-wt.scroll-y-start.Gh-transparent .Gh {
    color: var(--color-main);
  }
  .Gh-wt.scroll-y-start .site-subheader__anchor {
    color: currentColor;
  }
  .Gh-transparent.scroll-y-start .site-subheader {
    background-color: transparent;
  }
  .Gf {
    flex-direction: row;
    justify-content: space-between;
  }
  .Gf__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .Gf .Gf__block {
    text-align: right;
  }
  .Gf .Gf__projectName .Gf-logo .bunkacho-logo {
    width: 64px;
  }
  .topOfPage {
    bottom: var(--docPadding);
  }
}
@media (min-width: 61.25em){
  br.sp {
    display: none;
  }
  br.tb {
    display: inline-block;
  }
  br.pc {
    display: none;
  }
  .table__item {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 30px;
  }
  .table__lbl {
    width: auto;
    grid-row: 1;
    grid-column: 1/span 2;
  }
  .table__des {
    grid-row: 1;
    grid-column: 3/-1;
  }
  .defTable__item {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 30px;
  }
  .defTable__lbl {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  .modal-scroll-container__inner {
    padding: 40px 0;
  }
  [data-modal-close] {
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 80em){
  br.sp {
    display: none !important;
  }
  br.tb {
    display: none !important;
  }
  br.pc {
    display: inline-block !important;
  }
  .sectionContents {
    gap: 4vw;
    padding-block: 120px;
  }
  .sectionHeader {
    position: sticky;
    z-index: 2;
    top: 120px;
    width: calc(40% - 4vw);
    text-align: left;
  }
  .sectionBody {
    width: 60%;
  }
  .sectionInner__txt:first-child {
    margin-top: 0;
  }
}
@media (min-width: 46.25em){
  .defTable__des {
    grid-row: 1;
    grid-column: 3/-1;
  }
  .modal-scroll-container__inner {
    padding: 60px 0;
  }
  #modal-video iframe {
    width: 85vw;
    height: 47vw;
  }
  .site-subheader__menuitem {
    margin-left: 30px;
  }
  .g-nav__list.main {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px 0;
  }
  .g-nav__child__ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .g-nav__child__li {
    width: 50%;
  }
}
@media screen and (max-height: 414px) and (max-width: 896px) and (orientation: landscape){
  [data-modal] {
    max-height: 100lvh;
  }
}
@media (min-width: 90em){
  .modal-scroll-container__outer {
    max-width: 2000px;
  }
  .culturalContents,
  .relationExhibition {
    width: calc(100% - 200px);
  }
}
