/* ==========================
  セクション
========================== */
.section_title {
  font-family: "Urbanist", sans-serif;
  font-size: 0.7rem;
  font-weight: bold;
  color: #ccc;
  letter-spacing: 0.1em;
  padding: 70px 0 10px 0;
}

.section_sub_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  color: #f00;
  letter-spacing: 0;
  padding: 10px 0 10px 0;
  padding-left: 10px;
}

/* ==========================
  // セクション
========================== */

/* ==========================
  水平デザイン
========================== */
.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 0 20px;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.item {
  flex: 0 0 40%;
  /* スマホで2.5個表示 */
  scroll-snap-align: start;
  /*background: #fff;*/
  /*border-radius: 30px;*/
  overflow: hidden;
  /*box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);*/
  text-decoration: none;
  color: inherit;
  /*margin-bottom: 10px;*/
  padding-right: 0px;
}

.thumbnail {
  background-color: #000;
  /* 黒背景 */
  border-radius: 30px;
  /* 丸み */
  border: 4px solid #000;
  /* 黒い枠をborderで実装 */
  aspect-ratio: 9 / 16;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 5, 0.025);
  max-width: 300px;
  /* スマホでもほどよいサイズ */
  margin: 0 auto;
  /* センター寄せ */
  margin-bottom: 10px;

}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  /* 枠より少し小さく丸める */
  display: block;
}

.logo-title {
  display: flex;
  justify-content: center;
  /* 横中央 */
  align-items: center;
  /* 縦中央 */
  padding: 7px;
  /* 好みで調整 */
  height: aoto;
  /* 画像の高さに合わせて適宜調整 */
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
  border-radius: 30px;
  margin-bottom: 10px;
}

.logo-title img {
  width: 75%;
  max-width: 100%;
  height: auto;
  margin: 0;
  /* 余白は必要に応じて調整 */
  display: block;
  /* 余計な下の隙間を消す */
  width: 80px;
  height: 20px;
  object-fit: contain;
}

.logo {
  width: 80px;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .item {
    flex: 0 0 calc(25% - 12px);
    /* PCで4つ表示 */
  }
}

/* ==========================
  取引先一覧
========================== */
/* 企業ロゴ */
.client-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  /* ロゴ間の余白 */
  padding: 30px;
  align-items: center;
  justify-content: center;
  /* 中央揃え */
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.client-logos img {
  width: 80px;
  height: 40px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.2s ease;
  /*filter: grayscale(100%);*/
  /* モノクロで統一感 */
}

.client-logos img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ==========================
  // 取引先一覧
========================== */

/* ==========================
  実績
========================== */
.ach_title {
  font-size: 1rem;
  font-weight: bold;
}

.ach_number {
  font-family: "Urbanist", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  padding: 0 5px 0 0;
  font-weight: bold;
  color: #f00;
}

.ach_number_unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem !important;
}

.ach_icon {
  width: 30px;
  font-size: 1.0rem;
  text-align: center;
}

.achievements-box {
  background-color: white;
  border-radius: 40px;
  padding: 20px 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.achievements-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.achievements-box li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 0.9rem;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.achievements-box .label {
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.achievements-box .label2 {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.achievements-box .value {
  font-weight: bold;
  text-align: right;

}

.achievements-box img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 40px;
}

/* 更新日時 */
.updated-note {
  font-size: 0.7rem;
  color: #666;
  margin-top: 20px;
  text-align: right;
}

/* ==========================
  // 実績
========================== */

/* ==========================
  メンバー
========================== */
.image-container::-webkit-scrollbar {
  display: none;
}

.image-container {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 0px;
  scroll-snap-type: x mandatory;
}

.image-item {
  flex: 0 0 calc(100% / 3);
  scroll-snap-align: start;
  text-align: center;
  cursor: pointer;
}

.image-container .image-item:first-child {
  padding-left: 5%;
}

.image-container .image-item:last-child {
  padding-right: 5%;
}

@media (min-width: 768px) {
  .image-item {
    flex: 0 0 calc(100% / 4.5);
  }
}

.image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
  /*border-radius: 50%;*/
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.image-caption {
  margin-top: 8px;
  font-size: 0.7rem;
}

/* モーダル */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  backdrop-filter: blur(25px);
  /* ぼかし効果 */
  background-color: rgba(0, 0, 5, 0.5);
  /* 薄い黒 */
}

.lightbox.show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  max-width: 500px;
  width: 85%;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.lightbox-content img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 15px;
  /*border-radius: 50%;*/
}

.lightbox-caption h2 {
  margin: 10px 0 5px;
  font-size: 1rem;
}

.lightbox-caption p {
  margin: 5px 0;
  font-size: 0.7rem;
  padding: 5px;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #ccc;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  padding: 4px 8px;
}

.lightbox-caption i {
  color: #000;
}

#lightbox-instagram-link {
  padding: 5px;
  color: #000;
}

#lightbox-role {
  color: #ccc;
}

#lightbox-comment {
  white-space: pre-wrap;
  /* ← 改行や空白を正しく扱う */
  word-break: break-word;
  /* 長い単語も折り返す */
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 5px;
}

@media (max-width: 600px) {
  .lightbox-content {
    padding: 20px;
  }

  .lightbox-close {
    font-size: 26px;
    top: 8px;
    right: 12px;
  }
}



/* ==========================
  // メンバー
========================== */

/* ==========================
  お問い合わせ
========================== */
.contact-button {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  /* ロゴ間の余白 */
  padding: 30px;
  align-items: center;
  justify-content: center;
  /* 中央揃え */
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.contact-button:hover {
  background-color: #0056b3;
  /* ホバー時の色 */
}

/* ボタン */
.viewmore_btn {
  /* CSSリセット */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /* //CSSリセット */
  display: inline-block;
  margin: 0px;
  background: rgba(0, 0, 5, 1);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  /* フォントなどは再適用 */
  font-family: 'Noto Sans JP', sans-serif;
  /* //フォントなどは再適用 */
  font-size: 10px;
  /*font-weight: bold;*/
  line-height: 2;
  padding: 5px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}

/* 基本 */
.nomal {
  background: #f00;
  /*border: 1px solid #fff;*/
  color: #fff;
  /*box-shadow: 0px 5px 5px rgba(255, 255, 255, .1);*/
  font-size: 0.8rem;
  padding: 8px 18px 10px 18px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.link_icon {
  padding: 0 0px 0 5px;
}

/* ==========================
  // お問い合わせ
========================== */

/* ==========================
  ハンバーガーメニュー
========================== */
.hamburger {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #f00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.hamburger.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px);
}

.hamburger span {
  position: absolute;
  width: 24px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1) {
  transform: translateY(-8px);
}

.hamburger span:nth-child(2) {
  transform: translateY(0);
}

.hamburger span:nth-child(3) {
  transform: translateY(8px);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu-overlay {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.1em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  color: #f00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  font-weight: bold;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-overlay ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.menu-overlay li {
  margin: 0;
  /* 不要な余白は削除 */
  cursor: pointer;
  color: #f00;
  text-align: left;
}

.menu-overlay a {
  font-size: 0.7rem;
  color: #ccc;
  display: block;
  /* クリック範囲を広げる */
  padding: 16px 24px;
  text-decoration: none;
}


/* ==========================
  // ハンバーガーメニュー
========================== */

/* ==========================
  トップ動画再生
========================== */
.video-and-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}

.smartphone-frame {
  position: relative;
  width: 360px;
  height: 640px;
  background: #000;
  border-radius: 48px;
  box-shadow:
    0 0 0 8px #000,
    /* 黒枠 */
    0 18px 22px rgba(0, 0, 5, 0.25);
  /* 外側の薄い影 */
  overflow: hidden;
  flex-shrink: 0;
}

.smartphone-frame lite-youtube {
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: auto;
  /* 明示的に指定しておくと安定します */
}


/*
.smartphone-frame::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 25px;
  background: #000;
  border-radius: 30px;
  z-index: 2;
}*/

.smartphone-frame iframe {
  border-radius: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}

.video-description {
  max-width: 400px;
  color: white;
  text-align: left;
  padding: 10px;
}

.video-description h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.video-description p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

.watch-button {
  display: inline-block;
  background: white;
  color: #c00;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.watch-button:hover {
  background: #f2f2f2;
}

/* ==========================
  // トップ動画再生
========================== */


/* ==========================
  会社概要
========================== */
.company-profile {
  margin: 0px auto;
  padding: 20px 30px;
  background: white;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.company-profile table {
  width: 100%;
  border-collapse: collapse;
  list-style: none;
}

.company-profile th,
.company-profile td {
  padding: 12px 16px;
  text-align: left;
  font-size: 0.7rem;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  list-style: none;
}

.company-profile th {
  width: 35%;
  font-size: 0.7rem;
  font-weight: blod;
  background-color: transparent;
  list-style: none;
}

.company-profile td {
  background-color: transparent;
  list-style: none;
}

.company-profile tr:last-child th,
.company-profile tr:last-child td {
  border-bottom: none;
}

/* ==========================
  // 会社概要
========================== */

/* ==========================
  フッター
========================== */
.site-footer {
  background-color: #f2f2f2;
  color: #bbb;
  color: #767676;
  padding: 30px 0 20px 0;
  /* 横方向の padding は除去 */
  width: 100vw;
  /* ビューポート全体に広げる */
  margin-left: calc(-50vw + 50%);
  /* 中央揃えのための補正 */
}

.site-footer a {
  font-family: 'Noto Sans JP', sans-serif;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.footer-menu {
  list-style: none;
  padding: 10px;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.footer-menu li {
  font-family: "Urbanist", sans-serif;
  cursor: pointer;
  letter-spacing: 0.1em;
  /*font-weight: bold;*/
  font-size: 12px;
  padding: 0 5px;
  transition: color 0.2s;
}

.footer-menu-2 a:hover {
  transition: color 0.5s ease;
  color: #f00;
}

.footer-menu a:hover {
  transition: color 0.5s ease;
  color: #f00;
}

.footer-menu a {
  font-family: "Urbanist", sans-serif;
  color: #bbb;
  color: #767676;

}

.footer-sns i:hover {
  transition: color 0.5s ease;
  color: #f00;
}


.footer-menu-2 {
  list-style: none;
  padding: 5px;
  margin: 0 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.footer-menu-2 li {
  /*font-family: "Urbanist", sans-serif;*/
  cursor: pointer;
  letter-spacing: 0.1em;
  /*font-weight: bold;*/
  font-size: 10px;
  padding: 0 5px;
  transition: color 0.2s;
}

.footer-menu-2 a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #bbb;
  color: #767676;

  letter-spacing: 0rem;
  font-size: 10px;
}

.footer-sns {
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-sns a img {
  width: 24px;
  height: 24px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.footer-sns a:hover img {
  filter: grayscale(0%);
}

.footer-copy {
  font-size: 10px;
  padding: 5px;
}

.footer-copy a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #bbb;
  color: #767676;

}

.brands_icon {
  font-size: 20px;
  color: #bbb;
  color: #767676;

}

/* ==========================
  // フッター
========================== */
/* ==========================
  よくある質問
========================== */
.qa-list {
  width: 100%;
  display: block;
}

.qa-item {
  border-radius: 30px;
  margin-bottom: 16px;
  background: #fff;
  overflow: hidden;
  transition: background 0.4s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
  transition: transform 0.3s ease-in-out;
}

.qa-toggle {
  display: none;
}

.qa-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 15px 15px 15px;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.4s ease;
}

.qa-item:hover {
  transform: scale(1.01);
}

/* Qマーク */
.qa_mark_q {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}

/* Aマーク */
.qa_mark_a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  color: #faa;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}

/* 質問テキスト */
.qa-question {
  flex: 1;
  text-align: left;
  word-break: break-word;
}

/* + アイコン */
.qa-icon::before {
  content: '+';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  /*background-color: #f2f2f2;*/
  color: #bbb;

  transition: transform 0.3s ease;
  vertical-align: middle;
}

/* − 表示に切り替え */
.qa-toggle:checked+.qa-label .qa-icon::before {
  content: '−';
}

/* 回答のアコーディオン */
.qa-answer {
  overflow: hidden;
  opacity: 0;
  padding: 0 15px;
  height: 0;
  transition: height 0.5s ease, opacity 0.4s ease;
}

.qa-answer.open {
  opacity: 1;
}

.qa-toggle:checked~.qa-answer {
  /* 必要に応じて調整 */
  opacity: 1;
}

/* A行のレイアウト */
.qa-answer-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 0px 10px 0px;
}

/* Aのテキスト */
.qa-answer-inner p {
  text-align: left;
}

/* ==========================
  //よくある質問
========================== */

/* ==========================
  背景画像ぼかしのコンテンツ
========================== */
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*backdrop-filter: blur(25px);*/
  background-color: rgba(0, 0, 5, 0.2);
  /* 暗めのオーバーレイ */
  z-index: 1;
  /*border-radius: 40px;*/
}

.contact-content {
  position: relative;
  z-index: 2;
  /* 背景より前に */
  margin: 0 auto;
}

.contact-content p{
  font-size: 0.7rem;
}

.contact-section {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 80px 20px;
  background-image: url('https://kinarimovie.com/img/create1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://kinarimovie.com/img/create1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(25px);
  border-radius: 40px;
  z-index: 0;
  border-radius: 40px;
}

.contact-section {
  background: none;
  /* 背景は ::before に任せる */
  position: relative;
  z-index: 1;
}

.contact-section h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.contact-intro {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 30px;
}

.contact-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .25);
  padding: 20px 30px;
  border-radius: 30px;
  width: 200px;
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  transition: background 0.3s ease, color 0.5s ease, transform 0.5s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
}

.contact-card:hover {
  background: #f00;
  color: #fff;
}

.contact-card i {
  font-size: 1.8em;
  font-size: 14px;
  font-size: 0.7rem;
  margin-right: 5px;
}

/* ==========================
  // 背景画像ぼかしのコンテンツ
========================== */

/* ====================================
  スクロール時にフェードイン
==================================== */
.scrollanime {
  opacity: 0;
}

.scrollanime2 {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  animation-name: fadeInDown2;
  /*animation-delay: 0.5s;*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

/* フェードイン */
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    /* 下から */
    transform: translateY(30px);
    transform: scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translate(0);
    transform: scale(1);
  }
}

/* ====================================
  //スクロール時にフェードイン
==================================== */

/* ====================================
  背景ぼかしのボックスの横並びリスト
==================================== */
.story-slider-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 20px;
  padding: 0 20px;
}

.story-slide {
  scroll-snap-align: start;
  position: relative;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: white;
  flex: 0 0 calc(100% / 1.25);
  min-width: 280px;
  max-width: 480px;
  height: 480px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .story-slide {
    flex: 0 0 calc(100% / 1.1);
  }
}

.story-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  backdrop-filter: blur(25px);
  background-color: rgba(0, 0, 5, 0.2);
  z-index: 1;
  opacity: 1 !important;
  transition: none !important;
}

.story-content {
  position: relative;
  z-index: 2;
  padding: 0px 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.story-content h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  line-height: 1.4;
}

.story-content p {
  font-size: 0.7rem;
  color: #fff;
  line-height: 1.7;
}

/* スクロールバー非表示 */
.story-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.story-slider-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.story-slide-spacer {
  padding-left: 0px;
  scroll-snap-align: start;
}

/* ====================================
  // 背景ぼかしのボックスの横並びリスト
==================================== */


/* ====================================
  横スクロールの下にボタン設置
==================================== */
/* スクロールボタン */
.scroll-buttons {
  display: flex;
  justify-content: right;
  gap: 16px;
  margin-top: 16px;
}

.scroll-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  touch-action: manipulation;
  /* ← ダブルタップズーム防止 */
  user-select: none;
  -webkit-user-select: none;
}

.scroll-btn:disabled {
  background-color: #f2f2f2;
  color: #bbb;
  cursor: not-allowed;
}

.scroll-buttons.hidden {
  display: none;
}

.scroll-btn i {
  padding: 1px 0 0 0;
}

/* ====================================
  // 横スクロールの下にボタン設置
==================================== */

.client-logos a img {
  transition: transform 0.5s ease-in-out;
}

.client-logos a:hover img {
  transform: scale(1.05);
}

.image-item .image-wrapper img {
  transition: transform 0.5s ease-in-out;
}

.image-item:hover .image-wrapper img {
  transform: scale(1.05);
}

.item .thumbnail {
  overflow: hidden;
}

.item .thumbnail img {
  transition: transform 0.5s ease-in-out;
}

.item:hover .thumbnail img {
  transform: scale(1.05);
}

#lightbox-instagram-link .fa-instagram:hover {
  color: #f00;
  transition: color 0.5s ease;
}
/* ====================================
   背景
==================================== */

.image-groupphoto img{
  box-shadow: 0 4px 8px rgba(0, 0, 5, 0.025);
  border-radius: 30px;
}

/* 横スライダー全体 */
.image-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* スクロールバー非表示（任意） */
.image-slider::-webkit-scrollbar {
  display: none;
}

/* 各画像ブロック */
.image-groupphoto {
  flex: 0 0 80%;
  scroll-snap-align: start;
}

/* メンバー詳細のサブタイトル */
.member_data_title{
  color: #bbb;
}