@charset "UTF-8";
/**
 * SCSS Mixins
 *
 * 利用例:
 * @use 'mixin' as m;
 *
 * .example {
 *   font-size: 14px;
 *   @include m.mq('pc') {
 *     font-size: 18px;
 *   }
 * }
 */
.l-brand__body {
  padding: 60px 0 60px;
}
@media screen and (min-width: 992px) {
  .l-brand__body {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-brand__body.l-inner {
    max-inline-size: 100%;
  }
}

.p-brand-nav {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .p-brand-nav {
    margin-bottom: 56px;
  }
}
.p-brand-nav__list {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0 14px;
}
.p-brand-nav__item {
  width: 33%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brand-nav__item {
    max-width: 117px;
  }
}
.p-brand-nav__link {
  display: block;
  padding: 14px 20px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #4c4948;
  border: 1px solid #4c4948;
  border-radius: 999px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.p-brand-nav__link.is-active, .p-brand-nav__link:hover {
  color: #fff;
  background-color: #4c4948;
  border-color: #4c4948;
}

.p-brand-detail-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 992px) {
  .p-brand-detail-list {
    gap: 96px;
  }
}

/* ロゴ下のブランド名（page-menu の .p-menu-brand__name と共通の見た目） */
.p-menu-brand__name {
  margin: 10px 0 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #7d7d7d;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-menu-brand__name {
    margin: 20px 0 0;
  }
}

.p-brand-detail {
  padding: 0 15px 60px;
  background: url("../../img/brand/bg-shu-sp.webp") no-repeat bottom center/cover;
  background-position: 0 600px;
}
@media screen and (min-width: 768px) {
  .p-brand-detail {
    background: url("../../img/brand/bg-shu.webp") no-repeat center top/cover;
    background-position: 0 730px;
    padding: 0 10px 120px;
  }
}
.p-brand-detail__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brand-detail__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-brand-detail__head {
  margin-bottom: 58px;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__head {
    margin-bottom: 40px;
  }
}
.p-brand-detail__logo {
  display: flex;
  justify-content: center;
  /* shu（既定）。ita / kuranch は各 .p-brand-detail--{brand} 側で上書き */
}
.p-brand-detail__logo img {
  width: 130px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__logo img {
    width: 150px;
  }
}
.p-brand-detail__lead {
  margin-top: 28px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  color: #4c4948;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__lead {
    margin-top: 36px;
    font-size: 25px;
    line-height: 1.9;
    letter-spacing: 0.44em;
  }
}
.p-brand-detail__desc {
  margin-top: 18px;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #4c4948;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.14em;
  }
}
.p-brand-detail__img {
  margin: 0;
  line-height: 0;
}
.p-brand-detail__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-brand-detail__points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 16px;
  margin-top: 70px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__points {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
    margin-top: 65px;
    justify-content: baseline;
  }
}
.p-brand-detail__point {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-brand-detail__point:nth-child(3) {
  grid-column: 1/-1;
  max-width: 50%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__point:nth-child(3) {
    grid-column: auto;
    max-width: none;
    margin-inline: initial;
  }
}
.p-brand-detail__point-num {
  display: inline-block;
  margin-bottom: 12px;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__point-num {
    margin-bottom: 16px;
    font-size: 19px;
  }
}
.p-brand-detail__point-icon {
  margin-top: -20px;
  line-height: 0;
}
.p-brand-detail__point-icon img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__point-icon img {
    width: 200px;
  }
}
.p-brand-detail__point-txt {
  margin-top: -12px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  color: #4c4948;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .p-brand-detail__point-txt {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.3em;
    white-space: nowrap;
  }
}

.p-brand-salon {
  margin-top: 58px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .p-brand-salon {
    --brand-salon-width: min(1350px, calc(100vw - 50px));
    margin-top: 64px;
    max-width: 1350px;
    width: var(--brand-salon-width);
    margin-inline: calc(50% - var(--brand-salon-width) / 2);
  }
}
.p-brand-salon__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 66px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .p-brand-salon__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-brand-salon--count-1 .p-brand-salon__list {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-brand-salon--count-2 .p-brand-salon__list {
    /* カード幅は 1・4 と同じ 320px、中央寄せ */
    grid-template-columns: repeat(2, 320px);
    justify-content: center;
  }
}
.p-brand-salon__img {
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.p-brand-salon__img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.p-brand-salon__body {
  padding-top: 16px;
  text-align: left;
}
.p-brand-salon__name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4948;
}
@media screen and (min-width: 992px) {
  .p-brand-salon__name {
    gap: 18px;
  }
}
.p-brand-salon__logo {
  /* サロン一覧（.p-salon-card__logo）と同じロゴサイズ。shu=60px 既定、ita / kuranch は下で上書き */
  width: 60px;
  height: auto;
  flex-shrink: 0;
}
.p-brand-detail--ita .p-brand-salon__logo {
  width: 38px;
}
@media screen and (min-width: 768px) {
  .p-brand-detail--ita .p-brand-salon__logo {
    width: 42px;
  }
}
.p-brand-detail--kuranch .p-brand-salon__logo {
  width: 72px;
}
@media screen and (min-width: 768px) {
  .p-brand-detail--kuranch .p-brand-salon__logo {
    width: 83px;
  }
}
.p-brand-salon__name-txt {
  flex: 1;
  min-width: 0;
  letter-spacing: 0.2em;
}
.p-brand-salon__address, .p-brand-salon__tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4c4948;
  letter-spacing: 0.1em;
}
.p-brand-salon__tel a {
  color: inherit;
  text-decoration: none;
}
.p-brand-salon__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.p-brand-salon__btn {
  min-inline-size: 100%;
  font-size: 15px;
  min-block-size: 52px;
}
@media screen and (min-width: 768px) {
  .p-brand-salon__btn {
    font-size: 17px;
  }
}
.p-brand-salon__btn--accent {
  color: #fff;
  background-color: #27a24e;
  border-color: #27a24e;
}

.p-brand-detail--shu .p-brand-detail__point-num {
  background: linear-gradient(to bottom left, #a1dfa2, #47ac9e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-brand-detail--shu .p-brand-salon__btn--accent {
  background-color: #27a24e;
  border-color: #27a24e;
  color: #fff;
}

.p-brand-detail--ita {
  background: url("../../img/brand/bg-ita-sp.webp") no-repeat bottom center/cover;
  background-position: 0 580px;
}
@media screen and (min-width: 768px) {
  .p-brand-detail--ita {
    background: url("../../img/brand/bg-ita.webp") no-repeat center top/cover;
    background-position: 0 730px;
  }
}
.p-brand-detail--ita .p-brand-detail__logo img {
  width: 110px;
}
@media screen and (min-width: 992px) {
  .p-brand-detail--ita .p-brand-detail__logo img {
    width: 136px;
  }
}
.p-brand-detail--ita .p-brand-detail__point-num {
  background: linear-gradient(to bottom left, #f8d9a6, #e47e2a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-brand-detail--ita .p-brand-salon__btn--accent {
  background-color: #e47e2a;
  border-color: #e47e2a;
  color: #fff;
}

.p-brand-detail--kuranch {
  background: url("../../img/brand/bg-kuranch-sp.webp") no-repeat bottom center/cover;
  background-position: 0 570px;
}
@media screen and (min-width: 768px) {
  .p-brand-detail--kuranch {
    background: url("../../img/brand/bg-kuranch.webp") no-repeat center top/cover;
    background-position: 0 730px;
  }
}
.p-brand-detail--kuranch .p-brand-detail__logo img {
  width: 163px;
}
@media screen and (min-width: 992px) {
  .p-brand-detail--kuranch .p-brand-detail__logo img {
    width: 232px;
  }
}
.p-brand-detail--kuranch .p-brand-detail__point-num {
  background: linear-gradient(to bottom left, #c8b8e8, #3a2186);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-brand-detail--kuranch .p-brand-salon__btn--accent {
  background-color: #3a2186;
  border-color: #3a2186;
  color: #fff;
}
/*# sourceMappingURL=brand.css.map */