@charset "UTF-8";

/* CSS Document */


.headtitle {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    background: -moz-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 252, 209, 1) 0%, rgba(252, 245, 192, 1) 11.18%, rgba(244, 228, 147, 1) 33.29%, rgba(243, 225, 139, 1) 37.08%, rgba(241, 197, 0, 1) 68.54%, rgba(203, 155, 12, 1) 100%);
    background: -webkit-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 252, 209, 1) 0%, rgba(252, 245, 192, 1) 11.18%, rgba(244, 228, 147, 1) 33.29%, rgba(243, 225, 139, 1) 37.08%, rgba(241, 197, 0, 1) 68.54%, rgba(203, 155, 12, 1) 100%);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 483.18, color-stop(0, rgba(255, 252, 209, 1)), color-stop(0.1118, rgba(252, 245, 192, 1)), color-stop(0.3329, rgba(244, 228, 147, 1)), color-stop(0.3708, rgba(243, 225, 139, 1)), color-stop(0.6854, rgba(241, 197, 0, 1)), color-stop(1, rgba(203, 155, 12, 1)));
    background: -o-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 252, 209, 1) 0%, rgba(252, 245, 192, 1) 11.18%, rgba(244, 228, 147, 1) 33.29%, rgba(243, 225, 139, 1) 37.08%, rgba(241, 197, 0, 1) 68.54%, rgba(203, 155, 12, 1) 100%);
    background: -ms-radial-gradient(50% 50%, circle farthest-corner, rgba(255, 252, 209, 1) 0%, rgba(252, 245, 192, 1) 11.18%, rgba(244, 228, 147, 1) 33.29%, rgba(243, 225, 139, 1) 37.08%, rgba(241, 197, 0, 1) 68.54%, rgba(203, 155, 12, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Stlye=2);";
    background: radial-gradient(50% 50%, circle farthest-corner, rgba(255, 252, 209, 1) 0%, rgba(252, 245, 192, 1) 11.18%, rgba(244, 228, 147, 1) 33.29%, rgba(243, 225, 139, 1) 37.08%, rgba(241, 197, 0, 1) 68.54%, rgba(203, 155, 12, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Stlye=2);
    /*background: -moz-linear-gradient(left, #0080ff 0%, #e0e0ff 33.3%, #eeeeee 50%, #e0e0ff 66.6%, #0080ff 100%);
background: -webkit-gradient(linear, left center, right center, from(#0080ff), color-stop(33.3%, #e0e0ff), color-stop(50%, #eeeeee), color-stop(66.6%, #e0e0ff), to(#0080ff));
background: -webkit-linear-gradient(left, #0080ff 0%, #e0e0ff 33.3%, #eeeeee 50%, #e0e0ff 66.6%, #0080ff 100%);
background: -o-linear-gradient(left, #0080ff 0%, #e0e0ff 33.3%, #eeeeee 50%, #e0e0ff 66.6%, #0080ff 100%);
background: -ms-linear-gradient(left, #0080ff 0%, #e0e0ff 33.3%, #eeeeee 50%, #e0e0ff 66.6%, #0080ff 100%);
background: linear-gradient(to right, #0080ff 0%, #e0e0ff 33.3%, #eeeeee 50%, #e0e0ff 66.6%, #0080ff 100%);*/

}

.navbar-brand img {
    width: 350px;
}


.daiwabanner {
    display: block;
    background: #ccc;
    padding: 10px;
    width: 300px;
    margin: auto;
}

.daiwabanner a {
    width: 280px;
    height: 230px;
    background: #fff;
    display: block;
}

.navbar-nav {
    font-size: 1rem;
}

.dropdown-menu {
    font-size: 0.9rem;
}

.navsns img {
    width: 22px;
    height: 22px;
}

.navsns span {
    display: none;
}

.nav-link {
    padding: 0.3rem 1rem;
    color: #333;
}

.nav-link:hover {
    text-decoration: underline;
    color: #CC3300;
}

.navbar-toggler {
    border-color: #ccc;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(120,120,120,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.disabled {
    color: #ccc !important;
    pointer-events: none;
}

.pricing-card-title {
    font-size: 1.5rem;
}

.jumbotron {
     background: url("/images/main2025_1.jpg") center no-repeat; 
    background-size: cover;
    height: 42.5vw;
    /*max-height: 640px;*/
    /*height: 560px;*/
}

.jumbotronCourse {
    background: url(/course/images/course_all.jpg) top center no-repeat;
    background-size: contain;
    height: 420px;
}

.mainText {
    position: absolute;
    bottom: 0.5em;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    font-weight: bold;
    font-size: 2em;
}

.organizers {
    clear: both;
}

.organizers a {
    display: inline-block;
    margin: 10px;
}

#footer {
    clear: both;
}

.footerCont {
    background: #00653e;
    /*background: #0080ff;*/
}

/*共通*/

.common_shadow {
    box-shadow: 0px 12px 8px -8px rgba(0, 0, 0, 0.3) inset;
    background: #e6e6e6;
}

.tablestyle dt {
    background: #e6e6e6;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}

.tablestyle dd dt {
    background: none;
}

h5.h5style {
    border-left: 5px solid #006600;
    border-bottom: 1px solid #006600;
    padding-left: 10px;
    padding-bottom: 5px;
}


/*トップページ*/

#topLivescore {
    background: #00542a;
    cursor: pointer;
}

#topLivescore .lb {
    background: #00542a;
    border-color: #00461c !important;
    font-feature-settings: "palt";
}

#topLivescore .players {
    display: none;
    font-feature-settings: "palt";
    background: #00653e;
    border-color: #00461c !important;
}

#topLivescore .rank {
    color: #FFFF00;
}

#topLivescore .minus {
    color: #FF7374;
}

#topLivescore .even {
    color: #00E124;
}

#topLivescore .plus {
    color: #70E7F5;
}


/*大会要項*/

.moneylist th {
    background: #e6e6e6;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.moneylist td {
    text-align: right;
}

/*出場選手*/

.playerList li.list-inline-item {
    margin: 3px 0 !important;
    padding: 0;
    text-align: center;
    width: 24%;
}



/*歴代優勝者*/

#winner {
    width: 1075px;
    margin: 0 auto;
}

#winner dl {
    float: left;
    width: 169px;
    display: inline;
    margin: 5px;
    text-align: center;
    background-color: #e9e9e9;
    padding-top: 5px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#winner dd {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}


#winner table {
    border-collapse: collapse;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 162px;
    margin: 4px;
}

#winner th {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    background-color: #006666;
    color: #FFFFFF;
    font-weight: normal;
}

#winner td {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    padding: 2px;
    background: #FFFFFF;
    font-weight: normal;
}

/*ポスターギャラリー*/

.poster img {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 10px 0;
}

.poster a:hover img {
    opacity: 0.8;
}

/*コース紹介*/

.courseYoutubeCont {
    position: relative;
    padding-bottom: 42.5vw;
    height: 0;
    overflow: hidden;
}

.courseYoutubeCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.coursetable a {
    display: block;
}

.coursetable a:hover {
    background: #fff;
    border-radius: 10px;
}

/*The Moment*/

.momentH3 {
    background-image: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(2, 86, 39) 52%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(2, 86, 39) 52%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(2, 86, 39) 52%, rgb(255, 255, 255) 100%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: lighter
}

.momentH4 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 32px;
}

.momentH4 div {
    font-size: 24px;
}

.momentText {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 16px;
    line-height: 2.0em;

}

/*動画配信*/

.livePlayer {
    width: 640px;
    height: 360px;
    background: #ccc;
}

#liveExcitingScene {
    background: #e6e6e6;
    padding: 20px 0;
}

/*イントロ動画関連*/

.start {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

.srtclass_block {
    position: fixed;
    z-index: 9001;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.srtclass_block video {
    width: 100%;
    height: auto;
    animation-name: strfixed;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    display: block;
    margin: 0 auto;
}

@keyframes strfixed {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tt-href {
    color: #000;
    text-decoration: none;
}

.tt-href:hover {
    color: #000;
    text-decoration: none;
}

.tt-thumbnail {
    margin-bottom: 10px;
}

.tt-category {
    color: #fff;
    padding: 2px 5px;
    font-size: 0.8em;
    margin-right: 5px;
}

.tt-Release {
    background: #198754;
}

.tt-Article {
    background: #FD7E14;
}

.tt-News {
    background: #0dcaf0;
}

.tt-date {
    padding: 2px 5px;
}

.tt-subject {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 5px;
}

.tt-lead {
    font-size: 0.9em;
}

.ttt-href {
    color: #000;
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.ttt-href:hover {
    color: #000;
    text-decoration: none;
}

.ttt-thumbnail {
    margin-bottom: 10px;
}

.ttt-category {
    color: #fff;
    padding: 2px 5px;
    font-size: 0.8em;
    margin-right: 5px;
}

.ttt-Release {
    background: #198754;
}

.ttt-Article {
    background: #FD7E14;
}

.ttt-News {
    background: #0dcaf0;
}

.ttt-date {
    padding: 2px 5px;
}

.ttt-subject {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 5px;
}

.ttt-lead {
    font-size: 0.9em;
}

.ttt-kv {
    margin: 20px 0;
}

.ttt-kv img {
    width: 100%;
}

.ttt-container {
    text-align: justify;
}

.ttt-h4 {
    background: #006600;
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 3px 5px;
}

.ttt-container h5 {
    font-weight: bold;
    font-size: 1.1em;
}

.ttt-kv figure {
    margin-top: 5px;
    font-size: 0.8em;
}

.ttt-list {
    font-size: 0.9em;
}

#sns_container {
    text-align: center;
}

#sns_container img {
    height: 50px;
    margin: 20px;
}

/*iPad以下*/

@media screen and (max-width: 1024px) {
    .jumbotron {
        /*height: 250px;*/
    }

    .jumbotronCourse {
        height: 250px;
    }

    #winner {
        width: 720px;
        margin: 0 auto;
    }
}


/*スマートフォンのみ*/

@media screen and (max-width: 480px) {
    .navbar-nav {
        font-size: 1.2rem;
    }

    .dropdown-menu {
        font-size: 1.2rem;
    }

    .navbar-brand {
        margin: 0;
    }

    .navbar-brand img {
        width: 250px;
    }

    .navsns img {
        display: none
    }

    .navsns span {
        display: block;
    }

    .daiwabanner {
        width: 260px;
    }

    .daiwabanner a {
        width: 240px;
        height: 200px;
    }

    .coursetable .table-sm th,
    .coursetable .table-sm td {
        padding: 0 !important;
    }

    .jumbotronCourse {
        height: 150px;
    }

    .mainText {
        font-size: 18px;
    }

    #winner {
        width: 360px;
        margin: 0 auto;
    }

    .momentH4 {
        font-size: 24px;
    }

    .momentH4 div {
        font-size: 18px;
    }

    .playerList li.list-inline-item {
        width: 49%;
    }
}

@media screen and (max-width: 320px) {
    #winner {
        width: 180px;
        margin: 0 auto;
    }
}