@charset "utf-8";
/*--------------------------------------
  0.Reset
--------------------------------------*/
/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}*/
sub, sup {
 font-size: 50%;
}
ruby {
 display: inline-table !important;
 text-align: center !important;
 white-space: nowrap !important;
 text-indent: 0 !important;
 margin: 0 !important;
 vertical-align: -21% !important;
 vertical-align: text-bottom !important;
 line-height: 1 !important;
}
ruby > rb, ruby > rbc {
 display: table-row-group !important;
 line-height: 1.2 !important;
 text-align: center;
}
ruby > rt, ruby > rbc + rtc {
 display: table-header-group !important;
 font-size: 50% !important;
 line-height: 1.2 !important;
 letter-spacing: 0 !important;
 text-align: center;
}
ruby > rbc + rtc + rtc {
 display: table-footer-group !important;
 font-size: 50% !important;
 line-height: 1 !important;
 letter-spacing: 0 !important;
 text-align: center;
}
rbc > rb, rtc > rt {
 display: table-cell !important;
 letter-spacing: 0 !important;
 text-align: center;
}
rp {
 display: none !important;
}
body {
 line-height: 1;
}
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 outline: none;
}*/
/* change colours to suit your needs */
/*ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}*/
/* change colours to suit your needs */
/*mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}*/
/* change border colour to suit your needs */
/*hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
img {
 border: none;
 vertical-align: middle;
}
* {
 box-sizing: border-box;
}*/
/*--------------------------------------
  1.Font
--------------------------------------*/
/*body {
 height: 100%;
 background: #fff;
 color: #333;
 font-family: "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 font-size: 16px;
 line-height: 1.5;
}*/
a {
 color: #333;
 text-decoration: none;
}
a.btn.over:hover {
 opacity: 0.7;
}
/*--------------------------------------
  2.Tools
--------------------------------------*/
.clearfix:after {
 display: block;
 clear: both;
 content: "";
}
* html .clearfix {
 zoom: 1;
}
*:first-child + html .clearfix {
 zoom: 1;
}
.u-mt0 {
 margin-top: 0px !important;
}
.u-mt5 {
 margin-top: 5px !important;
}
.u-mt10 {
 margin-top: 10px !important;
}
.u-mt15 {
 margin-top: 15px !important;
}
.u-mt20 {
 margin-top: 20px !important;
}
.u-mt25 {
 margin-top: 25px !important;
}
.u-mt30 {
 margin-top: 30px !important;
}
.u-mt35 {
 margin-top: 35px !important;
}
.u-mt40 {
 margin-top: 40px !important;
}
.u-mt45 {
 margin-top: 45px !important;
}
.u-mt50 {
 margin-top: 50px !important;
}
.u-mt55 {
 margin-top: 55px !important;
}
.u-mt60 {
 margin-top: 60px !important;
}
.u-mb0 {
 margin-bottom: 0px !important;
}
.u-mb5 {
 margin-bottom: 5px !important;
}
.u-mb10 {
 margin-bottom: 10px !important;
}
.u-mb15 {
 margin-bottom: 15px !important;
}
.u-mb20 {
 margin-bottom: 20px !important;
}
.u-mb25 {
 margin-bottom: 25px !important;
}
.u-mb30 {
 margin-bottom: 30px !important;
}
.u-mb35 {
 margin-bottom: 35px !important;
}
.u-mb40 {
 margin-bottom: 40px !important;
}
.u-mb45 {
 margin-bottom: 45px !important;
}
.u-mb50 {
 margin-bottom: 50px !important;
}
.u-mb55 {
 margin-bottom: 55px !important;
}
.u-mb60 {
 margin-bottom: 60px !important;
}
 a.blanklink {
  display: inline-block;
  padding: 0 0 0 23px;
  background: url("/beer/kinmugi/img/common/linkicon_blank.png") no-repeat left center;
  background-size: 15px auto;
 }

/*--------------------------------------
  3.Layout
--------------------------------------*/
/* PC */
@media screen and (min-width:960px) {
 .pc {
  display: block;
 }
 .mid {
  display: none;
 }
 .sep {
  display: none;
 }
 .sp {
  display: none;
 }
}
/* MID */
@media screen and (min-width:768px) and (max-width:959px) {
 .pc {
  display: none;
 }
 .mid {
  display: block;
 }
 .sep {
  display: none;
 }
 .sp {
  display: none;
 }
}
/* SEP */
@media screen and (min-width:768px) {
 .pc {
  display: none;
 }
 .mid {
  display: none;
 }
 .sep {
  display: block;
 }
 .sp {
  display: none;
 }
 #suntory_contents {
  min-width: 960px;
 }
 #spnav {
  display: none;
 }
 #spnavbtn {
  display: none;
 }
 #suntory_contents img {
  max-width: 100%;
  width: 100%;
  height: auto;
 }
 #pcnav {
  margin: 45px 0 0 0;
 }
 #pcnav .navinner {
  max-width: 1164px;
  min-width: 960px;
  margin: 0 auto;
 }
 #pcnav .navlist li {
  float: left;
  width: 175px;
  margin: 0 5px 0 0;
 }
 #pcnav .navlist a {
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
  background: #002b64;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border: 1px solid #002b64;
  transition: 0.4s;
 }
 #pcnav .navlist a:hover {
  background: #003e8f;
 }
 #pcnav .navlist a.at {
  background: #ffde66;
  color: #002b64;
   border: 1px solid #ffde66;
}
#contentsbody.about #pcnav .nav02 a {
  background: #ffde66;
  color: #002b64;
   border: 1px solid #ffde66;
}
#contentsbody.products #pcnav .nav03 a {
  background: #ffde66;
  color: #002b64;
   border: 1px solid #ffde66;
}
#contentsbody.ad #pcnav .nav04 a {
  background: #ffde66;
  color: #002b64;
   border: 1px solid #ffde66;
}
#pcnav .navlist .nav01 a {
  padding: 15px 10px 15px 30px;
  background: url("/beer/kinmugi/img/common/nav_logo.png") no-repeat 5px center #002b64;
  background-size: 40px auto;
  color: #ffde66;
 }
 #pcnav .navlist .nav01 a:hover {
  background: url("/beer/kinmugi/img/common/nav_logo.png") no-repeat 5px center #003e8f;
  background-size: 40px auto;
 }
 #pcnav .navlist .nav_mail {
  float: right;
  margin: 0;
  background: url("/beer/kinmugi/img/common/nav_mail.png") no-repeat 10px center #fff;
  background-size: 30px auto;
  transition: 0.4s;
  width: 220px;
 }
 #pcnav .navlist .nav_mail a {
  background: url("/beer/kinmugi/img/common/nav_arrow.png") no-repeat right center transparent;
  background-size: 30px auto;
  color: #002b64;
  border: 1px solid #002b64;
  padding: 15px 10px 15px 20px;
 }
 #pcnav .navlist .nav_mail:hover {
  background: url("/beer/kinmugi/img/common/nav_mail.png") no-repeat 10px center #ffde66;
  background-size: 30px auto;
 }
 #catenav .categories {
  max-width: 1164px;
  min-width: 960px;
  margin: 0 auto;
 }
 #catenav {
  background: #fcfaea;
  padding: 25px 0;
  margin: 25px 0 0 0;
 }
 #catenav .categories h3 {
  float: left;
  font-size: 22px;
  font-weight: bold;
  padding: 4px 2px 0 0;
  letter-spacing: 0.1em
 }
 #catenav .categories .categorylabel {
  float: left;
  font-size: 15px;
 }
 #catenav .categories .categorylabel li {
  float: left;
  width: 170px;
  margin: 0 15px 0 0;
 }
 #catenav .categories .categorylabel a {
  display: block;
  padding: 8px 2px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
 }
 #catenav .categories .categorylabel .cate01 {
  background: #002b64;
  border: 1px solid #002b64;
 }
 #catenav .categories .categorylabel .cate02 {
  background: #ff781e;
  border: 1px solid #ff781e;
 }
 #catenav .categories .categorylabel .cate03 {
  background: #e52825;
  border: 1px solid #e52825;
 }
 #catenav .categories .categorylabel .cate04 {
  background: #28b46e;
  border: 1px solid #28b46e;
 }
 #catenav .categories .categorylabel .cate01:hover {
  color: #002b64;
  background: #fff;
 }
 #catenav .categories .categorylabel .cate02:hover {
  color: #ff781e;
  background: #fff;
 }
 #catenav .categories .categorylabel .cate03:hover {
  color: #e52825;
  background: #fff;
 }
 #catenav .categories .categorylabel .cate04:hover {
  color: #28b46e;
  background: #fff;
 }
 #catenav .categories .categorylabel .cate01.at {
  color: #002b64;
  background: #fff;
 }
 #catenav .categories .categorylabel .cate02.at {
  color: #ff781e;
  background: #fff;
 }
 #catenav .categories .categorylabel .cate03.at {
  color: #e52825;
  background: #fff;
 }
 #catenav .categories .categorylabel .cate04.at {
  color: #28b46e;
  background: #fff;
 }
#contentsbody.brandstory #catenav .categories .categorylabel .cate01 {
  color: #002b64;
  background: #fff;
 }
#contentsbody.lifestyle #catenav .categories .categorylabel .cate02 {
  color: #ff781e;
  background: #fff;
 }
#contentsbody.recipe #catenav .categories .categorylabel .cate03 {
  color: #e52825;
  background: #fff;
 }
#contentsbody.shun #catenav .categories .categorylabel .cate04 {
  color: #28b46e;
  background: #fff;
 }
 #suntory_contents .bodyinner {
  padding: 45px 0 0 0;
 }
 #locationnav {
  max-width: 1164px;
  min-width: 960px;
  padding: 0 0 10px 0;
  margin: 0 auto 10px auto;
 }
 #locationnav li {
  float: left;
  font-size: 13px;
 }
 #locationnav li a:hover {
  text-decoration: underline;
 }
 #locationnav .locarrow {
  display: inline-block;
  padding: 0 2px;
 }
}
/* SP */
@media screen and (max-width:767px) {
 .pc {
  display: none;
 }
 .mid {
  display: none;
 }
 .sep {
  display: none;
 }
 .sp {
  display: block;
 }
 #suntory_contents img {
  max-width: 100%;
  width: 100%;
  height: auto;
 }
 #pcnav {
  display: none;
 }
 #spnav {
  display: block;
 }
 #spnav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  display: none;
  z-index: 9999;
  padding: 0 0 5% 0;
 }
 #spnav #spnavclose {
  position: absolute;
  top: 10px;
  right: 8%;
  width: 35px;
 }
 #spnav .navlist {
  padding: 15% 15% 10% 15%;
 }
 #spnav .navlist li {
  margin: 0 0 5% 0;
 }
 #spnav .navlist a {
  display: block;
  padding: 8% 5%;
  border-radius: 5px;
  background: #002b64;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
 }
 #spnav .navlist .nav01 a {
  background: url("/beer/kinmugi/img/common/nav_logo.png") no-repeat 10px center #002b64;
  background-size: 40px auto;
  color: #ffde66;
 }
 #spnav .navlist .nav_mail {
  margin: 10% 0 0 0;
  background: url("/beer/kinmugi/img/common/nav_mail.png") no-repeat 10px center #fff;
  background-size: 30px auto;
 }
 #spnav .navlist .nav_mail a {
  background: url("/beer/kinmugi/img/common/nav_arrow.png") no-repeat right center transparent;
  background-size: 30px auto;
  color: #002b64;
  border: 1px solid #002b64;
 }
 #spnavbtn {
  position: absolute;
  top: 10px;
  right: 8%;
  width: 35px;
  z-index: 999;
 }
 #spnavbtn a {
  display: block;
 }
 #spnav #spcatenav {
  background: #fcfaea;
  padding: 8%;
 }
 #spnav .categories {
  margin: 0 auto;
 }
 #spnav .categories h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 4px 2px 0 0;
  text-align: center;
  margin: 0 0 5% 0;
 }
 #spnav .categories .categorylabel {
  font-size: 12px;
  font-weight: bold;
 }
 #spnav .categories .categorylabel li {
  float: left;
  width: 48%;
  margin: 0 2% 2% 0;
 }
 #spnav .categories .categorylabel a {
  display: block;
  padding: 8px 2px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
 }
 #spnav .categories .categorylabel .cate01 {
  background: #002b64;
 }
 #spnav .categories .categorylabel .cate02 {
  background: #ff781e;
 }
 #spnav .categories .categorylabel .cate03 {
  background: #e52825;
 }
 #spnav .categories .categorylabel .cate04 {
  background: #28b46e;
 }
 #locationnav {
  font-size: 10px;
  height: 25px;
  padding: 7px 5%;
 }
 #locationnav li {
  float: left;
 }
 #locationnav .locarrow {
  display: inline-block;
  padding: 0 2px;
 }
}
/*--------------------------------------
  4.Module
--------------------------------------*/
.move {
 opacity: 0;
}
/*----clearfix----*/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
 font-size: 0.01em;
}
.clearfix {
 min-height: 1px;
}
* html .clearfix {
 height: 1px; /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
#suntory_contents {
 line-height: 1;
 color: #002b64;
 position: relative;
}
#suntory_contents * {
 box-sizing: border-box;
 vertical-align: top;
}
.hide {
 display: none;
}
a.over:hover {
 opacity: 0.7;
 transition-duration: 0.2s;
}
#pagetop a {
 display: block;
}
/* SEP */
@media screen and (min-width:768px) {
 #pagetop {
  position: relative;
  max-width: 1164px;
  margin: 40px auto;
  height: 50px;
 }
 #pagetop a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("/beer/kinmugi/img/common/pagetop_pc.png") no-repeat 0 0;
  width: 50px;
  height: 0;
  padding: 50px 0 0 0;
  overflow: hidden;
 }
 #sppagetop {
  display: none;
 }
 #subcolumn h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: bold;
 }
 #subcolumn .pickup {
  margin: 0 0 50px 0;
 }
 #subcolumn .pickup a {
  color: #002b64;
 }
 #subcolumn .pickup li {
  margin: 0 0 20px 0;
  position: relative;
 }
 #subcolumn .pickupcontents .thumb {
  float: left;
  width: 40%;
 }
 #subcolumn .pickupcontents .thumb img {
  border-radius: 5px;
 }
 #subcolumn .pickupcontents .pickupbody {
  float: right;
  width: 55%;
  padding: 0 0 10px 0;
 }
 #subcolumn .pickupcontents .category {
  font-size: 15px;
  width: 80%;
  padding: 8px 2px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  margin: 0 0 8px 0;
 }
 #subcolumn .pickupcontents .category.cate01 {
  background: #002b64;
 }
 #subcolumn .pickupcontents .category.cate02 {
  background: #ff781e;
 }
 #subcolumn .pickupcontents .category.cate03 {
  background: #e52825;
 }
 #subcolumn .pickupcontents .category.cate04 {
  background: #28b46e;
 }
 #subcolumn .pickupcontents .title {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 10px 0;
 }
 #subcolumn .pickuplist a:hover .title {
  text-decoration: underline;
 }
 #subcolumn .pickupcontents .date {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 45%;
  background: url("/beer/kinmugi/img/common/news_cl_icon_b.png") no-repeat 0 0;
  background-size: 15px auto;
  display: inline-block;
  min-height: 15px;
  padding: 3px 0 0 17px;
 }
 #subcolumn .categories {
  margin: 0 0 50px 0;
 }
 #subcolumn .categorylabel li {
  width: 48%;
  float: left;
  margin: 0 5px 5px 0;
 }
 #subcolumn .categorylabel a {
  display: block;
  padding: 8px 2px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
 }
 #subcolumn .categorylabel .cate01 {
  background: #002b64;
 }
 #subcolumn .categorylabel .cate02 {
  background: #ff781e;
 }
 #subcolumn .categorylabel .cate03 {
  background: #e52825;
 }
 #subcolumn .categorylabel .cate04 {
  background: #28b46e;
 }
 #subcolumn .sidelinkbtn {
  margin: 0;
 }
 #subcolumn .sidelinkbtn li {
  margin: 0 0 50px 0;
  position: relative;
 }
 #subcolumn .sidelinkbtn li a {
  transition: 0.3s;
 }
 #subcolumn .sidelinkbtn li a:hover {
  opacity: 0.7;
 }
 #subcolumn .sidelinkbtn .btn_ins {
  display: block;
  width: 72%;
  position: absolute;
  top: 34%;
  left: 14%;
 }
 #subcolumn .sidelinkbtn .btn_tw {
  display: block;
  width: 72%;
  position: absolute;
  top: 47%;
  left: 14%;
 }
 .bottomnavbtn {
  margin: 60px auto 0 auto;
  max-width: 1164px;
  min-width: 960px;
  position: relative;
 }
 .bottomnavbtn .bottomarrow {
  position: absolute;
  bottom: 0;
  right: 5px;
  display: block;
  width: 80px;
  height: 72px;
  background: url("../img/index/news_link_icon_y.png") no-repeat right bottom;
  background-size: 80px auto;
  transition: 0.3s;
 }
 .bottomnavbtn a {
  display: block;
 }
 .bottomnavbtn a:hover .bottomarrow {
  position: absolute;
  bottom: 0;
  right: 0;
 }
.contentslist .stayicon {
  width: 50%;
  position: absolute;
  top:20px;
  left: 20px;
 }
}
@media screen and (max-width:767px) {
 a.over:hover {
  opacity: 1;
  transition: none;
 }
 #suntory_contents {
  padding: 0 0 20% 0;
 }
 #pagetop {
  margin: 0;
  height: auto;
  position: absolute;
  bottom: 15px;
  right: 5%;
  width: 15%;
 }
 #sppagetop {
  margin: 0 0 8% 80%;
  height: auto;
  width: 15%;
 }
 #subcolumn {
  margin: 10% 3% 0 3%;
 }
 #subcolumn h2 {
  margin: 0 0 5% 0;
  font-size: 22px;
  font-weight: bold;
 }
 #subcolumn .pickup {
  margin: 0 0 13% 0;
 }
 #subcolumn .pickup a {
  color: #002b64;
 }
 #subcolumn .pickup li {
  margin: 0 0 5% 0;
  position: relative;
 }
 #subcolumn .pickupcontents .thumb {
  float: left;
  width: 43%;
 }
 #subcolumn .pickupcontents .thumb img {
  border-radius: 5px;
 }
 #subcolumn .pickupcontents .pickupbody {
  float: right;
  width: 52%;
  padding: 0 0 5% 0;
 }
 #subcolumn .pickupcontents .category {
  font-size: 14px;
  width: 90%;
  padding: 8px 2px;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  transition: 0.3s;
  margin: 0 0 5% 0;
 }
 #subcolumn .pickupcontents .category.cate01 {
  background: #002b64;
 }
 #subcolumn .pickupcontents .category.cate02 {
  background: #ff781e;
 }
 #subcolumn .pickupcontents .category.cate03 {
  background: #e52825;
 }
 #subcolumn .pickupcontents .category.cate04 {
  background: #28b46e;
 }
 #subcolumn .pickupcontents .title {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 3% 0;
 }
 #subcolumn .pickupcontents .date {
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 48%;
  background: url("/beer/kinmugi/img/common/news_cl_icon_b.png") no-repeat 0 0;
  background-size: 15px auto;
  display: inline-block;
  min-height: 15px;
  padding: 3px 0 0 17px;
 }
 #subcolumn .categories {
  margin: 0 0 13% 0;
 }
 #subcolumn .categorylabel li {
  width: 48%;
  float: left;
  margin: 0 2% 2% 0;
 }
 #subcolumn .categorylabel a {
  display: block;
  padding: 8px 2px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
 }
 #subcolumn .categorylabel .cate01 {
  background: #002b64;
 }
 #subcolumn .categorylabel .cate02 {
  background: #ff781e;
 }
 #subcolumn .categorylabel .cate03 {
  background: #e52825;
 }
 #subcolumn .categorylabel .cate04 {
  background: #28b46e;
 }
 #subcolumn .sidelinkbtn {
  margin: 0 0 13% 0;
 }
 #subcolumn .sidelinkbtn li {
  margin: 0 0 5% 0;
  position: relative;
 }
 #subcolumn .sidelinkbtn .btn_ins {
  display: block;
  width: 72%;
  position: absolute;
  top: 34%;
  left: 14%;
 }
 #subcolumn .sidelinkbtn .btn_tw {
  display: block;
  width: 72%;
  position: absolute;
  top: 47%;
  left: 14%;
 }
 .bottomnavbtn {
  margin: 8% 3% 8% 3%;
 }
 .bottomnavbtn .bottomnavlist li {
  margin: 0 0 5% 0;
 }
 .bottomlinkbtn {
  margin: 0 3% 5% 3%;
 }
 .bottomlinkbtn .bottomlinklist li {
  margin: 0 0 5% 0;
 }
.contentslist .stayicon {
  width: 50%;
  position: absolute;
  top:3%;
  left: 5%;
 }
}
@media all and (-ms-high-contrast:none) {
 *::-ms-backdrop, body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
 }
 ruby {
  vertical-align: bottom !important;
 }
}