@charset "UTF-8";
#contentsArea {
  clear: both;
  overflow-x: initial;
  background-color: #f5efe6;
  background-image: url("../hazakaiki_index_img/bg_paper.jpg");
  background-repeat: repeat;
  background-position: top left;
}

.wrap {
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: 0.05em;  /* ←追加 */
  color: #192215;
}

.wrap *,
.wrap *:before,
.wrap *:after {
  box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
  font-size: 1em;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
  letter-spacing: inherit;
}

.wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.wrap a {
  color: inherit;
}

.wrap a img {
  transition: opacity 0.2s ease-out;
}

.wrap a:hover img {
  opacity: 0.7;
}

.wrap .text-serif {
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", "MS PMincho", serif;
}

.wrap > .contents-wrap {
  margin: 0 auto;
  max-width: 1280px;

}

.wrap .contents-wrap__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  background-color: #fff;
  /*border-radius:10px;*/
}


.wrap .sec-wrap {
  /*background-color: #ffffff;*/
  margin: 0;
  /*padding-bottom: 6em;*/
}

@media only screen and (min-width: 769px) {
  .wrap > .contents-wrap {
    min-width: 1028px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    font-size: 3.2vw;
  }
  .wrap .only-pc {
    display: none;
  }
  .wrap .contents-wrap__inner {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  /*.wrap .sec-wrap {
    padding-bottom: 0.25em;
  }*/
}
@media only screen and (min-width: 769px) {
  .wrap .only-sp {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1027px) {
  .wrap {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1028px) and (max-width: 1400px) {
  .wrap {
    font-size: 1.142857vw;
  }
}

.sp-only {
  display: none;
}

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

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* ========================================
   端境期LP HEADER
======================================== */

.hazakaiki-header {
  width: 100%;
  overflow: hidden;
  background: #f4eadc;
}


/* --------------------------
   背景：上
-------------------------- */

.hazakaiki-header__bg-top {
  width: 100%;
  aspect-ratio: 1920 / 120;
  background:
    url("../hazakaiki_index_img/header_bg_top.jpg")
    center bottom / 100% auto no-repeat;
}


/* --------------------------
   背景：中央
-------------------------- */

.hazakaiki-header__body {
  background:
    url("../hazakaiki_index_img/header_bg_repeat.jpg")
    center top / 300px 300px repeat;
}


/* --------------------------
   背景：下
-------------------------- */

.hazakaiki-header__bg-bottom {
  width: 100%;
  aspect-ratio: 1920 / 120;
  background:
    url("../hazakaiki_index_img/header_bg_bottom.jpg")
    center top / 100% auto no-repeat;
}


.hazakaiki-header__inner {
  position: relative;
  width: min(1200px, 94%);
  margin: 0 auto;
  padding: 0;
}


/* ========================================
   メインビジュアル
======================================== */

.hazakaiki-header__visual {
  position: relative;
  min-height: 370px;
}

/* PCリード文 */
.hazakaiki-header__lead {
  position: relative;
  width: 48%;
  margin: 0 auto;
  padding-top: 400px;
  text-align: center;
  color: #3a2d28;
  z-index: 5;
}

.hazakaiki-header__lead-main {
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.hazakaiki-header__lead-sub {
  margin: 18px 0 0 !important;
  font-size: 22px !important;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.hazakaiki-header__lead span {
  color: #df777d;
}


/* わたこ */

.hazakaiki-header__watako {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 27%;
  z-index: 2;
}

.hazakaiki-header__watako img {
  display: block;
  width: 100%;
}


/* タイトル */

.hazakaiki-header__title {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 43%;
  transform: translateX(-50%);
  z-index: 3;
}

.hazakaiki-header__title picture,
.hazakaiki-header__title img {
  display: block;
  width: 100%;
  height: auto;
}


/* PC洋服 */
.hazakaiki-header__clothes {
  position: absolute;
  top: 115px;
  right: 5%;
  width: 23%;
}

.hazakaiki-header__clothes img {
  display: block;
  width: 100%;
}

/* 鍋・植物 */

/*.hazakaiki-header__lifestyle {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 23%;
}

.hazakaiki-header__lifestyle img {
  display: block;
  width: 100%;
}*/

/* ========================================
   メインビジュアル SP
======================================== */

@media screen and (max-width: 767px) {

  .hazakaiki-header {
    overflow-x: clip;
  }


  .hazakaiki-header__visual {
    position: relative;
   min-height: 220px;
  }

  .hazakaiki-header__title {
    top: 10px;
    left: 50%;
    width: 58%;
    transform: translateX(-50%);
  }

  .hazakaiki-header__watako {
    left: -7%;
    top: 20px;
    bottom: auto;
    width: 35%;
  }

/* スマホ洋服 */
.hazakaiki-header__clothes {
  top: 55px;
  right: 3%;
  left: auto;
  width: 26%;
}

  /*.hazakaiki-header__lifestyle {
    right: -7%;
    top: 80px;
    bottom: auto;
    width: 28%;
  }*/

  .hazakaiki-header__lead {
    width: 90%;
    margin: 0 auto;
    padding-top: 240px;
  }

  .hazakaiki-header__lead-main {
    font-size: clamp(15px, 4.2vw, 18px) !important;
    line-height: 1.65;
  }

  .hazakaiki-header__lead-sub {
    margin-top: 22px;
    font-size: clamp(15px, 4.2vw, 18px) !important;
    line-height: 1.65;
  }

}



/* ========================================
   エキスパート
======================================== */

.hazakaiki-expert {
  width: 100%;
  max-width: none;
  margin: 35px auto 0;
  text-align: center;
}


/* タイトル */

.hazakaiki-expert__title {
  display: block;
  width: 520px;
  max-width: 75%;
  margin: 0 auto 20px;
}

.hazakaiki-expert__title img {
  display: block;
  width: 100%;
  height: auto;
}


/* 5人 */

.hazakaiki-expert__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}


/* 1人分 */

.hazakaiki-expert__item {
  width: 140px;
  box-sizing: border-box;
  padding: 12px 8px 10px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  text-align: center;
}


/* 顔 */

.hazakaiki-expert__icon {
  display: block;
  width: 100%;
  max-width: 105px;
  height: auto;
  margin: 0 auto 5px;
}


/* 名前 */

.hazakaiki-expert__name {
  margin: 0;
  padding: 5px 3px;
  border-radius: 4px;
  color: #382d28;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}


/* 名前の背景色 */

.expert-name--pink {
  background: #e9b1ad;
}

.expert-name--green {
  background: #bdc09e;
}

.expert-name--blue {
  background: #a9bfd0;
}

.expert-name--yellow {
  background: #e6b66d;
}

.expert-name--purple {
  background: #c4acd0;
}


/* 担当 */

.hazakaiki-expert__role {
  margin: 6px -4px 0;
  color: #453b36;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}


/* ========================================
    エキスパート SP
======================================== */

@media screen and (max-width: 767px) {

  .hazakaiki-expert {
    width: 100%;
    margin-top: 24px;
    padding: 0 6px;
    box-sizing: border-box;
  }

  .hazakaiki-expert__title {
    width: 68%;
    max-width: none;
    margin: 0 auto 10px;
  }

  .hazakaiki-expert__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    gap: 3px;
    margin: 0;
  }

  .hazakaiki-expert__item {
    width: auto;
    min-width: 0;
    padding: 6px 2px 7px;
    border-radius: 6px;
  }

  .hazakaiki-expert__icon {
    width: 90%;
    margin-bottom: 3px;
  }

  .hazakaiki-expert__name {
    padding: 3px 0;
    font-size: clamp(7px, 2.3vw, 10px) !important;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .hazakaiki-expert__role {
    margin: 4px 0 0 !important;
    font-size: 9px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.03em;
    white-space: normal;
  }
}
.pc-only {
  display: inline;
}

/* ========================================
   お悩みメニュー：PC
======================================== */

.trouble-menu {
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px 60px;
  box-sizing: border-box;
}


/* ----------------------------------------
   タイトル
---------------------------------------- */

.trouble-menu__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  width: 100%;
  margin: 38px auto 38px !important;
  padding: 0;
  box-sizing: border-box;
}

.trouble-menu__title-text {
  color: #302b27;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
  white-space: nowrap;
}

.trouble-menu__title-icon {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}

.trouble-menu__title-icon img {
  display: block;
  width: 22px;
  height: auto;
}


/* ----------------------------------------
   PC：3列表示
---------------------------------------- */

.trouble-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  justify-content: center;
  align-items: stretch;
  gap: 24px;

  width: 100%;
  max-width: 1068px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}


/* ----------------------------------------
   紙カード
---------------------------------------- */

.trouble-card {
  position: relative;

  width: 340px;
  min-width: 0;
  margin: 0;
  padding: 28px 26px 18px;

  box-sizing: border-box;
  border: 0;

  background-image: url("../hazakaiki_index_img/paper_trouble.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}


/* 衣 */
.trouble-card--clothes {
  background-color: #f4e1df;
  border: 2px solid #dfa9a5;
}

/* 住 */
.trouble-card--living {
  background-color: #edf0df;
  border: 2px solid #b9c58e;
}

/* 食 */
.trouble-card--food {
  background-color: #fbf0d8;
  border: 2px solid #e8bd68;
}


/* ----------------------------------------
   クリップ
---------------------------------------- */

.trouble-card::before {
  position: absolute;
  top: -18px;
  right: 18px;
  z-index: 10;

  width: 32px;
  height: 78px;

  content: "";
  pointer-events: none;

  background-image: url("../hazakaiki_index_img/clip.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


/* ----------------------------------------
   見出し
---------------------------------------- */

.trouble-card__heading {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 70px;
  margin: 0;
  padding: 0;

  list-style: none;
  cursor: default;
}

.trouble-card__heading::-webkit-details-marker {
  display: none;
}

.trouble-card__heading::marker {
  content: "";
}

.trouble-card__category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.trouble-card__circle {
  display: grid;
  flex-shrink: 0;

  width: 64px;
  height: 64px;

  place-items: center;
  border-radius: 50%;

  color: #302b27;
  font-size: 32px;
  line-height: 1;
}


/* 衣の丸 */
.trouble-card--clothes .trouble-card__circle {
  background-color: #eab6b2;
}

/* 住の丸 */
.trouble-card--living .trouble-card__circle {
  background-color: #c8d1a4;
}

/* 食の丸 */
.trouble-card--food .trouble-card__circle {
  background-color: #efca82;
}

.trouble-card__label {
  color: #302b27;
  font-size: 22px;
  letter-spacing: 0.05em;
}


/* PCでは開閉アイコン非表示 */

.trouble-card__toggle {
  display: none;
}


/* ----------------------------------------
   カード内のお悩み
---------------------------------------- */

.trouble-card__body {
  display: block;
}

.trouble-item {
  display: block;

  margin: 0;
  padding: 28px 0 25px;
}

.trouble-item + .trouble-item {
  border-top: 2px dotted #6e6259;
}

.trouble-item__content {
  width: 100%;
  min-width: 0;
}

.trouble-item__text {
  margin: 0 0 13px;

  color: #302b27;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.trouble-item__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-top: 5px;
  padding-bottom: 3px;

  border-bottom: 1px solid #b78f77;

  color: #a47359;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
}

.trouble-item__link:hover {
  opacity: 0.7;
}


/* ========================================
   PCでは3カテゴリーすべて表示
======================================== */

@media screen and (min-width: 768px) {

  .trouble-card__body {
    display: block !important;
  }

  .trouble-card:not([open]) > .trouble-card__body {
    display: block !important;
  }

  .trouble-card__heading {
    position: relative;
    padding-bottom: 12px;
    pointer-events: none;
  }

  .trouble-card__toggle {
    display: none;
  }

  .trouble-card__heading::after {
    content: "";
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    border-bottom: 2px dotted #6e6259;
  }

}


/* ========================================
   SP：アコーディオン
======================================== */

@media screen and (max-width: 767px) {

  .trouble-menu {
    width: 100%;
    margin: 30px auto 0 !important;
    padding: 28px 12px 44px;
    box-sizing: border-box;
  }


  /* ----------------------------------------
     タイトル
  ---------------------------------------- */

  .trouble-menu__title {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    align-items: center;
    column-gap: 2px;

    width: fit-content;
    margin: 24px auto 18px !important;
    padding: 0;

    box-sizing: border-box;
  }

  .trouble-menu__title-text {
    min-width: 0;

    color: #302b27;
    font-size: clamp(18px, 4.7vw, 22px);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
  }

  .trouble-menu__title-icon {
    display: block;
    width: 24px;
    line-height: 0;
  }

  .trouble-menu__title-icon img {
    display: block;
    width: 24px;
    max-width: 100%;
    height: auto;
  }


  /* ----------------------------------------
     アコーディオン全体
  ---------------------------------------- */

  .trouble-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    width: 100%;
    margin: 0 auto;
    padding: 0;

    box-sizing: border-box;
  }


  /* ----------------------------------------
     各カード
  ---------------------------------------- */

  .trouble-card {
    position: relative;

    width: calc(100% - 32px);
    max-width: 420px;
    min-width: 0;

    margin: 0 auto;
    padding: 0 20px;

    box-sizing: border-box;
    background-position: center top;
    background-size: 100% 100%;
  }


  /* ----------------------------------------
     クリップ
  ---------------------------------------- */

  .trouble-card::before {
    top: -10px;
    right: 18px;

    width: 26px;
    height: 44px;
  }


  /* ----------------------------------------
     閉じた状態の見出し
  ---------------------------------------- */

  .trouble-card__heading {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 100%;
    min-height: 104px;

    margin: 0;
    padding: 16px 48px 16px 8px;

    box-sizing: border-box;
    cursor: pointer;
  }

  .trouble-card[open] .trouble-card__heading::after {
    content: "";
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    border-bottom: 2px dotted #6e6259;
  }

  .trouble-card__category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
  }

  .trouble-card__circle {
    width: 58px;
    height: 58px;
    font-size: 29px;
  }

  .trouble-card__label {
    font-size: 21px;
  }


  /* ----------------------------------------
     開閉ボタン
  ---------------------------------------- */

  .trouble-card__toggle {
    position: absolute;
    top: 50%;
    right: 16px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 42px;
    height: 42px;

    border-radius: 50%;
    transform: translateY(-50%);
  }


  /* ボタンの色 */

  .trouble-card--clothes .trouble-card__toggle {
    background: #eab6b2;
  }

  .trouble-card--living .trouble-card__toggle {
    background: #c8d1a4;
  }

  .trouble-card--food .trouble-card__toggle {
    background: #efca82;
  }


  /* 矢印 */

  .trouble-card__toggle::before {
    content: "";

    width: 12px;
    height: 12px;

    border-right: 3px solid #403a34;
    border-bottom: 3px solid #403a34;

    transform: rotate(45deg);
    transition: 0.25s ease;

    margin-top: -6px;
  }


  /* 開いたら上向き */

  .trouble-card[open] .trouble-card__toggle::before {
    transform: rotate(-135deg);
    margin-top: 4px;
  }


  /* ----------------------------------------
     SP：お悩み本文
  ---------------------------------------- */

  .trouble-item {
    display: block;
    padding: 24px 8px 22px;
  }

  .trouble-item__content {
    width: 100%;
  }

}

/* ========================================
   お悩み・会話セクション
======================================== */

.advice-section {
  width: 100%;
  margin-top: 60px !important;
  padding: 0;
border:2px solid rgba(95,82,73,.45);
  border-radius: 28px;
  padding: 40px 0;
  box-sizing: border-box;
}


/* ----------------------------------------
   背景：中央
---------------------------------------- */

.advice-section__body {
  width: 100%;
  padding: 0 24px 36px;
  box-sizing: border-box;
}



/* ----------------------------------------
   中身
---------------------------------------- */

.advice-section__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}




/* ========================================
   お悩み番号
======================================== */
/* お悩み1～2：ピンク */
.advice-section__number {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 160px;
  margin: 0;
  padding: 2px 12px 30px;
  color: #30231c;
  text-align: center;
  background-image:
    url("../hazakaiki_index_img/fukidashi01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
}

/* お悩み3～4：緑 */
.advice-section__number--green {
  background-image:
    url("../hazakaiki_index_img/fukidashi03.png");
}

/* お悩み5～6：オレンジ */
.advice-section__number--orange {
  background-image:
    url("../hazakaiki_index_img/fukidashi02.png");
}


/* 「端境期の」 */

.advice-section__number-small {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.2;
}


/* 「お悩み 1」 */

.advice-section__number-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;

  margin: 0;

  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}


/* 数字の「1」 */

.advice-section__number-main strong {
  font-size: 44px;
  font-weight: 400;
  line-height: 0.9;
}


/* ========================================
   見出しエリア PC
======================================== */

.advice-section__header {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr);
  column-gap: 20px;
  align-items: center;

  width: 100%;
  margin: 0 0 10px;
  box-sizing: border-box;

}


/* ========================================
   タイトル PC
======================================== */

.advice-section__title {
  position: relative;

  width: 100%;
  margin: 0 !important;
  padding: 28px 0 !important;

  color: #30231c;
  font-size: 38px !important;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;

  text-align: left;

  box-sizing: border-box;

  transform: none;
}


/* ========================================
   会話全体
======================================== */

.advice-talk {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    60px
    minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;

  width: 100%;
}


/* ========================================
   人物＋吹き出し
======================================== */

.advice-person {
  display: grid;
  align-items: center;
  gap: 20px;

  min-width: 0;
}

.advice-person--watako {
  grid-template-columns: 170px minmax(0, 1fr);
}

.advice-person--expert {
  grid-template-columns: minmax(0, 1fr) 170px;
}


/* ----------------------------------------
   人物プロフィール
---------------------------------------- */

.advice-person__profile {
  min-width: 0;

  text-align: center;
}

.advice-person__image {
  width: 120px;
  margin: 0 auto 12px;
}

.advice-person__image img {
  display: block;

  width: 100%;
  height: auto;
}


/* ========================================
   スタッフプロフィール
======================================== */

.staff-profile {
  width: min(100%, 300px);
  margin: 0 auto;
  padding: 18px 14px 20px;
  box-sizing: border-box;
  text-align: center;

  background: #fffaf3;
  border: 1px solid #d8c3ad;
  border-radius: 14px;
}

/* --------------------------
   顔アイコン
-------------------------- */

.staff-profile__image {
  width: 82px;
  height: 82px;
  margin: 0 auto 8px;

  overflow: hidden;
  background: #fff;
  border: 1px solid #d8c3ad;
  border-radius: 50%;
}

.staff-profile__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------
   名前
-------------------------- */

.staff-profile__name {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 13px !important;
  padding-bottom: 9px;
  color: #4f3c30;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
}

.staff-profile__name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image:
    radial-gradient(
      circle,
      #c99f8d 1.5px,
      transparent 1.7px
    );
  background-size: 8px 3px;
  background-repeat: repeat-x;
}


.staff-profile__label {
  margin-right: 0.3em;
  font-size: 0.75em;
  font-weight: 600;
}

/* --------------------------
   プロフィール文
-------------------------- */

.staff-profile__description {
  margin: 5px 0 0 0 !important;
  color: #4a403a;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}

.staff-profile__description span {
  display: block;
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width: 767px) {

  .staff-profile {
    width: 100%;
    max-width: 280px;
    padding: 16px 12px 18px;
    border-radius: 12px;
  }

  .staff-profile__image {
    width: 72px;
    height: 72px;
    margin-bottom: 6px;
  }

  .staff-profile__name {
    width: fit-content;
    margin: 0 auto 11px !important;
    padding-bottom: 8px;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
  }

  .staff-profile__name::after {
    left: 0;
    width: 100%;
    transform: none;
  }

  .staff-profile__description {
  position: relative;
  left: 50%;
  width: 115%;
  transform: translateX(-50%);
  margin-left: 0 !important;
  text-align: center;
  font-size: 11px;
  line-height: 1.75;
  }
}


/* ========================================
   吹き出し
======================================== */

.advice-balloon {
  position: relative;

  min-width: 0;
  min-height: 175px;
  padding: 28px;

  border: 2px solid rgba(95, 82, 73, 0.55);
  border-radius: 28px;

  background-color: rgba(255, 255, 255, 0.48);

  box-sizing: border-box;
}

.advice-balloon p {
  margin: 0 !important;

  color: #30231c;
  font-size: 17px !important;
  line-height: 1.85;
  letter-spacing: 0.03em;
}


/* ----------------------------------------
   左側の吹き出しくちばし
---------------------------------------- */

.advice-person--watako .advice-balloon::before {
  position: absolute;
  top: 52px;
  left: -20px;

  width: 24px;
  height: 26px;

  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);

  content: "";
}

.advice-person--watako .advice-balloon::after {
  position: absolute;
  top: 51px;
  left: -23px;

  width: 25px;
  height: 28px;

  border-left: 2px solid rgba(95, 82, 73, 0.55);

  content: "";
  transform: rotate(63deg);
}


/* ----------------------------------------
   右側の吹き出しくちばし
---------------------------------------- */

.advice-person--expert .advice-balloon::before {
  position: absolute;
  top: 52px;
  right: -20px;

  width: 24px;
  height: 26px;

  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 100% 50%, 0 100%);

  content: "";
}

.advice-person--expert .advice-balloon::after {
  position: absolute;
  top: 51px;
  right: -23px;

  width: 25px;
  height: 28px;

  border-right: 2px solid rgba(95, 82, 73, 0.55);

  content: "";
  transform: rotate(-63deg);
}


/* ========================================
   中央の矢印
======================================== */

.advice-talk__arrow {
  position: relative;

  width: 0;
  height: 0;
  margin: 0 auto;

  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #b89a88;
}

.advice-talk__arrow::after {
  position: absolute;
  top: -11px;
  left: -25px;

  width: 0;
  height: 0;

  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #e3cfc1;

  content: "";
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {

  /* ----------------------------------------
     セクション全体
  ---------------------------------------- */

  .advice-section {
    width: auto !important;
    max-width: none !important;
    margin-top: 44px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    padding: 0;
    box-sizing: border-box;
  }

  .advice-section__bg-top,
  .advice-section__bg-bottom {
    width: 100%;
  }

  .advice-section__body {
    width: 100%;
    padding: 36px 16px 36px;
    box-sizing: border-box;
  }

  .advice-section__inner {
    display: block;

    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 0;

    box-sizing: border-box;
  }


  /* ----------------------------------------
     見出しエリア
  ---------------------------------------- */

  .advice-section__header {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;

    width: 100%;
    margin: 0 0 10px;

    box-sizing: border-box;
  }


  /* ----------------------------------------
     お悩み番号
  ---------------------------------------- */

  .advice-section__number {
  position: relative !important;
top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  width: 112px;
  height: auto;
  aspect-ratio: 118 / 108;
  margin: 0;
  padding: 28px 8px 12px !important;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  box-sizing: border-box;
}


  /* 「端境期の」 */

  .advice-section__number >
  .advice-section__number-small {
    position: static !important;

    display: block !important;

    width: auto !important;
    margin: 0 0 4px !important;
    padding: 0 !important;

    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center;

    transform: none !important;
  }


  /* 「お悩み 1」 */

  .advice-section__number >
  .advice-section__number-main {
    position: static !important;

    display: flex !important;
    align-items: baseline;
    justify-content: center;
    gap: 4px;

    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;

    font-size: 18px !important;
    line-height: 1 !important;
    white-space: nowrap;

    transform: none !important;
  }

  .advice-section__number-main strong {
    position: static !important;

    display: inline-block;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 28px !important;
    font-weight: 400;
    line-height: 0.8 !important;

    transform: none !important;
  }


  /* ----------------------------------------
     タイトル
  ---------------------------------------- */

  .advice-section__title {
    align-self: center;

    width: 100%;
    margin: 0 !important;
    padding: 4px 0 5px !important;

    font-size: clamp(18px, 5vw, 24px) !important;
    line-height: 1.55;
    text-align: left;
transform: none !important;
    box-sizing: border-box;
  }



  /* ----------------------------------------
     会話全体
  ---------------------------------------- */

  .advice-talk {
    display: flex;
    flex-direction: column;
    gap: 10px;

    width: calc(100% - 16px);
    margin: 0 auto;

    box-sizing: border-box;
  }

  .advice-person {
    display: grid;
    align-items: center;
    column-gap: 10px;

    width: 100%;
    min-width: 0;

    box-sizing: border-box;
  }


  /* わたこ：人物を左、吹き出しを右 */

  .advice-person--watako {
    grid-template-columns: 108px minmax(0, 1fr);
  }


  /* スタッフ：吹き出しを左、人物を右 */

  .advice-person--expert {
margin-top:-6px;
  grid-template-columns: minmax(0, 1fr) 120px;
  }


  /* ----------------------------------------
     人物プロフィール
  ---------------------------------------- */

  .advice-person__profile {
    width: 100%;
    min-width: 0;
    margin: -6px 0 0 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
  }

  .advice-person__image {
    width: 76px;
    margin: 0 auto 6px;
  }

  .advice-person__image img {
    display: block;

    width: 100%;
    height: auto;
  }




  /* ----------------------------------------
     吹き出し
  ---------------------------------------- */

  .advice-balloon {
   position: relative;

  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 18px 14px;

  border: 1px solid rgba(95, 82, 73, 0.55);
  border-radius: 18px;

  background-color: rgba(255, 255, 255, 0.48);

  box-sizing: border-box;
  }

  .advice-balloon p {
    margin: 0 !important;

    font-size: 13px !important;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }


  /* ----------------------------------------
     わたこ側の吹き出しくちばし
  ---------------------------------------- */

  .advice-person--watako .advice-balloon::before {
    top: 26px;
    left: -13px;

    width: 16px;
    height: 18px;

    background-color: rgba(255, 255, 255, 0.9);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
  }

  .advice-person--watako .advice-balloon::after {
    display: block;

    top: 25px;
    left: -15px;

    width: 17px;
    height: 20px;

    border: 0;
    border-left: 1px solid rgba(95, 82, 73, 0.55);

    transform: rotate(63deg);
  }


  /* ----------------------------------------
     スタッフ側の吹き出しくちばし
  ---------------------------------------- */

  .advice-person--expert .advice-balloon::before {
    top: 26px;
    right: -13px;

    width: 16px;
    height: 18px;

    background-color: rgba(255, 255, 255, 0.9);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }

  .advice-person--expert .advice-balloon::after {
    display: block;

    top: 25px;
    right: -15px;

    width: 17px;
    height: 20px;

    border: 0;
    border-right: 1px solid rgba(95, 82, 73, 0.55);

    transform: rotate(-63deg);
  }


  /* ----------------------------------------
     中央の下向き矢印
  ---------------------------------------- */

.advice-talk__arrow {
  position: relative;
  width: 0;
  height: 0;
  margin: 4px auto 8px;

  border-top: 20px solid #b89a88;
  border-right: 15px solid transparent;
  border-bottom: 0;
  border-left: 15px solid transparent;
}

.advice-talk__arrow::after {
  position: absolute;
  top: -18px;
  left: -10px;

  border-top: 13px solid #e3cfc1;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;

  content: "";
}


  /* ----------------------------------------
     PC専用改行をSPでは非表示
  ---------------------------------------- */

  .advice-section .only-pc {
    display: none;
  }

}

/* ========================================
   テクニックカード
======================================== */

.technique-card {
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}

.technique-card__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 12px;
  box-sizing: border-box;
}


/* ----------------------------------------
   上部の区切り線
---------------------------------------- */

.technique-card__line {
  width: 100%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: rgba(95, 82, 73, 0.35);
}


/* ========================================
   見出し
======================================== */

.technique-card__heading {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  column-gap: 30px;

  width: 100%;
  margin-bottom: 22px;
}


/* ----------------------------------------
   Technique 01
---------------------------------------- */

.technique-card__number {
  width: 170px;
}

.technique-card__number img {
  display: block;

  width: 100%;
  height: auto;
}


/* ----------------------------------------
   タイトル
---------------------------------------- */

.technique-card__title {
  margin: 0 0 0 20px !important;
  color: #30231c;
  font-size: 30px !important;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.technique-card__title span {
  color: #e38372;
}


/* ========================================
   ビジュアルエリア
======================================== */

.technique-card__visual {
  display: grid;
  grid-template-columns:
    minmax(260px, 320px)
    minmax(0, 690px);
  align-items: center;
  justify-content: center;
  column-gap: 0;
  width: 100%;
}



/* ----------------------------------------
   スタッフ
---------------------------------------- */

.technique-card__staff {
  align-self: center;
  width: 100%;
  max-width: 320px;
}

.technique-card__staff img {
  display: block;
  width: 80%;
  height: auto;
}

@media screen and (min-width: 768px) {

  .technique-card__staff {
    transform: translateX(120px);
  }

  .technique-card__memo {
    transform: translateX(-100px);
  }

}


/* ========================================
   メモ
======================================== */

.technique-card__memo {
  position: relative;
  width: 70%;
  justify-self: end;
  min-width: 0;
}

.technique-card__memo-bg {
  display: block;
  width: 100%;
  height: auto;
}


/* Techniqueラベル */
.technique-card__memo-label {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background-color: #f2d5cb;
  border: 1px solid #b66a52;
  border-radius: 3px;
  color: #6f493c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.technique-card__memo-label span {
  margin-left: 3px;
}

.technique-card__list {
  position: absolute;
  top: 75px;   /* 105px → 125px：テクニック01の下を1行分あける */
  left: 10%;
  width: 78%;   /* 72% → 78%：1行に入る文字数を少し増やす */
  margin: 0;
  padding: 0;
  list-style: none;
  transform: none;
}

.technique-card__list li {
  position: relative;
  margin: 0 0 12px;  /* 8px → 12px */
  padding: 0;

  color: #30231c;
  font-size: 20px;    /* 18px → 20px */
  font-weight: 600;
  line-height: 2;     /* 1.8 → 2 */
  letter-spacing: 0.02em;
}

.technique-card__list li:last-child {
  margin-bottom: 0;
}

.technique-card__list li::before {
  display: none;
}

.technique-card__list span {
  color: #b66a52;
}


/* ========================================
   SP
======================================== */

@media screen and (max-width: 767px) {

  .technique-card {
  padding: 0;
  box-sizing: border-box;
  }

  .technique-card__inner {
  width: calc(100% - 24px);
  max-width: 430px;
  margin: 0 auto;
  }


  /* 上の線 */

  .technique-card__line {
    /*margin-bottom: 14px;*/
  }


  /* 見出し */

  .technique-card__heading {
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 8px;

    margin-bottom: 12px;
  }

  .technique-card__number {
   width: 96px;
  }

  .technique-card__title {
    font-size: clamp(11px, 3.2vw, 15px) !important;
    line-height: 1.45;
    letter-spacing: 0.01em;
  }


@media screen and (max-width: 767px) {

  /* ========================================
     ビジュアル：SPは縦並び
  ======================================== */

  .technique-card__visual {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 18px;

    width: 100%;
    margin-left: 0;

    align-items: start;
    justify-items: center;
  }


  /* ========================================
     イラスト
  ======================================== */

  .technique-card__staff {
    position: relative;
    z-index: 2;

    width: 72%;
    max-width: 300px;
    margin: 0 auto;
  }

  .technique-card__staff img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }


  /* ========================================
     メモ
  ======================================== */

  .technique-card__memo {
    position: relative;

    width: 94%;
    max-width: 400px;
    margin: 0 auto;

    min-width: 0;
    justify-self: center;
    transform: none;
  }

  .technique-card__memo-bg {
    display: block;
    width: 100%;
    height: auto;
    transform: none;
  }


  /* ========================================
     Techniqueラベル
  ======================================== */

  .technique-card__memo-label {
    top: 7%;
    left: 8%;

    padding: 5px 10px;

    font-size: clamp(14px, 4vw, 17px);
    line-height: 1;
  }


  /* ========================================
     メモ本文
  ======================================== */

  .technique-card__list {
    top: 25%;
    left: 9%;

    width: 82%;
    margin: 0;
    padding: 0;

    transform: none;
  }

  .technique-card__list li {
    margin: 0 0 10px;
    padding: 0;

    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.85;
    letter-spacing: 0.03em;
  }

  .technique-card__list li:last-child {
    margin-bottom: 0;
  }

}

}
/* ========================================
   Technique 商品紹介
======================================== */

.technique-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 52px;
  row-gap: 28px;
  width: 100%;
  max-width: 980px;
  margin: 40px auto 0;
  box-sizing: border-box;
}


/* 商品1点 */

.technique-product {
position: relative;

  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  column-gap: 20px;

  min-width: 0;
  margin: 0;
  padding: 0;

  color: #30231c;
  text-decoration: none;

  box-sizing: border-box;
}


/* 商品画像 */

.technique-product__image {
  width: 100%;
  min-width: 0;
}

.technique-product__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


/* 商品情報 */

.technique-product__content {
  min-width: 0;
}


/* 手作業のキャッチコピー */

.technique-product__catch {
  margin: 0 0 20px !important;
color: #B66A52 !important;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
}


/* APIの商品名 */

.technique-product__name {
  margin: 0 0 12px !important;
  color: #30231c;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.03em;
}


/* APIの価格 */

.technique-product__price {
  margin: 0 !important;
  font-weight: 600;
  color: #30231c;
  font-size: 17px !important;
  line-height: 1.4;
  letter-spacing: 0.03em;
}


/* PCでは右矢印を非表示 */

.technique-product__arrow {
  display: none;
}


/* hover */

.technique-product:hover {
  opacity: 0.75;
}

/* ========================================
   Technique 商品紹介 SP
======================================== */

@media screen and (max-width: 767px) {

  /* 商品全体：1列にする */
  .technique-products {
    grid-template-columns: 1fr;
    row-gap: 32px;

    width: 100%;
    margin-top: 28px;
  }

  /* 1商品：画像 → 商品情報 の縦並び */
  .technique-product {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  min-width: 0;
  }

  /* 商品画像 */
  .technique-product__image {
    width: 100%;
  }

  /* 商品情報 */
  .technique-product__content {
    width: 100%;
    min-width: 0;
    margin-top: 10px;
  }

  .technique-product__catch {
    margin-bottom: 8px !important;
    font-size: 14px !important;
    line-height: 1.5;
  }

  .technique-product__name {
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.5;

    word-break: normal;
    overflow-wrap: anywhere;
  }

  .technique-product__price {
    font-size: 14px !important;
    line-height: 1.4;
  }

}


/* ボタン */
.technique-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:580px;   /* ← ここだけ小さくする */
  aspect-ratio:1147 / 260;
  margin:40px auto 60px;
  background:url("../hazakaiki_index_img/technique_btn.png") no-repeat center / contain;
  text-decoration:none;
}

.technique-btn__text{
  width:60%;
  margin:0 auto;
  color:#f8f6f6;
  font-size:24px;
  font-weight:700;
  line-height:1.4;
  text-align:center;
}


/* ボタン */
.technique-btn02{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:580px;   /* ← ここだけ小さくする */
  aspect-ratio:1147 / 260;
  margin:40px auto 40px;
  background:url("../hazakaiki_index_img/technique_btn.png") no-repeat center / contain;
  text-decoration:none;
}




@media screen and (max-width:767px){

.technique-btn{
  width:100%;
  max-width:320px;      /* お好みで320〜340px */
  aspect-ratio:1147 / 260;
  margin:24px auto 48px;
  background-size:contain;
}

.technique-btn02{
  width:100%;
  max-width:320px;      /* お好みで320〜340px */
  aspect-ratio:1147 / 260;
  margin:24px auto 24px;
  background-size:contain;
}

.technique-btn__text{
  width:68%;
  font-size:15px;
  line-height:1.4;
}
}

/* ----------------------------------------
   近日発売
---------------------------------------- */

.technique-product--coming .technique-product__catch {
  color: #b66a52 !important;
  letter-spacing: 0.08em;
}

.technique-product--coming {
  cursor: default;
}

.technique-product--coming:hover {
  opacity: 1;
  transform: none;
}

.technique-product--coming:hover {
  opacity: 1;
  cursor: default;
}

/* ========================================
   Technique：PC / SP 表示切り替え
   ※現在のCSSファイルの末尾に追加
======================================== */

/* SP専用ラベル・SP専用メモ背景はPCでは非表示 */
.technique-card__memo-label--sp,
.technique-card__memo-bg--sp {
  display: none;
}

/* PC用ラベルはPCでは従来どおり表示 */
.technique-card__memo-label--pc {
  display: inline-flex;
}


@media screen and (max-width: 767px) {

  /* ----------------------------------------
     SP：ラベル → イラスト → メモ の縦並び
  ---------------------------------------- */
  .technique-card__visual {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 18px;
    align-items: start;
    justify-items: center;

    width: 100%;
    margin-left: 0;
  }

  /* ----------------------------------------
     SP用テクニックラベル
  ---------------------------------------- */
  .technique-card__memo-label--sp {
    position: static;
    display: inline-flex;
    justify-self: start;

    margin: 0 0 -4px 4%;
    padding: 6px 11px;

    font-size: clamp(15px, 4vw, 18px);
  }

  /* メモ内のPC用ラベルはSPでは非表示 */
  .technique-card__memo-label--pc {
    display: none;
  }

  /* ----------------------------------------
     イラスト
  ---------------------------------------- */
  .technique-card__staff {
    position: relative;
    z-index: 2;
    width: 76%;
    max-width: 320px;
    margin: 0 auto;
  }

  .technique-card__staff img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  /* ----------------------------------------
     メモ
  ---------------------------------------- */
  .technique-card__memo {
    position: relative;

    width: 96%;
    max-width: 410px;
    min-width: 0;
    margin: 0 auto;

    justify-self: center;
    transform: none;
  }

  /* PC用メモ画像を隠して、SP用縦長画像を表示 */
  .technique-card__memo-bg--pc {
    display: none;
  }

  .technique-card__memo-bg--sp {
    display: block;
    width: 100%;
    height: auto;
    transform: none;
  }

  /* ----------------------------------------
     メモ本文
     ラベルを外へ出したので上から広く使う
  ---------------------------------------- */
  .technique-card__list {
  top: 11%;
  left: calc(9% + 5px);
  width: calc(82% - 5px);
    margin: 0;
    padding: 0;
    transform: none;
  }

  .technique-card__list li {
    margin: 0 0 10px;
    padding: 0;

    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.85;
    letter-spacing: 0.03em;
  }
}


/* ========================================
   おすすめ特集
======================================== */

.recommend-section {
  width: 100%;
  max-width: 1180px;
  margin: 100px auto !important;
  padding: 0 24px 60px 24px !important;
  box-sizing: border-box;
}


/* ----------------------------------------
   タイトル
---------------------------------------- */

.recommend-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  width: 100%;
  margin: 0 auto 38px !important;
  padding: 0;

  color: #302b27;
  box-sizing: border-box;
}

.recommend-section__title-text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.recommend-section__title-icon {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}

.recommend-section__title-icon img {
  display: block;
  width: 22px;
  height: auto;
}


/* ----------------------------------------
   バナー一覧 PC：4列
---------------------------------------- */

.recommend-section__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
  margin: 0 auto;
}


/* ----------------------------------------
   バナー
---------------------------------------- */

.recommend-section__item {
  display: block;
  width: 100%;
  min-width: 0;
  text-decoration: none;
  overflow: hidden;
}

.recommend-section__item img {
  display: block;
  width: 100%;
  height: auto;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.recommend-section__item:hover img {
  opacity: 0.82;
  transform: scale(1.02);
}


/* ========================================
   おすすめ特集 SP
======================================== */

@media screen and (max-width: 767px) {

  .recommend-section {
    width: 100%;
    margin: 56px auto !important;
    padding: 0 16px 60px !important;
  }

  /* タイトル */

  .recommend-section__title {
    display: grid;
    grid-template-columns: 24px auto 24px;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    width: fit-content;
    margin: 0 auto 22px !important;
  }

  .recommend-section__title-text {
    font-size: clamp(20px, 5.5vw, 24px);
    letter-spacing: 0.05em;
  }

  .recommend-section__title-icon {
    width: 24px;
  }

  .recommend-section__title-icon img {
    width: 24px;
  }


  /* SP：2列 */

  .recommend-section__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }


  /* バナー */

  .recommend-section__item img {
    width: 100%;
    height: auto;
  }

}

