@charset "UTF-8";

/* yokohama-stadium.co.jp /privacy/ の global-style 系を踏襲したスタイル */

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Sawarabi Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.78;
  color: #0c0c0c;
  background: #fff;
}

a {
  color: #0a3da0;
  text-decoration: none;
}

/* ヘッダー（公式同様にスクロール固定） */
.header {
  background: #0a3da0;
  padding: 20px 24px;
  border-bottom: 2px solid #013394;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__logo img {
  height: 44px;
  width: auto;
  display: block;
}
.header__title {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: auto;
  font-family: "Barlow", "Sawarabi Gothic", sans-serif;
  font-weight: 500;
}

/* コンテナ */
.p-container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  width: 100%;
}

/* メインのページ余白 */
.privacy-page {
  padding: 60px 0 100px;
}

/* === global-style === */

.global-style {
  color: #0c0c0c;
  font-size: 14px;
  line-height: 1.78;
}
.global-style b,
.global-style strong {
  font-weight: 700;
}
.global-style h1,
.global-style h2,
.global-style h3,
.global-style p,
.global-style ol,
.global-style ul {
  margin: 0;
}
.global-style h1 {
  background-color: #1b1b1b;
  color: #fff;
  font-size: 28px;
  letter-spacing: 8px;
  line-height: 1.357;
  margin-bottom: 40px;
  padding: 6px 14px 7px;
}
.global-style h2 {
  color: #0a3da0;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin: -5px 0 20px;
  padding-left: 12px;
  position: relative;
}
.global-style h2::before {
  background-color: #0a3da0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 4px;
}
.global-style h3 {
  color: #0a3da0;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1.625;
  margin-bottom: 5px;
}
.global-style ol,
.global-style ul {
  padding-left: 18px;
}
.global-style ul {
  list-style: none;
}
.global-style ul li {
  position: relative;
}
.global-style ul li::before {
  background-color: #0c0c0c;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 3px;
}
.global-style hr {
  background-color: #d7dbe3;
  border: none;
  height: 1px;
  margin: 0 0 60px;
  width: 100%;
}
.global-style a.link {
  border-bottom: 1px solid #0a3da0;
  color: #0a3da0;
  padding-bottom: 4px;
  word-break: break-all;
}
.global-style a.link:hover {
  border-bottom: none;
  color: #60dce9;
}
.global-style .block-s {
  margin-bottom: 24px;
}
.global-style .block-content {
  padding-bottom: 60px;
}
.global-style .text-red {
  color: #e74f34;
}

/* privacy-page 専用 */
.privacy-page a.link {
  margin-right: 0;
}

/* 施行前ポリシー案内ボックス（公式の global-style .notes 相当） */
.global-style .notes {
  background-color: #f2f4f7;
  padding: 24px 28px;
  margin: 24px 0 32px;
}
.global-style .notes p {
  margin: 0 0 8px;
}
.global-style .notes p:last-child {
  margin-bottom: 0;
}
.global-style .notes .notes__date {
  color: #e74f34;
  font-weight: 700;
  font-size: 13px;
}
ul.special {
  padding-left: 10px;
}
ul.special li::before {
  display: none;
}
.text-right {
  text-align: right;
}

/* 変更箇所マーカー */
.changed {
  background: linear-gradient(transparent 60%, #fff176 60%);
  padding: 0 2px;
}
/* セクション全体が変更されている場合のブロック */
.changed-block {
  background: rgba(255, 241, 118, 0.18);
  border-left: 4px solid #fff176;
  padding: 16px 20px;
  margin: 0 0 24px;
}
.changed-block > p,
.changed-block > ul {
  margin-left: 0;
}
.section-changed::after,
strong.section-changed::after {
  content: "変更";
  display: inline-block;
  background: #e74f34;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-left: 10px;
  vertical-align: middle;
  letter-spacing: 0.08em;
  font-family: "Sawarabi Gothic", sans-serif;
  line-height: 1;
}

/* フッター */
.footer {
  background: #0c0c0c;
  color: #fff;
  padding: 56px 24px 32px;
  text-align: center;
}
.footer__nav {
  margin: 0 0 16px;
  font-size: 13px;
}
.footer__nav a {
  color: #fff;
  text-decoration: underline;
}
.footer__nav a:hover {
  color: #60dce9;
}
.footer__copyright {
  font-family: "Barlow", "Sawarabi Gothic", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
  opacity: 0.85;
}

/* レスポンシブ */
@media (max-width: 720px) {
  .header {
    padding: 14px 16px;
  }
  .header__logo img {
    height: 32px;
  }
  .header__title {
    font-size: 10px;
  }
  .privacy-page {
    padding: 36px 0 60px;
  }
  .global-style h1 {
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 28px;
  }
  .global-style h2 {
    font-size: 18px;
  }
  .global-style hr {
    margin-bottom: 40px;
  }
  .global-style .block-content {
    padding-bottom: 40px;
  }
}
