@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 .icon_flower {
        margin: 0 2.1333333333333vw;
        width: 3.4666666666667vw;
        height: 3.6vw;
        background: url(../img/icon_flower.svg) no-repeat 0 0;
        background-size: 3.4666666666667vw auto;
        display: inline-block;
    }
    #suntory_contents .title_container .title h1 {
        margin-bottom: 2vw;
        display: flex;
        align-items: center;
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
        font-weight: 300;
        letter-spacing: -.05em;
        width: 100%;
    }
    #suntory_contents .title_container .title .title_jp {
        letter-spacing: -.075em;
        margin: 0 4vw 0 0;
    }
    #suntory_contents .title_container .title .title_text {
        width: auto;
        margin: 0;
    }
    #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) url(../img/fig_sungolina_sp.png) no-repeat right 2.6666666666667vw;
        background-size: 15.6vw auto;
    }
    #sungoliath_contents .news_list li:nth-child(even) {
        margin-bottom: 1.3333333333333vw;
        background: rgba(255,255,255,.85) url(../img/fig_sungolina_sp.png) no-repeat right 2.6666666666667vw;
        background-size: 15.6vw auto;
    }
    #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: 3.7333333333333vw;
    font-size: 3.7333333333333vw;
    color: #444444;
    letter-spacing: -.05em;
    }
    #sungoliath_contents .news_list li a dt span {
        display: none;
    }
    #sungoliath_contents .news_list li.notice a dt {
        background: url(../img/icon_notice.png) no-repeat 16.6666666666667vw center;
        background-size: 14.6666666666667vw auto;
    }
    #sungoliath_contents .news_list li.report a dt {
        background: url(../img/icon_report.png) no-repeat 16.6666666666667vw center;
        background-size: 14.6666666666667vw auto;
    }
    
    #sungoliath_contents .news_list li a dd .title {
        margin-bottom: 0;
        font-size: 3.7333333333333vw;
        font-weight: bold;
        line-height: 1.357142857142857;
        color: #ff2288;
        display: block;
    }
    #sungoliath_contents .news_list li a dd .title em {
        font-size: 6.4vw;
        line-height: 5.3333333333333vw;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-weight: 300;
        font-style: normal;
        background: url(../img/icon_day.svg) no-repeat 0 center;
        background-size: 10vw auto;
        padding-left: 12vw;
        display: block;
        margin-bottom: 2.6666666666667vw;
    }
    #sungoliath_contents .news_list li a:hover dd .title {
        text-decoration: none;
    }
    #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 .number {
        margin-bottom: 5.3333333333333vw;
        font-size: 9.6vw;
        line-height: 8.5333333333333vw;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-weight: 300;
        color: #ff2288;
        background: url(../img/icon_day.svg) no-repeat 0 0;
        background-size: 16.1333333333333vw auto;
        padding-left: 18.8vw;
        padding-bottom:2.2666666666667vw;
        border-bottom: 1px #ff2288 solid;
        position: relative;
    }
    #sungoliath_contents .news_article .number::after {
        content: '';
        width: 13.3333333333333vw;
        height: 15.3333333333333vw;
        background: url(../img/fig_sungolina_article.png) no-repeat 0 0;
        background-size: 13.3333333333333vw auto;
        position: absolute;
        bottom: -2px;
        right: 0;
    }
    #sungoliath_contents .news_article h1 {
        margin-bottom: 5.3333333333333vw;
        font-size: 4.8vw;
        line-height: 1.666666666666667;
        font-weight: bold;
        color: #ff2288;
    }
    
     /* ========================================================================
    article body
    ========================================================================= */
    #sungoliath_contents .article_body div.photo{
    text-align:center;
    margin-bottom:20px;
    }

    #sungoliath_contents .article_body .photo span{
    display:inline-block;
    }

    .article_body .photo span img{
    max-width: 100%;
    text-align:center;
    }

    #sungoliath_contents .article_body .photo p{
    font-size:3.7333333333333vw;
    line-height:1.866666666666667;
     color:#222;
    margin-top:3px;
    }

    #sungoliath_contents .article_body .section p{
   font-size:3.7333333333333vw;
    line-height:1.866666666666667;
    color:#222;
    margin-bottom:1em;
    }

    #sungoliath_contents .article_body .section p span.pink{
    color:#ff2288;
    }

    #sungoliath_contents .article_body .photo:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }

    #sungoliath_contents #author{
    height:80px;
    }

    #sungoliath_contents #author div{
    float:right;
    }

    #sungoliath_contents #author span{
    display:table-cell;
    vertical-align:bottom;
    }

    #sungoliath_contents #author p{
    display:table-cell;
    text-align:right;
    vertical-align:bottom;
    font-size: 3.7333333333333vw;
    }

    #sungoliath_contents #author{
    text-align:right;
    }

    
    /* ========================================================================
    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 .title_container .title h1 .icon_flower {
        margin: 0 11px;
        width: 18px;
        height: 19px;
        background: url(../img/icon_flower.svg) no-repeat 0 0;
        background-size: 18px auto;
        display: inline-block;
    }
    #suntory_contents .title_container .title h1 {
        display: flex;
        align-items: center;
        font-family: 'Raleway', sans-serif;
        font-weight: normal;
        font-weight: 300;
    }
    #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;
    }
    
    #sungoliath_contents .contents_container {
        position: relative;
    }
    #sungoliath_contents .contents_container::before {
        content: '';
        width: 79px;
        height: 91px;
        background: url(../img/fig_sungolina.png) no-repeat 0 0;
        background-size: 79px auto;
        position: absolute;
        top: -90px;
        left: 712px;
    }
    #sungoliath_contents .contents_container.article::before {
        content:'';
        width: 0;
        height: 0;
        background: 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 {
        margin-bottom: 18px;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.294117647058824;
        color: #ff2288;
        display: flex;
        align-items: center;
    }
    #sungoliath_contents .news_list li a dd .title em {
        margin-right: 10px;
        font-size: 32px;
        line-height: 27px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-weight: 300;
        font-style: normal;
        background: url(../img/icon_day.svg) no-repeat 0 center;
        background-size: 50px auto;
        padding-left: 60px;
    }
    #sungoliath_contents .news_list li a dd .title span {
        line-height: 1.411764705882353;
        padding-top: 5px;
    }
    #sungoliath_contents .news_list li a:hover dd .title span {
        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: 30px;
        font-size: 14px;
        color: #444444;
    }
    #sungoliath_contents .news_article .number {
        margin-bottom: 30px;
        font-size: 52px;
        line-height: 47px;
        font-family: 'Roboto', sans-serif;
        font-weight: normal;
        font-weight: 300;
        color: #ff2288;
        background: url(../img/icon_day.svg) no-repeat 0 0;
        background-size: 87px auto;
        padding-left: 107px;
        padding-bottom:12px;
        border-bottom: 1px #ff2288 solid;
        position: relative;
    }
    #sungoliath_contents .news_article .number::after {
        content: '';
        width: 80px;
        height: 91px;
        background: url(../img/fig_sungolina_article.png) no-repeat 0 0;
        background-size: 80px auto;
        position: absolute;
        bottom: -2px;
        right: 0;
    }
    #sungoliath_contents .news_article h1 {
        margin-bottom: 35px;
        font-size: 24px;
        line-height: 1.666666666666667;
        font-weight: bold;
        color: #ff2288;
    }

    /* ========================================================================
    article body
    ========================================================================= */
    #sungoliath_contents .article_body div.photo{
    text-align:center;
    margin-bottom:20px;
    }

    #sungoliath_contents .article_body .photo span{
    display:inline-block;
    }

    .article_body .photo span img{
    text-align:center;
    }

    #sungoliath_contents .article_body .photo p{
    font-size:15px;
     line-height:1.866666666666667;
     color:#222;
    margin-top:3px;
    }

    #sungoliath_contents .article_body .section p{
    font-size:15px;
        line-height:1.866666666666667;
        color:#222;
        margin-bottom:1em;
    }

    #sungoliath_contents .article_body .section p span.pink{
    color:#ff2288;
    }

    #sungoliath_contents .article_body .photo:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
    }

    #sungoliath_contents #author{
    height:80px;
    }

    #sungoliath_contents #author div{
    float:right;
    }

    #sungoliath_contents #author span{
    display:table-cell;
    width:80px;
    vertical-align:bottom;
    }

    #sungoliath_contents #author p{
    display:table-cell;
    text-align:right;
    /*width:300px;*/
    vertical-align:bottom;
    }

    #sungoliath_contents #author{
    text-align:right;
    }

    
    /* ========================================================================
    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);
    }
    
}