@charset "utf-8";

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){

    #sungoliath_contents .title_container {
        order: 1;
    }
    #sungoliath_contents .contents_container {
        order: 2;
    }
    #sungoliath_contents .breadcrumbs {
        order: 3;
    }
    #sungoliath_contents .btn_list {
        order: 4;
    }
    
    /* ========================================================================
    title_container
    ========================================================================= */
    #sungoliath_contents .title_container {
    margin-bottom: 4vw;
    padding: 3.3333333333333vw 3.3333333333333vw;
    }
    #sungoliath_contents .title_container.detail {
    margin-bottom: 0;
    background: none;
    }
    #suntory_contents .title_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        background: #303030;
    }
    #suntory_contents .title_container .title {
        margin-bottom: 1.3333333333333vw;
        align-items: center;
    }
    #suntory_contents .title_container .title h1 {
        letter-spacing: -.05em;
    }
    #suntory_contents .title_container .title .title_jp {
        letter-spacing: -.075em;
    }
    #suntory_contents .year_select_wrap {
        position: relative;
        border-radius: 2px;
        box-sizing: border-box;
        background: #585858;
        padding: 0 calc(3vw + 7px) 0 1.5vw;
    }
     #suntory_contents .year_select_wrap::after{
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 3.5px);
        right: 3vw;
        width:7px;
        height:7px;
        margin:auto;
        border-top:2px solid #ffbb00;
        border-right:2px solid #ffbb00;
        -webkit-transform:rotate(135deg);
        transform:rotate(135deg);
        }
    #suntory_contents .year_select {
        outline:none;
        border: none;
        border-radius: 0;
        background: inherit;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        min-height: 8.6666666666667vw;
        color: #fff;
        border: none;
        font-size: 16px;
        font-size: 4.2666666666667vw;
        }
 
    
    /* ========================================================================
    news_list
    ========================================================================= */
    #sungoliath_contents .news_list {

    }
    #sungoliath_contents .news_list li:nth-child(odd) {
        margin-bottom: 1.3333333333333vw;
        background: rgba(255,255,255,.95);
    }
    #sungoliath_contents .news_list li:nth-child(even) {
        margin-bottom: 1.3333333333333vw;
        background: rgba(255,255,255,.85);
    }
    #sungoliath_contents .news_list li a {
        display: flex;
        justify-content: space-between;
        padding: 4vw;
    }
    #sungoliath_contents .news_list li figure {
        width: 22vw;
    }
    #sungoliath_contents .news_list li figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #sungoliath_contents .news_list li dl {
        width: 59.3333333333333vw;
    }
    #sungoliath_contents .news_list li a dt {
    margin-bottom: 2vw;
    font-size: 3.7333333333333vw;
    line-height: 4vw;
    color: #444444;
    padding-right: 44vw;
    letter-spacing: -.05em;
    }
    #sungoliath_contents .news_list li a dt span {
        display: none;
    }
    #sungoliath_contents .news_list li.notice a dt {
        background: url(../img/icon_notice.png) no-repeat 16.6666666666667vw center;
        background-size: 14.6666666666667vw auto;
    }
    #sungoliath_contents .news_list li.report a dt {
        background: url(../img/icon_report.png) no-repeat 16.6666666666667vw center;
        background-size: 14.6666666666667vw auto;
    }
    
    #sungoliath_contents .news_list li a dd .title {
        margin-bottom: 18px;
        font-size: 3.7333333333333vw;
        font-weight: bold;
        line-height: 1.357142857142857;
        color: #0077ff;
    }
    #sungoliath_contents .news_list li a:hover dd .title {
        text-decoration: underline;
    }
    #sungoliath_contents .news_list li a dd .text {
        display: none;
    }
    
    /* ========================================================================
    news_article
    ========================================================================= */
    #sungoliath_contents .news_article {
        background: #fff;
    }
    #sungoliath_contents .news_article .date {
        margin-bottom: 6.6666666666667vw;
        font-size: 3.7333333333333vw;
        line-height: 4vw;
        color: #444444;
    }
    #sungoliath_contents .news_article.notice .date {
        background: url(../img/icon_notice.png) no-repeat 30.6666666666667vw center;
        background-size: 14.6666666666667vw auto;
    }
    #sungoliath_contents .news_article.report .date {
        background: url(../img/icon_report.png) no-repeat 30.6666666666667vw center;
        background-size: 14.6666666666667vw auto;
    }
    
    #sungoliath_contents .news_article h1 {
        font-size: 4.8vw;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 8vw;
    }
    
    #sungoliath_contents .hero {
        margin-bottom: 8vw;
    }
    #sungoliath_contents .hero figure img {
        vertical-align: bottom;
        max-width: 100%;
        height: auto;
    }
    
    /* ========================================================================
    article body
    ========================================================================= */
    #sungoliath_contents .article_body p{
    font-size:3.7333333333333vw;
    line-height:1.866666666666667;
    color:#222;
    margin-bottom:1em;
    }
    #sungoliath_contents .article_body img {
        max-width: 100%;
        height: auto;
    }
    #sungoliath_contents .article_body a {
        margin-top: 3.3333333333333vw;
     color: #0077ff;
        display: inline-block;
        background: #ebf4ff;
        padding: 4vw 4vw 4vw 8vw;
        position: relative;
    }
    #sungoliath_contents .article_body a::before {
        content: '';
        width: 4vw;
        height: 4vw;
        background: #0077ff;
        position: absolute;
        top: 4vw;
        left: 0;
    }
    #sungoliath_contents .article_body a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - .33333333333335vw);
        left: 1.5vw;
        width:.6666666666667vw;
        height:.6666666666667vw;
        margin:auto;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    #sungoliath_contents .article_body a:hover {
        text-decoration: none;
    }
    
    #sungoliath_contents .article_body dt,
    #sungoliath_contents .article_body dd,
    #sungoliath_contents .article_body li {
        line-height:1.866666666666667;
    }

    #sungoliath_contents .article_body .red{
    color:#dd7711;
    }

    #sungoliath_contents .article_body h3{
    margin-bottom: 20px;
    font-size:4.8vw;
    font-weight: bold;
    line-height:35px;
    color:#222222;
    margin-bottom:10px;
    border-left: 10px #992255 solid;
    padding-left: 4vw;
    margin-left: -6vw;
    }

    #sungoliath_contents .article_body dl.news{
    font-size:3.7333333333333vw;
    line-height:1.5;
    color:#4b4b4b;
    margin-bottom:20px;
    }

    #sungoliath_contents .article_body dl.news dt{
    margin: 0;
    font-weight: bold;
    color: #992255;
    }

    #sungoliath_contents .article_body dl.news dd{
    margin-bottom: 6.6666666666667vw;
    }

    #sungoliath_contents .article_body dl.news dd:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }


    #sungoliath_contents .article_body .sp_scrolltable {
        overflow-x: scroll;
    }
    #sungoliath_contents .article_body .sp_scrolltable table {
        width: 790px;
    }
    #sungoliath_contents .article_body table tr th,
    #sungoliath_contents .article_body table tr td{
    font-size:15px;
    line-height:1.5;
    letter-spacing:0.5;
    color:#4b4b4b;
    }



    #sungoliath_contents .article_body .score{
    width:auto;
    margin-bottom:20px;
    border:1px solid #cdcdcd;
    /*font-size:100%;*/
    }

    #sungoliath_contents .article_body .score th,
    #sungoliath_contents .article_body .score td{
    vertical-align:middle;
    color:#4b4b4b;
    padding:5px;
    text-align:center;
    background-color:#e6e6e6;
    }

    #sungoliath_contents .article_body .score .count th{
    background-color:#fbeda2;
    }

    #sungoliath_contents .article_body .score .team th{
    color:#cdcdcd;
    background-color:#131313;
    }

    #sungoliath_contents .article_body .score .time th{
    color:#cdcdcd;
    background-color:#595959;
    }
    #sungoliath_contents .article_body .score th strong{
    font-size:20px;
    font-family:Arial, Helvetica, sans-serif;
    }

    #sungoliath_contents .article_body .score th em{
    font-size:20px;
    color:#e60012;
    font-style:normal;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    }

    #sungoliath_contents .article_body .score tbody th{
    width:8%;
    border-bottom:1px solid #dadada;
    color:#4b4b4b;
    background:#e6e6e6;
    }

    #sungoliath_contents .article_body .score tbody td{
    width:23%;
    border-bottom:1px solid #dadada;
    color:#4b4b4b;
    background:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    }

    #sungoliath_contents .article_body .score .sum td,
    #sungoliath_contents .article_body .score .sum th{
    background-color:#b4b4b4;
    border-bottom:none;
    }

    #sungoliath_contents .article_body .member{
    display:block;
    }

    #sungoliath_contents .article_body .member dt,
    #sungoliath_contents .article_body .member dd,
    #sungoliath_contents .article_body .member ul,
    #sungoliath_contents .article_body .member li{
    margin:0;
    padding:0;
    }


    #sungoliath_contents .article_body .member{
    width:auto;
    margin-bottom:20px;
    font-size:15px;
    }

    #sungoliath_contents .article_body .member dt{
    margin-bottom:10px;
    }

    #sungoliath_contents .article_body .member ul:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }

    #sungoliath_contents .article_body .member ul{
    clear:none;
    float:left;
    width:265px;
    list-style:none;
    }

    #sungoliath_contents .article_body .member li,
    #sungoliath_contents .article_body .member li a,
    #sungoliath_contents .article_body .member li img{
    vertical-align:middle;
    margin-bottom:2px;
    }

    #sungoliath_contents .article_body .member li img{
    margin-right:10px;
    }

    #sungoliath_contents .article_body .member li img.captain{
    margin-right:0;
    margin-left:10px;
    }


    .article_body .photo:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }

    #sungoliath_contents .article_body .photo{
    margin-bottom:10px;
    }

    #sungoliath_contents .article_body .photo li{
    float:left;
    font-size:0;
    }

    #sungoliath_contents .article_body .photo-main{
    text-align:center;
    margin-bottom:15px;
    }

    #sungoliath_contents .article_body .landscape li.lastChild{
    margin-left:11px;
    }

    #sungoliath_contents .article_body .portrait li.even{
    margin:0 5px;
    }


    #sungoliath_contents .article_body .photo li span{
    display:inline-block;
    border:1px solid #b4b4b4;
    }

    #sungoliath_contents .article_body .photo li span img{
    text-align:center;
    margin:3px;
    }
    
    
    #sungoliath_contents .article_body .img_container {
        margin: 0 0 5.3333333333333vw;
        padding: 0;
    }
    #sungoliath_contents .article_body .img_container ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    #sungoliath_contents .article_body .img_container li {
        margin: 0 2.6666666666667vw 2.6666666666667vw 0;
        padding: 0;
        width: 42.6666666666667vw;
    }
    #sungoliath_contents .article_body .img_container li:nth-child(2n) {
        margin: 0 0 2.6666666666667vw 0;
    }
    #sungoliath_contents .article_body .img_container li img {
        vertical-align: bottom;
        width: 100%;
        height: auto;
    }

    
    /* ========================================================================
    btn_list
    ========================================================================= */
    #suntory_contents .btn_list a {
        margin: 6.6666666666667vw auto 0;
        width: 34.6666666666667vw;
        height: 12vw;
        background: #3b3b3b;
        color: #fff;
        font-size: 4.8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        position: relative;
    }
    #suntory_contents .btn_list a::before{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - .7333333333333vw);
    left: 4.6666666666667vw;
    width:1.4666666666667vw;
    height:1.4666666666667vw;
    margin:auto;
    border-top:2px solid #ffbb00;
    border-right:2px solid #ffbb00;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    }
    
}


/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){

    
    /* ========================================================================
    title_container
    ========================================================================= */
    #suntory_contents .title_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    #suntory_contents .year_select_wrap {
        position: relative;
    }
     #suntory_contents .year_select_wrap::after{
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 3.5px);
        right: 25px;
        width:7px;
        height:7px;
        margin:auto;
        border-top:2px solid #ffbb00;
        border-right:2px solid #ffbb00;
        -webkit-transform:rotate(135deg);
        transform:rotate(135deg);
        }
    #suntory_contents .year_select {
        outline:none;
        border: none;
        border-radius: 2px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: #585858;
        color: #fff;
        font-size: 16px;
        min-height: 40px;
        padding-left: 25px;
        padding-right: 88px;
        }
        select option{
        background-color: #fff;
        color: #222;
    }
    select::-ms-expand {
          display: none;
    }
    select:-moz-focusring { 
        color: transparent; 
         text-shadow: none;
    }
    
    /* ========================================================================
    news_list
    ========================================================================= */
    #sungoliath_contents .news_list {

    }
    #sungoliath_contents .news_list li {
        margin-bottom: 30px;
    }
    #sungoliath_contents .news_list li a {
        display: flex;
        justify-content: space-between;
    }
    #sungoliath_contents .news_list li figure {
        width: 160px;
    }
    #sungoliath_contents .news_list li figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #sungoliath_contents .news_list li dl {
        width: 550px;
    }
    #sungoliath_contents .news_list li a dt {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 21px;
        color: #444444;
        padding-right: 440px;
    }
    #sungoliath_contents .news_list li.notice a dt {
        background: url(../img/icon_notice.png) no-repeat 120px center;
        background-size: 65px auto;
    }
    #sungoliath_contents .news_list li.report a dt {
        background: url(../img/icon_report.png) no-repeat 120px center;
        background-size: 65px auto;
    }
    
    #sungoliath_contents .news_list li a dd .title {
        margin-bottom: 18px;
        font-size: 17px;
        font-weight: bold;
        line-height: 1.294117647058824;
        color: #0077ff;
    }
    #sungoliath_contents .news_list li a:hover dd .title {
        text-decoration: underline;
    }
    #sungoliath_contents .news_list li a dd .text {
        font-size: 15px;
        line-height: 1.466666666666667;
        color: #222222;
    }
    
    /* ========================================================================
    news_article
    ========================================================================= */
    #sungoliath_contents .news_article .date {
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 21px;
        color: #444444;
    }
    #sungoliath_contents .news_article.notice .date {
        background: url(../img/icon_notice.png) no-repeat 120px center;
        background-size: 65px auto;
    }
    #sungoliath_contents .news_article.report .date {
        background: url(../img/icon_report.png) no-repeat 120px center;
        background-size: 65px auto;
    }
    
    #sungoliath_contents .news_article h1 {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 1.666666666666667;
        font-weight: bold;
    }
    
        
    #sungoliath_contents .hero {
        margin-bottom: 50px;
    }
    #sungoliath_contents .hero figure img {
        vertical-align: bottom;
        max-width: 100%;
        height: auto;
    }
    
    /* ========================================================================
    article body
    ========================================================================= */
    #sungoliath_contents .article_body p{
    font-size:15px;
    line-height:1.866666666666667;
    color:#222;
    margin-bottom:1em;
    }
    #sungoliath_contents .article_body img {
        max-width: 100%;
        height: auto;
    }
    #sungoliath_contents .article_body a {
     color: #0077ff;
        display: inline-block;
        background: #ebf4ff;
        padding: 15px 15px 15px 35px;
        position: relative;
    }
    #sungoliath_contents .article_body a::before {
        content: '';
        width: 20px;
        height: 20px;
        background: #0077ff;
        position: absolute;
        top: 15px;
        left: 0;
    }
    #sungoliath_contents .article_body a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:50%;
        left: 6px;
        width:4px;
        height:4px;
        margin:auto;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    #sungoliath_contents .article_body a:hover {
        text-decoration: underline;
    }
    
    #sungoliath_contents .article_body dt,
    #sungoliath_contents .article_body dd,
    #sungoliath_contents .article_body li {
        line-height:1.866666666666667;
    }

    #sungoliath_contents .article_body .red{
    color:#dd7711;
    }

    #sungoliath_contents .article_body h3{
    margin-bottom: 20px;
    font-size:20px;
    font-weight: bold;
    line-height:35px;
    color:#222222;
    margin-bottom:10px;
    border-left: 10px #992255 solid;
    padding-left: 30px;
    }

    #sungoliath_contents .article_body dl.news{
    font-size:15px;
    line-height:1.5;
    color:#4b4b4b;
    margin-bottom:20px;
    }

    #sungoliath_contents .article_body dl.news dt{
    float:left;
    margin: 0;
    padding-top:10px;
    font-weight: bold;
    color: #992255;
    }

    #sungoliath_contents .article_body dl.news dd{
    margin-left:8em;
    padding-top:10px;
    }

    #sungoliath_contents .article_body dl.news dd:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }


    #sungoliath_contents .article_body table tr th,
    #sungoliath_contents .article_body table tr td{
    font-size:15px;
    line-height:1.5;
    letter-spacing:0.5;
    color:#4b4b4b;
    }



    #sungoliath_contents .article_body .score{
    width:auto;
    margin-bottom:20px;
    border:1px solid #cdcdcd;
    /*font-size:100%;*/
    }

    #sungoliath_contents .article_body .score th,
    #sungoliath_contents .article_body .score td{
    vertical-align:middle;
    color:#4b4b4b;
    padding:5px;
    text-align:center;
    background-color:#e6e6e6;
    }

    #sungoliath_contents .article_body .score .count th{
    background-color:#fbeda2;
    }

    #sungoliath_contents .article_body .score .team th{
    color:#cdcdcd;
    background-color:#131313;
    }

    #sungoliath_contents .article_body .score .time th{
    color:#cdcdcd;
    background-color:#595959;
    }
    #sungoliath_contents .article_body .score th strong{
    font-size:20px;
    font-family:Arial, Helvetica, sans-serif;
    }

    #sungoliath_contents .article_body .score th em{
    font-size:20px;
    color:#e60012;
    font-style:normal;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    }

    #sungoliath_contents .article_body .score tbody th{
    width:8%;
    border-bottom:1px solid #dadada;
    color:#4b4b4b;
    background:#e6e6e6;
    }

    #sungoliath_contents .article_body .score tbody td{
    width:23%;
    border-bottom:1px solid #dadada;
    color:#4b4b4b;
    background:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    }

    #sungoliath_contents .article_body .score .sum td,
    #sungoliath_contents .article_body .score .sum th{
    background-color:#b4b4b4;
    border-bottom:none;
    }

    #sungoliath_contents .article_body .member{
    display:block;
    }

    #sungoliath_contents .article_body .member dt,
    #sungoliath_contents .article_body .member dd,
    #sungoliath_contents .article_body .member ul,
    #sungoliath_contents .article_body .member li{
    margin:0;
    padding:0;
    }


    #sungoliath_contents .article_body .member{
    width:auto;
    margin-bottom:20px;
    font-size:15px;
    }

    #sungoliath_contents .article_body .member dt{
    margin-bottom:10px;
    }

    #sungoliath_contents .article_body .member ul:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }

    #sungoliath_contents .article_body .member ul{
    clear:none;
    float:left;
    width:265px;
    list-style:none;
    }

    #sungoliath_contents .article_body .member li,
    #sungoliath_contents .article_body .member li a,
    #sungoliath_contents .article_body .member li img{
    vertical-align:middle;
    margin-bottom:2px;
    }

    #sungoliath_contents .article_body .member li img{
    margin-right:10px;
    }

    #sungoliath_contents .article_body .member li img.captain{
    margin-right:0;
    margin-left:10px;
    }


    .article_body .photo:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }



    #sungoliath_contents .article_body .photo{
    margin-bottom:10px;
    }

    #sungoliath_contents .article_body .photo li{
    float:left;
    font-size:0;
    }

    #sungoliath_contents .article_body .photo-main{
    text-align:center;
    margin-bottom:15px;
    }

    #sungoliath_contents .article_body .landscape li.lastChild{
    margin-left:11px;
    }

    #sungoliath_contents .article_body .portrait li.even{
    margin:0 5px;
    }


    #sungoliath_contents .article_body .photo li span{
    display:inline-block;
    border:1px solid #b4b4b4;
    }

    #sungoliath_contents .article_body .photo li span img{
    text-align:center;
    margin:3px;
    }
    
    
     #sungoliath_contents .article_body .img_container {
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
    }
    #sungoliath_contents .article_body .img_container ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    #sungoliath_contents .article_body .img_container li {
        margin: 0 20px 20px 0;
        padding: 0;
        width: 250px;
    }
    #sungoliath_contents .article_body .img_container li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
    #sungoliath_contents .article_body .img_container li img {
        vertical-align: bottom;
        width: 100%;
        height: auto;
    }

    
    /* ========================================================================
    btn_list
    ========================================================================= */
    #suntory_contents .btn_list a {
        margin: 50px auto 0;
         width: 260px;
        height: 60px;
        background: #262626;
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        position: relative;
    }
    #suntory_contents .btn_list a:hover {
        background: #404040;
    }
    #suntory_contents .btn_list a::before{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 3.5px);
    left: 20px;
    width:7px;
    height:7px;
    margin:auto;
    border-top:2px solid #ffbb00;
    border-right:2px solid #ffbb00;
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    }
    
}