@charset "utf-8";

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


/*------------------------------------------------------------
  [PC] background_movie_container
------------------------------------------------------------ */
#suntory_contents #background_movie_container {
    width: 100%;
    height: 500px!important;
    position: relative;
    overflow: hidden;
    background: url(../img/load.jpg) no-repeat 0 0;
    background-size: 100% auto;
}

#suntory_contents #player {
	z-index: 1;
	position: absolute;
    width: 100%;
    height: 500px;
}

/*------------------------------------------------------------
  [PC] main_visual_wrap
------------------------------------------------------------ */
#suntory_contents #main_visual_wrap {
    width: 100%;
    height: 500px;
    margin: 0;
    position: absolute;
    z-index: 10000;
    text-align: center;
}


/*------------------------------------------------------------
  [PC] main_visual
------------------------------------------------------------ */
#suntory_contents #main_visual {
	margin: 0 auto;
    width: 960px;
    height: 500px;
    display: table;
    position: relative;
}
#suntory_contents #main_visual h1 {
    width: 40.206185567%;
    height: auto;
    position: absolute;
    top: 45.576923076%;
}
#suntory_contents #main_visual h1.stand_alone {
    width: 40.206185567%;
    height: auto;
    position: absolute;
    top: 45.576923076%;
    left: 29.8969072165%;
}
#suntory_contents #main_visual h1 img {
    width: 100%;
}

#suntory_contents #main_visual #movie_controller {
    display: none;
}

#suntory_contents #main_visual .btn_stop {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding-right: 20px;
    box-sizing: border-box;
    z-index: 1000;
    display: none;
}
#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: 0;
    padding-right: 20px;
    z-index: 1000;
    display: none;
}
#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: 0;
height: 0;
border-top: 4px solid transparent;
border-right: 6px solid transparent;
border-bottom: 4px solid transparent;
border-left: 6px solid rgba(0,0,0,.5);
position:absolute;
top:3px;
left:5px;
}

#suntory_contents #main_visual .pickup {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100%;
}

#suntory_contents #main_visual .pickup dt {
    margin: 0 0 0 auto;
    width: 270px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #000;
    background:rgba(255,255,255,.8);
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
}
#suntory_contents #main_visual .pickup dd {
    margin: 0 0 0 auto;
    width: 270px;
    background:rgba(255,255,255,.8);
    box-sizing: border-box;
    padding: 0 15px 15px 15px;
}

#suntory_contents #main_visual .pickup a {
    color: #000;
}
#suntory_contents #main_visual .pickup figure {
    width: 240px;
}
#suntory_contents #main_visual .pickup figure img {
    margin-bottom: 10px;
    vertical-align: bottom;
    width: 240px;
    max-height: 200px;
}
#suntory_contents #main_visual .pickup figcaption {
    font-size: 14px;
    line-height: 1.5;
    padding:5px;
    color: #000;
    text-align: left;
}

#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] container
------------------------------------------------------------ */
#suntory_contents #container {
    margin: 0 auto;
    width: 960px;
}
#suntory_contents #container:after { content :''; display :block; clear :both; }

/*------------------------------------------------------------
  [PC] announcement
------------------------------------------------------------ */
#suntory_contents #announcement {
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
}
#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.1;
    font-weight: bold;
    padding-right: 30px;
}
#suntory_contents #announcement dd {
    display: table-cell;
    vertical-align: top;
}

#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 {
    margin: 0 20px;
}
#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 {
    width: 100%;
}

#suntory_contents #campaign_container .select_wrap {
    vertical-align: middle;
    text-align: right;
    position: relative;
    width: 16em;
    height: 34px;
    border:2px #5bc2dc solid;
    display: table-cell;
    padding: 0;
    box-sizing: border-box;
}
#suntory_contents #campaign_container .select_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
    margin: 0;
    padding:0;
    overflow: hidden;
}
#suntory_contents #campaign_container .select_wrap:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 6px);
    right:10px;
    width:6px;
    height:6px;
    margin:auto;
    color: #fff;
    border-top:3px solid #5bc2dc;
    border-right:3px solid #5bc2dc;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    z-index: 10;
}
#suntory_contents #campaign_container select {
    margin: 0;
    padding: 0 5px;
    color: #46555e;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    font-size: 14px;
    border:none;
    z-index: 1000;
    box-sizing: border-box;
    background: transparent;
}
::-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;
    display: block;
}

#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: 14px;
    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: 100px;
}
#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;
    padding: 0 20px;
    box-sizing: border-box;
}
#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 10px 0;
}

#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:calc(50% - 3px);
right:-6px;
width:6px;
height:6px;
margin: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;
    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;
    background: #e5f9ff;
}
#suntory_contents #products_container .primary li a br {
    display: none;
}

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

#suntory_contents #products_container .primary li a:hover {
    text-decoration: none;
    background: #f2fcff;
}
#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 img {
    opacity: 0.8;
}

#suntory_contents #products_container .secondary li {
    width:32.130584192%;
    float:left;
    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 0;
    display: block;
    color: #2f4756;
    text-align: center;
    background: #e5f9ff;
    position: relative;
}
#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:after{
content:"";
vertical-align:middle;
position:absolute;
top:calc(50% - 5px);
right:12px;
width:10px;
height:10px;
margin:auto;
border-top:3px solid #5bc2dc;
border-right:3px solid #5bc2dc;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
}

#suntory_contents #products_container .secondary li a[target="_blank"]:after {
content:"";
vertical-align:middle;
position:absolute;
top:calc(50% - 6px);
right:12px;
width: 15px;
height: 20px;
border-top:none;
border-right:none;
display: inline-block;
background: url(/sun_common/contents_alias/top2nd_2016/img/icon_external.png) no-repeat 0 0;
background-size:15px auto;
vertical-align: bottom;
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}

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

#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 img {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}

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



/*------------------------------------------------------------
  [PC] cm_container
------------------------------------------------------------ */
#cmLoadingImage{
	position:relative;
	left:calc(50% - 80px);
	top:135px;
	width:160px;
	height:160px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}
.f_circleG{
	position:absolute;
	background-color:rgba(129,207,233,0.97);
	height:29px;
	width:29px;
	border-radius:15px;
		-o-border-radius:15px;
		-ms-border-radius:15px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.04s;
		-o-animation-duration:1.04s;
		-ms-animation-duration:1.04s;
		-webkit-animation-duration:1.04s;
		-moz-animation-duration:1.04s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}
#frotateG_01{
	left:0;
	top:65px;
	animation-delay:0.39s;
		-o-animation-delay:0.39s;
		-ms-animation-delay:0.39s;
		-webkit-animation-delay:0.39s;
		-moz-animation-delay:0.39s;
}
#frotateG_02{
	left:19px;
	top:19px;
	animation-delay:0.52s;
		-o-animation-delay:0.52s;
		-ms-animation-delay:0.52s;
		-webkit-animation-delay:0.52s;
		-moz-animation-delay:0.52s;
}
#frotateG_03{
	left:65px;
	top:0;
	animation-delay:0.65s;
		-o-animation-delay:0.65s;
		-ms-animation-delay:0.65s;
		-webkit-animation-delay:0.65s;
		-moz-animation-delay:0.65s;
}
#frotateG_04{
	right:19px;
	top:19px;
	animation-delay:0.78s;
		-o-animation-delay:0.78s;
		-ms-animation-delay:0.78s;
		-webkit-animation-delay:0.78s;
		-moz-animation-delay:0.78s;
}
#frotateG_05{
	right:0;
	top:65px;
	animation-delay:0.91s;
		-o-animation-delay:0.91s;
		-ms-animation-delay:0.91s;
		-webkit-animation-delay:0.91s;
		-moz-animation-delay:0.91s;
}
#frotateG_06{
	right:19px;
	bottom:19px;
	animation-delay:1.04s;
		-o-animation-delay:1.04s;
		-ms-animation-delay:1.04s;
		-webkit-animation-delay:1.04s;
		-moz-animation-delay:1.04s;
}
#frotateG_07{
	left:65px;
	bottom:0;
	animation-delay:1.17s;
		-o-animation-delay:1.17s;
		-ms-animation-delay:1.17s;
		-webkit-animation-delay:1.17s;
		-moz-animation-delay:1.17s;
}
#frotateG_08{
	left:19px;
	bottom:19px;
	animation-delay:1.3s;
		-o-animation-delay:1.3s;
		-ms-animation-delay:1.3s;
		-webkit-animation-delay:1.3s;
		-moz-animation-delay:1.3s;
}

@keyframes f_fadeG{
	0%{background-color:rgb(255,255,255);}
	100%{background-color:rgb(129,207,233);}
}
@-o-keyframes f_fadeG{
	0%{background-color:rgb(255,255,255);}
	100%{background-color:rgb(129,207,233);}
}
@-ms-keyframes f_fadeG{
	0%{background-color:rgb(255,255,255);}
	100%{background-color:rgb(129,207,233);}
}
@-webkit-keyframes f_fadeG{
	0%{background-color:rgb(255,255,255);}
	100%{background-color:rgb(129,207,233);}
}
@-moz-keyframes f_fadeG{
	0%{background-color:rgb(255,255,255);}
	100%{background-color:rgb(129,207,233);}
}

#suntory_contents #cm_container {
    margin-bottom: 100px;
    padding:0 20px;
    height: 430px;
    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%;
    height: 430px;
    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;
    padding: 0 20px;
    width: 960px;
    box-sizing: border-box;
}
#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 20px 30px 20px;
    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;
    padding: 0 20px;
    width: 960px;
    box-sizing: border-box;
}
#suntory_contents #news_container:after { content :''; display :block; clear :both; }

#suntory_contents #news_container section {
    width: 48.281786941%
}
#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;
}
#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;
}

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

#suntory_contents #news_container section li a .date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #535353;
}
#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] main_visual
    ------------------------------------------------------------ */
    #suntory_contents #main_visual {
        width: 100%;
        max-width: 1164px;        
    }
    
    /*------------------------------------------------------------
      [PC] container
    ------------------------------------------------------------ */
    #suntory_contents #container {
        margin: 0 auto;
        width: 100%;
        max-width: 1164px;
    }
    
    /*------------------------------------------------------------
      [PC] announcement
    ------------------------------------------------------------ */
    #suntory_contents #announcement {
        width: 100%;
        padding: 25px 15px;
    }
    
    /*------------------------------------------------------------
      [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;
        width: 100%;
        max-width: 1164px;
    }
    
    
}


@media screen and (min-width:1164px){
/*=============================================================
  [PC] width 1164px - 
============================================================ */
    
    /*------------------------------------------------------------
      [PC] announcement
    ------------------------------------------------------------ */
    #suntory_contents #announcement {
        padding: 25px 0;
    }
    /*------------------------------------------------------------
      [PC] campaign_container
    ------------------------------------------------------------ */
    #suntory_contents #campaign_container {
    margin: 0;
    }
    
    /*------------------------------------------------------------
      [PC] products_container
    ------------------------------------------------------------ */
    #suntory_contents #products_container {
    padding: 0;
    }
    
    /*------------------------------------------------------------
      [PC] cm_container
    ------------------------------------------------------------ */
    #suntory_contents #cm_container {
    padding:0;
    }
    
    /*------------------------------------------------------------
      [PC] action_container
    ------------------------------------------------------------ */
    #suntory_contents #action_container {
    padding: 0;
    }
    
    /*------------------------------------------------------------
      [PC] voice_container
    ------------------------------------------------------------ */
    #suntory_contents #voice_container .title_bar {
    margin:0 0 30px 0;
    }
    /*------------------------------------------------------------
      [PC] news_container
    ------------------------------------------------------------ */
    #suntory_contents #news_container {
    padding: 0;
    }
    
}


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

    /*=============================================================
      [SP] 
    ============================================================ */
    
    /*------------------------------------------------------------
      [sp] background_movie_container
    ------------------------------------------------------------ */
    #suntory_contents #background_movie_container {
        height: auto!important;
        background: none;
    }
    #suntory_contents #loadingDropContainer {
        display: none;
        height: 0;
    }
    
    /*------------------------------------------------------------
      [SP] main_visual_wrap
    ------------------------------------------------------------ */
    #suntory_contents #main_visual_wrap {
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
    }
    
    /*------------------------------------------------------------
      [SP] main_visual
    ------------------------------------------------------------ */
    #suntory_contents #main_visual {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 405px;
        padding: 1px 0 60px;
        text-align: center;
        background: url(../img/sp_main_visual.jpg) no-repeat center center;
        background-size:100% 100%;
        box-sizing: border-box;
    }
    
    #suntory_contents #main_visual h1 {
    margin: 15.802469135% auto 15.802469135%;
    width: 73.125%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    }
    #suntory_contents #main_visual h1.stand_alone {
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: static;
    top: 0px;
    left:0px;
    }
    #suntory_contents #main_visual h1 img {
        width: 73.125%;
    }
    #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;
    padding: 0;
    display: block;
    text-align: center;
    }

    #suntory_contents #main_visual .pickup dt {
        display: block;
        margin: 0 10px;
        padding: 10px 10px 10px 10px;
        width: auto;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-align: left;
    }
    #suntory_contents #main_visual .pickup dd {
        display: block;
        margin: 0 10px;
        padding: 0 10px 10px 10px;
        width: auto;
    }

    #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: 43.636363636%;
        height: auto;
        float: left;
    }
    #suntory_contents #main_visual .pickup figcaption {
        width: 52.727272727%;
        float: right;
        background: none;
        font-size: 12px;
        line-height: 1.5;
        padding:0;
        color: #000;
        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] container
    ------------------------------------------------------------ */
    #suntory_contents #container {
        margin: 0 auto;
        width: 100%;
    }
    
    /*------------------------------------------------------------
      [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_container {
    margin: 0;
    }
    #suntory_contents #campaign_regular {
        margin: 0 10px 20px;
    }
    #suntory_contents #campaign_area {
        margin: 0 10px 20px;
    }
    #suntory_contents #campaign_regular .title_bar {
        margin: 0 0 15px 0;
        width: auto;
        display: table;
    }
    #suntory_contents #campaign_regular h1 {
        padding: 0 15px 0 0;
        font-size: 20px;
        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;
        padding: 0;
    }
    #suntory_contents #campaign_area .title_wrap {
        margin: 0;
    }
    
    #suntory_contents #campaign_area .title_bar{
        margin: 0 0 15px 0;
        display:block;
        position: relative;
    }
    #suntory_contents #campaign_area h1 {
        padding-right: 5px;
        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:5em;
    }
    
    #suntory_contents #campaign_container .select_wrap {
    margin: 10px 0 0;
    padding:0;
    vertical-align: middle;
    text-align: left;
    position: relative;
    width: 100%;
    border:2px #5bc2dc solid;
    display: block;
    }
    #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:calc(50% - 6px);
        right:10px;
        width:6px;
        height:6px;
        margin:auto;
        color: #fff;
        border-top:3px solid #5bc2dc;
        border-right:3px solid #5bc2dc;
        -webkit-transform:rotate(135deg);
        transform:rotate(135deg);
        z-index: 10;
    }
    #suntory_contents #campaign_container select {
        margin: 0;
        padding: 0 5px;
        cursor: pointer;
        position: relative;
        -webkit-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 0;
        font-size: 16px;
        border:none;
        z-index: 1000;
        background: transparent;
        outline: none;
    }

    #suntory_contents #campaign_container ul {
        margin: 0;
    }
    
    #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;
        padding: 30px 0 0;
    }

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


    #suntory_contents #products_container .list a:hover span.arrow{
        text-decoration: underline;
    }
    
    #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;
        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;
        background: #e5f9ff;
        color: #2f4756;
        text-align: center;
    }
    #suntory_contents #products_container .primary li a br {
    display: block;
    }
    #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;
        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;
        background: #e5f9ff;
        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
    ------------------------------------------------------------ */
    #cmLoadingImage{top:20%;}
    #suntory_contents #cm_container {
        margin-bottom: 0;
        height: auto;
        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%;
        height: inherit;
        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: 20px;
        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;
/*
        display: none;
*/
    }
    
    /*------------------------------------------------------------
      [SP] action_container
    ------------------------------------------------------------ */
    #suntory_contents #action_container {
        margin:30px 10px 30px;
        padding: 0;
        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: 20px;
        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;
        padding: 0;
        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:0 0 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;
    }
    #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 {
        padding: 10px 0;
        display: block;
        color: #1f4a64;
    }

    #suntory_contents #news_container section li a .date {
        margin-bottom: 5px;
        font-size: 10px;
        color: #535353;
    }
    #suntory_contents #news_container 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
    */
    
    
}