@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* wrap */
/* adjust anchor */
.anc {
  margin-top: -0px;
  padding-top: 0px; }
  @media screen and (max-width: 768px) {
    .anc {
      margin-top: -0px;
      padding-top: 0px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

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

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

.inline_p {
  display: inline; }
  @media screen and (max-width: 768px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 768px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.productLists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: min(2.1vw, 41px);
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .productLists {
      margin-top: 30px;
      padding-bottom: 30px; } }
  .productLists__box {
    width: calc(100%/5 - 10px);
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .productLists__box {
        width: 100%;
        margin-right: 0;
        padding: 0 0 15px;
        box-shadow: none;
        border-bottom: 1px solid #CCC;
        margin-bottom: 15px; } }
    .productLists__box:last-of-type {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .productLists__box:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; } }
  .productLists__boxLink {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .productLists__img {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 768px) {
    .productLists__info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      box-sizing: border-box;
      padding-left: 10px; } }
  .productLists__infoTtl {
    font-size: clamp(15px, 0.94vw, 18px);
    color: #7E432C;
    font-weight: 500;
    margin: 10px 0; }
    @media screen and (max-width: 768px) {
      .productLists__infoTtl {
        font-size: 14px;
        margin: 0 0 10px; } }
  .productLists__priceWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0; }
  .productLists__price {
    font-weight: 600;
    color: #CC2210;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px; }
  .productLists__priceInner {
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .productLists__priceInner {
        font-size: 17px;
        letter-spacing: 0; } }
  .productLists__point {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 12px;
    position: relative;
    top: 3px; }
    @media screen and (max-width: 768px) {
      .productLists__point {
        font-size: 10px; } }
    .productLists__point:before {
      content: "";
      position: absolute;
      background-size: contain;
      width: 13px;
      height: 13px;
      top: 10px;
      left: 0;
      transform: translateY(-50%);
      background: url("../../../include/asset/img/search/icon-point.svg") no-repeat;
      background-size: 13px; }
      @media screen and (max-width: 768px) {
        .productLists__point:before {
          top: 8px; } }
  .productLists__tomorrow {
    font-weight: 800;
    width: 100%;
    margin: 0 0 5px;
    color: #7E432C;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .productLists__tomorrow {
        margin: 0; } }
  .productLists__free {
    font-size: 11px;
    color: #7E432C;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .productLists__free {
        font-size: 10px; } }
  .productLists__mokuroku, .productLists__genbutsu {
    color: #FFF;
    background: #22AADC;
    font-size: 11px;
    box-sizing: border-box;
    padding: 1px 4px 2px;
    display: inline-block;
    border-radius: 3px;
    margin: 0 2px 0 0; }
    @media screen and (max-width: 768px) {
      .productLists__mokuroku, .productLists__genbutsu {
        font-size: 10px;
        padding: 2px 4px 2px; } }
  .productLists__genbutsu {
    background: #F34981; }
  .productLists__favBtn {
    display: inline-block;
    margin-top: 10px; }
    .productLists__favBtn span {
      border: 1px solid #FBBB2D;
      border-radius: 1000px;
      color: #7E432C;
      font-weight: bold;
      box-sizing: border-box;
      font-size: 14px;
      position: relative;
      display: inline-block;
      padding: 2px 15px 2px 30px; }
      @media screen and (max-width: 800px) {
        .productLists__favBtn span {
          font-size: 13px; } }
      @media screen and (max-width: 768px) {
        .productLists__favBtn span {
          padding: 4px 15px 5px 30px;
          font-size: 14px; } }
    .productLists__favBtn .favorite-off:before {
      position: absolute;
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      top: 6px;
      left: 10px;
      background: url("../../../include/asset/img/search/icon-fav-y.svg") no-repeat;
      background-size: 16px; }
    .productLists__favBtn .favorite-on {
      background-color: #FBBB2D; }
      .productLists__favBtn .favorite-on:before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        top: 6px;
        left: 10px;
        background: url("../../../include/asset/img/search/icon-fav-b.svg") no-repeat;
        background-size: 16px; }

.productIcons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .productIcons__li {
    width: calc(100%/5 - 5px);
    margin-right: 5px;
    margin-bottom: 5px; }

.send.send-today,
.itemReview__count {
  color: #7E432C !important; }

.bonenkai {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
  /* =====================================================
     共通パーツ（複数セクションで使い回すもの）
     ===================================================== */
  /* セクションの余白。下だけ各セクションで上書きする */
  /* 内側の最大幅 */
  /* 見出し画像。max-width は各セクションで指定 */
  /* 見出し下のリード文 */
  /* 白い角丸カード */
  /* 丸ボタン */
  /* 左右に流れるスライダー。スライドの寸法は各セクションで指定 */
  /* =====================================================
     アニメーション
     スクロールで画面に入ったらJSが .is-shown を付ける。発火は1回だけ
     ===================================================== */
  /* 並んだ要素を順番に出す */
  /* ホバーで浮き上がる（マウスのある環境だけ） */
  /* 主要CTAだけ、数秒おきに軽く跳ねる */
  /* 見出し左右の紙吹雪をゆっくり浮遊させる */
  /* 動きを減らす設定の端末では全部止める */
  /* =====================================================
     メインビジュアル（PC:1440px基準 / SP:375px基準・すべて実寸px）
     ===================================================== */
  /* ===== リード ===== */
  /* ===== 4つのポイント ===== */
  /* ===== お客様の声 ===== */
  /* ===== 人気ランキング ===== */
  /* ===== 他の特集バナー ===== */
  /* ===== フルセット ===== */
  /* ===== ギフトバナー ===== */
  /* ===== 法人のご担当者様へ ===== */
  /* ===== ラインナップ ===== */
  /* ===== よくある質問 ===== */
  /* ===== 探す ===== */ }
  .bonenkai .bonenkaiMain {
    position: relative;
    margin-top: -40px; }
    @media screen and (max-width: 1250px) {
      .bonenkai .bonenkaiMain {
        margin-top: -30px; } }
    @media screen and (max-width: 960px) {
      .bonenkai .bonenkaiMain {
        margin-top: 60px; } }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiMain {
        margin-top: 0; } }
  .bonenkai .bonenkaiSec {
    padding: 70px 20px;
    /* クラスを重ねて詳細度を上げ、各セクションの padding-bottom より優先させる */
    /* 黄色ストライプ背景 */
    /* 丸＋テクスチャ背景 */ }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiSec.bonenkaiSec {
        padding: 50px 20px; } }
    .bonenkai .bonenkaiSec--stripe {
      background-color: #FED81F;
      background-image: url("../image/common/bg_voice_left.webp"), url("../image/common/bg_voice_right.webp");
      background-size: min(17vw, 330px) auto, min(17vw, 330px) auto;
      background-position: left top, right top;
      background-repeat: repeat-y, repeat-y; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiSec--stripe {
          background-image: url("../image/common/bg_voice_left_sp.webp"), url("../image/common/bg_voice_right_sp.webp");
          background-size: 54px, 54px; } }
    .bonenkai .bonenkaiSec--dot {
      background-image: url("../image/common/bg_texture.webp");
      background-size: 43px;
      background-position: left top;
      background-repeat: repeat; }
  .bonenkai .bonenkaiInner {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (min-width: 1440px) {
      .bonenkai .bonenkaiInner {
        max-width: min(78vw, 1500px); } }
  .bonenkai .bonenkaiTtl {
    margin: 0 auto;
    /* クラスを重ねて詳細度を上げ、各セクションの max-width より優先させる */
    /* 左右の紙吹雪飾り */ }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiTtl.bonenkaiTtl {
        max-width: 375px; } }
    .bonenkai .bonenkaiTtl--kazari {
      position: relative; }
      .bonenkai .bonenkaiTtl--kazari:before, .bonenkai .bonenkaiTtl--kazari:after {
        content: "";
        position: absolute;
        top: 0;
        left: -200px;
        width: 213.95px;
        height: 132.99px;
        background: url("../image/common/ttl_other_kazari_left.webp") no-repeat;
        background-size: 213.95px; }
        @media screen and (max-width: 768px) {
          .bonenkai .bonenkaiTtl--kazari:before, .bonenkai .bonenkaiTtl--kazari:after {
            content: none; } }
      .bonenkai .bonenkaiTtl--kazari:after {
        left: auto;
        right: -200px;
        background-image: url("../image/common/ttl_other_kazari_right.webp"); }
  .bonenkai .bonenkaiLeadTxt {
    margin: 10px 0 0;
    font-size: clamp(16px, 1.25vw, 24px);
    text-align: center; }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiLeadTxt {
        font-size: 16px;
        line-height: 1.6; } }
    .bonenkai .bonenkaiLeadTxt--white {
      color: #FFF; }
  .bonenkai .bonenkaiCard {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 3px 6px 0 rgba(145, 145, 145, 0.25) inset; }
  .bonenkai .bonenkaiBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100000px;
    font-size: 16px;
    font-weight: 600; }
    .bonenkai .bonenkaiBtn--line {
      border: 1px solid #7E432C !important;
      color: #7E432C !important;
      letter-spacing: 2px; }
      .bonenkai .bonenkaiBtn--line:hover {
        opacity: 1;
        background: #7E432C !important;
        color: #FFF !important; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiBtn--line {
          max-width: 280px; } }
    .bonenkai .bonenkaiBtn--yellow {
      background: #FED81F;
      color: #7E432C; }
      .bonenkai .bonenkaiBtn--yellow:hover {
        opacity: 1;
        background: #FFF; }
  .bonenkai .bonenkaiMarquee .swiper-wrapper {
    height: auto;
    transition-timing-function: linear !important; }
  .bonenkai .bonenkaiMarquee__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .bonenkai .bonenkaiFx {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
    /* 見出し画像：少し大きくなりながら出る */
    /* アイコン・番号バッジ：ぽんと出る */ }
    .bonenkai .bonenkaiFx.is-shown {
      opacity: 1;
      transform: none; }
    .bonenkai .bonenkaiFx--zoom {
      transform: scale(0.94); }
    .bonenkai .bonenkaiFx--pop {
      transform: scale(0.7);
      transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1); }
  .bonenkai .bonenkaiFxGroup .bonenkaiFx:nth-child(2) {
    transition-delay: 80ms; }
  .bonenkai .bonenkaiFxGroup .bonenkaiFx:nth-child(3) {
    transition-delay: 160ms; }
  .bonenkai .bonenkaiFxGroup .bonenkaiFx:nth-child(4) {
    transition-delay: 240ms; }
  .bonenkai .bonenkaiFxGroup .bonenkaiFx:nth-child(5) {
    transition-delay: 320ms; }
  .bonenkai .bonenkaiFxGroup .bonenkaiFx:nth-child(6) {
    transition-delay: 400ms; }
  .bonenkai .bonenkaiFxGroup .bonenkaiFx:nth-child(7) {
    transition-delay: 480ms; }
  .bonenkai .bonenkaiFxGroup .bonenkaiFx:nth-child(8) {
    transition-delay: 560ms; }
  .bonenkai .bonenkaiHoverUp {
    transition: transform .25s ease, box-shadow .25s ease; }
    @media (hover: hover) {
      .bonenkai .bonenkaiHoverUp:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(126, 67, 44, 0.2); } }
  .bonenkai .bonenkaiBtn--yellow,
  .bonenkai .bonenkaiMv__btn--search {
    animation: bonenkaiPulse 6s ease-in-out infinite; }
    .bonenkai .bonenkaiBtn--yellow:hover,
    .bonenkai .bonenkaiMv__btn--search:hover {
      animation: none; }
  .bonenkai .bonenkaiTtl--kazari:before {
    animation: bonenkaiFloat 6s ease-in-out infinite; }
  .bonenkai .bonenkaiTtl--kazari:after {
    animation: bonenkaiFloat 7.5s ease-in-out -2s infinite; }
  @media (prefers-reduced-motion: reduce) {
    .bonenkai .bonenkaiFx {
      opacity: 1;
      transform: none;
      transition: none; }
    .bonenkai .bonenkaiMv__ttl,
    .bonenkai .bonenkaiMv__badge,
    .bonenkai .bonenkaiBtn--yellow,
    .bonenkai .bonenkaiMv__btn--search,
    .bonenkai .bonenkaiTtl--kazari:before,
    .bonenkai .bonenkaiTtl--kazari:after {
      animation: none; }
    .bonenkai .bonenkaiHoverUp {
      transition: none; } }
  .bonenkai .bonenkaiMv {
    position: relative;
    overflow: hidden;
    /* PC: stickyヘッダー分を引いた画面いっぱい */
    height: calc(100vh - 115px);
    min-height: 600px;
    background: #C33125;
    /* --- 背面：右左に流れる写真3段。上下の余白を残して高さいっぱいに3段で埋める --- */
    /* --- 前面：バッジ・タイトル・ボタン（縦中央） --- */
    /* 1440pxの内側ではなく画面幅に対して置くので、セクション直下に出している */ }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiMv {
        height: calc(100vh - 60px);
        height: calc(100svh - 60px);
        min-height: 0; } }
    .bonenkai .bonenkaiMv__slider {
      position: absolute;
      top: 36px;
      bottom: 36px;
      left: 0;
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiMv__slider {
          top: 30px;
          bottom: 30px; } }
    .bonenkai .bonenkaiMv__row {
      flex: 1;
      min-height: 0;
      width: 100%;
      margin-bottom: 12px; }
      .bonenkai .bonenkaiMv__row .swiper-wrapper {
        height: 100%; }
      .bonenkai .bonenkaiMv__row:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiMv__row {
          margin-bottom: 10px; } }
    .bonenkai .bonenkaiMv__slide {
      width: auto;
      height: 100%;
      aspect-ratio: 906/587; }
    .bonenkai .bonenkaiMv__inner {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%); }
    .bonenkai .bonenkaiMv__badge {
      position: absolute;
      z-index: 3;
      top: 48px;
      left: 30px;
      width: 137px;
      animation: bonenkaiMvBadge 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.35s both; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiMv__badge {
          top: 3px;
          left: 1px;
          width: 89px; } }
    .bonenkai .bonenkaiMv__ttl {
      width: min(45.1vw, 866px);
      margin: 0 auto;
      animation: bonenkaiMvTtl 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) both; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiMv__ttl {
          width: 341px; } }
    .bonenkai .bonenkaiMv__btns {
      display: none; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiMv__btns {
          display: block;
          width: 252px;
          margin: 18px auto 0; } }
    .bonenkai .bonenkaiMv__btn {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 47px;
      border-radius: 24px;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none; }
      .bonenkai .bonenkaiMv__btn + .bonenkaiMv__btn {
        margin-top: 7px; }
      .bonenkai .bonenkaiMv__btn--search {
        background: #FED81F;
        color: #7E432C; }
      .bonenkai .bonenkaiMv__btn--estimate {
        background: #FFFFFF;
        border: 2px solid #D63B2F;
        color: #D63B2F; }
  .bonenkai .bonenkaiLead {
    position: relative;
    padding: min(4.4vw, 85px) 20px min(5.2vw, 99px); }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiLead {
        padding: 20px 0 40px; } }
    .bonenkai .bonenkaiLead__ttl {
      max-width: min(72.6vw, 1394px); }
    .bonenkai .bonenkaiLead__txt {
      margin: min(2.3vw, 44px) 0 0;
      font-size: clamp(18px, 1.25vw, 24px);
      font-weight: 600;
      line-height: 1.6;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiLead__txt {
          margin-top: 10px;
          padding: 0 20px;
          font-size: 16px;
          text-align: left; } }
    .bonenkai .bonenkaiLead__txtInner {
      font-weight: 900;
      font-size: clamp(24px, 1.25vw, 32px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiLead__txtInner {
          font-size: 20px; } }
  .bonenkai .bonenkaiPoints {
    padding-bottom: 150px; }
    .bonenkai .bonenkaiPoints__ttl {
      /* ピン留め(100vh)内に収めるため、上限は参照LPより控えめにする */
      max-width: min(42.8vw, 750px); }
    .bonenkai .bonenkaiPoints__box {
      border: 5px solid #FFD926;
      /* 参照LPに合わせて余白を詰め、画像を大きく見せる */
      padding: 24px 26px 22px;
      margin-top: 70px; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiPoints__box {
          max-width: 375px;
          margin: 50px auto 0;
          padding: 40px 15px 30px; } }
    .bonenkai .bonenkaiPoints__boxTtl {
      position: relative;
      top: -75px;
      width: 200px;
      margin: 0 auto -65px; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiPoints__boxTtl {
          top: -70px;
          width: 166px; } }
    .bonenkai .bonenkaiPoints__boxImg video {
      display: block;
      /* style.css の main video{width:100%} を前提に、比率を維持したまま枠幅いっぱいで表示 */
      height: auto;
      margin: 0 auto; }
    .bonenkai .bonenkaiPoints__boxImgTtl {
      display: block;
      margin: 10px auto 0 !important; }
    .bonenkai .bonenkaiPoints__txt {
      /* 画像内キャプションと近すぎないよう間隔を空ける */
      margin: 12px 0 0;
      /* 参照LPに合わせて画面幅で可変（最大20px） */
      font-size: clamp(16px, 1.05vw, 20px);
      font-weight: 600;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiPoints__txt {
          margin-top: 10px; } }
    .bonenkai .bonenkaiPoints__btn {
      margin-top: 20px; }
    .bonenkai .bonenkaiPoints__boxWrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiPoints__boxWrap {
          display: block; } }
      .bonenkai .bonenkaiPoints__boxWrap .bonenkaiPoints__box {
        width: calc(100%/2 - 20px); }
        @media screen and (max-width: 768px) {
          .bonenkai .bonenkaiPoints__boxWrap .bonenkaiPoints__box {
            width: 100%; } }
  .bonenkai .bonenkaiVoice {
    padding: min(6.25vw, 120px) 20px; }
    .bonenkai .bonenkaiVoice__ttl {
      max-width: min(47.4vw, 910px); }
    .bonenkai .bonenkaiVoice__box {
      max-width: 1200px;
      margin: 40px auto 0;
      padding: min(2.6vw, 50px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__box {
          max-width: 375px;
          display: block;
          padding: 25px; } }
    @media screen and (min-width: 1440px) {
      .bonenkai .bonenkaiVoice__box {
        max-width: min(78vw, 1500px); } }
    .bonenkai .bonenkaiVoice__boxDetail {
      width: calc(100%/2 - 10px);
      max-width: 700px; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__boxDetail {
          width: 100%;
          max-width: 100%; } }
    .bonenkai .bonenkaiVoice__boxPic {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 0%;
      padding-left: 35px; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__boxPic {
          display: block;
          width: 100%;
          margin-top: 20px;
          padding: 0; } }
    .bonenkai .bonenkaiVoice__subTtl {
      margin: 0 0 10px;
      padding: 0;
      color: #7E432C !important;
      font-size: clamp(24px, 1.66vw, 32px);
      font-weight: 600;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__subTtl {
          font-size: 20px; } }
    .bonenkai .bonenkaiVoice__subTtlIcon {
      position: relative;
      top: 7px;
      display: inline-block;
      width: min(8.3vw, 160px);
      margin: 0 10px 0 0;
      padding: 0;
      background: none;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__subTtlIcon {
          top: auto;
          display: block;
          margin: 0 0 5px 0; } }
    .bonenkai .bonenkaiVoice__tags {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 10px; }
    .bonenkai .bonenkaiVoice__tag {
      box-sizing: border-box;
      margin: 0 7px 10px 0;
      padding: min(0.5vw, 9px) min(1vw, 18px);
      border-radius: 100000px;
      background: #FED81F;
      color: #7E432C;
      font-size: clamp(12px, 0.83vw, 16px);
      text-align: center; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__tag {
          margin: 0 7px 7px 0; } }
    .bonenkai .bonenkaiVoice__productTtl {
      color: #7E432C;
      font-size: clamp(16px, 1.04vw, 20px);
      font-weight: 400;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__productTtl {
          margin-bottom: 20px;
          font-size: 14px; } }
    .bonenkai .bonenkaiVoice__productTtlIcon {
      position: relative;
      display: inline-block;
      width: 20px;
      margin: 5px 0 0; }
    .bonenkai .bonenkaiVoice__productTtlLink {
      position: relative;
      color: #7E432C !important;
      font-weight: 400; }
      .bonenkai .bonenkaiVoice__productTtlLink:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background: #7E432C; }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiVoice__productTtlInner, .bonenkai .bonenkaiVoice__productTtlPrice {
        font-size: 14px; } }
    .bonenkai .bonenkaiVoice__productTtlPrice {
      color: #D63B2F;
      font-weight: 600; }
    .bonenkai .bonenkaiVoice__productTxt {
      font-size: clamp(14px, 0.94vw, 18px);
      font-weight: 400;
      line-height: 1.6;
      /* SPは3行だけ見せて下をぼかす。2行分は不透明→3行目でフェード */ }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__productTxt {
          overflow: hidden;
          max-height: 67px;
          transition: max-height .4s ease;
          -webkit-mask-image: linear-gradient(#000 45px, transparent);
          mask-image: linear-gradient(#000 45px, transparent); }
          .bonenkai .bonenkaiVoice__productTxt.is-open {
            max-height: 1000px;
            -webkit-mask-image: none;
            mask-image: none; } }
    .bonenkai .bonenkaiVoice__more {
      display: none; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiVoice__more {
          display: block;
          margin: 0 auto;
          color: #7E432C;
          font-size: 14px;
          font-weight: 700;
          line-height: 1.6; }
          .bonenkai .bonenkaiVoice__more:after {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            margin: 0 0 4px 8px;
            border-right: 2px solid;
            border-bottom: 2px solid;
            transform: rotate(45deg);
            vertical-align: middle; }
          .bonenkai .bonenkaiVoice__more.is-open:after {
            margin-bottom: -2px;
            transform: rotate(-135deg); } }
  .bonenkai .bonenkaiPoplar {
    padding: min(6.25vw, 120px) 20px; }
    @media screen and (max-width: 768px) {
      /* タイトル画像の余白が少ないぶん、SPは上を広めに取る */
      .bonenkai .bonenkaiPoplar.bonenkaiPoplar {
        padding-top: 70px; } }
    .bonenkai .bonenkaiPoplar__ttl {
      max-width: min(58.3vw, 1120px); }
  .bonenkai .bonenkaiOther {
    padding: min(6.2vw, 119px) 20px min(6.5vw, 124px);
    background: #FFF8C5; }
    .bonenkai .bonenkaiOther__ttl {
      max-width: min(58.4vw, 1121px); }
    .bonenkai .bonenkaiOther__bnrs {
      max-width: 1000px;
      margin: min(3vw, 58px) auto 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
      @media screen and (min-width: 1440px) {
        .bonenkai .bonenkaiOther__bnrs {
          max-width: min(64.7vw, 1242px); } }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiOther__bnrs {
          max-width: 375px;
          margin: 30px auto 0; } }
    .bonenkai .bonenkaiOther__bnr {
      display: block;
      width: calc(100%/2 - 15px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiOther__bnr {
          width: 100%; }
          .bonenkai .bonenkaiOther__bnr:first-of-type {
            margin-bottom: 20px; } }
      .bonenkai .bonenkaiOther__bnr img {
        display: block;
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 1px 3px 0 rgba(145, 145, 145, 0.5); }
  .bonenkai .bonenkaiFullSet {
    padding: min(7.8vw, 150px) 20px min(5.7vw, 110px); }
    .bonenkai .bonenkaiFullSet__ttl {
      max-width: min(47vw, 890px); }
    .bonenkai .bonenkaiFullSet__points {
      max-width: 1200px;
      margin: min(4.4vw, 85px) auto 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
      @media screen and (min-width: 1440px) {
        .bonenkai .bonenkaiFullSet__points {
          max-width: min(78vw, 1500px); } }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFullSet__points {
          max-width: 375px;
          margin: 70px auto 0; } }
    .bonenkai .bonenkaiFullSet__pointsItem {
      position: relative;
      box-sizing: border-box;
      /* 狭い画面幅でもカード間隔が潰れないよう下限16pxを確保 */
      width: calc(100%/4 - clamp(16px, 1.3vw, 26px));
      padding: min(1.3vw, 25px);
      border-radius: 20px;
      background: #FFF; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFullSet__pointsItem {
          width: 100%;
          padding: 15px;
          margin-bottom: 40px; }
          .bonenkai .bonenkaiFullSet__pointsItem:last-of-type {
            margin-bottom: 0; } }
    .bonenkai .bonenkaiFullSet__pointsIcon {
      position: relative;
      width: min(3.9vw, 75px);
      margin: min(-2.9vw, -45px) auto 10px; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFullSet__pointsIcon {
          width: 60px;
          margin: -45px auto -15px; } }
    .bonenkai .bonenkaiFullSet__pointsPic {
      margin: 0 0 10px; }
    .bonenkai .bonenkaiFullSet__txt {
      font-size: clamp(14px, 0.94vw, 18px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFullSet__txt {
          font-size: 14px; } }
  .bonenkai .bonenkaiGift {
    padding: min(6.3vw, 120px) 20px min(7.4vw, 142px); }
    .bonenkai .bonenkaiGift__ttl {
      max-width: min(51.5vw, 988px); }
    .bonenkai .bonenkaiGift__inner {
      position: relative; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiGift__inner {
          max-width: 375px; } }
    .bonenkai .bonenkaiGift__bnrs {
      margin: min(4.8vw, 93px) auto 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiGift__bnrs {
          display: block;
          margin: 20px auto 0; } }
    .bonenkai .bonenkaiGift__bnr {
      width: calc(100%/2 - min(0.8vw, 15px));
      margin-bottom: min(1.6vw, 30px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiGift__bnr {
          width: 100%;
          margin-bottom: 10px; } }
  .bonenkai .bonenkaiHojin {
    /* 「法人ページはこちら」の帯を廃止したぶん、下に余白を確保する */
    padding: min(5.6vw, 107px) 0 min(7.1vw, 137px);
    background: url("../image/common/bg_hojin.webp") center top no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiHojin {
        /* タイトル画像の余白が少ないぶん、SPは上を広めに取る */
        padding: 70px 0 45px;
        background: #49BCEC; } }
    .bonenkai .bonenkaiHojin__ttl {
      max-width: min(37.4vw, 719px); }
    .bonenkai .bonenkaiHojin__inner {
      max-width: 1040px;
      margin: 0 auto;
      padding: 0 20px; }
      @media screen and (min-width: 1440px) {
        .bonenkai .bonenkaiHojin__inner {
          max-width: min(62.5vw, 1200px); } }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiHojin__inner {
          max-width: 375px; } }
    .bonenkai .bonenkaiHojin__wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between;
      margin: min(3.6vw, 69px) 0 20px; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiHojin__wrap {
          margin: 30px 0 20px; } }
    .bonenkai .bonenkaiHojin__pic {
      /* 参照LP(r68685)と同じ幅 */
      width: 22.2%; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiHojin__pic {
          width: calc(100%/2 - 10px);
          margin-bottom: 20px; }
          .bonenkai .bonenkaiHojin__pic:last-of-type {
            margin-bottom: 0; } }
    .bonenkai .bonenkaiHojin__txt {
      color: #FFF;
      font-size: clamp(13px, 0.83vw, 16px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiHojin__txt {
          font-size: 12px; } }
    .bonenkai .bonenkaiHojin__bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      padding: 20px 0;
      background: #0071BC; }
  .bonenkai .bonenkaiLineUp {
    padding: min(6.25vw, 120px) 0;
    background: #FFF9DD; }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiLineUp {
        padding: 22px 0 60px; } }
    .bonenkai .bonenkaiLineUp__ttl {
      max-width: min(63.2vw, 1213px); }
      .bonenkai .bonenkaiLineUp__ttl:before, .bonenkai .bonenkaiLineUp__ttl:after {
        top: -20px; }
      .bonenkai .bonenkaiLineUp__ttl:before {
        left: -180px; }
      .bonenkai .bonenkaiLineUp__ttl:after {
        right: -180px; }
    .bonenkai .bonenkaiLineUp__slider {
      margin-top: min(3.5vw, 68px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiLineUp__slider {
          margin-top: 20px; } }
    .bonenkai .bonenkaiLineUp__row + .bonenkaiLineUp__row {
      margin-top: min(2.1vw, 41px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiLineUp__row + .bonenkaiLineUp__row {
          margin-top: 20px; } }
    .bonenkai .bonenkaiLineUp__slide {
      width: min(24.7vw, 475px);
      height: min(14.9vw, 286px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiLineUp__slide {
          width: 225px;
          height: 134px; } }
  .bonenkai .bonenkaiFaq {
    padding: min(4.9vw, 95px) 20px min(7.7vw, 148px); }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiFaq__inner {
        max-width: 375px; } }
    .bonenkai .bonenkaiFaq__ttl {
      max-width: min(41.5vw, 500px); }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFaq__ttl.bonenkaiTtl {
          max-width: 320px; } }
    .bonenkai .bonenkaiFaq__dl {
      max-width: 900px;
      margin: min(2.4vw, 46px) auto 0;
      border-radius: 16px;
      background: #FFF;
      box-shadow: 0 1px 3px 0 rgba(145, 145, 145, 0.25);
      font-size: clamp(15px, 0.94vw, 18px); }
      @media screen and (min-width: 1440px) {
        .bonenkai .bonenkaiFaq__dl {
          max-width: min(66.4vw, 1275px); } }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFaq__dl {
          max-width: 375px;
          margin: 15px auto 0;
          font-size: 16px; } }
    .bonenkai .bonenkaiFaq__dt {
      position: relative;
      box-sizing: border-box;
      padding: min(1.7vw, 32px) min(3vw, 58px) min(1.7vw, 32px) min(2vw, 38px);
      font-size: clamp(16px, 1.15vw, 22px);
      cursor: pointer;
      /* ＋／− アイコン。開くと縦棒が回って − になる */ }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFaq__dt {
          padding: 20px 50px 20px 20px;
          font-size: 16px; } }
      .bonenkai .bonenkaiFaq__dt:before, .bonenkai .bonenkaiFaq__dt:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 20px;
        height: 2.5px;
        margin-top: -1.25px;
        border-radius: 1.25px;
        background: #7E432C; }
      .bonenkai .bonenkaiFaq__dt:after {
        transform: rotate(90deg);
        transition: transform .3s ease; }
      .bonenkai .bonenkaiFaq__dt.active:after {
        transform: rotate(0deg); }
    .bonenkai .bonenkaiFaq__dd {
      display: none;
      box-sizing: border-box;
      padding: 0 min(2vw, 38px) min(1.5vw, 28px);
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .bonenkai .bonenkaiFaq__dd {
          padding: 0 20px 20px; } }
    .bonenkai .bonenkaiFaq__txt, .bonenkai .bonenkaiFaq__list {
      font-weight: 400 !important; }
    .bonenkai .bonenkaiFaq__list {
      margin-top: 10px;
      font-size: 14px; }
    .bonenkai .bonenkaiFaq__link {
      color: #D63B2F !important;
      text-decoration: underline !important; }
  .bonenkai .bonenkaiSearch {
    padding-top: min(4.9vw, 94px); }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiSearch {
        padding-top: 0;
        margin-top: -60px; } }
    .bonenkai .bonenkaiSearch__ttl {
      max-width: min(52vw, 1000px); }
      .bonenkai .bonenkaiSearch__ttl:before, .bonenkai .bonenkaiSearch__ttl:after {
        top: -30px;
        background-size: 200px; }
        @media screen and (max-width: 768px) {
          .bonenkai .bonenkaiSearch__ttl:before, .bonenkai .bonenkaiSearch__ttl:after {
            content: none; } }
    @media screen and (max-width: 768px) {
      .bonenkai .bonenkaiSearch__leadTxt {
        padding: 0 20px;
        margin-bottom: 20px; } }

/* -------------------------------------------
  アニメーションのキーフレーム
  -------------------------------------------*/
@keyframes bonenkaiMvTtl {
  from {
    opacity: 0;
    transform: scale(0.96); } }
@keyframes bonenkaiMvBadge {
  from {
    opacity: 0;
    transform: scale(0.6) rotate(-12deg); } }
@keyframes bonenkaiPulse {
  0%, 88%, 100% {
    transform: none; }
  92% {
    transform: scale(1.04); }
  96% {
    transform: scale(0.99); } }
@keyframes bonenkaiFloat {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); } }
.txtRed {
  color: #D63B2F; }

.txtBold {
  font-weight: 600; }

/* -------------------------------------------
  レビュー星ブロック追加
  -------------------------------------------*/
.itemReview {
  display: flex;
  align-items: center;
  margin: 5px 0 10px; }

.itemReview__stars {
  display: flex; }

.itemReview__star {
  display: block;
  width: 15.28px;
  height: 14.82px;
  background-image: url("/user_data/packages/default/img/common/star-off.svg");
  /* 非アクティブ用 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 3px; }

.itemReview__star:last-child {
  margin-right: 0; }

.itemReview__star--active {
  background-image: url("/user_data/packages/default/img/common/star-on.svg");
  /* アクティブ用 */ }

.itemReview__star--half {
  background-image: url("/user_data/packages/default/img/common/star-on-half.svg");
  /* アクティブ用 */ }

.itemReview__count {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400 !important; }

.footer-pc p > a {
  color: #7E432C !important; }

/* 共通フッターの右下TOPボタンはこのページでは非表示（ビール型「上へ」ボタンを右下に置くため） */
.bonenkai .toPageTop {
  display: none !important; }

/* ------------------------------------------
20260817 / PCフッターリニューアル
-------------------------------------------*/
.footerPc,
.footerPc * {
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif !important; }

/* 上方向のドロップシャドウ。clip-path後の形に影を付けるため親ラッパーにfilterで当てる */
.footerPcWrap {
  filter: drop-shadow(0 -1px 10px rgba(145, 145, 145, 0.25)); }

.footerPc {
  background: #fff;
  /* 背景をbox-shadowで左右に延長して全幅化（inkオーバーフローなので横スクロールが発生しない。100vwはスクロールバー幅ぶんはみ出すため使わない） */
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax); }

.footerPc__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 45px 40px 20px; }

.footerPc__nav {
  display: flex;
  justify-content: space-between; }

.footerPc__col {
  width: calc(100% / 4 - 10px); }

.footerPc__heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #d22500; }
  @media screen and (max-width: 900px) {
    .footerPc__heading {
      font-size: 16px; } }

.footerPc__headingIcon {
  margin-right: 5px;
  width: 20px; }

.footerPc__list {
  margin-top: 10px; }

.footerPc__item {
  line-height: 32px; }

.footerPc__link {
  font-size: 16px;
  color: #7E432C !important; }
  @media screen and (max-width: 900px) {
    .footerPc__link {
      font-size: 14px; } }

/* common.cssのa:hover imgの半透明化を打ち消す */
.footerPc__link:hover .footerPc__brankIcon {
  opacity: 1; }

.footerPc__brankIcon {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  position: relative;
  top: -3px; }

.footerPc__telImg {
  display: block;
  width: 180px;
  margin-top: 10px; }

.footerPc__hojin {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: 30px;
  background: #dbf2ff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 32px;
  color: #0071bc; }

.footerPc__hojinIcon {
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  position: relative; }

.footerPc__hojinTitle {
  font-size: 18px;
  font-weight: bold; }

.footerPc__hojinBadge {
  display: flex;
  align-items: center;
  height: 27px;
  margin-left: 30px;
  padding: 0 5px;
  background: #fed81f;
  border-radius: 3px;
  font-weight: bold; }

.footerPc__hojinBadgeIcon {
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  position: relative; }

.footerPc__hojinText {
  margin-left: 10px; }

.footerPc-bottom,
.footerPc-bottom * {
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif !important; }

.footerPc-bottom {
  background: #fed81f;
  /* 背景をbox-shadowで左右に延長して全幅化（inkオーバーフローなので横スクロールが発生しない） */
  box-shadow: 0 0 0 100vmax #fed81f;
  clip-path: inset(0 -100vmax);
  padding: 10px 0; }

.footerPc-bottom a {
  /*display: inline-block!important;*/
  display: inline !important;
  color: #7E432C !important; }

.footerPc-bottom__inner {
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 35px;
  color: #7e432c;
  display: flex !important;
  padding: 0 40px; }
  @media screen and (max-width: 900px) {
    .footerPc-bottom__inner {
      font-size: 10px; } }

/* ------------------------------------------
20260821 / フッターSP対応（768px以下は開閉式）
-------------------------------------------*/
@media screen and (max-width: 768px) {
  .footerPc__inner {
    padding: 20px 30px 0; }

  .footerPc__nav {
    display: block; }

  .footerPc__col {
    width: auto; }

  /* 見出しタップで開閉。JSが付ける.is-openで矢印反転＆リスト展開 */
  .footerPc__heading {
    height: 40px;
    cursor: pointer; }

  .footerPc__heading::after {
    content: "";
    margin-left: auto;
    width: 20px;
    height: 11px;
    background: url(../image/common/icon_footer_arrow.svg) no-repeat center/contain;
    transition: transform 0.3s; }

  .footerPc__heading.is-open::after {
    transform: rotate(180deg); }

  .footerPc__list {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s; }

  .footerPc__heading.is-open + .footerPc__list {
    max-height: 250px; }

  .footerPc__item {
    padding-left: 25px; }

  .footerPc__item:last-child {
    padding-bottom: 20px; }

  .footerPc__link {
    font-size: 16px; }

  .footerPc__telImg {
    width: 100%;
    margin-top: 15px; }

  .footerPc__hojin {
    flex-wrap: wrap;
    height: auto;
    margin: 25px -30px 0;
    padding: 10px 0;
    border-radius: 0; }

  .footerPc__hojinTitle {
    font-size: 16px; }

  .footerPc__hojinBadge {
    margin-left: 10px; }

  .footerPc__hojinText {
    width: 100%;
    margin-left: 0;
    text-align: center; }

  .footerPc-bottom {
    padding: 10px 0 0; }

  .footerPc-bottom__inner {
    display: block !important;
    padding: 0;
    font-size: 12px;
    line-height: 16px; }

  .footerPc-bottom__links {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ffc117; }

  .footerPc-bottom__copyright {
    padding: 0 15px;
    font-size: 10px;
    line-height: 30px;
    text-align: right; } }
.footer--contact-tel {
  max-width: 375px;
  margin: auto; }