@charset "UTF-8";
/*--------------------------------------------------------------*/
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *		user zoom.
 */
/**
 * Remove default margin.
 */
/* HTML5 display definitions
	 @mixin ========================================================================= */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
#suntory_contents article,
#suntory_contents aside,
#suntory_contents details,
#suntory_contents figcaption,
#suntory_contents figure,
#suntory_contents footer,
#suntory_contents header,
#suntory_contents hgroup,
#suntory_contents main,
#suntory_contents menu,
#suntory_contents nav,
#suntory_contents section,
#suntory_contents summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
#suntory_contents audio,
#suntory_contents canvas,
#suntory_contents progress,
#suntory_contents video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
#suntory_contents audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
#suntory_contents [hidden],
#suntory_contents template {
  display: none; }

/* Links
	 @mixin ========================================================================= */
/**
 * Remove the gray background color from active links in IE 10.
 */
#suntory_contents a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
#suntory_contents a:active,
#suntory_contents a:hover {
  outline: 0; }

/* Text-level semantics
	 @mixin ========================================================================= */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
#suntory_contents abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
#suntory_contents b,
#suntory_contents strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
#suntory_contents dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
#suntory_contents h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
#suntory_contents mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
#suntory_contents small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
#suntory_contents sub,
#suntory_contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

#suntory_contents sup {
  top: -0.5em; }

#suntory_contents sub {
  bottom: -0.25em; }

/* Embedded content
	 @mixin ========================================================================= */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
#suntory_contents img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
#suntory_contents svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 @mixin ========================================================================= */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
#suntory_contents figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
#suntory_contents hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
#suntory_contents pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
#suntory_contents code,
#suntory_contents kbd,
#suntory_contents pre,
#suntory_contents samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 @mixin ========================================================================= */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
#suntory_contents button,
#suntory_contents input,
#suntory_contents optgroup,
#suntory_contents select,
#suntory_contents textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
#suntory_contents button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
#suntory_contents button,
#suntory_contents select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */
#suntory_contents input[type="reset"],
#suntory_contents input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
#suntory_contents button[disabled],
#suntory_contents html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
#suntory_contents button::-moz-focus-inner,
#suntory_contents input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
#suntory_contents input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
#suntory_contents input[type="checkbox"],
#suntory_contents input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
#suntory_contents input[type="number"]::-webkit-inner-spin-button,
#suntory_contents input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *		(include `-moz` to future-proof).
 */
#suntory_contents input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
#suntory_contents input[type="search"]::-webkit-search-cancel-button,
#suntory_contents input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
#suntory_contents fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
#suntory_contents legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
#suntory_contents textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
#suntory_contents optgroup {
  font-weight: bold; }

/* Tables
	 @mixin ========================================================================= */
/**
 * Remove most spacing between table cells.
 */
#suntory_contents table {
  border-collapse: collapse;
  border-spacing: 0; }

#suntory_contents td,
#suntory_contents th {
  padding: 0; }

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

.color-primary {
  color: #171715; }

.color-secondary {
  color: #e9c323; }

.color-tertiary {
  color: #d7d0ae; }

.color-quaternary {
  color: #f7f5f0; }

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

.bg-primary {
  background-color: #171715; }

.bg-secondary {
  background-color: #e9c323; }

.bg-tertiary {
  background-color: #d7d0ae; }

.bg-quaternary {
  background-color: #f7f5f0; }

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

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

body {
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.6;
  color: #171715; }

@media print {
  html,
  body {
    width: 1024px;
    -webkit-print-color-adjust: exact; } }

@media screen and (max-width: 48em) {
  body {
    font-size: 4vw; } }

@media screen and (orientation: portrait) {
  body {
    background-position-y: top; } }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

a {
  color: #171715; }
  a:focus, a:hover {
    color: #e9c323; }

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

ol.list {
  padding-left: 1.5em;
  counter-reset: number; }
  ol.list li {
    text-indent: -1.5em; }
    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: #e9c323;
      text-indent: 0;
      text-align: center;
      font-weight: 700;
      font-family: "urw-din-condensed", sans-serif;
      font-size: .5em;
      line-height: 2;
      color: #fff;
      -webkit-transform: translateY(-0.333em);
          -ms-transform: translateY(-0.333em);
              transform: translateY(-0.333em); }

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

.button,
button,
dd,
dt,
li {
  margin-bottom: .5em; }

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

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

b,
strong {
  font-weight: 700; }

em {
  font-style: normal;
  color: #e9c323; }

address {
  font-style: normal; }

p {
  margin-top: 0; }

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

h1 {
  font-size: 1.75em;
  line-height: 1.2; }

h2 {
  font-size: 1.5em;
  line-height: 1.2; }

h3 {
  font-size: 1.375em;
  line-height: 1.3; }

h4 {
  font-size: 1.25em;
  line-height: 1.4; }

h5 {
  font-size: 1.125em;
  line-height: 1.5; }

h6 {
  font-size: 1em;
  line-height: 1.6; }

@media screen and (min-width: 48em) {
  .pc-br {
    display: inline; }
  .sp-br {
    display: none; } }

@media screen and (max-width: 48em) {
  .pc-br {
    display: none; }
  .sp-br {
    display: inline; } }

/* ---------------------------------------------------------------- */
/* elements */
/* ---------------------------------------------------------------- */
/* site-banner */
#suntory_contents .site-banner {
  max-width: 15em;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#a0a0a0), color-stop(20%, #e2e2e2), color-stop(80%, #e2e2ec), to(#a0a0a0));
  background: -webkit-linear-gradient(left, #a0a0a0 0%, #e2e2e2 20%, #e2e2ec 80%, #a0a0a0 100%);
  background: -o-linear-gradient(left, #a0a0a0 0%, #e2e2e2 20%, #e2e2ec 80%, #a0a0a0 100%);
  background: linear-gradient(to right, #a0a0a0 0%, #e2e2e2 20%, #e2e2ec 80%, #a0a0a0 100%); }
  #suntory_contents .site-banner a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    text-decoration: none; }
  #suntory_contents .site-banner img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  #suntory_contents .site-banner .base {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .35em 0 .25em;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), color-stop(20%, #f8f8f8), color-stop(80%, #f8f8f8), to(#dedede));
    background: -webkit-linear-gradient(left, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
    background: -o-linear-gradient(left, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
    background: linear-gradient(to right, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
    text-align: center;
    font-size: .75em; }
  #suntory_contents .site-banner .text {
    opacity: .666; }

#suntory_contents.isnt-touch .site-banner:hover a {
  color: #171715; }

#suntory_contents.isnt-touch .site-banner:hover img {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25); }

#suntory_contents.isnt-touch .site-banner:hover .text {
  opacity: 1; }

/* bottle-image */
#suntory_contents .bottle-image {
  max-width: 10em; }

/* box */
#suntory_contents .box {
  padding: 1.5em;
  background-color: #f7f6ef;
  border: 1px solid #d7d0ae;
  margin-bottom: 1.5em; }

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

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

/* button */
#suntory_contents .button {
  display: inline-block;
  position: relative;
  padding: .55em 2em .45em;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), color-stop(20%, #f8f8f8), color-stop(80%, #f8f8f8), to(#dedede));
  background: -webkit-linear-gradient(left, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
  background: -o-linear-gradient(left, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
  background: linear-gradient(to right, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
  border: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  text-decoration: none; }
  #suntory_contents .button .text {
    opacity: .666; }

/* button: hover */
#suntory_contents.isnt-touch .button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), color-stop(20%, white), color-stop(80%, white), to(#f8f8f8));
  background: -webkit-linear-gradient(left, #f8f8f8 0%, white 20%, white 80%, #f8f8f8 100%);
  background: -o-linear-gradient(left, #f8f8f8 0%, white 20%, white 80%, #f8f8f8 100%);
  background: linear-gradient(to right, #f8f8f8 0%, white 20%, white 80%, #f8f8f8 100%);
  color: #171715; }
  #suntory_contents.isnt-touch .button:hover .text {
    opacity: 1; }

/* ec-button */
#suntory_contents .ec-button {
  display: inline-block;
  max-width: 15em; }

/* ec-button: hover */
#suntory_contents.isnt-touch .ec-button img[alt="ご購入はこちら"]:hover {
  opacity: .5; }

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* icon */
#suntory_contents .icon {
  display: inline-block; }
  #suntory_contents .icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }

/* icon: image */
#suntory_contents .icon.arrow::before {
  background-image: url(../images/common/ico_arrow_01.svg);
  background-position: left center;
  background-size: .75em; }

#suntory_contents .icon.new-window::before {
  background-image: url(../images/common/ico_new-window_01.svg); }

/* page-top */
#suntory_contents .page-top {
  display: inline-block;
  position: relative;
  padding: 2em 0;
  text-decoration: none;
  font-size: .875em; }
  #suntory_contents .page-top::before, #suntory_contents .page-top::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  #suntory_contents .page-top::before {
    top: 0;
    left: calc(50% - .5em);
    width: 1em;
    height: 1em;
    background-image: url(../images/common/ico_arrow_01.svg);
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  #suntory_contents .page-top::after {
    bottom: .5em;
    left: calc(50% - 3em);
    width: 6em;
    height: 1em;
    background-image: url(../images/common/img_decoration_01.svg); }

/* scroll-assist */
#suntory_contents .scroll-assist {
  display: block;
  width: 2em;
  height: 2em;
  background-image: url(../images/common/ico_direction_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

/* lp-title */
#suntory_contents .lp-title {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 3.5em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1.2; }
  #suntory_contents .lp-title::before, #suntory_contents .lp-title::after {
    content: "";
    display: inline-block;
    position: absolute; }
  #suntory_contents .lp-title::before {
    bottom: 1.4em;
    left: 0;
    width: 2em;
    height: 2em;
    background-image: url(../images/common/lgo_lp_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  #suntory_contents .lp-title::after {
    bottom: 1.75em;
    left: 1.6em;
    width: calc(100% - 1.6em);
    height: 1px;
    background-color: #e9c323; }
  #suntory_contents .lp-title .large {
    display: inline-block;
    font-size: 150%; }
  #suntory_contents .lp-title .small {
    display: inline-block;
    margin-top: 1em;
    white-space: nowrap; }

/* sidebar-title */
#suntory_contents .sidebar-title {
  display: table;
  position: relative;
  padding: 0 1.5em; }
  #suntory_contents .sidebar-title::before, #suntory_contents .sidebar-title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: .65em;
    width: 1em;
    height: 1px;
    background-color: #e9c323; }
  #suntory_contents .sidebar-title::before {
    left: 0; }
  #suntory_contents .sidebar-title::after {
    right: 0; }

/* ---------------------------------------------------------------- */
/* ontainer */
/* ---------------------------------------------------------------- */
/* visual-container: primary-content */
#suntory_contents.primary-content .visual-container {
  position: relative;
  height: 30em;
  background-color: #f7f5f0; }
  @media screen and (max-width: 48em) {
    #suntory_contents.primary-content .visual-container {
      height: 100vw; } }
  #suntory_contents.primary-content .visual-container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    width: 20em;
    height: 20em; }
    @media screen and (max-width: 48em) {
      #suntory_contents.primary-content .visual-container .content {
        width: 16em;
        height: 16em; } }
    #suntory_contents.primary-content .visual-container .content::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/home/lgo_laurent-perrier_02.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      opacity: 1;
      -webkit-transition: opacity 1s linear 1s;
      -o-transition: opacity 1s linear 1s;
      transition: opacity 1s linear 1s; }
  #suntory_contents.primary-content .visual-container.in .content::after {
    opacity: 0; }
  #suntory_contents.primary-content .visual-container .scroll-assist {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 1em);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    -webkit-animation-name: scroll-assist;
            animation-name: scroll-assist;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

#suntory_contents.primary-content.isnt-touch .visual-container .scroll-assist:hover {
  -webkit-animation-name: none;
          animation-name: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1; }

@-webkit-keyframes scroll-assist {
  0 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
    opacity: 0; } }

@keyframes scroll-assist {
  0 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
    opacity: 0; } }

/* visual-container: secondary-content */
#suntory_contents.secondary-content .visual-container {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 48em) {
    #suntory_contents.secondary-content .visual-container .visual-item {
      overflow: hidden; }
      #suntory_contents.secondary-content .visual-container .visual-item img {
        width: 200%;
        margin-left: -50%; } }
  #suntory_contents.secondary-content .visual-container .title {
    position: absolute;
    bottom: .5em;
    right: 5%;
    font-size: 3vw;
    line-height: 1;
    letter-spacing: .02em;
    color: #fff; }
    @media screen and (max-width: 48em) {
      #suntory_contents.secondary-content .visual-container .title {
        font-size: 1em; } }

/* recommend-container */
#suntory_contents .recommend-container .recommend-item {
  width: 100%; }
  @media screen and (max-width: 48em) {
    #suntory_contents .recommend-container .recommend-item {
      margin-bottom: 4em; } }

#suntory_contents .recommend-container .wrapper {
  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-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 90%;
  max-width: 72.5em;
  height: 20em;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100%; }
  @media screen and (max-width: 48em) {
    #suntory_contents .recommend-container .wrapper {
      width: 100%;
      height: 100vw;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 5%;
      background-position-x: 0;
      background-position-y: center;
      background-size: 160%; } }

#suntory_contents .recommend-container .lp-title {
  margin-top: 1em;
  font-size: 1em; }
  @media screen and (max-width: 48em) {
    #suntory_contents .recommend-container .lp-title {
      margin-top: 2em; } }

#suntory_contents .recommend-container .content {
  max-width: 15em;
  margin-top: 1.5em; }

#suntory_contents .recommend-container .title {
  font-size: 1.5em; }

#suntory_contents .recommend-container .link {
  font-size: .875em; }

#suntory_contents .recommend-container .ec-content {
  margin-top: 5em; }
  @media screen and (max-width: 48em) {
    #suntory_contents .recommend-container .ec-content {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 4em;
      margin-top: 0;
      padding-top: .75em;
      background: -webkit-gradient(linear, left top, left bottom, from(#1f1f21), color-stop(20%, #3d3d3e));
      background: -webkit-linear-gradient(top, #1f1f21 0%, #3d3d3e 20%);
      background: -o-linear-gradient(top, #1f1f21 0%, #3d3d3e 20%);
      background: linear-gradient(to bottom, #1f1f21 0%, #3d3d3e 20%);
      text-align: center; } }

#suntory_contents .recommend-container .recommend-item.grand-siecle {
  background-color: #fafafa; }
  #suntory_contents .recommend-container .recommend-item.grand-siecle .wrapper {
    background-image: url(../images/home/img_grand-siecle_01.jpg); }

#suntory_contents .recommend-container .recommend-item.rose {
  background-color: #efe0db; }
  #suntory_contents .recommend-container .recommend-item.rose .wrapper {
    background-image: url(../images/home/img_rose_01.jpg); }

/* lineup-container */
#suntory_contents .lineup-container {
  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;
  width: 90%;
  max-width: 72.5em;
  margin: 0 auto; }
  @media screen and (max-width: 48em) {
    #suntory_contents .lineup-container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 66.66%; } }
  #suntory_contents .lineup-container a {
    text-decoration: none; }
  #suntory_contents .lineup-container .lineup-item {
    width: 12.5%;
    margin-bottom: 1.5em;
    text-align: center; }
    @media screen and (max-width: 48em) {
      #suntory_contents .lineup-container .lineup-item {
        width: 50%; } }
  #suntory_contents .lineup-container .bottle-image {
    margin-bottom: 1em;
    opacity: 1;
    -webkit-transition: opacity .4s ease-out;
    -o-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out; }
    @media screen and (max-width: 48em) {
      #suntory_contents .lineup-container .bottle-image {
        width: 66.666%; } }

/* lineup-container: hover */
#suntory_contents.primary-content.isnt-touch .lineup-container a:focus .bottle-image,
#suntory_contents.primary-content.isnt-touch .lineup-container a:hover .bottle-image {
  opacity: .666; }

/* information-container */
#suntory_contents .information-container {
  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;
  width: 90%;
  max-width: 70em;
  margin: 0 auto; }
  @media screen and (max-width: 48em) {
    #suntory_contents .information-container {
      width: 80%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #suntory_contents .information-container .information-item {
    width: 30%;
    margin-bottom: 1.5em; }
    #suntory_contents .information-container .information-item a {
      text-decoration: none; }
    @media screen and (max-width: 48em) {
      #suntory_contents .information-container .information-item {
        width: 100%; } }
  #suntory_contents .information-container .image {
    overflow: hidden;
    margin-bottom: 1.5em;
    text-align: center;
    background-color: #fff; }
    #suntory_contents .information-container .image a {
      display: block; }
    #suntory_contents .information-container .image img {
      width: 66.666%;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform .2s ease-out;
      transition: -webkit-transform .2s ease-out;
      -o-transition: transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  #suntory_contents .information-container .date {
    font-size: .875em; }
  #suntory_contents .information-container .title {
    font-size: 1.25em;
    line-height: 1.4; }
  #suntory_contents .information-container .read {
    font-size: .875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }

/* information-container: hover */
#suntory_contents.primary-content.isnt-touch .information-container .image a:focus img,
#suntory_contents.primary-content.isnt-touch .information-container .image a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

/* image-container */
#suntory_contents .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 48em) {
    #suntory_contents .image-container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #suntory_contents .image-container .image-item {
    width: 15em;
    margin-bottom: 1.5em;
    text-align: center; }
    @media screen and (max-width: 48em) {
      #suntory_contents .image-container .image-item {
        width: 66.666%; } }
  #suntory_contents .image-container.col-multi .image-item + .image-item {
    margin-left: 1.5em; }
  @media screen and (max-width: 48em) {
    #suntory_contents .image-container.col-multi {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #suntory_contents .image-container.col-multi .image-item {
        width: calc(50% - .75em); } }
    @media screen and (max-width: 48em) and (max-width: 48em) {
      #suntory_contents .image-container.col-multi .image-item {
        margin-left: 0; } }
  #suntory_contents .image-container.fl-right {
    float: right;
    margin-left: 1.5em; }
    @media screen and (max-width: 48em) {
      #suntory_contents .image-container.fl-right {
        float: none;
        margin-left: 0; } }
  #suntory_contents .image-container.fl-left {
    float: left;
    margin-right: 1.5em; }
    @media screen and (max-width: 48em) {
      #suntory_contents .image-container.fl-left {
        float: none;
        margin-right: 0; } }

/* detail-container */
#suntory_contents .detail-container {
  padding: 1.5em;
  background-color: #f7f6ef;
  border: 1px solid #d7d0ae;
  margin-bottom: 1.5em; }
  #suntory_contents .detail-container .detail-title {
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #5b300d;
    font-weight: bold;
    font-size: 1.125em;
    color: #5b300d; }
  #suntory_contents .detail-container .detail {
    margin: 0; }
    #suntory_contents .detail-container .detail::after {
      content: "";
      display: block;
      clear: both; }
    #suntory_contents .detail-container .detail .title {
      float: left;
      width: 6em;
      margin-bottom: 1em;
      font-weight: bold; }
      #suntory_contents .detail-container .detail .title:after {
        content: "：";
        display: inline; }
      @media screen and (max-width: 48em) {
        #suntory_contents .detail-container .detail .title {
          float: none;
          width: auto; }
          #suntory_contents .detail-container .detail .title:after {
            content: none; } }
    #suntory_contents .detail-container .detail .data {
      float: left;
      width: calc(100% - 6em);
      margin-left: 0;
      text-align: justify;
      hanging-punctuation: allow-end;
      margin-bottom: 1em; }
      @media screen and (max-width: 48em) {
        #suntory_contents .detail-container .detail .data {
          float: none;
          width: auto; } }
  #suntory_contents .detail-container .read {
    line-height: 1.6 !important; }

/* ec-container */
#suntory_contents .ec-container {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 27em;
  margin: 0 auto; }
  @media screen and (max-width: 48em) {
    #suntory_contents .ec-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #suntory_contents .ec-container .image {
    width: 6em; }
  #suntory_contents .ec-container .content {
    width: 20em;
    padding-left: 0; }
    @media screen and (max-width: 48em) {
      #suntory_contents .ec-container .content {
        width: 15em; } }
    #suntory_contents .ec-container .content .lp-title {
      font-size: .875em; }
      @media screen and (max-width: 48em) {
        #suntory_contents .ec-container .content .lp-title {
          margin-top: 1.5em;
          padding-top: 0;
          font-size: .75em; }
          #suntory_contents .ec-container .content .lp-title::before {
            content: none; } }
    #suntory_contents .ec-container .content .ec-button {
      margin-left: 3em; }
      @media screen and (max-width: 48em) {
        #suntory_contents .ec-container .content .ec-button {
          margin-left: 0; } }

/* ---------------------------------------------------------------- */
/* common */
/* ---------------------------------------------------------------- */
/* wineCommonHeader */
#wineCommonHeader {
  height: 40px;
  padding: 10px 0; }
  #wineCommonHeader * {
    margin: 0; }
  @media screen and (max-width: 48em) {
    #wineCommonHeader {
      display: none; } }

/* suntory_contents */
#suntory_contents {
  position: relative;
  width: 100%;
  font-family: serif; }

/* animsition */
#suntory_contents .animsition {
  position: relative;
  padding-top: 4em; }

/* page-header */
#suntory_contents .page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4em;
  z-index: 10;
  padding: 1.5em 1em;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  z-index: 10; }
  @media screen and (max-width: 48em) {
    #suntory_contents .page-header {
      padding-right: 4em; } }
  #suntory_contents .page-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }

/* page-title */
#suntory_contents .page-title {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  line-height: 1; }
  @media screen and (max-width: 48em) {
    #suntory_contents .page-title {
      text-align: left; } }

/* navi-trigger */
#suntory_contents .navi-trigger {
  position: absolute;
  top: 0;
  right: calc(50% - 36.25em);
  width: 4em;
  height: 4em;
  cursor: pointer; }
  @media screen and (max-width: 72.5em) {
    #suntory_contents .navi-trigger {
      right: 0; } }
  #suntory_contents .navi-trigger .line {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 33.333%;
    width: 33.333%;
    height: 2px;
    margin-top: -1px;
    background-color: #171715;
    -webkit-transform: translateY(-0.25em) rotate(0);
        -ms-transform: translateY(-0.25em) rotate(0);
            transform: translateY(-0.25em) rotate(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
    #suntory_contents .navi-trigger .line + .line {
      -webkit-transform: translateY(0.25em) rotate(0);
          -ms-transform: translateY(0.25em) rotate(0);
              transform: translateY(0.25em) rotate(0); }
  #suntory_contents .navi-trigger.close .line {
    -webkit-transform: translateY(0) rotate(-135deg);
        -ms-transform: translateY(0) rotate(-135deg);
            transform: translateY(0) rotate(-135deg); }
    #suntory_contents .navi-trigger.close .line + .line {
      -webkit-transform: translateY(0) rotate(135deg);
          -ms-transform: translateY(0) rotate(135deg);
              transform: translateY(0) rotate(135deg); }

/* page-navi */
#suntory_contents .page-navi {
  position: absolute;
  top: 0;
  right: calc(50% - 36.25em);
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5em 0;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), color-stop(20%, #f8f8f8), color-stop(80%, #f8f8f8), to(#dedede));
  background: -webkit-linear-gradient(left, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
  background: -o-linear-gradient(left, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
  background: linear-gradient(to right, #dedede 0%, #f8f8f8 20%, #f8f8f8 80%, #dedede 100%);
  text-align: left;
  -webkit-transition-property: max-height, padding;
  -o-transition-property: max-height, padding;
  transition-property: max-height, padding;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
  @media screen and (max-width: 48em) {
    #suntory_contents .page-navi {
      right: 0;
      width: 100%;
      padding: 0 6em 0; } }
  #suntory_contents .page-navi.open {
    max-height: 35em;
    padding: 3em 1.5em 2em; }
    @media screen and (max-width: 48em) {
      #suntory_contents .page-navi.open {
        padding: 2em 6em 2em;
        -webkit-box-shadow: 0 0.333em 0.333em 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0.333em 0.333em 0 rgba(0, 0, 0, 0.2); } }
  #suntory_contents .page-navi .navi-item {
    font-size: .875em;
    line-height: 2; }
    #suntory_contents .page-navi .navi-item a {
      display: inline-block;
      padding-left: 1.5em;
      background-image: url(../images/common/ico_arrow_01.svg);
      background-repeat: no-repeat;
      background-position: left .5em;
      background-size: .75em;
      text-decoration: none;
      opacity: .5; }
  #suntory_contents .page-navi .logo {
    margin-bottom: 1.5em;
    text-align: center; }
    #suntory_contents .page-navi .logo img {
      max-width: 10em; }
  #suntory_contents .page-navi .caption {
    position: relative;
    margin: 1em 0;
    text-align: center;
    line-height: 2; }
    #suntory_contents .page-navi .caption::before, #suntory_contents .page-navi .caption::after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 1em;
      width: calc(50% - 3.5em);
      height: 1px;
      background-color: #171715; }
    #suntory_contents .page-navi .caption::before {
      left: 0; }
    #suntory_contents .page-navi .caption::after {
      right: 0; }

/* page-navi: hover */
#suntory_contents.isnt-touch .page-navi .logo a:focus,
#suntory_contents.isnt-touch .page-navi .logo a:hover {
  opacity: .5; }

#suntory_contents.isnt-touch .page-navi .navi-item a:focus,
#suntory_contents.isnt-touch .page-navi .navi-item a:hover {
  color: #171715;
  opacity: 1; }

/* current */
#suntory_contents.about-content .page-navi .navi-item.about a {
  opacity: 1; }

#suntory_contents.information-content .page-navi .navi-item.information a {
  opacity: 1; }

#suntory_contents.ultra-brut-content .page-navi .navi-item.ultra-brut a {
  opacity: 1; }

#suntory_contents.la-cuvee-content .page-navi .navi-item.la-cuvee a {
  opacity: 1; }

#suntory_contents.demi-sec-content .page-navi .navi-item.demi-sec a {
  opacity: 1; }

#suntory_contents.millesime-content .page-navi .navi-item.millesime a {
  opacity: 1; }

#suntory_contents.grand-siecle-content .page-navi .navi-item.grand-siecle a {
  opacity: 1; }

#suntory_contents.rose-content .page-navi .navi-item.rose a {
  opacity: 1; }

#suntory_contents.alexandra-rose-content .page-navi .navi-item.alexandra-rose a {
  opacity: 1; }

/* ---------------------------------------------------------------- */
/* primary-content */
/* ---------------------------------------------------------------- */
/* page-section */
#suntory_contents.primary-content .page-section {
  margin-top: 4em; }

/* lineup */
#suntory_contents.primary-content #lineup {
  padding: 3em 0;
  background-color: #f7f5f0; }
  #suntory_contents.primary-content #lineup .lp-title {
    max-width: 12em;
    margin: 0 auto;
    margin-bottom: 1.5em; }
  #suntory_contents.primary-content #lineup .ec-content {
    text-align: center; }

/* about */
#suntory_contents.primary-content #about {
  position: relative;
  height: 40em;
  padding: 3em 0;
  background-image: url(../images/home/img_about_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff; }
  @media screen and (max-width: 48em) {
    #suntory_contents.primary-content #about {
      height: 100vw; } }
  #suntory_contents.primary-content #about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.333); }
  #suntory_contents.primary-content #about .lp-title {
    position: relative;
    max-width: 20em;
    margin: 0 auto;
    margin-bottom: 3em;
    white-space: nowrap;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  #suntory_contents.primary-content #about .content {
    position: relative;
    text-align: center; }
  #suntory_contents.primary-content #about .read {
    font-size: 1.5em;
    line-height: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 48em) {
      #suntory_contents.primary-content #about .read {
        font-size: 1.333em; } }

/* information */
#suntory_contents.primary-content #information {
  padding: 3em 0;
  background-color: #f7f5f0; }
  #suntory_contents.primary-content #information .lp-title {
    max-width: 14em;
    margin: 0 auto;
    margin-bottom: 1.5em; }

/* ---------------------------------------------------------------- */
/* secondary-content */
/* ---------------------------------------------------------------- */
/* page-main */
#suntory_contents.secondary-content .page-main {
  margin-bottom: 4em; }

/* page-section */
#suntory_contents.secondary-content .page-section {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
  margin-top: 4em; }

/* page-footer */
#suntory_contents.secondary-content .page-footer {
  margin-top: 4em;
  text-align: center; }

/* section-footer */
#suntory_contents.secondary-content .section-footer {
  margin-top: 2em; }

/* lp-title */
@media screen and (max-width: 48em) {
  #suntory_contents.secondary-content .lp-title {
    padding-top: 4em;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
    #suntory_contents.secondary-content .lp-title::before {
      top: 0;
      bottom: auto;
      left: calc(50% - 1.5em);
      width: 3em;
      height: 3em; }
    #suntory_contents.secondary-content .lp-title::after {
      left: 0;
      width: 100%; } }

/* content */
#suntory_contents.secondary-content .content-wrapper {
  padding-left: 3.5em; }
  @media screen and (max-width: 48em) {
    #suntory_contents.secondary-content .content-wrapper {
      padding-left: 0; } }
  #suntory_contents.secondary-content .content-wrapper.flex {
    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; }
    @media screen and (max-width: 48em) {
      #suntory_contents.secondary-content .content-wrapper.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #suntory_contents.secondary-content .content-wrapper.flex .image-block {
      width: 15em;
      text-align: center; }
      @media screen and (max-width: 48em) {
        #suntory_contents.secondary-content .content-wrapper.flex .image-block {
          width: 100%; } }
    #suntory_contents.secondary-content .content-wrapper.flex .read-block {
      width: calc(100% - 16.5em); }
      @media screen and (max-width: 48em) {
        #suntory_contents.secondary-content .content-wrapper.flex .read-block {
          width: 100%; } }

#suntory_contents.secondary-content .content-wrapper + .content-wrapper {
  margin-top: 4em; }

/* read */
#suntory_contents.secondary-content .read {
  margin-bottom: 1.5em;
  text-align: justify;
  hanging-punctuation: allow-end;
  line-height: 2; }

/* banner */
#suntory_contents.secondary-content .banner {
  margin-top: 3em; }
  #suntory_contents.secondary-content .banner::after {
    content: "";
    display: block;
    clear: both; }
  #suntory_contents.secondary-content .banner .site-banner {
    float: right; }
    @media screen and (max-width: 48em) {
      #suntory_contents.secondary-content .banner .site-banner {
        float: none;
        margin: 0 auto; } }

/* information-content */
#suntory_contents.information-content .visual-container .title {
  color: #5a4e4c; }

#suntory_contents.information-content .page-section {
  margin-top: 0;
  padding-top: 4em; }

/* la-cuvee-content */
@media screen and (max-width: 48em) {
  .visual-container .title {
    color: #5a4e4c; } }

/* demi-sec-content */
@media screen and (max-width: 48em) {
  #suntory_contents.demi-sec-content .visual-container .visual-item img {
    margin-left: -56.5%; } }

#suntory_contents.demi-sec-content .visual-container .title {
  color: #5a4e4c; }

/* demi-sec-content */
@media screen and (max-width: 48em) {
  #suntory_contents.secondary-content #intro .image-block {
    margin-bottom: 3em; } }
