@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%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  /* stylelint-disable-line */
  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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
 * 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 */
  /* stylelint-disable-line */
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * 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: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: auto;
  appearance: auto;
  /* 1 */
}

/* 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,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
.splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  pointer-events: auto;
  list-style-type: none;
}

.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 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  list-style-type: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  contain: strict;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
}

.splide__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  cursor: pointer;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 3px;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid transparent;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}
.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  inset: 0 0.5em 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol,
table {
  margin: 1em 0;
}

p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}

p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

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

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

html {
  font-size: 10px;
}

@media screen and (width <= 374px) {
  html {
    font-size: 2.65vw;
  }
}
body {
  font-family: ryo-gothic-plusn, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "游ゴシック", yugothic, "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.65;
  color: #5a5a5a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html[lang=zh-cmn-Hans] body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
html[lang=zh-cmn-Hant] body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}
html[lang=ko] body {
  font-family: "Noto Sans KR", "Nanum Gothic", "Malgun Gothic", sans-serif;
}

@media screen and (width >= 769px) {
  a,
  button {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}
button {
  color: inherit;
}

@media screen and (width >= 769px) {
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.ff-en {
  font-family: "DM Sans", sans-serif;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  padding-inline: 2rem;
}

body.-js-menu-opened {
  overflow: hidden;
}

/* ======================================================================
 *  l-container
====================================================================== */
.l-container {
  position: relative;
  overflow: hidden;
  word-break: break-all;
  overflow-wrap: break-word;
  background-color: #fff;
}
.l-container.-portal .l-body {
  padding-bottom: 7.5rem;
}

@media screen and (width >= 769px) {
  .l-container {
    padding-block: 4rem 7rem;
  }
  .l-container:not(:has(.header-information-block), .-portal) {
    padding-top: 0;
  }
  .l-container.-portal {
    padding-block: 12rem 0;
  }
  .l-container.-portal::before, .l-container.-portal::after {
    position: fixed;
    top: 50%;
    display: block;
    width: 0.846rem;
    aspect-ratio: 1/11.74;
    content: "";
    background: transparent url("../img/side-decoration-text.svg") no-repeat 50% 50%/contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-container.-portal::before {
    left: 2rem;
    -webkit-transform: translateY(calc(-50% - 2vw));
    transform: translateY(calc(-50% - 2vw));
  }
  .l-container.-portal::after {
    right: 2rem;
    -webkit-transform: translateY(calc(-50% - 4rem)) rotate(180deg);
    transform: translateY(calc(-50% - 4rem)) rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@media screen and (width >= 769px) {
  .l-body,
  .l-footer {
    width: clamp(375px, 25.52%, 490px);
    margin: 0 auto;
  }
}
.l-body .no-data {
  margin-inline: 2em;
}

/* ======================================================================
 *  ヘッダー
====================================================================== */
/* ------------------------------------------------------------
 * 重要なお知らせ
------------------------------------------------------------ */
.header-information-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 1rem;
  background: #e5f6fd;
}
.header-information-block .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.9rem;
  text-align: center;
}
.header-information-block .label svg {
  width: 2.1rem;
}
.header-information-block .label svg .border {
  fill: none;
  stroke: #00588d;
  stroke-width: 2px;
}
.header-information-block .label svg .mark {
  fill: #00588d;
}
.header-information-block .label span {
  font-size: 0.9rem;
  line-height: 1.1;
  color: #00588d;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.header-information-block .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.5rem;
  border-left: 1px solid #99bcd1;
}
.header-information-block .content ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #6d6e6f;
  list-style: none;
}
.header-information-block .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-information-block .content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.header-information-block .content ul li span.date {
  width: 5.5rem;
  font-weight: 400;
}
.header-information-block .content ul li span.title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-information-block .content ul li a {
  color: inherit;
  text-decoration: none;
}

@media screen and (width >= 769px) {
  .header-information-block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    gap: 3.5rem;
    width: 100%;
    height: 4rem;
    padding: 0 0 0 2.4rem;
    background: #f5f6f6;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.7rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .label svg {
    width: 2.8rem;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .label span {
    font-size: 1.4rem;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .content {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (width <= 768px) {
  .header-information-block .content .splide {
    visibility: visible;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .content ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.4rem;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .content ul li {
    gap: 1.5rem;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .content ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (width >= 769px) {
  .header-information-block .content ul li span.date {
    width: auto;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------------------------
 * SC共通ヘッダー
------------------------------------------------------------ */
.c-header {
  position: relative;
  z-index: 100;
  margin-bottom: 1rem;
}
.c-header .header-main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.5rem;
  margin-inline: 2rem;
  border-bottom: 1px solid #5a5a5a;
}
.c-header .header-main-block .logo {
  width: 45.5%;
  min-width: 45.5%;
  margin: 0;
  font-size: inherit;
}
.c-header .header-main-block .logo a {
  display: inline-block;
  pointer-events: auto;
}
.c-header .header-main-block .logo img {
  width: 10rem;
}
.c-header .header-main-block .header-navi-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-header .header-main-block .header-navi-block .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  width: 100%;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.c-header .header-main-block .header-navi-block .icon {
  width: auto;
  max-width: initial;
  height: 2.2rem;
  line-height: 1;
}
.c-header .header-main-block .header-navi-block .icon svg {
  width: auto;
  height: 100%;
}
.c-header .header-main-block .header-navi-block .search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 3rem;
  background: #fff;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
.c-header .header-main-block .header-navi-block .search-box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background: #707070;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.c-header .header-main-block .header-navi-block .search-box input,
.c-header .header-main-block .header-navi-block .search-box button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}
.c-header .header-main-block .header-navi-block .search-box input {
  width: 100%;
  height: 2.2rem;
  outline: 0 none #000;
}
.c-header .header-main-block .header-navi-block .search-box button {
  width: 2.2rem;
  padding: 0;
  cursor: pointer;
}
.c-header .header-main-block .header-navi-block .search-box .field {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.c-header .header-main-block .header-navi-block .search-box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.2rem;
}
.c-header .header-main-block .header-navi-block .search-box .button button {
  width: 100%;
}
.c-header .header-main-block .header-navi-block .navi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c-header .header-main-block .header-navi-block.-js-search-opened .content-box {
  width: 200%;
}
.c-header .header-main-block .header-navi-block.-js-search-opened .search-box {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 50%;
}
.c-header .header-main-block .header-navi-block.-js-search-opened .search-box::after {
  width: 100%;
}
.c-header .header-main-block .header-navi-block.-js-search-opened .search-box .field {
  width: calc(100% - 2.7rem);
}
.c-header .header-main-block .header-navi-block.-js-search-opened .navi-box {
  opacity: 0;
}
.c-header.-portal {
  margin-bottom: 2rem;
}
.c-header.-portal .header-message-block {
  padding: 0.5em 1em;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: #005aae;
}
.c-header.-portal .header-main-block .content-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-header.-portal .header-main-block .header-navi-block.-js-search-opened .content-box,
.c-header.-portal .header-main-block .header-navi-block.-js-search-opened .search-box {
  width: 100%;
}
.c-header.-multilingual .header-navi-block .content-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-header.-multilingual .header-navi-block .content-box:has(.c-button-menu-toggle.-js-fixed)::after {
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
  content: "";
}

@media screen and (width >= 769px) {
  .c-header {
    position: static;
    margin: 0;
  }
}
@media screen and (width >= 769px) {
  .c-header .header-main-block {
    height: auto;
    border-bottom: none;
  }
}
@media screen and (width >= 769px) {
  .c-header .header-main-block .logo {
    position: fixed;
    top: clamp(5rem, 3.23vw, 6.2rem);
    left: 2.745rem;
    z-index: 1;
    width: 10rem;
    min-width: initial;
    pointer-events: none;
  }
}
@media screen and (width >= 769px) {
  .c-header .header-main-block .logo a {
    display: block;
  }
}
@media screen and (width >= 769px) {
  .c-header .header-main-block .logo img {
    width: 100%;
  }
}
@media screen and (width >= 769px) {
  .c-header .header-main-block .header-navi-block {
    display: none;
  }
}
/* 重要なお知らせが無い場合 */
@media screen and (width >= 769px) {
  .c-header:not(.-portal) .header-main-block .logo {
    top: 1.5rem;
  }
}
/* ポータル用 拡張 */
@media screen and (width >= 769px) {
  .c-header.-portal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12rem;
    background: #fff;
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-message-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 2em;
    font-size: min(1.7vw, 2.4rem);
    color: #005aae;
    white-space: nowrap;
    background: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 12rem;
    padding-inline: 5.3rem;
    margin-inline: 0;
    pointer-events: none;
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block .logo {
    position: static;
    width: min(14.2%, 14.2rem);
    min-width: initial;
    pointer-events: auto;
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block .content-box {
    width: 100%;
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block .header-navi-block {
    display: block;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: min(18.37%, 27.2rem);
    pointer-events: auto;
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block .header-navi-block .search-box {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    gap: 0;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 4.8rem;
    min-width: 4.8rem;
    height: 4.8rem;
    border: 1px solid #707070;
    border-radius: 2.4rem;
  }
  .c-header.-portal .header-main-block .header-navi-block .search-box::after {
    display: none;
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block .header-navi-block .search-box input {
    padding-left: 1em;
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block .header-navi-block .search-box .button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4.8rem;
    height: 100%;
  }
  .c-header.-portal .header-main-block .header-navi-block .search-box .button button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (width >= 769px) {
  .c-header.-portal .header-main-block .header-navi-block.-js-search-opened .search-box .field {
    width: calc(100% - 4rem);
  }
}
/* 多言語用 拡張 */
@media screen and (width <= 768px) {
  .c-header.-multilingual .header-navi-block .c-button-menu-toggle.-js-fixed {
    position: fixed;
    top: 0.75rem;
    right: 2rem;
  }
}
/* ======================================================================
 *  フッター
====================================================================== */
.c-footer {
  position: relative;
  padding-bottom: 7.5rem;
}
.c-footer .footer-navi-block {
  padding: 5rem 3rem 5rem 2rem;
  line-height: 1;
  color: #fff;
  background: #005aae;
}
.c-footer .footer-navi-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-footer .footer-navi-block a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.c-footer .footer-navi-block .main-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.c-footer .footer-navi-block .main-box:not(:last-child) {
  margin-bottom: 5rem;
}
.c-footer .footer-navi-block .main-box .list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-footer .footer-navi-block .main-box .list-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-footer .footer-navi-block .main-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer .footer-navi-block .main-box ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer .footer-navi-block .main-box ul a::after {
  display: inline-block;
  width: 0.8rem;
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.c-footer .footer-navi-block .sub-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.c-footer .footer-sns-block .content-box {
  padding-block: 5rem 4rem;
  border-bottom: 1px solid #5a5a5a;
}
.c-footer .footer-sns-block .content-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-footer .footer-address-block .content-box {
  padding-block: 2.5rem 4rem;
  text-align: center;
  border-bottom: 1px solid #5a5a5a;
}
.c-footer .footer-address-block .content-box .logo {
  width: 13.3rem;
  margin: 0 auto 2.6rem;
}
.c-footer .footer-address-block .content-box h2 {
  margin-bottom: 2.6rem;
  font-size: 1.9rem;
  line-height: 1.3;
}
.c-footer .footer-address-block .content-box address {
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 0.05em;
}
.c-footer .footer-address-block .content-box address a {
  color: inherit;
  text-decoration: none;
}
.c-footer .footer-banner-block .content-box {
  padding-block: 4rem;
  border-bottom: 1px solid #5a5a5a;
}
.c-footer .footer-banner-block .content-box ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0.8rem;
  padding: 0;
  list-style: none;
}
.c-footer .footer-shop-block .content-box {
  padding: 4.5rem 2.25rem 5rem;
  border-bottom: 1px solid #5a5a5a;
}
.c-footer .footer-shop-block .content-box p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
.c-footer .footer-shop-block .content-box p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #00588d;
  text-decoration: none;
}
.c-footer .footer-bottom-block {
  padding-block: 4rem 1.5rem;
}
.c-footer .footer-bottom-block .content-box {
  position: relative;
}
.c-footer .footer-bottom-block .content-box .logo {
  width: 18.3rem;
  margin: 0 auto 3rem;
}
.c-footer .footer-bottom-block .content-box .copyright {
  margin: 0;
  font-size: 0.9rem;
  color: #a3a4a4;
  text-align: center;
  letter-spacing: 0.06em;
}
.c-footer.-portal .footer-navi-block .main-box {
  display: block;
}
.c-footer.-portal .footer-navi-block .main-box:not(:last-child) {
  margin-bottom: 3.75rem;
}

@media screen and (width >= 769px) {
  .c-footer {
    padding-bottom: 0;
  }
}
@media screen and (width >= 769px) {
  .c-footer .footer-navi-block .content-box {
    max-width: calc(375px - 2rem);
    margin-inline: auto;
  }
}
@media screen and (width >= 769px) {
  .c-footer .footer-navi-block a:hover {
    font-weight: 700;
  }
}
@media screen and (width >= 769px) {
  .c-footer .footer-navi-block .main-box ul a:hover::after {
    -webkit-transform: translateX(0.625rem) rotate(45deg);
    transform: translateX(0.625rem) rotate(45deg);
  }
}
/* ポータル用 拡張 */
/* 上へ戻るボタン */
.pagetop {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.5rem;
  aspect-ratio: 1/1;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  cursor: pointer;
  background: #005aae;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  opacity: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
.pagetop::before {
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.pagetop.-js-show {
  visibility: visible;
  opacity: 1;
}

@media screen and (width >= 769px) {
  .pagetop {
    -webkit-transition-property: visibility, opacity, background;
    transition-property: visibility, opacity, background;
  }
  .pagetop:hover {
    background: #00588d;
  }
  .pagetop:hover::before {
    -webkit-transform: translateY(-0.625em) rotate(45deg);
    transform: translateY(-0.625em) rotate(45deg);
  }
}
/* 多言語ページ用 拡張 */
@media screen and (width <= 768px) {
  html:not([lang=ja]) .c-footer {
    padding-bottom: 0;
  }
}
/* ======================================================================
 * グロナビ関連
====================================================================== */
/* ------------------------------------------------------------
 * フローティングメニュー
------------------------------------------------------------ */
.c-main-menu,
.c-main-menu-bg,
.c-main-menu-bg-blur {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.55rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.c-main-menu.-js-hide,
.c-main-menu-bg.-js-hide,
.c-main-menu-bg-blur.-js-hide {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (width >= 769px) {
  .c-main-menu,
  .c-main-menu-bg,
  .c-main-menu-bg-blur {
    display: none;
  }
}
.c-main-menu {
  z-index: 10000;
  line-height: 1;
}
.c-main-menu .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 375px;
  height: 100%;
  padding-inline: 1.04rem;
  margin-inline: auto;
}
.c-main-menu .icon {
  width: min(20.28%, 72px);
  text-align: center;
  -webkit-transform: translateY(-0.125rem);
  transform: translateY(-0.125rem);
}
.c-main-menu .icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
.c-main-menu .icon svg {
  fill: #fff;
}
.c-main-menu .round-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(16.33%, 58px);
  aspect-ratio: 1/1;
  color: #005aae;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
}
.c-main-menu .round-button.toggle .border {
  position: relative;
  width: min(43.1%, 25px);
  aspect-ratio: 1/1;
}
.c-main-menu .round-button.toggle .border i, .c-main-menu .round-button.toggle .border::before, .c-main-menu .round-button.toggle .border::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #005aae;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-main-menu .round-button.toggle .border i {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-main-menu .round-button.toggle .border::before {
  top: 0.5rem;
}
.c-main-menu .round-button.toggle .border::after {
  bottom: 0.5rem;
}
.c-main-menu .round-button.toggle .label::before {
  content: "MENU";
}
.c-main-menu .round-button .label {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.c-main-menu .round-button:not(.toggle)::before {
  display: block;
  width: 1rem;
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid #005aae;
  border-left: 1px solid #005aae;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.c-main-menu .round-button.-js-menu-opened .border i {
  display: none;
}
.c-main-menu .round-button.-js-menu-opened .border::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-main-menu .round-button.-js-menu-opened .border::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}
.c-main-menu .round-button.-js-menu-opened .label::before {
  content: "CLOSE";
}

.c-main-menu-bg {
  z-index: 9999;
  background: #005aae;
  border-radius: 2rem 2rem 0 0;
  mix-blend-mode: multiply;
  -webkit-filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 -4px 4px rgba(0, 0, 0, 0.1));
}

.c-main-menu-bg-blur {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2rem 2rem 0 0;
  backdrop-filter: blur(8px);
}

/* ポータル用 拡張 */
.c-main-menu.-portal .round-button .label {
  font-weight: 700;
}
.c-main-menu.-portal .icon {
  width: min(20.28%, 55px);
  -webkit-transform: translateY(-0.375rem);
  transform: translateY(-0.375rem);
}
.c-main-menu.-portal .icon svg {
  width: 130%;
}
.c-main-menu.-portal .icon span {
  display: inline-block;
  margin-top: -0.375em;
}

/* ------------------------------------------------------------
 * ハンバーガーメニュー
------------------------------------------------------------ */
.c-main-nav,
.c-main-nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.c-main-nav.-js-menu-opened,
.c-main-nav-bg.-js-menu-opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (width >= 769px) {
  .c-main-nav,
  .c-main-nav-bg {
    display: none;
  }
}
.c-main-nav {
  z-index: 1000;
  padding: 3rem 3rem 9.5rem;
  overflow: auto;
}
.c-main-nav a {
  color: inherit;
  text-decoration: none;
}
.c-main-nav .c-section-title {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.c-main-nav .nav-main-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-main-nav .nav-main-block .list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-main-nav .nav-main-block .list-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-main-nav .nav-main-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-main-nav .nav-main-block ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-main-nav .nav-main-block ul a::after {
  display: inline-block;
  width: 0.7rem;
  aspect-ratio: 1/1;
  vertical-align: middle;
  content: "";
  border-top: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-main-nav .nav-search-block {
  width: min(73%, 46rem);
  margin: 3rem auto;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.c-main-nav .nav-search-block.-js-is-focus {
  width: 100%;
}
.c-main-nav .nav-banner-block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}
.c-main-nav .nav-sub-block {
  margin-block: 2.4rem;
}
.c-main-nav .nav-sub-block ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 63% auto;
  grid-template-columns: 63% auto;
  gap: 1.8rem 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  list-style: none;
}
.c-main-nav .nav-sns-block {
  padding-top: 2rem;
  border-top: 1px solid #5a5a5a;
}
.c-main-nav .nav-sns-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.c-main-nav-bg {
  z-index: 999;
  background: rgba(248, 247, 247, 0.65);
  backdrop-filter: blur(15px) brightness(1.5);
}

/* ポータル用 拡張 */
.c-main-nav.-portal .nav-search-block {
  margin-block: 4rem;
}
.c-main-nav.-portal .nav-sub-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-main-nav.-multilingual {
  padding-top: min(10.46dvh, 6.8rem);
}
.c-main-nav.-multilingual .nav-head-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.c-main-nav.-multilingual .nav-head-block .c-section-title {
  margin: 0;
}
.c-main-nav.-multilingual .nav-head-block .c-button-menu-toggle {
  margin-right: -1rem;
}
.c-main-nav.-multilingual .nav-main-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5rem;
}
.c-main-nav.-multilingual .nav-main-block .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.6rem;
  margin-right: 1.7rem;
}

/* 多言語用 拡張 */
/* ------------------------------------------------------------
 * 言語切替メニュー
------------------------------------------------------------ */
.c-menu-language {
  position: relative;
  font-weight: 400;
}
.c-menu-language .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
}
.c-menu-language .toggle::after {
  display: block;
  width: 1rem;
  aspect-ratio: 1/0.57;
  content: "";
  background: transparent url("../img/common/header-icon-arrow.svg") no-repeat 50% 50%/contain;
}
.c-menu-language .language-list {
  position: absolute;
  top: calc(100% + 0.5em);
  right: -1rem;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  list-style: none;
  background: #f5f6f6;
  border: 1px solid #707070;
  opacity: 0;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.c-menu-language .language-list li {
  white-space: nowrap;
}
.c-menu-language .language-list li:not(:last-child) {
  border-bottom: 1px solid #707070;
}
.c-menu-language .language-list li a {
  display: block;
  padding: 0.6rem 1.5rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.c-menu-language.-js-opened .toggle::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-menu-language.-js-opened .language-list {
  visibility: visible;
  opacity: 1;
}

/* ------------------------------------------------------------
 * SNS フローティング
------------------------------------------------------------ */
.c-menu-floating-sns {
  position: fixed;
  right: 0;
  bottom: min(24.2vh, 15rem);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(calc(100% - 2.4rem));
  transform: translateX(calc(100% - 2.4rem));
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c-menu-floating-sns .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 9rem;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #01a5e4;
  border: none;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  border-radius: 1.5rem 0 0 1.5rem;
}
.c-menu-floating-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding: 2.5rem 1.5rem;
  margin: 0;
  line-height: 1;
  list-style: none;
  background: #fff;
  border: none;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  border-left: 1px solid #5a5a5a;
  border-radius: 1.5rem 0 0 1.5rem;
}
.c-menu-floating-sns.-js-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (width >= 769px) {
  .c-menu-floating-sns {
    display: none;
  }
}
/* ======================================================================
 * PC専用メニュー関連
====================================================================== */
/* ------------------------------------------------------------
 * PC用メニュー
------------------------------------------------------------ */
.c-pc-menu {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: min(37.24%, 715px);
  height: 100%;
  padding-block: 4rem 7rem;
  pointer-events: none;
}
.c-pc-menu .menu-spacer {
  height: min(17.65625vw, 339px);
}
.c-pc-menu .menu-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-block: 2rem;
  margin-inline: 3rem;
  overflow: auto;
  pointer-events: auto;
}
.c-pc-menu .menu-main .menu-main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  padding-inline: 1rem;
}
.c-pc-menu .menu-main .menu-main-inner .menu-content {
  padding-block: 2rem;
  margin-inline: auto;
}
.c-pc-menu .banner-box {
  width: 15.6rem;
  margin-inline: auto;
}
.c-pc-menu .banner-box:not(:first-child) {
  margin-top: 3.6rem;
}
.c-pc-menu .banner-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
.c-pc-menu .banner-box img {
  width: 100%;
}
.c-pc-menu .menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 4.6%;
  margin-bottom: 4rem;
}
.c-pc-menu .menu-head p {
  margin: 0;
}
.c-pc-menu .menu-head .c-menu-language .toggle {
  font-size: 1.5rem;
}
.c-pc-menu .menu-head .c-menu-language .toggle::after {
  width: 1.5rem;
}
.c-pc-menu .c-grid-menu-icon {
  gap: 3.5rem 2rem;
}
.c-pc-menu .menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.5rem;
}
.c-pc-menu .menu-bottom .c-search-block {
  width: 52.3%;
}
.c-pc-menu .menu-bottom .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-pc-menu .menu-bottom .sns-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  list-style: none;
}
.c-pc-menu.-portal {
  padding-block: 12rem 0;
}
.c-pc-menu.-portal .menu-spacer {
  height: min(17.8125vw, 342px);
}

@media screen and (width <= 768px) {
  .c-pc-menu {
    display: none;
  }
}
@media screen and (width <= 1470px) {
  .c-pc-menu {
    width: calc((100% - 375px) / 2);
  }
}
@media screen and (width <= 1080px) {
  .c-pc-menu .menu-main {
    display: none;
  }
}
.c-pc-menu-left {
  left: 0;
  border-right: 1px solid #707070;
}
.c-pc-menu-left .menu-content {
  width: min(100%, 32.3rem);
}
.c-pc-menu-left.-portal .menu-content {
  width: clamp(42rem, 67.97%, 48.6rem);
}

@media screen and (width >= 1920px) {
  .c-pc-menu-left {
    left: calc((100% - 1920px) / 2);
  }
}
.c-pc-menu-right {
  right: 0;
  border-left: 1px solid #707070;
}
.c-pc-menu-right .menu-content {
  width: min(100%, 42.8rem);
}
.c-pc-menu-right .banner-box {
  width: 100%;
}
.c-pc-menu-right .banner-box ul {
  gap: 2.6vw;
}
.c-pc-menu-right.-portal .menu-content {
  width: clamp(24rem, 45.8%, 32.7rem);
}

@media screen and (width >= 1920px) {
  .c-pc-menu-right {
    right: calc((100% - 1920px) / 2);
  }
}
body .menu-spacer {
  display: none;
}

/* ------------------------------------------------------------
 * フローティング ショップロゴ スライダー
------------------------------------------------------------ */
.c-floating-shop-logo {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 93.75%;
  height: 7rem;
  padding-block: 0.8rem;
  margin-inline: auto;
  background: #fff;
  border-top: 1px solid #707070;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-floating-shop-logo .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-floating-shop-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.c-floating-shop-logo .splide {
  visibility: visible;
  width: 100%;
}
.c-floating-shop-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: #00588d;
  text-decoration: none;
}

@media screen and (width <= 768px) {
  .c-floating-shop-logo {
    display: none;
  }
}
/* ======================================================================
 *  フォーム
====================================================================== */
form input[type=text] {
  width: 100%;
  padding: 0.5em 1em;
  outline: none;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
}
form select {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: inherit;
}
form select::-ms-expand {
  display: none;
}
form textarea {
  display: block;
  resize: vertical;
}

/* フリーワード検索 */
.c-search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.25rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #5a5a5a;
  border-radius: 3.5rem;
}
.c-search-block input[type=text], .c-search-block input[type=search] {
  width: calc(100% - 5rem);
  height: 100%;
  padding: 0 0 0 1.6rem;
  font-size: 1rem;
  line-height: 1.5;
  color: inherit;
  letter-spacing: 0.12em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  border: none;
}
.c-search-block input[type=text]::-webkit-input-placeholder, .c-search-block input[type=search]::-webkit-input-placeholder {
  color: #919293;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-search-block input[type=text]::-moz-placeholder, .c-search-block input[type=search]::-moz-placeholder {
  color: #919293;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.c-search-block input[type=text]:-ms-input-placeholder, .c-search-block input[type=search]:-ms-input-placeholder {
  color: #919293;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.c-search-block input[type=text]::-ms-input-placeholder, .c-search-block input[type=search]::-ms-input-placeholder {
  color: #919293;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.c-search-block input[type=text]::placeholder, .c-search-block input[type=search]::placeholder {
  color: #919293;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-search-block input[type=text]:focus::-webkit-input-placeholder, .c-search-block input[type=search]:focus::-webkit-input-placeholder {
  color: #fff;
}
.c-search-block input[type=text]:focus::-moz-placeholder, .c-search-block input[type=search]:focus::-moz-placeholder {
  color: #fff;
}
.c-search-block input[type=text]:focus:-ms-input-placeholder, .c-search-block input[type=search]:focus:-ms-input-placeholder {
  color: #fff;
}
.c-search-block input[type=text]:focus::-ms-input-placeholder, .c-search-block input[type=search]:focus::-ms-input-placeholder {
  color: #fff;
}
.c-search-block input[type=text]:focus::placeholder, .c-search-block input[type=search]:focus::placeholder {
  color: #fff;
}
.c-search-block .icon-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
.c-search-block .icon-search img {
  width: 1.6rem;
}

/* ------------------------------------------------------------
 * ショップ検索
------------------------------------------------------------ */
.c-form-shop-search-block {
  padding-bottom: 5rem;
  margin: 0 2rem 5rem;
  border-bottom: 1px solid #a3a4a4;
}
.c-form-shop-search-block form {
  padding-inline: 1rem;
}
.c-form-shop-search-block fieldset {
  padding: 0;
  margin-bottom: 4rem;
  border: none;
}
.c-form-shop-search-block legend {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.c-form-shop-search-block .c-search-block input[type=text], .c-form-shop-search-block .c-search-block input[type=search] {
  width: calc(100% - 3.5rem);
}
.c-form-shop-search-block .submit {
  margin-top: 2rem;
}
.c-form-shop-search-block.-no-border {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/* セレクト風 リッチデザイン */
.c-custom-select-block {
  position: relative;
}
.c-custom-select-block:not(:last-child) {
  margin-bottom: 2rem;
}
.c-custom-select-block .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 3.25rem;
  padding-inline: 1rem;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #5a5a5a;
  border-radius: 0.25rem;
  opacity: 1;
}
.c-custom-select-block .toggle::after {
  display: block;
  width: 0.85rem;
  min-width: 0.85rem;
  aspect-ratio: 1/1;
  content: "";
  border-right: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 75% 50%;
  transform-origin: 75% 50%;
}
.c-custom-select-block .select-list {
  position: absolute;
  top: 3.15rem;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  padding: 0.5rem 2.5rem;
  background: #f9f9f9;
  border: 1px solid #5a5a5a;
}
.c-custom-select-block .select-list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.4%;
  width: 100%;
  height: 4rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
}
.c-custom-select-block .select-list button:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
.c-custom-select-block .select-list button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-custom-select-block .select-list button span.image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(24%, 64px);
}
.c-custom-select-block .select-list button span.label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
}
.c-custom-select-block.-category .select-list li span.image {
  width: min(11.3%, 30px);
}

/* ======================================================================
 * グリッドレイアウト
====================================================================== */
/* ------------------------------------------------------------
 * アイコン グリッド　メニュー
------------------------------------------------------------ */
.c-grid-menu-icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.2rem 0;
  padding: 0;
  list-style: none;
}
.c-grid-menu-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  line-height: 1;
}
.c-grid-menu-icon li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55%;
  color: inherit;
  text-decoration: none;
}
.c-grid-menu-icon .icon {
  width: 100%;
}
.c-grid-menu-icon .icon img {
  width: 100%;
}
.c-grid-menu-icon .label {
  font-size: 1rem;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

/* ------------------------------------------------------------
 * ショップロゴ　グリッド　メニュー
------------------------------------------------------------ */
.c-grid-menu-shop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  list-style: none;
}
.c-grid-menu-shop li {
  position: relative;
  padding-block: 3.5rem;
}
.c-grid-menu-shop li:nth-child(odd)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #5a5a5a;
}
.c-grid-menu-shop li:nth-child(1), .c-grid-menu-shop li:nth-child(2) {
  padding-top: 0;
}
.c-grid-menu-shop li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.c-grid-menu-shop li a .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 5.2rem;
}
.c-grid-menu-shop li a .label {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
}
.c-grid-menu-shop.-column-3 {
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.c-grid-menu-shop.-column-3 li {
  padding-block: 2rem;
}
.c-grid-menu-shop.-column-3 li::after {
  display: none;
}
.c-grid-menu-shop.-column-3 li:nth-child(3n+1)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 300%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #5a5a5a;
}
.c-grid-menu-shop.-column-3 li a .label {
  font-size: 1rem;
}

/* ------------------------------------------------------------
 * ボタン グリッド
------------------------------------------------------------ */
.c-grid-button:not(:last-child) {
  margin-bottom: 4rem;
}
.c-grid-button ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.5rem;
  width: 100%;
  padding: 0;
  list-style: none;
}
.c-grid-button a,
.c-grid-button button {
  width: 100%;
}
.c-grid-button.-toggle a,
.c-grid-button.-toggle button {
  -webkit-transition: none !important;
  transition: none !important;
}
.c-grid-button.-column-3 ul {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 1.3rem;
}
.c-grid-button.-column-3-small ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 2.3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-grid-button.-column-3-small li {
  width: calc((100% - 11rem) / 3);
  min-width: 7.5rem;
}
.c-grid-button.-column-4 ul {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem 1.2rem;
}
.c-grid-button.-free ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-grid-button.-free li {
  width: calc((100% - 4rem) / 5);
}
.c-grid-button.-keyword ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.4rem 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ======================================================================
 * タブ ナビゲーション
====================================================================== */
.c-tab-container {
  margin-block: 4rem;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.c-tab-container ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  padding-inline: 2rem;
  list-style: none;
  border-bottom: 1px solid #494a4b;
}
.c-tab-container ul li {
  color: #a3a4a4;
  background: #ececec;
  border-radius: 0.25rem 0.25rem 0 0;
}
.c-tab-container ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.c-tab-container ul li.-current {
  color: inherit;
  background: #fff;
  border-top: 1px solid #494a4b;
  border-right: 1px solid #494a4b;
  border-left: 1px solid #494a4b;
}
.c-tab-container ul li.-current a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: #fff;
}
.c-tab-container .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  line-height: 1;
}
.c-tab-container .icon img {
  vertical-align: middle;
}
.c-tab-container.-vertical-icon ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  height: 100%;
  padding: 0.9rem 0.8rem 0.5rem;
  line-height: 1;
}
.c-tab-container.-column-2 ul {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.c-tab-container.-column-2 .label {
  font-size: 1.2rem;
}
.c-tab-container.-column-2 .label.ff-en {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
.c-tab-container.-wide-padding ul {
  gap: 1.5rem;
  padding-inline: 2.8rem;
}

/* ======================================================================
 *  ボタン
====================================================================== */
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(83.6%, 260px);
  padding: 1.85rem 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #005aae;
  border: 1px solid #5a5a5a;
  border-radius: 2.75rem;
  opacity: 1 !important;
}
.c-button::after {
  display: block;
  width: 1.8rem;
  min-width: 1.8rem;
  aspect-ratio: 1/1;
  content: "";
  background: transparent url("../img/common/button-icon.svg") no-repeat 50% 50%/contain;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.c-button.-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-button.-s {
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
}
.c-button.-s::after {
  width: 1.5rem;
  min-width: 1.5rem;
  background-image: url("../img/common/button-icon-s.svg");
}
.c-button.-full {
  width: 100%;
}
.c-button.-light {
  color: #fff;
  background: #276fff;
}
.c-button.-light:hover {
  background: #92b6ff !important;
}
.c-button.-very-light {
  color: #5a5a5a;
  background: #e5f6fd;
}
.c-button.-no-border {
  border: none;
}
.c-button.-no-arrow::after {
  display: none;
}
.c-button.-simple-arrow {
  gap: 0.375rem;
}
.c-button.-simple-arrow::after {
  width: 0.85rem;
  min-width: initial;
  background: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-button.-reverse {
  color: #01b6db;
  background: #fff;
  border-color: #01b6db;
}
.c-button.-reverse::after {
  border-color: #01b6db;
}
.c-button.-centering {
  margin-inline: auto;
}
.c-button.-parking {
  width: min(100%, 260px);
  font-size: 1.1rem;
  line-height: 1.85;
  border-radius: 8rem;
}
.c-button.-parking::before {
  display: block;
  width: 3.8rem;
  aspect-ratio: 1/0.98;
  content: "";
  background: transparent url("../img/home/button-icon-parking.svg") no-repeat 50% 50%/contain;
}
.c-button.-parking::after {
  width: 2.7rem;
  background-image: url("../img/common/button-icon-l.svg");
}
.c-button.-parking.-full {
  width: 100%;
  border-radius: 3.4rem;
}
.c-button.-anchor {
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 5.1rem;
  padding-inline: 2rem;
  font-size: 1.1rem;
}
.c-button.-anchor::after {
  width: 2.3rem;
  background-image: url("../img/common/button-icon-l.svg");
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-button.-anchor .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-button.-anchor .label .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.3rem;
}

@media screen and (width >= 769px) {
  .c-button {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background;
    transition-property: color, background;
  }
  .c-button:hover {
    background: #669cce !important;
  }
  .c-button:hover::after {
    -webkit-transform: translateX(0.625em);
    transform: translateX(0.625em);
  }
}
@media screen and (width >= 769px) {
  .c-button.-simple-arrow:hover::after {
    -webkit-transform: translateX(0.5em) rotate(45deg);
    transform: translateX(0.5em) rotate(45deg);
  }
}
@media screen and (width >= 769px) {
  .c-button.-reverse:hover {
    color: #fff;
    background: #01b6db !important;
  }
  .c-button.-reverse:hover::after {
    border-color: #fff;
  }
}
.c-button-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #5a5a5a;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #5a5a5a;
  border-radius: 2.75rem;
  opacity: 1 !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}
.c-button-simple.-current {
  color: #fff;
  background: #01a5e4;
}
.c-button-simple.-has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 5rem;
  padding-inline: 0.5rem;
}
.c-button-simple.-middle-font {
  font-size: 1.3rem;
}
.c-button-simple.-large-font {
  padding-inline: 2rem;
  font-size: 1.6rem;
}
.c-button-simple.-portal.-current {
  background: #005aae;
}

@media screen and (width >= 769px) {
  .c-button-simple:hover {
    color: #fff;
    background: #01a5e4;
  }
}
@media screen and (width >= 769px) {
  .c-button-simple.-portal:hover {
    background: #005aae;
  }
}
.c-button-keyword {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  line-height: 1.3;
  color: inherit;
  letter-spacing: 0.06em;
  text-decoration: none;
  background: #f2fbfe;
  border: 1px solid #5a5a5a;
  border-radius: 1.5rem;
  opacity: 1;
}

@media screen and (width >= 769px) {
  .c-button-keyword {
    opacity: 1 !important;
    -webkit-transition: background 0.3s !important;
    transition: background 0.3s !important;
  }
  .c-button-keyword:hover {
    background: #f9f9f9;
  }
}
.c-button-blank,
.c-button-pdf {
  font-size: 1.4rem;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}

.c-button-blank::after,
.c-button-pdf::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: baseline;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.c-button-blank::after {
  width: 1.6rem;
  aspect-ratio: 1/0.76;
  background-image: url("../img/common/button-icon-blank.svg");
}

.c-button-pdf::after {
  width: 1.3rem;
  aspect-ratio: 1/1.17;
  background-image: url("../img/common/button-icon-pdf.svg");
  -webkit-transform: translateY(0.25em);
  transform: translateY(0.25em);
}

.c-button-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1/1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #49bde9;
  border-radius: 50%;
}
.c-button-menu-toggle .border {
  position: relative;
  width: 1.7rem;
  aspect-ratio: 1/0.66;
  margin-top: 0.25rem;
}
.c-button-menu-toggle .border i, .c-button-menu-toggle .border::before, .c-button-menu-toggle .border::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-button-menu-toggle .border i {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-button-menu-toggle .border::before {
  top: 0;
}
.c-button-menu-toggle .border::after {
  bottom: 0;
}
.c-button-menu-toggle .label {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.c-button-menu-toggle.-close {
  gap: 0.2rem;
}
.c-button-menu-toggle.-close .border {
  aspect-ratio: 1/1;
  margin: 0;
}
.c-button-menu-toggle.-close .border::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-button-menu-toggle.-close .border::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

/* ======================================================================
 * リスト
====================================================================== */
/* ------------------------------------------------------------
 * シンプルなリスト
------------------------------------------------------------ */
.c-list-simple {
  padding: 0;
  list-style: none;
}
.c-list-simple li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list-simple li::before {
  display: inline;
  color: #01a5e4;
  content: "・";
}
.c-list-simple li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-list-simple.-tightly li:not(:last-child) {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
 * フロアリスト
------------------------------------------------------------ */
.c-list-floor {
  padding: 0;
  font-weight: 400;
  list-style: none;
  border-top: 1px solid #707070;
}
.c-list-floor li {
  position: relative;
  border-bottom: 1px solid #707070;
}
.c-list-floor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0 1rem 1rem;
  color: inherit;
  text-decoration: none;
}
.c-list-floor li a::after {
  display: block;
  width: 1.55rem;
  min-width: 1.55rem;
  aspect-ratio: 1/1;
  content: "";
  background: #e5f6fd url("../img/common/button-icon-s-noborder.svg") no-repeat 50% 50%/contain;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-list-floor li > span,
.c-list-floor li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0 1rem 1rem;
  color: inherit;
  text-decoration: none;
}
.c-list-floor li.dot-line {
  border-bottom: 1px solid transparent;
}
.c-list-floor li.dot-line::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  width: calc(100% - 0.9rem);
  height: 1px;
  content: "";
  background: transparent url("../img/common/border-dot.svg") repeat-x 0 0/3px 1px;
}
.c-list-floor li.heading {
  font-size: 1.5rem;
  font-weight: bold;
}
.c-list-floor li.has-others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list-floor li.has-others > a {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 1rem;
}
.c-list-floor li.has-others .others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8.2rem;
  padding: 1rem;
}
.c-list-floor .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-list-floor .label .floor {
  padding-right: 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #01a5e4;
  letter-spacing: 0.12em;
}
.c-list-floor .label .floor.-large-font {
  font-weight: 700;
}
.c-list-floor .label .floor.-large-font strong {
  font-size: 2rem;
  font-weight: inherit;
}
.c-list-floor .label .name {
  font-size: 1rem;
  line-height: 1.2;
}
.c-list-floor .label .name .entrance {
  padding: 0.2rem 0.3rem 0.1rem;
  font-size: 0.9rem;
  color: #4ca8d7;
  border: 1px solid currentcolor;
}
.c-list-floor .label .name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-list-floor .label .name-block .name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-list-floor .label .name-block .name:not(:last-child) {
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid transparent;
}
.c-list-floor .label .name-block .name:not(:last-child)::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: transparent url("../img/common/border-dot.svg") repeat-x 0 0/3px 1px;
}
.c-list-floor .label .name-block .name:not(:first-child) {
  padding-top: 1.4rem;
  padding-bottom: 0.5rem;
}
.c-list-floor .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.5rem 0.75rem;
  line-height: 1;
}
.c-list-floor .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 1.6rem;
}
.c-list-floor .icons .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.2rem;
}
.c-list-floor .icons .icon img {
  width: auto;
  height: 100%;
}
.c-list-floor .icons.-col2, .c-list-floor .icons.-col3, .c-list-floor .icons.-col4, .c-list-floor .icons.-col5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-list-floor .icons.-col2 .icon, .c-list-floor .icons.-col3 .icon, .c-list-floor .icons.-col4 .icon, .c-list-floor .icons.-col5 .icon {
  width: 1.2rem;
}
.c-list-floor .icons.-col2 {
  width: 3.2rem;
}
.c-list-floor .icons.-col3 {
  width: 5.2rem;
}
.c-list-floor .icons.-col4 {
  width: 7.2rem;
}
.c-list-floor .icons.-col5 {
  width: 9.2rem;
}
.c-list-floor.-shops {
  margin-top: -0.5rem;
  border-top: none;
}
.c-list-floor.-shops li:not(:last-child) {
  border-bottom-style: dotted;
}
.c-list-floor.-shops li:last-child {
  padding-bottom: 1rem;
}
.c-list-floor.-shops li > a,
.c-list-floor.-shops li > span,
.c-list-floor.-shops li > div {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5rem 0;
  text-align: left;
}
.c-list-floor.-shops li a::after {
  content: none;
}
.c-list-floor.-shops li .number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #005aae;
  border-radius: 0.25rem;
}
.c-list-floor.-shops li .label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-list-floor.-shops li .label .name {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-list-floor.-shops li .label .category {
  font-size: 1.1rem;
  font-weight: 400;
}
.c-list-floor.-shops li .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
}
.c-list-floor.-shops li .logo img {
  max-width: 100%;
  max-height: 100%;
}
.c-list-floor.-shops li .opening-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1.5rem;
}
.c-list-floor.-shops li .opening-hours .title {
  padding: 0.3rem 1.7rem;
  margin-right: 2.5rem;
  font-size: 1.2rem;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.c-list-floor.-shops li .opening-hours .time {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-list-floor + .c-notes-list {
  margin-top: 40px;
}

/* ------------------------------------------------------------
 * 注意書きリスト
------------------------------------------------------------ */
.c-notes-list {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 400;
  list-style: none;
}

/* ======================================================================
 * 見出し
====================================================================== */
/* ------------------------------------------------------------
 * SC 共通
------------------------------------------------------------ */
/* セクション見出し */
.c-section-title:not(:last-child) {
  margin-bottom: 4rem;
}
.c-section-title > span {
  display: block;
  line-height: 1;
}
.c-section-title > span.main {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.c-section-title > span.main span {
  color: #01a5e4;
}
.c-section-title > span.sub {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.c-section-title.-small {
  margin-bottom: 3rem;
}
.c-section-title.-small > span.main {
  font-size: 2.2rem;
}

.c-section-title-power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.c-section-title-power::before {
  display: block;
  width: 1.1rem;
  aspect-ratio: 1/1.82;
  content: "";
  background: transparent url("../img/common/title-decoration-power.svg") no-repeat 50% 50%/contain;
}
.c-section-title-power::after {
  display: block;
  width: 1.1rem;
  aspect-ratio: 1/1.82;
  content: "";
  background: transparent url("../img/common/title-decoration-power.svg") no-repeat 50% 50%/contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-section-title-power.-decoration-large {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-section-title-power.-decoration-large::before, .c-section-title-power.-decoration-large::after {
  width: 1.6rem;
}
.c-section-title-power.-font-small {
  margin-bottom: 2.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.c-section-title-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 1rem;
  margin: 0 auto 4rem;
  line-height: 1.04;
  letter-spacing: 0.06em;
  border-bottom: 0.2rem solid #01a5e4;
}
.c-section-title-simple:not(:last-child) {
  margin-bottom: 4rem;
}
.c-section-title-simple > span.main {
  font-size: 1.5rem;
  font-weight: 700;
}
.c-section-title-simple > span.main.-large-font {
  font-size: 2.7rem;
}
.c-section-title-simple > span.main.-large-font.ff-en {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.c-section-title-simple > span.main.-middle-font {
  font-size: 1.8rem;
}
.c-section-title-simple > span.main.-rather-font {
  font-size: 1.6rem;
}
.c-section-title-simple > span.main.-rather-font strong {
  font-size: 2rem;
  font-weight: bold;
}
.c-section-title-simple > span.count {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a3a4a4;
}
.c-section-title-simple.-align-left {
  display: block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 0;
  font-size: 1.8rem;
  text-align: left;
  border: none;
}
.c-section-title-simple.-align-left:not(:last-child) {
  margin-bottom: 3rem;
}
.c-section-title-simple.-align-left::after {
  display: block;
  width: 3.2rem;
  height: 0;
  margin-top: 2.5rem;
  content: "";
  border-bottom: 0.25rem solid #01a5e4;
}
.c-section-title-simple.-portal {
  border-bottom-color: #005aae;
}

.c-section-title-icon-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  text-align: center;
}
.c-section-title-icon-column .icon {
  margin-bottom: 1.65rem;
}
.c-section-title-icon-column .icon.-mulch-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-section-title-icon-column .main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.c-section-title-icon-column::after {
  display: block;
  width: 8.672rem;
  margin-top: 2rem;
  content: "";
  border-top: 2px solid #01a5e4;
}

.c-section-title-bar {
  padding: 0.25rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.03em;
  background: #01a5e4;
  border-radius: 0.25rem;
}
.c-section-title-bar.-light {
  font-weight: 700;
  color: inherit;
  background: #e5f6fd;
}
.c-section-title-bar.-centering {
  text-align: center;
}
.c-section-title-bar.-wide {
  padding-block: 1rem;
  margin-bottom: 3rem;
}

/* ページ冒頭見出し */
.c-page-title {
  padding-block: 4rem;
}
.c-page-title h1 {
  margin: 0;
}

@media screen and (width <= 768px) {
  .c-page-title {
    padding-top: 3rem;
  }
}
@media screen and (width <= 768px) {
  .c-page-title:has(.c-portal-section-title) {
    padding-top: 2rem;
  }
}
/* ------------------------------------------------------------
 * ポータル専用
------------------------------------------------------------ */
/* セクション見出し */
.c-portal-section-title {
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.c-portal-section-title > span {
  display: block;
  line-height: 1;
}
.c-portal-section-title > span.main {
  font-size: 2.7rem;
}
.c-portal-section-title > span.sub {
  margin-top: 0.825rem;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
.c-portal-section-title::after {
  display: block;
  width: 0;
  height: 0.25rem;
  margin: 1.5rem auto 0;
  content: "";
  border-right: 3rem solid #005aae;
  border-left: 3rem solid #00a7ff;
}
.c-portal-section-title.-small {
  margin-bottom: 4rem;
}
.c-portal-section-title.-small > span.main {
  font-size: 2.2rem;
  color: #005aae;
}
.c-portal-section-title.-small::after {
  display: none;
}

/* ======================================================================
 * スライダー
====================================================================== */
.c-slide-block .slide-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2.6rem;
  margin-top: 2rem;
}
.c-slide-block .slide-control::before {
  display: block;
  width: 1.3rem;
  content: "";
}
.c-slide-block .slide-control .pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.c-slide-block .slide-control .pause {
  width: 1.3rem;
  aspect-ratio: 1/1.09;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent url("../img/common/slide-icon-play.svg") no-repeat 50% 0/100%;
  border: none;
}
.c-slide-block .slide-control button {
  opacity: 1;
}
.c-slide-block .splide__slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.c-slide-block .splide__slide a {
  color: inherit;
  text-decoration: none;
}
.c-slide-block .splide__slide > a {
  display: block;
}
.c-slide-block .splide__slide__image {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  outline: 1px solid #5a5a5a;
  outline-offset: -1px;
  border-radius: 0.25rem;
  -webkit-transform: scale(0.82);
  transform: scale(0.82);
  -webkit-transition: -webkit-transform 0.7s !important;
  transition: -webkit-transform 0.7s !important;
  transition: transform 0.7s !important;
  transition: transform 0.7s, -webkit-transform 0.7s !important;
}
.c-slide-block .splide__slide__image img {
  width: 100%;
  height: 100%;
}
.c-slide-block .splide__slide.is-active .splide__slide__image {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-slide-block .splide__slide.is-active .splide__slide__summary {
  opacity: 1;
}
.c-slide-block .splide__slide.is-next .splide__slide__image {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.c-slide-block .splide__slide.is-prev .splide__slide__image {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.c-slide-block .splide__slide__summary {
  margin-top: 1.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-slide-block .splide__slide__summary .description {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.c-slide-block .splide__slide__summary .title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-slide-block .splide__slide__summary .title .new {
  display: inline-block;
  margin-right: 1em;
  color: #01a5e4;
}
.c-slide-block .splide__arrow {
  width: 2.6rem;
  aspect-ratio: 1/1;
  background: #e5f6fd;
  border: 1px solid #5a5a5a;
}
.c-slide-block .splide__arrow--prev {
  left: 0;
}
.c-slide-block .splide__arrow--next {
  right: 0;
}
.c-slide-block .splide__arrow svg {
  width: 2rem;
  aspect-ratio: 1/2;
  fill: none;
  stroke: #5a5a5a;
  stroke-width: 3px;
}
.c-slide-block .splide.-js-is-pause .slide-control .pause {
  background-position: 50% 100%;
}
.c-slide-block .splide .pagination {
  width: 20rem;
  padding-inline: 3.5rem;
}
.c-slide-block .splide .pagination .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  text-align: center;
  border: none;
}
.c-slide-block .splide .pagination .splide__slide.is-active {
  border: none;
}
.c-slide-block .splide .pagination .splide__slide.is-active span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  content: "";
  border-bottom: 1px solid #01a5e4;
}
.c-slide-block .splide .pagination .splide__slide span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1rem;
  height: auto;
  padding: 0 0.25rem 0.375rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.c-slide-block.-has-summary .slide-control {
  margin-top: 2.3rem;
}
.c-slide-block.-has-summary .splide__slide.is-next .splide__slide__image {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.c-slide-block.-has-summary .splide__slide.is-prev .splide__slide__image {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.c-slide-block.-single .splide__slide__image {
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.c-slide-block .splide.-js-is-single {
  visibility: visible;
}
.c-slide-block .splide.-js-is-single .splide__track {
  overflow: visible;
}
.c-slide-block .splide.-js-is-single .splide__list {
  display: block;
  height: auto;
  margin-inline: auto;
}
.c-slide-block .splide.-js-is-single .splide__slide {
  margin-inline: auto;
}
.c-slide-block .splide.-js-is-single .slide-control {
  display: none;
}
.c-slide-block:not(.hero-slide, .-single) .splide.-js-is-single .splide__track {
  padding-inline: 18.5%;
}

@media screen and (width >= 769px) {
  .c-slide-block .splide__slide__image {
    border-radius: 0.5rem;
  }
  .c-slide-block .splide__slide__image:has(a) {
    outline: none;
    border: none;
  }
  .c-slide-block .splide__slide__image:has(a) a {
    display: block;
    overflow: hidden;
    outline: 1px solid #5a5a5a;
    outline-offset: -1px;
    border-radius: 0.25rem;
  }
}
@media screen and (width >= 769px) and (width >= 769px) {
  .c-slide-block .splide__slide__image:has(a) a {
    border-radius: 0.5rem;
  }
}
@media screen and (width >= 769px) {
  .c-slide-block .splide__arrow {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .c-slide-block .splide__arrow:hover {
    background: #7fd2f1;
  }
}
/* 1枚だけで、スライドさせない場合 */
/* 下層ページフッターの共通スライダー */
.c-footer-slide-container {
  padding-bottom: 5rem;
  margin-top: 7.5rem;
}
.c-footer-slide-container::before {
  display: block;
  width: calc(100% - 4rem);
  height: 0;
  margin: 0 auto 5rem;
  content: "";
  border-top: 1px solid #5a5a5a;
}

/* ======================================================================
 *  カード
====================================================================== */
/* ------------------------------------------------------------
 * メディア系
------------------------------------------------------------ */
.c-card-post .card-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.6;
}
.c-card-post a {
  color: inherit;
  text-decoration: none;
}
.c-card-post .eyecatch {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #5a5a5a;
  border-radius: 0.25rem;
}
.c-card-post .eyecatch img {
  width: 100%;
  height: 100%;
}
.c-card-post .summary {
  width: 50%;
}
.c-card-post .summary .c-post-category {
  margin-bottom: 0.5rem;
}
.c-card-post .summary .title {
  display: -webkit-box;
  margin: 0 0 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-weight: 700;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
}
.c-card-post .summary .title.-no-ls {
  letter-spacing: 0;
}
.c-card-post .summary .description {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
.c-card-post .summary .description.-small-font,
.c-card-post .summary .description .small-font {
  font-size: 1rem;
}
.c-card-post .summary .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1rem;
}
.c-card-post .summary .price {
  margin-block: -0.5rem 0.5rem;
  font-weight: 700;
  text-align: right;
}
.c-card-post .summary .notes {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.c-card-post .summary .notes strong.-w500 {
  font-weight: 500;
}
.c-card-post .summary .notes.-small-font,
.c-card-post .summary .notes .small-font {
  font-size: 1rem;
}
.c-card-post .summary .notes.-large-font,
.c-card-post .summary .notes .large-font {
  font-size: 1.2rem;
}
.c-card-post .summary .notes-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
}
.c-card-post.-vertical .card-content-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.c-card-post.-vertical .eyecatch {
  width: 100%;
}
.c-card-post.-vertical .summary {
  width: 100% !important;
}
.c-card-post .wipe-logo {
  width: 29.52%;
  aspect-ratio: 1/1;
  margin: calc(-14.76% - 1.5rem) 0 -0.25rem 1rem;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.c-card-post.-pickup .card-content-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-card-post.-pickup .eyecatch {
  width: 100%;
}
.c-card-post.-pickup .summary {
  width: 100% !important;
}
.c-card-post.-pickup .summary .c-post-category {
  margin-bottom: 1rem;
}
.c-card-post.-pickup .summary .title {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.c-card-post.-pickup .summary .description,
.c-card-post.-pickup .summary .notes {
  font-size: 1.2rem;
}
.c-card-post.-portal .summary {
  width: 52.68%;
}
.c-card-post.-portal .summary .title {
  margin-bottom: 0.5rem;
}
.c-card-post.-portal.-pickup .summary .title .c-post-new {
  font-size: 1.2rem;
}

/* ポータル用 拡張 */
.-portal .c-post-new {
  padding-inline: 0.75rem;
  margin-right: 0.5em;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  background: #005aae;
  border-radius: 0.25rem;
}

/* ------------------------------------------------------------
 * 営業時間案内
------------------------------------------------------------ */
.c-card-time-guide .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.c-card-time-guide .heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.c-card-time-guide .heading h2::before {
  display: block;
  width: 3.35rem;
  aspect-ratio: 1/1;
  content: "";
  background: transparent url("../img/common/heading-icon-clock.svg") no-repeat 50% 50%/contain;
}
.c-card-time-guide .heading .more {
  margin: 0;
}
.c-card-time-guide .description dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-row-gap: 0.3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}
.c-card-time-guide .description p {
  font-size: 1rem;
}
.c-card-time-guide .description p a {
  color: inherit;
}
.c-card-time-guide .parking-more {
  margin-top: 3.25rem;
}

/* ------------------------------------------------------------
 * ショップカード
------------------------------------------------------------ */
.c-card-shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.86%;
  padding: 2.4rem 2rem;
  border: 1px solid #5a5a5a;
  border-radius: 0.25rem;
}
.c-card-shop-info .logo {
  width: 35.5%;
}
.c-card-shop-info .description {
  font-size: 1.1rem;
  line-height: 1.2;
}
.c-card-shop-info .description .name {
  margin: 0;
}
.c-card-shop-info .description .floor {
  margin-top: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.c-card-shop-info .description .more {
  margin-top: 1.8rem;
}

@media screen and (width >= 769px) {
  .c-card-shop-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ------------------------------------------------------------
 * フロアマップ
------------------------------------------------------------ */
.c-card-floor-map {
  position: relative;
}
.c-card-floor-map .map-overflow {
  overflow-x: scroll;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-card-floor-map .map-overflow::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.c-card-floor-map .map-overflow svg {
  vertical-align: bottom;
}
.c-card-floor-map .map-overflow svg path,
.c-card-floor-map .map-overflow svg polygon,
.c-card-floor-map .map-overflow svg rect,
.c-card-floor-map .map-overflow svg polyline {
  opacity: 0;
  fill: #6d6c6c;
  stroke-width: 0;
  -webkit-transition: fill 0.3s, opacity 0.3s;
  transition: fill 0.3s, opacity 0.3s;
}
.c-card-floor-map .map-overflow svg a:hover path,
.c-card-floor-map .map-overflow svg a:hover polygon,
.c-card-floor-map .map-overflow svg a:hover rect,
.c-card-floor-map .map-overflow svg a:hover polyline {
  opacity: 0.3;
}
.c-card-floor-map .map-overflow.-js-is-dragging {
  cursor: -webkit-grab;
  cursor: grab;
}
.c-card-floor-map .map-overflow .-js-current path,
.c-card-floor-map .map-overflow .-js-current polygon,
.c-card-floor-map .map-overflow .-js-current rect {
  -webkit-animation: 0.5s ease-in-out infinite alternate blinking;
  animation: 0.5s ease-in-out infinite alternate blinking;
}
.c-card-floor-map .scrollbar {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  z-index: 1;
  visibility: hidden;
  width: calc(100% - 0.5rem);
  height: 0.5rem;
  overflow: hidden;
  background: #eee;
  border-radius: 0.25rem;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
.c-card-floor-map .scrollbar .track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(136, 136, 136, 0.7);
  border-radius: 0.25rem;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: left, width;
  transition-property: left, width;
}
.c-card-floor-map.-js-is-scrolling .scrollbar {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.c-card-scroll-hint,
.c-card-scroll-hint-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.45rem;
  aspect-ratio: 1/1;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.c-card-scroll-hint.-js-hide,
.c-card-scroll-hint-bg.-js-hide {
  visibility: hidden;
  opacity: 0;
}

.c-card-scroll-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-card-scroll-hint .arrow {
  width: 4.834rem;
  aspect-ratio: 1/0.4;
  background: transparent url("../img/common/hint-scroll-arrow.svg") no-repeat 50% 50%/contain;
}
.c-card-scroll-hint .icon {
  width: 3.3575rem;
  aspect-ratio: 1/1.15;
  background: transparent url("../img/common/hint-scroll-icon.svg") no-repeat 50% 50%/contain;
  -webkit-animation: slideHorizontally 2s ease-in-out infinite;
  animation: slideHorizontally 2s ease-in-out infinite;
}
.c-card-scroll-hint .label {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.c-card-scroll-hint-bg {
  background: #00588d;
  border-radius: 0.25rem;
  mix-blend-mode: multiply;
}

@-webkit-keyframes slideHorizontally {
  0%, 100% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}

@keyframes slideHorizontally {
  0%, 100% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  50% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
/* ------------------------------------------------------------
 * フロア営業時間
------------------------------------------------------------ */
.c-card-floor-guide:not(:last-child) {
  margin-bottom: 3rem;
}
.c-card-floor-guide h4 {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.c-card-floor-guide table {
  border-collapse: collapse;
}
.c-card-floor-guide table th,
.c-card-floor-guide table td {
  padding-bottom: 1.25rem;
  vertical-align: top;
}
.c-card-floor-guide table th {
  width: 8.3rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.c-card-floor-guide table th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 2.8rem;
  padding-inline: 0.5rem;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.c-card-floor-guide table th span.-highlight {
  font-size: 1.5rem;
  font-weight: 700;
  color: #01a5e4;
  border-color: #01a5e4;
}
.c-card-floor-guide table td {
  padding-top: 0.35rem;
  padding-left: 2.5rem;
}
.c-card-floor-guide table td p:has(.c-button.-very-light.-s) {
  margin-top: 0.75rem;
}
.c-card-floor-guide table td strong {
  font-size: 1.4rem;
}
.c-card-floor-guide table td:has(strong) {
  padding-top: 0.25rem;
}
.c-card-floor-guide table tr:last-child th,
.c-card-floor-guide table tr:last-child td {
  padding-bottom: 0;
}

/* ------------------------------------------------------------
 * アコーディオン
------------------------------------------------------------ */
.c-card-accordion:not(:last-child) {
  margin-bottom: 4rem;
}
.c-card-accordion .accordion-block {
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.c-card-accordion .accordion-contents {
  border-bottom: 1px solid #707070;
}
.c-card-accordion .accordion-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #e5f6fd;
  border: none;
}
.c-card-accordion .accordion-toggle::before {
  display: block;
  width: 2.7rem;
  min-width: 2.7rem;
  aspect-ratio: 1/1;
  content: "";
  background: transparent url("../img/common/button-icon-l.svg") no-repeat 50% 50%/contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-card-accordion .accordion-toggle .label {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.c-card-accordion .accordion-toggle .label.-close {
  display: none;
}
.c-card-accordion .accordion-toggle.-light {
  background: #f2fbfe;
}
.c-card-accordion .accordion-target {
  display: none;
}
.c-card-accordion.-js-opened .accordion-toggle:not(.-not-change-close-color) {
  background: #e4e4e4;
}
.c-card-accordion.-js-opened .accordion-toggle::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-card-accordion.-js-opened .accordion-toggle .label.-open {
  display: none;
}
.c-card-accordion.-js-opened .accordion-toggle .label.-close {
  display: block;
}

/* ======================================================================
 * 記事アーカイブ・詳細
====================================================================== */
/* ------------------------------------------------------------
 * アーカイブ
------------------------------------------------------------ */
.c-post-archive-block {
  /* ポータル用拡張 */
  /* ポータル用拡張 */
}
.c-post-archive-block .archive-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2rem;
}
.c-post-archive-block .archive-box:not(:first-child) {
  margin-top: 4rem;
}
.c-post-archive-block .archive-box.-column-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.c-post-archive-block.-has-border-bottom .c-card-post.-vertical {
  position: relative;
  padding-bottom: 3rem;
}
.c-post-archive-block.-has-border-bottom .c-card-post.-vertical:nth-child(odd)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(200% + 2rem);
  height: 1px;
  content: "";
  border-bottom: 1px solid #a3a4a4;
}
.c-post-archive-block.-has-border-top .archive-box:not(:first-child) {
  margin-top: 3rem;
}
.c-post-archive-block.-has-border-top .archive-box.-column-1 .c-card-post:not(.-vertical) {
  padding-top: 3rem;
  border-top: 1px solid #a3a4a4;
}
.c-post-archive-block.-has-border-top .archive-box.-column-1 .c-card-post:not(.-vertical) .summary .title {
  -webkit-line-clamp: 2;
}
.c-post-archive-block.-has-border-top .c-card-post.-vertical {
  position: relative;
  padding-top: 3rem;
}
.c-post-archive-block.-has-border-top .c-card-post.-vertical:nth-child(odd)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(200% + 2rem);
  height: 1px;
  content: "";
  border-top: 1px solid #a3a4a4;
}
.c-post-archive-block.-has-border-top .c-card-post.-vertical:first-child, .c-post-archive-block.-has-border-top .c-card-post.-vertical:nth-child(2) {
  padding-top: 0;
}
.c-post-archive-block.-has-border-top .c-card-post.-vertical:first-child::before, .c-post-archive-block.-has-border-top .c-card-post.-vertical:nth-child(2)::before {
  display: none;
}
.c-post-archive-block.-has-border-top.-has-first-border .c-card-post.-vertical:first-child, .c-post-archive-block.-has-border-top.-has-first-border .c-card-post.-vertical:nth-child(2) {
  padding-top: 3rem;
}
.c-post-archive-block.-has-border-top.-has-first-border .c-card-post.-vertical:first-child::before, .c-post-archive-block.-has-border-top.-has-first-border .c-card-post.-vertical:nth-child(2)::before {
  display: block;
}

/* スクロール読み込み 初期設定 */
.js-scroll-load-post .js-scroll-load-target {
  display: none;
}

/* MOREボタン */
.c-post-more {
  margin-top: 5rem;
}

/* NEWマーク */
.c-post-new {
  margin-right: 1em;
  font-weight: 700;
  color: #01a5e4;
}

/* カテゴリーラベル */
.c-post-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.c-post-category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.8rem;
  padding: 0.4rem 0.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #005aae;
  background: #fff;
  border: 1px solid #005aae;
  border-radius: 0.25rem;
}

/* ------------------------------------------------------------
 * 詳細
------------------------------------------------------------ */
.c-post-container:not(:last-child) {
  margin-bottom: 5rem;
}

/* 日付・タイトル */
.c-post-head {
  margin-bottom: 2rem;
}
.c-post-head .date {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #a3a4a4;
  letter-spacing: 0.06em;
}
.c-post-head .c-post-category {
  margin-bottom: 1.25rem;
}
.c-post-head .title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.c-post-head.-special {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #c8c8c8;
}
.c-post-head.-special:not(:first-child) {
  margin-top: -1.75rem;
}
.c-post-head.-special .date {
  margin-block: 1.25rem 0;
  color: #5a5a5a;
}

/* メインビジュアル */
.c-post-hero:not(:last-child) {
  margin-bottom: 3.5rem;
}
.c-post-hero .image {
  display: block;
  overflow: hidden;
  border: 1px solid #5a5a5a;
  border-radius: 0.25rem;
}

/* 本文 */
.c-post-body {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
.c-post-body:not(:last-child) {
  margin-bottom: 3rem;
}
.c-post-body p:not(:last-child) {
  margin-bottom: 2rem;
}

/* イベント情報 */
.c-post-event-info:not(:last-child) {
  margin-bottom: 4rem;
}
.c-post-event-info:not(:first-child) {
  margin-top: -1.75rem;
}
.c-post-event-info table {
  width: 100%;
  border-collapse: collapse;
}
.c-post-event-info table tr th,
.c-post-event-info table tr td {
  font-size: 1.2rem;
  vertical-align: top;
  text-align: left;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #5a5a5a;
}
.c-post-event-info table tr th {
  width: 1%;
  font-weight: 500;
  white-space: nowrap;
}
.c-post-event-info table tr th > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post-event-info table tr th > span span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-post-event-info table tr th .icon {
  width: 4.25rem;
  min-width: 4.25rem;
  min-height: 6.25rem;
}
.c-post-event-info table tr td {
  padding: 2.25rem 0 1.75rem 2rem;
  font-weight: 400;
  line-height: 1.8;
}

/* 価格 */
.c-post-price {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.c-post-price:not(:last-child) {
  margin-bottom: 3.75rem;
}

/* 外部リンク */
.c-post-link:not(:last-child) {
  margin-bottom: 4rem;
}

/* ショップカード */
.c-post-shopcard:not(:last-child),
.c-post-keyword:not(:last-child) {
  margin-bottom: 5rem;
}

/* 関連キーワード */
/* その他の記事アーカイブ */
.c-post-recommend {
  padding: 4.5rem 2rem;
  background: #f2fbfe;
}
.c-post-recommend.-gray {
  background: #f5f6f6;
}

/* 注釈 */
.c-post-notes {
  margin-top: 4rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* ======================================================================
 *  多言語ページ専用
====================================================================== */
/* ------------------------------------------------------------
 * 基本セクション
------------------------------------------------------------ */
.c-multilingual-section-container:not(:last-child) {
  margin-bottom: 5rem;
}
.c-multilingual-section-container .content-block {
  padding-bottom: 5rem;
  border-bottom: 1px solid #a3a4a4;
}
.c-multilingual-section-container.-large-mb {
  margin-bottom: 7.5rem;
}

/* ------------------------------------------------------------
 * 冒頭メッセージ
------------------------------------------------------------ */
.c-multilingual-welcome-container {
  margin-block: 3rem 7.5rem;
}
.c-multilingual-welcome-container .image {
  margin-bottom: 5rem;
  overflow: hidden;
  border: 1px solid #5a5a5a;
  border-radius: 0.25rem;
}
.c-multilingual-welcome-container .logo {
  margin-block: 0 5rem;
  text-align: center;
}
.c-multilingual-welcome-container .catch {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8125;
  text-align: center;
  letter-spacing: 0.03em;
}
.c-multilingual-welcome-container .catch strong {
  font-size: 2.4rem;
  font-weight: 700;
  color: #01a5e4;
}
.c-multilingual-welcome-container .read {
  font-size: 1.4rem;
  line-height: 1.85;
}

/* ------------------------------------------------------------
 * ご利用いただける決済方法
------------------------------------------------------------ */
.c-multilingual-payment-block h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9rem 1rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid #5a5a5a;
  border-radius: 0.25rem;
}
.c-multilingual-payment-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 1.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}

/* ------------------------------------------------------------
 * FREE Wi-Fi
------------------------------------------------------------ */
.c-multilingual-wifi-block {
  padding: 3rem 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.c-multilingual-wifi-block h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #224689;
  text-align: center;
}
.c-multilingual-wifi-block h2 .icon {
  margin-bottom: 0.5rem;
}
.c-multilingual-wifi-block h2 .main {
  font-size: 2.4rem;
}
.c-multilingual-wifi-block h2 .sub {
  font-size: 2.2rem;
}
.c-multilingual-wifi-block .ssid {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
}

/* ------------------------------------------------------------
 * 全体マップ
------------------------------------------------------------ */
.c-multilingual-map-block .c-card-floor-map {
  margin-bottom: 5rem;
}

/* ------------------------------------------------------------
 * アクセス
------------------------------------------------------------ */
.c-multilingual-access-block {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.c-multilingual-access-block .map-embed {
  margin-bottom: 4.25rem;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.c-multilingual-access-block .map-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.56;
  vertical-align: bottom;
}
.c-multilingual-access-block h3,
.c-multilingual-access-block p {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.85;
}
.c-multilingual-access-block dl {
  padding-top: 0.25rem;
}
.c-multilingual-access-block dl dt:not(:first-child) {
  margin-top: 1.25rem;
}
.c-multilingual-access-block dl dt::before {
  display: inline;
  color: #01a5e4;
  content: "●";
}
.c-multilingual-access-block dl dd {
  margin: 0;
}
.c-multilingual-access-block dl dd::before {
  display: inline;
  content: "・";
}

/* ======================================================================
 *  error
====================================================================== */
.c-error-title {
  margin-bottom: 1.5rem;
  font-family: Outfit, sans-serif;
  font-size: 5.3rem;
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
}
.c-error-title .en {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.76;
}

.c-error-text {
  margin-bottom: 2.5rem;
  text-align: center;
}
.c-error-text .jp {
  display: block;
  margin-block: calc((1em - 1lh) / 2) calc((1em - 1lh) / 2 + 1.5rem);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
}
.c-error-text .en {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.73;
}

.c-error-list {
  padding: 0;
  margin-block: calc((1em - 1lh) / 2) calc((1em - 1lh) / 2 + 2.5rem);
  font-size: 1.6rem;
  list-style: none;
}
.c-error-list li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.c-error-note {
  margin-block: calc((1em - 1lh) / 2) calc((1em - 1lh) / 2 + 4rem);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.9;
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (width >= 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (width <= 768px) {
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  font-family: "object-fit: contain; object-position: 50% 50%;";
  -o-object-fit: contain;
  object-fit: contain;
}

/* ------------------------------------------------------------
 * カスタムデザイン スクロールバー
------------------------------------------------------------ */
.u-custom-scrollbar::-webkit-scrollbar {
  width: 0.5rem;
}
.u-custom-scrollbar::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 0.25rem;
}
.u-custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.7);
  border-radius: 0.25rem;
}
/*# sourceMappingURL=main.css.map */
