@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-start;
        background: #303030;
    }
    #suntory_contents .title_container .title {
        margin-bottom: 1.3333333333333vw;
        align-items: center;
    }
    #suntory_contents .title_container .title h1 {
        font-size: 5.6vw;
        margin-bottom: 4.6666666666667vw;
        letter-spacing: 0;
    }
    #suntory_contents .title_container .title .title_jp {
        letter-spacing: -.075em;
        margin: 0 3.3333333333333vw 0 0;
    }
    #suntory_contents .title_container .title .title_text {
        letter-spacing: -.075em;
        margin: 0;
        width: auto;
    }
    #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;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: inherit;
        min-height: 8.6666666666667vw;
        color: #fff;
        border: none;
        font-size: 16px;
        font-size: 4.2666666666667vw;
        }
        select option{
        background-color: #fff;
        color: #222;
    }
    
    /* ========================================================================
    news_list
    ========================================================================= */
    #sungoliath_contents .news_list {
    }
    #sungoliath_contents .news_list li:not(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;
        height: 14.6666666666667vw;
        overflow: hidden;
        position: relative;
    }
    #sungoliath_contents .news_list li figure img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #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;
    letter-spacing: -.05em;
    }

    #sungoliath_contents .news_list li a dd .title_container {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        background: none;
    }
    #sungoliath_contents .news_list li a dd .number {
        margin: 0 10px 2.6666666666667vw 0;
        padding: 0;
        font-size: 5.8666666666667vw;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        color: #0077ff;
        white-space: nowrap;
    }
    #sungoliath_contents .news_list li a dd .name {
        margin: 0 0 2.6666666666667vw 0;
        font-size: 4.8vw;
        font-weight: bold;
        color: #0077ff;
        white-space: nowrap;
    }
    #sungoliath_contents .news_list li a dd .title {
        margin: 0;
        font-size: 3.7333333333333vw;
        line-height: 1.411764705882353;
        font-weight: normal;
        color: #0077ff;
        width: 100%;
    }
    #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: 5.3333333333333vw;
        font-size: 3.7333333333333vw;
        color: #444444;
    }

    #sungoliath_contents .news_article h1 {
        margin-bottom: 4vw;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #sungoliath_contents .news_article h1 .number {
        margin: 0 3.3333333333333vw 4vw 0;
        font-size: 10.1333333333333vw;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }
    #sungoliath_contents .news_article h1 .name {
        margin: 0 0 4vw;
        font-size: 8vw;
        line-height: 1.666666666666667;
        font-weight: bold;
    }
    #sungoliath_contents .news_article h1 .title {
        margin-bottom: 0;
        font-size: 4.8vw;
        line-height: 1.666666666666667;
        font-weight: bold;
        width: 100%;
    }
    
    /* ========================================================================
    article body
    ========================================================================= */

    #sungoliath_contents .article_body .section h3{
    font-size:3.7333333333333vw;
    line-height:1.866666666666667;
    font-weight:bold;
    color:#222;
    margin-bottom:1em;
    }

    #sungoliath_contents .article_body .section 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 .section .brown{
    color:#992255;
    }

    #sungoliath_contents .article_body .section .right{
    float:right;
    margin:0 0 5px 10px;
    }

    #sungoliath_contents .article_body .section .imgC{
    text-align:center;
    margin:0 0 20px 0;
    }

    #sungoliath_contents .article_body .section p.imgC{
    text-align:center;
    margin:0 0 5px 0;
    }

    /*歴代キャプテンが語るサンゴリアス史*/
    #sungoliath_contents .article_body .section .captains{
    margin:20px 0 20px 0;
    }

    #sungoliath_contents .article_body .section .captains th{
    font-size:3.2vw;
    line-height:1.4;
    background-color:#FFCC33;
    color:#992255;
    }

    #sungoliath_contents .article_body .section .captains .current{
    padding:3px;
    background-color:#FFFFCC;
    color:#992255;
    font-weight:bold;
    }

    #sungoliath_contents .article_body .section .captains .current_b{
    margin-top:-1em;
    padding:3px;
    background-color:#FFFFCC;
    color:#992255;
    font-weight:bold;
    }

    #sungoliath_contents .article_body .section .captains td{
    font-size:3.2vw;
    line-height:1.4;
    vertical-align:top;
    background-color:#FFFFFF;
    }

    #sungoliath_contents .article_body .section .captains dt{
    float:left;
    }

    #sungoliath_contents .article_body .section .captains dd{
    margin-left:4em;
    }

    #sungoliath_contents .article_body .section .captains .year{
    margin-bottom:0.5em;
    }

    
    #sungoliath_contents .article_body #notes{
    text-align:right;
    margin:20px 0 30px 0;
    }

    #sungoliath_contents .article_body #notes p{
    font-size:3.2vw;
    line-height:1.4;
    color:#222;
    }
    
    
    /* ========================================================================
    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;
        border: none;
        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;
        height: 105px;
        overflow: hidden;
        position: relative;
    }
    #sungoliath_contents .news_list li figure img {
         width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    } 
    #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 a dd .title_container {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
    #sungoliath_contents .news_list li a dd .number {
        margin: 0 10px 20px 0;
        padding: 0;
        font-size: 30px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        color: #0077ff;
        white-space: nowrap;
    }
    #sungoliath_contents .news_list li a dd .name {
        margin: 0 20px 20px 0;
        font-size: 25px;
        font-weight: bold;
        color: #0077ff;
        white-space: nowrap;
    }
    #sungoliath_contents .news_list li a:hover dd .name {
        text-decoration: underline;
    }
    #sungoliath_contents .news_list li a dd .title {
        margin: 0 0 20px;
        font-size: 17px;
        line-height: 1.411764705882353;
        font-weight: normal;
        color: #0077ff;
        width: auto;
    }
    #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 h1 {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #sungoliath_contents .news_article h1 .number {
        margin: 0 30px 15px 0;
        font-size: 52px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }
    #sungoliath_contents .news_article h1 .name {
        margin: 0 0 15px;
        font-size: 42px;
        line-height: 1.666666666666667;
        font-weight: bold;
    }
    #sungoliath_contents .news_article h1 .title {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 1.666666666666667;
        font-weight: bold;
        width: 100%;
    }
    
    /* ========================================================================
    article body
    ========================================================================= */

    #sungoliath_contents .article_body .section h3{
    font-size:15px;
    line-height:1.866666666666667;
    font-weight:bold;
    color:#222;
    }
    
    #sungoliath_contents .article_body img {
        max-width: 100%;
        height: auto;
    }

    #sungoliath_contents .article_body .section p{
    font-size:15px;
    line-height:1.866666666666667;
    color:#222;
    margin-bottom:1em;
    }

    #sungoliath_contents .article_body .section .brown{
    color:#992255;
    }

    #sungoliath_contents .article_body .section .right{
    float:right;
    margin:0 0 5px 10px;
    }

    #sungoliath_contents .article_body .section .imgC{
    text-align:center;
    margin:0 0 20px 0;
    }

    #sungoliath_contents .article_body .section p.imgC{
    text-align:center;
    margin:0 0 5px 0;
    }



    /*歴代キャプテンが語るサンゴリアス史*/
    #sungoliath_contents .article_body .section .captains{
    margin:20px 0 20px 0;
    }

    #sungoliath_contents .article_body .section .captains th{
    font-size:13px;
    line-height:1.4;
    background-color:#FFCC33;
    color:#992255;
    }

    #sungoliath_contents .article_body .section .captains .current{
    padding:3px;
    background-color:#FFFFCC;
    color:#992255;
    font-weight:bold;
    }

    #sungoliath_contents .article_body .section .captains .current_b{
    margin-top:-1em;
    padding:3px;
    background-color:#FFFFCC;
    color:#992255;
    font-weight:bold;
    }

    #sungoliath_contents .article_body .section .captains td{
    font-size:13px;
    line-height:1.4;
    vertical-align:top;
    background-color:#FFFFFF;
    }

    #sungoliath_contents .article_body .section .captains dt{
    float:left;
    }

    #sungoliath_contents .article_body .section .captains dd{
    margin-left:4em;
    }

    #sungoliath_contents .article_body .section .captains .year{
    margin-bottom:0.5em;
    }

    
    #sungoliath_contents .article_body #notes{
    text-align:right;
    margin:20px 0 30px 0;
    }

    #sungoliath_contents .article_body #notes p{
    font-size:15px;
    line-height:1.866666666666667;
    color:#222;
    }
    
    
    /* ========================================================================
    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);
    }
    
}