@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/* normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* -------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* html5 display definitions */
/* -------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links */
/* -------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics */
/* -------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content */
/* -------------------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content */
/* -------------------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms */
/* -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables */
/* -------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* -------------------------------------------------------------------------- */
/* initialize styles */
/* -------------------------------------------------------------------------- */
#suntory_contents .color-initial {
  color: #fff;
}

#suntory_contents .color-primary {
  color: #807040;
}

#suntory_contents .color-secondary {
  color: #a6976c;
}

#suntory_contents .color-tertiary {
  color: #d95f57;
}

#suntory_contents .color-quaternary {
  color: #3f8c66;
}

#suntory_contents .bg-initial {
  background-color: #fff;
}

#suntory_contents .bg-primary {
  background-color: #807040;
}

#suntory_contents .bg-secondary {
  background-color: #a6976c;
}

#suntory_contents .bg-tertiary {
  background-color: #d95f57;
}

#suntory_contents .bg-quaternary {
  background-color: #3f8c66;
}

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

@media print {
  html,
body {
    width: 1024px;
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}
#suntory_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

#suntory_contents a {
  color: #a6976c;
}
@media screen and (min-width: 767px) {
  #suntory_contents a:focus, #suntory_contents a:hover {
    text-decoration: underline;
  }
}

#suntory_contents ol,
#suntory_contents ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
#suntory_contents ol ol,
#suntory_contents ol ul,
#suntory_contents ul ol,
#suntory_contents ul ul {
  font-size: 90%;
  margin: 0.5em 0 0.5em 1em;
}

#suntory_contents ol.list {
  padding-left: 1.5em;
  counter-reset: number;
}
#suntory_contents ol.list li {
  text-indent: -1.5em;
}
#suntory_contents ol.list li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #a6976c;
  text-indent: 0;
  text-align: center;
  font-weight: 700;
  font-family: "urw-din-condensed", sans-serif;
  font-size: 0.5em;
  line-height: 2;
  color: #fff;
  -webkit-transform: translateY(-0.333em);
      -ms-transform: translateY(-0.333em);
          transform: translateY(-0.333em);
}

#suntory_contents ul.list {
  padding-left: 1em;
}
#suntory_contents ul.list li {
  text-indent: -1em;
}
#suntory_contents ul.list li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #a6976c;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
#suntory_contents ul.list li ul li::before {
  width: 0.25em;
  height: 0.25em;
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

#suntory_contents .button,
#suntory_contents button,
#suntory_contents dd,
#suntory_contents dt,
#suntory_contents li {
  margin-bottom: 0.5em;
}

#suntory_contents fieldset,
#suntory_contents input,
#suntory_contents select,
#suntory_contents textarea {
  margin-bottom: 1em;
}

#suntory_contents blockquote,
#suntory_contents dl,
#suntory_contents figure,
#suntory_contents form,
#suntory_contents ol,
#suntory_contents p,
#suntory_contents pre,
#suntory_contents table,
#suntory_contents ul {
  margin-bottom: 1.5em;
}

#suntory_contents b,
#suntory_contents strong {
  font-weight: 700;
}

#suntory_contents em {
  font-style: normal;
  color: #a6976c;
}

#suntory_contents address {
  font-style: normal;
}

#suntory_contents p {
  margin-top: 0;
}

#suntory_contents h1,
#suntory_contents h2,
#suntory_contents h3,
#suntory_contents h4,
#suntory_contents h5,
#suntory_contents h6 {
  font-weight: 300;
  margin-bottom: 1em;
  margin-top: 0;
}

#suntory_contents h1 {
  font-size: 1.75em;
  line-height: 1.2;
}
#suntory_contents h2 {
  font-size: 1.5em;
  line-height: 1.2;
}
#suntory_contents h3 {
  font-size: 1.375em;
  line-height: 1.3;
}
#suntory_contents h4 {
  font-size: 1.25em;
  line-height: 1.4;
}
#suntory_contents h5 {
  font-size: 1.125em;
  line-height: 1.5;
}
#suntory_contents h6 {
  font-size: 1em;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  #suntory_contents .pc-br {
    display: inline;
  }
  #suntory_contents .sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .pc-br {
    display: none;
  }
  #suntory_contents .sp-br {
    display: inline;
  }
}

/* -------------------------------------------------------------------------- */
/* elements */
/* -------------------------------------------------------------------------- */
/* break */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  #suntory_contents .pc-br {
    display: inline;
  }
  #suntory_contents .sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .pc-br {
    display: none;
  }
  #suntory_contents .sp-br {
    display: inline;
  }
}

/* page-top-button */
/* -------------------------------------------------------------------------- */
#suntory_contents .page-top-button {
  display: block;
  position: fixed;
  right: -9em;
  bottom: 4.5em;
  z-index: 10;
  width: 3em;
  height: 3em;
  overflow: hidden;
  cursor: pointer;
  background-color: #332929;
  text-decoration: none;
  color: #fff;
  -webkit-transition-property: right, width;
  -o-transition-property: right, width;
  transition-property: right, width;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) {
  #suntory_contents .page-top-button {
    display: none;
  }
}
#suntory_contents .page-top-button::before {
  content: "ページの先頭へ";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 4em;
  width: 6em;
  height: 3em;
  text-align: center;
  font-family: sans-serif;
  font-size: 0.75em;
  line-height: 4;
  color: #fff;
}
#suntory_contents .page-top-button::after {
  display: inline-block;
  content: "▲";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
}
#suntory_contents .page-top-button.fixed {
  right: 0;
}

#suntory_contents.isnt-touch .page-top-button:focus, #suntory_contents.isnt-touch .page-top-button:hover {
  width: 9em;
  background-color: #d95f57;
}

/* -------------------------------------------------------------------------- */
/* common */
/* -------------------------------------------------------------------------- */
/* wineCommonHeader */
/* -------------------------------------------------------------------------- */
#wineCommonHeader {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
  padding-top: 0.625em;
}
#wineCommonHeader p,
#wineCommonHeader ul,
#wineCommonHeader li {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  #wineCommonHeader {
    padding: 0.625em 1.5em 0.25em;
  }
}
@media screen and (max-width: 767px) {
  #wineCommonHeader {
    display: none;
  }
}

/* default font-family */
/* -------------------------------------------------------------------------- */
#suntory_contents {
  font-family: "Noto Serif JP", serif;
  color: #807040;
}

/* animsition */
/* -------------------------------------------------------------------------- */
/* content-main */
/* -------------------------------------------------------------------------- */
#suntory_contents .content-main {
  background-image: url(../images/home/bgi_contents_01.jpg);
  background-repeat: no-repeat;
  background-position: center 22.5em;
  background-size: 80em;
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents .content-main {
    background-image: url(../images/home/bgi_contents_01@2x.jpg);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .content-main {
    background-image: url(../images/home/bgi_contents_02.jpg);
    background-position: center 12.5em;
    background-size: 25em;
  }
}

/* page-section */
/* -------------------------------------------------------------------------- */
#suntory_contents.secondary-content .page-section {
  padding-top: 3em;
}

/* os-item */
/* -------------------------------------------------------------------------- */
#suntory_contents .os-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#suntory_contents .os-item.on-screen {
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/* content-header */
/* -------------------------------------------------------------------------- */
#suntory_contents .content-header {
  background-color: #fff;
}
@media all and (min-width: 767px) {
  #suntory_contents .content-header {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .content-header {
    height: 11em;
  }
}
#suntory_contents .content-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 60em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .content-header .header-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* regulation-block */
/* -------------------------------------------------------------------------- */
#suntory_contents .regulation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media all and (min-width: 767px) {
  #suntory_contents .regulation-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .regulation-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    padding: 0.666em 1em;
    background-color: #f7f7f7;
    text-align: center;
  }
}
#suntory_contents .regulation-block .regulation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: sans-serif;
  font-size: 0.625em;
  line-height: 1.5;
  color: gray;
  white-space: nowrap;
}
#suntory_contents .regulation-block .regulation-item::before {
  content: "";
  display: inline-block;
  width: 3em;
  height: 2em;
  margin-right: 0.666em;
  background-image: url(../images/common/ico_eu_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media all and (min-width: 767px) {
  #suntory_contents .regulation-block .regulation-item::before {
    width: 3.6em;
    height: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .regulation-block .regulation-item::before {
    width: 2.4em;
    height: 1.6em;
  }
}

/* content-title */
/* -------------------------------------------------------------------------- */
#suntory_contents .content-title {
  width: 15em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #suntory_contents .content-title {
    padding: 1em 0 0.75em;
  }
}

/* content-navi */
/* -------------------------------------------------------------------------- */
#suntory_contents .content-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media all and (min-width: 767px) {
  #suntory_contents .content-navi {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .content-navi {
    width: 100%;
    background-image: url(../images/common/bgi_green_01@2x.png);
    background-size: 12.5em;
  }
}
#suntory_contents .content-navi .navi-item {
  margin-bottom: 0;
  text-decoration: none;
}
@media all and (min-width: 767px) {
  #suntory_contents .content-navi .navi-item {
    position: relative;
    line-height: 2.5;
  }
  #suntory_contents .content-navi .navi-item + .navi-item {
    margin-left: 1.5em;
  }
  #suntory_contents .content-navi .navi-item::before, #suntory_contents .content-navi .navi-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
    -webkit-transition-property: bottom, height;
    -o-transition-property: bottom, height;
    transition-property: bottom, height;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  #suntory_contents .content-navi .navi-item::before {
    bottom: 3px;
    background-color: #d95f57;
  }
  #suntory_contents .content-navi .navi-item:after {
    bottom: 0;
    background-color: #3f8c66;
  }
  #suntory_contents .content-navi .navi-item br {
    display: none;
  }
  #suntory_contents .content-navi .navi-item.cr::before {
    bottom: 4px;
    height: 3px;
  }
  #suntory_contents .content-navi .navi-item.cr::after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .content-navi .navi-item {
    width: 20%;
    padding: 1em 0;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.6;
    color: #fff;
  }
  #suntory_contents .content-navi .navi-item.brand, #suntory_contents .content-navi .navi-item.winery {
    line-height: 3.2;
  }
  #suntory_contents .content-navi .navi-item + .navi-item {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}
#suntory_contents.isnt-touch .content-navi .navi-item:focus::before, #suntory_contents.isnt-touch .content-navi .navi-item:hover::before {
  bottom: 4px;
  height: 3px;
}
#suntory_contents.isnt-touch .content-navi .navi-item:focus::after, #suntory_contents.isnt-touch .content-navi .navi-item:hover::after {
  height: 3px;
}

/* content-navi: current */
/* -------------------------------------------------------------------------- */
@media all and (min-width: 767px) {
  #suntory_contents.brand-content .content-navi .navi-item.brand::before {
    bottom: 4px;
    height: 3px;
  }
  #suntory_contents.brand-content .content-navi .navi-item.brand::after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.brand-content .content-navi .navi-item.brand {
    background-image: url(../images/common/bgi_red_01@2x.png);
    background-size: 12.5em;
  }
}

@media all and (min-width: 767px) {
  #suntory_contents.lineup-content .content-navi .navi-item.lineup::before {
    bottom: 4px;
    height: 3px;
  }
  #suntory_contents.lineup-content .content-navi .navi-item.lineup::after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .content-navi .navi-item.lineup {
    background-image: url(../images/common/bgi_red_01@2x.png);
    background-size: 12.5em;
  }
}

@media all and (min-width: 767px) {
  #suntory_contents.concept-content .content-navi .navi-item.concept::before {
    bottom: 4px;
    height: 3px;
  }
  #suntory_contents.concept-content .content-navi .navi-item.concept::after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.concept-content .content-navi .navi-item.concept {
    background-image: url(../images/common/bgi_red_01@2x.png);
    background-size: 12.5em;
  }
}

@media all and (min-width: 767px) {
  #suntory_contents.winery-content .content-navi .navi-item.winery::before {
    bottom: 4px;
    height: 3px;
  }
  #suntory_contents.winery-content .content-navi .navi-item.winery::after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.winery-content .content-navi .navi-item.winery {
    background-image: url(../images/common/bgi_red_01@2x.png);
    background-size: 12.5em;
  }
}

@media all and (min-width: 767px) {
  #suntory_contents.davinci-content .content-navi .navi-item.davinci::before {
    bottom: 4px;
    height: 3px;
  }
  #suntory_contents.davinci-content .content-navi .navi-item.davinci::after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.davinci-content .content-navi .navi-item.davinci {
    background-image: url(../images/common/bgi_red_01@2x.png);
    background-size: 12.5em;
  }
}

/* fixed */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #suntory_contents .content-header.fixed .content-navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}

/* -------------------------------------------------------------------------- */
/* index-container */
/* -------------------------------------------------------------------------- */
#suntory_contents .ec-container {
  width: 90%;
  height: 2.5em;
  max-width: 60em;
  margin: 3em auto 0;
}
#suntory_contents .ec-container .ec-imp-target {
  text-align: right;
}
#suntory_contents .ec-container .ec-imp-target a {
  display: inline-block;
  max-width: 15.9375em;
}

/* -------------------------------------------------------------------------- */
/* intro-container */
/* -------------------------------------------------------------------------- */
#suntory_contents .intro-container {
  width: 100%;
  margin: 3em auto 0;
}
@media all and (min-width: 767px) {
  #suntory_contents .intro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 49.125em;
  }
  #suntory_contents .intro-container .content {
    margin-left: 3em;
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro-container {
    margin: 1em auto 0;
    text-align: center;
  }
}
#suntory_contents .intro-container .page-title {
  position: relative;
  min-width: 13.1875em;
  max-width: 13.1875em;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro-container .page-title {
    height: 6em;
    margin: 0 auto 1.5em;
  }
  #suntory_contents .intro-container .page-title img {
    opacity: 0.25;
  }
}
#suntory_contents .intro-container .page-title .text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro-container .page-title .text {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#suntory_contents .intro-container .catch {
  position: relative;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro-container .catch {
    font-size: 1.5em;
  }
}
#suntory_contents .intro-container .read {
  position: relative;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro-container .read {
    font-size: 1em;
  }
}

/* -------------------------------------------------------------------------- */
/* visual-container */
/* -------------------------------------------------------------------------- */
#suntory_contents .visual-container {
  position: relative;
  height: 22.5em;
  width: 100%;
  overflow: hidden;
  background-repeat: repeat;
  background-position: center top;
  background-image: 12.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .visual-container {
    height: 50vw;
  }
}
#suntory_contents .visual-container .content {
  position: relative;
  width: 100%;
  max-width: 60em;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.625em 0.3125em -0.3125em rgba(0, 0, 0, 0.1) inset, 0 -0.625em 0.3125em -0.3125em rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0.625em 0.3125em -0.3125em rgba(0, 0, 0, 0.1) inset, 0 -0.625em 0.3125em -0.3125em rgba(0, 0, 0, 0.1) inset;
}
@media screen and (max-width: 767px) {
  #suntory_contents .visual-container .image {
    width: 133.333%;
    margin-left: -16.666%;
  }
}
#suntory_contents.secondary-content .visual-container::before {
  background-position: center 5.866em;
}

/* -------------------------------------------------------------------------- */
/* home-content */
/* -------------------------------------------------------------------------- */
/* visual-container: animsition */
/* -------------------------------------------------------------------------- */
#suntory_contents.home-content .animsition {
  background-image: none;
}

/* visual-container: container */
/* -------------------------------------------------------------------------- */
#suntory_contents.home-content .visual-container {
  height: 25em;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container {
    height: 50vw;
  }
}
#suntory_contents.home-content .visual-container::before, #suntory_contents.home-content .visual-container::after {
  content: none;
}
#suntory_contents.home-content .visual-container .content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* visual-container: catch */
/* -------------------------------------------------------------------------- */
#suntory_contents.home-content .visual-container .catch {
  position: absolute;
  top: 2.5em;
  width: 3em;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translateY(-2.5em);
      -ms-transform: translateY(-2.5em);
          transform: translateY(-2.5em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .catch {
    top: 1em;
    width: 1.5em;
  }
}
#suntory_contents.home-content .visual-container .catch-01 {
  left: 55em;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .catch-01 {
    left: 22em;
  }
}
#suntory_contents.home-content .visual-container .catch-02 {
  left: 51em;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .catch-02 {
    left: 20em;
  }
}
#suntory_contents.home-content .visual-container .catch-03 {
  left: 47em;
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .catch-03 {
    left: 18em;
  }
}
#suntory_contents.home-content .visual-container.in-start .catch {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* visual-container: img */
/* -------------------------------------------------------------------------- */
#suntory_contents.home-content .visual-container .img {
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
#suntory_contents.home-content .visual-container .img.img-01 {
  top: 0;
  left: 0;
  z-index: 1;
  width: 79.166%;
  -webkit-transform: translateY(-4em);
      -ms-transform: translateY(-4em);
          transform: translateY(-4em);
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .img.img-01 {
    left: -4%;
    -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
            transform: translateY(-2em);
  }
}
#suntory_contents.home-content .visual-container .img.img-02 {
  top: 14%;
  left: 26%;
  z-index: 2;
  width: 41.666%;
  -webkit-transform: translateY(-3em);
      -ms-transform: translateY(-3em);
          transform: translateY(-3em);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .img.img-02 {
    left: 22%;
    -webkit-transform: translateY(-1.5em);
        -ms-transform: translateY(-1.5em);
            transform: translateY(-1.5em);
  }
}
#suntory_contents.home-content .visual-container .img.img-03 {
  top: -32%;
  left: 6%;
  z-index: 3;
  width: 68.75%;
  -webkit-transform: translateY(1.5em) scale(0.666);
      -ms-transform: translateY(1.5em) scale(0.666);
          transform: translateY(1.5em) scale(0.666);
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .img.img-03 {
    left: 4%;
    -webkit-transform: translateY(0.75em) scale(0.666);
        -ms-transform: translateY(0.75em) scale(0.666);
            transform: translateY(0.75em) scale(0.666);
  }
}
#suntory_contents.home-content .visual-container .img.img-04 {
  top: -22%;
  left: 30%;
  width: 22.916%;
  z-index: 4;
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  #suntory_contents.home-content .visual-container .img.img-04 {
    top: -13%;
    left: 28%;
    -webkit-transform: translateY(-1em);
        -ms-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}
#suntory_contents.home-content .visual-container.in-start .img {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

/* #contents */
/* -------------------------------------------------------------------------- */
#suntory_contents.home-content .content-main {
  background-position: center 25em;
}
@media all and (max-width: 767px) {
  #suntory_contents.home-content .content-main {
    background-position: center 12.5em;
  }
}
#suntory_contents.home-content #contents {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0));
}

/* index-container */
/* -------------------------------------------------------------------------- */
#suntory_contents .index-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 767px) {
  #suntory_contents .index-container {
    height: 70em;
    max-width: 49.25em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .index-container {
    max-width: 20em;
  }
}

/* index-container: elements */
/* -------------------------------------------------------------------------- */
#suntory_contents .index-container .image {
  position: relative;
}
@media all and (min-width: 767px) {
  #suntory_contents .index-container .image {
    width: 13.1875em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .index-container .image {
    width: 10em;
  }
}
#suntory_contents .index-container .image .img {
  position: absolute;
  bottom: 0;
  left: 8.5%;
  max-width: 83%;
}
#suntory_contents .index-container .image .frame {
  position: relative;
}
#suntory_contents .index-container .title {
  margin-bottom: 0.5em;
  padding: 0.5em 0.5em;
  border: 1px solid;
  font-size: 1.125em;
  color: #332929;
  white-space: nowrap;
}
@media all and (min-width: 767px) {
  #suntory_contents .index-container .title {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .index-container .title {
    padding: 0.666em 0;
    text-align: center;
    font-size: 0.75em;
  }
}
#suntory_contents .index-container .content {
  margin-top: 2.25em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .index-container .content {
    width: 42%;
    margin-top: 1.75em;
  }
}
#suntory_contents .index-container .read {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.8;
  color: #807040;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents .index-container .read {
    font-size: 1em;
  }
}
#suntory_contents .index-container .link {
  font-size: 0.875em;
}
#suntory_contents .index-container .link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.5em;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.75em;
  -webkit-transform: translateY(0.15em);
      -ms-transform: translateY(0.15em);
          transform: translateY(0.15em);
}

/* index-container: coloring */
/* -------------------------------------------------------------------------- */
#suntory_contents .index-container .index-item.green .title {
  border-color: #3f8c66;
}
#suntory_contents .index-container .index-item.green .read + .read {
  color: #3f8c66;
}
#suntory_contents .index-container .index-item.green .link {
  color: #3f8c66;
}
#suntory_contents .index-container .index-item.green .link::before {
  border-color: transparent transparent transparent #3f8c66;
}
#suntory_contents .index-container .index-item.red .title {
  border-color: #d95f57;
}
#suntory_contents .index-container .index-item.red .read + .read {
  color: #d95f57;
}
#suntory_contents .index-container .index-item.red .link {
  color: #d95f57;
}
#suntory_contents .index-container .index-item.red .link::before {
  border-color: transparent transparent transparent #d95f57;
}

/* index-container: unique */
/* -------------------------------------------------------------------------- */
#suntory_contents .index-container .index-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
@media all and (min-width: 767px) {
  #suntory_contents .index-container .index-item {
    position: absolute;
  }
  #suntory_contents .index-container .index-item.brand {
    top: 1.1875em;
    right: 0;
  }
  #suntory_contents .index-container .index-item.brand a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #suntory_contents .index-container .index-item.brand .content {
    margin-right: 1.5em;
  }
  #suntory_contents .index-container .index-item.lineup {
    top: 7.75em;
    left: 0.0625em;
  }
  #suntory_contents .index-container .index-item.lineup a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #suntory_contents .index-container .index-item.lineup .content {
    margin-top: 1em;
    margin-left: 8%;
  }
  #suntory_contents .index-container .index-item.concept {
    top: 20.875em;
    left: calc(50% - 0.5625em);
  }
  #suntory_contents .index-container .index-item.concept .content {
    margin-left: 1.5em;
  }
  #suntory_contents .index-container .index-item.winery {
    top: 34em;
    left: 0.0625em;
  }
  #suntory_contents .index-container .index-item.winery .content {
    margin-left: 1.5em;
  }
  #suntory_contents .index-container .index-item.davinci {
    top: 53.6875em;
    left: 12.0625em;
  }
  #suntory_contents .index-container .index-item.davinci .content {
    margin-left: 1.5em;
  }
  #suntory_contents .index-container .index-item.logo {
    top: 40.5625em;
    right: 0;
    opacity: 0.25;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .index-container .index-item {
    padding-top: 2em;
  }
  #suntory_contents .index-container .index-item:nth-child(even) .content {
    margin-right: 4%;
  }
  #suntory_contents .index-container .index-item:nth-child(odd) .content {
    margin-left: 4%;
  }
  #suntory_contents .index-container .index-item:nth-child(odd) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #suntory_contents .index-container .index-item.logo {
    display: none;
  }
}

/* index-container: hover */
/* -------------------------------------------------------------------------- */
#suntory_contents.isnt-touch .index-container .title {
  position: relative;
}
#suntory_contents.isnt-touch .index-container .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#suntory_contents.isnt-touch .index-container .index-item.green .title::before {
  background-color: #3f8c66;
}
#suntory_contents.isnt-touch .index-container .index-item.red .title::before {
  background-color: #d95f57;
}
#suntory_contents.isnt-touch .index-container .index-item a:focus .title::before, #suntory_contents.isnt-touch .index-container .index-item a:hover .title::before {
  opacity: 0.25;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* -------------------------------------------------------------------------- */
/* brand-content */
/* -------------------------------------------------------------------------- */
#suntory_contents.brand-content .content-wrapper {
  width: 90%;
  margin: 0 auto;
  background-image: url(../images/common/bgi_gold_04.png);
  background-size: 12.5em;
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.brand-content .content-wrapper {
    background-image: url(../images/common/bgi_gold_04@2x.png);
  }
}
@media all and (min-width: 767px) {
  #suntory_contents.brand-content .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 60em;
  }
  #suntory_contents.brand-content .content-wrapper .content,
#suntory_contents.brand-content .content-wrapper .image {
    width: 50%;
  }
}
#suntory_contents.brand-content .content-wrapper .image {
  text-align: center;
}
@media all and (min-width: 767px) {
  #suntory_contents.brand-content .content-wrapper .image {
    padding: 3em 0;
  }
  #suntory_contents.brand-content .content-wrapper .image img {
    max-width: 25em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.brand-content .content-wrapper .image {
    padding-bottom: 3em;
  }
  #suntory_contents.brand-content .content-wrapper .image img {
    max-width: 66.666%;
  }
}
#suntory_contents.brand-content .content-wrapper .section-title {
  padding: 0.75em 1.5em;
  background-size: 12.5em;
  font-size: 1.5em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents.brand-content .content-wrapper .section-title {
    text-align: center;
    font-size: 1.25em;
  }
}
@media all and (min-width: 767px) {
  #suntory_contents.brand-content .content-wrapper .read-wrapper {
    padding: 1.5em 0 1.5em 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.brand-content .content-wrapper .read-wrapper {
    padding: 1.5em 2em 0;
  }
}
#suntory_contents.brand-content .content-wrapper .read {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents.brand-content .content-wrapper .read {
    font-size: 1em;
  }
}

/* #village */
/* -------------------------------------------------------------------------- */
#suntory_contents.brand-content #village .section-title {
  background-image: url(../images/common/bgi_red_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.brand-content #village .section-title {
    background-image: url(../images/common/bgi_red_01@2x.png);
  }
}
#suntory_contents.brand-content #village .read-wrapper {
  color: #d95f57;
}

/* #toscana */
/* -------------------------------------------------------------------------- */
#suntory_contents.brand-content #toscana .section-title {
  background-image: url(../images/common/bgi_green_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.brand-content #toscana .section-title {
    background-image: url(../images/common/bgi_green_01@2x.png);
  }
}
#suntory_contents.brand-content #toscana .read-wrapper {
  color: #3f8c66;
}

/* #location */
/* -------------------------------------------------------------------------- */
#suntory_contents.brand-content #location .section-title {
  background-image: url(../images/common/bgi_gold_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.brand-content #location .section-title {
    background-image: url(../images/common/bgi_gold_01@2x.png);
  }
}

/* -------------------------------------------------------------------------- */
/* lineup-content */
/* -------------------------------------------------------------------------- */
#suntory_contents.lineup-content .lineup-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 54em;
  margin: 0 auto;
  padding-top: 4em;
}
#suntory_contents.lineup-content .lineup-index .index-item {
  width: 33.333%;
  text-align: center;
}
#suntory_contents.lineup-content .lineup-index .index-item:nth-child(n+4) {
  margin-top: 3em;
}
#suntory_contents.lineup-content .lineup-index .image {
  margin-bottom: 1em;
}
@media all and (min-width: 767px) {
  #suntory_contents.lineup-content .lineup-index .image img {
    max-width: 5em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .lineup-index .image img {
    max-width: 3em;
  }
}
#suntory_contents.lineup-content .lineup-index .name {
  margin-bottom: 1em;
  white-space: nowrap;
}
@media all and (min-width: 767px) {
  #suntory_contents.lineup-content .lineup-index .name {
    min-height: 3.2em;
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .lineup-index .name {
    min-height: 4.8em;
    font-size: 0.875em;
  }
}
#suntory_contents.lineup-content .lineup-index .link a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid;
  text-decoration: none;
  font-size: 0.875em;
  color: #332929;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .lineup-index .link a {
    font-size: 0.75em;
  }
}
#suntory_contents.lineup-content .lineup-index .link a::after {
  content: "▼";
  display: block;
}
#suntory_contents.lineup-content .lineup-index .index-item.red .name {
  color: #d95f57;
}
#suntory_contents.lineup-content .lineup-index .index-item.red .link a {
  border-color: #d95f57;
}
#suntory_contents.lineup-content .lineup-index .index-item.red .link a::after {
  color: #d95f57;
}
#suntory_contents.lineup-content .lineup-index .index-item.white .name {
  color: #3f8c66;
}
#suntory_contents.lineup-content .lineup-index .index-item.white .link a {
  border-color: #3f8c66;
}
#suntory_contents.lineup-content .lineup-index .index-item.white .link a::after {
  color: #3f8c66;
}

#suntory_contents.lineup-content .content-wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 3em;
  background-image: url(../images/common/bgi_gold_02.png);
  background-size: 12.5em;
  color: #fff;
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.lineup-content .content-wrapper {
    background-image: url(../images/common/bgi_gold_02@2x.png);
  }
}
@media all and (min-width: 767px) {
  #suntory_contents.lineup-content .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 60em;
  }
  #suntory_contents.lineup-content .content-wrapper .section-title {
    width: 100%;
  }
  #suntory_contents.lineup-content .content-wrapper .image {
    width: 38.2%;
  }
  #suntory_contents.lineup-content .content-wrapper .content {
    width: 61.8%;
  }
}
#suntory_contents.lineup-content .content-wrapper .section-title {
  padding: 0.5em 1em;
  background-size: 12.5em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .content-wrapper .section-title {
    text-align: center;
    font-size: 1.25em;
  }
}
#suntory_contents.lineup-content .content-wrapper .image {
  padding: 3em 0;
  text-align: center;
}
@media all and (min-width: 767px) {
  #suntory_contents.lineup-content .content-wrapper .image img {
    max-width: 8em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .content-wrapper .image img {
    max-width: 6em;
  }
}
#suntory_contents.lineup-content .content-wrapper .content {
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .content-wrapper .content {
    padding-top: 0;
  }
}
#suntory_contents.lineup-content .content-wrapper .lineup-table {
  width: calc(100% - 3em);
  margin-bottom: 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  #suntory_contents.lineup-content .content-wrapper .lineup-table {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#suntory_contents.lineup-content .content-wrapper .lineup-table th,
#suntory_contents.lineup-content .content-wrapper .lineup-table td {
  padding: 1em;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  font-size: 0.875em;
  line-height: 1.8;
}
#suntory_contents.lineup-content .content-wrapper .lineup-table th {
  vertical-align: top;
  text-align: left;
  font-weight: 300;
  white-space: nowrap;
}
#suntory_contents.lineup-content .content-wrapper .lineup-table tr:nth-child(odd) th,
#suntory_contents.lineup-content .content-wrapper .lineup-table tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.05);
}
#suntory_contents.lineup-content .content-wrapper .to-index {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-align: center;
  line-height: 3;
  color: #fff;
}

/* #village */
/* -------------------------------------------------------------------------- */
#suntory_contents.lineup-content #chianti .section-title,
#suntory_contents.lineup-content #riserva .section-title,
#suntory_contents.lineup-content #brunello .section-title {
  background-image: url(../images/common/bgi_red_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.lineup-content #chianti .section-title,
#suntory_contents.lineup-content #riserva .section-title,
#suntory_contents.lineup-content #brunello .section-title {
    background-image: url(../images/common/bgi_red_01@2x.png);
  }
}

/* #toscana */
/* -------------------------------------------------------------------------- */
#suntory_contents.lineup-content #trebbiano .section-title,
#suntory_contents.lineup-content #vermentino .section-title {
  background-image: url(../images/common/bgi_green_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.lineup-content #trebbiano .section-title,
#suntory_contents.lineup-content #vermentino .section-title {
    background-image: url(../images/common/bgi_green_01@2x.png);
  }
}

/* ec-container */
/* -------------------------------------------------------------------------- */
#suntory_contents.lineup-content .ec-container {
  margin-top: 0;
}
#suntory_contents.lineup-content .ec-container .ec-imp-target {
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* concept-content */
/* -------------------------------------------------------------------------- */
#suntory_contents.concept-content .content-wrapper {
  width: 90%;
  margin: 0 auto;
  background-size: 12.5em;
}
@media all and (min-width: 767px) {
  #suntory_contents.concept-content .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 60em;
  }
  #suntory_contents.concept-content .content-wrapper .content,
#suntory_contents.concept-content .content-wrapper .image {
    width: 50%;
  }
}
#suntory_contents.concept-content .content-wrapper .image {
  text-align: center;
}
@media all and (min-width: 767px) {
  #suntory_contents.concept-content .content-wrapper .image {
    padding: 3em 0;
  }
  #suntory_contents.concept-content .content-wrapper .image img {
    max-width: 22.5em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.concept-content .content-wrapper .image {
    padding-bottom: 3em;
  }
  #suntory_contents.concept-content .content-wrapper .image img {
    max-width: 66.666%;
  }
}
#suntory_contents.concept-content .content-wrapper .section-title {
  font-size: 1.5em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents.concept-content .content-wrapper .section-title {
    text-align: center;
    font-size: 1.25em;
  }
}
@media all and (min-width: 767px) {
  #suntory_contents.concept-content .content-wrapper .read-wrapper {
    padding: 3em 0 1.5em 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.concept-content .content-wrapper .read-wrapper {
    padding: 1.5em 2em 0;
  }
}
#suntory_contents.concept-content .content-wrapper .read {
  font-size: 1.125em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents.concept-content .content-wrapper .read {
    font-size: 1em;
  }
}

/* #maker */
/* -------------------------------------------------------------------------- */
#suntory_contents.concept-content #maker .content-wrapper {
  background-image: url(../images/common/bgi_red_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.concept-content #maker .content-wrapper {
    background-image: url(../images/common/bgi_red_01@2x.png);
  }
}

/* #brewer */
/* -------------------------------------------------------------------------- */
#suntory_contents.concept-content #brewer .content-wrapper {
  background-image: url(../images/common/bgi_green_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.concept-content #brewer .content-wrapper {
    background-image: url(../images/common/bgi_green_01@2x.png);
  }
}

/* #research */
/* -------------------------------------------------------------------------- */
#suntory_contents.concept-content #research .content-wrapper {
  background-image: url(../images/common/bgi_green_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.concept-content #research .content-wrapper {
    background-image: url(../images/common/bgi_green_01@2x.png);
  }
}

/* -------------------------------------------------------------------------- */
/* winery-content */
/* -------------------------------------------------------------------------- */
#suntory_contents.winery-content .content-wrapper {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
  padding: 4em 0 16em;
  background-repeat: no-repeat;
  background-size: cover;
}
#suntory_contents.winery-content .content-wrapper .content {
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
}
#suntory_contents.winery-content .content-wrapper .section-title {
  margin-bottom: 4em;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents.winery-content .content-wrapper .section-title {
    font-size: 1em;
  }
}
#suntory_contents.winery-content .content-wrapper .read {
  font-size: 1.125em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents.winery-content .content-wrapper .read {
    font-size: 0.875em;
  }
}

/* #chianti */
/* -------------------------------------------------------------------------- */
#suntory_contents.winery-content #chianti .content-wrapper {
  background-image: url(../images/winery/img_chianti_01.jpg);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.winery-content #chianti .content-wrapper {
    background-image: url(../images/winery/img_chianti_01@2x.jpg);
  }
}
@media all and (min-width: 767px) {
  #suntory_contents.winery-content #chianti .content-wrapper {
    background-position-y: 66.666%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.winery-content #chianti .content-wrapper {
    background-position-x: right;
  }
}

/* #montalcino */
/* -------------------------------------------------------------------------- */
#suntory_contents.winery-content #montalcino {
  color: #fff;
}
#suntory_contents.winery-content #montalcino .content-wrapper {
  position: relative;
  background-image: url(../images/winery/img_montalcino_01.jpg);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.winery-content #montalcino .content-wrapper {
    background-image: url(../images/winery/img_montalcino_01@2x.jpg);
  }
}
@media all and (min-width: 767px) {
  #suntory_contents.winery-content #montalcino .content-wrapper {
    background-position-y: 75%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.winery-content #montalcino .content-wrapper {
    background-position-x: center;
  }
}
#suntory_contents.winery-content #montalcino .photo-credit {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  font-size: 0.75em;
  opacity: 0.5;
}

/* -------------------------------------------------------------------------- */
/* davinci-content */
/* -------------------------------------------------------------------------- */
#suntory_contents.davinci-content .content-wrapper {
  width: 90%;
  margin: 0 auto;
  background-size: 12.5em;
}
@media all and (min-width: 767px) {
  #suntory_contents.davinci-content .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 60em;
  }
  #suntory_contents.davinci-content .content-wrapper .content,
#suntory_contents.davinci-content .content-wrapper .image {
    width: 50%;
  }
}
#suntory_contents.davinci-content .content-wrapper .image {
  background-color: #a6976c;
  text-align: center;
}
#suntory_contents.davinci-content .content-wrapper .image img {
  max-width: calc(100% - 3em);
  margin: 1.5em 0;
}
#suntory_contents.davinci-content .content-wrapper .image img + img {
  margin-top: 0;
}
#suntory_contents.davinci-content .content-wrapper .section-title {
  font-size: 1.5em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents.davinci-content .content-wrapper .section-title {
    text-align: center;
    font-size: 1.25em;
  }
}
@media all and (min-width: 767px) {
  #suntory_contents.davinci-content .content-wrapper .read-wrapper {
    padding: 3em 2.5em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents.davinci-content .content-wrapper .read-wrapper {
    padding: 1.5em 2em 0;
  }
}
#suntory_contents.davinci-content .content-wrapper .read {
  font-size: 1.125em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents.davinci-content .content-wrapper .read {
    font-size: 1em;
  }
}

/* #leonardo */
/* -------------------------------------------------------------------------- */
#suntory_contents.davinci-content #leonardo .content-wrapper {
  background-image: url(../images/common/bgi_red_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.davinci-content #leonardo .content-wrapper {
    background-image: url(../images/common/bgi_red_01@2x.png);
  }
}

/* #village */
/* -------------------------------------------------------------------------- */
#suntory_contents.davinci-content #village .content-wrapper {
  background-image: url(../images/common/bgi_green_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.davinci-content #village .content-wrapper {
    background-image: url(../images/common/bgi_green_01@2x.png);
  }
}

/* #research */
/* -------------------------------------------------------------------------- */
#suntory_contents.davinci-content #logo .content-wrapper {
  background-image: url(../images/common/bgi_gold_01.png);
}
@media screen and (min-device-pixel-ratio: 2), screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #suntory_contents.davinci-content #logo .content-wrapper {
    background-image: url(../images/common/bgi_gold_01@2x.png);
  }
}