@charset "UTF-8";
/* =============================================================================
 * HTMLタグ基本設定
============================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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 */
  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 */
  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: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  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; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 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 {
  display: none;
}

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

html {
  font-size: 10px;
}

body {
  font-family: 'Zen Old Mincho', '游明朝 Medium', 'YuMincho Medium', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #3A4145;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body.-js-menu-open {
  overflow: hidden;
}

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;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #000;
}

input,
select {
  vertical-align: middle;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}
img.-ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
img.-ofi.-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  }
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (min-width: 769px) {
  /* spのみ表示 */
  ._sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* pcのみ表示 */
  ._pc-only {
    display: none;
  }
}
/* =============================================================================
 * layout
 * 共通のレイアウト
============================================================================= */
/* ------------------------------------------------------------
 * container
------------------------------------------------------------ */
.l-container {
  overflow: hidden;
}
.l-container__main {
  background: #E2DFDD;
}

/* ------------------------------------------------------------
 * header
------------------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-inline: 62px;
  color: #fff;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-inline: 0;
  }
}
.l-header__main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100%, 1236px);
  height: 90px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-header__main {
    height: 62px;
  }
}
.l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: min(6.588579795vw, 90px);
  margin: 0;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 99px;
  }
}
.l-header__logo svg {
  fill: #fff;
}
.l-header__navi {
  font-size: min(1.0980966325vw, 15px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-header__navi {
    display: none;
  }
}
.l-header__navi a {
  color: inherit;
  text-decoration: none;
}
.l-header__navi ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__navi:nth-child(2) {
  padding-left: min(7.8330893119vw, 107px);
}
.l-header__navi:nth-child(2) ul {
  gap: min(4.2459736457vw, 58px);
}
.l-header__navi:nth-child(3) ul {
  gap: min(3.5871156662vw, 49px);
}
.l-header__toggle {
  position: absolute;
  top: 50%;
  left: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  aspect-ratio: 1/0.7;
  cursor: pointer;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .l-header__toggle {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header__toggle:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    left: 13px;
    width: 30px;
    margin-top: -3px;
  }
}
.l-header__toggle span, .l-header__toggle::before, .l-header__toggle::after {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.05;
  content: "";
  background: transparent url("../images/common/navi-toggle.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .l-header__toggle span, .l-header__toggle::before, .l-header__toggle::after {
    aspect-ratio: auto;
    background: none;
    border-bottom: 1px solid #fff;
  }
}
.l-header__toggle.-js-menu-open span {
  opacity: 0;
}
.l-header__toggle.-js-menu-open::before, .l-header__toggle.-js-menu-open::after {
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-header__toggle.-js-menu-open::before {
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
}
@media screen and (max-width: 768px) {
  .l-header__toggle.-js-menu-open::before {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
  }
}
.l-header__toggle.-js-menu-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .l-header__toggle.-js-menu-open::after {
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg);
  }
}

/* *** home用の設定 *** */
body:has(.p-home-mv) .l-header .js-hidden-home {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
body:has(.p-home-mv) .l-header .js-hidden-home.-js-show {
  visibility: visible;
  opacity: 1;
}

/* ------------------------------------------------------------
 * menu
------------------------------------------------------------ */
.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: min(12.5915080527vw, 172px) 6.8081991215vw min(5.8565153734vw, 80px);
  overflow: auto;
  color: #fff;
  visibility: hidden;
  background: #3A4145;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
.l-menu.-js-menu-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-menu {
    height: 100dvh;
    padding: 100px 0 70px;
  }
}
.l-menu a {
  color: inherit;
  text-decoration: none;
}
.l-menu ul {
  padding: 0;
  list-style: none;
}
.l-menu__main {
  width: min(100%, 1176px);
  padding-left: min(5.5636896047vw, 76px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-menu__main {
    width: 100%;
    padding: 0;
  }
}
.l-menu__content {
  padding: 4rem min(1.1713030747vw, 16px);
  margin-block: 0;
}
@media screen and (max-width: 768px) {
  .l-menu__content {
    padding: 3.2rem 0;
    margin-left: 26px;
    margin-right: 26px;
  }
}
.l-menu__content:first-child {
  padding-top: 0;
}
.l-menu__content:last-child {
  padding-bottom: 0;
}
.l-menu__content--sp-footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-menu__content--sp-footer {
    display: block;
    margin-left: 0;
    margin-right: 0;
    color: #3a4145;
    overflow: hidden;
  }
}
.l-menu__heading {
  margin-bottom: 0.84em;
  font-size: min(1.3909224012vw, 19px);
  line-height: 1.46;
  white-space: nowrap;
  position: relative;
}
.l-menu__heading--min {
  width: 138px;
}
@media screen and (max-width: 768px) {
  .l-menu__heading--min {
    width: auto;
  }
}
.l-menu__heading a {
  display: block;
}
.l-menu__heading::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url(/assets/images/common/icon-arrow-min-wh.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-menu__heading {
    font-size: 1.9rem;
    white-space: normal;
  }
}
.l-menu__summary {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #9B9B9B;
}
@media screen and (max-width: 768px) {
  .l-menu__summary {
    font-size: inherit;
  }
}
.l-menu__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.5387994143vw, 62px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-menu__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
  }
}
.l-menu__grid__item {
  width: 20.225%;
}
@media screen and (max-width: 768px) {
  .l-menu__grid__item {
    width: auto;
    -webkit-padding-before: 1.5em;
            padding-block-start: 1.5em;
    border-top: 1px solid rgba(204, 202, 202, 0.3);
  }
}
@media screen and (min-width: 769px) {
  .l-menu__aboutus, .l-menu__articles, .l-menu__stores {
    padding-block: 1.86em;
    border-top: 1px solid rgba(204, 202, 202, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .l-menu__aboutus, .l-menu__articles, .l-menu__stores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2rem;
    padding-block: 1.5em;
    border-top: 1px solid rgba(204, 202, 202, 0.3);
  }
}
@media screen and (min-width: 769px) {
  .l-menu__aboutus__item, .l-menu__articles__item, .l-menu__stores__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: min(2.9282576867vw, 40px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-menu__aboutus__item h2, .l-menu__articles__item h2, .l-menu__stores__item h2 {
    margin: 0;
  }
}
.l-menu__articles1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(4.5387994143vw, 62px);
}
@media screen and (max-width: 768px) {
  .l-menu__articles1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem 1.3rem;
  }
}
.l-menu__articles1 p {
  margin-top: 0.5em;
  font-size: min(1.0980966325vw, 15px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-menu__articles1 p {
    padding: 0.5em;
    margin: 0;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-menu__articles1__item {
    background: #EBE9E8;
    border-radius: 0 0 5px 5px;
  }
}
.l-menu__articles1__eyecatch {
  aspect-ratio: 1/0.77;
}
@media screen and (max-width: 768px) {
  .l-menu__articles1__eyecatch {
    aspect-ratio: 1/0.67;
  }
}

/* ------------------------------------------------------------
 * footer
------------------------------------------------------------ */
.l-footer {
  position: relative;
  padding: 40px 52px 26px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 34px 6.9333333333vw;
  }
}
.l-footer ul {
  padding: 0;
  list-style: none;
}
.l-footer a {
  color: inherit;
  text-decoration: none;
}
.l-footer__navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__navi ul {
    display: block;
    gap: 0.25em 1em;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__navi ul li {
    display: inline;
    font-size: 1.3rem;
  }
}
.l-footer__navi ul li:not(:last-child)::after {
  content: "　|　";
}
.l-footer__sns {
  position: absolute;
  top: 40px;
  right: 52px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    position: static;
    margin: 4.615em auto 2.7em;
  }
}
.l-footer__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns ul {
    gap: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__sns ul li {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__sns ul li {
    width: 43px;
  }
}
.l-footer__copyright {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 2.7em;
    text-align: center;
  }
}

/* ------------------------------------------------------------
 * footer コンテンツ
------------------------------------------------------------ */
.l-footer-content {
  padding: 76px 6.8081991215vw 76px 13.5431918009vw;
  background: #E2DFDD;
}
@media screen and (max-width: 768px) {
  .l-footer-content {
    padding-inline: 6.9333333333vw;
  }
}
.l-footer-content .c-heading-h2 {
  margin-bottom: 1.55em;
}
.l-footer-content__more {
  margin-top: 1.87em;
}
.l-footer-content.--articles {
  padding-block: 52px;
  background: #EBE9E8;
}
.l-footer-content.--banner {
  background: #F6F5F5;
}
@media screen and (max-width: 768px) {
  .l-footer-content.--banner {
    padding-block: 57px;
  }
}

/* *** お知らせスライダー *** */
.l-footer-content-news-slider {
  margin-bottom: 38px;
}
.l-footer-content-news-slider a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-footer-content-news-slider .__eyecatch {
  aspect-ratio: 1/1;
  background: #fff;
}
.l-footer-content-news-slider .__summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  padding-right: 9rem;
  margin-top: 1.6em;
  line-height: 1.46;
}
@media screen and (max-width: 768px) {
  .l-footer-content-news-slider .__summary {
    padding-inline: 1em;
  }
}
.l-footer-content-news-slider .__summary p {
  margin: 0;
}
.l-footer-content-news-slider .__summary p.__date {
  font-size: 1.2rem;
}
.l-footer-content-news-slider .__summary p.__title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-footer-content-news-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .l-footer-content-news-slider .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-content-news-slider .swiper-slide {
    width: 91.33%;
  }
  .l-footer-content-news-slider .swiper-slide:last-child {
    width: 100%;
  }
  .l-footer-content-news-slider .swiper-slide:last-child a {
    width: 91.33%;
  }
  .l-footer-content-news-slider .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .l-footer-content-news-slider .swiper-pagination-bullet {
    width: 13px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 !important;
    background: #fff;
    opacity: 1;
  }
  .l-footer-content-news-slider .swiper-pagination-bullet-active {
    background: #875D45;
  }
}

/* *** [読みもの] 新着一覧 スライダー *** */
.l-footer-content-articles-slider .__eyecatch {
  aspect-ratio: 1/0.76;
}
.l-footer-content-articles-slider .__title {
  margin-top: 1.8em;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.69;
}
.l-footer-content-articles-slider .swiper-slide {
  width: 19.67%;
}
@media screen and (max-width: 768px) {
  .l-footer-content-articles-slider .swiper-slide {
    width: 66.25%;
  }
}
.l-footer-content-articles-slider .swiper-slide a {
  color: inherit;
  text-decoration: none;
}

/* *** バナー *** */
.l-footer-content-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4641288433vw;
}
@media screen and (max-width: 768px) {
  .l-footer-content-banner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.l-footer-content-banner__item a {
  color: inherit;
  text-decoration: none;
}
.l-footer-content-banner__item .c-heading-h2 {
  margin-bottom: 0.84em;
}
.l-footer-content-banner__eyecatch {
  aspect-ratio: 1/0.33;
  overflow: hidden;
  border-radius: 5px;
}
.l-footer-content-banner__label {
  margin-block: 0.42em 0.9em;
  font-size: 1.9rem;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .l-footer-content-banner__label {
    margin-block: 1em 0.8em;
  }
}
.l-footer-content-banner p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
}

/* ------------------------------------------------------------
 * footer CTA オンラインストア
------------------------------------------------------------ */
.l-footer-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #231816;
}
@media screen and (max-width: 768px) {
  .l-footer-cta {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer-cta__main {
  width: 435px;
  padding: 0 41px 42px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__main {
    width: 100%;
    padding: 34px 6.9333333333vw 39px;
  }
}
.l-footer-cta__logo {
  width: 99px;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__logo {
    position: absolute;
    top: 0;
    left: 6.9333333333vw;
    width: 22.4vw;
  }
}
.l-footer-cta__text {
  margin-block: 4.9em;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__text {
    margin-block: 0 4.615em;
    font-size: 1.3rem;
    line-height: 1.69;
  }
}
.l-footer-cta__more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 53px;
  padding-inline: 3rem 1.9rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #3A4145;
  text-decoration: none;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer-cta__more a {
    font-size: 1.5rem;
  }
}
.l-footer-cta__more a svg {
  width: 11px;
  fill: #9B9B9B;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (hover: hover) {
  .l-footer-cta__more a:hover {
    color: #875D45;
  }
  .l-footer-cta__more a:hover svg {
    fill: #875D45;
  }
}
.l-footer-cta__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-footer-cta-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  overflow: hidden;
  line-height: 1;
  color: #fff;
  background: #000;
}
.l-footer-cta-floating__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
}
.l-footer-cta-floating__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1em;
  font-weight: 700;
}
.l-footer-cta-floating__label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.73em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.l-footer-cta-floating__label span::after {
  display: block;
  width: 5px;
  aspect-ratio: 1/1.62;
  content: "";
  background: transparent url("../images/common/icon-arrow-min-wh.svg") no-repeat 50% 50%/contain;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.l-footer-cta-floating__image {
  width: min(33.3%, 125px);
  height: 70px;
}
@media screen and (min-width: 769px) {
  .l-footer-cta-floating {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-container:has(.l-footer-cta-floating) {
    padding-bottom: 70px;
  }
}

/* =============================================================================
 * project layout
 * ページ固有のレイアウト
============================================================================= */
/* ------------------------------------------------------------
 * HOME
------------------------------------------------------------ */
.p-home-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 317px;
  margin: 0;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-home-mv__title {
    width: min(86.1333333333vw, 323px);
  }
}
.p-home-mv__title svg {
  fill: #fff;
}

.p-home-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-home-content.--odd {
  padding-left: 16.8374816984vw;
}
.p-home-content.--even {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 13.5431918009vw;
}
@media screen and (max-width: 768px) {
  .p-home-content.--odd, .p-home-content.--even {
    display: block;
    padding-inline: 10.9333333333vw;
  }
}
.p-home-content__text {
  width: 307px;
  text-align: justify;
  position: relative;
}
.p-home-content__text:hover .c-button-more {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-home-content__text {
    width: 100%;
  }
}
.p-home-content__more {
  margin-top: 1.33em;
}
.p-home-content .c-button-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------------------------------------
 * philosophy
------------------------------------------------------------ */
.p-philosophy-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100lvh;
  padding: 42px 5.270863836vw 38px;
  color: #fff;
  background: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-philosophy-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 75lvh;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 42px 6.9333333333vw 42px 10.9333333333vw;
  }
}
.p-philosophy-section__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-philosophy-section__main {
    width: min(100%, 1366px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-philosophy-section__main.--odd .p-philosophy-section__heading {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-philosophy-section__main.--even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-philosophy-section__main.--even .p-philosophy-section__heading {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-philosophy-section h2 {
  letter-spacing: 0.25em;
}
.p-philosophy-section h2 small {
  letter-spacing: 0.2em;
}
.p-philosophy-section__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-philosophy-section__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 5.6em;
}
@media screen and (max-width: 768px) {
  .p-philosophy-section__text {
    display: block;
    width: 77.597%;
    padding-top: 1.46em;
  }
}
.p-philosophy-section__text__column {
  margin: 0;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-philosophy-section__text__column {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    width: 490px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.p-philosophy-section#life {
  background-image: url("../images/philosophy/bg-life.webp");
}
@media screen and (min-width: 769px) {
  .p-philosophy-section#life .p-philosophy-section__heading {
    padding-right: 14.3484626647vw;
  }
  .p-philosophy-section#life .p-philosophy-section__text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: min(0.3660322108vw, 5px);
  }
  .p-philosophy-section#life .p-philosophy-section__text__column {
    width: 510px;
  }
}
.p-philosophy-section#innovation {
  background-image: url("../images/philosophy/bg-innovation.webp");
}
@media screen and (min-width: 769px) {
  .p-philosophy-section#innovation .p-philosophy-section__heading {
    padding-left: 20.9370424597vw;
  }
  .p-philosophy-section#innovation .p-philosophy-section__text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0.5856515373vw;
  }
}
.p-philosophy-section#innovation h2 {
  letter-spacing: 1em;
}
.p-philosophy-section#culture {
  background-image: url("../images/philosophy/bg-culture.webp");
}
@media screen and (min-width: 769px) {
  .p-philosophy-section#culture .p-philosophy-section__heading {
    padding-right: 18.8872620791vw;
  }
  .p-philosophy-section#culture .p-philosophy-section__text {
    padding-left: 0.5856515373vw;
  }
  .p-philosophy-section#culture .p-philosophy-section__text__column {
    width: 510px;
  }
}
.p-philosophy-section#work {
  background-image: url("../images/philosophy/bg-work.webp");
}
@media screen and (min-width: 769px) {
  .p-philosophy-section#work .p-philosophy-section__heading {
    padding-left: 21.5959004392vw;
  }
  .p-philosophy-section#work .p-philosophy-section__text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 52.78%;
  }
}
.p-philosophy-section#nature {
  background-image: url("../images/philosophy/bg-nature.webp");
}
@media screen and (min-width: 769px) {
  .p-philosophy-section#nature .p-philosophy-section__heading {
    padding-right: 21.8155197657vw;
  }
  .p-philosophy-section#nature .p-philosophy-section__text {
    width: 52.78%;
  }
}
.p-philosophy-section#mujakuan {
  background-image: url("../images/philosophy/bg-mujakuan.webp");
}
@media screen and (min-width: 769px) {
  .p-philosophy-section#mujakuan .p-philosophy-section__heading {
    padding-left: 14.8609077599vw;
  }
  .p-philosophy-section#mujakuan .p-philosophy-section__text {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 56.15%;
  }
}

/* =============================================================================
 * component
 * ボタンやブロック等の共有部品
============================================================================= */
/* ------------------------------------------------------------
 * ボタン
------------------------------------------------------------ */
.c-button-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.23em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.c-button-more::before {
  display: block;
  width: 34px;
  -webkit-flex-basis: 34px;
      -ms-flex-preferred-size: 34px;
          flex-basis: 34px;
  aspect-ratio: 1/1;
  content: "";
  background: transparent url("../images/common/icon-more.svg") no-repeat 50% 50%/contain;
}
.c-button-more span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-button-more.--wh {
  color: #fff;
}
.c-button-more.--wh::before {
  background-image: url("../images/common/icon-more-wh.svg");
}

/* ------------------------------------------------------------
 * 見出し
------------------------------------------------------------ */
.c-heading-h1 {
  margin-bottom: 0.736em;
  font-size: 3.6rem;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .c-heading-h1 {
    margin-bottom: 1.194em;
    font-size: 2.4rem;
    font-weight: 400;
  }
}

.c-heading-h2 {
  margin-bottom: 1.22em;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.46;
}
.c-heading-h2.--bold {
  font-weight: 700;
}
.c-heading-h2.--rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c-heading-h2 small {
  font-size: 1rem;
}

/* ------------------------------------------------------------
 * リスト
------------------------------------------------------------ */
.c-list-news {
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  line-height: 1.46;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .c-list-news {
    display: block;
    border-top: 1px solid #CCCACA;
  }
}
.c-list-news a {
  color: inherit;
  text-decoration: none;
}
.c-list-news li {
  display: table-row;
}
@media screen and (max-width: 768px) {
  .c-list-news li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5em 0;
    padding-block: 28px 24px;
    border-bottom: 1px solid #CCCACA;
  }
}
.c-list-news__date, .c-list-news__category, .c-list-news__title {
  display: table-cell;
  padding-block: 1em;
  font-weight: 700;
  vertical-align: middle;
  border-top: 1px solid #CCCACA;
  border-bottom: 1px solid #CCCACA;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-list-news__date, .c-list-news__category, .c-list-news__title {
    display: block;
    padding: 0;
    border: none;
  }
}
.c-list-news__date, .c-list-news__category {
  width: 1%;
  white-space: nowrap;
}
.c-list-news__date {
  padding-right: min(3.2942898975vw, 45px);
}
@media screen and (max-width: 768px) {
  .c-list-news__date {
    width: 6.65em;
    padding: 0;
  }
}
.c-list-news__category {
  padding-right: min(2.196193265vw, 30px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-list-news__category {
    width: auto;
  }
}
.c-list-news__category span {
  display: block;
  padding: 0.125em 1.8rem;
  font-size: 1.2rem;
  text-align: center;
  background: #F6F5F5;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .c-list-news__category span {
    min-width: 9em;
  }
}

/* ------------------------------------------------------------
 * カバー セクション
------------------------------------------------------------ */
/* *** 背面動画セクションの共通設定 *** */
.c-cover-section {
  position: relative;
  width: 100%;
  height: 100lvh;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.c-cover-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #000;
}
.c-cover-section__bg video,
.c-cover-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.c-cover-section__bg.--opacity70 video,
.c-cover-section__bg.--opacity70 img {
  opacity: 0.7;
}
.c-cover-section__bg.--opacity50 video,
.c-cover-section__bg.--opacity50 img {
  opacity: 0.5;
}
.c-cover-section__main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

/* *** ページ冒頭タイトル *** */
.c-cover-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cover-head {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 42px 10.9333333333vw;
  }
}
.c-cover-head__content {
  position: relative;
  z-index: 1;
  width: 444px;
}
@media screen and (max-width: 768px) {
  .c-cover-head__content {
    width: 100%;
  }
}
.c-cover-head__navi {
  margin-top: 2.33em;
  line-height: 1.2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .c-cover-head__navi {
    margin-top: 1.4em;
  }
}
.c-cover-head__navi a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.c-cover-head__navi a::before {
  display: iblock;
  width: 7px;
  aspect-ratio: 1/0.87;
  content: "";
  background: transparent url("../images/common/icon-arrow-anchor.svg") no-repeat 50% 50%/contain;
  -webkit-transform: translateY(140%);
          transform: translateY(140%);
}
.c-cover-head__navi a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-cover-head__navi a .small {
  font-size: 1rem;
}
.c-cover-head__navi ul {
  padding: 0;
  list-style: none;
  padding-block: 1.75em;
}
.c-cover-head__navi ul li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 1.5em 1.75em 0;
}
@media screen and (max-width: 768px) {
  .c-cover-head__navi ul {
    grid-template-columns: auto auto;
  }
}

/* ------------------------------------------------------------
 * アコーディオン開閉コンテンツ
------------------------------------------------------------ */
/* *** スマホ版のみトグル開閉するインラインテキスト *** */
@media screen and (max-width: 768px) {
  .c-accordion-inline-sp__hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .c-accordion-inline-sp__hidden.-js-show {
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
  }
}
.c-accordion-inline-sp__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px 0.3125em 0;
  margin-top: 1.875em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  border-bottom: 1px solid;
}
@media screen and (min-width: 769px) {
  .c-accordion-inline-sp__toggle {
    display: none;
  }
}
.c-accordion-inline-sp__toggle i {
  position: relative;
  width: 7px;
  aspect-ratio: 1/1;
}
.c-accordion-inline-sp__toggle i::before, .c-accordion-inline-sp__toggle i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  content: "";
  border-top: 1px solid;
}
.c-accordion-inline-sp__toggle i::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-accordion-inline-sp__toggle i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion-inline-sp__toggle.-js-show i::after {
  display: none;
}/*# sourceMappingURL=style.css.map */