/* リセット */
@import url('reset.css');

/* 基本設定 */
body {
  font-family: '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #665449;
  line-height: 1.6;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container {
  max-width: 827px;
  margin: 0 auto;
  padding: 50px 0;
}
.container.page-container-content {
  max-width: 1170px;
}
.pconly {
  display: block;
}
.sponly {
  display: none;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

/* --------------------------------------------------
ヘッダー
-------------------------------------------------- */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 16px;
}
/* ロゴとキャッチは左寄せ */
#header .logo,
#header .catch {
  order: 1;
}
#header .catch {
  order: 1;
}
#header .logo {
  margin-right: 20px;
  max-width: 164px;
}
.catch {
  display: flex;           /* フレックスコンテナにする */
  align-items: center;     /* 縦方向の中央揃え */
  gap: 1rem;               /* 要素間の隙間（適宜調整） */
}
.catch p {
  margin: 0;               /* デフォルトの余白をリセット */
  color: #000;
}/* ナビは右寄せ */
#header nav {
  display: flex;
  order: 2;
  margin-left: auto;
  gap: 16px;
}
#header nav .tell {
  flex-shrink: 0;
  max-width: 333px;
}
#header nav .tell {
  margin-right: 16px;
}
#header nav ul {
  display: flex;
  gap: 2.2rem;
  padding-right: 1.5rem;
  margin: 0;
  list-style: none;
}

#header nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* まずアイコンは上寄せ */
  align-items: center;
  height: 5rem;                /* 必要に応じて調整 */
  text-decoration: none;
  color: #484444;
}
#header nav ul li a:hover {
  text-decoration: underline;
}

/* アイコンは常に max-width:24px */
#header nav ul li a img {
  display: block;
  max-width: 24px;
  height: auto;
  margin: 0;
  padding-bottom: 5px;
}

/* 通常のマルチ行ラベル */
#header nav ul li a .label2 {
  display: block;
  margin-top: 0.25rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

/* ——ここから「商品一覧」だけの特別扱い —— */
/* ラップ要素を伸ばして、内部を上下中央に */
#header nav ul li:nth-child(3) a .label-wrap {
  flex: 1;                    /* アイコン下の空きスペースを全部取る */
  display: flex;
  align-items: center;        /* ラベルを縦方向中央に */
  justify-content: center;    /* 必要に応じて横中央にも */
  margin-top: 0;              /* フロー余白は不要 */
  width: 100%;                /* 幅いっぱいに */
}

/* 中の span.label は余白リセット */
#header nav ul li:nth-child(3) a .label-wrap .label2 {
  transform: translateY(-8px);
  /* あるいは margin-top: -2px; でも可 */
}
@media (max-width: 768px) {
  #header .logo {
    margin-right: 20px;
    max-width: 120px;
  }
  .catch.pconly,
  .tell.pconly {
    display: none;
  }
  #header {
    padding: 20px 10px;
  }
  #header nav ul {
    display: flex;
    gap: 1rem;
    padding-right: 1.5rem;
    margin: 0;
    list-style: none;
  }
  #header nav ul li.sponly {
    display: block;
  }
  #header nav ul {
    padding-right: 0rem;
  }
  #header nav ul li a {
    font-size: 9px;
  }
  #header nav ul li a:hover {
    text-decoration: none;
  }
  #header nav ul li a img {
    max-width: 15px;
    height: auto;
    margin: 0;
    padding-bottom: 3px;
  }
  #header nav ul li a {
    height: 3rem;
  }
  #header nav ul li:nth-child(3) a .label-wrap .label2 {
    transform: translateY(-2px);
    /* あるいは margin-top: -2px; でも可 */
  }
}


/* --------------------------------------------------
MV
-------------------------------------------------- */
.mv_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mv_wrap {
  padding-top: 113px;
}
.mv_wrap .mv_inner {
  white-space: nowrap;
}
.mv_wrap .mv_img {
  display: inline-block;
  height: 695px !important;    /* PC 固定高さ */
  width: auto !important;      /* アスペクト比維持 */
  max-width: none !important;  /* reset.cssの他スタイルを強制リセット */
  user-select: none;
  pointer-events: none;
  vertical-align: top;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .mv_wrap {
    width: 100% !important;
    padding-top: 87px!important;
  }
  .mv_wrap .mv_img {
    height: 380px !important;  /* SP 固定高さ */
  padding-left: 8px;
  }
  .teiki_wrap.inner {
    margin-bottom: 0px!important;
  }
  .teiki_wrap.inner .sponly {
    display: block;
  }
}

.teiki_wrap.inner {
  margin-bottom: 45px;
}

/* --------------------------------------------------
 アイテム一覧
-------------------------------------------------- */
.inner {
  width: 827px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 25px auto;
  }
  .guide_wrap.inner {
    margin: 0 auto;
  }
  body .item_wrap.inner {
    padding: 0 20px;
  }
}

.inner h2 {
  text-align: center;
  font-size: 30px;
}

.item_wrap h3 {
  display: flex;
  align-items: center;      /* テキストと装飾線を上下中央揃え */
  font-size: 25px;
}
.item_wrap h3::after {
  content: "";
  flex: 1;                  /* 右側に余白を伸ばして線を引く */
  height: 1px;              /* 線の太さ */
  background-color: currentColor; /* 線の色を文字色に合わせる */
  margin-left: 30px;        /* 文字との間隔 */
}

.item_wrap.inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  gap: 30px;                              /* カード間ギャップ */
  padding: 0;                             /* 外側の余白は不要 */
  margin-bottom: 30px;                              /* 必要に応じて調整 */
}

@media (max-width: 768px) {
  .inner h2 {
    text-align: center;
    font-size: 22px;
  }
  body .guide_wrap.inner h2 {
    font-size: 17px !important;
  }
  .item_wrap h3 {
    font-size: 17px;
  }
  .item_wrap.inner {
    grid-template-columns: repeat(2, 2fr); /* SP：2列 */
    gap: 15px;                              /* カード間ギャップ */
  }
}

/* カード本体 */
.item_section .item_box {
  background: #f8f8f3;
  text-align: center;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 高さをカード内容に合わせるため height を外しています */
}

.item_box .item_thum {
  margin: 0 -20px 15px; /* 上:0 / 左右:-padding / 下:15px */
}

/* 画像を領域いっぱいに */
.item_box .item_thum img {
  width: 100%;
  height: auto;
  display: block;
}

/* 見出しフルブレーク（flex アイテムだった場合の保険） */
.item_wrap.inner > h2,
.item_wrap.inner > h3 {
  grid-column: 1 / -1;    /* グリッド全幅に広げる */
  margin-bottom: 10px;
}

/* 以下、その他のスタイルは変更不要 */
.item_box .type {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}
.item_box .item_name {
  font-size: 23px;
  font-weight: bold;
}

.item_box .item_price {
  font-size: 12px;
  margin-bottom: 10px;
}
.item_box .item_price.red {
  color: red;
}
.item_box .item_price span {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 5px;
}

.item_box .btm_detail a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #37AA43;
  border-radius: 25px;
  background: #fff;
  color: #37aa43;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
  font-size: 16px;
}
.item_box .btm_detail a::before,
.item_box .btm_detail a::after {
  content: "";
  display: inline-block;               /* ← これがないと幅高さが無視されます */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
.item_box .btm_detail a::before {
  width: 18px;
  height: 16px;
  margin-right: 35px;
  background: url("../img/common/btm_cart.png") no-repeat center / contain !important;
}
.item_box .btm_detail a::after {
  width: 10px;
  height: 15px;
  margin-left: 35px;
  background: url("../img/common/icon_arrow.png") no-repeat center / contain !important;
}
.item_box .btm_detail a:hover {
  background: #37AA43;
  color: #fff;
}
.item_box .btm_detail a:hover::before,
.item_box .btm_detail a:hover::after {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .item_section .item_box {
    padding: 0 13px 13px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* 高さをカード内容に合わせるため height を外しています */
  }

  .item_box .item_thum {
    margin: 0 -13px 15px; /* 上:0 / 左右:-padding / 下:15px */
  }

  /* 画像を領域いっぱいに */
  .item_box .item_thum img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* 見出しフルブレーク（flex アイテムだった場合の保険） */
  .item_wrap.inner > h2,
  .item_wrap.inner > h3 {
    grid-column: 1 / -1;    /* グリッド全幅に広げる */
    margin-bottom: 10px;
  }

  /* 以下、その他のスタイルは変更不要 */
  .item_box .type {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .item_box .item_name {
    font-size: 15px;
    font-weight: bold;
  }

  .item_box .item_price {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .item_box .item_price.red {
    color: red;
  }
  .item_box .item_price span {
    font-size: 12px;
    font-weight: bold;
    margin: 0 3px;
  }
.item_box .btm_detail a {
  padding: 8px;
  font-size: 10px;
}
  .item_box .btm_detail a {
    max-width: 130px;
    margin: 0 auto;
  }
  .item_box .btm_detail a {
    background: #37AA43;
    color: #fff;
  }
  .item_box .btm_detail a::before {
    width: 12px;
    height: 10px;
    margin-right: 10px;
    background: url("../img/common/btm_cart.png") no-repeat center / contain !important;
  }
  .item_box .btm_detail a::after {
    width: 10px;
    height: 11px;
    margin-left: 10px;
    background: url("../img/common/icon_arrow.png") no-repeat center / contain !important;
  }
  .item_box .btm_detail a::before,
  .item_box .btm_detail a::after {
    filter: brightness(0) invert(1);
  }
}

/* --------------------------------------------------
   top_guide
-------------------------------------------------- */

/* 共通 */
body .guide_wrap h2 {
  font-size: 25px;
}

body .guide_wrap ul {
  margin: 20px 0;
}

.guide_wrap ul li a {
  display: flex;
  align-items: center;    /* アイコンとテキストを上下中央揃え */
  text-decoration: none;
  color: #4A3F32;
  font-size: 12px;
  line-height: 1.4;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.guide_wrap ul li a:hover {
  opacity: 0.6; 
}

/* PC */
.br-pc { display: inline; }  /* 改行をPCのみ有効 */
@media screen and (min-width: 768px) {
  .guide_wrap ul {
    display: flex;
    border-left: 1px solid #C4C0B9;
    border-right: 1px solid #C4C0B9;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .guide_wrap ul li {
    flex: 1;
    position: relative;

  }
  .guide_wrap ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0; right: 0;
    width: 1px; height: 100%;
    background: #C4C0B9;
  }
  .guide_wrap ul li a {
    flex-direction: column;
    padding: 1rem 0;
  }
  .guide_wrap ul li a img {
    margin-bottom: 0.5rem;
    width: 48px; height: auto;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }

  .guide_wrap ul {
    display: block;
  }
  .guide_wrap ul li {
    margin-bottom: 10px;
  }
  .guide_wrap ul li:last-child {
    margin-bottom: 0;
  }

  .guide_wrap ul li a {
    display: flex;
    align-items: center;      /* 上下中央 */
    width: 220px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #604d40;
    border-radius: 9999px;
    text-align: left;
  }

  /* 左アイコンとテキストの間を 30px に */
  .guide_wrap ul li a img {
    width: 24px;
    height: auto;
    flex-shrink: 0;
    margin-right: 10px;
  }

  /* 右矢印アイコンを右端に寄せ、テキストとの間隔を 30px に */
  .guide_wrap ul li a::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: auto;
    background: url("../img/common/icon_arrow.png") no-repeat center/contain;
    flex-shrink: 0;
  }
}

/* --------------------------------------------------
   footer_navi
-------------------------------------------------- */

/* ── 共通（PC/SP問わず） ── */
#footer {
  display: flex;
  flex-direction: column;
  align-items: center; /* 各行を中央寄せ */
  padding: 100px 0 0 0;        /* お好みで調整 */
  background: url("../img/common/bg_footer_pc.png") no-repeat center top;
  background-size: 100% auto;
}

/* 1行目：ロゴ */
.footer_logo {
  margin-bottom: 30px;            /* 行間スペース */
  text-align: center;
}
.footer_logo img {
  max-width: 160px;
  height: auto;
  display: inline-block;
}

/* 2行目：電話＋ナビ */
.information {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;            /* 行間スペース */
}

/* 電話アイコン */ 
.information .tell {
  flex: 0 0 auto;
  margin-right: 40px;
  text-align: left;
}
.information .tell img {
  display: block;
  width: 420px;
  height: auto;
}

/* ナビリンク（2列に分けて並べる） */
.information ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 10px;
  column-gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.information ul li a {
  position: relative;            /* ::after を使うために必要 */
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;   /* テキストは左寄せ */
  width: 170px;                  /* お好みの固定幅に調整 */
  padding: 3px 36px 3px 16px;            /* 左右の余白 */
  border: 1px solid #8d7d67;
  border-radius: 20px;
  text-decoration: none;
  font-size: 11px;
  color: #665449;
  background-color: ;
}

/* 左のアイコンはそのまま先頭に表示、テキストとは30px空ける */
.information ul li a > img:first-child {
  margin: 0;                     /* アイコン自体は左端にピタリ */
  margin-right: 10px;            /* テキストまでのスペース */
  width: 10px;                   /* アイコンサイズ */
  height: auto;
  display: inline-block;
}

/* 右端に矢印を絶対配置 */
.information ul li a::after {
  content: "";
  position: absolute;
  right: 12px;                   /* 右内側余白と合わせて調整 */
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 12px;
  /* パスは CSS ファイルから見た相対パスで調整してください */
  background-image: url("../img/common/icon_arrow_blk.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;  /* マウスイベントを矢印に奪われないように */
}

.information ul li a:hover {
  opacity: 0.6; 
}

.information ul li a img {
  margin-right: 8px;
  width: 16px;
  height: auto;
  display: inline-block;
}

/* 3行目：SNS */
.sns_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.sns_wrap dl {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.sns_wrap dt,
.sns_wrap dd {
  display: inline-flex;
  align-items: center;
}
.sns_wrap dt {
  font-size: 14px;
  margin-right: 60px;
}
.sns_wrap dt img {
  margin-right: 10px;
  width: 10px;
  height: auto;
}
.sns_wrap dd + dd {
  margin-left: 8px;
}
.sns_wrap dd img {
  width: 32px;
  height: auto;
}
.sns_wrap dd a:hover {
  opacity: 0.6; 
}

/* ── SP 切り替え（max-width:768px） ── */
@media (max-width: 768px) {
  #footer {
    display: flex;
    flex-direction: column;
    align-items: center; /* 各行を中央寄せ */
    padding: 50px 0 0 0;        /* お好みで調整 */
    background: url("../img/common/bg_footer_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
  .information .tell img {
      max-width: 85%;
      margin: 0 auto;
  }
  .information {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .information .tell {
    margin: 0 0 16px;
  }
  .information ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    column-gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    justify-content: center; /* グリッド全体を中央寄せ */
  }

  .information ul li a {
    display: inline-flex;
    width: 100%;;            /* PCと同じ幅に揃える */
    box-sizing: border-box;
    padding: 4px 12px;
    justify-content: flex-start;
  }
  .sns_wrap {
    margin: 20px 0 0 0;
  }
  .sns_wrap dt {
    margin-right: 20px;
  }
}



/* --------------------------------------------------
   footer_copy
-------------------------------------------------- */

/* ─── 全体設定 ─── */
.footer_menu {
  background-color: #2DB22D;
  color: #fff;
  font-size: 14px;
  padding: 24px 0;
  width: 100%;
}

/* ─── 1行目：左右カラム ─── */
.footer_menu .inner {
  display: flex;            /* 横並び */
  align-items: center;      /* 上下中央揃え */
  flex-wrap: nowrap;        /* 折り返さない */
  margin: 0 auto;
  padding: 0 40px;
}

/* 左カラム：社名・住所＋ナビを横並び */
.footer_menu .left_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 60px;
}

/* 社名・住所をインライン表示 */
.footer_menu .address dt,
.footer_menu .address dd {
  display: inline;
  margin: 0;
  white-space: nowrap;
}
.footer_menu .address dt {
  margin-right: 20px;
}

/* ナビリンク群 */
.footer_menu .left_wrap ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_menu .left_wrap ul li {
  margin: 0;
  position: relative;
  margin-left: 18px;
}
/* リンク間に区切り線 */
.footer_menu .left_wrap ul li::before {
  content: "│";
  position: absolute;
  left: -17px;
  color: #fff;
}
/* リンクスタイル */
.footer_menu .left_wrap ul li a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.footer_menu .left_wrap ul li a:hover {
  text-decoration: underline;
}

/* 右カラム：ロゴ */
.footer_menu .footer_security {
  flex-shrink: 0;
  margin-top: 8px; /* 行が折り返ったときの微調整 */
  padding-right: 60px;
}
.footer_menu .footer_security img {
  display: block;
  width: 75px;
}

/* ─── 2行目：コピーライト ─── */
.footer_menu > p {
  width: 100%;
  text-align: center;
  margin: 16px 0 0;
  font-size: 13px;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .footer_wrap {
    padding: 0;
  }
  /* 全体を縦積み＆中央寄せ */
  .footer_menu .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
  }

  /* 左ブロックも縦積み＆中央寄せ */
  .footer_menu .left_wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; /* ロゴとの間隔 */
  }

  /* 社名・住所をブロック化して中央寄せ */
  .footer_menu .address dt,
  .footer_menu .address dd {
    display: block;
    margin: 0;
  }
  .footer_menu .address dt {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .footer_menu .address dd::after {
    content: none; /* 区切り線を消す */
  }

  /* ナビを縦並びに */
  .footer_menu .left_wrap ul {
    flex-direction: column;
    margin: 16px 0 0;
  }
  .footer_menu .left_wrap ul li {
    margin: 3px 0;
  }
  .footer_menu .left_wrap ul li::before,
  .footer_menu .left_wrap ul li + li::before {
    content: none; /* 区切り線を消す */
  }

  /* ロゴは上下マージンだけ */
  .footer_menu .footer_logo {
    margin: 16px 0;
  }

  /* コピーライトも中央寄せ＆マージン */
  .footer_menu > p {
    margin-top: 20px;
  }
  .footer_menu .left_wrap {
    padding-left: 0;
  }
  .footer_menu .left_wrap ul li + li {
    margin-left: 0;
  }
  .footer_menu .left_wrap ul li a {
    text-decoration: underline;
  }
  .footer_menu .footer_security {
    padding-right: 0;
  }
}





@keyframes scrollMv {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}

/* ——————————————
   JS から付与するクラス
—————————————— */
.mv_inner--anim {
  animation-name: scrollMv;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* animation-duration は JS で設定します */
  will-change: transform;
}

/* お持ちのCSSに以下を追加 */

/* 1) アニメーション用のCSS変数デフォルト */
.mv_inner {
  white-space: nowrap;
  will-change: transform;
  /* CSS変数 --mv-duration (秒) と --mv-img-width (px) を使って動かす */
  animation: scrollLoop var(--mv-duration, 20s) linear infinite;
}

/* 2) キーフレーム定義 */
@keyframes scrollLoop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--mv-img-width)), 0, 0);
  }
}


body .gray-bg {
  background-color: #fff;
}

body .label2 {
  background-color: #fff;
  font-family: '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}