/* css */

/* heroを半分の大きさにする */
.hero {
  background-color: bisque;
}

.hero p {
  font-size: 30px;
}

/* hero2 */
.hero2 {
  background-color: #9c1c21;
  background-image: url("./images/top_hero2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: antiquewhite;
}

.hero3 {
  background-color: lightgrey;
}

.hero3-container {
  display: flex;
}

.hero3-container .hero3-image3 {
  width: 50%;
}

.hero3-container .hero3-image4 {
  width: 50%;
  background-color: #9f1f24;
}

.hero3-container .hero3-image4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 専門感寄り特別企画 */
.professional-notice {
  background: #f9f8fa;
  padding: 80px 20px;
}

.professional-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 50px;
  border: 1px solid #e0e0e0;
}

.professional-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #7b1d22;
  margin-bottom: 10px;
}

.professional-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.professional-divider {
  width: 60px;
  height: 2px;
  background: #7b1d22;
  margin-bottom: 30px;
}

.professional-text {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 18px;
}

.professional-quote {
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  margin: 25px 0;
  padding-left: 20px;
  border-left: 3px solid #7b1d22;
}

.professional-highlight {
  margin: 25px 0;
  font-size: 16px;
  font-weight: 500;
}

.professional-buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #7b1d22;
  color: #fff;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary {
  border: 1px solid #7b1d22;
  color: #7b1d22;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 600;
}

.professional-note {
  margin-top: 25px;
  font-size: 12px;
  color: #666;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .professional-inner {
    padding: 40px 25px;
  }
  .professional-title {
    font-size: 20px;
  }
}
/* ============ 重要なお知らせ：吹き出し ============ */
.notice-wrap {
  width: min(1100px, 92%);
  margin: 24px auto 0;
  position: relative;
  z-index: 5;
}

/* 吹き出し本体 */
.notice-bubble {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(120, 20, 25, 0.25);
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
  margin: 0 0 40px 0;
}

/* 吹き出しの“しっぽ” */
.notice-bubble::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 48px; /* ←しっぽの位置（左寄せ） */
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.92);
  border-left: 1px solid rgba(120, 20, 25, 0.25);
  border-top: 1px solid rgba(120, 20, 25, 0.25);
  transform: rotate(45deg);
}

/* バッジ */
.notice-badge {
  display: inline-block;
  background: #7b1d22;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 12px;
}

/* 見出し */
.notice-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  color: #2b2b2b;
}

/* 本文 */
.notice-text {
  margin: 8px 0;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

/* ボタン */
.notice-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.notice-btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid transparent;
  transition:
    transform 0.08s ease,
    opacity 0.2s ease;
}

.notice-btn:hover {
  opacity: 0.92;
}
.notice-btn:active {
  transform: translateY(1px);
}

.notice-btn.primary {
  background: #7b1d22;
  color: #fff;
}

.notice-btn.ghost {
  background: transparent;
  color: #7b1d22;
  border-color: rgba(123, 29, 34, 0.45);
}

/* 注意書き */
.notice-note {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: #555;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .notice-wrap {
    margin-top: 14px;
  }
  .notice-bubble {
    padding: 18px 16px 14px;
  }
  .notice-title {
    font-size: 18px;
  }
  .notice-text {
    font-size: 14px;
  }
  .notice-bubble::before {
    left: 26px;
  }
}

.notice-box {
  max-width: 720px;
  margin: 30px auto;
  padding: 22px 18px;
  border: 2px solid #8b6b3f; /* 枠線（ブラウン系） */
  background: #fbf6ea; /* 薄いベージュ */
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.notice-title {
  margin: 0 0 14px;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #4a3a22;
}

.notice-text {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.9;
  color: #3b2f1e;
}

.notice-text:last-child {
  margin-bottom: 0;
}

.notice-box strong {
  color: #6b3f1a;
}

.instagram-slideshow {
  padding: 15px;
}

/* store image */

.store {
  margin: 0 0 40px 0;
}

/* ask */
.ask-trouble .text h2 strong {
  color: #666666;
}
.ask {
  background-color: beige;
}

.ask h2 {
  text-align: center;
}

.ask p {
  text-align: center;
}

.ask h3 {
  text-align: right;
}

/* footscan */

/* .footscan .footscan-text {
  margin: 0 0 40px 0;
}

.footscan .footscan-container {
  display: flex;
  gap: 10px;
}

.footscan .footscan-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: 5px;
}

.footscan .footscan-container .footscan-image1 {
  width: calc(100% / 3);
  background-color: white;
}

.footscan .footscan-container .footscan-image2 {
  width: calc(100% / 3);
}

.footscan .footscan-container .footscan-image3 {
  width: calc(100% / 3);
  background-color: white;
} */

/* sportip-pro */

/* .sportip-pro {
  margin: 0px 0 40px 0;
}

.sportip-pro h2 {
  text-align: center;
}

.sportip-pro .sportip-pro-text {
  margin: 0px 0 40px 0;
}

.sportip-pro .sportip-pro-container {
  display: flex;
}

.sportip-pro .sportip-pro-container .sportip-pro-image1 {
  width: 50%;
}

.sportip-pro .sportip-pro-container .sportip-pro-image2 {
  width: 50%;
  background-color: black;
}

.sportip-pro .sportip-pro-container .sportip-pro-image2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px), print {
  .sportip-pro .sportip-pro-container {
    display: block;
  }

  .sportip-pro .sportip-pro-container .sportip-pro-image1 {
    width: 100%;
  }

  .sportip-pro .sportip-pro-container .sportip-pro-image2 {
    width: 100%;
  }
}
 */
/* インスタグラムに角丸設定 */

.lineup_box > li img {
  border-radius: 15%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* slideshow */

.instagram-slideshow {
  /* slick初期化前の状態 */
  height: calc(100vw / 10);
  overflow: hidden;
  visibility: hidden;
}

.instagram-slideshow.slick-initialized {
  /* slick初期化後の状態 */
  height: auto;
  overflow: auto;
  visibility: visible;
}

.instagram-slideshow .instagram-slideshow-image {
  width: calc(100% / 10);
  aspect-ratio: 1;
}

.instagram-slideshow .instagram-slideshow-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ask-trouble */
.ask-trouble h2 {
  text-align: center;
  margin: 45px 0 40px 0;
  color: #9f1f24;
  font-size: 40px;
}

.ask-trouble h3 {
  text-align: center;
  color: #9f1f24;
  font-size: 30px;
}

.ask-trouble .ask-container {
  display: flex;
  flex-direction: row;
  padding: 25px 0 0 0;
  gap: 10px;
}

.ask-container .ask-trouble-text {
  width: 25%;
  flex: 1;
}

.ask-container .ask-trouble-text h4 {
  text-align: center;
  background-color: #fffde8; /*線の外側*/
  border-radius: 9px 9px 9px 0;
  display: inline-block;
  padding: 4px 10px 4px 10px;
  margin-top: 10px;
  color: #9c1c21;
  font-size: 25px;
}

.ask-container ul {
  /* 標準のul, liの見た目を消す */
  margin: 0;
  padding: 0;

  /* https://saruwakakun.com/html-css/reference/ul-ol-li-design */
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8; /*線の外側*/
  border: dashed 2px #ffb03f; /*破線*/
  border-radius: 9px;
  margin-left: 10px; /*はみ出ないように調整*/
  margin-right: 10px; /*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.ask-container ul li {
  /* 標準のul, liの見た目を消す */
  margin: 0;
  padding: 0;
  list-style: none;

  /* https://saruwakakun.com/html-css/reference/ul-ol-li-design */
  line-height: 1.5;
  padding: 0.5em 0;
}

.ask-trouble .ask-trouble-footer {
  color: #9f1f24;
  text-align: center;
  margin: 50px;
  font-size: 25px;
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8; /*線の外側*/
  border: dashed 2px #ffb03f; /*破線*/
  border-radius: 9px;
  margin-left: 10px; /*はみ出ないように調整*/
  margin-right: 10px; /*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em;
}

@media screen and (max-width: 767px), print {
  .ask-trouble h2 {
    font-size: 1.7em;
  }

  .ask-trouble h3 {
    font-size: 1.3em;
  }

  .ask-trouble .ask-container {
    display: block;
  }

  .ask-trouble .ask-trouble-footer {
    font-size: 17px;
  }

  .ask-container .ask-trouble-text {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

/* ===== スマホ：幅固定を全部解除して余白だけ作る（最終） ===== */
@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
    background: #f2f2f2;
  }

  /* どこかで container が細く固定されてるのを潰す */
  .container,
  .footScan,
  .footScan-container,
  main,
  article,
  section {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  /* voice の箱を紙っぽく */
  .voice_box {
    display: block !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 16px auto !important;
    padding: 18px 16px !important;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .voice_box_img,
  .voice_box_txt {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .voice_box_img {
    margin-bottom: 12px !important;
  }

  .voice_box_img img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}
/* =========================
   スマホ表示の修正
========================= */
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .hero {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .hero img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }

  .vida-logo {
    top: 10px;
    right: 10px;
    width: 140px;
    max-width: 40%;
    height: auto;
  }
}
/* メイン画像上部のベージュ余白を消す */
.hero {
  padding-top: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  height: auto !important;
  min-height: 0 !important;
}

.hero-img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
