@charset "utf-8";
/* base.css */
/* Browser Style Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
object,
embed {
  border: 0;
  vertical-align: bottom;
  outline: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  outline: 0;
}
a img {
  border: none;
  text-decoration: none;
  outline: 0;
}
a:focus {
  outline: none;
}
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
/* clearfix */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.pt20 {
  padding-top: 20px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb64 {
  padding-bottom: 64px !important;
}
.pb168 {
  padding-bottom: 168px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb64 {
  margin-bottom: 64px !important;
}
.ml215 {
  margin-left: 215px !important;
}
.floatR {
  float: right !important;
}
.floatL {
  float: left !important;
}
.notice {
  font-size: 12px !important;
}
.w250 {
  width: 250px !important;
}
.w260 {
  width: 260px !important;
}
.w300 {
  width: 300px !important;
}
.w330 {
  width: 330px !important;
}
.w400 {
  width: 400px !important;
}
#suntoryCommonWrapper {
  position: relative;
  min-width: 960px;
}
#suntory_contents {
  position: relative;
  padding-top: 118px;
  font-size: 15px;
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#suntory_contents a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
#suntory_contents a:hover {
  text-decoration: none;
}
#suntory_contents .ir {
  display: block;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
#suntory_contents .hover {
  background-position: top left !important;
}
#suntory_contents .hover:hover {
  background-position: bottom left !important;
}
#suntory_contents .current {
  background-position: bottom left !important;
}
#suntory_contents .current:hover {
  background-position: bottom left !important;
}
#suntory_contents .active img {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#suntory_contents .active:hover img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#suntory_contents .pagetop {
  clear: both;
  text-align: right;
  padding: 0 0 10px;
}
#suntory_contents .pagetop a {
  width: 62px;
  height: 37px;
  margin: 18px 0 0 auto;
  position: relative;
}
#suntory_contents .pagetop a img {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#suntory_contents .pagetop a:hover img {
  top: -6px;
}
#suntory_contents #top_movie {
  position: relative;
  width: 930px;
  height: 558px;
  display: none;
  margin: 0 auto 30px;
}
#suntory_contents #top_movie .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  zoom: 1;
}
#suntory_contents #main_nav {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  background: url("../img/common/main_nav_bg.png") repeat-x left top;
}
#suntory_contents #main_nav.fix {
  position: fixed;
}
#suntory_contents #main_nav nav {
  width: 960px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}
#suntory_contents #main_nav nav h1 {
  position: absolute;
  left: -5px;
}
#suntory_contents #main_nav nav ul {
  position: relative;
  left: 131px;
  display: inline-block;
  top: 0;
}
#suntory_contents #main_nav nav ul li {
  float: left;
  margin: 20px 30px 0;
}
#suntory_contents #main_nav nav ul li a {
  height: 32px;
}
#suntory_contents #main_nav nav ul li.nav1 a {
  width: 155px;
  background: url("../img/common/main_nav02.png") no-repeat left top;
}
#suntory_contents #main_nav nav ul li.nav2 a {
  width: 168px;
  background: url("../img/common/main_nav05.png") no-repeat left top;
}
#suntory_contents #main_nav nav ul li.nav3 a {
  width: 126px;
  background: url("../img/common/main_nav01.png") no-repeat left top;
}
#suntory_contents #main_nav nav ul li.nav4 a {
  width: 150px;
  background: url("../img/common/main_nav04.png") no-repeat left top;
}
#suntory_contents #main_nav nav ul li.nav5 a {
  width: 150px;
  background: url("../img/common/main_nav03.png") no-repeat left top;
}
#suntory_contents #main_area {
  width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
#suntory_contents #main_area #section {
  width: 626px;
  float: right;
}
#suntory_contents #main_area #section.column_single {
  width: inherit;
  float: inherit;
}
#suntory_contents #main_area #section h1 {
  margin-bottom: 70px;
}
#suntory_contents #main_area #section article {
  margin-bottom: 104px;
}
#suntory_contents #main_area #section article h2 {
  margin-bottom: 48px;
}
#suntory_contents #main_area #section article p {
  line-height: 2;
}
#suntory_contents #main_area #section article .pict {
  margin: 22px 0;
}
#suntory_contents #main_area #section .btn_group {
  margin-top: 22px;
}
#suntory_contents #main_area #section .btn_group li {
  float: left;
  margin-right: 16px;
}
#suntory_contents #main_area #section .btn_group li a {
  height: 34px;
}
#suntory_contents #main_area #section .note {
  font-size: 11px;
  line-height: 1.6;
}
#suntory_contents #main_area #sub_nav {
  float: left;
  margin-top: -10px;
}
#suntory_contents #main_area #sub_nav.fix {
  position: fixed;
  top: 148px;
}
#suntory_contents #main_area #sub_nav.fixBottom {
  position: absolute;
  left: 0px;
  bottom: 40px;
}
#suntory_contents #main_area #sub_nav h2 {
  padding: 0 0 13px;
}
#suntory_contents #main_area #sub_nav h2 a {
  width: 255px;
  height: 46px;
}
#suntory_contents #main_area #sub_nav ul {
  padding-top: 1px;
  background: url("../img/common/sub_nav_line.png") no-repeat left top;
}
#suntory_contents #main_area #sub_nav ul li {
  padding: 0 0 1px;
  background: url("../img/common/sub_nav_line.png") no-repeat left bottom;
}
#suntory_contents #main_area #sub_nav ul li a {
  width: 255px;
  height: 59px;
}
/* footer_navi */
#footer_navi {
  background: url("../img/common/bg_recommend.png") repeat-x left top;
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
#footer_navi h2 {
  padding-left: 20px;
}
#footer_navi ul {
  padding: 20px 20px 50px;
}
#footer_navi ul li {
  float: left;
  margin-left: 20px;
}
#footer_navi ul li:first-child {
  margin-left: 0px !important;
}
#footer_navi ul li a {
  width: 450px;
  height: 100px;
}
#footer_navi ul li.bnr1 a {
  background: url("../img/common/bnr01.png") no-repeat left top;
}
#footer_navi ul li.bnr2 a {
  background: url("../img/common/bnr02.png") no-repeat left top;
}
#footer_navi ul li.bnr3 a {
  background: url("../img/common/bnr03.png") no-repeat left top;
}
#footer_navi ul li.bnr4 a {
  background: url("../img/common/bnr04.png") no-repeat left top;
}
#footer_navi ul.bnr_mini li {
  margin-left: 18px;
}
#footer_navi ul.bnr_mini li a {
  width: 294px;
}
#footer_navi ul.bnr_mini li.bnr1 a {
  background: url("../img/common/bnr11.png") no-repeat left top;
}
#footer_navi ul.bnr_mini li.bnr2 a {
  background: url("../img/common/bnr12.png") no-repeat left top;
}
#footer_navi ul.bnr_mini li.bnr3 a {
  background: url("../img/common/bnr13.png") no-repeat left top;
}
#footer_navi ul.bnr_mini li.bnr4 a {
  background: url("../img/common/bnr14.png") no-repeat left top;
}
#footer_navi .socialbutton_suntory {
  padding-left: 20px;
}
#modal {
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#modal #box {
  margin: 0 auto;
}
#modal #box #overlay,
#modal #box #btn_close {
  display: none;
}
#modal #box .details {
  margin: 0 auto;
  padding: 40px 0;
}
#modal.js_on {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
#modal.js_on #overlay,
#modal.js_on #box {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
#modal.js_on #overlay {
  position: fixed;
  background: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#modal.js_on #box {
  border: 1px solid #000;
  background: #fff;
  left: 50%;
  margin: 0;
}
#modal.js_on #box #btn_close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../img/modal_close.gif") no-repeat top center;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
#modal.js_on #box .details {
  display: none;
}
/* page style */
/* about */
.jbAbout #main_area #sub_nav h2 a {
  background: url("../../about/img/sub_nav01.png") no-repeat left top;
}
.jbAbout #main_area #sub_nav ul li.sub_nav1 a {
  background: url("../../about/img/sub_nav02.png") no-repeat left top;
}
.jbAbout #main_area #sub_nav ul li.sub_nav2 a {
  background: url("../../about/img/sub_nav03.png") no-repeat left top;
}
.jbAbout #main_area #sub_nav ul li.sub_nav3 a {
  background: url("../../about/img/sub_nav04.png") no-repeat left top;
}
#aboutTop #main_area #section {
  background: url("../../about/img/top/bg_section0.jpg") no-repeat right top;
}
#aboutTop #main_area #section .btn_group li a.btn0 {
  width: 160px;
  background: url("../../about/img/top/btn0.png") no-repeat left top;
}
#aboutTop #main_area #section .btn_group li a.btn1 {
  width: 199px;
  background: url("../../about/img/top/btn1.png") no-repeat left top;
}
#aboutTop #main_area #section .btn_group li a.btn2 {
  width: 164px;
  background: url("../../about/img/top/btn2.png") no-repeat left top;
}
#aboutTop #main_area #section .btn_group li a.btn3 {
  width: 152px;
  background: url("../../about/img/top/btn3.png") no-repeat left top;
}
#aboutTop #main_area #section .btn_group li a.btn4 {
  width: 185px;
  background: url("../../about/img/top/btn4.png") no-repeat left top;
}
#aboutTop #main_area #section .bg2 {
  background: url("../../about/img/top/bg_section3.jpg") no-repeat 0px 150px;
}
#aboutTop #main_area #section .bg2 h3 {
  margin-bottom: 30px;
  position: relative;
  z-index: -1;
}
#aboutTop #main_area #section .bg2 .txt {
  width: 320px;
  padding-top: 240px;
  margin-bottom: 30px;
}
#aboutTop #main_area #section .bg2 .note {
  margin-top: 36px;
}
#aboutTop #main_area #section .note {
  border-top: 1px solid #dedbdb;
  padding-top: 18px;
}
#knowledge #main_area #section aside {
  margin: 48px 0;
}
#knowledge #main_area #section aside h3 {
  padding: 0 0 20px 6px;
}
#knowledge #main_area #section aside ol {
  border-top: 1px solid #c6020d;
  border-bottom: 1px solid #c6020d;
  padding-right: 110px;
  background: url("../../about/img/knowledge/img_bottle.jpg") no-repeat 544px center;
}
#knowledge #main_area #section aside ol li {
  padding: 16px 0 18px 12px;
  border-top: 1px dotted #817f7f;
}
#knowledge #main_area #section aside ol li:first-child {
  border-top: 0px;
}
#quality #main_area #section aside {
  margin-top: 48px;
}
#quality #main_area #section aside h3 {
  margin-bottom: 24px;
}
#quality #main_area #section aside.txt1 {
  padding-right: 332px;
  background: url("../../about/img/quality/img2_1.jpg") no-repeat right top;
}
#quality #main_area #section aside.txt2 {
  padding-left: 306px;
  background: url("../../about/img/quality/img2_2.jpg") no-repeat left top;
}
#history #main_area #section #chart {
  margin-top: 48px;
}
#history #main_area #section #chart dl {
  border-left: 1px solid #ccc;
  margin-left: 59px;
}
#history #main_area #section #chart dl dt {
  text-indent: -59px;
  padding-top: 40px;
  float: left;
}
#history #main_area #section #chart dl dd {
  padding-left: 20px;
  float: left;
}
#history #main_area #section #chart dl dd .name {
  display: inline-block;
  margin-bottom: 10px;
}
#history #main_area #section #chart dl dd .txt {
  display: block;
  width: 250px;
  font-size: 12px;
  line-height: 1.4;
}
#history #main_area #section #chart dl dd .txt2 {
  display: block;
  width: 198px;
  font-size: 12px;
  line-height: 1.4;
}
#history #main_area #section #chart .ico {
  position: relative;
}
#history #main_area #section #chart .ico:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 2px;
  background: url("../../about/img/history/ico1.png") no-repeat left top;
  width: 98px;
  height: 361px;
}
#history #main_area #section #chart .btn0 {
  width: 96px;
  height: 28px;
  background: url("../../about/img/history/btn0.png") no-repeat left top;
}
#history #modal #box {
  width: 740px;
  margin-left: -370px;
}
#history #modal #box .details {
  width: 710px;
}
#history #modal #box .details .modalImg {
  float: left;
  margin-right: 30px;
}
#history #modal #box .details .modalTxt {
  float: left;
  width: 490px;
  padding: 8px 0 0;
}
#history #modal #box .details .modalTxt dt {
  margin-bottom: 24px;
}
#history #modal #box .details .modalTxt dd {
  line-height: 2;
}
#history #modal #box .details .modalTxt dd img {
  margin: 10px 0 0 10px;
}
#drinkTop #main_area #section .hb {
  width: 626px;
  margin: 0 auto 30px;
  background: url("../../drink/img/hb_bg.jpg") no-repeat left 140px;
}
#drinkTop #main_area #section .hb h2 {
  margin-bottom: 20px;
}
#drinkTop #main_area #section .hb .txt {
  padding-top: 280px;
  font-size: 14px;
  width: 320px;
}
#drinkTop #main_area #section .hb .step {
  margin-top: 30px;
  border-top: 1px dotted #817f7f;
}
#drinkTop #main_area #section .hb .step ol {
  font-size: 14px;
}
#drinkTop #main_area #section .hb .step ol li {
  float: left;
  width: 152px;
  padding: 22px 0 18px;
  position: relative;
}
#drinkTop #main_area #section .hb .step ol li.last {
  width: 160px;
}
#drinkTop #main_area #section .hb .step ol li:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 194px;
  background: url("../../drink/img/ico1.png") no-repeat left top;
  width: 13px;
  height: 29px;
}
#drinkTop #main_area #section .hb .step ol li.noarw:after {
  display: none;
}
#drinkTop #main_area #section .hb .step ol li dl {
  font-size: 14px;
}
#drinkTop #main_area #section .hb .step ol li dl dt {
  color: #c80000;
  height: 2em;
}
#drinkTop #main_area #section .hb .step ol li dl dd {
  margin-bottom: 1em;
  min-height: 4.5em;
  line-height: 1.6;
}
#drinkTop #main_area #section .toggle {
  width: 626px;
  margin: 0 auto;
  cursor: pointer;
}
#drinkTop #main_area #section .citrus {
  width: 626px;
  margin: 40px auto 80px;
  padding-bottom: 23px;
  background: url("../../drink/img/citrus_bottom_bg.png") no-repeat left bottom;
}
#drinkTop #main_area #section .citrus .wrap {
  display: none;
}
#drinkTop #main_area #section .citrus h2 {
  padding-top: 30px;
  border-top: 1px solid #c7c7c7;
}
#drinkTop #main_area #section .citrus .txt {
  font-size: 14px;
  background: url("../../drink/img/bg_section0.jpg") no-repeat right top;
  padding-right: 320px;
}
#drinkTop #main_area #section .citrus .step {
  margin-top: 30px;
  border-top: 1px dotted #817f7f;
}
#drinkTop #main_area #section .citrus .step ol.first {
  border-bottom: 1px dotted #817f7f;
}
#drinkTop #main_area #section .citrus .step ol li {
  float: left;
  width: 198px;
  padding: 22px 5px 18px;
  position: relative;
}
#drinkTop #main_area #section .citrus .step ol li:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 136px;
  background: url("../../drink/img/ico1.png") no-repeat left top;
  width: 13px;
  height: 29px;
}
#drinkTop #main_area #section .citrus .step ol li dl {
  font-size: 14px;
}
#drinkTop #main_area #section .citrus .step ol li dl dt {
  color: #c80000;
  height: 2em;
}
#drinkTop #main_area #section .citrus .step ol li dl dd {
  margin-bottom: 1em;
  min-height: 3.2em;
  line-height: 1.6;
}
#drinkTop #main_area #section .citrus .step ol li.last .img {
  position: relative;
  top: -23px;
  z-index: -1;
}
#drinkTop #main_area #section .citrus .step ol li.noarw:after {
  display: none;
}
#drinkTop #main_area #section .bnr {
  margin: 80px auto;
  text-align: center;
}
#drinkTop #main_area #section .bnr a {
  display: inline-block;
  background: url("../../drink/img/bnr_mv.png") no-repeat;
  width: 624px;
  height: 144px;
  text-indent: -9999px;
}
#drinkTop #main_area #section .bnr a:hover {
  background: url("../../drink/img/bnr_mv_on.png") no-repeat;
}
#drinkTop #main_area #section .note {
  border-top: 1px solid #dedbdb;
  padding-top: 18px;
}
/* lineup */
#lineupTop #main_area #section ul {
  width: 967px;
  margin: 0 auto;
}
#lineupTop #main_area #section ul li {
  float: left;
  width: 112px;
  margin: 0 10px 0 10px;
  text-align: center;
}
#lineupTop #main_area #section ul li.citrus {
  border-right: 1px dotted #e7ddc5;
  padding-right: 15px;
}
#lineupTop #main_area #section ul li a .ttl {
  display: block;
}
#lineupTop #main_area #section ul li a .btn {
  display: block;
  width: 112px;
  height: 34px;
  margin: 0 auto;
  background: url("../../lineup/img/btn0.png") no-repeat left top;
}
#lineupTop #main_area #section ul li a:hover .btn {
  background-position: left bottom !important;
}
#lineupTop #main_area #section ul.bottle2 {
  width: 416px;
  margin-top: 80px;
}
#lineupTop #main_area #section ul.bottle2 li {
  width: auto;
  margin: 0 20px;
}
#lineupTop #main_area #section ul.bottle2 li a .ttl {
  display: block;
  height: 450px;
}
#lineupTop #modal.js_on #box {
  margin-left: -450px;
}
#lineupTop #modal #box {
  width: 900px;
}
#lineupTop #modal #box .details {
  position: relative;
  width: 720px;
}
#lineupTop #modal #box .details .product_img {
  float: left;
  width: 194px;
}
#lineupTop #modal #box .details dl {
  float: left;
}
#lineupTop #modal #box .details dl dt {
  padding: 24px 0 25px;
}
#lineupTop #modal #box .details dl dd {
  margin-bottom: 22px;
}
#lineupTop #modal #box .details p {
  line-height: 2;
  float: left;
  width: 520px;
}
#lineupTop #modal #box .details .label {
  position: absolute;
  top: 60px;
  right: 10px;
}
#lineupTop #modal #box .details article {
  float: left;
  width: 520px;
  margin: 42px 0 0;
}
#lineupTop #modal #box .details article h2 {
  margin-bottom: 13px;
}
#lineupTop #modal #box .details article .taste {
  border-top: 1px solid #c6020d;
  border-bottom: 1px solid #c6020d;
}
#lineupTop #modal #box .details article .taste li {
  line-height: 1.6;
  padding: 12px 8px 14px 4.5em;
  text-indent: -4em;
  border-top: 1px dotted #817f7f;
}
#lineupTop #modal #box .details article .taste li .genre {
  font-weight: bold;
  color: #c80000;
}
#lineupTop #modal #box .details article .taste li:first-child {
  border-top: 0;
}
#lineupTop #modal #box .details article .kodawari {
  margin-bottom: -16px;
  border-top: 1px dotted #917c34;
}
#lineupTop #modal #box .details article .kodawari li dl {
  float: inherit;
}
#lineupTop #modal #box .details article .kodawari li dl dt {
  font-weight: bold;
  padding: 14px 0;
  color: #917c34;
}
#lineupTop #modal #box .details article .kodawari li dl dd {
  line-height: 1.6;
  margin-bottom: 6px;
}
#lineupTop #modal #box .details aside {
  margin-top: 50px;
}
#lineupTop #modal #box .details .note {
  font-size: 11px;
  line-height: 1.6;
  float: left;
  width: 520px;
  margin-top: 20px;
}
#lineupTop #modal #box #detail1_6 .product_img {
  margin-right: 40px;
  margin-left: -40px;
}
#lineupTop #modal #box #detail1_7 .product_img {
  margin-right: 40px;
  margin-bottom: 200px;
  margin-left: -40px;
}
#lineupCitrusHighBall #main_section {
  position: relative;
  width: 700px;
  height: 580px;
  margin: 0 auto;
}
#lineupCitrusHighBall.ie8 #main_section {
  height: 720px;
}
#lineupCitrusHighBall #main_section .title {
  position: absolute;
  top: 0px;
  left: 260px;
}
#lineupCitrusHighBall #main_section .image {
  position: absolute;
  top: 0px;
  left: 0px;
}
#lineupCitrusHighBall #main_section .text {
  position: absolute;
  top: 150px;
  left: 260px;
}
#lineupCitrusHighBall #main_section .subtext {
  position: absolute;
  width: 100%;
  top: 430px;
  text-align: center;
}
#lineupCitrusHighBall #process_navi {
  position: absolute;
  width: 700px;
  height: 100px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  background: #fff;
  bottom: 0;
}
#lineupCitrusHighBall #process_navi ul {
  width: 625px;
  position: absolute;
  top: 20px;
  left: 37.5px;
}
#lineupCitrusHighBall #process_navi li {
  float: left;
  width: 191px;
  height: 100px;
  margin-right: 25px;
  text-indent: -9999px;
  cursor: pointer;
}
#lineupCitrusHighBall #process_navi li#p_nav1 {
  background: url("../../lineup/img/citrushighball/navi01_off.png") no-repeat;
}
#lineupCitrusHighBall #process_navi li#p_nav1.active {
  background: url("../../lineup/img/citrushighball/navi01_on.png") no-repeat;
}
#lineupCitrusHighBall #process_navi li#p_nav2 {
  background: url("../../lineup/img/citrushighball/navi02_off.png") no-repeat;
}
#lineupCitrusHighBall #process_navi li#p_nav2.active {
  background: url("../../lineup/img/citrushighball/navi02_on.png") no-repeat;
}
#lineupCitrusHighBall #process_navi li#p_nav3 {
  background: url("../../lineup/img/citrushighball/navi03_off.png") no-repeat;
  margin-right: 0;
}
#lineupCitrusHighBall #process_navi li#p_nav3.active {
  background: url("../../lineup/img/citrushighball/navi03_on.png") no-repeat;
}
#lineupCitrusHighBall #process_section {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
#lineupCitrusHighBall #process_section h2 {
  position: relative;
  width: 625px;
  margin: 200px auto 0;
  padding-top: 50px;
  text-align: center;
  border-top: dotted #000 1px;
}
#lineupCitrusHighBall.ie8 #process_section h2 {
  margin-top: 40px;
}
#lineupCitrusHighBall #process_section #p1 {
  position: relative;
  height: 480px;
}
#lineupCitrusHighBall #process_section #p1 .title {
  position: absolute;
  top: 50px;
  left: 270px;
}
#lineupCitrusHighBall #process_section #p1 .image {
  position: absolute;
  top: 60px;
  left: 20px;
}
#lineupCitrusHighBall #process_section #p1 .text {
  position: absolute;
  top: 150px;
  left: 345px;
}
#lineupCitrusHighBall #process_section #p2 {
  margin-top: 40px;
  position: relative;
  height: 500px;
}
#lineupCitrusHighBall #process_section #p2 .title {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 10;
}
#lineupCitrusHighBall #process_section #p2 .image {
  position: absolute;
  top: 0px;
  left: 160px;
}
#lineupCitrusHighBall #process_section #p2 .text {
  position: absolute;
  top: 105px;
  left: 20px;
  z-index: 11;
}
#lineupCitrusHighBall #process_section #p3 {
  margin-top: 20px;
  position: relative;
  height: 500px;
}
#lineupCitrusHighBall #process_section #p3 .title {
  position: absolute;
  top: 130px;
  left: 230px;
}
#lineupCitrusHighBall #process_section #p3 .image {
  position: absolute;
  top: 0px;
  left: 20px;
}
#lineupCitrusHighBall #process_section #p3 .text {
  position: absolute;
  top: 220px;
  left: 230px;
}
#lineupHighBall #main_section {
  position: relative;
  width: 700px;
  height: 636px;
  margin: 0 auto;
}
#lineupHighBall.ie8 #main_section {
  height: 750px;
}
#lineupHighBall #main_section .title {
  position: absolute;
  top: 39px;
  left: 308px;
}
#lineupHighBall #main_section .image {
  position: absolute;
  top: 41px;
  left: 16px;
}
#lineupHighBall #main_section .text {
  position: absolute;
  top: 142px;
  left: 311px;
}
#lineupHighBall #main_section .subtext {
  position: absolute;
  width: 100%;
  top: 430px;
  text-align: center;
}
#lineupHighBall #process_navi {
  position: absolute;
  width: 700px;
  height: 100px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  background: #fff;
  bottom: 0;
}
#lineupHighBall #process_navi ul {
  width: 626px;
  position: absolute;
  top: 20px;
  left: 37.5px;
}
#lineupHighBall #process_navi li {
  float: left;
  width: 143px;
  height: 100px;
  margin-right: 18px;
  text-indent: -9999px;
  cursor: pointer;
}
#lineupHighBall #process_navi li#p_nav1 {
  background: url("../../lineup/img/highball/navi01_off.png") no-repeat #fff;
}
#lineupHighBall #process_navi li#p_nav1.active {
  background: url("../../lineup/img/highball/navi01_on.png") no-repeat #fff;
}
#lineupHighBall #process_navi li#p_nav2 {
  background: url("../../lineup/img/highball/navi02_off.png") no-repeat #fff;
}
#lineupHighBall #process_navi li#p_nav2.active {
  background: url("../../lineup/img/highball/navi02_on.png") no-repeat #fff;
}
#lineupHighBall #process_navi li#p_nav3 {
  background: url("../../lineup/img/highball/navi03_off.png") no-repeat #fff;
}
#lineupHighBall #process_navi li#p_nav3.active {
  background: url("../../lineup/img/highball/navi03_on.png") no-repeat #fff;
}
#lineupHighBall #process_navi li#p_nav4 {
  background: url("../../lineup/img/highball/navi04_off.png") no-repeat #fff;
  margin-right: 0;
}
#lineupHighBall #process_navi li#p_nav4.active {
  background: url("../../lineup/img/highball/navi04_on.png") no-repeat #fff;
}
#lineupHighBall #process_section {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
#lineupHighBall #process_section h2 {
  position: relative;
  width: 625px;
  margin: 200px auto 0;
  padding-top: 44px;
  text-align: center;
  border-top: dotted #000 1px;
}
#lineupHighBall.ie8 #process_section {
  padding-top: 50px;
}
#lineupHighBall.ie8 #process_section h2 {
  margin-top: 20px;
}
#lineupHighBall #process_section #p1 {
  position: relative;
  height: 490px;
}
#lineupHighBall #process_section #p1 .title {
  position: absolute;
  top: 193px;
  left: 156px;
}
#lineupHighBall #process_section #p1 .image {
  position: absolute;
  top: 95px;
  left: 51px;
}
#lineupHighBall #process_section #p1 .text {
  position: absolute;
  top: 253px;
  left: 217px;
}
#lineupHighBall #process_section #p2 {
  position: relative;
  height: 550px;
}
#lineupHighBall #process_section #p2 .title {
  position: absolute;
  top: 222px;
  left: 36px;
  z-index: 10;
}
#lineupHighBall #process_section #p2 .image {
  position: absolute;
  top: 0px;
  left: 256px;
}
#lineupHighBall #process_section #p2 .text {
  position: absolute;
  top: 279px;
  left: 84px;
  z-index: 11;
}
#lineupHighBall #process_section #p3 {
  position: relative;
  height: 650px;
}
#lineupHighBall #process_section #p3 .title {
  position: absolute;
  top: 216px;
  left: 245px;
}
#lineupHighBall #process_section #p3 .image {
  position: absolute;
  top: 29px;
  left: -2px;
}
#lineupHighBall #process_section #p3 .text {
  position: absolute;
  top: 276px;
  left: 306px;
}
#lineupHighBall #process_section #p4 {
  position: relative;
  height: 496px;
}
#lineupHighBall #process_section #p4 .title {
  position: absolute;
  top: 37px;
  left: 35px;
}
#lineupHighBall #process_section #p4 .image {
  position: absolute;
  top: 109px;
  left: 180px;
}
#lineupHighBall #process_section #p4 .text {
  position: absolute;
  top: 86px;
  left: 84px;
}
/* ad */
#adTop #main_area #section .inner_box {
  width: 624px;
  margin: 0 auto 84px;
}
#adTop #main_area #section .inner_box ul li a:hover .btn {
  background-position: left bottom !important;
}
#adTop #main_area #section .inner_box h2 span {
  background: url("../../ad/img/new.png") no-repeat;
  height: 63px;
  width: 66px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}
#adTop #main_area #section .mv ul {
  width: 648px;
  margin: 0 -12px;
}
#adTop #main_area #section .mv ul li {
  float: left;
  width: 300px;
  margin: 0 12px 20px;
}
#adTop #main_area #section .mv ul li a {
  text-decoration: none;
}
#adTop #main_area #section .mv ul li a .title_group {
  display: block;
  margin-bottom: 16px;
}
#adTop #main_area #section .mv ul li a .title_group img {
  margin-bottom: 20px;
}
#adTop #main_area #section .mv ul li a .title_group span {
  color: #c80000;
  font-weight: bold;
  display: inline-block;
}
#adTop #main_area #section .mv ul li a .title_group span .sup {
  color: #000;
  font-size: 12px;
  font-weight: lighter;
}
#adTop #main_area #section .mv ul li a.btn0 .btn {
  width: 112px;
  height: 34px;
  background: url("../../ad/img/btn0.png") no-repeat left top;
}
#adTop #main_area #section .mv ul li a.btn2 .btn {
  width: 112px;
  height: 34px;
  background: url("../../ad/img/btn2.png") no-repeat left top;
}
#adTop #main_area #section #graphic ul {
  width: 648px;
  margin-left: -12px;
}
#adTop #main_area #section #graphic ul li {
  float: left;
  width: 200px;
  margin-right: 22px;
}
#adTop #main_area #section #graphic ul li.last {
  margin-right: 0;
}
#adTop #main_area #section #graphic ul li a .thum img {
  margin-bottom: 20px;
}
#adTop #main_area #section #graphic ul li a.btn1 .btn {
  width: 126px;
  height: 34px;
  background: url("../../ad/img/btn1.png") no-repeat left top;
}
#adTop #modal.js_on #box {
  margin-left: -370px;
}
#adTop #modal #box {
  width: 740px;
}
#adTop #modal #box .details {
  width: 710px;
  text-align: center;
}
#adTop #modal #box #cm1 {
  width: 600px;
}
#adTop #modal #box #cm1 #title {
  color: #c80000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
#adTop #modal #box #cm1 #title .sup {
  color: #000;
  font-size: 12px;
  font-weight: lighter;
}
/* news */
#newsTop #main_area #section ul {
  margin: 0 auto 104px;
  width: 720px;
  border-top: 1px solid #ccc;
}
#newsTop #main_area #section ul li {
  padding: 20px 14px;
  border-bottom: 1px solid #ccc;
}
#newsTop #main_area #section ul li dl dt {
  float: left;
  width: 150px;
}
#newsTop #main_area #section ul li dl dd {
  float: left;
  width: 542px;
}
#newsTop #main_area #section ul li a {
  color: #c80000;
}
#jbTop #suntory_contents #main_area {
  position: relative;
  padding: 0px 0 100px;
  margin-top: -42px;
  background: url("../img/top/bg1.jpg") #fff no-repeat right -12px;
  min-height: 1590px;
}
#jbTop #suntory_contents #main_area .socialbutton_suntory {
  position: absolute;
  left: 0;
  bottom: 20px;
}
#jbTop #suntory_contents #main_area .pagetop {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
#jbTop #suntory_contents #main_area .notice {
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 10px !important;
}
#jbTop #suntory_contents #main_area #top noscript {
  margin-left: 32px;
}
#jbTop #suntory_contents #main_area #top #main_img1 {
  position: relative;
  height: 0;
  margin-left: 32px;
  overflow: hidden;
}
#jbTop #suntory_contents #main_area #top #main_img1 div {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
#jbTop #suntory_contents #main_area #top #main_img1 .img1 {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#jbTop #suntory_contents #main_area #top #main_img1 .img2,
#jbTop #suntory_contents #main_area #top #main_img1 .img3 {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0, 0) rotate(-45deg);
  -ms-transform: scale(0, 0) rotate(-45deg);
  transform: scale(0, 0) rotate(-45deg);
}
#jbTop #suntory_contents #main_area #top #main_img1.start .img1 {
  -webkit-transition-duration: 1200ms;
  transition-duration: 1200ms;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#jbTop #suntory_contents #main_area #top #main_img1.start .img2,
#jbTop #suntory_contents #main_area #top #main_img1.start .img3 {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transform: scale(1, 1) rotate(0deg);
  -ms-transform: scale(1, 1) rotate(0deg);
  transform: scale(1, 1) rotate(0deg);
}
#jbTop #suntory_contents #main_area #section {
  float: left;
  width: 600px;
}
#jbTop #suntory_contents #main_area #section #nav_group {
  margin-bottom: 0;
}
#jbTop #suntory_contents #main_area #section #nav_group .top-banner {
  margin: 20px 0 0 32px;
}
#jbTop #suntory_contents #main_area #section #nav_group .top-banner a {
  width: 526px;
  height: 167px;
  background: url("../img/top/banner.jpg") no-repeat 0 0;
}
#jbTop #suntory_contents #main_area #section #nav_group .top-banner a:hover {
  background: url("../img/top/banner_on.jpg") no-repeat 0 0;
}
#jbTop #suntory_contents #main_area #section #nav_group .top-banner span {
  display: none;
}
#jbTop #suntory_contents #main_area #section #nav_group ul {
  width: 556px;
  margin: 24px 17px 60px;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li {
  float: left;
  margin: 8px;
  position: relative;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li .new {
  position: absolute;
  top: -19px;
  left: -19px;
  display: block;
  width: 66px;
  height: 63px;
  background: url("../img/common/new.png") no-repeat left top;
  z-index: 10;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li a {
  width: 262px;
  height: 262px;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li.nav1 a {
  background: url("../img/top/navi_drink_on.png") no-repeat left top;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li.nav2 a {
  background: url("../img/top/navi_citrushighball_on.png") no-repeat left top;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li.nav3 a {
  background: url("../img/top/navi_about_on.png") no-repeat left top;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li.nav4 a {
  background: url("../img/top/navi_cm_on.png") no-repeat left top;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li.nav5 a {
  background: url("../img/top/navi_lineup_on.png") no-repeat left top;
}
#jbTop #suntory_contents #main_area #section #nav_group ul li.nav6 a {
  background: url("../img/top/navi_voice_on.png") no-repeat left top;
}
#jbTop #suntory_contents #main_area #section #news {
  margin-left: 32px;
}
#jbTop #suntory_contents #main_area #section #news h2 {
  margin-bottom: 14px;
}
#jbTop #suntory_contents #main_area #section #news ul {
  width: 559px;
  padding-top: 1px;
  font-size: 12px;
  margin-bottom: 20px;
  background: url("../img/top/line.png") no-repeat left top;
}
#jbTop #suntory_contents #main_area #section #news ul li {
  padding: 10px 4px 11px;
  background: url("../img/top/line.png") no-repeat left bottom;
}
#jbTop #suntory_contents #main_area #section #news ul li dl dt {
  float: left;
  width: 120px;
}
#jbTop #suntory_contents #main_area #section #news ul li dl dd {
  float: left;
  width: 431px;
}
#jbTop #suntory_contents #main_area #section #news ul li a {
  color: #c80000;
}
#jbTop #suntory_contents #main_area #section #news .btn0 {
  margin-left: 414px;
  width: 112px;
  height: 34px;
  background: url("../img/top/btn0.png") no-repeat left top;
}
