@charset "utf-8";

/*------------------------------------------------------------
  reset
------------------------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, #suntory_contents div, #suntory_contents span, #suntory_contents object, #suntory_contents iframe,
#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6, #suntory_contents p, #suntory_contents blockquote, #suntory_contents pre,
#suntory_contents abbr, #suntory_contents address, #suntory_contents cite, #suntory_contents code,
#suntory_contents del, #suntory_contents dfn, #suntory_contents em, #suntory_contents img, #suntory_contents ins, #suntory_contents kbd, #suntory_contents q, #suntory_contents samp,
#suntory_contents small, #suntory_contents strong, #suntory_contents sub, #suntory_contents sup, #suntory_contents var,
#suntory_contents b, #suntory_contents i,
#suntory_contents dl, #suntory_contents dt, #suntory_contents dd, #suntory_contents ol, #suntory_contents ul, #suntory_contents li,
#suntory_contents fieldset, #suntory_contents form, #suntory_contents label, #suntory_contents legend,
#suntory_contents table, #suntory_contents caption, #suntory_contents tbody, #suntory_contents tfoot, #suntory_contents thead, #suntory_contents tr, #suntory_contents th, #suntory_contents td,
#suntory_contents article, #suntory_contents aside, #suntory_contents canvas, #suntory_contents details, #suntory_contents figcaption, #suntory_contents figure, 
#suntory_contents footer, #suntory_contents header, #suntory_contents hgroup, #suntory_contents menu, #suntory_contents nav, #suntory_contents section, #suntory_contents summary,
#suntory_contents time, #suntory_contents mark, #suntory_contents audio, #suntory_contents video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

#suntory_contents article,#suntory_contents aside,#suntory_contents details,#suntory_contents figcaption,#suntory_contents figure,
#suntory_contents footer,#suntory_contents header,#suntory_contents hgroup,#suntory_contents menu,#suntory_contents nav,#suntory_contents section { 
    display:block;
}

#suntory_contents ul {
    list-style:none;
}

#suntory_contents blockquote, #suntory_contents q {
    quotes:none;
}

#suntory_contents blockquote:before, #suntory_contents blockquote:after,
#suntory_contents q:before, #suntory_contents q:after {
    content:'';
    content:none;
}

#suntory_contents a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
}

/* change colours to suit your needs */
#suntory_contents ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
#suntory_contents mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

#suntory_contents del {
    text-decoration: line-through;
}

#suntory_contents abbr[title], #suntory_contents dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

#suntory_contents table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
#suntory_contents hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

#suntory_contents input, #suntory_contents select {
    vertical-align:middle;
}


/*=============================================================
  font
============================================================ */
@import url(https://www.suntory.com/sun_common/en/fonts/css/fonts.css);


/*=============================================================
  [PC] 
============================================================ */


/*------------------------------------------------------------
  [PC] bc
------------------------------------------------------------ */
#suntory_contents #bc {
    margin: 0 auto;
    width: 960px;
}

/*------------------------------------------------------------
  [PC] lead
------------------------------------------------------------ */
#suntory_contents #lead {
    margin: 80px auto;
    width: 960px;
}
#suntory_contents #lead h1 {
    margin-bottom: 60px;
    font-size: 48px;
    font-family: 'suntory sabon';
    font-style: normal;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
#suntory_contents #lead p {
    font-size: 20px;
    line-height: 1.8;
    font-family: 'suntory sabon';
    font-style: normal;
    text-align: center;
}

/*------------------------------------------------------------
  [PC] images
------------------------------------------------------------ */
#suntory_contents #images {
    margin: 0 auto 150px;
    width: 960px;
}
#suntory_contents #images .category {
    margin-bottom: 30px;
}
#suntory_contents #images .category h2 {
    margin-bottom: 30px;
    margin: 0 0 30px;
    font-size: 40px;
    font-family: 'suntory sabon';
    font-style: normal;
    font-weight: bold;
    color: #333333;
}
#suntory_contents #images .category ul { 
}
#suntory_contents #images .category ul:after { content :''; display :block; clear :both; }

#suntory_contents #images .category li {
    padding-bottom: 40px;
    margin-right: 3.448275862069%;
    width: 22.4137931034483%;
    float: left;
}
#suntory_contents #images .category li:nth-child(4n) {
    margin-right: 0;
}
#suntory_contents #images .category li:nth-child(4n+1) {
    clear: both;
} 

#suntory_contents #images .category .fig_wrap {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    height: 170px;
}

#suntory_contents #images .category figure.thumbnail {
    text-align: center;
    display: table-cell;
    width: 100%;
    height: 170px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
#suntory_contents #images .category figure.thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 170px;
    vertical-align: bottom;
    transition: all .2s ease-in-out;
}
#suntory_contents #images .category figure.thumbnail:hover img {
    transform: scale(1.08, 1.08);
}

#suntory_contents #images .category li a {
    color: #333;
}

#suntory_contents #images .category li h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'suntory sabon';
    color: #333;
}
#suntory_contents #images .category li p {
    font-size: 14px;
    font-family: 'suntory sabon';
}

#suntory_contents #images h2.all {
    margin: 0 0 30px;
    font-size: 32px;
    font-family: 'suntory sabon';
    font-style: normal;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
#suntory_contents #images .btn_download_all {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.8;
    font-family: 'suntory syntax';
    font-style: normal;
    text-align: center;
}
#suntory_contents #images .btn_download_all a {
    display: inline-block;
    background: #5bc2dc;
    color: #fff;
    padding: 18px 130px 18px 77px;
    border-radius: 40px;
    transition: all .2s ease-in-out;
}
#suntory_contents #images .btn_download_all a span {
    background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_download.png) no-repeat 0 center;
    background-size: 48px auto;
    padding-left: 98px;
    height: 42px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#suntory_contents #images .btn_download_all a:hover {
    opacity: .8;
    text-decoration: none;
}
#suntory_contents #images .update {
    font-family: 'suntory sabon';
    text-align: center;
}


/*------------------------------------------------------------
  [PC] factsheet
------------------------------------------------------------ */
#suntory_contents #factsheet {
    margin: 0 auto;
    padding-bottom: 40px;
    width: 960px;
}
#suntory_contents #factsheet h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: 'suntory sabon';
    font-style: normal;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

#suntory_contents #factsheet ul { 
}
#suntory_contents #factsheet ul:after { content :''; display :block; clear :both; }

#suntory_contents #factsheet li {
    margin-bottom: 40px;
    margin-right: 3.448275862069%;
    width: 22.4137931034483%;
    float: left;
}
#suntory_contents #factsheet li:nth-child(4n) {
    margin-right: 0;
}

#suntory_contents #factsheet li figure {
    overflow: hidden;
    border: 1px #cfcfcf solid;
    margin-bottom: 20px;
}

#suntory_contents #factsheet li img {
    width: 100%;
    vertical-align: bottom;
    transition: all .2s ease-in-out;
}
#suntory_contents #factsheet li a {
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#suntory_contents #factsheet li a:hover img {
    transform: scale(1.08, 1.08);
}

#suntory_contents #factsheet li a.link .text {
    position:relative;
    padding-right: 30px;
}
#suntory_contents #factsheet li a.link .text:after {
   content:"";
    position:absolute;
    top:10px;
    right:10px;
    width:10px;
    height:10px;
    margin:auto;
    border-top:2px solid #2d8fc1;
    border-right:2px solid #2d8fc1;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

#suntory_contents #factsheet li a.pdf_download .text {
    background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_pdf.png) no-repeat right 0;
    padding-right: 40px;
}

#suntory_contents #factsheet li h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'suntory sabon';
    color: #333;
}
#suntory_contents #factsheet li p {
    font-size: 16px;
    font-family: 'suntory sabon';
}


/*------------------------------------------------------------
  [PC] video
------------------------------------------------------------ */
#suntory_contents #video {
    margin: 0 auto;
    background: #222833;
}
#suntory_contents #video .inner {
    margin: 0 auto;
    padding-top: 80px;
    width: 960px;
}
#suntory_contents #video .inner:after { content :''; display :block; clear :both; }

#suntory_contents #video h2 {
    margin: 0 0 80px;
    font-size: 40px;
    font-family: 'suntory sabon';
    font-style: normal;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#suntory_contents #video .primary_movie {
    clear: both;
    width:65.5172413793103%;
    float: left;
    background: #313842;
    margin-bottom: 40px;
    padding-bottom: 40px;
    height: 740px;
    position:relative;
}
#suntory_contents #video .primary_movie.reverse {
    float: right;
}

#suntory_contents #video .primary_movie figure {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#suntory_contents #video .primary_movie figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#suntory_contents #video .primary_movie img {
    width: 100%;
    height: auto;
}

#suntory_contents #video .primary_movie .title {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 30px;
    box-sizing: border-box;
}
#suntory_contents #video .primary_movie h3 {
    font-size: 24px;
    line-height: 1.5;
    font-family: 'suntory sabon';
    color: #fff;
    display: table-cell;
    padding-right: 20px;
}
#suntory_contents #video .primary_movie .time {
    font-size: 16px;
    line-height: 17px;
    font-family: 'suntory sabon';
    color: #aabbcc;
    background:url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_time.png) no-repeat right center;
    background-size: 17px auto;
    padding-right: 30px;
    display: table-cell;
}
#suntory_contents #video .primary_movie .text {
    margin-bottom: 40px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'suntory sabon';
    color: #aabbcc;
}
#suntory_contents #video .primary_movie .btn_youtube {
    text-align: center;
    position:absolute;
    bottom:20px;
    left:30px;
}
#suntory_contents #video .primary_movie .btn_youtube a {
    color: #abc;
         position: relative;
         margin-right: 25px;
}
#suntory_contents #video .primary_movie .btn_youtube a:before {
         content: '';
         width:10px;
         height:6px;
         display: inline-block;
         border:1px solid #abc;
         position: absolute;
         bottom: 7px;
         right: -18px;
}
#suntory_contents #video .primary_movie .btn_youtube a:after {
         content: '';
         width:10px;
         height:6px;
         display: inline-block;
         border:1px solid #abc;
         position: absolute;
         bottom: 11px;
         right: -23px;
}

#suntory_contents #video .secondary_movie {
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: #313842;
    width:31.0344827586207%;
    float: right;
    height: 350px;
    position:relative;
}
#suntory_contents #video .secondary_movie.reverse {
    float: left;
}
#suntory_contents #video .third_movie_first {
    clear: both;
}

#suntory_contents #video .third_movie {
    width: 31.0344827586207%;
    padding-bottom: 20px;
    background: #313842;
    float: left;
    margin-right: 3.448275862069%;
    margin-bottom: 40px;
    height: 350px;
    position:relative;
}
#suntory_contents #video .third_movie_last {
    margin-right:0;
}

#suntory_contents #video .secondary_movie img,
#suntory_contents #video .third_movie img{
    width: 100%;
}
#suntory_contents #video .secondary_movie figure,
#suntory_contents #video .third_movie figure{
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#suntory_contents #video .secondary_movie figure iframe,
#suntory_contents #video .third_movie figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#suntory_contents #video .secondary_movie h3,
#suntory_contents #video .third_movie h3 {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'suntory sabon';
    color: #fff;
    margin-bottom: 15px;
    padding: 0 20px;
}
#suntory_contents #video .secondary_movie .time,
#suntory_contents #video .third_movie .time {
    margin: 0 20px 20px 0;
    font-size: 14px;
    line-height: 14px;
    font-family: 'suntory sabon';
    color: #aabbcc;
    background:url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_time.png) no-repeat right center;
    background-size: 13px auto;
    padding-right: 21px;
    text-align: right;
}
#suntory_contents #video .secondary_movie .text,
#suntory_contents #video .third_movie .text{
    margin-bottom: 40px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'suntory sabon';
    color: #aabbcc;
}
#suntory_contents #video .secondary_movie .btn_youtube,
#suntory_contents #video .third_movie .btn_youtube{
     text-align: center;
    position:absolute;
    bottom:20px;
    left:20px;
}
#suntory_contents #video .secondary_movie .btn_youtube a,
#suntory_contents #video .third_movie .btn_youtube a{
    color:#abc;
         position: relative;
         margin-right: 25px;
}
#suntory_contents #video .secondary_movie .btn_youtube a:before,
#suntory_contents #video .third_movie .btn_youtube a:before {
         content: '';
         width:10px;
         height:6px;
         display: inline-block;
         border:1px solid #abc;
         position: absolute;
         bottom: 7px;
         right: -18px;
}
#suntory_contents #video .secondary_movie .btn_youtube a:after,
#suntory_contents #video .third_movie .btn_youtube a:after {
         content: '';
         width:10px;
         height:6px;
         display: inline-block;
         border:1px solid #abc;
         position: absolute;
         bottom: 11px;
         right: -23px;
}

/*------------------------------------------------------------
  [PC] ajax
------------------------------------------------------------ */
#suntory_contents .ajax {
    padding: 80px 0;
}
#suntory_contents .ajax:after { content :''; display :block; clear :both; }

#suntory_contents #images .category .ajax figure.thumbnail_ajax {
    width: 45.4545454545455%;
    float :left;
    text-align: center;
}
#suntory_contents #images .category .ajax figure.thumbnail_ajax img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 350px;
}
#suntory_contents .ajax .text_block {
    width: 50.9090909090909%;
    float: right;
}
#suntory_contents #images .category .text_block h3 {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    font-family: 'suntory sabon';
    font-style: normal;
    font-weight: bold;
    margin-bottom: 60px;
}
#suntory_contents #images .category .text_block p.date {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-family: 'suntory sabon';
    font-style: normal;
    margin-bottom: 20px;
}
#suntory_contents #images .category .text_block p.text {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-family: 'suntory sabon';
    font-style: normal;
    margin-bottom: 20px;
}

#suntory_contents #images .category .text_block p.note {
    font-size: 10px;
    line-height: 1.5;
    color: #fff;
    font-family: 'suntory sabon';
    font-style: normal;
}


#suntory_contents #images .category .text_block p.btn_download {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.8;
    line-height: 25px;
    font-family: 'suntory syntax';
    font-style: normal;
}
#suntory_contents #images .category .text_block p.btn_download a {
    display: inline-block;
    background: #5bc2dc;
    color: #fff;
    padding: 15px 75px 15px 50px;
    border-radius: 30px;
    transition: all .2s ease-in-out;
}
#suntory_contents #images .category .text_block p.btn_download a span {
    background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_download.png) no-repeat 0 center;
    background-size: 29px auto;
    padding-left: 50px;
    height: 25px;
    display: inline-block;
}
#suntory_contents #images .category .text_block p.btn_download a:hover {
    opacity: .8;
    text-decoration: none;
}

/*------------------------------------------------------------
  [PC] overlay
------------------------------------------------------------ */
#suntory_contents #overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

/*------------------------------------------------------------
  [PC] leagal_notices
------------------------------------------------------------ */
#suntory_contents #leagal_notices,
#suntory_contents #leagal_notices_alone {
    width: 600px;
    padding: 20px;
    height: auto;
    position: fixed;
    top: 15%;
    left: calc(50% - 300px);
    z-index: 100;
    background: #fff;
    box-sizing: border-box;
    display: none;
}
#suntory_contents #leagal_notices h1,
#suntory_contents #leagal_notices_alone h1 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

#suntory_contents #leagal_notices .note_container,
#suntory_contents #leagal_notices_alone .note_container {
    margin-bottom: 20px;
    height: 150px;
    overflow-y:auto;
    border:1px #666 solid;
    padding:1em;
}
#suntory_contents #leagal_notices p,
#suntory_contents #leagal_notices_alone p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#suntory_contents #leagal_notices .check_agree {
    text-align: center;
    margin: 0 0 20px;
}
#suntory_contents #leagal_notices .check_agree input {
    margin: 0 5px;
}

#suntory_contents #leagal_notices ul {
    display: table;
    margin: 0 auto;
}
#suntory_contents #leagal_notices ul li {
    display: table-cell;
}
#suntory_contents #leagal_notices .btn_disagree {
    padding: 0 15px;
}

#suntory_contents #leagal_notices .disabled {
    /*border: 1px #999 solid;*/
    border-radius: 20px;
    padding: 10px 20px;
    background: #ddd;
    color: #999;
    font-weight: bold;
}

#suntory_contents #leagal_notices .btn_download_agree a {
    /*border: 1px #000 solid;*/
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    background: #5bc2dc;
    color: #fff;
    font-weight: bold;
}

#suntory_contents #leagal_notices .btn_close a,
#suntory_contents #leagal_notices_alone .btn_close a {
    width: 40px;
    height: 40px;
    background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/btn_modal_close.jpg) no-repeat 0 0;
    background-size: 40px 40px;
    position: absolute;
    top: -25px;
    right: -25px;
    text-indent: -9999px;
}


@media screen and (min-width:961px){
/*=============================================================
  [PC] width 961px - 
============================================================ */
    
    /*------------------------------------------------------------
      [PC] bc
    ------------------------------------------------------------ */
    #suntory_contents #bc {
        width: 100%;
        max-width: 1164px;
    }
    
    /*------------------------------------------------------------
      [PC] lead
    ------------------------------------------------------------ */
    #suntory_contents #lead {
        width: 100%;
        max-width: 1164px;
    }
    
    /*------------------------------------------------------------
      [PC] images
    ------------------------------------------------------------ */
    #suntory_contents #images {
        width: 100%;
        max-width: 1164px;
    }
    /*------------------------------------------------------------
      [PC] factsheet
    ------------------------------------------------------------ */
    #suntory_contents #factsheet {
        width: 100%;
        max-width: 1164px;
    }
    /*------------------------------------------------------------
      [PC] video
    ------------------------------------------------------------ */
    #suntory_contents #video .inner {
        width: 100%;
        max-width: 1164px;
    }
    
}


@media only screen and (max-width: 767px){
    /*=============================================================
      [SP] 
    ============================================================ */
    
    body {
    min-width: 100%;
    }
    
   
    /*------------------------------------------------------------
      [SP] newsroom_nav
    ------------------------------------------------------------ */
    #suntory_contents .newsroom_nav_wrap {
        display: none;
    }
    #suntory_contents .newsroom_nav {
        display: none;
    }
    
    
    /*------------------------------------------------------------
      [SP] lead
    ------------------------------------------------------------ */
    #suntory_contents #lead {
        margin: 30px 15px;
        width: auto;
    }
    #suntory_contents #lead h1 {
        margin-bottom: 30px;
        font-size: 32px;
        font-family: 'suntory sabon';
        font-style: normal;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    #suntory_contents #lead p {
        font-size: 13px;
        line-height: 1.8;
        font-family: 'suntory sabon';
        font-style: normal;
        text-align: center;
    }
    
    /*------------------------------------------------------------
      [SP] images
    ------------------------------------------------------------ */
    #suntory_contents #images {
        margin: 0 auto;
        width: auto;
    }
    #suntory_contents #images .category {
    margin-bottom: 30px;
    }
    #suntory_contents #images .category h2 {
        margin: 0 20px 15px;
        font-size: 24px;
        font-family: 'suntory sabon';
        font-style: normal;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    #suntory_contents #images .category ul {
        margin: 0 20px;
    }
    #suntory_contents #images .category ul:after { content :''; display :block; clear :both; }

    #suntory_contents #images .category li {
        padding-bottom: 20px;
        margin-right: 0;
        width: 46.4285714285714%;
        float: left;
    }
    #suntory_contents #images .category li:nth-child(even) {
        float: right;
    }
    #suntory_contents #images .category li:nth-child(4n) {
        margin-right: 0;
    }
    #suntory_contents #images .category li:nth-child(2n+1) {
        clear: both;
    } 
    #suntory_contents #images .category li:nth-child(4n+1) {
        clear: both;
    } 
    #suntory_contents #images .category .fig_wrap {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    height: 100px;
    }
    #suntory_contents #images .category figure.thumbnail {
        text-align: center;
        height: 100px;
    }
    #suntory_contents #images .category figure.thumbnail img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100px;
    }
    #suntory_contents #images .category figure.thumbnail:hover img {
    transform: scale(1, 1);
    }
    
    #suntory_contents #images .category li a {
        color: #333;
    }

    #suntory_contents #images .category li h3 {
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 1.5;
        font-family: 'suntory sabon';
        color: #333;
    }
    #suntory_contents #images .category li p {
        font-size: 11px;
        font-family: 'suntory sabon';
    }

    #suntory_contents #images h2.all {
        margin: 0 0 15px;
        font-size: 21px;
        font-family: 'suntory sabon';
        font-style: normal;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    #suntory_contents #images .btn_download_all {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.8;
        font-family: 'suntory syntax';
        font-style: normal;
        text-align: center;
    }
    #suntory_contents #images .btn_download_all a {
        display: inline-block;
        background: #5bc2dc;
        color: #fff;
        padding: 10px 35px;
        border-radius: 40px;
        transition: all .2s ease-in-out;
    }
    #suntory_contents #images .btn_download_all a span {
        background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_download.png) no-repeat 0 center;
        background-size: 25px auto;
        padding: 0 48px;
        height: 22px;
        display: inline-block;
    }
    #suntory_contents #images .btn_download_all a:hover {
        opacity: 1;
        text-decoration: none;
    }
    #suntory_contents #images .update {
        margin-bottom: 45px;
        font-size: 13px;
        line-height: 1.8;
        font-family: 'suntory sabon';
        font-style: normal;
        text-align: center;
    }

    
    /*------------------------------------------------------------
      [SP] factsheet
    ------------------------------------------------------------ */
    #suntory_contents #factsheet {
        margin: 0 auto;
        padding-bottom: 15px;
        width: auto;
    }
    #suntory_contents #factsheet h2 {
        margin-bottom: 30px;
        font-size: 24px;
        font-family: 'suntory sabon';
        font-style: normal;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }

    #suntory_contents #factsheet ul {
        margin: 0 20px;
    }
    #suntory_contents #factsheet ul:after { content :''; display :block; clear :both; }

    #suntory_contents #factsheet li {
        margin-bottom: 25px;
        margin-right: 0;
        width: 46.4285714285714%;
        float: left;
    }
    #suntory_contents #factsheet li:nth-child(even) {
        float: right;
    }
    #suntory_contents #factsheet li:nth-child(4n) {
        margin-right: 0;
    }
    #suntory_contents #factsheet li:nth-child(2n+1) {
        clear: both;
    } 
    #suntory_contents #factsheet li:nth-child(4n+1) {
        clear: both;
    } 

    #suntory_contents #factsheet li figure {
        overflow: hidden;
        border: 1px #cfcfcf solid;
        margin-bottom: 10px;
    }

    #suntory_contents #factsheet li img {
        width: 100%;
        vertical-align: bottom;
        transition: none;
    }
    #suntory_contents #factsheet li a {
        color: #333;
        text-decoration: none;
    }
    #suntory_contents #factsheet li a:hover img {
        transform: scale(1, 1);
    }
    
    #suntory_contents #factsheet li a.link .text {
    position:relative;
    padding-right: 20px;
    }
    #suntory_contents #factsheet li a.link .text:after {
       content:"";
        position:absolute;
        top:5px;
        right:5px;
        width:7px;
        height:7px;
        margin:auto;
        border-top:2px solid #2d8fc1;
        border-right:2px solid #2d8fc1;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    
    #suntory_contents #factsheet li .pdf_download .text {
        background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_pdf.png) no-repeat right 0;
        background-size: 13px auto;
        padding-right: 20px;
    }

    #suntory_contents #factsheet li h3 {
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 1.5;
        font-family: 'suntory sabon';
        color: #333;
    }
    #suntory_contents #factsheet li p {
        font-size: 11px;
        font-family: 'suntory sabon';
    }
    
    
    /*------------------------------------------------------------
      [SP] video
    ------------------------------------------------------------ */
    #suntory_contents #video {
        margin: 0 auto;
        background: #222833;
    }
    #suntory_contents #video .inner {
        margin: 0 auto;
        padding: 30px 20px 25px;
        width: auto;
    }
  
    #suntory_contents #video h2 {
        margin: 0 0 30px;
        font-size: 24px;
        font-family: 'suntory sabon';
        font-style: normal;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    #suntory_contents #video .movie_container_primary {
        width: 100%;
    }
    #suntory_contents #video .movie_container_primary:after { content :''; display :block; clear :both; }

    #suntory_contents #video .movie_container_third {
        margin-bottom: 40px;
        width: 100%;
    }
    #suntory_contents #video .movie_container_third:after { content :''; display :block; clear :both; }

    #suntory_contents #video .primary_movie {
        clear: both;
        width:46.4285714285714%;
        float: left;
        background: #313842;
        margin-bottom: 20px;
        padding-bottom: 10px;
        height: auto;
    }
    #suntory_contents #video .primary_movie.reverse {
    float: left;
    }
    #suntory_contents #video .primary_movie figure {
        margin-bottom: 8px;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    #suntory_contents #video .primary_movie figure iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #suntory_contents #video .primary_movie img {
        width: 100%;
        height: auto;
    }
    #suntory_contents #video .primary_movie .title {
        display: flex;
        -webkit-flex-direction:column;
	    flex-direction:column;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    #suntory_contents #video .primary_movie h3 {
        font-size: 10px;
        line-height: 1.5;
        font-family: 'suntory sabon';
        color: #fff;
        display: block;
        padding-right: 20px;
        -webkit-order: 2;
	    order: 2;
    }
    #suntory_contents #video .primary_movie .time {
        margin: 0 0 10px;
        font-size: 9px;
        line-height: 1em;
        font-family: 'suntory sabon';
        color: #aabbcc;
        background:url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_time.png) no-repeat right center;
        background-size: 10px auto;
        padding-right: 15px;
        display: block;
        -webkit-order: 1;
	    order: 1;
        text-align: right;
    }
    #suntory_contents #video .primary_movie .text {
        display: none;
    }
    #suntory_contents #video .primary_movie .btn_youtube {
         text-align: center;
        position: static;
	font-size:.8em;
    }

    #suntory_contents #video .secondary_movie {
        margin-bottom: 20px;
        padding-bottom: 10px;
        background: #313842;
        width:46.4285714285714%;
        float: none;
        height: auto;
    }
    #suntory_contents #video .reverse .secondary_movie {
        float: none;
    }
    
    #suntory_contents #video .secondary_movie.secondary_movie_first {
        float: right;
    }
    #suntory_contents #video .secondary_movie.secondary_movie_last {
        float: left;
        clear: both;
    }

    #suntory_contents #video .third_movie {
        width:46.4285714285714%;
        padding-bottom: 10px;
        background: #313842;
        float: none;
        margin-right: 0;
        height: auto;
    }
    #suntory_contents #video .third_movie:last-child {
        margin-right:0;
    }
    #suntory_contents #video .third_movie.third_movie_first {
        float: right;
        clear: none;
    }
    #suntory_contents #video .third_movie.third_movie_middle {
        float: left;
        clear: both;
    }
    #suntory_contents #video .third_movie.third_movie_last {
        float: right;
    }
    

    #suntory_contents #video .secondary_movie img,
    #suntory_contents #video .third_movie img{
        width: 100%;
    }
    #suntory_contents #video .secondary_movie figure,
    #suntory_contents #video .third_movie figure{
        margin-bottom: 8px;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    #suntory_contents #video .secondary_movie figure iframe,
    #suntory_contents #video .third_movie figure iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #suntory_contents #video .secondary_movie .title,
    #suntory_contents #video .third_movie .title{
        display: flex;
        -webkit-flex-direction:column;
	    flex-direction:column;
    }
    
    #suntory_contents #video .secondary_movie h3,
    #suntory_contents #video .third_movie h3 {
        font-size: 10px;
        line-height: 1.5;
        font-family: 'suntory sabon';
        color: #fff;
        margin-bottom: 15px;
        padding: 0 20px;
        -webkit-order: 2;
	    order: 2;
    }
    #suntory_contents #video .secondary_movie .time,
    #suntory_contents #video .third_movie .time {
        margin: 0 0 10px 0;
        font-size: 9px;
        line-height: 14px;
        font-family: 'suntory sabon';
        color: #aabbcc;
        background:url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_time.png) no-repeat right center;
        background-size: 10px auto;
        padding-right: 15px;
        text-align: right;
        -webkit-order: 1;
	    order: 1;
    }
    #suntory_contents #video .secondary_movie .text,
    #suntory_contents #video .third_movie .text{
        display: none;
    }
    #suntory_contents #video .secondary_movie .btn_youtube,
    #suntory_contents #video .third_movie .btn_youtube{
         text-align: center;
        position: static;
	font-size:.8em;
    }
    
    
    /*------------------------------------------------------------
      [SP] ajax
    ------------------------------------------------------------ */
    #suntory_contents .ajax {
        padding: 40px 0;
    }
    #suntory_contents .ajax:after { content :''; display :block; clear :both; }

    #suntory_contents #images .category .ajax figure.thumbnail_ajax {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
        max-width: auto;
        max-height: 150px;
        float :none;
        display: inline-block;
        text-align: center;
    }
    #suntory_contents #images .category .ajax figure.thumbnail_ajax img {
        width: auto;
        height: auto;
        max-width: auto;
        max-height: 150px;
    }
    #suntory_contents #images .ajax .text_block {
        width: 100%;
        float: none;
        display: inline-block;
    }
    #suntory_contents #images .category .text_block h3 {
        font-size: 18px;
        line-height: 1.5;
        color: #fff;
        font-family: 'suntory sabon';
        font-style: normal;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #suntory_contents #images .category .text_block p.date {
        font-size: 11px;
        line-height: 1.5;
        color: #fff;
        font-family: 'suntory sabon';
        font-style: normal;
        margin-bottom: 20px;
    }
    #suntory_contents #images .category .text_block p.text {
        font-size: 11px;
        line-height: 1.5;
        color: #fff;
        font-family: 'suntory sabon';
        font-style: normal;
        margin-bottom: 20px;
    }

    #suntory_contents #images .category .text_block p.note {
        font-size: 9px;
        line-height: 1.5;
        color: #999999;
        font-family: 'suntory sabon';
        font-style: normal;
    }

    #suntory_contents #images .category .text_block p.btn_download {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 1.8;
        line-height: 25px;
        font-family: 'suntory syntax';
        font-style: normal;
        text-align: center;
    }
    #suntory_contents #images .category .text_block p.btn_download a {
        display: inline-block;
        background: #5bc2dc;
        color: #fff;
        padding: 9px 25px 9px 25px;
        border-radius: 30px;
        transition:none;
    }
    #suntory_contents #images .category .text_block p.btn_download a span {
        background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/icon_download.png) no-repeat 0 center;
        background-size: 15px auto;
        padding: 0 25px;
        min-height: 13px;
        display: inline-block;
    }
    #suntory_contents #images .category .text_block p.btn_download a:hover {
        opacity: 1;
        text-decoration: none;
    }
    
    /*------------------------------------------------------------
      [SP] leagal_notices
    ------------------------------------------------------------ */
    #suntory_contents #leagal_notices,
    #suntory_contents #leagal_notices_alone {
        width: auto;
        padding: 20px;
        height: auto;
        position: fixed;
        top: 15%;
        left: 0;
        z-index: 100;
        background: #fff;
        box-sizing: border-box;
        display: none;
    }
    #suntory_contents #leagal_notices h1,
    #suntory_contents #leagal_notices_alone h1 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px;
        text-align: center;
    }

    #suntory_contents #leagal_notices .note_container,
    #suntory_contents #leagal_notices_alone .note_container {
        margin-bottom: 20px;
        height: 150px;
        overflow-y:auto;
        border:1px #666 solid;
        padding:1em;
    }
    #suntory_contents #leagal_notices p,
    #suntory_contents #leagal_notices_alone p{
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    #suntory_contents #leagal_notices .check_agree {
        text-align: center;
        margin: 0 0 20px;
    }
    #suntory_contents #leagal_notices .check_agree input {
        margin: 0 5px;
    }

    #suntory_contents #leagal_notices ul {
        display: table;
        margin: 0 auto;
    }
    #suntory_contents #leagal_notices ul li {
        display: table-cell;
    }
    #suntory_contents #leagal_notices .btn_disagree {
        padding: 0 15px;
        font-size: 14px;
    }

    #suntory_contents #leagal_notices .disabled {
        /*border: 1px #999 solid;*/
        border-radius: 20px;
        padding: 10px 20px;
        background: #ddd;
        color: #999;
        font-weight: bold;
    }

    #suntory_contents #leagal_notices .btn_download_agree a {
        /*border: 1px #000 solid;*/
        border-radius: 20px;
        padding: 10px 20px;
        display: inline-block;
        text-decoration: none;
        background: #5bc2dc;
        color: #fff;
        font-weight: bold;
    }
    
    #suntory_contents #leagal_notices .btn_close a,
    #suntory_contents #leagal_notices_alone .btn_close a {
        width: 20px;
        height: 20px;
        background: url(https://www.suntory.com/newsroom/mediakit/parts_2017/img/btn_modal_close.jpg) no-repeat 0 0;
        background-size: 20px 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        text-indent: -9999px;
    }
    
    

        
}