@charset "utf-8";

/* css variables */
* {
  /* body font */
  --body-font: 'TsukuARdGothic-Regular', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --body-font-size: 16px;
  --body-font-color: #1f1817;
  --body-font-color-bg-dark: rgba(255, 255, 255, .75);
  --body-font-weight: 500;
  /* heading font */
  --heading-font: 'TsukuARdGothic-Regular', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --heading-font-weight: 500;
  --heading-font-color: #430404;
  --heading-font-color-bg-dark: #ffffff;
  --heading-text-transform: none;
  /* h1 */
  --h1-font-size: 64px;
  --h1-font-weight: var(--heading-font-weight);
  --h1-letter-spacing: -0.02em;
  --h1-line-height: 1.15em;
  --h1-margin-bottom: 20px;
  /* h2 */
  --h2-font: var(--heading-font);
  --h2-font-size: 56px;
  --h2-font-weight: bold;
  --h2-letter-spacing: -0.015em;
  --h2-line-height: 1.3em;
  --h2-margin-bottom: 20px;
  /* h3 */
  --h3-font-size: 28px;
  --h3-font-weight: 600;
  --h3-letter-spacing: 0;
  --h3-line-height: 1.5em;
  --h3-margin-bottom: 10px;
  /* h4 */
  --h4-font-size: 20px;
  --h4-font-weight: 600;
  --h4-letter-spacing: 0;
  --h4-line-height: 1.6em;
  --h4-margin-bottom: 10px;
  /* h5 */
  --h5-font-size: 18px;
  --h5-font-weight: 600;
  --h5-letter-spacing: 0;
  --h5-line-height: 1.6em;
  --h5-margin-bottom: 10px;
  /* h6 */
  --h6-font-size: 16px;
  --h6-font-weight: 600;
  --h6-letter-spacing: 0;
  --h6-line-height: 1.6em;
  --h6-margin-bottom: 10px;
  /* mainmenu */
  --mainmenu-font: var(--body-font);
  --mainmenu-font-size: 18px;
  --mainmenu-font-weight: 600;
  --mainmenu-letter-spacing: 0;
  --mainmenu-text-transform: uppercase;
  /* header logo */
  --logo-width: 240px;
  --logo-footer-width: 150px;
  /* misc */
  --border-default: solid 1px #1f1817(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-light: #F8F9FA;
  --bg-dark-1: #101010;
  --bg-dark-2: #202020;
  --bg-dark-3: #303030;
  --bg-dark-1-rgb: 16, 16, 16;
  --bg-grey: #eeeeee;
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 20px;
  --border-color: #bbbbbb;
  --container-max-width: 1240px;
  /* button */
  --btn-color: #fff;
  --btn-hover-bg: var(--bg-dark-1);
  --btn-font-family: var(--body-font);
  --btn-font-size: 15px;
  --btn-font-weight: bold;
  --btn-letter-spacing: 0;
  --btn-padding: 6px 25px;
  --btn-rounded: 30px;
  --btn-text-decoration: none;
  --btn-text-transform: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 992px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.ps-lg-3 {
  text-align: justify;
}

#section_brandhistory {
  text-align: justify;
  background-color: #fbf5ec;
}

#section_brandhistory h4 {
  margin-bottom: 3px;
  margin-top: 40px;
}

#section_media {
  background-color: cornsilk;
  padding-bottom: 50px;
}

#section_challenge {
  background-color: #eef8fc;
  margin-bottom: 50px;
}

#section_family {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  padding: 0;
}

#section_family img {
  width: 100%;
}

#btn-extra {
  position: relative;
  margin-left: 20px;
  width: 24px;
  height: 12px;
  cursor: pointer;
  display: none;
}

.sns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4%;
  max-width: 900px;
  margin: 0 auto;
}

.owl-custom-nav .btn-next::before,
.owl-custom-nav .btn-prev::before {
  background-color: #a22123;
}

iframe {
  border: 0;
  height: 600px;
}

/* 店舗情報レイアウト */
#shop-info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.shop-top {
  display: flex;
  flex-wrap: wrap;
  /* スマホでは縦並びに */
  gap: 20px;
  margin-bottom: 20px;
  align-items: anchor-center;
}

.shop-image img {
  width: 100%;
  max-width: 400px;
  /* PC時の最大幅 */
  height: auto;
  display: block;
  border-radius: 8px;
}

.shop-address {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
}

/* Googleマップを全幅表示 */
.shop-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}

footer {
  background-color: #fff1d7;
  text-align: center;
  padding: 60px 0 10px 0;
}

.footer-menu {
  width: 100%;
  margin-top: 20px;
}

.footer-menu img {
  max-width: 550px;
  width: 100%;
  padding: 0 6%;
}

.text-light {
  color: var(--body-font-color) !important;
}

.text-light a, .text-light a:hover {
  color: var(--body-font-color);
  text-decoration: none;
  outline: none;
}

.footer-menu-wrapp {
  display: flex;
  margin: 30px auto;
  max-width: 500px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 19px;
  line-height: 3.5;
  list-style: none;
  font-weight: bold;
  width: 100%;
  padding: 5%;
}

/* スマホ対応 */
@media screen and (max-width: 992px) {
  .shop-top {
    flex-direction: column;
  }

  .shop-image img {
    max-width: 100%;
  }

  footer {
    padding: 40px 0 10px 0;
  }

  .footer-menu-wrapp {
    display: none;
  }
}





.swiper-inner {
  background-position: center center;
  /* 横・縦ともに中央 */
  background-size: cover;
  /* 要素を覆うように拡大縮小 */
  background-repeat: no-repeat;
  /* 繰り返さない */
}

.no-top {
  padding-top: 160px !important;
}

div#logo img {
  max-width: 250px;
}

#mainmenu a {
  color: #000;
}

#btn-extra span {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: solid 2px #000000;
}

.subtitle {
  position: relative;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: var(--body-font);
  color: #a22123;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 300px) {
  div#logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .no-top {
    padding-top: 120px !important;
  }
}

@media only screen and (max-width: 992px) {
  #content {
    margin-top: 0px;
  }
}

header.header-mobile {
  position: fixed !important;
  background: #fff;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}


/* スマホ時 ハンバーガーメニューのバック */
@media only screen and (max-width: 992px) {
  .header-col-mid #mainmenu {
    position: absolute;
    top: 90px;
    width: 100%;
    /* padding: 0 0 0 0; */
    left: 0px;
    background-color: #a22123;
  }

  header.header-mobile #mainmenu {
    width: 100%;
    padding-right: 40px;
    position: absolute;
    padding-left: 20px;
  }

  #menu-btn {
    color: #030303;
  }
}




/* 微調整 */
.mh-60vh {
  min-height: 60vh;
}

.mb-50 {
  margin-bottom: 50px;
}

.ls-10 {
  letter-spacing: 10px;
}

/* FTPの動画を再生 */
.video-wrap {
  width: 100%;
  max-width: 400px;
  /* 必要に応じて変更 */
  margin: 20px auto 50px;
  /* 中央配置 */
}

.video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


/* サイド･フッター固定ボタン */
/* 共通：クリック領域の基本設定 -------------------------------- */
.fixed-buttons-pc a,
.fixed-buttons-sp a {
  text-decoration: none;
}

/* PC：右側に縦並びの固定ボタン ------------------------------- */
.fixed-buttons-pc {
  position: fixed;
  right: 0;          /* 右からの距離（調整OK） */
  top: 80%;             /* 画面の縦中央あたり */
  transform: translateY(-50%);
  z-index: 9999;
  display: none;        /* デフォルトでは非表示 → メディアクエリで表示 */
}

.fixed-buttons-pc a {
  display: block;
  margin-bottom: 12px;  /* ボタン同士の間隔 */
}

.fixed-buttons-pc img {
  display: block;
  max-width: 160px;     /* PC用ボタンの最大幅（好みで変更） */
  height: auto;
}

/* SP：画面下に横並びの固定ボタン ---------------------------- */
.fixed-buttons-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: none;        /* デフォルトでは非表示 → メディアクエリで表示 */
  display: none;
  box-sizing: border-box;
}

/* 横並びにするため flex を使用 */
.fixed-buttons-sp {
  display: none;        /* 初期は非表示。SPメディアクエリで flex にする */
}

.fixed-buttons-sp a {
  display: block;
}


/* 左：TOPボタンを小さめに */
.fixed-buttons-sp .btn-top {
  flex: 0 0 34%;   /* ← 横幅 30% */
}

/* 右：ストアボタンを大きめに */
.fixed-buttons-sp .btn-store {
  flex: 0 0 68%;   /* ← 横幅 70% */
}


.fixed-buttons-sp img {
  display: block;
  width: 100%;
  height: auto;
}

/* 必要に応じて、スマホでボタンに隠れないよう下に余白を足す */
/*
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 80px;  ボタンの高さに合わせて調整
  }
}
*/

/* PC／SPの表示切り替え -------------------------------------- */
/* 768px以上 → PC表示：右側縦並びだけ表示 */
@media screen and (min-width: 768px) {
  .fixed-buttons-pc {
    display: block;
  }
  .fixed-buttons-sp {
    display: none;
  }
}

/* 767px以下 → SP表示：下部横並びだけ表示 */
@media screen and (max-width: 767px) {
  .fixed-buttons-pc {
    display: none;
  }
  .fixed-buttons-sp {
    display: flex;          /* 横並びにするため flex */
}
}

/* PC用ボタンが 0x0 にならないように強制リセット */
@media screen and (min-width: 768px) {
  .fixed-buttons-pc {
    display: block !important;   /* 絶対表示させる */
  }

  .fixed-buttons-pc a {
    display: block !important;
    width: 100px !important;     /* ボタンの幅を固定で確保 */
    height: auto !important;
  }

  .fixed-buttons-pc img {
    display: block !important;
    width: 100% !important;      /* aタグの幅いっぱいに表示 */
    height: auto !important;
  }
}

.midashi {
  background-color: brown;
    padding: 5px 5px 5px 10px;
    color: #fff;
    margin: 0;
}