@charset "UTF-8";


    html:not(:target) body {
        font-family: 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    } /* for modern browser */

    html>/**/body .wf-mincho { font-family: 'Noto Serif JP', serif; } /* for ie8 */
    html:not(:target) body .wf-mincho { font-family: 'Noto Serif JP', serif; } /* for modern browser */


      * { box-sizing: border-box; margin: 0; padding: 0; }
      html, body {
        color: #000;
        background-color: #3b94d2;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        min-height: 100vh;
      }
      body {
        max-width: 100vw;
        background:#3b94d2 url(./images/bg.jpg) no-repeat center 80px;
        -webkit-background-size:;
        -moz-background-size: contain;
        background-size: contain;
        overflow-x: hidden;
      }
      img { max-width: 100%; height: auto; display: block; }
      
      .for-pc { display: block; }
      .for-sp { display: none; }

      /* ============ HEADER ============ */
      .site-header {
        background: #24303f;
        padding: 25px;
      }
      .site-header-inner {
        position: relative;
        max-width: 1250px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 20px;
      }
  .site-logo {
    display: flex;
    align-items:center;;
    gap: 10px;
  }
#siteID {
    display: inline-block;
	width: 80px;
	height: 35px;
    margin-right: 10px;
    vertical-align: middle;
}

#siteID a {
	display: block;
	width: 80px;
	height: 0px;
    line-height: 35px;
	padding-top: 35px;
	overflow: hidden;
    background: url(./images/logo3@2x.png) no-repeat;
    -webkit-background-size: 80px 35px;
    background-size: 80px 35px;
}
      .site-logo .label {
        font-size: 20px;
        color: #d4c34d;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 20px;
        vertical-align: middle;
      }
      .header-cta { margin-left: auto; }
      .header-cta a {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.05em;
        border: 1px solid rgba(255,255,255,0.4);
        padding: 8px 1em 8px 1.5em;
        border-radius: 2px;
        text-decoration: none;
        transition: background 0.2s;
        display: inline-flex;
        align-items: center;
        gap: 6px;
      }
      .header-cta a:hover { background: rgba(255,255,255,0.1); }
      .header-cta .arrow { color: #c8161d; }
      .header-cta a span span { display: inline-block; }

      /* ============ HERO ============ */
      .hero {
        color: #fff;
        padding: 30px 0 30px;
        text-align: center;
      }
      .hero-inner {
        max-width: 1250px;
        margin: 0 auto;
      }
      .tver-badge {
        display: inline-block;
        color: #fff;
        width: 700px;
        height: 0px;
        line-height:150px;
        padding: 150px 0 0 0;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0px;
        background: url("./images/flag.png") no-repeat center top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        overflow: hidden;
      }
      .tver-badge .num { color: #ffd700; font-size: 28px; margin: 0 4px; }
      .tver-badge .tver {
        background: #44b13a;
        color: #fff;
        padding: 2px 8px;
        border-radius: 3px;
        margin: 0 4px;
        font-size: 16px;
      }
      .hero-title {
        font-size: 44px;
        font-weight: 900;
        margin-bottom: 24px;
        width: 1250px;
        height: 0px;
        line-height:250px;
        padding: 250px 0 0 0;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 24px;
        background: url("./images/LP_title.png") no-repeat center top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        overflow: hidden;
      }
      .hero-title .accent {
        color: #ffe680;
        text-shadow: 0 2px 6px rgba(0,0,0,0.4), 0 0 12px rgba(255,215,0,0.5);
      }
      .hero-subtitle-box {
        background: rgba(255,255,255,0.8);
        border-radius: 6px;
        padding: 20px 30px;
        display: inline-block;
        backdrop-filter: blur(4px);
      }
      .hero-subtitle {
        font-size: 25px;
        font-weight: 500;
        line-height: 1.5;
        color: #000;
      }
      .hero-subtitle strong {
        display: inline-block;
        padding-left: 0.3em;
        padding-right: 0.3em;
        color: #000;
        font-weight: 600;
    }
    .hero-subtitle::before {
        content: "";
        position: absolute;
        left: -280px;
        top: 55px;
        display: block;
        width: 300px;
        height: 300px;
        background: url("./images/image02.png") no-repeat center top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
    .hero-subtitle::after {
        content: "";
        position: absolute;
        right: -440px;
        top: 30px;
        display: block;
        width: 535px;
        height: 350px;
        background: url("./images/image01.png") no-repeat center top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
    }
      .hero-notice {
        margin-top: 1.1em;
        font-size: 16px;
        color: #000;
      }
      .hero-notice strong {
        display: inline-block;
        padding-left: 0.3em;
        padding-right: 0.3em;
        color: #d41e74; font-weight: 700; }

        .bangumi { 
            width: 100%; 
            margin: 25px auto 10px;
            text-align: center;
        }
        .bangumi span,
        .bangumi a {
            display: block;
            padding: 20px;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            background: rgba(184,3,8,0.8);
            border-radius: 6px;
            letter-spacing: 0.05em;
            line-height: 1.3;
        }
        .bangumi a:hover {
            background: rgba(184,3,8,1.0);
        } 
        .bangumi strong {
            display: inline-block;
            padding-left: 0.1em;
            padding-right: 0.1em;
            font-size: 130%;
        }
      /* ============ SECTION HEADER ============ */
      .section-header {
        position: relative;
        z-index: 100;
        max-width: 1200px;
        margin: 10px auto 20px;
        padding: 0 20px;
        text-align: center;
      }
      .section-header h2 {
        z-index: 100;
        font-size: 40px;
        color: #000000;
        font-weight: 600;
        letter-spacing: 0.1em;
      }
      .section-header .underline {
        display: block;
        width: 620px;
        height: 45px;
        background: url(./images/brushline.png) no-repeat center top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        margin: 5px auto 0;
      }

      /* ============ INTRO BOX ============ */
      .intro-section {
        max-width: 1200px;
        margin: 0 auto 40px;
        padding: 0 20px;
      }
      .intro-card {
        background: rgba(255,255,255,0.8);
        border-radius: 8px;
        padding: 24px 30px 30px;
       
       }
      .intro-label {
        display: inline-block;
        background: #24303f;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 0.25em 1.5em;
        border-radius: 1em;
        margin-bottom: 14px;
      }
      .intro-text {
        padding: 0 1.5em;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        line-height: 1.8;
        margin-bottom: 4px;
      }
      .intro-text .star-icon {
        color: #f0b400;
        font-weight: 900;
      }
      .intro-text .bold-name {
        font-weight: 700;
        color: #24303f;
      }
      .intro-tags {
        margin-top: 18px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap:  15px 30px;
        flex-wrap: wrap;
      }
      .intro-tag {
        font-size: 25px;
        font-weight: 500;
        width: -moz-fit-content;
        width: fit-content;
        padding-left: 0.4em;
        padding-right: 0.4em;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
        background:linear-gradient(transparent 60%, rgba(212,30,116,0.35) 60%);
        color: #000;
      }
      .text2 { margin-top: 20px; font-size: 14px; text-align: center; letter-spacing: 0.05em; }

      /* ============ TOURNAMENT GRID (1列横長) ============ */
      .tournament-grid {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px 60px;
        display: flex;
        flex-direction: column;
        gap: 28px;
      }
      .tournament-card {
        position: relative;
        z-index: 1;
        margin-top: 60px;
        background: #fff;
        border-radius: 30px;
        padding: 28px 32px 24px;
        /*box-shadow: 0 4px 16px rgba(0,0,0,0.2);*/
      }
    #tournament-grid .tournament-card:nth-child(2n-1) {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-right: 30px;
    }
    #tournament-grid .tournament-card:nth-child(2n) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-left: 30px;
    }
    #tournament-grid .tournament-card:nth-child(2n-1)::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        left: calc(( 50vw - 540px ) * -1);
        top: 0px;
        width: calc( 50vw - 540px );
        height: 100%;
        background: #fff;
    }
    #tournament-grid .tournament-card:nth-child(2n)::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        right: calc(( 50vw - 540px ) * -1);
        top: 0px;
        width: calc( 50vw - 540px );
        height: 100%;
        background: #fff;
    }

      /* カード上部: 年度+投票ボタン */
      .card-top {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 18px;
      }
      .card-year {
        margin-top: -2.3em;
        margin-bottom: 0.2em;
        font-size: 50px;
        font-weight: 900;
        color: #fff;
        letter-spacing: 0.05em;
        flex-shrink: 0;
        font-style: italic;
         text-shadow: 3px 4px 1px rgba(0,150,216,1.00);
         color: 
      }
      .card-year span:first-child {
        font-size: 75%;
        font-weight: 400;
    }
      .card-edition {
        display: none;
        font-size: 11px;
        color: #888;
        margin-left: 4px;
        font-weight: 400;
      }
      .card-vote-btn {
      position: absolute;
      left: 260px;
        top: -2.36em;
        background: #d41e74;
        color: #fff;
        border: none;
        padding: 12px 36px 13px;
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.05em;
        cursor: pointer;
        border-radius: 4px;
        transition: background 0.2s;
        font-family: inherit;
        flex-shrink: 0;
      }
      .card-vote-btn:hover:not(:disabled) { background: #a30f15; }
      .card-vote-btn:disabled { background: #999; cursor: not-allowed; }
      .card-vote-btn.voted { background: #1a8a3e; }

      /* メインコンテンツ: サムネ + 決勝 */
      .card-main {
        z-index: 10;
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 30px;
        align-items: start;
      }
      #tournament-grid .tournament-card:nth-child(2n-1) .card-main {
        margin-left: -30px;
      }
      #tournament-grid .tournament-card:nth-child(2n) .card-main {
        margin-right: -30px;
      }
      .card-thumb {
        z-index: 10;
        /*aspect-ratio: 16 / 9;*/
        max-width: 100%;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255,255,255,0.8);
        font-size: 11px;
        position: relative;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 12px;
      }
      /*.card-thumb::before {
        content: "サムネイル画像";
        background: rgba(0,0,0,0.3);
        padding: 4px 12px;
        border-radius: 2px;
      }*/
    .card-thumb span img { width: 100%; border-radius: 3px; }
    
      /* 決勝オーダー: 2カラム */
      .card-finals {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px;
      }
      .final-block { min-width: 0; }
      .final-block:nth-child(2) { margin-top: 15px; }
      .final-title {
        width: -moz-fit-content;
        width: fit-content;
        font-size: 22px;
        font-weight: 500;
        line-height: 1;
        color: #d41e74;
        margin-bottom: 0.7em;
        padding: 0.4em 0.9em;
        background: #e5e5e5;
      }
      .final-title.men {
        color: #4a8fd9;
        border-bottom-color: #1f85cb;
      }
      .final-subtitle {
        width: -moz-fit-content;
        width: fit-content;
        border-left: solid 3px #d41e74;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        color: #222; 
        margin-bottom: 0.5em;
        padding: 0.3em 1em 0.4em 0.7em;
        background: rgba(220,205,220,0.35);
        }

      /* 大学スコア行 */
      .final-score-line {
        font-size: 15px;
        margin-bottom: 11px;
        display: flex;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap;
      }
      .final-score-line .uni {
        padding-left: 0.8em;
        padding-right: 0.7em;
        font-weight: 500;
        color: #666;
      }
      .final-score-line .uni.winner {
        font-weight: 500;
        color: #c8161d;
      }
      /*.final-score-line .uni.winner::after {
        content: " 🏆";
        font-size: 11px;
      }*/
      .final-score-line .score {
        color: #000;
        font-weight: 500;
        font-size: 14px;
        padding: 2px 0.2em;
      }

      /* オーダーリスト */
      .order-list {
        padding: 0.5em 0 0 0.8em;
        border-top:  solid 1px #666; 
        list-style: none;
      }
      .order-list li {
        display: grid;
        grid-template-columns: 2.5em 1fr 1.6em 1fr;
        gap: 4px;
        padding: 5px 0;
        align-items: center;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.2;
        border-bottom: 1px dotted #e0e0e0;
      }
      .order-list li:last-child { }
      .order-list .pos {
        color: #ff6600;
        font-weight: 500;
        font-size: 13px;
      }
      .order-list.women .pos {
        color: #ff6600;
        }
      .order-list .player-left,
      .order-list .player-right {
        color: #555;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .order-list .player-left { text-align: right; }
      .order-list .result {
        text-align: center;
        color: #999;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.2;
      }
      .order-list .result.win-left,
      .order-list .result.win-right {
        color: #c8161d;
        color: #999;
        font-weight: 600;
      }
      /* 勝者を赤太字 */
      .order-list .player-left.winner,
      .order-list .player-right.winner {
        color: #c8161d;
        font-weight: 500;
      }
      /* 注目選手（モーダル表示） - 太字 */
      .order-list .notable {
        color: #24303f;
        font-weight: 600;
        cursor: pointer;
        border-bottom: 1px solid transparent;
        transition: border-color 0.15s;
      }
      .order-list .notable:hover {
        background: rgba(251,177,0,0.30);
      }
      /* 注目選手 + 勝者 */
      .order-list .notable.winner {
        color: #c8161d;
        font-weight: 600;
      }
      /* ★マーク = 世界大会/五輪レベル選手 */
      .order-list .player-left.star::before {
        content: "★";
        color: #f0b400;
        font-size: 11px;
        margin-right: 4px;
        text-shadow: 0 0 1px rgba(0,0,0,0.15);
      }
      .order-list .player-right.star::before {
        content: "★";
        color: #f0b400;
        font-size: 11px;
        margin-right: 3px;
        text-shadow: 0 0 1px rgba(0,0,0,0.15);
      }
      /* 代表戦行→注目試合 */
      .order-list li.daihyo {
        background: #ffebdb;
        margin: 0 -8px 0;
        padding: 6px 8px;
        border-radius: 2px;
      }
      .order-list li.daihyo .pos {
        color: #ff6600;　/*オレンジに変更*/
        font-weight: 600;
      }
      /* 準備中 */
      .order-list li.placeholder .player-left,
      .order-list li.placeholder .player-right {
        color: #bbb;
        font-style: italic;
      }
      .order-list li.placeholder .pos { color: #ccc; }
      .order-list li.placeholder .result { color: #ccc; }

      /* 下部: みどころ */
      .card-bottom {
        margin-top: 24px;
        padding-top: 20px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
      }
      .midokoro-label {
        flex-shrink: 0;
        background: #e5e5e5;
        color: #333;
        font-size: 22px;
        font-weight: 500;
        padding: 0.4em 0.8em;
        border-radius: 3px;
        line-height: 1;
        letter-spacing: 0.05em;
      }
      .midokoro-text {
        font-size: 16px;
        color: #333;
        line-height: 1.8;
        flex: 1;
      }

      /* ============ MODAL ============ */
      .modal-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.7);
        z-index: 1000;
        justify-content: center;
        align-items: center;
        padding: 20px;
      }
      .modal-overlay.active { display: flex; }
      .modal {
        background: #fff;
        max-width: 600px;
        width: 100%;
        max-height: 85vh;
        overflow-y: auto;
        border-radius: 4px;
        position: relative;
      }
      .modal-close {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(0,0,0,0.8);
        color: #fff;
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
        z-index: 2;
      }
      .modal-header {
        background: linear-gradient(135deg, #ece8e8 0%, #e8e8e8 100%);
        color: #000;
        padding: 24px;
        display: flex;
        gap: 16px;
        align-items: center;
      }
      .modal-header .player-photo {
        flex-shrink: 0;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        background: #8c8c8c;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: rgba(255,255,255,0.7);
        text-align: center;
      }
      .modal-header .player-photo .photo-icon { display: none; font-size: 22px; line-height: 1; margin-bottom: 2px; }
      .modal-header .player-photo .photo-label { display: none; font-size: 9px; letter-spacing: 0.05em; }
      .modal-header .player-photo img { width: 100%; height: 100%; object-fit: cover; }
      .modal-header .player-info { flex: 1; min-width: 0; }
      .modal-header h3 { font-size: 23px; font-weight: 600; margin-bottom: 4px; letter-spacing: 0.1em; }
      .modal-header .player-affiliation {
        padding-left: 0.2em;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        letter-spacing:  0.05em;}
      .modal-body { padding: 20px 24px 24px; }
      .modal-body h4 {
        width: -moz-fit-content;
        width: fit-content;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 8px;
        font-weight: 700;
        border-bottom: 1px solid #eee;
        padding: 6px 1em;
        background: #3b94d2;
        letter-spacing: 0.1em;
      }
      .modal-body .achievements { font-size: 13px; line-height: 1.8; color: #444; }
      .modal-body .achievements li {
        list-style: none;
        padding: 3px 0 3px 1em;
        position: relative;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 1.6;
      }
      /*.modal-body .achievements li::before {
        content: "🏅";
        position: absolute;
        left: 0;
        font-size: 11px;
      }*/

      /* ============ TOAST ============ */
      .toast {
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%) translateY(160px);
        background: #1a8a3e;
        color: #fff;
        padding: 16px 40px;
        border-radius: 6px;
        font-size: 20px;
        font-weight:600;
        box-shadow: 0 4px 16px rgba(0,0,0,0.2);
        transition: transform 0.3s;
        z-index: 2000;
      }
      .toast.show { transform: translateX(-50%) translateY(0); }
      .toast.error { background: #c8161d; }

      /* ============ FOOTER ============ */
      .site-footer {
        background: #24303f;
        color: #fff;
        padding: 32px 20px;
        text-align: center;
        font-size: 13px;
      }
      .site-footer p { margin: 4px 0; }

/* ============ RESPONSIVE ============ */

@media (max-width: 1280px) {
    
      .tver-badge {
         display: block;
         width: 54.69vw;
         line-height: 11.72vw;
         padding: 11.72vw 0 0 0;
         margin-left: auto;
         margin-right: auto;
       }

      /* ============ HERO ============ */
      .hero {
      text-align: left;
        padding: 15px 0 10px;
      }
      .hero-inner {
        max-width: 97.66vw;
      }

      .hero-title {
        font-size: 40px;
        margin-bottom: 1vw;
        width: 94vw;
        line-height: 18.8vw;
        padding: 18.8vw 0 0 0;
      }

      .hero-subtitle-box {
        width: 48vw;
        margin-left: 3vw;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 20px 20px;
      }
      .hero-subtitle {
        margin-bottom: 0.7em;
        font-size: 20px;
      }

    .hero-subtitle::before {
        content: none;
    }
    .hero-subtitle::after {
        right: -47vw;
        top: -35px;
        display: block;
        width: 50vw;
        height: 32.7vw;
    }
      .hero-notice {
        display: inline;
        margin-top: 1.3em;
        text-indent: -1em;
        font-size: 15px;
        color: #000;
      }
      .hero-notice strong {
        display: inline-block;
        padding-left: 0.3em;
        padding-right: 0.3em;
        text-indent: 0em;
      }
     
     /* ============ SECTION HEADER ============ */
      .section-header {
        max-width: 96vw;
        margin: 20px auto 20px;
        padding: 0 20px;
        text-align: center;
      }
      .section-header h2 {
        font-size: 30px;
      }
      .section-header .underline {
        width: 410px;
        height: 30px;
      }
       /* ============ INTRO BOX ============ */
      .intro-section {
        max-width: 98vw;
        margin: 0 auto 40px;
        padding: 0 2vw;
      }
      .intro-card {
        border-radius: 8px;
        padding: 2.5vw 2.5vw 3.5vw;
       
       }
      .intro-label {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 0.25em 1.5em;
        border-radius: 1em;
        margin-bottom: 14px;
      }
      .intro-text {
        padding: 0 1.5em;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 4px;
      }

      .intro-tags {
        margin-top: 1em;
        gap: 0.5em 2em;
      }
      .intro-tag {
        font-size: 22px;
      }
      /* 決勝オーダー: 2カラム */
      .card-finals {
        gap: 20px;
      }
      .final-title {
        font-size: 18px;
      }

      /* 大学スコア行 */
      .final-score-line {
        font-size: 14px;
        margin-bottom: 8px;
        gap: 4px;
      }
      .final-score-line .uni {
        padding-left: 0.5em;
        padding-right: 0.4em;
      }

      .final-score-line .score {
        font-size: 13px;
        padding: 2px 0.15em;
      }

      /* オーダーリスト */
      .order-list {
        padding: 0.4em 0 0 0.4em;
      }
      .order-list li {
        grid-template-columns: 2em 1fr 1.4em 1fr;
        gap: 5px;
        padding: 4px 0;
        font-size: 13px;
      }
      /* 下部: みどころ */
      .card-bottom {
        margin-top: 20px;
        padding-top: 15px;
        gap: 15px;
      }
      .midokoro-label {
        font-size: 20px;
      }
      .midokoro-text {
        font-size: 15px;
      }
      
}
@media (max-width: 1120px) {  
        
        .site-header {
            padding: 20px 25px;
          }
         .header-cta a {
            font-size: 20px;
            padding: 7px 0.8em 7px 1.2em;
            gap: 6px;
          }

        #tournament-grid .tournament-card:nth-child(2n-1)::after {
            left: -30px;
            width: 35px;
        }
        #tournament-grid .tournament-card:nth-child(2n)::after {
            right: -30px;
            width: 35px;
        }
        #tournament-grid .tournament-card:nth-child(2n-1) .card-main {
            margin-left: -20px;
        }
        #tournament-grid .tournament-card:nth-child(2n) .card-main {
            margin-right: -20px;
        }
        .hero-subtitle {
            font-size: 18px;
          }
        /* メインコンテンツ: サムネ + 決勝 */
      .card-main {
        grid-template-columns: 28% 1fr;
        gap: 2.6%;
      }
      /* 下部: みどころ */
      .card-bottom {
        margin-top: 20px;
        padding-top: 15px;
        gap: 15px;
      }
      .midokoro-label {
        font-size: 18px;
      }
      .midokoro-text {
        font-size: 14px;
      }

}
@media (max-width: 1000px) {
    .hero-subtitle-box {
        margin-top: 20px;
        margin-bottom: 30px;
      }
      .hero-subtitle {
        margin-bottom: 0.5em;
        font-size: 18px;
      }
       .bangumi { 
            margin: 20px auto 5px;
        }
        .bangumi span,
        .bangumi a {
            padding: 15px;
            font-size: 16px;
            border-radius: 5px;
            letter-spacing: 0.05em;
        }
        .bangumi strong {
            font-size: 130%;
        }
      
}     
@media (max-width: 900px) {
      　
       .site-header {
            padding: 16px 22px;
          }
        .header-cta a {
            font-size: 18px;
            padding: 6px 0.8em 6px 1.2em;
            gap: 6px;
          }
        .tver-badge {
             width: 89.7vw;
             line-height: 15.236vw;
             padding: 15.236vw 0 0 0;
         }
        .hero-title { font-size: 28px; }
        .hero-subtitle-box {
            margin-top: 10px;
            margin-bottom: 0px;
          }
          .hero-subtitle {
            font-size: 16px;
          }
          .hero-notice {
            font-size: 14px;
          }
          .bangumi { 
            width: calc( 100% + 20px );
            margin: 15px -10px 0px;
        }
        .bangumi span,
        .bangumi a {
            padding: 10px 6px;
            font-size: 14px;
            border-radius: 4px;
            letter-spacing: 0.05em;
        }

        /* カード上部: 年度+投票ボタン */
          .card-top {
            margin-bottom: 5px;
          }
        .card-main { grid-template-columns: 1fr; }
        
        .card-thumb {
            -webkit-flex-direction: row;
            flex-direction: row;
            align-items: flex-start;
            margin-bottom: 1.5vw;
            gap: 8px;
        }
      .card-thumb span {
          -webkit-flex-grow: 1;
            flex-grow: 1;
            border-radius: 10px;
      }
      .card-thumb span img { width: 100%; }
        .tournament-card {
            margin-top: 40px;
            margin-bottom: 20PX;
            border-radius: 12px;
            padding: 23px 27px 20px;
          }
        #tournament-grid .tournament-card:nth-child(2n-1)::after {
            left: -20px;
            width: 25px;
        }
        #tournament-grid .tournament-card:nth-child(2n)::after {
            right: -20px;
            width: 25px;
        }
        #tournament-grid .tournament-card:nth-child(2n-1) .card-main {
            margin-left: 0px;
        }
        #tournament-grid .tournament-card:nth-child(2n) .card-main {
            margin-right: 0px;
        }
        /* 決勝オーダー: 2カラム */
      .card-finals {
        padding-left: 1vw;
        padding-right: 1vw;
      }
      .card-bottom { padding-left: 0.5vw; padding-right: 0.5vw; }
}
@media (max-width: 768px) {
      .for-pc { display: none; }
      .for-sp { display: block; }

        .bangumi span,
        .bangumi a {
            padding: 10px 6px;
            font-size: 13px;
            letter-spacing: 0em;
        }
        .bangumi strong { font-size: 120%; }
      .section-header h2 {
        font-size: 26px;
      }
      .section-header .underline {
        margin-top: 0;
        width: 380px;
        height: 28px;
      }
      /* ============ TOURNAMENT GRID (1列横長) ============ */
      .tournament-grid {
        padding: 0 10px 40px;
        gap: 30px;
      }
      /* ============ TOAST ============ */
      .toast {
        bottom: 50px;
        width: 80%;
        padding: 14px 30px;
        border-radius: 5px;
        font-size: 16px;
        text-align: center;
      }
      
}  
@media (max-width: 700px) {
        .site-header {
            padding: 14px 20px;
          }
        .header-cta a {
            font-size: 16px;
            padding: 5px 0.8em 5px 1.2em;
          }
    /* ============ TOURNAMENT GRID (1列横長) ============ */
      .tournament-grid {
        padding: 0 0px 30px;
        gap: 25px;
      }
    /* カード上部: 年度+投票ボタン */
      .card-year {
        margin-top: -2.3em;
        font-size: 40px;
      }

      .card-vote-btn {
        left: 200px;
        padding: 10px 30px 11px;
        font-size: 20px;
      }
      
}
@media (max-width: 640px) {
      
        .site-header {
            padding: 14px 20px;
          }
        .header-cta a {
            font-size: 15px;
            letter-spacing: 0px;
          }
          #siteID {
            width: 64px;
            height: 28px;
            margin-right: 8px;
        }

        #siteID a {
            width: 64px;
            line-height: 28px;
            padding-top: 28px;
            -webkit-background-size: 64px 28px;
            background-size: 64px 28px;
        }
        .site-logo .label {
            font-size: 16px;
            letter-spacing: 0em;
            line-height: 1;
        }
        .hero-title { font-size: 22px; }
        .tver-badge { font-size: 14px; }
        .tver-badge .num { font-size: 22px; }
        
        .section-header {
            margin: 10px auto 10px;
            padding: 0 20px;
            text-align: center;
          }
        .hero-subtitle-box {
            margin-top: 1.7vw;
            margin-bottom: 65px;
            padding: 20px 20px;
          }

        .hero-subtitle::after {
            right: -46vw;
            top: 20px;
            width: 50vw;
            height: 32.7vw;
        }
        .bangumi {
            position: absolute;
            bottom: -70px;
            left: 10px;
            width: calc( 100% + 44vw );
        }

        .section-header h2 { margin-top: 0; font-size: 24px; }
        .tournament-card { padding: 20px 16px; }
        .card-top { flex-wrap: wrap; gap: 12px; }
   
        .intro-tags { gap: 14px; }
        .intro-tag { font-size: 20px; }
        .order-list li {
            gap: 4px;
            padding: 4px 0;
            grid-template-columns: 2.5em 1fr 1.2em 1fr;
            font-size: 13px;
          }
          .order-list .pos {
            font-size: 12px;
          }
          .order-list.women .pos {
            font-size: 12px;
            }
        .card-bottom { flex-direction: column; gap: 8px; }
        .midokoro-text { padding-left: 0.8em; }
        
        .modal-header { padding: 18px; gap: 12px; }
        .modal-header .player-photo { width: 100px; height: 100px; }
}
@media (max-width: 580px) {

        .header-cta a {
            width: 16em;
            font-size: 14px;
            letter-spacing: 0px;
          }
           .header-cta .arrow { font-size: 12px; }
          #siteID {
            margin-right: 5px;
        }
          .site-logo .label {
            font-size: 15px;
        }
        .hero-subtitle {
            font-size: 15px;
          }
          .hero-subtitle strong {
            display: inline;
        }
          .hero-notice {
            font-size: 13px;
          }
        .hero-notice strong {
            display: inline;
        }
    /* ============ TOURNAMENT GRID (1列横長) ============ */
      .tournament-grid {
        padding: 0 0px 40px;
        gap: 10px;
      }
      #tournament-grid .tournament-card:nth-child(2n-1) { margin-right: 20px; }
    #tournament-grid .tournament-card:nth-child(2n) { margin-left: 20px; }
        
    /* カード上部: 年度+投票ボタン */
      .card-year {
        font-size: 34px;
      }

      .card-vote-btn {
        left: 150px;
        padding: 8px 25px 9px;
        font-size: 16px;
      }
      
      .modal-header .player-photo { width: 90px; height: 90px; }
      .modal-header h3 { font-size: 20px; }
      .modal-header .player-affiliation {
        font-size: 13px;
        }
     .modal-body h4 {
        font-size: 15px;
        padding:4px 0.8em;
      }
      .modal-body .achievements li {
        padding: 2px 0 2px 1em;
        margin-bottom: 0.25em;
        font-size: 13px;
        letter-spacing: 0.03em;
        line-height: 1.4;
      }
      /* ============ TOAST ============ */
      .toast {
        padding: 14px 20px;
        font-size: 15px;
      }

}
@media (max-width: 540px) {

        .header-cta a {
            font-size: 13px;
          }
          #siteID {
            margin-right: 0px;
        }
        .site-logo .label {
            font-size: 14px;
        }
        .intro-tag:nth-child(3) {
            margin-left:  -0.8em;
            letter-spacing:  -0.03em;
          }
        .intro-tag:last-child {
            margin-right:  -0.8em;
            letter-spacing:  -0.03em;
          }
         .text2 { margin-top: 15px; padding-left: 1em; padding-right: 1em; font-size: 13px;  text-align: left; letter-spacing: 0.05em; }
        .card-finals { grid-template-columns: 1fr; gap: 5px; }
        .final-block { margin-bottom: 15px;}
        .player-left br { display: none;}
        .player-right br { display: none;}
        
        .modal-close {
        position: absolute;
        top: 9px;
        right: 9px;
        width: 24px;
        height: 24px;
        font-size: 22px;
      }

}
@media (max-width: 480px) {
        .site-header {
            padding: 10px 10px;
          }
        .site-logo .label {
            font-size: 13px;
        }
        .hero-subtitle-box {
            width: 92vw;
            margin-bottom: 0px;
          }
          .hero-subtitle {
            padding-right: 45vw
          }
          .hero-subtitle::after {
            right: -2vw;
            top: 0px;
            width: 50vw;
            height: 32.7vw;
        }

        .bangumi {
            position: relative;
            bottom: auto;
            left: auto;
            width: calc( 100% + 20px );
        }
        .intro-card {
        padding: 2.5vw 2.5vw 4.5vw;
       
       }
      .intro-label {
        font-size: 16px;
      }
      .intro-text {
        font-size: 15px;
      }
    .text2 { margin-top: 15px; padding-left: 1em; padding-right: 1em; letter-spacing: 0em; }
      .intro-tag {
        font-size: 18px;
        font-weight: 500;
      }
        #tournament-grid .tournament-card:nth-child(2n-1) { margin-right: 12px; }
        #tournament-grid .tournament-card:nth-child(2n) { margin-left: 12px; }
}
@media (max-width: 440px) {

    .hero-subtitle::after {
        top: 20px;
     }
     .hero-subtitle {
        font-size: 14px;
      }
}        
@media (max-width: 400px) {
    
     .site-header-inner {
        gap: 10px;
      }
    
     #siteID a {
            width: 60px;
            line-height: 26px;
            padding-top: 26px;
            -webkit-background-size: 60px 26px;
            background-size: 60px 26px;
        }

    .header-cta a {
        width: 15.5em;
        font-size: 12px;
        padding: 5px 0em 5px 0.9em;
      }
      .hero-subtitle {
        padding-right: 41vw
      }
    .section-header h2 {
        font-size: 22px;
      }
      .section-header .underline {
        margin-top: 0;
        width: 320px;
        height: 23px;
        margin-left: -10px;
      }
      .intro-text {
        font-size: 15px;
        line-height: 1.6;
      }
      .bangumi {
            width: calc( 100% + 32px );
            margin-left: -16px;
            margin-right:  -16px;
       }
        
      .intro-tag {
        font-size: 17px;
      }
      .intro-tag:nth-child(3) {
            margin-left:  -0.8em;
            margin-right:  -0.4em;
            letter-spacing: -0.04em;
          }
        .intro-tag:last-child {
            margin-left:  -0.4em;
            margin-right:  -0.8em;
            letter-spacing: -0.04em;
          }

    /* カード上部: 年度+投票ボタン */
      .card-year {
        margin-top: -2.6em;
        font-size: 30px;
      }

      .card-vote-btn {
        left: 130px;
        top: -2.6em;
        padding: 7px 20px 8px;
        font-size: 13px;
      }  
      .modal-body .achievements li {
        padding: 2px 0 2px 1em;
        font-size: 13px;
        letter-spacing: 0px;
      }

}

