a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}





/* ==================================================
   ペア碁ワールドフェスティバル2026
   トップページ
================================================== */

.pgwf2026 {
  color: #333;
  /*font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif;
    font-weight: 500;*/
}

/* カルーセルエリア */
.pgwf2026-top #carousel1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.pgwf2026-top #carousel1 .carousel-inner {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(79, 59, 148, 0.16);
  border-radius: 16px;
  box-shadow:
    0 12px 30px rgba(48, 44, 43, 0.12),
    0 2px 8px rgba(48, 44, 43, 0.06);
}

.pgwf2026-top #carousel1 .item img {
  width: 100%;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .pgwf2026-top #carousel1 {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .pgwf2026-top #carousel1 .carousel-inner {
    border-radius: 10px;
  }

}





/* ==================================================
   トップページ共通カード
================================================== */

.pgwf2026-top .top-card {
  background-color: #fff;
  border: 1px solid rgba(79, 59, 148, 0.12);
  border-radius: 14px;
  box-shadow:
    0 8px 24px rgba(48, 44, 43, 0.08),
    0 2px 6px rgba(48, 44, 43, 0.04);
}

/* ==================================================
   本日の催し
================================================== */

.pgwf2026-top .today-card {
  overflow: hidden;
}



/* 本日の催し・SNS 共通見出し */
.pgwf2026-top .today-card .todayevent,
.pgwf2026-top .sns-card .sns {
  margin: 0;
  padding: 14px 15px;
  border-radius: 0;
  background-color: #d8d5fa;
  background-image: none;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pgwf2026-top .today-card .todayevent,
  .pgwf2026-top .sns-card .sns {
    padding: 10px 12px;
    font-size: 1.3em;
    line-height: 1.4;
  }
}


.pgwf2026-top .today-card .todayevent2 {
  padding: 8px 18px 16px;
  background-color: #fff;
  border-radius: 0;
  font-size: 1.05em;
  line-height: 1.7;
}

.pgwf2026-top .today-card .todayevent2 p {
  margin: 0;
  padding: 4px 0;
}

.pgwf2026-top .today-card .todayevent2 hr {
  margin: 8px 0;
  border-top-color: #eceaf3;
}

.pgwf2026-top .today-card .murasaki {
  color: #7b6fc2;
}

/* ==================================================
   お知らせ
================================================== */

.pgwf2026-top .news-card {
  padding: 8px 24px;
}

.pgwf2026-top .news-card .row {
  margin-right: 0;
  margin-left: 0;
}

.pgwf2026-top .news-card .dd---element {
  float: none;
  width: 100%;
  padding: 16px 8px;
  font-size: 1.05em;
  line-height: 1.75;
}

.pgwf2026-top .news-card hr {
  margin: 0;
  border-top: 1px solid #eceaf3;
}

.pgwf2026-top .news-card .murasaki {
  color: #7b6fc2;
}

.pgwf2026-top .news-card a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* パソコンで少し浮く演出 */
@media screen and (min-width: 768px) {
  .pgwf2026-top .top-card {
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .pgwf2026-top .top-card:hover {
    transform: translateY(-2px);
    box-shadow:
      0 12px 30px rgba(48, 44, 43, 0.11),
      0 3px 8px rgba(48, 44, 43, 0.05);
  }
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .pgwf2026-top .top-card {
    border-radius: 10px;
  }

  .pgwf2026-top .today-card .todayevent {
    padding: 10px 12px 22px;
    font-size: 1.3em;
  }

  .pgwf2026-top .today-card .todayevent2 {
    padding: 6px 14px 12px;
    font-size: 1em;
  }

  .pgwf2026-top .news-card {
    padding: 4px 14px;
  }

  .pgwf2026-top .news-card .dd---element {
    padding: 14px 2px;
    font-size: 1em;
  }
}



/* ==================================================
   SNSカード
================================================== */

.pgwf2026-top .sns-card {
  overflow: hidden;
}


.pgwf2026-top .sns-card .todayevent2 {
  padding: 8px 18px 16px;
  border-radius: 0;
  background-color: #fff;
  font-size: 1.05em;
  line-height: 1.7;
}

.pgwf2026-top .sns-card .todayevent2 hr {
  margin: 0 0 10px;
  border-top-color: #eceaf3;
}

.pgwf2026-top .sns-card .todayevent2 p {
  margin: 0;
}

.pgwf2026-top .sns-card .murasaki {
  color: #7b6fc2;
}

@media screen and (max-width: 767px) {
  .pgwf2026-top .sns-card .sns {
    padding: 10px 12px;
    font-size: 1.3em;
  }

  .pgwf2026-top .sns-card .todayevent2 {
    padding: 10px 14px 14px;
    font-size: 1em;
  }
}






/* ==================================================
   お知らせ一覧
================================================== */

.pgwf2026-top .news-card {
  padding: 0 24px;
}

.pgwf2026-top .news-item {
  border-bottom: 1px solid #eceaf3;
}

.pgwf2026-top .news-item:last-child {
  border-bottom: none;
}

.pgwf2026-top .news-item .dd---element {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  padding: 18px 4px;
  font-size: 1.05em;
  line-height: 1.75;
}

.pgwf2026-top .news-dot {
  flex: 0 0 auto;
  color: #7b6fc2;

  font-size: 1.7em;
  line-height: 1;

  position: relative;
  top: -0.1em;
}

.dd---element{
    display:flex;
    align-items:flex-start;
}

.pgwf2026-top .news-text {
  flex: 1;
  min-width: 0;
}

.pgwf2026-top .news-link {
  white-space: nowrap;
}

.pgwf2026-top .news-card a {
  color: #4f3b94;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pgwf2026-top .news-card a:hover {
  color: #7b6fc2;
}

@media screen and (max-width: 767px) {
  .pgwf2026-top .news-card {
    padding: 0 14px;
  }

  .pgwf2026-top .news-item .dd---element {
    gap: 7px;
    padding: 14px 0;
    font-size: 1em;
    line-height: 1.7;
  }

  .pgwf2026-top .news-dot {
    line-height: 1.7;
  }
}




/* ==================================================
   トップページ左右カラムの高さ揃え
================================================== */

@media screen and (min-width: 768px) {

  /* 左右カラムを同じ高さにする */
  .pgwf2026-top .top-main-columns {
    display: flex;
    align-items: stretch;
  }

  .pgwf2026-top .top-side-column,
  .pgwf2026-top .top-news-column {
    float: none;
    display: flex;
    flex-direction: column;
  }

  /* 左カラム内 */
  .pgwf2026-top .top-side-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

@media screen and (min-width: 768px) {

  /* 左カラム全体 */
  .pgwf2026-top .top-side-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  /* 1つ目のrow＝9/25の催しを伸ばす */
  .pgwf2026-top .top-side-inner > .row:first-child {
    display: flex;
    flex: 1;
  }

  .pgwf2026-top .top-side-inner > .row:first-child > .col-lg-12 {
    display: flex;
    width: 100%;
  }

  .pgwf2026-top .today-card {
    width: 100%;
    flex: 1;
  }

  /* 白い本文部分も残りの高さまで伸ばす */
  .pgwf2026-top .today-card .todayevent2 {
    height: 100%;
  }

  /* SNSは内容分の高さに戻す */
  .pgwf2026-top .sns-card {
    flex: none;
  }

  .pgwf2026-top .sns-card .todayevent2 {
    height: auto;
  }
}

  /* 右側のお知らせカードをカラムいっぱいにする */
  .pgwf2026-top .top-news-column .news-card {
    flex: 1;
  }
}



/* お知らせ見出しを少し上へ */
.pgwf2026-top .top-news-column h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pgwf2026-top .news-card {
    margin-top: 10px;
}




/* お知らせ見出し */
.pgwf2026-top .top-news-column h2 {
    font-weight: 700;
}

/* ==================================================
   2026年版 ヘッダーナビ
================================================== */

/* グラデーションは外側のナビだけに描く */
.pgwf-2026-nav {
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, .28),
      rgba(255, 255, 255, 0) 35%
    ),
    linear-gradient(
      180deg,
      #d8d4fb 0%,
      #cdc8f7 25%,
      #c2bcf2 60%,
      #b8b8ee 100%
    );
}

/* 内側では背景を描き直さない */
.pgwf-2026-nav > .container-fluid,
.pgwf-2026-nav .pgwf-event-nav {
  background: transparent;
}

.pgwf-2026-nav {
  margin: 0;
  border: 0;
  border-radius: 0;
}

/* ナビ全体をヘッダー画像・カルーセルと同じ幅にする */
.pgwf-2026-nav > .container-fluid {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.pgwf-2026-nav .navbar-collapse {
  padding: 0;
  border: 0;
  box-shadow: none;
  text-align: initial;
}

/* Bootstrap 3の既存指定を解除 */
.pgwf-2026-nav .navbar-nav {
  float: none;
  margin: 0;
}

.pgwf-2026-nav .navbar-nav > li {
  float: none;
}

.pgwf-2026-nav .navbar-nav > li > a,
.pgwf-2026-nav .navbar-nav > li:first-child > a {
  border-right: 0;
  border-left: 0;
}

/* ==================================================
   1段目：主要イベント
================================================== */

.pgwf-2026-nav .pgwf-event-nav {
  display: flex;
  width: 100%;
  padding: 10px 8px;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}

/* 3項目を均等幅にする */
.pgwf-2026-nav .pgwf-event-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

/* 1枚目を少し狭く */
.pgwf2026 .pgwf-2026-nav .event-pro{
    flex: 0.92 1 0;
}

/* 2枚目はそのまま */
.pgwf2026 .pgwf-2026-nav .event-ama{
    flex: 1 1 0;
}

/* 3枚目を少し広く */
.pgwf2026 .pgwf-2026-nav .event-nh{
    flex: 1.08 1 0;
}



.pgwf-2026-nav .pgwf-event-item > a {
  --event-color: #796dce;

  position: relative;
  display: flex;
  height: 100%;
  min-height: 140px;
  padding: 22px 20px 30px;
  flex-direction: column;
  justify-content: center;

  color: #1f1f27;
  background-color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(79, 59, 148, 0.12);
  border-radius: 8px;

  text-align: left;
  text-decoration: none;

  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.pgwf-2026-nav .pgwf-event-item > a:hover,
.pgwf-2026-nav .pgwf-event-item > a:focus {
  color: #1f1f27;
  background-color: #fff;
  border-color: rgba(79, 59, 148, 0.22);
  box-shadow: 0 6px 16px rgba(48, 44, 43, 0.10);
  transform: translateY(-1px);
  text-decoration: none;
}

/* 下部のグラデーションバー */
.pgwf-2026-nav .pgwf-event-item > a::after {
  position: absolute;
  right: 18px;
  bottom: 13px;
  left: 18px;
  height: 3px;
  content: "";
  opacity: 0.8;
  transform: scaleX(0.72);
  transform-origin: left center;

  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.pgwf-2026-nav .event-pro > a::after {
  background: linear-gradient(
    to right,
    #ff3c4e 0%,
    rgba(255, 60, 78, 0.12) 100%
  );
}

.pgwf-2026-nav .event-ama > a::after {
  background: linear-gradient(
    to right,
    #e0b500 0%,
    rgba(224, 181, 0, 0.12) 100%
  );
}

.pgwf-2026-nav .event-nh > a::after {
  background: linear-gradient(
    to right,
    #389b07 0%,
    rgba(56, 155, 7, 0.12) 100%
  );
}

.pgwf-2026-nav .pgwf-event-item > a:hover::after,
.pgwf-2026-nav .pgwf-event-item > a:focus::after {
  opacity: 1;
  transform: scaleX(1);
}

.pgwf-2026-nav .event-title {
  position: relative;
  display: block;
  padding-left: 30px;

  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
  white-space: normal;
  word-break: keep-all;
}

.pgwf-2026-nav .event-dot {
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: var(--event-color);
  border-radius: 50%;
}

.pgwf-2026-nav .event-sub {
  display: block;
  min-height: 2.2em;
  padding: 10px 0 0 34px;

  color: #3f3f4c;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5;
}

/* 大会ごとの色 */
.pgwf-2026-nav .event-pro > a {
  --event-color: #ff3c4e;
}

.pgwf-2026-nav .event-ama > a {
  --event-color: #e0b500;
}

.pgwf-2026-nav .event-nh > a {
  --event-color: #389b07;
}

/* ==================================================
   2段目：補助メニュー
================================================== */

.pgwf-2026-nav .pgwf-sub-nav {
  display: flex;
  width: 100%;
  padding: 8px 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;

  background-color: rgba(116, 108, 204, 0.15);
  border-top: 1px solid rgba(79, 59, 148, 0.16);
}

.pgwf-2026-nav .pgwf-sub-nav > li {
  display: flex;
  flex: 1 1 150px;
  max-width: 230px;
  min-width: 125px;
}

.pgwf-2026-nav .pgwf-sub-nav > li > a {
  display: flex;
  width: 100%;
  min-height: 50px;      /* 46 → 50 */
  padding: 12px 15px;    /* 少し余裕 */

  align-items: center;
  justify-content: center;

  color: #352a67;

  font-size: 1.08em;     /* 0.95 → 1.08 */
  font-weight: 700;      /* 700 → 800 */
  line-height: 1.35;
  letter-spacing: .02em;

  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,.70),
      rgba(255,255,255,.40)
    );

  border: 1px solid rgba(79,59,148,.12);
  border-radius: 6px;

  box-shadow:
    0 4px 9px rgba(55,42,112,.08),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.pgwf-2026-nav .pgwf-sub-nav > li > a:hover,
.pgwf-2026-nav .pgwf-sub-nav > li > a:focus {
  color: #222;
  background-color: rgba(255, 255, 255, 0.72);
  border-color: rgba(79, 59, 148, 0.2);
  transform: translateY(-1px);
  text-decoration: none;
}

.pgwf-2026-nav .sub-nav-dot {
  width: 9px;
  height: 9px;
  margin-right: 7px;
  flex: 0 0 auto;
  background-color: #fff;
  border-radius: 50%;
}

.pgwf-2026-nav .sub-nav-yokohama .sub-nav-dot {
  background-color: #3c6eff;
}

/* ==================================================
   画面幅 768～1199px
================================================== */

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pgwf-2026-nav .pgwf-event-nav {
    padding: 10px 0;
  }

  .pgwf-2026-nav .pgwf-event-item > a {
    min-height: 145px;
    padding: 20px 15px 28px;
  }

  .pgwf-2026-nav .event-title {
    padding-left: 25px;
    font-size: 1.14em;
  }

  .pgwf-2026-nav .event-dot {
    width: 14px;
    height: 14px;
  }

  .pgwf-2026-nav .event-sub {
    padding: 8px 0 0 25px;
    font-size: 0.72em;
  }

  .pgwf-2026-nav .pgwf-sub-nav > li {
    flex-basis: 140px;
    min-width: 115px;
  }

  .pgwf-2026-nav .pgwf-sub-nav > li > a {
    padding: 9px 8px;
    font-size: 0.84em;
  }
}

/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 767px) {
  .pgwf-2026-nav > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .pgwf-2026-nav .navbar-header {
    min-height: 48px;
  }

  .pgwf-2026-nav .navbar-toggle {
    margin-right: 15px;
    border-color: rgba(79, 59, 148, 0.25);
    background-color: #fff;
  }

  .pgwf-2026-nav .navbar-toggle:hover,
  .pgwf-2026-nav .navbar-toggle:focus {
    background-color: #f7f6ff;
  }

  .pgwf-2026-nav .pgwf-event-nav {
    display: block;
    padding: 8px 12px;
  }

  .pgwf-2026-nav .pgwf-event-item {
    margin-bottom: 6px;
  }

  .pgwf-2026-nav .pgwf-event-item:last-child {
    margin-bottom: 0;
  }

  .pgwf-2026-nav .pgwf-event-item > a {
    display: block;
    min-height: 0;
    padding: 15px 15px 22px;
    border-radius: 7px;
  }

  .pgwf-2026-nav .pgwf-event-item > a:hover,
  .pgwf-2026-nav .pgwf-event-item > a:focus {
    transform: none;
  }

  .pgwf-2026-nav .event-title {
    padding-left: 25px;
    font-size: 1.15em;
  }

  .pgwf-2026-nav .event-dot {
    width: 14px;
    height: 14px;
  }

  .pgwf-2026-nav .event-sub {
    min-height: 0;
    padding: 7px 0 0 25px;
    font-size: 0.76em;
  }

  .pgwf-2026-nav .pgwf-sub-nav {
    display: block;
    padding: 7px 12px 11px;
  }

  .pgwf-2026-nav .pgwf-sub-nav > li {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin-bottom: 5px;
  }

  .pgwf-2026-nav .pgwf-sub-nav > li:last-child {
    margin-bottom: 0;
  }

  .pgwf-2026-nav .pgwf-sub-nav > li > a {
    min-height: 0;
    padding: 10px 13px;
    justify-content: flex-start;
    text-align: left;
  }

  .pgwf-2026-nav .pgwf-sub-nav > li > a:hover,
  .pgwf-2026-nav .pgwf-sub-nav > li > a:focus {
    transform: none;
  }
}





/* ==================================================
   ヘッダー仕上げ調整
   HTML構造は変更しない
================================================== */

/* タイトル画像エリアを確実に表示 */
.pgwf2026 header > .row.img-responsive {
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
  overflow: visible;
  background-color: #4f3b94;
}

/* タイトル画像の下に淡い光を追加 */
.pgwf2026 header > .row.img-responsive::after {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  z-index: -1;
  height: 28px;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(79, 59, 148, 0.22),
    rgba(184, 184, 238, 0)
  );
}

/* ロゴエリアが隠れないようにする */
.pgwf2026 .logo---back {
  position: relative;
  z-index: 3;
  overflow: visible;
}

/* ナビは画像の下に通常配置 */
.pgwf2026 .pgwf-2026-nav {
  position: relative;
  z-index: 2;
}

/* 主要カードを少し上品に */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a {
  background-color: rgba(255, 255, 255, 0.94);
  border-color: rgba(79, 59, 148, 0.12);
  box-shadow:
    0 8px 20px rgba(48, 44, 43, 0.08),
    0 2px 5px rgba(48, 44, 43, 0.04);
}

/* ホバー時に共通CSSの白文字を確実に打ち消す */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:hover,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus {
  color: #1f1f27 !important;
  background-color: #fff !important;
  border-color: rgba(79, 59, 148, 0.24);
  box-shadow:
    0 12px 26px rgba(48, 44, 43, 0.13),
    0 3px 7px rgba(48, 44, 43, 0.05);
  transform: translateY(-2px);
}

/* 子要素の文字色も固定 */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:hover .event-title,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus .event-title {
  color: #1f1f27 !important;
}

.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:hover .event-sub,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus .event-sub {
  color: #3f3f4c !important;
}







/* ==================================================
   2026 タイトル画像
================================================== */

.pgwf2026 .pgwf-title-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: visible;
  background-color: #4f3b94;
}

.pgwf2026 .pgwf-title-visual a {
  display: block;
}

.pgwf2026 .pgwf-title-visual img {
  position: relative;
  z-index: 2;
  display: block !important;
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  opacity: 1 !important;
  visibility: visible !important;
}

/* タイトル下のごく淡い紫の光 */
.pgwf2026 .pgwf-title-visual::after {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  z-index: 0;
  height: 24px;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(79, 59, 148, 0.20),
    rgba(184, 184, 238, 0)
  );
}





/* ==================================================
   ヘッダーメニュー仕上げ調整
   タイトル画像には触れない
================================================== */

/* 1段目：3つの大会カード */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a {
  position: relative;
  overflow: hidden;

background-color: #fcfbff;
background-image:
  linear-gradient(
    145deg,
    #ffffff 0%,
    #fcfbff 48%,
    #f1effb 100%
  );

  border: 2px solid #e1e1e1;
  border-radius: 12px;

  box-shadow:
    0 12px 32px rgba(53, 40, 110, .14),
    0 3px 10px rgba(53, 40, 110, .08),
    inset 0 1px 0 rgba(255, 255, 255, .95);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

/* カード上部のごく薄い光 */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 42%;
  content: "";
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
}

/* ホバー */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:hover,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus {
    color: #30245f !important;

    /* ほぼ白 */
background-color: #ffffff !important;
background-image: none !important;

    border-color: rgba(82,66,160,.28);

    box-shadow:
        0 14px 30px rgba(53,40,110,.14),
        0 4px 10px rgba(53,40,110,.08),
        inset 0 1px 0 rgba(255,255,255,1);

    transform: translateY(-1px);
}

/* クリックした瞬間も白のまま */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:active {
    color: #30245f !important;
    background: #ffffff !important;
    border-color: rgba(82,66,160,.28);

    box-shadow:
        0 14px 30px rgba(53,40,110,.14),
        0 4px 10px rgba(53,40,110,.08),
        inset 0 1px 0 rgba(255,255,255,1);

    transform: translateY(0);
}



/* 大会名を黒ではなく濃い紫へ */
.pgwf2026 .pgwf-2026-nav .event-title {
    position: relative;
    z-index: 1;

    color: #35286e;          /* 真っ黒ではなくブランドカラー寄り */
    font-size: 1.5em;        /* 少しだけ大きく */
    font-weight: 700;        /* 最大級の太さ */
    line-height: 1.18;
    letter-spacing: -0.025em;

    text-shadow:
        0 1px 0 rgba(255,255,255,.85),
        0 0 1px rgba(53,40,110,.20);
}

.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:hover .event-title,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus .event-title {
    color: #281b5b !important;
}

/* 補足文 */
.pgwf2026 .pgwf-2026-nav .event-sub {
    position: relative;
    z-index: 1;

    color: #51486b;
    font-weight: 600;   /* ←追加 */
}

/* 丸印を少し立体的に */
.pgwf2026 .pgwf-2026-nav .event-dot {
  box-shadow:
    0 2px 5px rgba(48, 44, 43, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.45);
}


/* ==================================================
   2段目：左右をフェードアウト
================================================== */

.pgwf2026 .pgwf-2026-nav .pgwf-sub-nav {
  position: relative;

  background:
    linear-gradient(
      to right,
      rgba(184, 184, 238, 0) 0%,
      rgba(157, 151, 220, 0.46) 12%,
      rgba(157, 151, 220, 0.46) 88%,
      rgba(184, 184, 238, 0) 100%
    );

  border-top: 0;
}

/* 2段目のボタンも少しだけ立体的に */
.pgwf2026 .pgwf-2026-nav .pgwf-sub-nav > li > a {
  color: #352a67;

  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.70),
      rgba(255, 255, 255, 0.40)
    );

  border: 1px solid rgba(79, 59, 148, 0.12);

  box-shadow:
    0 4px 9px rgba(55, 42, 112, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.pgwf2026 .pgwf-2026-nav .pgwf-sub-nav > li > a:hover,
.pgwf2026 .pgwf-2026-nav .pgwf-sub-nav > li > a:focus {
  color: #24194f !important;
  background-color: #fff;
  border-color: rgba(79, 59, 148, 0.24);
  box-shadow:
    0 7px 14px rgba(55, 42, 112, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}






/* 3大会カード：押下・フォーカス時も白を維持 */
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:active,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus-visible {
  color: #30245f !important;
  background: #fff !important;
  background-color: #fff !important;
  border-color: rgba(82, 66, 160, 0.28) !important;

  box-shadow:
    0 12px 28px rgba(53, 40, 110, 0.14),
    0 4px 10px rgba(53, 40, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1) !important;

  transform: translateY(0);
  -webkit-tap-highlight-color: transparent;
}

.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:active .event-title,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus .event-title {
  color: #35286e !important;
}

.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:active .event-sub,
.pgwf2026 .pgwf-2026-nav .pgwf-event-item > a:focus .event-sub {
  color: #51486b !important;
}




/* スマホ時は左右に少し余白 */
@media (max-width: 767px) {

  .pgwf2026 .pgwf-2026-nav {
    padding-left: 12px;
    padding-right: 12px;
  }

}














/* ==================================================
   2026 中ページ共通ヘッダー
   トップ版の見た目を保ち、縦方向だけ圧縮
================================================== */

/* 中ページ用の小さいタイトル画像 */
.pgwf2026 .pgwf-title-visual--sub {
  overflow: hidden;
  background-color: #4f3b94;
}

.pgwf2026 .pgwf-title-visual--sub a {
  display: block;
}

.pgwf2026 .pgwf-title-visual--sub img {
  display: block !important;
  width: 1140px;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* ナビ背景はトップ版をそのまま使用 */
.pgwf2026 .pgwf-2026-nav-compact {
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, .28),
      rgba(255, 255, 255, 0) 35%
    ),
    linear-gradient(
      180deg,
      #d8d4fb 0%,
      #cdc8f7 25%,
      #c2bcf2 60%,
      #b8b8ee 100%
    );
}

.pgwf2026 .pgwf-2026-nav-compact > .container-fluid,
.pgwf2026 .pgwf-2026-nav-compact .pgwf-event-nav {
  background: transparent;
}

/* 1段目：トップ版を薄くしたカード */
.pgwf2026 .pgwf-2026-nav-compact .pgwf-event-nav {
  padding: 8px;
  gap: 12px;
}

.pgwf2026 .pgwf-2026-nav-compact .pgwf-event-item > a {
  display: flex;
  min-height: 84px;
  padding: 15px 18px 21px;
  align-items: center;
  justify-content: center;

  background-color: #fcfbff;
  background-image:
    linear-gradient(
      145deg,
      #fff 0%,
      #fcfbff 48%,
      #f1effb 100%
    );

  border: 2px solid #e1e1e1;
  border-radius: 12px;

  box-shadow:
    0 10px 25px rgba(53, 40, 110, .13),
    0 3px 8px rgba(53, 40, 110, .07),
    inset 0 1px 0 rgba(255, 255, 255, .95);
}

/* PCでは大会名を一行に */
.pgwf2026 .pgwf-2026-nav-compact .event-title {
  width: 100%;
  padding-left: 27px;

  color: #35286e;
  font-size: 1.06em;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.025em;
  white-space: nowrap;
  text-align: left;
}

.pgwf2026 .pgwf-2026-nav-compact .event-dot {
  top: .18em;
  width: 15px;
  height: 15px;
}

/* 中ページでは補足文を使わない */
.pgwf2026 .pgwf-2026-nav-compact .event-sub {
  display: none;
}

/* 下部の色バーも薄型 */
.pgwf2026 .pgwf-2026-nav-compact .pgwf-event-item > a::after {
  right: 16px;
  bottom: 9px;
  left: 16px;
  height: 2px;
}

/* ホバーはトップ版と同じ方向性 */
.pgwf2026 .pgwf-2026-nav-compact .pgwf-event-item > a:hover,
.pgwf2026 .pgwf-2026-nav-compact .pgwf-event-item > a:focus {
  color: #30245f !important;
  background-color: #fff !important;
  background-image: none !important;
  border-color: rgba(82, 66, 160, .28);

  box-shadow:
    0 13px 28px rgba(53, 40, 110, .14),
    0 4px 9px rgba(53, 40, 110, .08),
    inset 0 1px 0 rgba(255, 255, 255, 1);

  transform: translateY(-1px);
}

/* 2段目もトップ版のまま、少しだけ薄く */
.pgwf2026 .pgwf-2026-nav-compact .pgwf-sub-nav {
  padding: 7px 0 9px;
}

.pgwf2026 .pgwf-2026-nav-compact .pgwf-sub-nav > li > a {
  min-height: 44px;
  padding: 9px 14px;
  font-size: 1em;
  font-weight: 800;
}

/* 768～1199pxでは長い大会名だけ少し縮小 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pgwf2026 .pgwf-2026-nav-compact .event-title {
    padding-left: 22px;
    font-size: .82em;
  }

  .pgwf2026 .pgwf-2026-nav-compact .event-dot {
    width: 13px;
    height: 13px;
  }

  .pgwf2026 .pgwf-2026-nav-compact .pgwf-event-item > a {
    min-height: 80px;
    padding: 14px 12px 20px;
  }
}

/* SP：トップ版と同じ縦積み。無理に一行にしない */
@media screen and (max-width: 767px) {
  .pgwf2026 .pgwf-title-visual--sub img {
    width: 100%;
    max-width: 100%;
  }

  .pgwf2026 .pgwf-2026-nav-compact .pgwf-event-item > a {
    min-height: 0;
    padding: 14px 15px 21px;
  }

  .pgwf2026 .pgwf-2026-nav-compact .event-title {
    padding-left: 25px;
    font-size: 1.08em;
    white-space: normal;
    word-break: keep-all;
  }

  .pgwf2026 .pgwf-2026-nav-compact .event-dot {
    width: 14px;
    height: 14px;
  }
}










/* ======================================
   2026 中ページ専用
====================================== */

/* 3大会カードを縦に詰める */
.pgwf2026 .pgwf-2026-nav-sub .pgwf-event-item > a {
  min-height: 90px;
  padding: 12px 18px 18px;
  justify-content: center;
}

/* 左右に残っている空の補足欄を消す */
.pgwf2026 .pgwf-2026-nav-sub .event-sub {
  display: none;
}

/* 大会名の位置を中央にそろえる */
.pgwf2026 .pgwf-2026-nav-sub .event-title {
  margin: 0;
}

/* homeだけ横幅を小さくする */
.pgwf2026 .pgwf-2026-nav-sub .pgwf-sub-nav > li.sub-nav-home {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: none;
}

.pgwf2026 .pgwf-2026-nav-sub .pgwf-sub-nav > li.sub-nav-home > a {
  width: auto;
  min-width: 90px;
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
}


/* ==========================
   中ページ タイトル文字
========================== */

.pgwf2026 .pgwf-2026-nav-sub .event-title{

    font-size:1.36em;
    line-height:1.15;

}






/* お知らせバナー */
.pgwf2026-top .news-banner{
    margin:12px auto 14px;
}

.pgwf2026-top .news-banner a{
    display:block;
}

.pgwf2026-top .news-banner img{
    display:block;
    width:100%;
    height:auto;

    border:1px solid rgba(79,59,148,.18);
    border-radius:12px;

    box-shadow:
        0 6px 16px rgba(53,40,110,.08);

    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.pgwf2026-top .news-banner a:hover img{
    transform:translateY(-1px);
    box-shadow:
        0 10px 22px rgba(53,40,110,.12);
}


/* PCだけ */
@media (min-width: 992px) {

  .pgwf2026-top .news-banner{
    width:94%;
    margin:12px auto 14px;
  }

}






/* カルーセル下の選択ボタン */
.pgwf2026-top #carousel1 .carousel-indicators li {
  width: 28px;
  height: 8px;
  margin: 0 3px;

  background-color: rgba(79, 59, 148, 0.16);
  border: 1px solid rgba(79, 59, 148, 0.35);
  border-radius: 999px;

  transition:
    width 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

/* 選択中 */
.pgwf2026-top #carousel1 .carousel-indicators .active {
  width: 36px;
  height: 8px;
  margin: 0 3px;

  background-color: #6f5cc3;
  border-color: #6f5cc3;

  box-shadow:
    0 2px 7px rgba(79, 59, 148, 0.28);

  transform: scaleY(1.08);
}







/* ======================================
   出場ペア紹介：国別レイアウト
====================================== */

.pgwf2026 .country-title {
  display: flex;
  margin: 44px 15px 20px;
  padding-bottom: 9px;
  align-items: center;
  gap: 14px;

  border-bottom: 2px dotted #c9bdf4;
}

.pgwf2026 .country-title span {
  flex: 0 0 auto;

  color: #5b45b4;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.2;
}

.pgwf2026 .country-title small {
  flex: 0 0 auto;

  color: #8b7dd0;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/* 国名の右側に点線を伸ばす */
.pgwf2026 .country-title::after {
  display: block;
  height: 2px;
  flex: 1;
  content: "";

  background-image:
    radial-gradient(circle, #b7a9ed 1.5px, transparent 1.7px);
  background-position: left center;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}

/* country-title自体の下線は使わない */
.pgwf2026 .country-title {
  border-bottom: 0;
}

/* 写真行 */
.pgwf2026 .pair-row {
  margin-bottom: 12px;
}

.pgwf2026 .pair-row{
    margin-bottom:12px;
}

/* 注記 */
.pgwf2026 .player-note {
  margin: 22px 15px 0;
  text-align: right;
}

.pgwf2026 .player-note span {
  font-size: 12px;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  .pgwf2026 .country-title {
    margin: 32px 15px 14px;
    gap: 9px;
  }

  .pgwf2026 .country-title span {
    font-size: 1.35em;
  }

  .pgwf2026 .country-title small {
    font-size: 0.85em;
  }
}




