/* ============================
   全店舗共通CSS（mens/womens 共通）
   今後、男女で共通利用するスタイルはここに追加する
   ============================ */

/* ============================
   CSS変数（男女共通）
   ※ 男女で同値のものをここへ集約。店舗固有の変数は各店舗の style_yymmdd.css の :root に残す
   ============================ */
:root {
  --bionas-blue-200: #0080D1;
  --bionas-blue-gradation-light: linear-gradient(180deg, rgba(224, 240, 249, 1) 32%, rgba(224, 233, 246, 1) 100%);
  --bionas-blue-gradation-strong: linear-gradient(90deg, rgba(0, 128, 209, 1) 0%, rgba(0, 68, 180, 1) 100%);
  --bionas-gold-gradation: linear-gradient(90deg, rgba(157, 121, 44, 1) 0%, rgba(255, 240, 214, 1) 41%, rgba(219, 186, 122, 1) 66%, rgba(208, 168, 90, 1) 80%, rgba(157, 121, 44, 1) 100%);
  --bionas-bronze-gradation: linear-gradient(90deg, rgba(137, 91, 29, 1) 0%, rgba(207, 161, 111, 1) 40%, rgba(199, 151, 90, 1) 66%, rgba(188, 132, 61, 1) 80%, rgba(137, 91, 29, 1) 100%);
  --bionas-pt-gradation: linear-gradient(90deg, rgba(233, 235, 240, 1) 0%, rgba(197, 201, 211, 1) 100%);
  --bionas-red: #DE3A7B;
}

/* ============================
   ベース（html / body / 要素）
   ※ mens/css/common.css から移動
   ============================ */
html {
  font-size: calc(100vw / 37.5);
}
body {
  font-size: 62.5%;
  color: var(--text-color);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.05em;/*都度調整してください*/
  line-height: 1.5;/*都度調整してください*/
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;/*都度調整してください*/
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 26px 0px;/*都度調整してください*/
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
/* a{display:block} は mens レイアウト依存。womens に漏らさないため mens の最上位コンテナ .wrapper 配下に限定 */
.wrapper a {
  cursor: pointer;
  display: block;
}
/*CTAエリア*/
.ctaArea a {
  width: 90%;
  margin: 0 auto;
}
/* CTAセクション（構造・男女共通）
   ※ 色 / font-size / 背景画像 url(../img/...) は各店舗フォルダ基準のため各店舗CSSで指定・上書きする */
.cta_area h2 {
  padding-top: 0.7em;
}
.cta_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_box p {
  letter-spacing: 0.05em;
  padding-top: 1em;
  position: relative;
  display: flex;
  align-items: center;
}

/* ============================
   ヘッダー / 赤帯（構造・男女共通）
   ※ ブランドカラー（青→ピンク等）は各店舗の個別CSSで上書きする
   ※ mens/css/style_260630.css から移動
   ============================ */
.header_band {
  background: red;
  color: yellow;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.2em;
}
.header_band p {
  font-size: 1.6rem;
  font-feature-settings: "halt"1;
}
.header {
  width: 100%;
  background: #fff;
}
.header_inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 1.5rem 0.8rem 1rem;
  margin: 0 auto;
  white-space: nowrap;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header_logo img {
  height: 3.6rem;
  width: auto;
  display: block;
}
.header_shop_box {
  display: flex;
  gap: 1rem;
  color: var(--bionas-blue-500);
  text-align: center;
  letter-spacing: 0;
}
.header_shop {
  font-size: 1.3rem;
  font-weight: 600;
  border: 1px solid var(--bionas-blue-500);
  padding: 0.3rem 0.8rem;
  line-height: 1.2;
}
.header_catch {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
}
.header_catch span {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  border-bottom: 1px solid var(--bionas-blue-500);
  display: inline-block;
  padding-bottom: 0.3rem;
}

/* ============================
   フッター
   ============================ */
.footer {
  background: #1c1c1c;
  color: #fff;
  padding: 4rem 1.6rem 3rem;
  text-align: center;
}

.footer_inner {
  max-width: 600px;
  margin: 0 auto;
}

/* ロゴ */
.footer_logo img {
  width: 18rem;
  height: auto;
  display: inline-block;
}

/* 会社情報 */
.footer_info {
  margin-bottom: 2rem;
}
.footer_info_text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9;
}

/* メニュー（縦線区切り） */
.footer_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.footer_menu_item {
  position: relative;
  padding: 0 1.2rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer_menu_item + .footer_menu_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1em;
  background: #fff;
}
.footer_menu_link {
  color: #fff;
  text-decoration: none;
}

/* コピーライト */
.footer_copyright {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}

/* ============================
   追従カウントダウンタイマー（構造・男女共通）
   ※背景 / skew / 色 / mask-image 等のデザインは各店舗の個別CSSで指定する
   ============================ */
.countdown {
  position: fixed;
  height: 12.5rem;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 500px;
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 1rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
/* 表示状態 */
.countdown.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
/* バッジ（"7/31までにご来店の方限定"）— 位置・幅のみ共通。背景/skew は個別CSS */
.countdown_label {
  position: absolute;
  top: -2.5em;
  left: 0;
  right: 0;
  margin: auto;
  width: 30rem;
}
.countdown_label p {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.countdown_label p strong {
  font-size: 2rem;
}
/* 日付内の丸バッジ（例：金）— 構造のみ。文字色は currentColor */
.countdown_label p strong span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border: 1.5px solid;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: bold;
}
/* 中身 */
.countdown_inner {
  position: absolute;
  bottom: 0;
}
/* タイマー文 */
.countdown_timer {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.countdown_timer strong {
  font-weight: 600;
}
/* 数字バッジ（JSが値を入れる span） */
.countdown_timer .countdown-day,
.countdown_timer .countdown-hour,
.countdown_timer .countdown-min,
.countdown_timer .countdown-sec {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  margin: 0 0.2rem;
  background: #fff;
  color: var(--bionas-red);
  border-radius: 3px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
/* CTAボタン */
.countdown_cta {
  display: block;
  width: 80%;
  position: relative;
  margin: 0 auto;
}
.countdown_cta img {
  width: 100%;
  height: auto;
  display: block;
}
.countdown .shine_inner {
  padding-top: 0;
}
@media screen and (min-width: 500px) {
  .countdown {
    height: 15rem;
  }
}

/* ============================
   きらめきアニメーション（構造・男女共通）
   ※ mask-image（店舗ごとの CTA 画像）は各店舗の個別CSSで指定する
   ============================ */
.shine_inner {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 2rem;
}
.shine_inner .shine_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: var(--cta-mask);
  mask-image: var(--cta-mask);
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left bottom;
  display: block;
}
.shine_inner .shine_mask .shine {
  content: "";
  -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  display: block;
}
@-webkit-keyframes shine {
  0% { left: -200%; opacity: 0; }
  70% { left: -200%; opacity: 0.5; }
  71% { left: -200%; opacity: 1; }
  100% { left: -20%; opacity: 0; }
}
@keyframes shine {
  0% { left: -200%; opacity: 0; }
  70% { left: -200%; opacity: 0.5; }
  71% { left: -200%; opacity: 1; }
  100% { left: -20%; opacity: 0; }
}
