@charset "utf-8";

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

    #sungoliath_contents .title_container {
        order: 1;
    }
    #sungoliath_contents .nav_container {
        order: 2;
    }
    #sungoliath_contents .contents_container {
        order: 3;
    }
    #sungoliath_contents .breadcrumbs {
        order: 4;
    }
    #sungoliath_contents .nav_container.bottom {
        order: 5;
    }
    
    #sungoliath_contents .btn_list {
        order: 5;
    }
    
    /* ========================================================================
    contents_container[sp]
    ========================================================================= */
    #suntory_contents .contents_container {
        background: none;
        padding: 0 3.3333333333333vw;
    }
    #suntory_contents .contents_container.detail {
        background: #ffffff;
        padding: 7.3333333333333vw 0;
    }
    
   /* ========================================================================
    title_container[sp]
    ========================================================================= */
    #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;
        font-size: 6.1333333333333vw;
        
    }
    #suntory_contents .title_container .title .title_jp {
        letter-spacing: -.075em;
    }
    #suntory_contents .season_select_wrap {
        position: relative;
        border-radius: 2px;
        box-sizing: border-box;
        background: #585858;
        padding: 0 calc(3vw + 7px) 0 1.5vw;
    }
     #suntory_contents .season_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 .season_select {
        outline:none;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: inherit;
        min-height: 8.6666666666667vw;
        color: #fff;
        border: none;
        font-size: 16px;
        font-size: 4.2666666666667vw;
        }

    
    /* ========================================================================
    nav_container[sp]
    ========================================================================= */
    #suntory_contents .nav_container {
        margin: 0 auto 30px;
        width: auto;
        display: flex;
    }
    #suntory_contents .nav_container ul {
        margin: 0 auto;
        display: flex;
    }
    #suntory_contents .nav_container ul li {
        margin: 0 1.3333333333333vw;
    }
    #suntory_contents .nav_container ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 41.3333333333333vw;
        height: 10.6666666666667vw;
        background: rgba(0,0,0,.5);
        border-radius: 2px;
        color: #fff;
        font-size: 3.4666666666667vw;
        font-family: 'Roboto',sans-serif;
        position: relative;
        border-radius: 2px;
        padding-left: 2.6666666666667vw;
        letter-spacing: -.05em;
    }
    #suntory_contents .nav_container li a::after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 7px);
    right: 4vw;
    width:7px;
    height:7px;
    margin:auto;
    border-top:2px solid #ffbb00;
    border-right:2px solid #ffbb00;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    }
    
    /* ========================================================================
    contents_container[sp]
    ========================================================================= */
    #suntory_contents .contents_container section {
        margin-bottom: 6vw;
    }
    #suntory_contents .contents_container section:last-child {
        margin-bottom: 0;
    }
    
    #suntory_contents .contents_container section h2 {
        font-size: 4.8vw;
        font-weight: bold;
        line-height: 6.6666666666667vw;
        border-left: 2vw #fff solid;
        padding-left: 3.3333333333333vw;
        margin-bottom: 3.3333333333333vw;
        color: #fff;
    }
    #suntory_contents .contents_container section li {
        margin-bottom: 1.3333333333333vw;
        position: relative;
    }
    #suntory_contents .contents_container section li:last-child {
        margin-bottom: 0;
    }
    #suntory_contents .contents_container section li a {
        color: #0077ff;
    }
    #suntory_contents .contents_container section li.before a {
        color: #222222;
    }
    #suntory_contents .contents_container section li .match_detail {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        background: rgba(255,255,255,.9);
        padding: 4vw 4vw 10.6666666666667vw;
        box-sizing: border-box;
    }
    #suntory_contents .contents_container section li.before .match_detail {
         pointer-events: none;
    }
    #suntory_contents .contents_container section li .section {
        font-size: 4.5333333333333vw;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .contents_container section li .schedule {
        margin-bottom: 4vw;
        width: 69.6vw;
        display: flex;
    }
    #suntory_contents .contents_container section li .schedule .date,
    #suntory_contents .contents_container section li .schedule .time {
        font-size: 4.5333333333333vw;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .contents_container section li .match {
        display: flex;
        align-items: center;
    }
    #suntory_contents .contents_container section li .results {
        width: 24vw;
        margin-right: 4vw;
    }
    #suntory_contents .contents_container section li .results .score {
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-size: 9.3333333333333vw;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }
    #suntory_contents .contents_container section li .results .score .ours {
        font-family: 'Roboto', sans-serif;
        font-size: 8.5333333333333vw;
        font-style: normal;
        font-weight: bold;
    }
    #suntory_contents .contents_container section li .results .score .opponent {
        font-family: 'Roboto', sans-serif;
        font-size: 8.5333333333333vw;
        font-style: normal;
        font-weight: bold;
    }
    
    #suntory_contents .contents_container section li.before .results .score {
        color: #ccc;
    }
    #suntory_contents .contents_container section li.win .results .score .ours {
        color: #992255;
    }
    #suntory_contents .contents_container section li.lose .results .score .ours {
        color: #4466aa;
    }
    #suntory_contents .contents_container section li .results .score .opponent {
        font-size: 8.5333333333333vw;
        font-style: normal;
        font-weight: bold;
    }
    #suntory_contents .contents_container section li.win .results .icon_results {
        background: #992255;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: bold;
        height: 5.3333333333333vw;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .contents_container section li.lose .results .icon_results {
        background: #4466aa;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: bold;
        height: 5.3333333333333vw;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .contents_container section li.draw .results .icon_results {
        background: #000;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: bold;
        height: 5.3333333333333vw;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .contents_container section li.before .results .icon_results {
        background: #cccccc;
        color: #fff;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: normal;
        height: 5.3333333333333vw;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #suntory_contents .contents_container section li .logo {
        margin-right: 4vw;
        width: 14.6666666666667vw;
    }
    #suntory_contents .contents_container section li .logo figure {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 14.6666666666667vw;
        height: 14.6666666666667vw;
        background: #fff;
        overflow: hidden; 
    }
    #suntory_contents .contents_container section li .logo figure img {
        max-width: 12vw;
        max-height: 12vw;
        width: auto;
        height: auto;
    }
    
    #suntory_contents .contents_container section li .team {
        width: 38.6666666666667vw;
        font-size: 3.4666666666667vw;
        line-height: 1.571428571428571;
        color: #222;
        letter-spacing: -.075em;
    }
    
    #suntory_contents .contents_container section li .location {
        width:85.3333333333333vw;
        height:10.6666666666667vw;
        position: absolute;
        bottom: 0;
        right: 4vw;
        font-size: 3.4666666666667vw;
        line-height: 10.6666666666667vw;
        background: url(../../common/responsive/img/icon_location.svg) no-repeat 0 center;
        background-size: auto 4vw;
        padding-left: 5.3333333333333vw;
        box-sizing: border-box;
    }
    #suntory_contents .contents_container section li .location a {
        line-height: 10.6666666666667vw;
        color: #0077ff;
        display: block;
    }
    
    /* ========================================================================
    game_detail[sp]
    ========================================================================= */
    #suntory_contents .game_detail h1 {
        margin: 0 6vw 5.3333333333333vw;
        font-size: 4.8vw;
        line-height: 1.666666666666667;
        font-weight: bold;
    }
    #suntory_contents .game_detail h1 span {
        font-size: 4.8vw;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .game_information {
        margin: 0 6vw 5.3333333333333vw;
    }
    #suntory_contents .game_information .date {
        background: url(../../common/responsive/img/icon_time_gray.svg) no-repeat 0 center;
        background-size: 3.3333333333333vw auto;
        padding-left: 5.3333333333333vw;
        font-size: 3.7333333333333vw;
        line-height: 3.3333333333333vw;
        margin-bottom: 2.6666666666667vw;
    }
    #suntory_contents .game_information .location {
        background: url(../../common/responsive/img/icon_location_gray.svg) no-repeat 0 center;
        background-size: auto 4vw;
        padding-left: 5.3333333333333vw;
        font-size: 3.7333333333333vw;
        line-height: 4vw;
    }
    
    #suntory_contents .game_result {
        width: auto;
        margin: 0 6vw 5.3333333333333vw;
        display: flex;
        flex-direction: column;
    }
    #suntory_contents .game_result figure.hero {
        width: auto;
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents .game_result figure.hero img {
        width: 100%;
        height: auto;
    }

    #suntory_contents .game_data {
        width: 100%;
        background: #222;
        box-sizing: border-box;
        padding: 1.3333333333333vw;
    }
    
    #suntory_contents .game_card {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents .game_card figure {
        width: 29.3333333333333vw;
        text-align: center;
        background: #333333;
        padding: 3.3333333333333vw 0;
    }
    #suntory_contents .game_card figure img {
        margin-bottom: 2.6666666666667vw;
        max-width: 20vw;
        height: auto;
    }
    #suntory_contents .game_card figure figcaption {
        font-size: 2.5333333333333vw;
        line-height: 1.4;
        color: #fff;
    }
    #suntory_contents .game_card .results {
        width: 21.3333333333333vw;
    }
    #suntory_contents .results .score {
        color: #aaaaaa;
        font-family: 'Roboto', sans-serif;
        font-size: 6.6666666666667vw;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;   
        margin-bottom: 5.3333333333333vw;
        letter-spacing: -.05em;
    }
    #suntory_contents .results .score .ours {
        font-size: 8.2666666666667vw;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: bold;
    }

    #suntory_contents .results.win .score .ours {
        color: #992255;
    }
    #suntory_contents .results.lose .score .ours {
        color: #4466aa;
    }
    
    #suntory_contents .game_detail .results .score .opponent {
        font-size: 8.2666666666667vw;;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: bold;
        color: #fff;
    }
    #suntory_contents .results .icon_results {
        background: #992255;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .results.lose .icon_results {
        background: #4466aa;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .results.draw .icon_results {
        background: #000;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 3.2vw;
        line-height: 1;
        font-weight: bold;
        height: 30px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
   /* ========================================================================
    scrore_table[sp]
    ========================================================================= */
    #suntory_contents .scrore_table {
        width: 100%;
        color: #fff;
    }
    #suntory_contents .scrore_table th {
        text-align: center;
        padding: 2.6666666666667vw 0;
    }
    #suntory_contents .scrore_table td {
        text-align: center;
        padding: 2.6666666666667vw 0;
    }
    #suntory_contents .scrore_table .half01_header,
    #suntory_contents .scrore_table .half02_header,
    #suntory_contents .scrore_table .half03_header,
    #suntory_contents .scrore_table .half04_header{
        background: #434343;
        width: 13.3333333333333vw;
        font-size: 2.9333333333333vw;
    }
    #suntory_contents .scrore_table .label_header {
        background: #2d2d2d;
        width: 26.6666666666667vw;
    }

    #suntory_contents .scrore_table .half01,
    #suntory_contents .scrore_table .half02,
    #suntory_contents .scrore_table .half03,
    #suntory_contents .scrore_table .half04{
        background: #393939;
        border-bottom: 1px #000 solid;
        font-size: 4vw;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .scrore_table .label {
        background: #222222;
        border-bottom: 1px #000 solid;
        font-size: 4vw;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .scrore_table .half01.bottom,
    #suntory_contents .scrore_table .half02.bottom,
    #suntory_contents .scrore_table .half03.bottom,
    #suntory_contents .scrore_table .half04.bottom{
        border-bottom: none;
    }
    #suntory_contents .scrore_table .label.bottom {
        border-bottom: none;
    }

    #suntory_contents .scrore_table .subtotal01,
    #suntory_contents .scrore_table .subtotal02,
    #suntory_contents .scrore_table .subtotal03,
    #suntory_contents .scrore_table .subtotal04{
        background: #575757;
        font-size: 4vw;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .scrore_table .subtotal_label {
        background: #434343;
        font-size: 2.9333333333333vw;
        font-size: 2.9333333333333vw;
    }
    
    #suntory_contents .scrore_table .half01_header,
    #suntory_contents .scrore_table .half03_header {
        border-right: 1.3333333333333vw #2d2d2d solid;
    }
    #suntory_contents .scrore_table .half01,
    #suntory_contents .scrore_table .half03 {
        border-right: 1.3333333333333vw #222222 solid;
    }
    #suntory_contents .scrore_table .subtotal01,
    #suntory_contents .scrore_table .subtotal03 {
        border-right: 1.3333333333333vw #434343 solid;
    }
    
    
    /* ========================================================================
    contents_warp[sp]
    ========================================================================= */
    #suntory_contents .contents_warp {
        display: flex;
        flex-direction: column;
    }
    
    /* ========================================================================
    member_container[sp]
    ========================================================================= */
    #suntory_contents .contents_container section.member_container {    
        margin: 0 0 6.6666666666667vw;
        padding: 0;
        order: 2;
    }
    #suntory_contents .contents_container section.member_container h2{    
        background: #eeeeee;
        font-size: 4.8vw;
        line-height: 9.3333333333333vw;
        position: relative;
        margin-bottom: 8vw;
        color: #222;
        box-sizing: border-box;
        width: 100vw;
        padding: 2.6666666666667vw;
        padding-left: 4vw;
        border-left: 2vw #992255 solid;
    }
    #suntory_contents .contents_container section.member_container h2::before {
        content: '';
        width: 100vw;
        height: 2.6666666666667vw;
        background: #eeeeee;
        position: absolute;
        top: -2.6666666666667vw;
        left: -2vw;
    }
    #suntory_contents .contents_container section.member_container h2::after {
        content: '';
        width: 100vw;
        height: 2.6666666666667vw;
        background: #eeeeee;
        position: absolute;
        bottom: -2.6666666666667vw;
        left: -2vw;
    }
    
    #suntory_contents .contents_container section.member_container .note_captain {
        font-size: 3.2vw;
        line-height: 5.3333333333333vw;
        padding-left: 8.6666666666667vw;
        font-weight: bold;
        background: url(../../common/responsive/img/icon_captain.svg) no-repeat 0 center;
        background-size: 5.3333333333333vw auto;
    }
    
    #suntory_contents .contents_container .member_wrap {
        display: flex;
        justify-content: space-between;
        margin: 0 6vw;
    }
    #suntory_contents .contents_container section.starting15 {
        width: 43.3333333333333vw;
        margin: 0;
    }
    #suntory_contents .contents_container section.reserves {
        width: 43.3333333333333vw;
        margin: 0;
    }
    #suntory_contents .contents_container .starting15 h3,
    #suntory_contents .contents_container .reserves h3 {
        margin-bottom: 4vw;
        font-size: 4.8vw;
        line-height: 5.3333333333333vw;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        border-left: .8vw #992255 solid;
        padding-left: 4vw;
    }
    
    #suntory_contents .contents_container .member_list {
        padding-bottom: 1.3333333333333vw;
    }
    
    #suntory_contents .contents_container .member li {
        margin-bottom: 1.3333333333333vw;
        width: 43.3333333333333vw;
        position: relative:
    }
    
    #suntory_contents .contents_container .member .icon_captain {
        line-height: 5.3333333333333vw;
        padding-left: 5.3333333333333vw;
        text-indent: -9999px;
        background: url(../../common/responsive/img/icon_captain.svg) no-repeat 0 center;
        background-size: 5.3333333333333vw auto;
        position: absolute;
        top: calc(50% - 2.66666666666665vw);
        left: 36.6666666666667vw;
    }

    #suntory_contents .contents_container .member li a {
        background: #ebf4ff;
        padding: 3.3333333333333vw .6666666666667vw 3.3333333333333vw 2.4vw;
        display: flex;
        align-items: center;
    }
    #suntory_contents .contents_container .member li a .number {
        color: #000;
        font-size: 3.2vw;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        width: 3.3333333333333vw;
        letter-spacing: -.075em;
        text-align: center;
    }
    #suntory_contents .contents_container .member li a .name {
        color: #0077ff;
        font-size: 2.4vw;
        margin-left: 1.3333333333333vw;
    }
    
    #suntory_contents .contents_container .member li a.blank {
        pointer-events: none;
    }
    
    /* ========================================================================
    movie[sp]
    ========================================================================= */
    #suntory_contents .contents_container section.movie {
        margin: 0 6vw 9.3333333333334vw;
        position:relative;
        width:auto;
        padding-top:56.25%;
        order: 1;
    }
    
    #suntory_contents .contents_container section.movie iframe {
      position:absolute;
      top:0;
      right:0;
      width:100%;
      height:100%;
    }
    
    
    /* ========================================================================
    progress_container[sp]
    ========================================================================= */
    #suntory_contents .contents_container section.progress_container {
        margin: 0 0 6.6666666666667vw;
        padding: 0;
    }
    #suntory_contents .contents_container section.progress_container h2{    
        background: #eeeeee;
        font-size: 4.8vw;
        line-height: 9.3333333333333vw;
        position: relative;
        margin-bottom: 8vw;
        color: #222;
        box-sizing: border-box;
        width: 100vw;
        padding: 2.6666666666667vw;
        padding-left: 4vw;
        border-left: 2vw #992255 solid;
    }
    #suntory_contents .contents_container section.progress_container h2::before {
        content: '';
        width: 100vw;
        height: 2.6666666666667vw;
        background: #eeeeee;
        position: absolute;
        top: -2.6666666666667vw;
        left: -2vw;
    }
    #suntory_contents .contents_container section.progress_container h2::after {
        content: '';
        width: 100vw;
        height: 2.6666666666667vw;
        background: #eeeeee;
        position: absolute;
        bottom: -2.6666666666667vw;
        left: -2vw;
    }

    #suntory_contents .contents_container section.progress_container dl {
        margin: 0 6vw;
    }
    #suntory_contents .contents_container section.progress_container dt {
        color: #992255;
        font-size: 3.7333333333333vw;
        font-weight: bold;
        margin-bottom: 3.3333333333333vw;
    }
    #suntory_contents .contents_container section.progress_container dd {
        margin-bottom: 30px;
    }
    #suntory_contents .contents_container section.progress_container dd p {
        margin-top: 1em;
        font-size: 3.7333333333333vw;
        line-height: 1.866666666666667;
    }
    #suntory_contents .contents_container section.progress_container dd p:first-child {
        margin-top: 0;
    }

    #suntory_contents .contents_container section.img_container {
        margin: 0 6vw 5.3333333333333vw;
        padding: 0;
    }
    #suntory_contents .contents_container section.img_container ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    #suntory_contents .contents_container section.img_container li {
        margin: 0 2.6666666666667vw 2.6666666666667vw 0;
        padding: 0;
        width: 42.6666666666667vw;
    }
    #suntory_contents .contents_container section.img_container li:nth-child(2n) {
        margin: 0 0 2.6666666666667vw 0;
    }
    #suntory_contents .contents_container section.img_container li img {
        vertical-align: bottom;
        width: 100%;
        height: auto;
    }
    
    /* ========================================================================
    link_top_league[sp]
    ========================================================================= */
    #suntory_contents .link_top_league {
        text-align: center;
    }
    #suntory_contents .link_top_league a .text_top_league {
        margin-bottom: 4vw;
        font-size: 3.7333333333333vw;
        color: #0077ff;
    }
    #suntory_contents .link_top_league a .btn_top_league {
        margin: 0 auto;
        width: 48vw;
        height: 12vw;
        background: url(../../common/responsive/img/sp_btn_top_league.png) no-repeat 0 0;
        background-size: 48vw auto;
        text-indent: -9999px;
    }
    
    /* ========================================================================
    news_article[sp]
    ========================================================================= */
    #sungoliath_contents .news_article {
        background: #fff;
    }
    #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 {
        font-size: 24px;
        line-height: 1.666666666666667;
        font-weight: bold;
    }
    
    /* ========================================================================
    btn_list[sp]
    ========================================================================= */
    #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[pc]
    ========================================================================= */
    #suntory_contents .title_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    #suntory_contents .season_select_wrap {
        position: relative;
    }
     #suntory_contents .season_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 .season_select {
        outline:none;
        border-radius: 2px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: #585858;
        color: #fff;
        border: none;
        font-size: 16px;
        min-height: 40px;
        padding-left: 66px;
        padding-right: 99px;
        text-align: center;
        }
        select option{
        background-color: #fff;
        color: #222;
    }
    select::-ms-expand {
          display: none;
    }
    select:-moz-focusring { 
        color: transparent; 
        text-shadow: none;
    }
    
    /* ========================================================================
    nav_container[pc]
    ========================================================================= */
    #suntory_contents .nav_container {
        margin: 0 auto 30px;
        width: 1060px;
        display: flex;
    }
    #suntory_contents .nav_container ul {
        margin: 0 auto;
        display: flex;
    }
    #suntory_contents .nav_container ul li {
        margin: 0 20px;
    }
    #suntory_contents .nav_container ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        height: 50px;
        background: rgba(0,0,0,.5);
        border-radius: 2px;
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        font-weight:bold;
        position: relative;
        box-shadow: 0 0 6px rgba(255,255,255,.4);
        border-radius: 2px;
    }
    #suntory_contents .nav_container ul li a:hover {
        background: rgba(0,0,0,.9);
        color: #ffbb00;
    }
    
    #suntory_contents .nav_container ul li a span {
        margin-right: 4px;
        
    }
    #suntory_contents .nav_container li a::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);
    }

    
    /* ========================================================================
    contents_container[pc]
    ========================================================================= */
    #suntory_contents .contents_container {
        background: rgba(255,255,255,.7);
        padding: 50px;
    }
    #suntory_contents .contents_container.detail {
        background: #fff;
    }
    #suntory_contents .contents_container section {
        margin-bottom: 45px;
    }
    #suntory_contents .contents_container section h2 {
        font-size: 20px;
        font-weight: bold;
        line-height: 35px;
        border-left: 10px #222222 solid;
        padding-left: 18px;
        margin-bottom: 30px;
        font-family: 'Roboto', sans-serif;
        font-weight:900;
    }
    #suntory_contents .contents_container section li {
        margin-bottom: 5px;
        position: relative;
    }
    #suntory_contents .contents_container section li a {
        color: #0077ff;
    }
    #suntory_contents .contents_container section li.before a {
        color: #222222;
    }
    #suntory_contents .contents_container section li .match_detail {
        display: flex;
        align-items: center;
        background: rgba(255,255,255,.7);
        padding: 15px 50px;
        box-sizing: border-box;
    }
    #suntory_contents .contents_container section li .match_detail:hover {
        background: rgba(255,255,255,1);
    }
    
    #suntory_contents .contents_container section li.before .match_detail {
         pointer-events: none;
    }
    #suntory_contents .contents_container section li .section {
        width: 90px;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        font-weight: 900;
    }
    #suntory_contents .contents_container section li .schedule {
        width: 150px;       
    }
    #suntory_contents .contents_container section#practice li .schedule {
        width: 240px;  
    }
    #suntory_contents .contents_container section li .schedule .date,
    #suntory_contents .contents_container section li .schedule .time {
         font-size: 17px;
        line-height: 1.529411764705882;
    }
    
    #suntory_contents .contents_container section li .match {
        display: flex;
        align-items: center;
    }
    #suntory_contents .contents_container section li .results {
        width: 100px;
        margin-right: 50px;
    }
    #suntory_contents .contents_container section li .results .score {
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-size: 42px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents .contents_container section li .results .score .ours {
        font-size: 34px;
        font-style: normal;
        font-weight: bold;
    }
    #suntory_contents .contents_container section li.before .results .score {
        color: #ccc;
    }
    #suntory_contents .contents_container section li.win .results .score .ours {
        color: #992255;
    }
    #suntory_contents .contents_container section li.lose .results .score .ours {
        color: #4466aa;
    }
    #suntory_contents .contents_container section li .results .score .opponent {
        font-size: 34px;
        font-style: normal;
        font-weight: bold;
    }
    #suntory_contents .contents_container section li.win .results .icon_results {
        background: #992255;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .contents_container section li.lose .results .icon_results {
        background: #4466aa;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .contents_container section li.draw .results .icon_results {
        background: #000;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .contents_container section li.before .results .icon_results {
        background: #cccccc;
        color: #fff;
        font-size: 13px;
        line-height: 1;
        font-weight: normal;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #suntory_contents .contents_container section li .logo {
        margin-right: 20px;
        width: 70px;
    }
    #suntory_contents .contents_container section li .logo figure {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;
        background: #fff;
        overflow: hidden;
    }
    #suntory_contents .contents_container section li .logo figure img {
        max-width: 60px;
        max-height: 60px;
        width: auto;
        height: auto;
    }
    
    #suntory_contents .contents_container section li .team {
        width: 190px;
        font-size: 14px;
        line-height: 1.571428571428571;
        color: #222;
    }
    #suntory_contents .contents_container section li .location {
        width: 330px;
        height: 25px;
        position: absolute;
        top: calc(50% - 12.5px);
        right: 0;
        font-size: 14px;
        line-height: 25px;
        background: url(../../common/responsive/img/icon_location.svg) no-repeat 0 center;
        background-size: auto 25px;
        padding-left: 40px;
        box-sizing: border-box;
    }
    #suntory_contents .contents_container section li .location a {
        line-height: 25px;
        color: #0077ff;
        display: block;
    }
    
    /* ========================================================================
    game_detail[pc]
    ========================================================================= */
    #suntory_contents .game_detail h1 {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 1.666666666666667;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .game_detail h1 span {
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .game_information {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
    }
    #suntory_contents .game_information .date {
        background: url(../../common/responsive/img/icon_time_gray.svg) no-repeat 0 center;
        background-size: 20px auto;
        padding-left: 30px;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        line-height: 22px;
        margin-right: 50px;
    }
    #suntory_contents .game_information .location {
        background: url(../../common/responsive/img/icon_location_gray.svg) no-repeat 0 center;
        background-size: 18px auto;
        padding-left: 30px;
        font-size: 15px;
        line-height: 22px;
    }
    
    #suntory_contents .game_result {
        width: 1060px;
        margin: 0 0 45px;
        display: flex;
        min-height: 380px;
    }
    #suntory_contents .game_result figure.hero {
        margin: 0 auto;
        width: 530px;
        position: relative;
        overflow: hidden;
    }
    #suntory_contents .game_result figure.hero img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #suntory_contents .game_data {
        margin: 0 auto;
        width: 530px;
        background: #222;
        box-sizing: border-box;
        padding: 20px 20px 10px;
    }
    
    #suntory_contents .game_card {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents .game_card figure {
        width: 150px;
        text-align: center;
    }
    #suntory_contents .game_card figure img {
        max-width: 70px;
        height: auto;
    }
    #suntory_contents .game_card figure figcaption {
        font-size: 12px;
        line-height: 1.4;
        color: #fff;
    }
    #suntory_contents .game_card .results {
        width: 150px;
    }
    #suntory_contents .results .score {
        color: #aaaaaa;
        font-family: 'Roboto',sans-serif;
        font-size: 62px;
        display: flex;
        justify-content: space-between;
        align-items: center;   
        margin-bottom: 10px;
    }
    #suntory_contents .results .score .ours {
        font-size: 56px;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: bold;
        font-weight: 900;
    }
    #suntory_contents .results .score .opponent {
        font-size: 56px;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: bold;
        font-weight: 900;
    }
    #suntory_contents .results.win .score .ours {
        color: #992255;
    }
    #suntory_contents .results.lose .score .ours {
        color: #4466aa;
    }
    
    #suntory_contents .game_detail .results .score .opponent {
        font-size: 56px;
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: bold;
        font-weight: 900;
        color: #fff;
    }
    #suntory_contents .results .icon_results {
        background: #992255;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .results.lose .icon_results {
        background: #4466aa;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .results.draw .icon_results {
        background: #000;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        height: 24px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
   /* ========================================================================
    scrore_table[pc]
    ========================================================================= */
    #suntory_contents .scrore_table {
        width: 100%;
        color: #fff;
    }
    #suntory_contents .scrore_table th {
        text-align: center;
        padding: 12px 0;
    }
    #suntory_contents .scrore_table td {
        text-align: center;
        padding: 12px 0;
    }
    #suntory_contents .scrore_table .half01_header,
    #suntory_contents .scrore_table .half02_header,
    #suntory_contents .scrore_table .half03_header,
    #suntory_contents .scrore_table .half04_header{
        background: #434343;
        width: 70px;
        font-size: 13px;
    }
    #suntory_contents .scrore_table .label_header {
        background: #2d2d2d;
        width: 190px;
    }

    #suntory_contents .scrore_table .half01,
    #suntory_contents .scrore_table .half02,
    #suntory_contents .scrore_table .half03,
    #suntory_contents .scrore_table .half04{
        background: #393939;
        border-bottom: 1px #000 solid;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .scrore_table .label {
        background: #222222;
        border-bottom: 1px #000 solid;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .scrore_table .half01.bottom,
    #suntory_contents .scrore_table .half02.bottom,
    #suntory_contents .scrore_table .half03.bottom,
    #suntory_contents .scrore_table .half04.bottom{
        border-bottom: none;
    }
    #suntory_contents .scrore_table .label.bottom {
        border-bottom: none;
    }

    #suntory_contents .scrore_table .subtotal01,
    #suntory_contents .scrore_table .subtotal02,
    #suntory_contents .scrore_table .subtotal03,
    #suntory_contents .scrore_table .subtotal04{
        background: #575757;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
    }
    #suntory_contents .scrore_table .subtotal_label {
        background: #434343;
         font-size: 13px;
    }
    
    #suntory_contents .scrore_table .half01_header,
    #suntory_contents .scrore_table .half03_header {
        border-right: 10px #2d2d2d solid;
    }
    #suntory_contents .scrore_table .half01,
    #suntory_contents .scrore_table .half03 {
        border-right: 10px #222222 solid;
    }
    #suntory_contents .scrore_table .subtotal01,
    #suntory_contents .scrore_table .subtotal03 {
        border-right: 10px #434343 solid;
    }
    
    
    /* ========================================================================
    member_container[pc]
    ========================================================================= */
    #suntory_contents .contents_container section.member_container {    
        width: 1060px;
        margin: 0 0 50px;
        padding: 0;
    }
    #suntory_contents .contents_container section.member_container h2{    
        background: #eeeeee;
        border-left: 10px #992255 solid;
        font-size: 20px;
        line-height: 40px;
        padding-left: 30px;
        position: relative;
        margin-bottom: 35px;
    }
    #suntory_contents .contents_container section.member_container h2::before {
        content: '';
        width: 1060px;
        height: 10px;
        background: #eeeeee;
        position: absolute;
        top: -10px;
        left: -10px;
    }
    #suntory_contents .contents_container section.member_container h2::after {
        content: '';
        width: 1060px;
        height: 10px;
        background: #eeeeee;
        position: absolute;
        bottom: -10px;
        left: -10px;
    }
    
    #suntory_contents .contents_container section.member_container .note_captain {
        font-size: 14px;
        line-height: 25px;
        padding-left: 39px;
        font-weight: bold;
        background: url(../../common/responsive/img/icon_captain.svg) no-repeat 0 center;
        background-size: 25px auto;
    }
    
    
    #suntory_contents .contents_container .member_wrap {
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents .contents_container section.starting15 {
        width: 505px;
        margin: 0;
    }
    #suntory_contents .contents_container section.reserves {
        width: 505px;
        margin: 0;
    }
    #suntory_contents .contents_container .starting15 h3,
    #suntory_contents .contents_container .reserves h3 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        border-left: 4px #992255 solid;
        padding-left: 15px;
    }
    #suntory_contents .contents_container .member_list {
        margin-bottom: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    #suntory_contents .contents_container .member li {
        margin-bottom: 5px;
        width: 250px;
        position: relative;
    }
    
    
    #suntory_contents .contents_container .member .icon_captain {
        line-height: 25px;
        padding-left: 25px;
        text-indent: -9999px;
        background: url(../../common/responsive/img/icon_captain.svg) no-repeat 0 center;
        background-size: 25px auto;
        position: absolute;
        top: calc(50% - 12.5px);
        left: 220px;
    }
    
    #suntory_contents .contents_container .member li a {
        background: #ebf4ff;
        padding: 10px 15px;
        display: flex;
        align-items: center;
    }
    #suntory_contents .contents_container .member li a .number {
        color: #000;
        font-size: 15px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        width: 25px;
        letter-spacing: -.075em;
    }
    #suntory_contents .contents_container .member li a .name {
        color: #0077ff;
        font-size: 13px;
        width: 175px;
        box-sizing: border-box;
    }
    
    #suntory_contents .contents_container .member li a.blank {
        pointer-events: none;
    }
    
    /* ========================================================================
    movie[pc]
    ========================================================================= */
    #suntory_contents .contents_container section.movie {
        margin: 0 auto 50px;
        position:relative;
        width:560px;
        height: 315px;
    }
    #suntory_contents .contents_container section.movie iframe {
          position:absolute;
          top:0;
          right:0;
          width:100%;
          height:100%;
    }
    
    /* ========================================================================
    progress_container[pc]
    ========================================================================= */
    #suntory_contents .contents_container section.progress_container {
        width: 1060px;
        margin: 0 0 50px;
        padding: 0;
    }
    #suntory_contents .contents_container section.progress_container h2{    
        background: #eeeeee;
        border-left: 10px #992255 solid;
        font-size: 20px;
        line-height: 40px;
        padding-left: 30px;
        position: relative;
        margin-bottom: 40px;
    }
    #suntory_contents .contents_container section.progress_container h2::before {
        content: '';
        width: 1060px;
        height: 10px;
        background: #eeeeee;
        position: absolute;
        top: -10px;
        left: -10px;
    }
    #suntory_contents .contents_container section.progress_container h2::after {
        content: '';
        width: 1060px;
        height: 10px;
        background: #eeeeee;
        position: absolute;
        bottom: -10px;
        left: -10px;
    }
    #suntory_contents .contents_container section.progress_container dt {
        color: #992255;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    #suntory_contents .contents_container section.progress_container dd {
        margin-bottom: 30px;
    }
    #suntory_contents .contents_container section.progress_container dd p {
        margin-top: 1em;
        font-size: 15px;
        line-height: 1.866666666666667;
    }
    #suntory_contents .contents_container section.progress_container dd p:first-child {
        margin-top: 0;
    }

    #suntory_contents .contents_container section.img_container {
        width: 1060px;
        margin: 0 0 40px;
        padding: 0;
    }
    #suntory_contents .contents_container section.img_container ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    #suntory_contents .contents_container section.img_container li {
        margin: 0 20px 20px 0;
        padding: 0;
        width: 250px;
    }
    #suntory_contents .contents_container section.img_container li:nth-child(4n) {
        margin: 0 0 20px 0;
    }
    #suntory_contents .contents_container section.img_container li img {
        vertical-align: bottom;
        width: 100%;
        height: auto;
    }
    
    /* ========================================================================
    link_top_league[pc]
    ========================================================================= */
    #suntory_contents .link_top_league {
        text-align: center;
    }
    #suntory_contents .link_top_league a .text_top_league {
        margin-bottom: 25px;
        font-size: 18px;
        color: #0077ff;
    }
    #suntory_contents .link_top_league a .btn_top_league {
        margin: 0 auto;
        width: 300px;
        height: 70px;
        background: url(../../common/responsive/img/btn_top_league.png) no-repeat 0 0;
        text-indent: -9999px;
    }
    
    /* ========================================================================
    btn_list[pc]
    ========================================================================= */
    #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);
    }
    
    
}