@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 {
        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;
        -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: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;
        height: 14.6666666666667vw;
        overflow: hidden;
    }
    #sungoliath_contents .news_list li figure img {
        width: 100%;
        height: auto;
    }
    #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 {
        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 div.photo{
    text-align:center;
    margin-bottom:20px;
    }
    
    #sungoliath_contents .article_body img {
        max-width: 100%;
        height: auto;
    }
    
    #sungoliath_contents .article_body a {
        color: #0077ff;
    }
    #sungoliath_contents .article_body a:hover {
        text-decoration: underline;
    }
    
    #sungoliath_contents .article_body .movie_container {
        margin-bottom: 20px;
        position:relative;
        width:100%;
        padding-top:56.25%;
    }
    #sungoliath_contents .article_body .movie_container iframe {
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:100%;
    }
    
    #sungoliath_contents .article_body p.photo{
    text-align:center;
    margin:0 0 5px 0;
    }

    #sungoliath_contents .article_body p.caption{
    font-size:3.2vw;
    line-height:1.4;
    margin:0;
    }

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

    #sungoliath_contents .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 .landscape li.lastChild{
    margin-left:11px;
    }

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


    #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;
    }

    
    
    /* ========================================================================
    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-radius: 2px;
        -webkit-appearance: none;
        -moz-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;
    }
    #sungoliath_contents .news_list li figure img {
        width: 100%;
        height: auto;
    }
    
    #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;
    }
    
    #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 h1 {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 1.666666666666667;
        font-weight: bold;
    }

    
    /* ========================================================================
    article body
    ========================================================================= */
    #sungoliath_contents .article_body div.photo{
    text-align:center;
    margin-bottom:20px;
    }
    
    #sungoliath_contents .article_body a {
        color: #0077ff;
    }
    #sungoliath_contents .article_body a:hover {
        text-decoration: underline;
    }
    
    #sungoliath_contents .article_body .movie_container {
        margin-bottom: 20px;
        position:relative;
        width:100%;
        padding-top:56.25%;
    }
    #sungoliath_contents .article_body .movie_container iframe {
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:100%;
    }
    
    #sungoliath_contents .article_body p.photo{
    text-align:center;
    margin:0 0 5px 0;
    }

    #sungoliath_contents .article_body p.caption{
    font-size:13px;
    line-height:1.4;
    margin:0;
    }

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

    #sungoliath_contents .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 .landscape li.lastChild{
    margin-left:11px;
    }

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


    #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;
    }


    
    /* ========================================================================
    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);
    }
    
}