@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  line-height: 1;
  margin: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "MS ゴシック", sans-serif;
  font-size: 1.6em;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(20px);
            transform: translateX(-50%) translateY(20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    z-index: 1000;
    width: 100%;
    padding: 0 1.6rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .fixed-btn.is-visible {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
  .fixed-btn .btn {
    width: 100%;
    max-width: 100%;
    padding: 1.3rem 1.4rem 1.4rem;
  }
  .fixed-btn .btn span {
    font-size: 1.4rem;
  }
}
/* =========================
  BUTTON（共通）
========================= */
.btn {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  max-width: 32.5rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 2.5rem 0 2.9rem;
  font-size: 2.2rem;
  font-weight: 700;
  border: 0.2rem solid transparent;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.btn:hover {
  opacity: 1;
}

/* 文字を必ず最前面に */
.btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: bold;
}

/* 左→右に流れる背景 */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  z-index: 1;
}

.btn--sm {
  width: 18rem;
  font-size: 1.6rem;
  padding: 1.5rem 0 1.7rem;
}

/* =========================
  PRIMARY（オレンジ）
========================= */
.btn--primary {
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 74, 5)), color-stop(50%, rgb(244, 126, 42)), to(rgb(237, 74, 5)));
  background: linear-gradient(90deg, rgb(237, 74, 5) 0%, rgb(244, 126, 42) 50%, rgb(237, 74, 5) 100%);
}

.btn--primary:hover {
  color: #ed4a05;
  border-color: #ed4a05;
}

.btn--primary:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* =========================
  LINE（グリーン）
========================= */
.btn--line {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 165, 16)), color-stop(50%, rgb(58, 201, 2)), to(rgb(59, 165, 16)));
  background: linear-gradient(90deg, rgb(59, 165, 16) 0%, rgb(58, 201, 2) 50%, rgb(59, 165, 16) 100%);
}

.btn--line:hover {
  color: #3ba510;
  border-color: #3ba510;
}

.btn--line:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* =========================
  SP：hover 無効
========================= */
@media screen and (max-width: 767px) {
  .btn::before {
    display: none;
  }
  .btn--primary:hover,
  .btn--line:hover {
    color: #fff;
    border-color: transparent;
  }
}
.sec-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12rem 0;
}

.sec-header {
  position: relative;
  text-align: center;
}

.sec-heading-en {
  text-align: center;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 11.6rem;
  color: rgba(0, 0, 0, 0.08);
  line-height: 1;
}

.sec-heading {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: #222;
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.slider {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.slider__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  border: none;
  display: block;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 20;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

.slider__nav--prev {
  background-image: url("../images/arrow-prev.svg");
  left: 4rem;
}

.slider__nav--next {
  background-image: url("../images/arrow-next.svg");
  right: 4rem;
}

@media screen and (max-width: 1199px) {
  .sec-inner {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 28rem;
    font-size: 1.6rem;
    padding: 1.8rem;
  }
  .btn--sm {
    width: 22rem;
  }
  .sec-heading {
    font-size: 2.2rem;
  }
  .sec-heading-en {
    font-size: 6rem;
  }
  .sec-inner {
    padding: 5.6rem 1.6rem;
  }
}
/* =========================
  Floating Online Shop Button
========================= */
.floating-shop {
  position: fixed;
  top: 13rem;
  right: 2rem;
  z-index: 200;
  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;
  gap: 0.8rem;
  padding: 1.2rem 1.6rem;
  min-width: 18rem;
  background-color: #222;
  color: #fff;
  border: 0.1rem solid #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  /* 最初は画面の外（右）＆非表示 */
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}

/* 表示状態クラス（JSで付与） */
.floating-shop.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

/* 「オンラインショップ」文字 */
.floating-shop__label {
  letter-spacing: 0.08em;
}

/* 右側の丸アイコン */
.floating-shop__icon {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
}

/* 中の矢印（→）をCSSだけで作成 */
.floating-shop__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
}

/* hover時のちょいアニメ */
.floating-shop:hover {
  opacity: 0.8;
}

/* スマホ時の位置調整（例：下部に寄せる） */
@media screen and (max-width: 767px) {
  .floating-shop {
    top: 6rem;
    right: 1.6rem;
    min-width: 16rem;
    font-size: 1.3rem;
  }
}
/* =========================
  header（fvで見える範囲）
========================= */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.home .header.is-scrolled {
  background-color: #222;
}

.header__inner {
  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;
  height: 10rem;
  padding: 0 2rem;
  max-width: 180rem;
  margin-right: auto;
  margin-left: auto;
}

.header__logo img {
  width: 25rem;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item {
  margin-right: 2.4rem;
}
.header__nav-item.header__nav-item--btn {
  margin-right: 1.6rem;
}
.header__nav-item:last-child {
  margin-right: 0;
}

.header__nav-item a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", sans-serif;
  display: block;
}
.header__nav-item a:hover {
  opacity: 1;
}
.header__nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  width: 0;
  height: 0.16rem;
  background: #fff;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.header__nav-item a:hover::after {
  width: 100%;
}

.header__nav-item--btn a:hover::after {
  width: 0;
}

.header__hamburger {
  display: none;
  width: 2.4rem;
  height: 3.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.header__hamburger-line {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #fff;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1199px) {
  .header__inner {
    height: 5rem;
    padding: 0 1.6rem;
  }
  .header__logo img {
    width: 16.5rem;
  }
  .header__nav {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(0, 0, 0, 0.94);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .header.is-open .header__nav {
    opacity: 1;
    pointer-events: auto;
  }
  .header__actions {
    display: none;
  }
  .header__nav-list {
    -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;
    row-gap: 2.4rem;
  }
  .header__nav-item {
    margin-right: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  /* フェードイン（ディレイをずらして階段表示） */
  .header.is-open .header__nav-item {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .header.is-open .header__nav-item:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .header.is-open .header__nav-item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .header.is-open .header__nav-item:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .header.is-open .header__nav-item:nth-child(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .header.is-open .header__nav-item:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .header.is-open .header__nav-item:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .header.is-open .header__nav-item:nth-child(7) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .header__hamburger {
    display: block;
  }
  /* ハンバーガー → バツアイコン */
  .header__hamburger-line {
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  }
  .header__hamburger.is-open .header__hamburger-line:nth-child(1) {
    -webkit-transform: translateY(0.7rem) rotate(45deg);
            transform: translateY(0.7rem) rotate(45deg);
  }
  .header__hamburger.is-open .header__hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-open .header__hamburger-line:nth-child(3) {
    -webkit-transform: translateY(-0.7rem) rotate(-45deg);
            transform: translateY(-0.7rem) rotate(-45deg);
  }
  .header__nav .header__nav-item--btn {
    margin-right: 0;
  }
}
/* =========================
  fv
========================= */
.fv {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.fv__bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* 黒オーバーレイ */
.fv__bg-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.fv__bg-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.fv__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fv__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 8.8rem 0 12rem;
  height: 100rem;
}

.fv__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.fv__title {
  font-size: 4.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
  margin-bottom: 5rem;
}
.fv__title span {
  font-size: 6rem;
  padding: 0.2rem 0.4rem 0.8rem;
  margin-right: 0.4rem;
  margin-top: 1.6rem;
  font-weight: inherit;
  display: inline-block;
  background: url(../images/fv-title-bg.jpg);
  background-size: cover;
  color: #222;
}

.fv__sub-en {
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  opacity: 0.9;
}

.fv__logo {
  margin-bottom: 3.2rem;
}
.fv__logo img {
  max-width: 95rem;
  width: 100%;
}

.fv__logo-text {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  font-family: "Roboto", sans-serif;
}

.fv__lead {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.cta-band {
  margin-top: 5rem;
}

.cta-band__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .fv__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  /* 黒オーバーレイ */
  .fv__bg-slider::after {
    content: "";
    position: absolute;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .fv__inner {
    height: 100vh;
  }
  .fv__kicker {
    font-size: 1.8rem;
  }
  .fv__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .fv__title span {
    font-size: 2.6rem;
    padding: 0.2rem 0.4rem 0.4rem;
    margin-top: 1rem;
  }
  .fv__logo {
    margin-bottom: 1rem;
  }
  .fv__logo img {
    width: 26rem;
    margin: 0 auto;
  }
  .fv__logo-text {
    font-size: 2.8rem;
  }
  .fv__lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .fv__bg-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
    height: 100vh;
  }
  .cta-band {
    margin-top: 3rem;
  }
  .cta-band__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* =========================
  NEWS
========================= */
.news {
  background-image: url("../images/news-bg.jpg");
  background-repeat: repeat;
}
.news .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem;
  margin-top: 5.6rem;
  margin-bottom: 6rem;
}
.news .news__link {
  max-width: 35rem;
  width: calc(33.3% - 1.9rem);
  display: block;
  text-decoration: none;
}
.news .news__thumbnail {
  margin-bottom: 1.2rem;
  overflow: hidden;
  aspect-ratio: 5/3;
}
.news .news__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.news .news__link:hover .news__thumbnail img,
.news .news__link:focus-visible .news__thumbnail img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.news .news__title {
  line-height: 1.4;
  color: #222;
  font-weight: 500;
  margin-top: 0.6rem;
}
.news .news__more {
  text-align: center;
}

.news__date {
  margin-right: 1.2rem;
  color: #929292;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.news__category {
  display: inline-block;
  border: 0.1rem solid #222;
  font-size: 1.4rem;
  padding: 0.3rem 1.4rem;
}

@media screen and (max-width: 767px) {
  .news {
    background-image: url("../images/news-bg-sp.jpg");
  }
  .news .news__header {
    margin-bottom: 4rem;
  }
  .news .news__list {
    -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;
    gap: 0;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  .news .news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 1.4rem;
    max-width: 100%;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #b1b1b1;
  }
  .news .news__link:last-child {
    border-bottom: none;
  }
  .news .news__thumbnail {
    margin-bottom: 0;
    width: 40%;
  }
  .news .news__body {
    width: 60%;
  }
  .news .news__date {
    margin-right: 0.6rem;
  }
  .news__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news__date {
    font-size: 1.4rem;
  }
  .news__category {
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem;
  }
  .news__title {
    font-size: 1.4rem;
  }
}
/* =========================
  BLACK BUTTON
========================= */
.btn--black {
  background: #222;
  color: #fff;
  border-radius: 0;
  margin: 0 auto;
}

.btn--black:hover {
  color: #222;
  border-color: #222;
}

.btn--black:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* SP：hover 無効 */
@media screen and (max-width: 767px) {
  .btn--black:hover {
    color: #fff;
    border-color: transparent;
  }
}
/* =========================
  ABOUT
========================= */
.about {
  background: -webkit-gradient(linear, left bottom, left top, from(#222222), to(#2e2e2e));
  background: linear-gradient(0deg, #222222 0%, #2e2e2e 100%);
  color: #fff;
  /* 見出し */
  /* 上部スライダー（施設写真） */
  /* スライドの比率固定（16:9） */
  /* 中の画像をフィットさせる */
}
.about .about__header {
  position: relative;
  text-align: center;
  margin-bottom: 4.8rem;
}
.about .about__heading-en {
  color: rgba(255, 255, 255, 0.05);
}
.about .about__heading {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.about .about__slider {
  margin-bottom: 6rem;
  overflow: hidden;
}
.about .about__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.about .slider--about .slider__slide {
  position: relative;
  overflow: hidden;
}
.about .slider--about .slider__slide::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.about .slider--about .slider__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about .slider--about {
  overflow: hidden;
}
.about .slider--about .slider__slide {
  width: auto;
}
.about .slider--about .slider__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.about .about__lead {
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1.4;
  font-size: 2.4rem;
}
.about .about__lead-highlight {
  color: #f9ff8c;
  font-weight: 700;
  font-size: 3.2rem;
}
.about .about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem;
}
.about .about__feature {
  background: #444444;
  color: #fff;
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about .about__feature-thumb {
  overflow: hidden;
}
.about .about__feature-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.about .about__feature-body {
  padding: 2rem 1.6rem 3rem;
}
.about .about__feature-number {
  margin-bottom: 1rem;
}
.about .about__feature-number img {
  width: 5rem;
}
.about .about__feature-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.about .about__feature-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.about .about__feature-text {
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .about .about__features {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .about .about__header {
    margin-bottom: 3.2rem;
  }
  .about .about__slider {
    margin-bottom: 1.6rem;
  }
  .about .about__lead {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.5;
  }
  .about .about__lead span {
    font-size: 2rem;
  }
  .about .about__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about__feature {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .about .about__feature {
    width: 100%;
  }
  .about .about__feature-text {
    font-size: 1.4rem;
  }
}
/* =========================
  STAFF
========================= */
.staff {
  background-image: url("../images/staff-bg.jpg");
  background-repeat: repeat;
}

.staff__header {
  position: relative;
  text-align: center;
  margin-bottom: 3.2rem;
}

.staff__heading-en {
  color: rgba(0, 0, 0, 0.1);
}

.staff__heading {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.staff__lead {
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.6;
  font-size: 2rem;
}

/* スライダー全体 */
.staff__slider {
  position: relative;
  padding: 0 4rem;
}

.slider--staff {
  overflow: hidden;
}

.slider--staff .slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider--staff .slider__slide {
  height: auto;
}

/* スタッフカード */
.staff__card-inner {
  background: #fff;
  padding: 3.2rem 2rem 2.4rem;
  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;
  height: 100%;
}

.staff__card-body {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.staff__card-photo {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.staff__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff__card-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: center;
}

.staff__card-role {
  font-size: 1.4rem;
  color: #929292;
  margin-bottom: 1.6rem;
  text-align: center;
}

.staff__card-text {
  line-height: 1.6;
}

.staff__card-sns {
  margin-top: auto;
  padding-top: 2rem;
}

.staff__card-sns-link {
  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;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.4rem;
  text-decoration: none;
  margin-right: 1rem;
}
.staff__card-sns-link:last-child {
  margin-right: 0;
}
.staff__card-sns-link img {
  width: 100%;
}

.staff__card-sns-icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}

/* スライダー矢印（黒丸ボタン） */
/* =========================
  STAFF responsive
========================= */
@media screen and (max-width: 767px) {
  .staff__slider {
    padding: 0 1.6rem;
  }
  .staff__header {
    margin-bottom: 1.6rem;
  }
  .staff__lead {
    margin-bottom: 2.2rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .staff__card-text {
    font-size: 1.4rem;
  }
  .slider__nav {
    width: 3rem;
    height: 3rem;
  }
  .slider__nav--next {
    right: 0.4rem;
  }
  .slider__nav--prev {
    left: 0.4rem;
  }
}
/* =========================
  PRICE
========================= */
.price {
  background-color: #1f1f1f;
  color: #fff;
}

/* 見出しまわり */
.price__header {
  text-align: center;
}

.price__heading-en {
  color: rgba(255, 255, 255, 0.06);
}

.price__heading {
  color: #fff;
}

/* 上段：コースカード3つ */
.price__plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8rem;
  margin-top: 6rem;
}

.price__plan {
  background-color: #fff;
  color: #222;
  width: 100%;
  max-width: 35rem;
  text-align: center;
  padding: 2.2rem 1rem;
  position: relative;
}

.price__plan-head {
  background: #222;
  color: #fff;
  padding: 0.4rem 1.6rem;
  display: inline-block;
  width: 17rem;
}

.price__plan-label {
  font-weight: 700;
  font-size: 2rem;
}
.price__plan-label span {
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: inherit;
  vertical-align: -2px;
}

/* おすすめバッジ（24回コース） */
.price__plan-badge {
  position: absolute;
  top: -2rem;
  right: -2rem;
}
.price__plan-badge img {
  width: 7rem;
}

.price__plan-body {
  margin-top: 1.6rem;
}

.price__plan-unit {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.price__plan-unit-price {
  font-size: 4.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ed2828;
}

.price__plan-unit-yen {
  margin-left: 0.2rem;
  font-weight: inherit;
}

.price__plan-tax {
  margin-left: 0.2rem;
  font-weight: inherit;
}

.price__plan-total {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
}

.price__plan-total-price {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.price__plan-total-yen {
  margin-left: 0.2rem;
}

.price__plan-limit {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.8rem;
}

.price__plan:first-child .price__plan-limit {
  margin-top: 4.2rem;
}

.price__plan-note {
  margin-top: 2rem;
}

.price__plan-note-label {
  display: inline-block;
  padding: 0.8rem 1.4rem 1rem;
  font-size: 1.8rem;
  background: #b7974b;
  color: #fff;
  width: 16rem;
}

/* 中段：無料特典ボックス */
.price__benefits {
  background-color: #fff;
  color: #222;
  margin-top: 3.2rem;
}

.price__benefits-head {
  background-color: #b7974b;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1.9rem 1rem;
  font-size: 3.2rem;
}

.price__benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem;
  padding: 3.6rem 0;
}

.price__benefits-item {
  text-align: center;
}
.price__benefits-item:nth-child(3) .price__benefits-icon img {
  height: 8.8rem;
}

.price__benefits-icon {
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background-color: #efefef;
  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;
}

.price__benefits-icon img {
  height: 10rem;
  width: auto;
}

.price__benefits-name {
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 500;
}

/* 下段：追加料金2枠 */
.price__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 3.2rem;
}

.price__option {
  background-color: #fff;
  color: #222;
  text-align: center;
  padding: 2rem 1.6rem;
}
.price__option:first-child {
  width: 40%;
}
.price__option:last-child {
  width: 60%;
}
.price__option:last-child .price__option-label {
  padding: 1.1rem 1.8rem;
}

.price__option-label {
  font-weight: 700;
  margin-bottom: 1.2rem;
  background: #222;
  color: #fff;
  display: inline-block;
  padding: 0.3rem 1.8rem;
}
.price__option-label span {
  font-size: 3.2rem;
  vertical-align: -3px;
  font-weight: inherit;
  font-family: "Roboto", sans-serif;
}

.price__option-price {
  font-size: 1.8rem;
}

.price__option-price-num {
  font-size: 3.8rem;
  font-weight: 700;
  color: #ed2828;
  font-family: "Roboto", sans-serif;
}

.price__option-price-yen {
  margin-left: 0.2rem;
  font-weight: 700;
}

.price__option-tax {
  margin-left: 0.2rem;
  font-weight: 700;
}

.price__option-price-num--free {
  color: #ed2828;
}

.price__option-sub {
  margin-left: 0.8rem;
  font-weight: 700;
}

/* 注釈テキスト */
.price__caution {
  margin-top: 4rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

/* 支払い方法ボックス */
.price__payment {
  margin-top: 5rem;
  background-color: #fff;
  color: #222;
  text-align: center;
  padding: 2.4rem 1.6rem;
}

.price__payment-text {
  line-height: 1.6;
}

/* CTAボタン２つ */
.price__cta {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .price__plans {
    gap: 2.4rem;
  }
  .price__benefits {
    margin-top: 2.4rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 3.2rem 3.2rem;
  }
  .price__benefits-head {
    margin: 0 -3.2rem 3.2rem;
  }
  .price__plan-unit {
    font-size: 1.8rem;
  }
  .price__plan-unit-price {
    font-size: 3.8rem;
  }
  .price__plan-limit {
    font-size: 1.6rem;
  }
  .price__plan-note {
    font-size: 1.6rem;
  }
  .price__benefits-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4rem;
    margin: 0 auto;
    padding: 0;
  }
  .price__benefits-item {
    width: calc(50% - 1.6rem);
  }
  .price__benefits-icon {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
  }
  .price__benefits-icon img {
    height: 7rem;
  }
  .price__benefits-item:nth-child(3) .price__benefits-icon img {
    height: 6rem;
  }
  .price__benefits-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .price__plans {
    -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-top: 3.6rem;
  }
  .price__plan {
    max-width: 100%;
  }
  .price__plan:first-child .price__plan-limit {
    margin-top: 2rem;
  }
  .price__plan-badge {
    right: -1rem;
  }
  .price__benefits {
    padding: 0 1.6rem 3.2rem;
    max-width: 100%;
  }
  .price__benefits-head {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 -1.6rem 2.4rem;
    padding: 1.2rem;
  }
  .price__benefits-name {
    line-height: 1.2;
  }
  .price__options {
    -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;
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
  .price__option {
    max-width: 100%;
  }
  .price__option:first-child, .price__option:last-child {
    width: 100%;
  }
  .price__option-price-num--free {
    font-size: 2.4rem;
  }
  .price__cta {
    -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;
    gap: 2.4rem;
  }
  .price__option-sub {
    margin-left: 0.4rem;
  }
  .price__caution {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
    margin-top: 2rem;
  }
  .price__payment {
    margin-top: 3rem;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.4;
    padding: 2rem 1.6rem;
  }
  .price__cta {
    gap: 1.6rem;
    margin-top: 3.6rem;
  }
}
/* =========================
  VOICE
========================= */
.voice {
  background-image: url("../images/voice-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  background-size: auto;
}

.voice__inner {
  /* sec-inner と併用 */
}

/* 見出し */
.voice__header {
  text-align: center;
  margin-bottom: 4rem;
}

.voice__heading-en {
  color: rgba(0, 0, 0, 0.05);
}

.voice__heading {
  color: #222;
}

.voice-text {
  text-align: center;
  font-size: 2rem;
}

.voice__results {
  margin-top: 4.8rem;
}

.voice__results-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.voice__result-figure {
  display: block;
}

.voice__result-figure img {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像下のグラデーション帯 */
.voice__result-caption {
  padding: 1.6rem 0.8rem;
  text-align: center;
  background: url(../images/fv-title-bg.jpg);
  background-size: cover;
}

.voice__result-meta {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.voice__result-value {
  display: block;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  margin-top: 0.4rem;
}

.voice__result-num {
  font-size: 3.2rem;
  font-weight: 700;
}

/* 「口コミ」見出し（プラグイン前の見出しだけ） */
.voice__reviews-heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 5.6rem;
}

/* 口コミパートは WP プラグイン差し替え前提で余白だけ整える */
.voice__reviews {
  margin-top: 3.2rem;
}

/* =========================
  VOICE responsive
========================= */
@media screen and (max-width: 1199px) {
  .voice__results-list {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .voice__header {
    margin-bottom: 3rem;
  }
  .voice-text {
    font-size: 1.6rem;
  }
  .voice__results {
    margin-top: 3.2rem;
  }
  .voice__results-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.6rem;
  }
  .voice__result {
    width: calc(50% - 0.8rem);
  }
  .voice__reviews-heading {
    margin-top: 4rem;
    font-size: 2rem;
  }
  .voice__reviews {
    margin-top: 2.4rem;
  }
  .voice__result-caption {
    padding: 1rem;
  }
  .voice__result-meta {
    font-size: 1.4rem;
  }
  .voice__result-value {
    font-size: 1.8rem;
  }
  .voice__result-num {
    font-size: 2rem;
  }
}
/* =========================
  FLOW
========================= */
.flow {
  background: #efefef;
}

.flow__header {
  text-align: center;
  margin-bottom: 6rem;
}

/* ステップ共通 */
.flow__step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  max-width: 90rem;
  margin: 0 auto 10rem;
}
.flow__step:nth-child(5) {
  margin-bottom: 0;
}

/* 矢印（下向き） */
.flow__step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11rem solid transparent;
  border-right: 11rem solid transparent;
  border-top: 3.3rem solid #afafaf;
}

.flow__step:last-of-type::after {
  display: none;
}

/* POINT */
.flow__step-point {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/fv-title-bg.jpg);
  background-size: cover;
  border-radius: 10rem;
  padding: 0.6rem 3.2rem;
  font-size: 3.4rem;
  font-weight: 100;
  max-width: 24rem;
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

/* 画像 */
.flow__step-media {
  width: 38%;
  max-width: 34.5rem;
}

.flow__step-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* テキスト */
.flow__step-body {
  width: 62%;
  padding: 3.2rem 2.8rem;
}

.flow__step-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.flow__step-text {
  line-height: 1.7;
}

/* 下部メッセージ */
.flow__note {
  text-align: center;
  margin-top: 5.6rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .flow__step-point {
    font-size: 2.6rem;
    max-width: 18rem;
  }
  .flow__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 9rem;
  }
  .flow__step::after {
    bottom: -4.6rem;
    border-left: 7rem solid transparent;
    border-right: 7rem solid transparent;
    border-top: 2.1rem solid #afafaf;
  }
  .flow__step-media {
    max-width: 100%;
    width: 100%;
  }
  .flow__step-body {
    width: 100%;
    padding: 1.6rem 2rem;
  }
  .flow__step-title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .flow__step-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .flow__note {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: left;
    line-height: 1.4;
  }
}
/* =========================
  FAQ
========================= */
.faq {
  background: #fff;
}

.faq__header {
  text-align: center;
  margin-bottom: 6rem;
}

.faq__list {
  max-width: 96rem;
  margin: 0 auto;
}

/* 各アイテム */
.faq__item {
  background: #efefef;
  margin-bottom: 2.4rem;
  overflow: hidden;
  padding: 4rem;
}
.faq__item:last-child {
  margin-bottom: 0;
}

/* 質問ボタン（見出し部分） */
.faq__toggle {
  width: 100%;
  border: none;
  background: transparent;
  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;
  cursor: pointer;
  text-align: left;
  padding: 0;
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}

.faq__label {
  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;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Roboto", sans-serif;
}

/* Qラベル */
.faq__label--q {
  width: 4.8rem;
  height: 4.8rem;
  background: #222;
  color: #fff;
  font-size: 3rem;
}

/* Aラベル（フォントサイズはデフォ 1.6rem） */
.faq__label--a {
  width: 4.8rem;
  height: 4.8rem;
  font-size: 3rem;
  border: 0.1rem solid #222;
  background: #fff;
}

/* 質問文（Q: 1.8rem） */
.faq__question-text {
  font-size: 1.8rem;
  line-height: 1.6;
}

/* アイコン（＋／－） */
.faq__icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 0.16rem;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いているときは「－」に（縦線を消す） */
.faq__item.is-open .faq__icon::after {
  opacity: 0;
}

/* 回答エリア */
.faq__answer {
  display: none;
  margin-top: 3rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.faq__item.is-open .faq__answer {
  display: block;
}

.faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}

.faq__answer-text {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .faq__header {
    margin-bottom: 3rem;
  }
  .faq__item {
    padding: 2rem 1.6rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .faq__question {
    gap: 1rem;
  }
  .faq__answer {
    margin-top: 2rem;
  }
  .faq__question-text {
    font-size: 1.4rem;
  }
  .faq__label--q,
  .faq__label--a {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
/* =========================
  MESSAGE
========================= */
.message {
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* 背景（画像＋暗幕） */
.message__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/message-bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  z-index: 0;
}
.message__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.message__inner {
  position: relative;
  z-index: 1;
  /* sec-inner が padding 12rem 0 を持ってる前提なので追加しない */
}

.message__header {
  position: relative;
  text-align: center;
  margin-bottom: 5.6rem;
}

.message__heading-en {
  color: rgba(255, 255, 255, 0.05);
}

.message__heading {
  color: #fff;
}

/* 2カラム */
.message__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}

/* 左：写真 */
.message__photo {
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
}
.message__photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 右：テキスト */
.message__body {
  max-width: 58rem;
}

/* 本文は 1.6rem（デフォ）なので font-size 指定しない */
.message__text {
  line-height: 1.9;
  margin-bottom: 2.4rem;
}

/* 下の代表名だけ 2rem */
.message__sign {
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .message__content {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .message__photo {
    max-width: 60rem;
  }
  .message__body {
    max-width: 100%;
  }
  .message__sign {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .message__header {
    margin-bottom: 3.2rem;
  }
  .message__content {
    gap: 3.2rem;
  }
  .message__text {
    line-height: 1.8;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .message__sign {
    font-size: 1.6rem;
  }
}
/* =========================
  ACCESS
========================= */
.access {
  background: #efefef;
  /* 見出し */
  /* コンテンツ横並び */
  /* アイコン画像はパスだけ差し替えてください */
}
.access .access__header {
  position: relative;
  text-align: center;
}
.access .access__heading-en {
  color: rgba(0, 0, 0, 0.05);
}
.access .access__heading {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.access .access__content {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.access .access__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60rem;
          flex: 0 0 60rem;
  max-width: 60rem;
}
.access .access__map iframe {
  width: 100%;
  height: 38rem;
  border: 0;
}
.access .access__info {
  max-width: 34rem;
  line-height: 1.4;
  margin: auto 0;
}
.access .access__address {
  margin-bottom: 2rem;
}
.access .access__block {
  margin-bottom: 2rem;
}
.access .access__block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}
.access .access__block-title {
  font-weight: 700;
  font-size: 1.8rem;
}
.access .access__block-text {
  font-size: 1.6rem;
}
.access .access__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.access .access__icon--train {
  background-image: url("../images/icon-train.svg");
}
.access .access__icon--car {
  background-image: url("../images/icon-car.svg");
}

@media screen and (max-width: 1199px) {
  .access .access__content {
    -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;
    gap: 3.2rem;
  }
  .access .access__map,
  .access .access__info {
    max-width: 100%;
  }
  .access .access__info {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .access .access__map {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .access .access__info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .access .access__map iframe {
    height: 22rem;
  }
  .access .access__content {
    margin-top: 3rem;
    gap: 2.4rem;
  }
  .access .access__map iframe {
    height: 30rem;
  }
  .access .access__address {
    margin-bottom: 1.2rem;
  }
  .access .access__block {
    margin-bottom: 1.2rem;
  }
  .access .access__icon {
    margin-right: 0.4rem;
  }
  .access .access__block-title {
    font-size: 1.6rem;
  }
}
input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  background: none;
  padding: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* =========================
  CONTACT
========================= */
.contact {
  background: #fff;
  /* フォーム全体 */
  /* 2カラム */
  /* input / textarea 見た目 */
  /* プレースホルダー */
  /* フォーカス */
  /* date のカレンダーアイコンの余計な見た目差を抑える */
  /* その他（フル幅） */
  /* 送信ボタン */
  /* =========================
    CONTACT submit button
  ========================= */
  /* 無効時（必須未入力） */
  /* hover / active は有効時のみ */
}
.contact .contact__header {
  position: relative;
  text-align: center;
}
.contact .contact__heading-en {
  color: rgba(0, 0, 0, 0.06);
}
.contact .contact__heading {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact .contact__form-wrap {
  max-width: 78rem;
  margin: 6rem auto 0;
  padding: 0 2rem;
}
.contact .contact__form {
  width: 100%;
}
.contact .contact__fields--two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem 3.2rem;
}
.contact .contact__field {
  display: block;
}
.contact .contact__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.contact .contact__badge {
  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: 2.3rem;
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact .contact__badge--required {
  background: #ed2828;
  color: #fff;
}
.contact .contact__input {
  width: 100%;
  background: #efefef;
  border-radius: 0.6rem;
  padding: 1rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.4;
  border: 1px solid transparent;
}
.contact .contact__input--textarea {
  min-height: 14rem;
  padding: 1.6rem;
}
.contact .contact__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.contact .contact__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.contact .contact__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.contact .contact__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.contact .contact__input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.contact .contact__input:focus {
  border-color: rgba(0, 0, 0, 0.35);
  background: #f6f6f6;
}
.contact input[type=date].contact__input {
  color: #222;
  height: 4.4rem;
}
.contact input[type=date].contact__input::-webkit-calendar-picker-indicator {
  opacity: 0.7;
  cursor: pointer;
}
.contact .contact__field--full {
  margin-top: 3.2rem;
}
.contact .contact__submit {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact__submit p {
  text-align: center;
}
.contact .contact__submit p .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact input[type=date].contact__input {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.contact .contact__submit-btn {
  width: 100%;
  width: 32.5rem;
  height: 7rem;
  border-radius: 999px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  cursor: pointer;
  /* 有効時（デフォ） */
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 74, 5)), color-stop(50%, rgb(244, 126, 42)), to(rgb(237, 74, 5)));
  background: linear-gradient(90deg, rgb(237, 74, 5) 0%, rgb(244, 126, 42) 50%, rgb(237, 74, 5) 100%);
  -webkit-transition: background 0.3s ease, opacity 0.3s ease, -webkit-transform 0.15s ease;
  transition: background 0.3s ease, opacity 0.3s ease, -webkit-transform 0.15s ease;
  transition: background 0.3s ease, opacity 0.3s ease, transform 0.15s ease;
  transition: background 0.3s ease, opacity 0.3s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.contact .contact__submit-btn:disabled {
  background: #ccc;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}
.contact .contact__submit-btn:not(:disabled):hover {
  opacity: 0.9;
}
.contact .contact__submit-btn:not(:disabled):active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

@media screen and (max-width: 767px) {
  .contact .contact__form-wrap {
    margin-top: 4rem;
    padding: 0;
  }
  .contact .contact__fields--two-column {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .contact .contact__label {
    margin-bottom: 0.6rem;
  }
  .contact .contact__field--full {
    margin-top: 2rem;
  }
  .contact .contact__submit {
    margin-top: 3.2rem;
    text-align: center;
  }
  .contact .contact__submit-btn {
    height: 5.6rem;
    font-size: 1.8rem;
    max-width: 28rem;
  }
}
/* =========================
  FOOTER
========================= */
.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), color-stop(50%, #1f1f1f), to(#151515));
  background: linear-gradient(180deg, #2a2a2a 0%, #1f1f1f 50%, #151515 100%);
  color: #fff;
}

.footer__inner {
  padding-top: 6.4rem;
  padding-bottom: 3.2rem;
}

/* 上段 */
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}

/* ブランド */
.footer__brand {
  max-width: 54rem;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 2.4rem;
}
.footer__logo img {
  height: auto;
  max-width: 22rem;
}

/* コピー文（←ここ 1.6rem） */
.footer__copy {
  font-size: 1.6rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

/* SNS */
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.footer__sns a {
  display: block;
}

.footer__sns-link {
  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;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.footer__sns-link--hotpepper {
  width: auto;
}
.footer__sns-link--hotpepper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 下段 */
.footer__bottom {
  margin-top: 5.6rem;
  text-align: center;
}

.footer__copy__head {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.footer__copyright {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 4.8rem 1.6rem 2.4rem;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .footer__logo {
    margin-bottom: 1.6rem;
  }
  .footer__copy__head {
    font-size: 2rem;
  }
  .footer__copy__lead {
    font-size: 1.4rem;
  }
  .footer__sns {
    gap: 1.6rem;
  }
  .footer__sns-link {
    width: 3rem;
    height: 3rem;
  }
  .footer__sns-link img {
    width: 100%;
  }
  .footer__sns-link--hotpepper {
    width: auto;
  }
  .footer__sns-link--hotpepper img {
    height: 3rem;
  }
  .footer__bottom {
    margin-top: 4rem;
  }
  .footer__copyright {
    font-size: 1.4rem;
  }
}
/* =========================
  Fade in from bottom
  使い方：class="js-fade-bottom"
========================= */
.js-fade-bottom {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: var(--fade-delay, 0s);
          transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform;
}

.js-fade-bottom.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page .header,
.single .header {
  background: #222;
}

.home .header {
  background: transparent;
}

/* =========================
  NEWS ARCHIVE
========================= */
.news-archive {
  background: #fff;
}

.news-archive__inner {
  max-width: 100rem;
  margin: 0 auto;
  padding-top: 18rem;
}

/* 見出し */
.news-archive__header {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.3rem solid #878787;
}

.news-archive__title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* =========================
  PAGINATION
========================= */
.pagination {
  margin-top: 4rem;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
}

.pagination__link {
  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;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #222;
  font-size: 1.4rem;
  background: #fff;
  text-decoration: none;
}

.pagination__link.is-current {
  background: #222;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .news-archive__inner {
    max-width: 90rem;
    padding: 10rem 2rem;
  }
  .news-archive__thumb {
    width: 22rem;
  }
  .news-archive__headline {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .news-archive__inner {
    padding: 8rem 1.6rem;
  }
  .news-archive .news-archive__title {
    font-size: 2.4rem;
  }
  .news-archive .news-archive__header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .news-archive .news__list {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .news-archive__link {
    gap: 1.4rem;
  }
  .news-archive__headline {
    font-size: 1.6rem;
  }
  .pagination {
    margin-top: 2rem;
  }
}
/* =========================
  NEWS SINGLE
========================= */
.news-single__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 18rem;
}

/* ヘッダー（タイトル＋日付） */
.news-single__header {
  margin-bottom: 3.2rem;
}

.news-single__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}

.news-single__date {
  display: block;
  font-size: 1.6rem;
  color: #999999;
}

/* メイン画像 */
.news-single__thumb {
  margin: 3.2rem 0;
}

.news-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* 本文エリア */
.news-single__content {
  font-size: 1.6rem; /* デフォ相当 */
  line-height: 2;
}

.news-single__content p {
  margin-bottom: 1.6rem;
}

.news-single__content p:last-child {
  margin-bottom: 0;
}

/* 画像が本文中に入る場合 */
.news-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.4rem auto;
}

/* =========================
  PAGER
========================= */
.news-single__pager {
  margin-top: 5.6rem;
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}

.news-single__pager-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  text-decoration: none;
}

.news-single__pager-link:hover {
  text-decoration: underline;
}

.news-single__pager-arrow {
  font-size: 1.8rem;
}

/* 左右のテキスト寄せ（必要なら） */
.news-single__pager-link--prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news-single__pager-link--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .news-single__inner {
    padding: 10rem 2rem 8rem;
  }
  .news-single__title {
    font-size: 3rem;
  }
  .news-single__pager {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news-single__inner {
    padding: 8rem 1.6rem 6rem;
  }
  .news-single__title {
    font-size: 2.8rem;
  }
  .news-single__thumb {
    margin: 2.4rem 0;
  }
  .news-single__pager {
    margin-top: 4rem;
    gap: 1.6rem;
  }
  .news-single__pager-link {
    font-size: 1.6rem;
  }
}
/* =========================
  はんくず
========================= */
/* =========================
  BREADCRUMB
========================= */
.breadcrumb {
  margin-bottom: 2rem;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 1.4rem;
}

.breadcrumb__item::after {
  content: ">";
  margin-left: 0.8rem;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__item a {
  color: #666666;
  text-decoration: none;
}

.breadcrumb__item.is-current {
  color: #222;
}

/* SP時：横スクロールにする */
@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.4rem;
  }
  .breadcrumb__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .breadcrumb__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /* （お好み）スクロールバーを少し控えめに */
  .breadcrumb::-webkit-scrollbar {
    height: 4px;
  }
  .breadcrumb::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
  }
  .breadcrumb::-webkit-scrollbar-track {
    background: transparent;
  }
}