@charset "UTF-8";

/* PC用 黒→白デザイン変更スタイルシート */

body {
  color: #000;
  background: none;
}

a,
a:hover {
  color: #000;
}

body.index-index .bg-filter {
  background: none;
}

.dis-flex {
  display: flex;
}

/* セクションタイトル */

#bgPallarax .sectionHead {
  position: static;
  width: auto;
  height: auto;
  font-weight: normal;
  margin-bottom: 50px;
  background: none;
  color: #000;
}

/* ボタン */

.flamebtn {
  border: 1px #000 solid;
  text-align: center;
  font-size: 1rem;
  padding: 1.5rem 0.5rem 1.5rem 0.5rem;
  position: relative;
  color: #000;
  background-image: none;
  box-sizing: border-box;
}

.flamebtn-b {
  width: 100%;
  display: block;
}

.flamebtn-ib {
  display: inline-block;
}

.flamebtn:after {
  position: absolute;
  top: 50%;
  content: "";
  margin-top: -5px;
  margin-left: 0.5em;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #000;
  transition: all 0.3s;
}

/* ニュース */

#bgPallarax .sectionHead-inner {
  display: block;
  position: static;
}

section[data-palBox="n4"] .textBlock {
  background: none;
  border: 1px solid;
}

/* トップ */

#bgPallarax section[data-palBox="n1"] {
  height: auto;
  padding-top: 0;
}

#bgPallarax .palBoxWrap {
  top: 100px;
}

#bgPallarax .palBox {
  padding-bottom: 0px;
  padding-top: 90px;
}

/* トップ販売店選択画面 */

.store-tsutaya-link {
  display: block;
  padding: 15px;
  color: #000;
  background-color: #fff;
}

.store-link {
  display: block;
  padding: 15px;
  color: #000;
  background-color: #fff;
}

/* ヘッダー */

header {
  height: 70px;
}

header .header-inner {
  padding-top: 13px;
  height: 70px;
}

header .header-h1 {
  height: 50px;
  top: 10px;
}

header .header-h1 img {
  vertical-align: middle;
  width: 190px;
}

header .header-h1 a {
  height: 40px;
  line-height: 0.8em;
}

header .header-inner {
  background: #fff;
  border-bottom: 1px #000 solid;
  box-shadow: none;
}

header .gnav-nav .gnav-a,
header .gnav-nav .gnav-a:hover {
  color: #000;
  text-indent: 0px;
  font-size: 15px;
}

header .gnav-nav .gnav-sideR {
  margin-left: 120px;
}

header .gnav-nav .gnav-li.gnav-home .gnav-spn {
  width: auto;
}

header .header-right {
  border: none;
}

header .header-right:before {
  border: none;
}

/* ヘッダー製品一覧ナビドロップダウン */

header .dropdown-nav {
  background: rgba(250, 250, 250, 0.9);
  border-bottom: 1px solid rgb(0, 0, 0);
  height: 300px;
}

header .dropdown-nav,
header .dropdown-nav a {
  color: #000;
  font-size: 15px;
}

header .gnav-nav .gnav-sideL .gnav-spn,
header .gnav-nav .gnav-sideR .gnav-spn {
  background: none;
}

header .gnav-nav .gnav-li.gnav-news {
  width: 80px;
}

header .gnav-nav .gnav-li.gnav-news .gnav-spn {
  width: 60px;
}

header .gnav-nav .gnav-sideR {
  width: 270px;
}

/* フッター */

.footer {
  color: #000;
  background: #fff;
  box-shadow: none;
  border-top: 1px #000 solid;
}

.footer-top {
  background: none;
}

.footer-li a {
  color: #000;
}

.footer a {
  color: #000;
}

.footer-entoy {
  border: none;
}

.footer-entoy:before {
  border: none;
}

.footer-li a:hover {
  color: #000;
}

/* 個別ページ共通 */

#pageBody .basicBlock {
  background: none;
  border: 1px #000 solid;
}

#pageBody h1.sectionHead {
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
}

.sectionHead-name {
  font-size: 22px;
}

.brand-index .basicBlock {
  font-size: 21px;
  line-height: 2em;
  padding: 50px 100px !important;
}

/* 年齢確認 */

.bg-overlay {
  background-image: none;
  background-color: rgb(255 255 255 / 70%);
}

.ageModal {
  color: #000 !important;
}

.ageModal .age-h1 {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.ageModal .age-caption {
  padding: 0;
  margin-bottom: 50px;
  border: 1px #fff solid;
}

.age-yes,
.age-no {
  color: #000;
  background: #fff;
  border: 1px #000 solid;
  text-align: center;
  font-weight: bold;
}

.age-yes a,
.age-no a {
  font-size: 2;
  line-height: 2.5em;
  font-size: 20px;
}

/* 製品ページ共通 */

.layout-products #upper {
  margin-top: 70px;
}

body.layout-products {
  background-color: #fff;
}

.video-section .video-thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 700px;
}

.video-section .video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
/* === ボタンのスタイル定義 === */
.video-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* ここでサイズと余白を調整 */
  padding: 20px 30px; /* 上下20px, 左右30pxの余白 */
  min-width: 120px; /* 最小幅を指定してバランスを保つ */
  background-color: rgba(255, 255, 255, 0.8); /* 背景を少し濃く */
  border-radius: 12px; /* 【重要】ここを50%から小さい値に変えて角丸四角にする */

  /* 中身を縦並びにする設定 */
  display: flex;
  flex-direction: column; /* 縦方向・上から下へ */
  align-items: center; /* 左右中央揃え */
  justify-content: center;
  gap: 10px; /* アイコンと文字の間隔 */

  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 少し影をつけて浮かせる */
}

/* === 三角アイコンのスタイル === */
.video-section .play-button::before {
  content: "";
  display: block;
  /* 三角形のサイズ調整 */
  width: 0;
  height: 0;
  border-left: 20px solid black; /* 少し大きく */
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 4px; /* 三角形の視覚的な中心を合わせる微調整 */
}

/* === テキストのスタイル === */
.video-section .play-text {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  white-space: nowrap; /* テキストを折り返さない */
}

/* === ホバー時の動き === */
.video-section .video-thumbnail:hover .play-button {
  background-color: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.05); /* 全体を少しだけ拡大 */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* 影を強調 */
}

.video-section .video-thumbnail-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.video-section .note {
  font-size: 0.85rem;
  color: #666;
  margin-top: 8px;
  text-align: center;
}

/* === スマホ・タブレット向けの調整を追加 === */
@media screen and (max-width: 768px) {
  .video-section .play-button {
    padding: 15px 25px; /* 余白を少し小さく */
    min-width: 100px;
    border-radius: 10px;
    gap: 8px;
  }

  /* スマホではアイコンを少し小さく */
  .video-section .play-button::before {
    border-left-width: 16px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }

  /* スマホでは文字を少し小さく */
  .video-section .play-text {
    font-size: 0.9rem;
  }
}

body.layout-products .note {
  font-size: 0.85rem;
  color: #666;
  margin-top: 8px;
  text-align: center;
}

/* スマートギア */

.products-mmsmartgearnew {
  color: #fff;
}
