@charset "utf-8";

/*------------------------------------------------------------
  common
------------------------------------------------------------ */
@import url(/sun_common/contents_alias/top2nd_2016/css/reset.css);
@import url(/sun_common/contents_alias/top2nd_2016/css/common.css);
@import url(/sun_common/suntoryid/css/common.css);

/*=============================================================
  [PC] width 960px
============================================================ */


/*------------------------------------------------------------
  [PC] background_movie_container
------------------------------------------------------------ */
#suntory_contents #background_movie_container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 680px;
    z-index: -100;
    background: url(../img/load.jpg) no-repeat 0 0;
    background-size: cover;
}

/*------------------------------------------------------------
  [PC] contents_wrap
------------------------------------------------------------ */
#suntory_contents #contents_wrap {
    background: #fff;
    padding-bottom: 10px;
}


/*------------------------------------------------------------
  [PC] container
------------------------------------------------------------ */
#suntory_contents #container {
    margin: 0 auto;
    width: 960px;
}
#suntory_contents #container:after { content :''; display :block; clear :both; }


/*------------------------------------------------------------
  [PC] main_visual
------------------------------------------------------------ */
#suntory_contents #main_visual {
    position: relative;
    height: 560px;
    overflow: hidden;
    text-align: center;
}

#suntory_contents #main_visual h1 {
    width: 40.206185567%;
    height: auto;
    position: absolute;
    top: 45.576923076%;
    left: 20.790378006%;
}
#suntory_contents #main_visual h1.stand_alone {
    width: 40.206185567%;
    height: auto;
    position: absolute;
    top: 45.576923076%;
    left: 29.8969072165%;
}

#suntory_contents #main_visual video {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}


#suntory_contents #main_visual .btn_stop {
    position: absolute;
    bottom: 20px;
    right: 60px;
    padding-right: 20px;
}
#suntory_contents #main_visual .btn_stop a {
    font-size: 14px;
    color: #fff;
}
#suntory_contents #main_visual .btn_stop span {
width:14px;
height:14px;
position: absolute;
top: calc(50% - 7px);
right:0px;
text-indent:-9999px;
border-radius:50%;
background: #fff;
opacity:.8;
-webkit-opacity:.8;
}
#suntory_contents #main_visual .btn_stop span:after {
display:block;
content:'';
width:1px;
height:8px;
border-right:solid 2px rgba(0,0,0,.5);
position:absolute;
top:3px;
left:3px;
}
#suntory_contents #main_visual .btn_stop span:before {
display:block;
content:'';
width:1px;
height:8px;
border-right:solid 2px rgba(0,0,0,.5);
position:absolute;
top:3px;
left:7px;
}


#suntory_contents #main_visual .btn_play {
    position: absolute;
    bottom: 20px;
    right: 60px;
    padding-right: 20px;
}
#suntory_contents #main_visual .btn_play a {
    font-size: 14px;
    color: #fff;
}
#suntory_contents #main_visual .btn_play span {
width:14px;
height:14px;
position: absolute;
top: calc(50% - 7px);
right:0px;
text-indent:-9999px;
border-radius:50%;
background: #fff;
opacity:.8;
-webkit-opacity:.8;
}
#suntory_contents #main_visual .btn_play span:after {
display:block;
content:'';
width:1px;
height:8px;
border-right:solid 2px rgba(0,0,0,.5);
position:absolute;
top:3px;
left:3px;
}
#suntory_contents #main_visual .btn_play span:before {
display:block;
content:'';
width:1px;
height:8px;
border-right:solid 2px rgba(0,0,0,.5);
position:absolute;
top:3px;
left:7px;
}

#suntory_contents #main_visual .pickup {
    background:rgba(255,255,255,.34);
    position: absolute;
    bottom: 65px;
    right: 60px;
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 15px 20px 15px;
}

#suntory_contents #main_visual .pickup dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#suntory_contents #main_visual .pickup a {
    color: #476171;
}
#suntory_contents #main_visual .pickup figure {
    width: 240px;
}
#suntory_contents #main_visual .pickup figure img {
    vertical-align: bottom;
    width: 240px;
}
#suntory_contents #main_visual .pickup figcaption {
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding:5px;
    color: #476171;
    text-align: left;
}

@media screen and (max-width:660px){
    #suntory_contents #main_visual .pickup {
        display: none;
    }
}


#suntory_contents #mv_arrow{
width:40px;
height:40px;
position:absolute;
text-indent:-9999px;
bottom:47px; /* 矢印の位置調整 */
left:calc(50% - 20px); /* 矢印の位置調整 */
border:solid 4px #fff;
border-radius:50%;
opacity:.8;
-webkit-opacity:.8;
}
 
#suntory_contents #mv_arrow:after {
display:block;
content:'';
width:14px;
height:14px;
border-right:solid 5px #fff;
border-bottom:solid 5px #fff;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
position:absolute;
top:8px;
left:11px;
}
 
#suntory_contents #mv_arrow:hover {
border:solid 4px #5bc2dc;
}
#suntory_contents #mv_arrow:hover:after {
border-right:solid 5px #5bc2dc;
border-bottom:solid 5px #5bc2dc;
animation: autoplay 2s infinite;
-webkit-animation: autoplay 2s infinite;
}

@keyframes autoplay {
0% { top: 8px; }
10% { top: 12px; }
20% { top: 8px; }
40% { top: 8px; }
100% { top: 8px; }
}



/*------------------------------------------------------------
  [PC] announcement
------------------------------------------------------------ */
#suntory_contents #announcement {
    width: 100%;
    padding: 25px 0;
}
#suntory_contents #announcement dl {
    display: table;
}
#suntory_contents #announcement dt {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding-right: 30px;
}
#suntory_contents #announcement dd {
    display: table-cell;
    vertical-align: middle;
}

#suntory_contents #announcement dd p {
    margin-bottom: .5em;
    font-size: 14px;
    line-height: 1.5;
    color: #2f4756;
}
#suntory_contents #announcement dd p:last-child {
    margin-bottom: 0;
}

#suntory_contents #announcement dd p a {
    display: inline-block;
    position: relative;
    padding-right:.5em;
    color: #2f4756;
}
#suntory_contents #announcement dd p a:after{
content:"";
vertical-align:middle;
position:absolute;
top:.375em;
right:-.5em;
width:.5em;
height:.5em;
margin:auto;
border-top:3px solid #5bc2dc;
border-right:3px solid #5bc2dc;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}


/*------------------------------------------------------------
  [PC] banner_container
------------------------------------------------------------ */
#suntory_contents #banner_container {
    width: 100%;
    margin-bottom: 100px;
}
#suntory_contents #banner_container ul {
    list-style: none;
}
#suntory_contents #banner_container li {
    margin-bottom: 30px;
}
#suntory_contents #banner_container li:last-child {
    margin-bottom: 0px;
}
#suntory_contents #banner_container li img {
    width: 100%;
    vertical-align: bottom;
}

#suntory_contents #banner_container li a:hover img {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}




/*------------------------------------------------------------
  [PC] campaign_container
------------------------------------------------------------ */
#suntory_contents #campaign_container {   
}

#suntory_contents #campaign_regular {
    margin-bottom: 70px;
}
#suntory_contents #campaign_area {
    margin-bottom: 60px;
}

#suntory_contents #campaign_container .title_bar {
    margin:0 0 15px 0;
    display: table;
}
#suntory_contents #campaign_container h1 {
    padding-right: 15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

#suntory_contents #campaign_container .btn_list {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

#suntory_contents #campaign_container .title_wrap {
    margin-bottom: 30px;
    width: 100%;
}

#suntory_contents #campaign_container .select_wrap {
    vertical-align: middle;
    text-align: right;
    position: relative;
    width: 16em;
    border-bottom:4px #000 solid;
    display: table-cell;
    padding-bottom: 5px;
}
#suntory_contents #campaign_container .select_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding:0;
    overflow: hidden;
}
#suntory_contents #campaign_container .select_wrap:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:9px;
    right:12px;
    width:10px;
    height:10px;
    margin:auto;
    color: #fff;
    border-top:5px solid #000;
    border-right:5px solid #000;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
}
#suntory_contents #campaign_container select {
    margin: 0 0 0 auto;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 1px #c8ced4 solid;
    font-size: 20px;
    font-weight: bold;
    border:none;
}
::-ms-expand {
    display: none;
}



#suntory_contents #campaign_container ul:after { content :''; display :block; clear :both; }

#suntory_contents #campaign_container ul li {
    width: 23.195876288%;
    list-style: none;
    float: left;
    margin-bottom: 2.405498281%;
    margin-right: 2.405498281%;
}
#suntory_contents #campaign_container ul li a {
    color: #46555e;
}

#suntory_contents #campaign_container ul li:nth-child(4){
    margin-right: 0;
}
#suntory_contents #campaign_container ul li img {
    width: 100%;
    vertical-align: bottom;
}


#suntory_contents #campaign_container ul li a:hover img {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}



#suntory_contents #campaign_container .caption {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #46555e;
}


/*------------------------------------------------------------
  [PC] water_container
------------------------------------------------------------ */
#suntory_contents #water_container {
    width: 100%;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#suntory_contents #wave {
    width: 100%;
    height: 100%;
}
#suntory_contents #water_container .inner{
    margin-top: -10px;
    background: #bde8f4;
    padding: 20px 0;
}

/*------------------------------------------------------------
  [PC] benefit_wrapper
------------------------------------------------------------ */
/*
/sun_common/suntoryid/css/common.css
*/

/*------------------------------------------------------------
  [PC] products_container
------------------------------------------------------------ */
#suntory_contents #products_container {
    width: 960px;
    margin: 0 auto 100px;
}

#suntory_contents #products_container .title_bar {
    margin:0 0 25px 0;
    display: table;
    float:left;
}
#suntory_contents #products_container h1 {
    padding-right: 15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
#suntory_contents #products_container .btn_list {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
#suntory_contents #products_container .list {
    float: right;
}
#suntory_contents .list a {
    font-size: 14px;
    line-height:12px;
    display: inline-block;
    color: #2f4756;
    padding: 10px 15px 12px 0;
    margin-right: 10px;
}

#suntory_contents #products_container .list a span.arrow {
    display: inline-block;
    position: relative;
    padding-right:.5em;
}
#suntory_contents #products_container .list a span.arrow:after{
content:"";
vertical-align:middle;
position:absolute;
top:50%;
right:-.5em;
width:.5em;
height:.5em;
margin:-.25em auto auto;
border-top:3px solid #5bc2dc;
border-right:3px solid #5bc2dc;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}

#suntory_contents #products_container .list a:hover span.arrow{
    text-decoration: underline;
}

#suntory_contents #products_container ul {
    clear:both;
    list-style: none;
}
#suntory_contents #products_container ul:after { content :''; display :block; clear :both; }

#suntory_contents #products_container .primary li {
    width:18.55670103%;
    float:left;
    background: #e5f9ff;
    text-align: center;
    margin: 0 1.804123711% 1.804123711% 0;
}
#suntory_contents #products_container .primary li:nth-child(5),
#suntory_contents #products_container .primary li:nth-child(10) {
    margin: 0 0 1.804123711% 0;
}


#suntory_contents #products_container .primary li a {
    padding:20px 0;
    display: block;
    color: #2f4756;
    text-align: center;
    position: relative;
}

#suntory_contents #products_container .primary li a:after{
content:"";
vertical-align:middle;
position:absolute;
top:calc(50% - 7px);
right:12px;
width:14px;
height:14px;
margin:auto;
border-top:4px solid #5bc2dc;
border-right:4px solid #5bc2dc;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}

#suntory_contents #products_container .primary li a:hover {
    text-decoration: none;
}
#suntory_contents #products_container .primary li dd {
    display: table;
    text-align: center;
    width: 100%;
}
#suntory_contents #products_container .primary li dd figure {
    display: inline-block;
}
#suntory_contents #products_container .primary li dd .img_wrap {
    padding-bottom: 15px;
    display: table-cell;
    vertical-align: bottom;
    height: 150px;
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#suntory_contents #products_container .primary li img {
    vertical-align: bottom;
    max-height: 135px;
}
#suntory_contents #products_container .primary li dt {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    position: relative;
}
#suntory_contents #products_container .primary li:nth-child(3) dt {
    font-size: 14px;
}

#suntory_contents #products_container .primary li:nth-child(1) dt,
#suntory_contents #products_container .primary li:nth-child(2) dt,
#suntory_contents #products_container .primary li:nth-child(4) dt,
#suntory_contents #products_container .primary li:nth-child(5) dt,
#suntory_contents #products_container .primary li:nth-child(6) dt,
#suntory_contents #products_container .primary li:nth-child(7) dt,
#suntory_contents #products_container .primary li:nth-child(9) dt {
    letter-spacing: -.1em;
}
#suntory_contents #products_container .primary li:nth-child(3) dt span {
    letter-spacing: -.125em;
}

#suntory_contents #products_container .primary li a:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}


#suntory_contents #products_container .secondary li {
    width:32.130584192%;
    float:left;
    background: #e5f9ff;
    text-align: center;
    margin: 0 1.718213058% 0 0;
}
#suntory_contents #products_container .secondary li:nth-child(3) {
    margin: 0;
}
#suntory_contents #products_container .secondary li a {
    padding:5px 0;
    display: block;
    color: #2f4756;
    text-align: center;
}
#suntory_contents #products_container .secondary dl {
    margin: 0 auto;
    display: table;
    width: 100%;
}
#suntory_contents #products_container .secondary dl dt {
    display: table-cell;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: left;
    padding:0 40px 0 10px;
}
#suntory_contents #products_container .secondary dl dd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 120px;
    width: 54%;
}

#suntory_contents #products_container .secondary .img_wrap {
    display: table;
    margin: 0 auto;
}

#suntory_contents #products_container .secondary li dd figure {
    display: table-cell;
    vertical-align: bottom;
}

#suntory_contents #products_container .secondary li a {
    padding: 0;
    display: block;
    color: #2f4756;
    position: relative;
}

#suntory_contents #products_container .secondary li a:after{
content:"";
vertical-align:middle;
position:absolute;
top:calc(50% - 7px);
right:12px;
width:14px;
height:14px;
margin:auto;
border-top:4px solid #5bc2dc;
border-right:4px solid #5bc2dc;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}

#suntory_contents #products_container .secondary li a:hover {
    text-decoration: none;
}

#suntory_contents #products_container .secondary li figure {
}

#suntory_contents #products_container .secondary li img {
    vertical-align: bottom;
    max-height: 120px;
}
#suntory_contents #products_container .secondary li:nth-child(3) img:nth-child(1) {
    margin: 0 5px 0 0;
}

#suntory_contents #products_container .secondary li dt span {
    position: relative;
    display: inline-block;
}

#suntory_contents #products_container .secondary li a:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}

#suntory_contents #products_container .list_sp {
    display: none;
}



/*------------------------------------------------------------
  [PC] cm_container
------------------------------------------------------------ */
#suntory_contents #cm_container {
    margin-bottom: 100px;
    background: #81cfe9;
}
#suntory_contents #cm_container .inner {
    margin:0 auto;
    width: 960px;
    display: table;
}
#suntory_contents #cm_container .inner:after { content :''; display :block; clear :both; }

#suntory_contents #cm_container .text_wrap {
    width: 34.364261168%;
    display: table-cell;
    vertical-align: middle;
}
#suntory_contents #cm_container .title_bar {
    margin:0 0 30px 0;
    display: table;
}
#suntory_contents #cm_container h1 {
    padding-right: 15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
#suntory_contents #cm_container .btn_list {
    display: table-cell;
    vertical-align: middle;
}

#suntory_contents #cm_container .movie {
    width: 65.635738831%;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}

#suntory_contents #cm_container .movie_title h2 {
    font-size: 18px;
    font-weight: normal;
    padding-right: 20px;
}
#suntory_contents #cm_container .movie_title h3 {
    font-size: 18px;
    font-weight: normal;
}

#suntory_contents #cm_container .movie_title_sp {
    display: none;
}

/*------------------------------------------------------------
  [PC] action_container
------------------------------------------------------------ */
#suntory_contents #action_container {
    margin:0 auto 100px;
    width: 960px;
}
#suntory_contents #action_container ul:after { content :''; display :block; clear :both; }

#suntory_contents #action_container ul {
    list-style: none;
}
#suntory_contents #action_container li {
    margin-right: 3.608247422%;
    width:30.927835051%;
    float:left;
}
#suntory_contents #action_container li:last-child {
    margin-right:0px;
}
#suntory_contents #action_container li figure {
    margin: 0;
}
#suntory_contents #action_container li img {
    margin-bottom: 15px;
    width: 100%;
    vertical-align: bottom;
}
#suntory_contents #action_container li a {
    color: #2f4756;
}
#suntory_contents #action_container li a figcaption {
    color: #2f4756;
    font-size: 20px;
    line-height: 1.5;
    display: inline-block;
    position: relative;
}
#suntory_contents #action_container ul li a:hover img {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}


/*------------------------------------------------------------
  [PC] voice_container
------------------------------------------------------------ */
#suntory_contents #voice_container {
    margin:0 auto 100px;
    width: 960px;
}
#suntory_contents #voice_container:after { content :''; display :block; clear :both; }

#suntory_contents #voice_container .title_bar {
    margin:0 0 30px 0;
    display: table;
}
#suntory_contents #voice_container h1 {
    padding-right: 15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
#suntory_contents #voice_container .btn_list {
    display: table-cell;
    vertical-align: middle;
}

/*------------------------------------------------------------
  [PC] news_container
------------------------------------------------------------ */
#suntory_contents #news_container {
    /*margin:0 auto 80px;*/
    margin: 50px auto;
    /*width: 960px;*/
    width: 100%;
}
#suntory_contents #news_container:after { content :''; display :block; clear :both; }

#suntory_contents #news_container section {
    /*width: 48.281786941%*/
    width: 100%;
}
#suntory_contents #news_container #whats_new {
    /*float: left;*/
}
#suntory_contents #news_container #news_release {
    float: right;
}

#suntory_contents #news_container .title_bar {
    margin:0 0 30px 0;
    display: table;

    /*add*/
    width: 100%;
}
#suntory_contents #news_container h1 {
    padding-right: 15px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
#suntory_contents #news_container .btn_list {
    display: table-cell;
    vertical-align: middle;
    padding-right:8px;
}
#suntory_contents #news_container .btn_rss {
    display: table-cell;
    vertical-align: middle;
}

/*add by nishimura*/
#suntory_contents #news_container .rss {
    float: right;
    display: table;
}
#suntory_contents #news_container .rss .list {
    display: table-cell;
}
#suntory_contents #news_container .rss .list a span.arrow {
    display: inline-block;
    position: relative;
    padding-right:.5em;
}
#suntory_contents #news_container .rss .list a span.arrow:after{
content:"";
vertical-align:middle;
position:absolute;
top:50%;
right:-.5em;
width:.5em;
height:.5em;
margin:-.25em auto auto;
border-top:3px solid #5bc2dc;
border-right:3px solid #5bc2dc;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}

#suntory_contents #news_container .rss .list a:hover span.arrow{
    text-decoration: underline;
}

/* add by nishimura*/

#suntory_contents #news_container section ul {
    list-style: none;
    border-top:1px #c7cdd3 solid;
    margin: 0 1em;
}
#suntory_contents #news_container section li {
    border-bottom:1px #c7cdd3 solid;
}
#suntory_contents #news_container section li a,
#suntory_contents #news_container section li div
{
    padding: 20px 0;
    display: block;
    color: #1f4a64;
}

#suntory_contents #news_container section li a .date,
#suntory_contents #news_container section li div .date
{
    margin-bottom: 10px;
    font-size: 14px;
    color: #535353;
}

#suntory_contents #news_container section li div .text {
    color: #000;
}

#suntory_contents #news_cinformation_containerontainer section li a .text {
    font-size: 16px;
    line-height: 1.5;
    color: #1f4a64;
}


#suntory_contents #news_container section li .date .category {
    margin: 0 7px 0 0;
    display: inline-block;
    background:#e3e9ee;
    font-size: 12px;
    color: #535353;
    padding: 5px;
}
#suntory_contents #news_container section li .date .category:first-child {
    margin: 0 7px 0 20px;
}


/*------------------------------------------------------------
  [PC] information_container
------------------------------------------------------------ */
/*
/sun_common/suntoryid/css/common.css
*/



@media screen and (min-width:961px){
/*=============================================================
  [PC] width 961px - 
============================================================ */

    /*------------------------------------------------------------
      [PC] container
    ------------------------------------------------------------ */
    #suntory_contents #container {
        margin: 0 auto;
        width: 100%;
        max-width: 1164px;
    }
    
    /*------------------------------------------------------------
      [PC] products_container
    ------------------------------------------------------------ */
    #suntory_contents #products_container {
        margin: 0 auto 100px;
        width: 100%;
        max-width: 1164px;
    }
    
    /*------------------------------------------------------------
      [PC] #cm_container
    ------------------------------------------------------------ */
    #suntory_contents #cm_container .inner {
        margin: 0 auto;
        width: 100%;
        max-width: 1164px;
    }

    /*------------------------------------------------------------
      [PC] #action_container
    ------------------------------------------------------------ */
    #suntory_contents #action_container {
        margin: 0 auto 100px;
        width: 100%;
        max-width: 1164px;
    }
    
    /*------------------------------------------------------------
      [PC] voice_container
    ------------------------------------------------------------ */
    #suntory_contents #voice_container {
        margin: 0 auto 100px;
        width: 100%;
        max-width: 1164px;
    }
    
    /*------------------------------------------------------------
      [PC] news_container
    ------------------------------------------------------------ */
    #suntory_contents #news_container {
        /*margin: 0 auto 80px;*/
        margin: 50px auto;
        width: 100%;
        max-width: 1164px;
    }
    
    
}


@media screen and (max-width:767px){

    /*=============================================================
      [SP] 
    ============================================================ */
    
    /*------------------------------------------------------------
      [sp] background_movie_container
    ------------------------------------------------------------ */
    #suntory_contents #background_movie_container {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        z-index: -100;
        background: none;
    }
    
    /*------------------------------------------------------------
      [SP] container
    ------------------------------------------------------------ */
    #suntory_contents #container {
        margin: 0 auto;
        width: 100%;
    }
    
    /*------------------------------------------------------------
      [SP] main_visual
    ------------------------------------------------------------ */
    #suntory_contents #main_visual {
        position: relative;
        height: 405px;
        overflow: hidden;
        text-align: center;
        background: url(../img/sp_main_visual.jpg) no-repeat center 0;
        background-size:100% 100%;
    }
    #suntory_contents #main_visual h1 {
    margin: 27.881040892% auto auto;
    width: 73.125%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    }
    #suntory_contents #main_visual h1.stand_alone {
    margin: 27.881040892% auto auto;
    width: 73.125%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    }
    
    #suntory_contents #main_visual h1 img {
        width: 100%;
    }
    #suntory_contents #main_visual video,
    #suntory_contents #main_visual .btn_stop,
    #suntory_contents #main_visual .btn_play{
    display: none;
    }
    
    #suntory_contents #main_visual .pickup {
    margin: 0 10px;
    display: block;
    background:rgba(255,255,255,.85);
    position: absolute;
    bottom: 60px;
    right: 0;
        -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
    }

    #suntory_contents #main_visual .pickup dt {
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-align: left;
    }

    #suntory_contents #main_visual .pickup a {
        color: #476171;
    }

    #suntory_contents #main_visual .pickup figure {
        width: 100%;
    }
    #suntory_contents #main_visual .pickup figure:after { content :''; display :block; clear :both; }
    
    #suntory_contents #main_visual .pickup figure img {
        vertical-align: bottom;
        width: 40.677966101%;
        float: left;
    }
    #suntory_contents #main_visual .pickup figcaption {
        width: 47.457627118%;
        float: right;
        background: none;
        font-size: 12px;
        line-height: 1.5;
        padding:0;
        color: #3a4850;
        text-align: left;
    }
    
    
    #suntory_contents #mv_arrow{
    width:30px;
    height:30px;
    position:absolute;
    text-indent:-9999px;
    bottom:10px; /* 矢印の位置調整 */
    left:calc(50% - 15px); /* 矢印の位置調整 */
    border:solid 3px #fff;
    border-radius:50%;
    opacity:.8;
    -webkit-opacity:.8;
    }

    #suntory_contents #mv_arrow:after {
    display:block;
    content:'';
    width:10.5px;
    height:10.5px;
    border-right:solid 3.75px #fff;
    border-bottom:solid 3.754
        px #fff;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    position:absolute;
    top:6px;
    left:8.255px;
    }

    #suntory_contents #mv_arrow:hover {
    border:solid 4px #5bc2dc;
    }
    #suntory_contents #mv_arrow:hover:after {
    border-right:solid 5px #5bc2dc;
    border-bottom:solid 5px #5bc2dc;
    animation: autoplay 2s infinite;
    -webkit-animation: autoplay 2s infinite;
    }
    
    /*------------------------------------------------------------
      [sp] announcement
    ------------------------------------------------------------ */
    #suntory_contents #announcement {
    width: auto;
    background: none;
    margin-bottom: 0;
    padding: 10px;
    }
    #suntory_contents #announcement dl {
        display: block;
    }
    #suntory_contents #announcement dt {
        display: none;
    }
    #suntory_contents #announcement dd {
        display: block;
        padding: 0;
    }
    #suntory_contents #announcement dd p {
        margin-bottom: .5em;
        font-size: 14px;
        line-height: 1.5;
        border-bottom: 1px #c7cdd3 solid;
        padding: 5px 10px;
    }
    #suntory_contents #announcement dd p:last-child {
        border-bottom:none;
    }
    
    #suntory_contents #announcement dd p a {
    display: inline-block;
    position: relative;
    padding-right:.5em;
    }
    #suntory_contents #announcement dd p a:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:.375em;
    right:-.5em;
    width:.5em;
    height:.5em;
    margin:auto;
    border-top:3px solid #5bc2dc;
    border-right:3px solid #5bc2dc;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    }

    /*------------------------------------------------------------
      [SP] banner_container
    ------------------------------------------------------------ */
    #suntory_contents #banner_container {
        width: auto;
        margin: 0 10px 40px;
    }
    #suntory_contents #banner_container ul {
        list-style: none;
    }
    #suntory_contents #banner_container li {
        margin-bottom: 10px;
    }
    #suntory_contents #banner_container li:last-child {
        margin-bottom: 0px;
    }
    #suntory_contents #banner_container li img {
        width: 100%;
        vertical-align: bottom;
    }
    
    /*------------------------------------------------------------
      [SP] campaign_container
    ------------------------------------------------------------ */
    #suntory_contents #campaign_regular {
        margin: 0 10px 35px;
    }
    #suntory_contents #campaign_area {
        margin: 0 10px 35px;
    }

    
    #suntory_contents #campaign_regular .title_bar {
        margin: 0 10px 15px 0;
        width: auto;
        display: table;
    }

    #suntory_contents #campaign_regular h1 {
        padding-right: 15px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }

    #suntory_contents #campaign_regular .btn_list {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

    
    
    #suntory_contents #campaign_area .title_bar {
        margin:0 10px 15px 0;
        width: auto;
        display: block;
        
        position: relative;
    }
    #suntory_contents #campaign_area h1 {
        padding-right: 15px;
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        display: block;
        vertical-align: middle;
    }
    #suntory_contents #campaign_area .btn_list {
        display: block;
        vertical-align: middle;
        text-align: left;
        
        position: absolute;
        top: 0px;
        left:11em;
    }


    
    #suntory_contents #campaign_container .select_wrap {
    margin: 10px 0 20px;
    vertical-align: middle;
    text-align: left;
    position: relative;
    width: 100%;
    border-bottom:4px #000 solid;
    display: block;
    padding-bottom: 5px;
    }
    #suntory_contents #campaign_container .select_wrap:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        padding:0;
        overflow: hidden;
    }
    #suntory_contents #campaign_container .select_wrap:after{
        content:"";
        vertical-align:middle;
        position:absolute;
        top:9px;
        right:12px;
        width:10px;
        height:10px;
        margin:auto;
        color: #fff;
        border-top:3px solid #000;
        border-right:3px solid #000;
        -webkit-transform:rotate(135deg);
        transform:rotate(135deg);
    }
    #suntory_contents #campaign_container select {
        margin: 0 0 0 auto;
        cursor: pointer;
        position: relative;
        -webkit-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0;
        background: transparent;
        border: 1px #c8ced4 solid;
        font-size: 16px;
        font-weight: bold;
        border:none;
    }
    
    

    #suntory_contents #campaign_container ul:after { content :''; display :block; clear :both; }

    #suntory_contents #campaign_container ul li {
        width: 47.457627118%;
        list-style: none;
        margin-bottom: 5.084745762%;
        margin-right: 0;
    }
    #suntory_contents #campaign_container ul li:nth-child(odd){
        float: left;
    }
    #suntory_contents #campaign_container ul li:nth-child(even){
        float: right;
    }
    
    #suntory_contents #campaign_container ul li a {
        color: #46555e;
    }

    #suntory_contents #campaign_container ul li:nth-child(4){
        margin-right: 0;
    }
    #suntory_contents #campaign_container ul li img {
        width: 100%;
        vertical-align: bottom;
    }
    #suntory_contents #campaign_container .caption {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.5;
        color: #46555e;
    }
    #suntory_contents #campaign_container #campaign_area ul li {
        width: 100%;
        list-style: none;
        margin-bottom: 5.084745762%;
        margin-right: 0;
    }
    #suntory_contents #campaign_container #campaign_area ul li a:after { content :''; display :block; clear :both; }
    
     #suntory_contents #campaign_container #campaign_area ul li img {
        width: 47.457627118%;
        vertical-align: bottom;
        float:left;
    }
    #suntory_contents #campaign_container #campaign_area .caption {
        margin-top: 0;
        width:49.152542372%;
        float: right;
    }
   

    /*------------------------------------------------------------
      [SP] water_container
    ------------------------------------------------------------ */
    #suntory_contents #water_container {
        width: 100%;
        padding-top: 0;
    }
    #suntory_contents #wave {
        margin: 0;
        padding: 0;
        width:0;
        height: 0;
        display: none;
    }
    #suntory_contents #water_container .inner{
        margin-top: 0;
        background: #bde8f4;
        padding: 10px;
    }
    
    /*------------------------------------------------------------
      [SP] benefit_wrapper
    ------------------------------------------------------------ */
    /*
    /sun_common/suntoryid/css/common.css
    */
    
    /*------------------------------------------------------------
      [SP] products_container
    ------------------------------------------------------------ */
    #suntory_contents #products_container {
        width: auto;
        margin: 0 auto;
        padding-top:30px;
    }

    #suntory_contents #products_container .title_bar {
        margin:0 0 10px 0;
        display: block;
    }
    #suntory_contents #products_container h1 {
        margin-bottom: 10px;
        padding-right: 15px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        display: block;
        vertical-align: middle;
    }
    #suntory_contents #products_container .btn_list {
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
    }


    #suntory_contents #products_container .list a:hover span.arrow{
        text-decoration: underline;
    }
    
    
    @media screen and (max-width:374px){
        #suntory_contents #products_container .btn_list span {
        font-size: 8px;
        }
    }
    
    #suntory_contents #products_container .list {
    display: none;
    }

    #suntory_contents #products_container ul {
        list-style: none;
    }
    #suntory_contents #products_container ul:after { content :''; display :block; clear :both; }

    #suntory_contents #products_container .primary li {
        width:48.333333333%;
        float:left;
        background: #e5f9ff;
        text-align: center;
        margin: 0 0 10px;
    }
    #suntory_contents #products_container .primary li:nth-child(5),
    #suntory_contents #products_container .primary li:nth-child(10) {
        margin: 0 0 10px;
    }
    #suntory_contents #products_container .primary li:nth-child(odd) {
        float:left;
    }
    #suntory_contents #products_container .primary li:nth-child(even) {
        float:right;
    }

    #suntory_contents #products_container .primary li a {
        padding:10px 0;
        display: block;
        color: #2f4756;
        text-align: center;
    }
    #suntory_contents #products_container .primary li a:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    margin:auto;
    border-top:none;
    border-right:none;
    }
    
    
    #suntory_contents #products_container .primary li a:after { content :''; display :block; clear :both; }
    
    #suntory_contents #products_container .primary li a:hover {
        text-decoration: none;
    }
    #suntory_contents #products_container .primary li dl {
        display: table;
        width:100%;
    }
    #suntory_contents #products_container .primary li dd {
        display: table-cell;
        text-align: center;
        width: 34%;
        vertical-align: middle;
    }
    #suntory_contents #products_container .primary li dd .img_wrap {
        padding-bottom: 0;
        margin:0 auto;
        display: table;
        width: 30px;
        height: 40px;
    }
    #suntory_contents #products_container .primary li dd .img_wrap figure {
        display:table-cell;
        vertical-align:bottom;
    }

    #suntory_contents #products_container .primary li img {
        vertical-align: bottom;
        max-width: 15px;
        max-height: 40px;
    }
    #suntory_contents #products_container .primary li dt {
        font-size: 14px;
        line-height: 1.5;
        display: table-cell;
        vertical-align: middle;
        text-align:left;
        position: relative;
        width: 66%;
        padding-right:15px;
    }
    #suntory_contents #products_container .primary li:nth-child(3) dt {
    font-size: 14px;
    }

    #suntory_contents #products_container .primary li:nth-child(1) dt,
    #suntory_contents #products_container .primary li:nth-child(2) dt,
    #suntory_contents #products_container .primary li:nth-child(4) dt,
    #suntory_contents #products_container .primary li:nth-child(5) dt,
    #suntory_contents #products_container .primary li:nth-child(6) dt,
    #suntory_contents #products_container .primary li:nth-child(7) dt,
    #suntory_contents #products_container .primary li:nth-child(9) dt {
        letter-spacing: -.1em;
    }

    #suntory_contents #products_container .primary li dt:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 3.5px);
    right:5px;
    width:7px;
    height:7px;
    margin:auto;
    border-top:3px solid #5bc2dc;
    border-right:3px solid #5bc2dc;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    }
    
    #suntory_contents #products_container .secondary {
        margin-bottom: 10px;
    }

    #suntory_contents #products_container .secondary li {
        width:100%;
        float:none;
        background: #e5f9ff;
        text-align: center;
        margin: 0 0 10px 0;
    }
    #suntory_contents #products_container .secondary li:nth-child(3) {
        margin: 0;
    }
    #suntory_contents #products_container .secondary li a {
        padding:5px 0;
        display: block;
        color: #2f4756;
        text-align: center;
    }
    #suntory_contents #products_container .secondary li a:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    margin:auto;
    border-top:none;
    border-right:none;
    }
    
    #suntory_contents #products_container .secondary dl {
        margin: 0 auto;
        display: table;
        width: 100%;
    }
    #suntory_contents #products_container .secondary dl dt {
        width:auto;
        display: table-cell;
        font-size: 14px;
        line-height: 1.5;
        vertical-align: middle;
        text-align: left;
        padding:0;
        width:72%;
    }
    #suntory_contents #products_container .secondary dl dt br {
        display: none;
    }
    #suntory_contents #products_container .secondary dl dd {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 10px;
        height: auto;
        width: 28%;
    }
    #suntory_contents #products_container .secondary dl dd .img_wrap {
        margin: 0 auto;
        display: table;
    }
    #suntory_contents #products_container .secondary dl dd .img_wrap figure {
        display: table-cell;
    }
    
    #suntory_contents #products_container .secondary li a {
        padding: 0;
        display: block;
        color: #2f4756;
    }
    #suntory_contents #products_container .secondary li a:hover {
        text-decoration: none;
    }
    #suntory_contents #products_container .secondary li img {
        vertical-align: bottom;
        max-height: 30px;
    }
    #suntory_contents #products_container .secondary li dt span {
        position: relative;
        display: block;
    }
    #suntory_contents #products_container .secondary li dt span:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    bottom:.5em;
    right:12px;
    width:7px;
    height:7px;
    margin:auto;
    border-top:3px solid #5bc2dc;
    border-right:3px solid #5bc2dc;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    }
    
    #suntory_contents #products_container .list_sp {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    padding-right: 20px;
    }
    #suntory_contents #products_container .list_sp a {
        color: #2f4756;
        padding-right: 20px;
    }
    #suntory_contents #products_container .list_sp a span {
        position: relative;
        display: block;
    }
    #suntory_contents #products_container .list_sp a span:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    bottom:.5em;
    right:-12px;
    width:7px;
    height:7px;
    margin:auto;
    border-top:3px solid #5bc2dc;
    border-right:3px solid #5bc2dc;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    }
    
    /*------------------------------------------------------------
      [SP] cm_container
    ------------------------------------------------------------ */
    #suntory_contents #cm_container {
        margin-bottom: 0;
        padding: 30px 10px 35px;
        background: #81cfe9;
    }
    #suntory_contents #cm_container .inner {
        margin:0 auto;
        width: auto;
        display: block;
    }
    #suntory_contents #cm_container .inner:after { content :''; display :block; clear :both; }

    #suntory_contents #cm_container .text_wrap {
        width: 100%;
        display: block;
        vertical-align: middle
    }
    #suntory_contents #cm_container .title_bar {
        margin:0 0 15px 0;
        display: table;
    }
    #suntory_contents #cm_container h1 {
        padding-right: 15px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }
    #suntory_contents #cm_container .btn_list {
        display: table-cell;
        vertical-align: middle;
    }

    #suntory_contents #cm_container .movie {
        width: 100%;
        display: block;
        vertical-align: middle;
    }

    #suntory_contents #cm_container .movie img {
        margin-bottom: 15px;
        width: 100%;
        vertical-align: bottom;
    }
    #suntory_contents #cm_container .movie_title {
        display: none;
    }
    #suntory_contents #cm_container .movie_title_sp {
        margin-top: 10px;
        display: block;
        font-size: 13px;
        line-height: 1.5;
    }
    
    /*------------------------------------------------------------
      [SP] action_container
    ------------------------------------------------------------ */
    #suntory_contents #action_container {
        margin:30px 10px 30px;
        width: auto;
    }
    #suntory_contents #action_container ul {
        list-style: none;
    }
    #suntory_contents #action_container li {
        margin-bottom: 30px;
        margin-right: 0;
        width:100%;
        float:none;
    }
    #suntory_contents #action_container li:last-child {
        margin-right:0px;
    }
    #suntory_contents #action_container li figure {
        margin: 0;
    }
    #suntory_contents #action_container li img {
        margin-bottom: 10px;
        width: 100%;
        vertical-align: bottom;
    }
    #suntory_contents #action_container li a {
        color: #2f4756;
    }
    #suntory_contents #action_container li a figcaption {
        color: #2f4756;
        font-size: 15px;
        line-height: 1.5;
        display: inline-block;
        position: relative;
    }
    
    /*------------------------------------------------------------
      [SP] voice_container
    ------------------------------------------------------------ */
    #suntory_contents #voice_container {
        margin:0 0 40px;
        width: auto;
    }
    #suntory_contents #voice_container .title_bar {
        margin:0 10px 15px 10px;
        display: table;
    }
    #suntory_contents #voice_container h1 {
        padding-right: 15px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }
    #suntory_contents #voice_container .btn_list {
        display: table-cell;
        vertical-align: middle;
    }

    #suntory_contents #voice_container p.dummy {
        width: 100%;
    }
    #suntory_contents #voice_container p.dummy img {
        width: 100%;
    }
    
    /*------------------------------------------------------------
      [PC] news_container
    ------------------------------------------------------------ */
    #suntory_contents #news_container {
        margin:0 10px 40px;
        width: auto;
    }
    #suntory_contents #news_container:after { content :''; display :block; clear :both; }

    #suntory_contents #news_container section {
        width: 100%
    }
    #suntory_contents #news_container #whats_new {
        float: none;
        margin-bottom: 40px;
    }
    #suntory_contents #news_container #news_release {
        float: none;
    }

    #suntory_contents #news_container .title_bar {
        margin:15px 0;
        display: table;
    }
    #suntory_contents #news_container h1 {
        padding-right: 15px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }
    #suntory_contents #news_container .btn_list {
        display: table-cell;
        vertical-align: middle;
        padding-right:8px;
    }
    #suntory_contents #news_container .btn_rss {
        display: table-cell;
        vertical-align: middle;
    }

    #suntory_contents #news_container section ul {
        list-style: none;
        border-top:1px #c7cdd3 solid;
        margin: 0;
    }
    #suntory_contents #news_container section li {
        border-bottom:1px #c7cdd3 solid;
    }
    #suntory_contents #news_container section li:last-child {
        border-bottom:none;
    }
    #suntory_contents #news_container section li a,
    #suntory_contents #news_container section li div
    {
        padding: 10px 0;
        display: block;
        color: #1f4a64;
    }

    #suntory_contents #news_container section li a .date,
    #suntory_contents #news_container section li div .date,
    {
        margin-bottom: 5px;
        font-size: 10px;
        color: #535353;
    }
    #suntory_contents #news_container section li div .text{
        color: #000;
    }

    #suntory_contents #news_cinformation_containerontainer section li a .text
    {
        font-size: 12px;
        line-height: 1.5;
        color: #1f4a64;
    }


    #suntory_contents #news_container section li .date .category {
        margin: 0 7px 0 0;
        display: inline-block;
        background:#e3e9ee;
        font-size: 10px;
        color: #535353;
        padding: 5px;
    }
    #suntory_contents #news_container section li .date .category:first-child {
        margin: 0 7px 0 20px;
    }
    
    /*------------------------------------------------------------
      [SP] information_container
    ------------------------------------------------------------ */
    /*
    /sun_common/suntoryid/css/common.css
    */
    
    
}