@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
.splide__slide--has-video{cursor:pointer}
.splide__slide--has-video:hover .splide__video__play{opacity:1}
.splide__slide__container--has-video{cursor:pointer;position:relative}
.splide__slide__container--has-video:hover .splide__video__play{opacity:1}
.splide__video{height:100%;left:0;position:absolute;top:0;width:100%}
.splide__video__wrapper{background:#000;height:inherit;width:inherit}
.splide__video__wrapper div,.splide__video__wrapper iframe,.splide__video__wrapper video{height:100%;width:100%}
.splide__video__play{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;left:50%;opacity:.7;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .1s linear;width:40px}
.splide__video__play:after{border-color:transparent transparent transparent #000;border-style:solid;border-width:9px 0 9px 17px;content:"";display:inline-block;margin-left:4px}
:root {
  --mh--breakpoint--min: 375px;
  --mh--breakpoint--sm: 640px;
  --mh--breakpoint--md: 768px;
  --mh--breakpoint--lg: 1100px;
  --mh--breakpoint--xl: 1280px;
}
:root {
  --mh--font-family--base: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", meiryo, sans-serif;
  --mh--font-family--en: "Smooch Sans", sans-serif;
}
html body {
  --mh--font-size--x4s: 1rem;
  --mh--font-size--x3s: 1.1rem;
  --mh--font-size--x2s: 1.1rem;
  --mh--font-size--xs: 1.2rem;
  --mh--font-size--sm: 1.3rem;
  --mh--font-size--md: 1.4rem;
  --mh--font-size--lg: 1.5rem;
  --mh--font-size--xl: 1.6rem;
  --mh--font-size--x2l: 1.7rem;
  --mh--font-size--x3l: 1.8rem;
  --mh--font-size--x4l: 2rem;
  --mh--font-size--x5l: 2.1rem;
  --mh--font-size--x6l: 2.2rem;
  --mh--font-size--x7l: 2.4rem;
  --mh--font-size--x8l: 2.6rem;
  --mh--font-size--x9l: 2.8rem;
  --mh--font-size--x10l: 2.9rem;
  --mh--font-size--x11l: 3.2rem;
  --mh--font-size--x12l: 3.4rem;
  --mh--font-size--x13l: 3.6rem;
}
@media (min-width: 768px) {
  html body {
    --mh--font-size--x4s: 1rem;
    --mh--font-size--x3s: 1.1rem;
    --mh--font-size--x2s: 1.2rem;
    --mh--font-size--xs: 1.4rem;
    --mh--font-size--sm: 1.5rem;
    --mh--font-size--md: 1.6rem;
    --mh--font-size--lg: 1.8rem;
    --mh--font-size--xl: 2rem;
    --mh--font-size--x2l: 2.3rem;
    --mh--font-size--x3l: 2.6rem;
    --mh--font-size--x4l: 2.9rem;
    --mh--font-size--x5l: 3.3rem;
    --mh--font-size--x6l: 3.7rem;
    --mh--font-size--x7l: 4.2rem;
    --mh--font-size--x8l: 4.7rem;
    --mh--font-size--x9l: 5.3rem;
    --mh--font-size--x10l: 6rem;
    --mh--font-size--x11l: 6.8rem;
    --mh--font-size--x12l: 7.7rem;
    --mh--font-size--x13l: 8.7rem;
  }
}
:root {
  --mh--letter-spacing--md: 0.02em;
  --mh--letter-spacing--lg: 0.05em;
}
:root {
  --mh--line-height--none: 1;
  --mh--line-height--xs: 1.1;
  --mh--line-height--sm: 1.4;
  --mh--line-height--md: 1.9;
  --mh--line-height--lg: 2;
}
:root {
  --mh--header--height: 54px;
  --chonin-a-header-height: 0;
}
@media (min-width: 768px) {
  :root {
    --mh--header--height: 116px;
    --chonin-a-header-height: 70px;
  }
}
:root {
  --mh--sidebar--width: clamp(300px, 18.22916vw, 350px);
  --mh--pagenav--width: 230px;
}
:root {
  --mh--contents--small-width: 800px;
  --mh--contents--width: 1100px;
  --mh--contents--midium-width: 1260px;
  --mh--contents--wide-width: 1400px;
  --mh--contents--wider-width: 1840px;
  --mh--contents--padding--side: 20px;
  --mh--contents--width-with-padding: calc( var(--mh--contents--width) + var(--mh--contents--padding--side) * 2 );
  --mh--contents--wide-width-with-padding: calc( var(--mh--contents--wide-width) + var(--mh--contents--padding--side) * 2 );
  --mh--contents--wider-width-with-padding: calc( var(--mh--contents--wider-width) + var(--mh--contents--padding--side) * 2 );
  --mh--contents--small-width-with-padding: calc( var(--mh--contents--small-width) + var(--mh--contents--padding--side) * 2 );
  --mh--contents--midium-width-with-padding: calc( var(--mh--contents--midium-width) + var(--mh--contents--padding--side) * 2 );
}
@media (min-width: 768px) {
  :root {
    --mh--contents--padding--side: 40px;
  }
}
html body {
  --mh--color--primary-100: rgb(242, 244, 245);
  --mh--color--primary-200: rgb(214, 234, 248);
  --mh--color--primary-400: rgb(19, 135, 219);
  --mh--color--primary-500: rgb(0, 108, 186);
  --mh--color--secondary-500: rgb(85, 176, 121);
  --mh--color--grayscale-100: rgba(255, 255, 255, 0.4);
  --mh--color--grayscale-200: rgb(255, 255, 255);
  --mh--color--grayscale-300: rgb(245, 245, 245);
  --mh--color--grayscale-400: rgb(230, 230, 230);
  --mh--color--grayscale-500: rgba(0, 0, 0, 0.15);
  --mh--color--grayscale-600: rgb(148, 148, 148);
  --mh--color--grayscale-700: rgb(84, 84, 84);
  --mh--color--grayscale-900: rgb(0, 0, 0);
  --mh--color--error-500: rgb(255, 0, 0);
  --mh--color--category-yellow01-500: rgb(255, 183, 44);
  --mh--color--category-pink01-500: rgb(255, 155, 155);
  --mh--gradient01: linear-gradient(270deg, rgb(186, 186, 186) 0%, rgba(22, 87, 91, 0) 100%);
}
:root {
  --mh--easing: ease;
  --mh--duration: 0.3s;
}
:root {
  --mh--space--x2s: 15px;
  --mh--space--xs: 15px;
  --mh--space--sm: 20px;
  --mh--space--md: 20px;
  --mh--space--lg: 25px;
  --mh--space--xl: 30px;
  --mh--space--x2l: 35px;
  --mh--space--x3l: 40px;
}
@media (min-width: 768px) {
  :root {
    --mh--space--x2s: 10px;
    --mh--space--xs: 20px;
    --mh--space--sm: 30px;
    --mh--space--md: 40px;
    --mh--space--lg: 50px;
    --mh--space--xl: 60px;
    --mh--space--x2l: 70px;
    --mh--space--x3l: 80px;
  }
}
:root {
  --mh--padding--xs: 20px;
  --mh--padding--sm: 20px;
  --mh--padding--md: 30px;
  --mh--padding--lg: 30px;
  --mh--padding--xl: 30px;
}
@media (min-width: 768px) {
  :root {
    --mh--padding--xs: 20px;
    --mh--padding--sm: 30px;
    --mh--padding--md: 40px;
    --mh--padding--lg: 50px;
    --mh--padding--xl: 60px;
  }
}
:root {
  --mh--aspect-ratio_01: 2.55 / 1;
  --mh--aspect-ratio_02: 16 / 9;
  --mh--aspect-ratio_03: 1 / 1.42;
  --mh--aspect-ratio_04: 1 / 1;
  --mh--aspect-ratio_05: 4 / 3;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
*::before, *::after {
  box-sizing: border-box;
}
* :focus-visible {
  outline: 2px solid;
}
html {
  block-size: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
  min-block-size: 100%;
}
img,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
svg,
video {
  max-inline-size: 100%;
  block-size: auto;
}
svg {
  fill: currentcolor;
  stroke: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
}
ul,
ol {
  list-style: none;
}
a[class] {
  text-decoration: none;
}
input,
select {
  appearance: none;
}
input,
button,
textarea,
select,
input[type=file]::-webkit-file-upload-button {
  font: inherit;
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
}
a[href],
area,
button,
input,
label[for],
select,
summary,
textarea,
[tabindex]:not([tabindex*="-"]) {
  touch-action: manipulation;
  cursor: pointer;
}
input[type=file] {
  cursor: auto;
}
button,
button[type],
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button,
input[type=file]::file-selector-button {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button[disabled],
button[type][disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=reset][disabled] {
  cursor: not-allowed;
}
/* 02_base
================================================ */
html:not([class=is-no-smoothscroll]) {
  scroll-behavior: smooth;
  scroll-padding-top: var(--chonin-a-header-height);
}
body {
  min-width: 320px;
  font-family: var(--mh--font-family--base);
  font-size: var(--mh--font-size--md);
  line-height: var(--mh--line-height--md);
  color: var(--mh--color--grayscale-900);
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    min-width: var(--mh--contents--width-with-padding);
  }
}
@media (min-width: 768px) and (hover: none) {
  body {
    -webkit-text-size-adjust: none;
  }
}
* {
  letter-spacing: var(--mh--letter-spacing--md);
}
ins {
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
sup {
  font-size: 0.75em;
  vertical-align: text-top;
}
sub {
  font-size: 0.75em;
  vertical-align: text-bottom;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
a {
  color: inherit;
}
@media (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select,
option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  background: none;
  border: 1px solid;
  border-radius: 0;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  button,
  select,
  option {
    font-size: 1.6rem;
  }
}
summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.l-wrapper {
  position: relative;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 1100px) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--mh--sidebar--width) 1fr;
    gap: 20px;
    width: var(--mh--contents--width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
  }
}
/* .c-search-head01
================================================ */
.c-search-head01 {
  line-height: var(--mh--line-height--sm);
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--mh--color--grayscale-600);
}
.c-search-head01__head {
  margin-bottom: 10px;
  font-size: var(--mh--font-size--x5l);
  font-weight: 700;
}
.c-search-head01__head .is-sub {
  font-size: var(--mh--font-size--xl);
}
.c-search-head01__result {
  margin: 0 0 10px auto;
  font-weight: 700;
  text-align: right;
}
.c-search-head01__result .is-num {
  margin-inline: 4px;
  color: var(--mh--color--primary-500);
  font-size: var(--mh--font-size--x7l);
}
@media (max-width: 767px) {
  .c-search-head01:not(:has(.is-sub)) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .c-search-head01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-bottom: 8px;
  }
}
/* .c-simple-head
================================================== */
/* .c-under-border-head
================================================== */
/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: middle;
}
/* .c-ico.is-arw01
================================================== */
.c-ico.is-arw01::after {
  display: block;
  width: 13px;
  height: 13px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2013%22%3E%0A%3Cpath%20fill%3D%22%23949494%22%20d%3D%22m7.38%2012-1.304-1.303%203.31-3.311H0V5.58h9.387L6.076%202.269%207.379.966l5.518%205.517L7.379%2012Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2213%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2013%22%3E%0A%3Cpath%20fill%3D%22%23949494%22%20d%3D%22m7.38%2012-1.304-1.303%203.31-3.311H0V5.58h9.387L6.076%202.269%207.379.966l5.518%205.517L7.379%2012Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/* .c-ico.is-blank01
================================================== */
.c-ico.is-blank01::after {
  display: block;
  width: 13px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2014%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23949494%22%20d%3D%22M5%20.5H0v13h13v-5h-2v3H2v-9h3v-2Zm2%200v2h2.59L4.3%207.79%205.71%209.2%2011%203.91V6.5h2v-6H7Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20.5h13v13H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2014%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23949494%22%20d%3D%22M5%20.5H0v13h13v-5h-2v3H2v-9h3v-2Zm2%200v2h2.59L4.3%207.79%205.71%209.2%2011%203.91V6.5h2v-6H7Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20.5h13v13H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/* .c-ico.is-search01
================================================== */
.c-ico.is-search01::after {
  display: block;
  width: 18px;
  height: 18px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.862%201.961c-2.71%200-4.9%202.189-4.9%204.882-.001%202.694%202.19%204.883%204.9%204.883%202.71%200%204.902-2.19%204.902-4.883S9.572%201.961%206.862%201.961ZM16.612%2018l-5.655-5.664a6.846%206.846%200%200%201-4.095%201.351C3.075%2013.687%200%2010.627%200%206.844S3.075%200%206.862%200s6.863%203.06%206.863%206.844a6.8%206.8%200%200%201-1.376%204.111L18%2016.615%2016.612%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.862%201.961c-2.71%200-4.9%202.189-4.9%204.882-.001%202.694%202.19%204.883%204.9%204.883%202.71%200%204.902-2.19%204.902-4.883S9.572%201.961%206.862%201.961ZM16.612%2018l-5.655-5.664a6.846%206.846%200%200%201-4.095%201.351C3.075%2013.687%200%2010.627%200%206.844S3.075%200%206.862%200s6.863%203.06%206.863%206.844a6.8%206.8%200%200%201-1.376%204.111L18%2016.615%2016.612%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h18v18H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/* .c-ico.is-pdf01
================================================== */
.c-ico.is-pdf01::after {
  display: block;
  width: 19px;
  height: 20px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2019%2020%22%3E%0A%3Cpath%20fill%3D%22%23545454%22%20d%3D%22M18%2019.5H2v-5.02h2v3.02h12v-15H4v2.02H2V.5h16v19Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23545454%22%20d%3D%22M0%206.515h2.337c.421%200%20.788.085%201.1.265.31.17.549.418.714.725.165.307.247.674.247%201.084%200%20.41-.082.777-.256%201.084a1.789%201.789%200%200%201-.733.717c-.312.17-.688.256-1.127.256H.852V9.511h1.191c.211%200%20.376-.034.523-.111a.788.788%200%200%200%20.32-.316.995.995%200%200%200%20.11-.478.995.995%200%200%200-.11-.478.736.736%200%200%200-.32-.316%201.049%201.049%200%200%200-.513-.11h-.679v4.813H0v-6Zm7.431%205.975H5.333V6.514h2.09c.576%200%201.071.12%201.493.359.421.239.742.58.962%201.024.22.444.339.981.339%201.596%200%20.614-.11%201.16-.34%201.604a2.395%202.395%200%200%201-.961%201.024c-.422.24-.917.359-1.494.359l.01.008Zm-.724-1.23h.67c.32%200%20.586-.06.806-.17.22-.111.385-.299.504-.555.11-.256.174-.597.174-1.033%200-.435-.055-.776-.174-1.024a1.079%201.079%200%200%200-.504-.555c-.22-.11-.495-.17-.825-.17h-.65v3.516-.008Zm4.426%201.23V6.514H15v1.17h-2.502v1.228h2.255v1.178h-2.255v2.399h-1.365Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2019%2020%22%3E%0A%3Cpath%20fill%3D%22%23545454%22%20d%3D%22M18%2019.5H2v-5.02h2v3.02h12v-15H4v2.02H2V.5h16v19Z%22%2F%3E%0A%3Cpath%20fill%3D%22%23545454%22%20d%3D%22M0%206.515h2.337c.421%200%20.788.085%201.1.265.31.17.549.418.714.725.165.307.247.674.247%201.084%200%20.41-.082.777-.256%201.084a1.789%201.789%200%200%201-.733.717c-.312.17-.688.256-1.127.256H.852V9.511h1.191c.211%200%20.376-.034.523-.111a.788.788%200%200%200%20.32-.316.995.995%200%200%200%20.11-.478.995.995%200%200%200-.11-.478.736.736%200%200%200-.32-.316%201.049%201.049%200%200%200-.513-.11h-.679v4.813H0v-6Zm7.431%205.975H5.333V6.514h2.09c.576%200%201.071.12%201.493.359.421.239.742.58.962%201.024.22.444.339.981.339%201.596%200%20.614-.11%201.16-.34%201.604a2.395%202.395%200%200%201-.961%201.024c-.422.24-.917.359-1.494.359l.01.008Zm-.724-1.23h.67c.32%200%20.586-.06.806-.17.22-.111.385-.299.504-.555.11-.256.174-.597.174-1.033%200-.435-.055-.776-.174-1.024a1.079%201.079%200%200%200-.504-.555c-.22-.11-.495-.17-.825-.17h-.65v3.516-.008Zm4.426%201.23V6.514H15v1.17h-2.502v1.228h2.255v1.178h-2.255v2.399h-1.365Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
/* .c-search01-sec
================================================ */
.c-search01-sec {
  position: relative;
  padding-block: 50px 20px;
  z-index: 1;
}
.c-search01-sec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/c-search/bg_search01_sp.png) no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.c-search01-sec__bg-deco {
  position: absolute;
  pointer-events: none;
}
.c-search01-sec__bg-deco img {
  width: 100%;
}
.c-search01-sec__bg-deco.is-item02 {
  top: -2%;
  left: 36.5%;
  width: 132px;
}
.c-search01-sec__content {
  position: relative;
}
.c-search01-sec__content-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.c-search01-sec__content-deco.is-item01 {
  top: -65px;
  right: 4px;
  width: 92px;
}
.c-search01-sec__content-deco.is-item02 {
  top: 21px;
  right: 84px;
  width: 69px;
}
@media (max-width: 767px) {
  .c-search01-sec .c-search01-sec__inner {
    padding-inline: 10px;
  }
}
@media (max-width: 374px) {
  .c-search01-sec__content-deco.is-item02 {
    right: 44px;
  }
}
@media (min-width: 768px) {
  .c-search01-sec {
    padding-block: clamp(80px, 5.20833vw, 100px);
  }
  .c-search01-sec__bg {
    background-image: url(../img/common/c-search/bg_search01_pc.png);
  }
  .c-search01-sec__bg-deco.is-item01 {
    bottom: -14%;
    left: 3.8%;
    width: 233px;
  }
  .c-search01-sec__bg-deco.is-item02 {
    top: -3%;
    left: auto;
    right: 2.8%;
    width: 176px;
  }
  .c-search01-sec__content-deco.is-item01 {
    top: -80px;
    right: 33px;
    width: 138px;
  }
  .c-search01-sec__content-deco.is-item02 {
    top: auto;
    right: auto;
    left: 50px;
    bottom: -47px;
    width: 133px;
  }
}
/* .c-search01
================================================ */
.c-search01 {
  display: grid;
  gap: 20px 0;
  padding: 20px;
  background-color: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-200);
}
.c-search01__header {
  line-height: var(--mh--line-height--sm);
  padding-bottom: 16px;
}
.c-search01__header-bubble {
  position: relative;
  width: fit-content;
  margin-bottom: 9px;
  padding: 0 4px 1px;
  border: 1px solid;
  font-size: var(--mh--font-size--xs);
  font-weight: 700;
}
.c-search01__header-bubble:before, .c-search01__header-bubble:after {
  content: "";
  position: absolute;
  top: 100%;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: var(--mh--color--grayscale-200) transparent transparent transparent;
  border-width: 10px 10px 0px 0px;
}
.c-search01__header-bubble:after {
  top: calc(100% - 1px);
  left: 0;
  border-color: var(--mh--color--grayscale-900) transparent transparent transparent;
  border-width: 9px 9px 0px 0px;
}
.c-search01__header-head {
  font-size: var(--mh--font-size--x4l);
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-search01__header {
    border-bottom: 1px solid var(--mh--color--grayscale-100);
  }
}
@media (min-width: 768px) {
  .c-search01 {
    grid-template-columns: clamp(220px, 12.86458vw, 247px) 1fr;
    gap: 0 clamp(34px, 3.125vw, 60px);
    padding: 60px;
  }
  .c-search01__header {
    padding-bottom: 0;
    border-right: 1px solid var(--mh--color--grayscale-100);
  }
  .c-search01__header-bubble {
    padding: 2px 10px 1px;
  }
}
/* .c-search02
================================================ */
.c-search02 {
  position: relative;
  border: 5px solid var(--mh--color--primary-500);
  background-color: var(--mh--color--grayscale-200);
}
.c-search02__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: -5px;
  left: -5px;
  width: fit-content;
  min-height: 31px;
  padding: 0 20px 0 10px;
  background-color: var(--mh--color--primary-500);
  color: var(--mh--color--grayscale-200);
  font-size: var(--mh--font-size--xl);
  font-weight: 700;
  z-index: 1;
}
.c-search02__head:after {
  display: block;
  width: 20px;
  height: 20px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2020V0h20L0%2020Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2020V0h20L0%2020Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 31px;
  height: 31px;
  color: var(--mh--color--primary-500);
}
.c-search02__head-ico {
  margin-right: 10px;
}
.c-search02__content {
  padding: 44px 15px 15px;
}
.c-search02__sub {
  line-height: var(--mh--line-height--sm);
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .c-search02 {
    border-width: 10px;
  }
  .c-search02__head {
    top: -10px;
    left: -10px;
    min-height: 38px;
    padding: 0 20px 0 10px;
  }
  .c-search02__head:after {
    width: 38px;
    height: 38px;
  }
  .c-search02__content {
    padding: 55px 70px 30px;
  }
  .c-search02__sub {
    margin-bottom: 14px;
  }
}
/* .l-footer
================================================ */
.l-footer {
  position: relative;
  padding-block: 25px 40px;
  background-color: var(--mh--color--grayscale-900);
  color: var(--mh--color--grayscale-200);
}
@media (min-width: 768px) {
  .l-footer {
    padding-block: 28px 60px;
  }
}
/* .l-footer-nav
================================================ */
.l-footer-nav {
  line-height: var(--mh--line-height--sm);
  display: grid;
  align-items: flex-start;
  gap: 0 30px;
  grid-template-columns: 1fr 26px;
}
.l-footer-nav__list-item-txt {
  position: relative;
  display: block;
  padding: 15px 30px 15px 0;
  font-size: var(--mh--font-size--sm);
  font-weight: 700;
}
.l-footer-nav__list-item-txt-ico {
  color: var(--mh--color--grayscale-600);
}
.l-footer-nav__sns {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .l-footer-nav__list-item-txt {
    border-bottom: 1px solid var(--mh--color--grayscale-100);
  }
  .l-footer-nav__list-item-txt .l-footer-nav__list-item-txt-ico {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .l-footer-nav__sns-item + .l-footer-nav__sns-item {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .l-footer-nav {
    align-items: center;
    grid-template-columns: 1fr 100px;
  }
  .l-footer-nav__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-inline: -30px;
  }
  .l-footer-nav__list-item {
    position: relative;
  }
  .l-footer-nav__list-item:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    margin: 2px 0;
    background-color: var(--mh--color--grayscale-100);
  }
  .l-footer-nav__list-item-txt {
    padding: 5px 30px;
  }
  .l-footer-nav__list-item-txt-ico {
    margin: -4px 0 0 10px;
  }
  .l-footer-nav__sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -7.5px -15px;
  }
  .l-footer-nav__sns-item {
    width: 26px;
    margin: 0 7.5px 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__list-item-txt {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-nav__list-item-txt-ico {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-nav__list-item-txt:hover {
    color: var(--mh--color--primary-400);
  }
  .l-footer-nav__list-item-txt:hover .l-footer-nav__list-item-txt-ico {
    color: var(--mh--color--primary-400);
  }
}
/* .l-footer-bnr
================================================ */
.l-footer-bnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
  margin-top: 30px;
}
.l-footer-bnr__item-link {
  position: relative;
}
.l-footer-bnr__item-link[target=_blank]:after {
  display: block;
  width: 13px;
  height: 14px;
  color: currentColor;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2014%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23949494%22%20d%3D%22M5%20.5H0v13h13v-5h-2v3H2v-9h3v-2Zm2%200v2h2.59L4.3%207.79%205.71%209.2%2011%203.91V6.5h2v-6H7Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20.5h13v13H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2214%22%20fill%3D%22none%22%20viewBox%3D%220%200%2013%2014%22%3E%0A%3Cg%20clip-path%3D%22url(%23a)%22%3E%0A%3Cpath%20fill%3D%22%23949494%22%20d%3D%22M5%20.5H0v13h13v-5h-2v3H2v-9h3v-2Zm2%200v2h2.59L4.3%207.79%205.71%209.2%2011%203.91V6.5h2v-6H7Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22a%22%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20.5h13v13H0z%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 10px;
  height: 11px;
  color: var(--mh--color--grayscale-700);
}
.l-footer-bnr__item img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-footer-bnr {
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-top: 25px;
    padding: 30px 8.8% 0 0;
    border-top: 1px solid var(--mh--color--grayscale-100);
  }
  .l-footer-bnr__item-link[target=_blank]:after {
    right: 5px;
    bottom: 5px;
    width: 13px;
    height: 14px;
  }
}
/* .l-footer-info
================================================ */
.l-footer-info {
  line-height: var(--mh--line-height--sm);
  margin-top: 20px;
}
.l-footer-info__mark {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 72px 1fr;
  gap: 15px;
  font-size: var(--mh--font-size--x4s);
}
.l-footer-info__logo {
  max-width: 257px;
  width: 100%;
  margin: 40px auto 0;
}
.l-footer-info__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.l-footer-info__nav-item-txt {
  display: inline-block;
  padding: 5px;
  font-size: var(--mh--font-size--x2s);
}
.l-footer-info__cr {
  margin-top: 3px;
  color: var(--mh--color--grayscale-600);
  font-size: var(--mh--font-size--xs);
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer-info {
    display: grid;
    align-items: center;
    grid-template: "mark logo" auto "nav cr" auto/1fr 338px;
    margin-top: 80px;
  }
  .l-footer-info__mark {
    grid-area: mark;
    max-width: 395px;
    width: 100%;
  }
  .l-footer-info__logo {
    grid-area: logo;
    max-width: 338px;
    margin: 0 0 0 auto;
  }
  .l-footer-info__nav {
    grid-area: nav;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .l-footer-info__cr {
    grid-area: cr;
    margin: 15px 0 0 auto;
    text-align: right;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-info__nav-item-txt {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-footer-info__nav-item a.l-footer-info__nav-item-txt:hover {
    color: var(--mh--color--primary-400);
  }
}
/* .l-header
================================================ */
.l-header {
  /*position: fixed;
  top: 0;
  left: 0;
  z-index: 100;*/
  width: 100%;
  min-width: 320px;
  color: var(--mh--color--grayscale-200);
}
@media (min-width: 768px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: var(--mh--contents--width-with-padding);
    height: var(--mh--header--height);
    padding-inline: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background-color: var(--mh--color--grayscale-900);
    transition: background-color var(--mh--duration) var(--mh--easing), border-color var(--mh--duration) var(--mh--easing);
  }
}
@media (min-width: 768px) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}
/* .l-header
/* PC時：スペシャルモードがオンかつ、FV時にヘッダー背景を透明に＆下線を追加
================================================ */
@media (min-width: 768px) {
  .l-header:has([data-btn-mode=special].is-active):not(.is-fixed) {
    border-color: var(--mh--color--grayscale-100);
    background-color: rgba(255, 255, 255, 0);
  }
}
/* .l-header
/* PC時：TOP以外でモード切替ボタンがない場合、検索を右に詰める
================================================ */
@media (min-width: 768px) {
  .l-header:not(:has(.l-header-mode)) .l-header-search__content {
    right: 40px;
  }
}
/* .l-header-info
================================================ */
.l-header-info__logo {
  position: relative;
  z-index: 9999;
}
.l-header-info__logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .l-header-info {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr var(--mh--header--height) var(--mh--header--height);
    height: var(--mh--header--height);
    background-color: var(--mh--color--grayscale-900);
  }
  .l-header-info__logo {
    max-width: 200px;
    width: 100%;
    margin-inline: 10px;
  }
}
@media (min-width: 768px) {
  .l-header-info {
    max-width: 342px;
    width: 100%;
  }
}
/* .l-header-search
================================================ */
.l-header-search__btn {
  position: relative;
  display: block;
  min-height: 54px;
  padding: 0;
  border: 0;
  z-index: 9999;
}
.l-header-search__btn:before, .l-header-search__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--mh--color--grayscale-200);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--mh--duration) var(--mh--easing), visibility var(--mh--duration) var(--mh--easing);
}
.l-header-search__btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header-search__btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header-search__btn-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity var(--mh--duration) var(--mh--easing), visibility var(--mh--duration) var(--mh--easing);
}
.l-header-search__btn.is-active {
  background: none;
}
.l-header-search__btn.is-active:before, .l-header-search__btn.is-active:after {
  opacity: 1;
  visibility: visible;
}
.l-header-search__btn.is-active .l-header-search__btn-ico {
  opacity: 0;
  visibility: hidden;
}
.l-header-search__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--mh--color--grayscale-900);
}
.l-header-search__input {
  line-height: var(--mh--line-height--sm);
  position: relative;
  z-index: 1;
}
.l-header-search__input input[type=text] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 5px 50px 5px 12px;
  border: 0;
  outline: none !important;
  background-color: var(--mh--color--grayscale-200);
}
.l-header-search__input input[type=text]::placeholder {
  color: var(--mh--color--grayscale-600);
}
.l-header-search__input-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  z-index: 1;
}
.l-header-search__input-btn .l-header-search__input-btn-ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header-search__input-btn .l-header-search__input-btn-ico:after {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .l-header-search__content {
    padding: calc(var(--mh--header--height) + 10px) 20px 20px;
    background-color: var(--mh--color--grayscale-900);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing), visibility var(--mh--duration) var(--mh--easing);
    z-index: 9998;
  }
  .l-header-search__content.is-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .l-header-search__content {
    top: 20px;
    left: auto;
    right: 197px;
    width: 500px;
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .l-header-search__input input[type=text] {
    height: 34px;
    padding: 5px 44px 5px 10px;
    font-size: var(--mh--font-size--xs);
  }
  .l-header-search__input-btn {
    width: 34px;
    height: 34px;
    border-left: 1px solid var(--mh--color--grayscale-500);
  }
  .l-header-search__input-btn .l-header-search__input-btn-ico:after {
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-search__input-btn {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-header-search__input-btn:hover {
    color: var(--mh--color--primary-500);
  }
}
/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: relative;
  padding: 0;
  border: 0;
  width: var(--mh--header--height);
  height: var(--mh--header--height);
  cursor: pointer;
  z-index: 9999;
}
.l-nav-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  margin-block: 17px;
  background-color: var(--mh--color--grayscale-100);
  pointer-events: none;
}
.l-nav-btn__line {
  content: "";
  position: absolute;
  left: 18px;
  width: 18px;
  height: 2px;
  background-color: var(--mh--color--grayscale-200);
  transition: transform var(--mh--duration) var(--mh--easing);
}
.l-nav-btn__line:nth-child(1) {
  top: 22px;
}
.l-nav-btn__line:nth-child(2) {
  top: 30px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 26px;
  transform: rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  top: 26px;
  transform: rotate(45deg);
}
/* .l-nav
================================================ */
@media (max-width: 767px) {
  .l-nav {
    position: fixed;
    top: var(--mh--header--height);
    left: 0;
    width: 100%;
    min-width: 320px;
    max-height: calc(100svh - var(--mh--header--height));
    padding: 0 var(--mh--contents--padding--side) 30px;
    background-color: var(--mh--color--grayscale-900);
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: transform var(--mh--duration) var(--mh--easing), opacity var(--mh--duration) var(--mh--easing), visibility var(--mh--duration) var(--mh--easing);
    z-index: 9999;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .l-nav {
    margin-inline: -25px;
    padding-top: 54px;
  }
}
/* .l-nav-list
================================================== */
.l-nav-list {
  line-height: var(--mh--line-height--sm);
}
.l-nav-list__item-txt {
  padding-block: 19px;
  font-weight: 700;
}
.l-nav-list__item-txt-ico {
  color: var(--mh--color--grayscale-600);
}
@media (max-width: 767px) {
  .l-nav-list__item-txt {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 13px;
    gap: 0 15px;
    border-bottom: 1px solid var(--mh--color--grayscale-100);
    font-size: var(--mh--font-size--x3l);
  }
}
@media (min-width: 768px) {
  .l-nav-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .l-nav-list__item {
    position: relative;
  }
  .l-nav-list__item + .l-nav-list__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    margin-block: 21px;
    background-color: var(--mh--color--grayscale-100);
    pointer-events: none;
  }
  .l-nav-list__item-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: calc(var(--mh--header--height) - 54px);
    padding: 10px 25px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav-list__item-txt {
    transition: color var(--mh--duration) var(--mh--easing);
  }
  .l-nav-list__item-txt:hover {
    color: var(--mh--color--primary-400);
  }
}

/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  background-color: rgba(255, 255, 255, 0);
}

/* .search-result
================================================ */
.search-result {
  padding-block: 50px 60px;
}
.search-result__img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 20px;
}
.search-result__img img {
  width: 100%;
}
.search-result__form {
  margin-top: 30px;
}
.search-result__set {
  margin-top: 60px;
}
.search-result__btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .search-result {
    padding-block: 100px 120px;
  }
  .search-result__img {
    max-width: 178px;
  }
  .search-result__form {
    margin-top: 60px;
  }
  .search-result__set {
    margin-top: 120px;
  }
  .search-result__btn {
    margin: 60px auto 0;
  }
}
/* パンくずの色
================================================ */
body#vol .l-breadcrumb {
  background-color: var(--mh--color--grayscale-600);
}
body#vol .l-breadcrumb .l-breadcrumb-list__item {
  color: var(--mh--color--grayscale-400);
}
body#vol .l-breadcrumb .l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  background-color: var(--mh--color--grayscale-100);
}
body#vol .l-breadcrumb .l-breadcrumb-list__item a.l-breadcrumb-list__item-txt {
  color: var(--mh--color--grayscale-200);
}
.u-hidden {
  display: none;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-grid {
  display: grid;
}
@media (max-width: 639px) {
  .u-hidden-sm-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-hidden-md-down {
    display: none;
  }
}
@media (max-width: 1099px) {
  .u-hidden-lg-down {
    display: none;
  }
}
@media (max-width: 1279px) {
  .u-hidden-xl-down {
    display: none;
  }
}
@media (min-width: 640px) {
  .u-hidden-sm-up {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none;
  }
}
@media (min-width: 1100px) {
  .u-hidden-lg-up {
    display: none;
  }
}
@media (min-width: 1280px) {
  .u-hidden-xl-up {
    display: none;
  }
}
/* overflow
-------------------------------------- */
.u-overflow-auto {
  overflow: auto;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-overflow-visible {
  overflow: visible;
}
.u-overflow-clip {
  overflow: clip;
}
/* screen reader
-------------------------------------- */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0;
  clip: rect(0, 0, 0, 0);
}
/* text-transform
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}
.u-capitalize {
  text-transform: capitalize;
}
/* text-align
-------------------------------------- */
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
@media (max-width: 639px) {
  .u-text-left-sm-down {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .u-text-right-sm-down {
    text-align: right;
  }
}
@media (max-width: 639px) {
  .u-text-center-sm-down {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .u-text-left-md-down {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .u-text-right-md-down {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .u-text-center-md-down {
    text-align: center;
  }
}
@media (max-width: 1099px) {
  .u-text-left-lg-down {
    text-align: left;
  }
}
@media (max-width: 1099px) {
  .u-text-right-lg-down {
    text-align: right;
  }
}
@media (max-width: 1099px) {
  .u-text-center-lg-down {
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .u-text-left-xl-down {
    text-align: left;
  }
}
@media (max-width: 1279px) {
  .u-text-right-xl-down {
    text-align: right;
  }
}
@media (max-width: 1279px) {
  .u-text-center-xl-down {
    text-align: center;
  }
}
@media (min-width: 640px) {
  .u-text-left-sm-up {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .u-text-right-sm-up {
    text-align: right;
  }
}
@media (min-width: 640px) {
  .u-text-center-sm-up {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .u-text-left-md-up {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .u-text-right-md-up {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .u-text-center-md-up {
    text-align: center;
  }
}
@media (min-width: 1100px) {
  .u-text-left-lg-up {
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .u-text-right-lg-up {
    text-align: right;
  }
}
@media (min-width: 1100px) {
  .u-text-center-lg-up {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .u-text-left-xl-up {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .u-text-right-xl-up {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .u-text-center-xl-up {
    text-align: center;
  }
}
/* font-size
-------------------------------------- */
.u-text-x4s {
  font-size: var(--mh--font-size--x4s);
}
.u-text-x3s {
  font-size: var(--mh--font-size--x3s);
}
.u-text-x2s {
  font-size: var(--mh--font-size--x2s);
}
.u-text-xs {
  font-size: var(--mh--font-size--xs);
}
.u-text-sm {
  font-size: var(--mh--font-size--sm);
}
.u-text-md {
  font-size: var(--mh--font-size--md);
}
.u-text-lg {
  font-size: var(--mh--font-size--lg);
}
.u-text-xl {
  font-size: var(--mh--font-size--xl);
}
.u-text-x2l {
  font-size: var(--mh--font-size--x2l);
}
.u-text-x3l {
  font-size: var(--mh--font-size--x3l);
}
.u-text-x4l {
  font-size: var(--mh--font-size--x4l);
}
.u-text-x5l {
  font-size: var(--mh--font-size--x5l);
}
.u-text-x6l {
  font-size: var(--mh--font-size--x6l);
}
.u-text-x7l {
  font-size: var(--mh--font-size--x7l);
}
.u-text-x8l {
  font-size: var(--mh--font-size--x8l);
}
.u-text-x9l {
  font-size: var(--mh--font-size--x9l);
}
.u-text-x10l {
  font-size: var(--mh--font-size--x10l);
}
.u-text-x11l {
  font-size: var(--mh--font-size--x11l);
}
.u-text-x12l {
  font-size: var(--mh--font-size--x12l);
}
.u-text-x13l {
  font-size: var(--mh--font-size--x13l);
}
.u-text-md {
  line-height: var(--mh--line-height--md);
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-text-x4s,
.u-text-x3s,
.u-text-x2s,
.u-text-xs,
.u-text-sm,
.u-text-lg,
.u-text-xl,
.u-text-x2l,
.u-text-x3l,
.u-text-x4l,
.u-text-x5l,
.u-text-x6l,
.u-text-x7l,
.u-text-x8l,
.u-text-x9l,
.u-text-x10l,
.u-text-x11l,
.u-text-x12l,
.u-text-x13l {
  line-height: var(--mh--line-height--sm);
  letter-spacing: var(--mh--letter-spacing--md);
}
/* line-height
-------------------------------------- */
.u-leading-none {
  line-height: var(--mh--line-height--none);
}
.u-leading-xs {
  line-height: var(--mh--line-height--xs);
}
.u-leading-sm {
  line-height: var(--mh--line-height--sm);
}
.u-leading-md {
  line-height: var(--mh--line-height--md);
}
.u-leading-lg {
  line-height: var(--mh--line-height--lg);
}
/* letter-spacing
-------------------------------------- */
.u-tracking-md {
  letter-spacing: var(--mh--letter-spacing--md);
}
.u-tracking-lg {
  letter-spacing: var(--mh--letter-spacing--lg);
}
/* font-weight
-------------------------------------- */
.u-font-bold {
  font-weight: 700;
}
/* font-family
-------------------------------------- */
.u-font-en {
  font-family: var(--mh--font-family--en);
  font-weight: 600;
  line-height: var(--mh--line-height--xs);
  letter-spacing: var(--mh--letter-spacing--md);
}
/* position
-------------------------------------- */
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute !important;
}
/* layout
-------------------------------------- */
@media (max-width: 767px) {
  .u-small-inner {
    padding-right: var(--mh--contents--padding--side);
    padding-left: var(--mh--contents--padding--side);
  }
}
@media (min-width: 768px) {
  .u-small-inner {
    width: calc(100% - var(--mh--contents--padding--side) * 2);
    max-width: var(--mh--contents--small-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .u-midium-inner {
    padding-right: var(--mh--contents--padding--side);
    padding-left: var(--mh--contents--padding--side);
  }
}
@media (min-width: 768px) {
  .u-midium-inner {
    width: calc(100% - var(--mh--contents--padding--side) * 2);
    max-width: var(--mh--contents--midium-width);
    margin-right: auto;
    margin-left: auto;
  }
  .u-midium-inner.is-pc-w100percent {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .u-inner {
    padding-right: var(--mh--contents--padding--side);
    padding-left: var(--mh--contents--padding--side);
  }
}
@media (min-width: 768px) {
  .u-inner {
    width: calc(100% - var(--mh--contents--padding--side) * 2);
    max-width: var(--mh--contents--width);
    margin-right: auto;
    margin-left: auto;
  }
  .u-inner.is-pc-w100percent {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .u-wide-inner {
    padding-right: var(--mh--contents--padding--side);
    padding-left: var(--mh--contents--padding--side);
  }
}
@media (min-width: 768px) {
  .u-wide-inner {
    width: calc(100% - var(--mh--contents--padding--side) * 2);
    max-width: var(--mh--contents--wide-width);
    margin-right: auto;
    margin-left: auto;
  }
  .u-wide-inner.is-pc-w100percent {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .u-wider-inner {
    padding-right: var(--mh--contents--padding--side);
    padding-left: var(--mh--contents--padding--side);
  }
}
@media (min-width: 768px) {
  .u-wider-inner {
    width: calc(100% - var(--mh--contents--padding--side) * 2);
    max-width: var(--mh--contents--wider-width);
    margin-right: auto;
    margin-left: auto;
  }
  .u-wider-inner.is-pc-w100percent {
    width: 100%;
  }
}
.u-item-center {
  display: grid;
  place-items: center;
}
.u-clearfix {
  clear: both;
  display: block;
  height: 0.1px;
  border: none;
}
/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a.u-alpha {
    transition: opacity var(--mh--duration) var(--mh--easing);
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}
a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a.u-zoom .u-zoom__img {
    will-change: transform;
    transition: transform var(--mh--duration) var(--mh--easing);
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.03);
  }
}
a.u-link-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
a[class].u-text-underline {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  a[class].u-text-underline:hover {
    text-decoration: none;
  }
}
/* テキストホバー時、線が左から右に伸びる
/* 複数行対応
================================================ */
@media (min-width: 768px) {
  .u-text-move-underline {
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    transition: background-size var(--mh--duration) var(--mh--easing);
  }
}
@media (hover: hover) and (pointer: fine) {
  a[class]:hover .u-text-move-underline,
  button[class]:hover .u-text-move-underline {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
@media (min-width: 768px) {
  button[class].is-active .u-text-move-underline {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}