@charset "utf-8";

:root {
  --color: #202020;
  --color01: #582401;
  --color02: #495057;
  --color03: #000;
  --colorbg01: #f7f6f1;
  --colorbg02: #e4e1cf;
  --fontYM: "Yu Mincho", "YuMincho", "ヒラギノ明朝", "Hiragino Mincho ProN", serif;
  --fontYG: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}

.about_kaban .pc {
  display: block;
}

.about_kaban .sp {
  display: none;
}

.about_kaban *,
.about-crew__modal_kaban * {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.about_kaban a,
.about-crew__modal_kaban a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.about_kaban a:hover,
.about_kaban button:hover,
.about-crew__modal_kaban a:hover,
.about-crew__modal_kaban button:hover {
  opacity: 0.7;
}

.about_kaban ul,
.about-crew__modal_kaban ul {
  padding-left: 0;
}

.about_kaban p,
.about-crew__modal_kaban p {
  margin-top: 0;
  margin-bottom: 0;
}

.about_kaban button,
.about-crew__modal_kaban button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  transition: all 0.2s ease;
  height: 100%;
  width: 100%;
}

.about_kaban img,
.about-crew__modal_kaban img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.about_kaban {
  box-sizing: content-box;
  color: var(--color);
  font-family: var(--fontYM);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  letter-spacing: 0.08em;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 78px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* about-mv_kaban */
.about-mv_kaban {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.about-mv__img_kaban {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

.about-mv__img_kaban img {
  display: block;
  min-width: 1500px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

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

.about-logo_kaban {
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
  width: 40.683%;
}

.about-lead_kaban {
  margin-top: 4.102%;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  width: 78.632%;
}

/* about-body_kaban */
.about-body_kaban {
  background-color: var(--colorbg01);
  box-sizing: content-box;
  margin-top: -8.119%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  max-width: 920px;
  overflow-x: hidden;
  padding-top: 46px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 78px;
  position: relative;
  z-index: 1;
}

/* about-story_kaban */
.about-story_kaban {
  margin-left: auto;
  margin-right: auto;
  width: 78.26%;
}

.about-story__title_kaban {
  color: var(--color01);
  font-family: var(--fontYM);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 0.07em;
}

.about-story__title_kaban:not(:first-child) {
  margin-top: 60px;
}

p.about-story__text_kaban {
  font-family: var(--fontYM);
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.023em;
  margin-top: 60px;
}

.about-story__img_kaban {
  margin-top: 70px;
}

/* about-info_kaban */
.about-info_kaban {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 67.391%;
}

.about-info__title_kaban {
  border-bottom: 1px solid #333;
  font-family: var(--fontYG);
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding-left: 3.75em;
  padding-bottom: 10px;
  position: relative;
}

.about-info__title_kaban::before {
  aspect-ratio: 55 / 38;
  background-image: url(../images/info-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  bottom: 10px;
  left: 0;
  position: absolute;
  width: 2.75em;
}

.about-info__name_kaban {
  font-size: 1.45rem;
  margin-left: 1em;
}

.about-info__content_kaban {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-info__img_kaban {
  width: 33.064%;
}

.about-info__cap_kaban {
  width: 66.935%;
}

p.about-info__profile_kaban {
  color: var(--color02);
  font-family: var(--fontYM);
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 15px;
}

.about-info__text_kaban {
  font-family: var(--fontYM);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06rem;
}

/* about-crew_kaban */
.about-crew_kaban {
  margin-top: 120px;
}

.about-crew__title_kaban {
  font-family: var(--fontYM);
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.about-crew__title__en_kaban {
  background-image: url(../images/bg_heading_l.webp), url(../images/bg_heading_r.webp);
  background-repeat: no-repeat;
  background-position:
    left center,
    right center;
  display: inline-block;
  font-family: var(--fontYM);
  font-size: 1.125rem;
  margin-left: 25px;
  padding: 0 33px;
  letter-spacing: 0.2em;
}

p.top-crew_lead_kaban {
  font-family: var(--fontYM);
  font-size: 1rem;
  text-align: center;
  margin-top: 1.56em;
}

.top-crew_category_kaban {
  margin-top: 46px;
}

.top-crew_category__title_kaban {
  border-bottom: 1px solid #000;
  color: var(--color03);
  font-family: var(--fontYM);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.625em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-crew__slider__wrap_kaban {
  position: relative;
}

.about-crew__slider_kaban {
  margin-top: 30px;
  position: relative;
}

.about-crew__item_kaban {
  position: relative;
  padding-left: clamp(15px, 3.26vw, 30px);
  padding-right: clamp(15px, 3.26vw, 30px);
}

.about-crew__icon_kaban img {
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-crew__cap_kaban {
  margin-top: 18px;
  text-align: center;
}

.about-crew__job_kaban {
  font-family: var(--fontYG);
  font-size: 0.75rem;
  line-height: 1.16;
}

.about-crew__name_kaban {
  font-family: var(--fontYG);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

button.about-crew__btn_kaban {
  background-color: var(--colorbg02);
  display: block;
  font-family: var(--fontYG);
  font-size: 0.687rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2em;
  position: relative;
  width: 9.09em;
}

button.about-crew__btn_kaban::before,
button.about-crew__btn_kaban::after {
  border-radius: 9999px;
  background-color: #000000;
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 1.45em;
  height: 1px;
  transform-origin: calc(100% - 0.5px) 50%;
  width: 0.47em;
}

button.about-crew__btn_kaban::before {
  transform: rotate(45deg);
}

button.about-crew__btn_kaban::after {
  transform: rotate(-45deg);
}

/* swiper */
.about-crew__slider_kaban {
  opacity: 0;
  visibility: hidden;
}

.about-crew__slider_kaban.is-swiper-ready_kaban {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}

.about-crew__slider__wrap_kaban .swiper-button-next,
.about-crew__slider__wrap_kaban .swiper-button-prev {
  background-color: #333;
  background-image: none;
  top: 70px;
  height: 30px;
  width: 30px;
}

.about-crew__slider__wrap_kaban .swiper-button-next {
  right: -20px;
}

.about-crew__slider__wrap_kaban .swiper-button-prev {
  left: -20px;
}

.about-crew__slider__wrap_kaban .swiper-button-prev::before,
.about-crew__slider__wrap_kaban .swiper-button-prev::after {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  height: 1px;
  position: absolute;
  transform-origin: 0.5px 50%;
  top: 50%;
  left: 50%;
  width: 8.1px;
}

.about-crew__slider__wrap_kaban .swiper-button-next::before,
.about-crew__slider__wrap_kaban .swiper-button-next::after {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  height: 1px;
  position: absolute;
  transform-origin: calc(100% - 0.5px) 50%;
  top: 50%;
  right: 50%;
  width: 8.1px;
}

.about-crew__slider__wrap_kaban .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.about-crew__slider__wrap_kaban .swiper-button-next::before {
  transform: translate(50%, -50%) rotate(45deg);
}

.about-crew__slider__wrap_kaban .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.about-crew__slider__wrap_kaban .swiper-button-next::after {
  transform: translate(50%, -50%) rotate(-45deg);
}

/* modal */
body.is-slide-modal-open {
  overflow: hidden;
}

.slide-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(235, 233, 220, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.slide-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.about-crew__modal_kaban {
  background: #fff;
  border: 1px solid #000;
  color: var(--color);
  font-family: var(--fontYG);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  position: fixed;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  padding-bottom: 34px;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
  width: clamp(115px, 25vw, 230px);
  z-index: 9999;
}

.about-crew__modal_kaban.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.about-crew__modal__inner_kaban {
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.about-crew__modal__job_kaban {
  font-size: 0.875rem;
  line-height: 1.5;
}

.about-crew__modal__name_kaban {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.about-crew__profile_kaban {
  font-size: 0.812rem;
  margin-top: 1em;
}

.about-crew__profile__title_kaban {
  font-family: var(--fontYM);
  font-size: 0.812rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}

.about-crew__profile__title_kaban::after {
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: calc(100% - 4.5em);
}

p.about-crew__profile__text_kaban {
  font-size: 0.687rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

p.about-crew__site_kaban {
  font-size: 0.687rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}

.about-crew__sns_kaban {
  display: flex;
  margin-top: 8px;
}

.about-crew__sns__icon_kaban {
  margin-right: 10px;
  width: 28px;
}

p.about-crew__products_kaban {
  font-size: 0.812rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  text-align: right;
}

button.about-crew__modal__close_kaban {
  background-color: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 32px;
}

button.about-crew__modal__close_kaban::before,
button.about-crew__modal__close_kaban::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 20px;
  width: 2px;
}

button.about-crew__modal__close_kaban::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* about-recommend_kaban */
.about-recommend-title_kaban {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

.about-recommend-items_kaban {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.about-recommend-banner_kaban {
  width: 32.536%;
}

.about-recommend-banner_kaban:not(:last-child) {
  margin-right: 1.196%;
}

/*----------------------------------
  sp
----------------------------------*/
@media not all and (min-width: 768px) {
  .fca_cat-hero .fca_container {
    padding-right: 0;
    padding-left: 0;
  }

  .about_kaban .pc {
    display: none;
  }

  .about_kaban .sp {
    display: block;
  }

  .about_kaban {
    margin-bottom: 54px;
    padding-left: 0;
    padding-right: 0;
  }

  /* about-mv_kaban */
  .about-mv__img_kaban {
    width: 100%;
  }

  .about-mv__img_kaban img {
    min-width: auto;
    left: auto;
    transform: translateX(0);
  }

  .about-logo_kaban {
    max-width: none;
    width: 62.933%;
  }

  .about-lead_kaban {
    margin-top: 6.933%;
    max-width: none;
    width: 88.533%;
  }

  /* about-body_kaban */
  .about-body_kaban {
    margin-top: 0;
    margin-bottom: 70px;
    max-width: none;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }

  /* about-story_kaban */
  .about-story_kaban {
    width: 86.666%;
  }

  .about-story__title_kaban {
    font-size: 1.25rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .about-story__title_kaban:not(:first-child) {
    margin-top: 42px;
  }

  p.about-story__text_kaban {
    font-size: 0.875rem;
    line-height: 1.64;
    letter-spacing: 0.04em;
    margin-top: 34px;
  }

  .about-story__img_kaban {
    margin-top: 35px;
  }

  /* about-info_kaban */
  .about-info_kaban {
    margin-top: 30px;
    width: 74.666%;
  }

  .about-info__title_kaban {
    font-size: 0.875rem;
    font-weight: 700;
    padding-left: 4.92em;
    padding-bottom: 20px;
  }

  .about-info__title_kaban::before {
    bottom: 20px;
    width: 3.928em;
  }

  .about-info__name_kaban {
    font-size: 1rem;
    margin-left: 0;
  }

  .about-info__content_kaban {
    display: block;
  }

  .about-info__img_kaban {
    margin-left: auto;
    margin-right: auto;
    width: 51.071%;
  }

  .about-info__cap_kaban {
    width: 100%;
  }

  /* about-crew_kaban */
  .about-crew_kaban {
    margin-top: 40px;
  }

  .about-crew__title_kaban {
    font-size: 1.5rem;
  }

  .about-crew__title__en_kaban {
    font-size: 0.8125rem;
    margin-left: 0;
  }

  p.top-crew_lead_kaban {
    font-size: 0.75rem;
  }

  .top-crew_category__title_kaban {
    font-size: 0.93rem;
  }

  .about-crew__slider_kaban {
    margin-top: 30px;
  }

  .about-crew__item_kaban {
    padding-left: clamp(20px, 5.33vw, 40px);
    padding-right: clamp(20px, 5.33vw, 40px);
  }

  .about-crew__cap_kaban {
    margin-top: 20px;
  }

  /* swiper */
  .about-crew__slider__wrap_kaban .swiper-button-next,
  .about-crew__slider__wrap_kaban .swiper-button-prev {
    top: 70px;
  }

  .about-crew__slider__wrap_kaban .swiper-button-next {
    right: 0;
  }

  .about-crew__slider__wrap_kaban .swiper-button-prev {
    left: 0;
  }

  /* modal */
  .about-crew__modal_kaban {
    width: 89.333vw;
  }

  .about-crew__modal__job_kaban {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  .about-crew__profile_kaban {
    font-size: 0.875rem;
  }

  .about-crew__profile__title_kaban {
    font-size: 0.875rem;
  }

  p.about-crew__profile__text_kaban {
    font-size: 0.75rem;
  }

  p.about-crew__site_kaban {
    font-size: 0.75rem;
  }

  .about-crew__sns__icon_kaban {
    width: 30px;
  }

  p.about-crew__products_kaban {
    font-size: 0.875rem;
  }

  /* about-recommend_kaban */
  .about-recommend_kaban {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
  }

  .about-recommend-title_kaban {
    font-size: 1.125rem;
  }

  .about-recommend-items_kaban {
    margin-top: 12px;
  }

  .about-recommend-banner_kaban {
    width: 100%;
  }

  .about-recommend-banner_kaban:not(:last-child) {
    margin-bottom: 22px;
    margin-right: 0;
  }
}
