@charset "UTF-8";
/*============
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%; /* 10px */
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
}

#suntoryCommonWrapper {
  position: relative;
}

.contents {
  line-height: 1;
}

.contents img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

/*============
header
============*/
.contents-header {
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1164px;
  padding: 11px 20px 10px;
  margin: 0 auto;
}
.contents-header .header-logo {
  margin-right: 200px;
}
.contents-header .anker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contents-header .anker__item {
  font-size: 1.5rem;
  margin-right: 74px;
}
.contents-header .anker__item:last-of-type {
  margin-right: 0;
}
.contents-header .anker__item a {
  padding-bottom: 5px;
}
.contents-header .anker__item a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #007844;
}

/* brand bnr */
.brand-bnr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 60px;
  background: url(../img/icon_bnr_arrow.png) center right 15px no-repeat;
}
.brand-bnr img {
  margin: 0;
}
.brand-bnr:hover {
  opacity: 0.8;
}
.brand-bnr--iplus {
  width: 331px;
  padding-left: 18px;
  background-color: #007844;
}
.brand-bnr--navi {
  padding-left: 36px;
  background-color: #2CC6F1;
}
.brand-bnr--iyemon {
  padding-left: 14px;
  background-color: #54A54B;
}
.brand-bnr--tokucha {
  padding-left: 29px;
  background-color: #006439;
}
.brand-bnr--kenkocya {
  padding-left: 10px;
  background-color: #ea6182;
}

/* bnr-list */
.bnr-list {
  width: 860px;
  padding: 60px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnr-list--type2 {
  width: 560px;
  padding: 60px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bnr-list--type2 .bnr-list__item {
  width: 50%;
}
.bnr-list--type2 .bnr-list__item:nth-child(n+3) {
  margin-top: 20px;
}
.bnr-list--type2 .brand-bnr {
  margin: 0 auto;
}

/*============
page-top
============*/
#pageTop {
  width: 1125px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  margin: auto;
  font-size: 77%;
  z-index: 9999;
}
#pageTop a {
  position: absolute;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border: 1px solid #007844;
  border-radius: 50%;
}
#pageTop a:hover {
  text-decoration: none;
}

.angle {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #007844;
  border-left: 2px solid #007844;
}