@charset "utf-8";

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

    #sungoliath_contents .title_container {
        order: 1;
    }
    #sungoliath_contents .contents_container {
        order: 2;
        background: none;
    }
    #sungoliath_contents .breadcrumbs {
        order: 3;
    }
    #sungoliath_contents .btn_list {
        order: 4;
    }
    
    /* ========================================================================
    title_container
    ========================================================================= */
    #sungoliath_contents .title_container {
    margin-bottom: 0;
    padding: 3.3333333333333vw 3.3333333333333vw;
    }
    #sungoliath_contents .title_container.detail {
    margin-bottom: 0;
    }
    #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;
    }
    
    /* ========================================================================
    news_list
    ========================================================================= */
    #sungoliath_contents .news_list {
        margin: 3.3333333333333vw;
    }
    #sungoliath_contents .news_list li:nth-child(odd) {
        margin-bottom: 3.3333333333333vw;
        background: rgba(255,255,255,.95);
    }
    #sungoliath_contents .news_list li:nth-child(even) {
        margin-bottom: 3.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;
    padding-right: 30.6666666666667vw;
    letter-spacing: -.05em;
    }

    #sungoliath_contents .news_list li.ico_spirits a dt {
        background: url(../../common/responsive/img/icon_sprits.png) no-repeat 28.5904255319149vw center;
        background-size: 30.6666666666667vw auto;
    }
    #sungoliath_contents .news_list li.ico_smilecafe a dt {
        background: url(../../common/responsive/img/icon_smile_cafe.png) no-repeat 28.5904255319149vw center;
        background-size: 30.6666666666667vw auto;
    }
    #sungoliath_contents .news_list li.ico_clubhouse a dt {
        background: url(../../common/responsive/img/icon_club_house.png) no-repeat 28.5904255319149vw center;
        background-size: 30.6666666666667vw auto;
    }
    #sungoliath_contents .news_list li.ico_news a dt {
        background: url(../../common/responsive/img/icon_news.png) no-repeat 28.5904255319149vw center;
        background-size: 14.6666666666667vw auto;
    }
    #sungoliath_contents .news_list li.ico_game a dt {
        background: url(../../common/responsive/img/icon_game.png) no-repeat 28.5904255319149vw center;
        background-size: 14.6666666666667vw auto;
    }
    
    #sungoliath_contents .news_list li a dd .title {
        margin-bottom: 0;
        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;
    }

    
}


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

    
    /* ========================================================================
    title_container
    ========================================================================= */
    #suntory_contents .title_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    
    /* ========================================================================
    main_contents
    ========================================================================= */
    #suntory_contents .contents_container .main_contents {
    padding: 50px 40px 50px 50px;
    }

    /* ========================================================================
    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: 880px;
    }
    #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.ico_spirits a dt {
        background: url(../../common/responsive/img/icon_sprits.png) no-repeat 120px center;
        background-size: 115px auto;
    }
    #sungoliath_contents .news_list li.ico_smilecafe a dt {
        background: url(../../common/responsive/img/icon_smile_cafe.png) no-repeat 120px center;
        background-size: 115px auto;
    }
    #sungoliath_contents .news_list li.ico_clubhouse a dt {
        background: url(../../common/responsive/img/icon_club_house.png) no-repeat 120px center;
        background-size: 115px auto;
    }
    #sungoliath_contents .news_list li.ico_news a dt {
        background: url(../../common/responsive/img/icon_news.png) no-repeat 120px center;
        background-size: 55px auto;
    }
    #sungoliath_contents .news_list li.ico_game a dt {
        background: url(../../common/responsive/img/icon_game.png) no-repeat 120px center;
        background-size: 55px 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;
    }


    

    
}