  @charset "UTF-8";
  .bscstm .fw-500 {
    font-weight: 500 !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .w-md-auto {
      width: auto !important;
    }
  }

  .bscstm .ls-0em {
    letter-spacing: 0em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-0em {
      letter-spacing: 0em !important;
    }
  }

  .bscstm .ls-1em {
    letter-spacing: 0.01em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-1em {
      letter-spacing: 0.01em !important;
    }
  }

  .bscstm .ls-2em {
    letter-spacing: 0.02em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-2em {
      letter-spacing: 0.02em !important;
    }
  }

  .bscstm .ls-3em {
    letter-spacing: 0.03em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-3em {
      letter-spacing: 0.03em !important;
    }
  }

  .bscstm .ls-4em {
    letter-spacing: 0.04em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-4em {
      letter-spacing: 0.04em !important;
    }
  }

  .bscstm .ls-5em {
    letter-spacing: 0.05em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-5em {
      letter-spacing: 0.05em !important;
    }
  }

  .bscstm .ls-6em {
    letter-spacing: 0.06em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-6em {
      letter-spacing: 0.06em !important;
    }
  }

  .bscstm .ls-7em {
    letter-spacing: 0.07em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-7em {
      letter-spacing: 0.07em !important;
    }
  }

  .bscstm .ls-8em {
    letter-spacing: 0.08em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-8em {
      letter-spacing: 0.08em !important;
    }
  }

  .bscstm .ls-9em {
    letter-spacing: 0.09em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-9em {
      letter-spacing: 0.09em !important;
    }
  }

  .bscstm .ls-10em {
    letter-spacing: 0.1em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-10em {
      letter-spacing: 0.1em !important;
    }
  }

  .bscstm .ls-11em {
    letter-spacing: 0.11em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-11em {
      letter-spacing: 0.11em !important;
    }
  }

  .bscstm .ls-12em {
    letter-spacing: 0.12em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-12em {
      letter-spacing: 0.12em !important;
    }
  }

  .bscstm .ls-13em {
    letter-spacing: 0.13em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-13em {
      letter-spacing: 0.13em !important;
    }
  }

  .bscstm .ls-14em {
    letter-spacing: 0.14em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-14em {
      letter-spacing: 0.14em !important;
    }
  }

  .bscstm .ls-15em {
    letter-spacing: 0.15em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-15em {
      letter-spacing: 0.15em !important;
    }
  }

  .bscstm .ls-16em {
    letter-spacing: 0.16em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-16em {
      letter-spacing: 0.16em !important;
    }
  }

  .bscstm .ls-17em {
    letter-spacing: 0.17em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-17em {
      letter-spacing: 0.17em !important;
    }
  }

  .bscstm .ls-18em {
    letter-spacing: 0.18em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-18em {
      letter-spacing: 0.18em !important;
    }
  }

  .bscstm .ls-19em {
    letter-spacing: 0.19em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-19em {
      letter-spacing: 0.19em !important;
    }
  }

  .bscstm .ls-20em {
    letter-spacing: 0.2em !important;
  }
  @media screen and (min-width: 768px) {
    .bscstm .ls-md-20em {
      letter-spacing: 0.2em !important;
    }
  }

  /*
  *ベーシックテーマのリセット
  */
  .bscstm img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  a {
    display: inline-block;
    vertical-align: top;
  }
  @media screen and (min-width: 768px) {
    a {
      opacity: 1;
      transition: 0.4s;
    }
    a:hover {
      opacity: 0.6;
    }
  }

  .u-color__text--alert {
    letter-spacing: 0.16em;
    background: #fcf3f0;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #dc917e;
    font-size: 0.8125rem;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  @media screen and (min-width: 768px) {
    .u-color__text--alert {
      font-size: 0.9375rem;
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }

  /*
  *ヤクルトテーマ
  */
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none;
    }
  }
  body {
    font-feature-settings: "palt";
  }
  @media screen and (min-width: 768px) {
    body {
      min-width: 1000px;
    }
  }

  .ff-outfit, body, section, article, address, div, ul, ol, li, table, tr, th, td, dl, dt, dd, h1, h2, h3, h4, h5, p, a, span, strong, small, b, pre, form, input, select, textarea, button {
    font-family: "Outfit", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "メイリオ", sans-serif !important;
  }

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

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

  .inner-wrap {
    padding: 0 5.3333333333vw;
    position: relative;
  }
  .inner-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  @media screen and (min-width: 768px) {
    .inner-wrap {
      max-width: 1230px;
      min-width: 1010px;
      margin: 0 auto;
      padding: 0 15px;
    }
  }

  .img-shadow {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  }

  .section__ttl {
    font-size: 1.375rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.12em;
    margin-bottom: 8vw;
  }
  @media screen and (min-width: 768px) {
    .section__ttl {
      font-size: 1.875rem;
      margin-bottom: 50px;
    }
  }
  @media screen and (min-width: 768px) {
    .post-column--list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .post-column--list:after {
      content: "";
      display: block;
      width: 30%;
      height: 0;
    }
  }
  #top-products05 .top-special__accordion {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.35s ease;
  }
  #top-products05 .top-special__accordion.is-open {
      grid-template-rows: 1fr;
  }
  #top-products05 .top-special__accordion-inner {
      overflow: hidden;
      min-height: 0;
  }
  #top-products05 .post-column--list--extra {
      margin-top: 20px;
  }

  #top-products05 .top-special__toggle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 40px;
      border: 1px solid #333;
      background: #fff;
      cursor: pointer;
      font-size: 14px;
  }
  #top-products05 .top-special__toggle::after {
      content: "";
      width: 8px;
      height: 8px;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      transform: rotate(45deg);
      transition: transform 0.3s ease;
  }
  #top-products05 .top-special__toggle.is-open::after {
      transform: rotate(-135deg);
  }
  #top-products05 .post-column--list {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 既存のPC用グリッド定義（要確認・置き換え） */
      gap: 24px;
  }

  @media (max-width: 767px) {
      #top-products05 .post-column--list {
          display: block; /* もしくは flex + flex-direction: column */
      }
      #top-products05 .post-column--link + .post-column--link {
          margin-top: 24px; /* 縦に並べた際の要素間の余白 */
      }
      #top-products05 .post-column--list--extra {
          margin-top: 24px; /* PCのmargin-topと分けてSP用の値に */
      }
  }
  .post-column--link {
    display: block;
  }
  @media screen and (max-width: 767px) {
    .post-column--link:nth-child(n+2) {
      margin-top: 6.6666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .post-column--link {
      width: 30%;
    }
    .post-column--link:nth-child(n+4) {
      margin-top: 30px;
    }
  }
  .post-column--head {
    font-size: 15px;
    line-height: 1.867;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin-top: 4vw;
    padding: 0 2.1333333333vw;
  }
  @media screen and (min-width: 768px) {
    .post-column--head {
      font-size: 16px;
      line-height: 1.75;
      margin-top: 15px;
      padding: 0 15px;
    }
  }
  .post-column--head + .post-column--txt {
    margin-top: 1.3333333333vw;
  }
  @media screen and (min-width: 768px) {
    .post-column--head + .post-column--txt {
      margin-top: 10px;
    }
  }
  .post-column--txt {
    font-size: 0.8125rem;
    line-height: 1.538;
    letter-spacing: 0.12em;
    margin-top: 4vw;
    padding: 0 2.1333333333vw;
  }
  @media screen and (min-width: 768px) {
    .post-column--txt {
      font-size: 0.875rem;
      line-height: 2;
      margin-top: 15px;
      padding: 0 15px;
    }
  }

  .more-btn {
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    display: inline-block;
    padding: 2.6666666667vw 6.6666666667vw;
    min-width: 53.3333333333vw;
    text-align: center;
    position: relative;
    border: 1px solid #000;
    background: #fff;
  }
  @media screen and (min-width: 768px) {
    .more-btn {
      font-size: 1.0625rem;
      min-width: 200px;
      padding: 10px 25px;
    }
  }
  .more-btn:after {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="15" viewBox="0 0 12 15" fill="none"><path d="M2.945,2.037 L7.644,6.998 L2.945,11.959" stroke="rgb(241, 193, 181)"></path></svg>');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  @media screen and (min-width: 768px) {
    .more-btn:after {
      transition: 0.4s;
    }
  }
  @media screen and (min-width: 768px) {
    .more-btn:hover {
      background: rgb(250, 234, 230);
    }
    .more-btn:hover:after {
      right: 5px;
    }
  }

  .radius-btn {
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    display: inline-block;
    padding: 2.6666666667vw 9.3333333333vw;
    min-width: 61.3333333333vw;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 20px;
    color: #000;
  }
  @media screen and (min-width: 768px) {
    .radius-btn {
      font-size: 1rem;
      min-width: 230px;
      padding: 10px 25px;
    }
  }
  .radius-btn:after {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="15" viewBox="0 0 12 15" fill="none"><path d="M2.945,2.037 L7.644,6.998 L2.945,11.959" stroke="rgb(241, 193, 181)"></path></svg>');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }

  .fc-red {
    color: #e60039 !important;
  }

  /*
  * header
  */
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    transition: 0.4s;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 5.3333333333vw;
    padding-bottom: 4vw;
  }
  @media screen and (min-width: 768px) {
    .header__inner {
      padding-top: 50px;
      padding-bottom: 20px;
    }
  }
  .header__bg {
    background: rgba(255, 255, 255, 0);
    display: block;
    transition: 0.4s;
  }
  .header__toggle {
    width: 8vw;
    height: 8vw;
    position: relative;
  }
  .header__toggle span {
    transition: 0.4s;
    transform-origin: center;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 8px;
    opacity: 1;
  }
  .header__toggle span:first-child {
    top: 2px;
  }
  .header__toggle span:last-child {
    top: 14px;
  }
  @media screen and (min-width: 768px) {
    .header__toggle {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .header__gnavi {
      transition: 0.4s;
      opacity: 0;
      position: absolute;
      left: 0;
      width: 100%;
      background: #fff7f0;
      pointer-events: none;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi {
      order: 2;
      display: flex;
      margin-left: -2%;
    }
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--inner {
      padding: 8vw 5.3333333333vw 24vw;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--inner {
      display: flex;
    }
  }
  .header__gnavi--banner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8vw;
  }
  .header__gnavi--banner > * {
    width: 30%;
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--banner {
      display: none;
    }
  }
  .header__gnavi--menu {
    font-size: 0.875rem;
    letter-spacing: 0.16em;
    position: relative;
    font-weight: bold;
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--menu {
      border-bottom: 1px solid #eaded5;
    }
    .header__gnavi--menu:nth-of-type(2) {
      border-top: 1px solid #eaded5;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--menu {
      font-size: 0.9375rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  .header__gnavi--menu > a {
    display: block;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--menu > a {
      line-height: 1.5;
      padding: 3.4666666667vw 13.3333333333vw 3.4666666667vw 5.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--menu.is-hidden-content > a {
      padding-right: 25px;
    }
  }
  .header__gnavi--menu.is-hidden-content > a:after {
    content: "";
    display: block;
    width: 18px;
    height: 13px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="13" viewBox="0 0 18 13" fill="none"><path d="M14.679,2.696 L8.687,8.677 L2.695,2.696" stroke="rgb(241, 193, 181)"></path></svg>');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.3333333333vw;
    margin: auto;
    transition: 0.4s;
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--menu.is-hidden-content > a:after {
      top: 5px;
      bottom: auto;
      right: -5px;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--menu + .header__gnavi--menu {
      margin-left: 4.1vw;
    }
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--contentwrap {
      border-top: 1px solid #eaded5;
      padding: 0 5.3333333333vw;
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--contentwrap {
      position: fixed;
      left: 0;
      width: 100%;
      padding: 37px 0 101px;
      background: #fff7f0;
      transition: 0.4s;
      opacity: 0;
      pointer-events: none;
    }
  }
  @media screen and (min-width: 768px) {
    .beauty__gnavi--contentwrap .header__gnavi--cat-thumb-img {
      justify-content: flex-start;
      gap: 50px 6%;
    }
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--content {
      padding: 0;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--content {
      overflow: hidden;
    }
  }
  .header__gnavi--link {
    font-size: 0.8125rem;
    letter-spacing: 0.16em;
    position: relative;
    display: block;
    line-height: 1.5;
    color: #010101;
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--link {
      padding: 4vw 10.6666666667vw 4vw 4vw;
    }
    .header__gnavi--link:after {
      content: "";
      display: block;
      width: 8px;
      height: 13px;
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="13" viewBox="0 0 8 13" fill="none"><path d="M1.445,1.538 L6.144,6.498 L1.445,11.461" stroke="rgb(241, 193, 181)"></path></svg>');
      background-size: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 4vw;
      margin: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--link + .header__gnavi--link {
      border-top: 1px solid #eaded5;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--link:hover .cat-txt:after {
      right: 5px;
    }
  }
  @media screen and (max-width: 767px) {
    .header__gnavi--cat-thumb-img {
      border-bottom: 1px solid #eaded5;
    }
    .header__gnavi--cat-thumb-img .cat-thumb {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--cat-thumb-img {
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 50px;
      gap: 50px 0;
      justify-content: space-between;
    }
    .header__gnavi--cat-thumb-img .header__gnavi--link {
      width: 220px;
      margin: 0;
      padding: 5px 10px 15px;
      box-sizing: content-box;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      border-bottom: 1px solid #dfbead;
      font-weight: bold;
      max-width: 240px;
    }
    .header__gnavi--cat-thumb-img .header__gnavi--link:nth-child(n+5) {
      padding-top: 20px;
    }
    .header__gnavi--cat-thumb-img .cat-thumb {
      filter: drop-shadow(7.1px 7.1px 15px rgba(0, 0, 0, 0.15)) !important;
    }
    .header__gnavi--cat-thumb-img .cat-txt {
      position: relative;
      padding-right: 15px;
      flex-shrink: 0;
    }
  }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .header__gnavi--cat-thumb-img .cat-txt {
      padding-left: 5px;
      font-size: 1rem;
      letter-spacing: 0.16em;
      margin-bottom: 10px;
    }
    .header__gnavi--cat-thumb-img .cat-detail {
      font-size: 0.75rem;
      display: block;
      margin-left: 5px;
      margin-bottom: 12px;
      padding: 8px 10px;
      background-color: #de9991;
      width: fit-content;
      color: #fff;
    }
  }
  @media screen and (min-width: 768px) {

    .header__gnavi--cat-thumb-img .cat-txt-wrap {
      display: flex;
      flex-direction: column;
    }
    .header__gnavi--cat-thumb-img .cat-txt:after {
      content: "";
      display: block;
      width: 8px;
      height: 13px;
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="13" viewBox="0 0 8 13" fill="none"><path d="M1.445,1.538 L6.144,6.498 L1.445,11.461" stroke="rgb(241, 193, 181)"></path></svg>');
      background-size: cover;
      position: absolute;
      bottom: 3px;
      right: -5px;
      transition: 0.4s;
    }
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--cat-nomal {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      padding-left: 8px;
      align-items: center;
      background: #fff;
      padding: 30px 0;
    }
    .header__gnavi--cat-nomal .header__gnavi--link {
      width: auto;
      text-align: center;
      font-size: 0.9375rem;
      font-weight: bold;
      line-height: 1.2;
      padding: 10px 30px;
      margin-left: -1px;
      background: #fff7f0;
      border-radius: 1.5rem;
      border: none !important;
    }
    .header__gnavi--cat-nomal .header__gnavi--link:nth-child(n+8) {
      margin-top: 20px;
    }

    .header__gnavi--cat-all {
      display: flex;
      justify-content: center;
      padding: 0;
      width: 400px;
      margin: 49px auto 0;
    }

    .header__gnavi--cat-all .header__gnavi--link {
      font-size: 0.9375rem;
      line-height: 1.2;
      letter-spacing: 0.16em;
      font-weight: 500;
      padding: 10px 0;
      text-align: center;
      border: 1px solid #000;
      position: relative;
      width: 100%;
    }

    .header__gnavi--cat-all .header__gnavi--link::before {
      content: "";
      display: block;
      width: 8px;
      height: 13px;
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="13" viewBox="0 0 8 13" fill="none"><path d="M1.445,1.538 L6.144,6.498 L1.445,11.461" stroke="rgb(241, 193, 181)"></path></svg>');
      background-size: cover;
      position: absolute;
      bottom: 50%;
      transform: translateY(50%);
      right: 12px;
      transition: 0.4s;
    }
  }
  .header__gnavi--sns {
    margin-top: 5.3333333333vw;
    padding-bottom: 17.3333333333vw;
  }
  @media screen and (min-width: 768px) {
    .header__gnavi--sns {
      display: none;
    }
  }
  .header__gnavi--sns > * {
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    width: 100%;
    padding: 2.6666666667vw 4vw;
  }
  .header__gnavi--sns > * .icon-img {
    width: 8vw;
    margin-right: 4vw;
  }
  .header__gnavi--sns > * .icon-img img {
    display: block;
    margin: auto;
  }
  .header__logo {
    width: 26.6666666667vw;
  }
  @media screen and (min-width: 768px) {
    .header__logo {
      order: 1;
      width: 150px;
    }
    .header__logo img {
      width: 100%;
    }
  }
  .header__menu {
    display: flex;
  }
  @media screen and (min-width: 768px) {
    .header__menu {
      order: 3;
    }
  }
  .header__menu--mypage {
    margin-right: 5.3333333333vw;
  }
  @media screen and (min-width: 768px) {
    .header__menu--mypage {
      margin-right: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  .header__menu--mypage:after {
    content: "";
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
    background-image: url({{ file_root_path }}/common/img/base/hd-icon-user.svg);
    background-size: cover;
  }
  @media screen and (min-width: 768px) {
    .header__menu--mypage:after {
      width: 25px;
      height: 25px;
    }
  }

  @media screen and (min-width: 768px) {
    .l-header__inner__block__item--cart {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  .header__menu--cart {
    position: relative;
    width: 22px;
    height: 25px;
    
  }
  .header__menu--cart:after {
    content: "";
    display: inline-block;
    width: 4.8vw;
    height: 5.6vw;
    background-image: url({{ file_root_path }}/common/img/base/hd-icon-cart.svg);
    background-size: cover;
    position: absolute;
    bottom: 0;
  }
  @media screen and (min-width: 768px) {
    .header__menu--cart:after {
      width: 22px;
      height: 25px;
    }
  }
  .header__menu--cart #header-order-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    font-size: 0.75rem;
    position: absolute;
    right: -13px;
    top: -13px;
    padding: 0 4px;
    background: #e60039;
    color: #fff;
    border-radius: 50%;
  }

  /*
  * header(active)
  */
  .show-header-menu .header {
    background: #fff7f0;
  }
  .show-header-menu .header__bg {
    background: rgba(255, 255, 255, 0) !important;
  }
  @media screen and (max-width: 767px) {
    .show-header-menu .header__gnavi {
      opacity: 1;
      pointer-events: auto;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
    }
    .show-header-menu .header__toggle span {
      opacity: 0;
    }
    .show-header-menu .header__toggle span:first-child {
      transform: rotate(45deg);
      top: 14px;
      opacity: 1;
    }
    .show-header-menu .header__toggle span:last-child {
      transform: rotate(-45deg);
      opacity: 1;
    }
  }

  @media screen and (max-width: 767px) {
    .show-hide-content.header__gnavi--menu.is-hidden-content > a:after {
      transform: rotate(-180deg);
    }
  }
  @media screen and (min-width: 768px) {
    .show-hide-content .header__gnavi--contentwrap {
      opacity: 1;
      pointer-events: auto;
    }
    .show-hide-content:after {
      content: "";
      display: block;
      width: 400%;
      max-width: 37vw;
      height: 50px;
      background: transparent;
      position: absolute;
      bottom: -30px;
      transform: translateX(-35%);
    }
  }

  /*
  * footer
  */
  .footer__sns {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  @media screen and (min-width: 768px) {
    .footer__sns {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  }
  .footer__sns > a {
    width: 33.3333333333%;
    font-size: 0.75rem;
    line-height: 1.167;
    letter-spacing: 0.1em;
    padding: 2.6666666667vw 0 4vw;
  }
  @media screen and (min-width: 768px) {
    .footer__sns > a {
      display: flex;
      align-content: center;
      justify-content: center;
      font-size: 1rem;
      padding: 5px 0;
    }
  }
  .footer__sns > a + * {
    border-left: 1px solid #000;
  }
  .footer__sns > a .icon-img {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .footer__sns > a .icon-img {
      margin-right: 30px;
      height: 35px;
    }
  }
  .footer__sns > a .sns-ttl {
    margin-top: 4vw;
    height: 2.334em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .footer__sns > a .sns-ttl {
      height: auto;
      margin-top: 0;
      line-height: 1;
    }
  }
  .footer__campaign {
    margin-top: 16vw;
  }
  @media screen and (min-width: 768px) {
    .footer__campaign {
      margin-top: 150px;
    }
  }
  .footer__content {
    background: #fff7f0;
    margin-top: 16vw;
    padding-top: 16vw;
    padding-bottom: 12vw;
  }
  @media screen and (min-width: 768px) {
    .footer__content {
      margin-top: 120px;
      padding-top: 90px;
      padding-bottom: 75px;
    }
  }
  .footer__bottom {
    padding: 16vw 0 5.3333333333vw;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom {
      padding: 90px 0 85px;
    }
  }
  .footer__bottom .radius-btn {
    background: #f1c1b5;
    color: #fff;
  }
  .footer__bottom .radius-btn:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="15" viewBox="0 0 12 15" fill="none"><path d="M2.945,2.037 L7.644,6.998 L2.945,11.959" stroke="rgb(255, 255, 255)"></path></svg>');
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--inner {
      display: flex;
      flex-wrap: wrap;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--left {
      width: 30%;
    }
  }
  .footer__bottom--left--up {
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--left--up {
      display: inline-block;
    }
  }
  .footer__bottom--left--lower {
    margin-top: 6.6666666667vw;
    text-align: center;
    line-height: 2.5;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--left--lower {
      margin-top: 30px;
      text-align: left;
    }
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--right {
      margin-top: 10.6666666667vw;
      border-top: 1px solid #eae4e0;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--right {
      width: 70%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border-left: 1px solid #eae4e0;
      position: relative;
    }
    .footer__bottom--right:before {
      content: "";
      display: block;
      width: 10%;
      height: 0;
    }
  }
  .footer__bottom--logo {
    display: inline-block;
    width: 34.6666666667vw;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--logo {
      width: 180px;
    }
  }
  .footer__bottom--logo img {
    width: 100%;
  }
  .footer__bottom--name {
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--name {
      font-size: 1rem;
    }
  }
  .footer__bottom--address {
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--address {
      font-size: 0.875rem;
    }
  }
  .footer__bottom--address span {
    display: inline-block;
    font-weight: 600;
  }
  .footer__bottom--address span:last-child {
    font-weight: normal;
    margin-left: 4vw;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--address span:last-child {
      margin-left: 15px;
    }
  }
  .footer__bottom--phone {
    font-size: 0.875rem;
    padding-left: 5.3333333333vw;
    letter-spacing: 0.12em;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--phone {
      font-size: 0.9375rem;
      padding-left: 23px;
    }
  }
  .footer__bottom--phone span {
    display: inline-block;
  }
  .footer__bottom--phone span:last-child {
    font-size: 0.6875rem;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--phone span:last-child {
      font-size: 0.75rem;
    }
  }
  .footer__bottom--phone:before {
    content: "";
    display: block;
    width: 15px;
    height: 20px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="20" viewBox="0 0 15 20" fill="none"><path d="M14.319,18.851 L11.369,13.186 C11.363,13.189 9.716,13.994 9.641,14.027 C7.764,14.933 3.946,7.509 5.780,6.529 L7.525,5.673 L4.599,-0.010 L2.835,0.856 C-3.198,3.986 6.380,22.519 12.551,19.712 C12.653,19.668 14.312,18.855 14.319,18.851 Z" fill-rule="evenodd"  fill="rgb(241, 193, 181)"></path></svg>');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--navi {
      border-bottom: 1px solid #eae4e0;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--navi {
      display: flex;
      justify-content: space-between;
      width: 90%;
    }
  }
  .footer__bottom--head {
    font-size: 0.9375rem;
    letter-spacing: 0.12em;
    line-height: 1.75;
    font-weight: 600;
    display: block;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--head {
      border-top: 1px solid #eae4e0;
      padding: 4vw 12vw 4vw 2.6666666667vw;
    }
    .footer__bottom--head:after {
      content: "";
      display: block;
      width: 9px;
      height: 14px;
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M1.695,1.786 L6.394,6.748 L1.695,11.709" stroke="rgb(241, 193, 181)"></path></svg>');
      background-size: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5.3333333333vw;
      margin: auto;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--head {
      font-size: 1rem;
    }
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--head + .footer__bottom--head {
      border-top: 1px solid #eae4e0;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--head + .footer__bottom--head {
      margin-top: 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--contentwrap {
      padding-bottom: 2.6666666667vw;
      padding-right: 5.3333333333vw;
      padding-left: 5.3333333333vw;
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--contentwrap {
      margin-top: 25px;
      display: flex;
    }
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--contentwrap > div + div {
      border-top: 1px solid #eae4e0;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--contentwrap > div + div {
      margin-left: 60px;
    }
  }
  .footer__bottom--link {
    display: block;
    position: relative;
    font-size: 0.8125rem;
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--link {
      letter-spacing: 0.12em;
      padding: 4vw 12vw 4vw 2.6666666667vw;
    }
    .footer__bottom--link:after {
      content: "";
      display: block;
      width: 9px;
      height: 14px;
      background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M1.695,1.786 L6.394,6.748 L1.695,11.709" stroke="rgb(241, 193, 181)"></path></svg>');
      background-size: cover;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5.3333333333vw;
      margin: auto;
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--link {
      padding: 10px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .footer__bottom--link + .footer__bottom--link {
      border-top: 1px solid #eae4e0;
    }
  }
  .footer__bottom--copy {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
    text-align: center;
    display: block;
    padding-top: 9.3333333333vw;
  }
  @media screen and (min-width: 768px) {
    .footer__bottom--copy {
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .footer__bottom .is-hidden-content .footer__bottom--head.show-hide-content {
      border-bottom: 1px solid #eae4e0;
    }
    .footer__bottom .is-hidden-content .footer__bottom--head.show-hide-content:before {
      transform: rotate(180deg);
      opacity: 0;
    }
    .footer__bottom .is-hidden-content .footer__bottom--head:after {
      background-image: none;
    }
    .footer__bottom .is-hidden-content .footer__bottom--head:after, .footer__bottom .is-hidden-content .footer__bottom--head:before {
      content: "";
      display: block;
      width: 14px;
      height: 1px;
      background: #f1c1b5;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 4.5333333333vw;
      margin: auto;
      transition: 0.4s;
      opacity: 1;
    }
    .footer__bottom .is-hidden-content .footer__bottom--head:before {
      transform: rotate(90deg);
    }
  }
  @media screen and (min-width: 768px) {
    .footer__bottom .is-hidden-content .footer__bottom--head {
      pointer-events: none;
    }
  }

  /*
  * service
  */
  .service-guide {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .service-guide {
      padding-top: 90px;
      padding-bottom: 130px;
    }
  }
  .service-guide:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff7f0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 144vw;
  }
  @media screen and (min-width: 768px) {
    .service-guide:before {
      height: 610px;
    }
  }
  .service-guide--menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .service-guide--menu {
      margin-left: -2.1333333333vw;
      margin-right: -2.1333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .service-guide--menu {
      justify-content: space-between;
    }
  }
  .service-guide--list {
    width: 28.8vw;
    box-shadow: 0px 0px 10px 0px rgba(19, 8, 4, 0.1);
  }
  @media screen and (max-width: 767px) {
    .service-guide--list {
      margin: 0 1.0666666667vw;
    }
    .service-guide--list:nth-child(n+4) {
      margin-top: 2.1333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .service-guide--list {
      width: 16%;
      box-shadow: 0px 0px 15px 0px rgba(19, 8, 4, 0.1);
    }
  }
  .service-guide--detail {
    margin-top: 8vw;
  }
  @media screen and (min-width: 768px) {
    .service-guide--detail {
      margin-top: 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  .service-guide--contnt {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(19, 8, 4, 0.1);
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  @media screen and (min-width: 768px) {
    .service-guide--contnt {
      width: 48%;
      box-shadow: 0px 0px 15px 0px rgba(19, 8, 4, 0.1);
      padding: 30px 30px 60px;
    }
  }
  @media screen and (max-width: 767px) {
    .service-guide--contnt + .service-guide--contnt {
      margin-top: 5.3333333333vw;
    }
  }
  .service-guide--inner {
    padding: 0 2.6666666667vw;
  }
  @media screen and (min-width: 768px) {
    .service-guide--inner {
      padding: 0 20px;
    }
  }
  .service-guide--head {
    margin-top: 6.6666666667vw;
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  @media screen and (min-width: 768px) {
    .service-guide--head {
      margin-top: 35px;
    }
  }
  .service-guide--txt {
    margin-top: 5.3333333333vw;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
  @media screen and (min-width: 768px) {
    .service-guide--txt {
      margin-top: 20px;
      font-size: 0.875rem;
    }
  }
  .service-guide .radius-btn {
    background: #f1c1b5;
    color: #fff;
    min-width: 180px;
  }

  /*
  * ページネーション
  */
  .c-pagination .u-icon--arrow:before {
    color: #f3cac0 !important;
  }
  .c-pagination .c-pagination__list {
    border-bottom-style: none;
  }
  .c-pagination .u-color__border--main {
    padding-left: 8px;
    padding-right: 8px;
  }
  .c-pagination .c-pagination__list__item.is-active {
    position: relative;
    pointer-events: none;
  }
  .c-pagination .c-pagination__list__item.is-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-color: #fff7f0;
    border-radius: 50%;
  }
  .c-pagination .c-pagination__list__item.is-active:after {
    content: none;
  }
  .c-pagination .c-pagination__list__item__page {
    position: relative;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .c-pagination .c-pagination__list__item__page {
      font-size: 1rem;
    }
  }

  /*
  * パンクズ
  */
  .p-breadcrumbs {
    border: none !important;
  }
  @media screen and (max-width: 767px) {
    .p-breadcrumbs {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media screen and (min-width: 768px) {
    .p-breadcrumbs {
      max-width: 1230px;
      min-width: 1010px;
      margin: 0 auto;
      padding: 0 15px;
    }
  }
  .p-breadcrumbs .c-breadcrumbs {
    padding: 4vw 5.3333333333vw;
  }
  @media screen and (max-width: 767px) {
    .p-breadcrumbs .c-breadcrumbs {
      width: max-content;
    }
  }
  @media screen and (min-width: 768px) {
    .p-breadcrumbs .c-breadcrumbs {
      padding: 30px 0;
    }
  }
  .p-breadcrumbs .c-breadcrumbs__item,
  .p-breadcrumbs .c-breadcrumbs__item a {
    font-size: 0.8125rem !important;
    letter-spacing: 0.12em;
    color: #010101 !important;
    text-decoration: none;
  }
  @media screen and (min-width: 768px) {
    .p-breadcrumbs .c-breadcrumbs__item,
    .p-breadcrumbs .c-breadcrumbs__item a {
      font-size: 1rem !important;
    }
  }
  @media screen and (max-width: 767px) {
    .p-breadcrumbs .c-breadcrumbs__item:first-child {
      display: none;
    }
  }
  .p-breadcrumbs .c-breadcrumbs__item:not(:last-child):after {
    color: #f1c1b5;
    display: inline-block;
    padding: 0 4vw;
  }
  @media screen and (min-width: 768px) {
    .p-breadcrumbs .c-breadcrumbs__item:not(:last-child):after {
      padding: 0 15px;
    }
  }