/* ========================================================================== */
/* Normalize */
/* ========================================================================== */
/* 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;
}

/* normalize: 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;
}

/* normalize: links */
/* -------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 600;
}

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;
}

/* normalize: embedded content */
/* -------------------------------------------------------------------------- */
img {
  border: 0;
}

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

/* normalize: 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;
}

/* normalize: 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: 600;
}

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

td,
th {
  padding: 0;
}

/* ========================================================================== */
/* iniize */
/* ========================================================================== */
/* iniize: base */
/* -------------------------------------------------------------------------- */
#suntoryCommonHeader,
#suntoryCommonFooter {
  position: relative !important;
  z-index: 100 !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

#suntory_contents *,
#suntory_contents *:after,
#suntory_contents *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#suntory_contents {
  position: relative;
  overflow: hidden;
  padding-bottom: 4em;
  background-color: #000;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1072px) {
  #suntory_contents {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents {
    font-size: 4vw;
  }
}
#suntory_contents.umeshu-en-content {
  letter-spacing: 0;
}

/* iniize: divider */
/* -------------------------------------------------------------------------- */
#suntory_contents hr {
  border: 0;
  border-top: 1px solid #fff;
  margin: 3em 0;
}

/* iniize: link */
/* -------------------------------------------------------------------------- */
#suntory_contents a {
  color: #fff;
}

#suntory_contents.isnt-touch a:focus, #suntory_contents.isnt-touch a:hover {
  color: #d1b58b;
}

/* iniize: list */
/* -------------------------------------------------------------------------- */
#suntory_contents ol,
#suntory_contents ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
#suntory_contents dl {
  margin-top: 0;
}
#suntory_contents dl dt {
  font-weight: 600;
}
#suntory_contents dl dd {
  margin-left: 0;
}

/* iniize: media */
/* -------------------------------------------------------------------------- */
#suntory_contents figure {
  margin: 0;
}
#suntory_contents img,
#suntory_contents svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#suntory_contents img.umeshu-pc-img,
#suntory_contents svg.umeshu-pc-img {
  display: inline;
}
#suntory_contents img.umeshu-sp-img,
#suntory_contents svg.umeshu-sp-img {
  display: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents img.umeshu-pc-img,
  #suntory_contents svg.umeshu-pc-img {
    display: none !important;
  }
  #suntory_contents img.umeshu-sp-img,
  #suntory_contents svg.umeshu-sp-img {
    display: inline !important;
  }
}
#suntory_contents video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* iniize: spacing */
/* -------------------------------------------------------------------------- */
#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;
}

/* iniize: table */
/* -------------------------------------------------------------------------- */
#suntory_contents table {
  width: 100%;
}
#suntory_contents table th,
#suntory_contents table td {
  text-align: left;
  vertical-align: top;
}

/* iniize: typography */
/* -------------------------------------------------------------------------- */
#suntory_contents b,
#suntory_contents strong {
  font-weight: 600;
}
#suntory_contents small {
  display: inline-block;
}
#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: 600;
  margin-bottom: 1em;
  margin-top: 0;
}
#suntory_contents h1 {
  font-size: 3em;
  line-height: 1.2;
}
#suntory_contents h2 {
  font-size: 2.5em;
  line-height: 1.2;
}
#suntory_contents h3 {
  font-size: 2em;
  line-height: 1.3;
}
#suntory_contents h4 {
  font-size: 1.5em;
  line-height: 1.4;
}
#suntory_contents h5 {
  font-size: 1.25em;
  line-height: 1.5;
}
#suntory_contents h6 {
  font-size: 1.125em;
  line-height: 1.6;
}

/* ========================================================================== */
/* Home content */
/* ========================================================================== */
/* bg */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-bg {
  position: fixed;
  inset: 100px auto auto 50%;
  translate: -50% 0;
  width: 100%;
  max-width: 75em;
  height: calc(100vh - 100px);
  min-height: 24em;
  max-height: 32em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-bg {
    height: calc(100vh - 80px);
    max-height: 28em;
  }
}
#suntory_contents .umeshu-bg__wrapper {
  position: absolute;
  inset: 100% auto auto 0;
  width: 100%;
  aspect-ratio: 1;
  -webkit-transform: translate(0, -51.5%);
      -ms-transform: translate(0, -51.5%);
          transform: translate(0, -51.5%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-bg__wrapper {
    inset: 50% auto auto 0;
    -webkit-transform: translate(0, -37.5%) scale(1.5);
        -ms-transform: translate(0, -37.5%) scale(1.5);
            transform: translate(0, -37.5%) scale(1.5);
  }
}
#suntory_contents .umeshu-bg__ini {
  position: absolute;
  inset: 0;
}
#suntory_contents .umeshu-bg__pri, #suntory_contents .umeshu-bg__sec, #suntory_contents .umeshu-bg__ter, #suntory_contents .umeshu-bg__qua, #suntory_contents .umeshu-bg__qui, #suntory_contents .umeshu-bg__sep, #suntory_contents .umeshu-bg__sen {
  position: absolute;
  inset: 20% auto auto 0;
  opacity: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}
#suntory_contents .umeshu-bg__pri {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#suntory_contents .umeshu-bg__sec {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#suntory_contents .umeshu-bg__ter {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
#suntory_contents .umeshu-bg__qua {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#suntory_contents .umeshu-bg__qui {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#suntory_contents .umeshu-bg__sen {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#suntory_contents .umeshu-bg__sep {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#suntory_contents.is-loaded .umeshu-bg__pri, #suntory_contents.is-loaded .umeshu-bg__sec, #suntory_contents.is-loaded .umeshu-bg__ter, #suntory_contents.is-loaded .umeshu-bg__qua, #suntory_contents.is-loaded .umeshu-bg__qui, #suntory_contents.is-loaded .umeshu-bg__sep, #suntory_contents.is-loaded .umeshu-bg__sen {
  opacity: 1;
}

/* visual */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-visual {
  position: relative;
  width: 100%;
  max-width: 75em;
  height: calc(100vh - 100px);
  min-height: 24em;
  max-height: 32em;
  margin: 0 auto 5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-visual {
    height: calc(100vh - 80px);
    max-height: 28em;
    margin-bottom: 0;
  }
}
#suntory_contents .umeshu-visual__glass {
  position: absolute;
  inset: 75% auto auto 50%;
  translate: -50% -17.5em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-visual__glass {
    width: 150%;
    translate: -50% -15em;
  }
}
#suntory_contents .umeshu-visual__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.75em;
  position: absolute;
  inset: 20% 4em auto auto;
  translate: 0 -4em;
  width: 10.75em;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-visual__catch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    inset: 50% 1em auto auto;
    translate: 0 -13em;
    width: 2.5em;
  }
}
#suntory_contents .umeshu-visual__catch img {
  width: calc(50% - 0.375em);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-visual__catch img {
    width: 100%;
  }
}
#suntory_contents .umeshu-visual__caption {
  position: absolute;
  inset: 45% auto auto calc(50% - 10em);
  translate: 0 -10em;
  width: 20em;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-visual__caption {
    left: calc(50% - 3em);
    width: 6em;
    translate: 0 -9.5em;
  }
}
#suntory_contents .umeshu-visual__title {
  position: absolute;
  inset: auto auto -3em calc(50% - 16em);
  width: 32em;
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-visual__title {
    bottom: 1.5em;
    left: calc(50% - 8em);
    width: 16em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-visual__catch {
  display: block;
  inset: 20% auto auto 4em;
  width: 25em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-visual__catch {
    inset: 20% auto auto 50%;
    translate: -50% -4em;
    width: 20em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-visual__catch img {
  width: 100%;
}
#suntory_contents.umeshu-en-content .umeshu-visual__caption {
  inset: 20% auto auto 4em;
  translate: 0 6em;
  width: 25em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-visual__caption {
    inset: 20% auto auto 50%;
    translate: -50% -1em;
    width: 20em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-visual__title {
  inset: auto auto -4em calc(50% - 28em);
  width: 56em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-visual__title {
    inset: auto auto 1.5em calc(50% - 10em);
    width: 20em;
  }
}
#suntory_contents .umeshu-visual__glass {
  -webkit-transform: translateY(2.5em);
      -ms-transform: translateY(2.5em);
          transform: translateY(2.5em);
  opacity: 0;
  -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: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#suntory_contents .umeshu-visual__catch, #suntory_contents .umeshu-visual__caption, #suntory_contents .umeshu-visual__title {
  -webkit-transform: translateY(2.5em);
      -ms-transform: translateY(2.5em);
          transform: translateY(2.5em);
  -webkit-filter: blur(1em);
          filter: blur(1em);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  -o-transition-property: transform, filter, opacity;
  transition-property: transform, filter, opacity;
  transition-property: transform, filter, opacity, -webkit-transform, -webkit-filter;
  -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 .umeshu-visual__catch {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
#suntory_contents .umeshu-visual__caption {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
#suntory_contents .umeshu-visual__title {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
#suntory_contents.is-loaded .umeshu-visual__glass {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#suntory_contents.is-loaded .umeshu-visual__catch, #suntory_contents.is-loaded .umeshu-visual__caption, #suntory_contents.is-loaded .umeshu-visual__title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

/* language */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-language {
  position: absolute;
  inset: 0 0 auto auto;
  text-align: right;
}
#suntory_contents .umeshu-language__button {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  text-decoration: none;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-language__button {
    font-size: 0.875em;
  }
}
#suntory_contents .umeshu-language__button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/ico_globe_01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
#suntory_contents.isnt-touch .umeshu-language__button:focus::before, #suntory_contents.isnt-touch .umeshu-language__button:hover::before {
  background-image: url(../images/ico_globe_02.svg);
}

/* dummy-button */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-dummy-button img {
  max-width: 17.5em;
}

/* ec-button */
/* -------------------------------------------------------------------------- */
#suntory_contents .ec-button {
  position: relative;
  height: 52px;
}
#suntory_contents .ec-button .parent-iframe-relative a {
  display: inline-block;
}
#suntory_contents .ec-button .parent-iframe-relative a object, #suntory_contents .ec-button .parent-iframe-relative a img {
  max-width: 20em;
  height: auto;
}
#suntory_contents .ec-button iframe {
  z-index: 100;
}
#suntory_contents .ec-button .abgc {
  display: none;
}
#suntory_contents.isnt-touch .ec-button .parent-iframe-relative a:hover {
  opacity: 0.75;
}

/* shop-banner */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-shop-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 2em 4em 2em 1em;
  border-radius: 0.5em;
  background: -o-linear-gradient(60deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  background: linear-gradient(30deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-shop-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 0;
  }
}
#suntory_contents .umeshu-shop-banner__title {
  margin-bottom: 0.333em;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1;
}
#suntory_contents .umeshu-shop-banner__read {
  margin-bottom: 0;
  font-size: 0.875em;
}
#suntory_contents .umeshu-shop-banner__content {
  width: calc(100% - 17.5em);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-shop-banner__content {
    width: 100%;
  }
}
#suntory_contents .umeshu-shop-banner__link {
  width: 17.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-shop-banner__link {
    width: 15em;
    margin-top: 1.5em;
  }
}

/* banner */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
  }
}
#suntory_contents .umeshu-banner__anchor {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
#suntory_contents .umeshu-banner__anchor::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #d1b58b;
  border-radius: 0.5em;
  -webkit-transition: border-width 0.2s ease-out;
  -o-transition: border-width 0.2s ease-out;
  transition: border-width 0.2s ease-out;
}
#suntory_contents .umeshu-banner__image, #suntory_contents .umeshu-banner__title {
  display: block;
}
#suntory_contents .umeshu-banner__item--fully-ripened-2024 .umeshu-banner__anchor::after, #suntory_contents .umeshu-banner__item--smoky .umeshu-banner__anchor::after, #suntory_contents .umeshu-banner__item--sakura .umeshu-banner__anchor::after {
  border-color: #006e32;
}
#suntory_contents .umeshu-banner__item--fully-ripened-2024 .umeshu-banner__image--pc, #suntory_contents .umeshu-banner__item--smoky .umeshu-banner__image--pc, #suntory_contents .umeshu-banner__item--sakura .umeshu-banner__image--pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--fully-ripened-2024 .umeshu-banner__image--pc, #suntory_contents .umeshu-banner__item--smoky .umeshu-banner__image--pc, #suntory_contents .umeshu-banner__item--sakura .umeshu-banner__image--pc {
    display: none;
  }
}
#suntory_contents .umeshu-banner__item--fully-ripened-2024 .umeshu-banner__image--sp, #suntory_contents .umeshu-banner__item--smoky .umeshu-banner__image--sp, #suntory_contents .umeshu-banner__item--sakura .umeshu-banner__image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--fully-ripened-2024 .umeshu-banner__image--sp, #suntory_contents .umeshu-banner__item--smoky .umeshu-banner__image--sp, #suntory_contents .umeshu-banner__item--sakura .umeshu-banner__image--sp {
    display: inline;
  }
}
#suntory_contents .umeshu-banner__item--fully-ripened-2024 .umeshu-banner__anchor::after {
  border-color: #870032;
}
#suntory_contents .umeshu-banner__item--extrablend {
  width: 100%;
}
#suntory_contents .umeshu-banner__item--extrablend .umeshu-banner__anchor {
  height: 12.5em;
  padding: 2.5em;
  background: -o-linear-gradient(60deg, rgb(0, 0, 0) 0%, rgb(30, 30, 30) 100%);
  background: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgb(30, 30, 30) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--extrablend .umeshu-banner__anchor {
    height: auto;
    padding: 1.5em;
  }
}
#suntory_contents .umeshu-banner__item--extrablend .umeshu-banner__image {
  position: absolute;
  top: 7.5%;
  right: 7.5%;
  width: 12%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--extrablend .umeshu-banner__image {
    top: 20%;
    right: -3%;
    width: 32.5%;
  }
}
#suntory_contents .umeshu-banner__item--extrablend .umeshu-banner__title {
  position: relative;
  width: 80%;
}
#suntory_contents .umeshu-banner__item--fully-ripended-plum {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--fully-ripended-plum {
    width: 100%;
  }
}
#suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  height: 12.5em;
  background-image: url(../images/bgi_fully-ripended-plum_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__anchor {
    gap: 0.5em;
    height: 7.5em;
  }
}
#suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__limited {
  position: absolute;
  top: 0.75em;
  left: 64%;
  width: 4em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__limited {
    top: 0.5em;
    left: 82.5%;
    width: 3em;
  }
}
#suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__image {
  position: relative;
  width: 20%;
  -webkit-transform: translateY(-8%);
      -ms-transform: translateY(-8%);
          transform: translateY(-8%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__image {
    width: 17.5%;
    margin-right: 12%;
  }
}
#suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__title {
  width: 68%;
  white-space: nowrap;
  text-align: center;
  font-size: 1.375em;
  color: #B3506F;
  text-shadow: rgb(255, 255, 255) 0px 0px 3px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--fully-ripended-plum .umeshu-banner__title {
    width: 60%;
    font-size: 0.875em;
  }
}
#suntory_contents .umeshu-banner__item--umeshu-can {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--umeshu-can {
    width: 100%;
  }
}
#suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  height: 12.5em;
  background: -o-linear-gradient(60deg, rgb(0, 52, 40) 0%, rgb(0, 120, 95) 100%);
  background: linear-gradient(30deg, rgb(0, 52, 40) 0%, rgb(0, 120, 95) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__anchor {
    gap: 0.5em;
    height: 7.5em;
  }
}
#suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__limited {
  position: absolute;
  top: 0.75em;
  left: 64%;
  width: 4em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__limited {
    top: 0.5em;
    left: 82.5%;
    width: 3em;
  }
}
#suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__image {
  position: relative;
  width: 18%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__image {
    width: 17.5%;
    margin-right: 12%;
  }
}
#suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__title {
  width: 68%;
  white-space: nowrap;
  text-align: center;
  font-size: 1.375em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-banner__item--umeshu-can .umeshu-banner__title {
    width: 60%;
    font-size: 0.875em;
  }
}
#suntory_contents.isnt-touch .umeshu-banner__anchor:focus::after, #suntory_contents.isnt-touch .umeshu-banner__anchor:hover::after {
  border-width: 4px;
}
#suntory_contents.umeshu-en-content .umeshu-banner__item--extrablend .umeshu-banner__anchor {
  padding: 1.75em 2.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-banner__item--extrablend .umeshu-banner__anchor {
    padding: 1.5em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-banner__item--fully-ripended-plum .umeshu-banner__title {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-banner__item--fully-ripended-plum .umeshu-banner__title {
    font-size: 0.625em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-banner__item--umeshu-can .umeshu-banner__title {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-banner__item--umeshu-can .umeshu-banner__title {
    font-size: 0.625em;
  }
}

/* video */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-top: 3em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
}
#suntory_contents .umeshu-video__youtube {
  aspect-ratio: 16/9;
  width: 100%;
  vertical-align: bottom;
}
#suntory_contents .umeshu-video__content {
  padding: 2em;
  background: -o-linear-gradient(60deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  background: linear-gradient(30deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-video__content {
    padding: 2em 1em;
  }
}
#suntory_contents .umeshu-video__title {
  margin-bottom: 0.25em;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-video__title {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;
    font-size: 1.25em;
  }
}
#suntory_contents .umeshu-video__read {
  margin-bottom: 0;
  font-size: 1em;
}
#suntory_contents .umeshu-video__link {
  width: 20em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-video__link {
    width: 15em;
    margin-top: 1.5em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-video__title {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-video__title {
    font-size: 0.875em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-video__read {
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-video__read {
    font-size: 0.75em;
  }
}

/* page-link */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  margin-top: 3em;
  padding: 2em 3em;
  border-radius: 0.5em;
  background: -o-linear-gradient(60deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  background: linear-gradient(30deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-page-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5em;
    padding: 2em 1.5em;
  }
}
#suntory_contents .umeshu-page-link__item {
  width: calc(50% - 1.5em);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-page-link__item {
    width: 100%;
  }
}
#suntory_contents .umeshu-page-link__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
  z-index: 1;
  height: 7em;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-page-link__anchor {
    height: 6em;
  }
}
#suntory_contents .umeshu-page-link__anchor::before, #suntory_contents .umeshu-page-link__anchor::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
#suntory_contents .umeshu-page-link__anchor::before {
  top: 0;
  left: 0.5em;
  width: calc(100% - 1em);
  height: 100%;
  border-top: 1px solid #d1b58b;
  border-bottom: 1px solid #d1b58b;
}
#suntory_contents .umeshu-page-link__anchor::after {
  top: 0.5em;
  left: 0;
  width: 100%;
  height: calc(100% - 1em);
  border-right: 1px solid #d1b58b;
  border-left: 1px solid #d1b58b;
}
#suntory_contents .umeshu-page-link__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 12.5em;
  white-space: nowrap;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.4;
  color: #d1b58b;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-page-link__title {
    font-size: 0.875em;
  }
}
#suntory_contents .umeshu-page-link__title__pri {
  font-size: 125%;
}
#suntory_contents .umeshu-page-link__title__sec {
  margin-top: 0.25em;
  font-size: 87.5%;
}
#suntory_contents .umeshu-page-link__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
#suntory_contents .umeshu-page-link__image img {
  max-width: 3em;
  -webkit-transform: translateY(-7.5%);
      -ms-transform: translateY(-7.5%);
          transform: translateY(-7.5%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-page-link__image img {
    max-width: 2.5em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-page-link__title {
  min-width: 16em;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-page-link__title {
    font-size: 0.75em;
  }
}
#suntory_contents.isnt-touch .umeshu-page-link__anchor {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#suntory_contents.isnt-touch .umeshu-page-link__anchor:focus, #suntory_contents.isnt-touch .umeshu-page-link__anchor:hover {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}

/* about */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-about {
  padding: 3em;
  border-radius: 0.5em;
  background: -o-linear-gradient(60deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  background: linear-gradient(30deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-about {
    padding: 3em 1.5em;
  }
}
#suntory_contents .umeshu-about__title {
  margin-bottom: 1.25em;
  padding-bottom: 0.375em;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-about__title {
    font-size: 1.75em;
    margin-bottom: 1em;
  }
}
#suntory_contents .umeshu-about__title img {
  width: auto;
  height: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-about__title img {
    height: 2em;
  }
}
#suntory_contents .umeshu-about__content {
  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;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#suntory_contents .umeshu-about__read {
  margin-bottom: 0;
  width: calc(60% - 1em);
  text-align: justify;
  font-size: 1.125em;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-about__read {
    width: 100%;
    font-size: 1em;
  }
}
#suntory_contents .umeshu-about__image {
  width: calc(40% - 1em);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-about__image {
    width: 100%;
  }
}
#suntory_contents.umeshu-en-content .umeshu-about__title {
  font-size: 1.75em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-about__title {
    font-size: 1.5em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-about__read {
  text-align: left;
  font-size: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-about__read {
    font-size: 0.875em;
  }
}

/* taste */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-taste {
  padding: 3em;
  border-radius: 0.5em;
  background: -o-linear-gradient(60deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  background: linear-gradient(30deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-taste {
    padding: 3em 1.5em;
  }
}
#suntory_contents .umeshu-taste__title {
  margin-bottom: 0.5em;
  padding-bottom: 0.375em;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-taste__title {
    font-size: 1.75em;
    margin-bottom: 1em;
  }
}
#suntory_contents .umeshu-taste__title img {
  width: auto;
  height: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-taste__title img {
    height: 2em;
  }
}
#suntory_contents .umeshu-taste__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 2em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-taste__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#suntory_contents .umeshu-taste__read {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-taste__read {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: justify;
    font-size: 1em;
  }
  #suntory_contents .umeshu-taste__read br {
    display: none;
  }
}
#suntory_contents .umeshu-taste__image {
  width: 5em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-taste__image--pri {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #suntory_contents .umeshu-taste__image--sec {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#suntory_contents.umeshu-en-content .umeshu-taste__title {
  font-size: 1.75em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-taste__title {
    font-size: 1.5em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-taste__read {
  font-size: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-taste__read {
    text-align: left;
    font-size: 0.875em;
  }
}

/* product */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-product {
  position: relative;
  padding: 3em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product {
    padding: 3em 1.5em;
  }
}
#suntory_contents .umeshu-product__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto 2em 1fr;
  grid-template-rows: auto 1fr;
  gap: 2em 3em;
}
#suntory_contents .umeshu-product__wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#suntory_contents .umeshu-product__wrapper > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#suntory_contents .umeshu-product__wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#suntory_contents .umeshu-product__wrapper > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#suntory_contents .umeshu-product__header {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
#suntory_contents .umeshu-product__image {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product__image {
    width: 12em;
  }
}
#suntory_contents .umeshu-product__image__label {
  position: absolute;
}
#suntory_contents .umeshu-product__image__bottle {
  position: relative;
}
#suntory_contents .umeshu-product__content {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  position: relative;
}
#suntory_contents .umeshu-product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.5em;
  }
}
#suntory_contents .umeshu-product__title__sec {
  font-size: 66.666%;
}
#suntory_contents .umeshu-product__catch {
  font-weight: 700;
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product__catch {
    font-size: 1.125em;
    text-align: center;
  }
}
#suntory_contents .umeshu-product__read {
  text-align: justify;
  line-height: 1.8;
}
#suntory_contents .umeshu-product__detail {
  font-size: 0.875em;
  line-height: 1.8;
}
#suntory_contents .umeshu-product__detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product__detail__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#suntory_contents .umeshu-product__detail__list li {
  margin-bottom: 0;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product__detail__list li {
    margin-right: 0;
  }
}
#suntory_contents .umeshu-product__detail__list li:last-of-type {
  margin-right: 0;
}
#suntory_contents .umeshu-product__detail__notice {
  margin-bottom: 0.5em;
}
#suntory_contents .umeshu-product__detail__notice:last-of-type {
  margin-bottom: 0;
}
#suntory_contents .umeshu-product__link {
  margin-top: 2em;
  text-align: center;
}
#suntory_contents .umeshu-product--standard {
  background: -o-linear-gradient(60deg, rgb(0, 52, 40) 0%, rgb(0, 120, 95) 100%);
  background: linear-gradient(30deg, rgb(0, 52, 40) 0%, rgb(0, 120, 95) 100%);
}
#suntory_contents .umeshu-product--smoky {
  background: -o-linear-gradient(60deg, rgb(30, 65, 30) 0%, rgb(95, 145, 80) 100%);
  background: linear-gradient(30deg, rgb(30, 65, 30) 0%, rgb(95, 145, 80) 100%);
}
#suntory_contents .umeshu-product--smoky .umeshu-product__limited {
  position: absolute;
  top: 4%;
  left: 54%;
  width: 5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--smoky .umeshu-product__limited {
    width: 4em;
  }
}
#suntory_contents .umeshu-product--rich-amber-sakura {
  background: -o-linear-gradient(60deg, rgb(246, 207, 198) 0%, rgb(222, 161, 150) 100%);
  background: linear-gradient(30deg, rgb(246, 207, 198) 0%, rgb(222, 161, 150) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-sakura .umeshu-product__title__ter {
    white-space: nowrap;
  }
}
#suntory_contents .umeshu-product--rich-amber-sakura .umeshu-product__image__label {
  position: absolute;
  top: 3em;
  left: -1em;
  width: 2.75em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-sakura .umeshu-product__image__label {
    top: -2.5%;
    left: calc(50% - 5.75em);
    width: 11.5em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-sakura .umeshu-product__image {
    padding-top: 3em;
  }
}
#suntory_contents .umeshu-product--rich-amber-sakura .umeshu-product__image__bottle {
  -webkit-transform: translate(2em, -1.5em) scale(0.9);
      -ms-transform: translate(2em, -1.5em) scale(0.9);
          transform: translate(2em, -1.5em) scale(0.9);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-sakura .umeshu-product__image__bottle {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#suntory_contents .umeshu-product--rich-amber-sakura .umeshu-product__catch {
  white-space: nowrap;
}
#suntory_contents .umeshu-product--rich-amber-smoky {
  background: -o-linear-gradient(60deg, rgb(15, 70, 50) 0%, rgb(80, 135, 105) 100%);
  background: linear-gradient(30deg, rgb(15, 70, 50) 0%, rgb(80, 135, 105) 100%);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-smoky .umeshu-product__title__ter {
    white-space: nowrap;
  }
}
#suntory_contents .umeshu-product--rich-amber-smoky .umeshu-product__image__label {
  position: absolute;
  top: 3em;
  left: -1em;
  width: 2.75em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-smoky .umeshu-product__image__label {
    top: -2.5%;
    left: calc(50% - 5.75em);
    width: 11.5em;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-smoky .umeshu-product__image {
    padding-top: 3em;
  }
}
#suntory_contents .umeshu-product--rich-amber-smoky .umeshu-product__image__bottle {
  -webkit-transform: translate(2em, -1.5em) scale(0.9);
      -ms-transform: translate(2em, -1.5em) scale(0.9);
          transform: translate(2em, -1.5em) scale(0.9);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--rich-amber-smoky .umeshu-product__image__bottle {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#suntory_contents .umeshu-product--whisky-blend {
  background: -o-linear-gradient(60deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  background: linear-gradient(30deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
}
#suntory_contents .umeshu-product--rich-amber {
  background: -o-linear-gradient(60deg, rgb(25, 5, 9) 0%, rgb(48, 22, 25) 100%);
  background: linear-gradient(30deg, rgb(25, 5, 9) 0%, rgb(48, 22, 25) 100%);
}
#suntory_contents .umeshu-product--extrablend-2024 {
  background: -o-linear-gradient(330deg, rgb(40, 35, 30) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(120deg, rgb(40, 35, 30) 0%, rgb(0, 0, 0) 100%);
}
#suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__image {
  padding-top: 2.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__image {
    padding-top: 0;
    width: 12em;
  }
}
#suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__image__bottle {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__image__bottle {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
#suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__image__label {
  top: 2.5%;
  left: -7.5%;
  width: 6em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__image__label {
    left: -20%;
    width: 5em;
  }
}
#suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__title__ter {
  font-size: 87.5%;
}
#suntory_contents .umeshu-product--extrablend-2024 .umeshu-product__catch {
  white-space: nowrap;
}
#suntory_contents .umeshu-product--extrablend-2025 {
  background: -o-linear-gradient(330deg, rgb(219, 209, 167) 0%, rgb(163, 146, 108) 100%);
  background: linear-gradient(120deg, rgb(219, 209, 167) 0%, rgb(163, 146, 108) 100%);
}
#suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__image {
  padding-top: 2.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__image {
    padding-top: 0;
    width: 12em;
  }
}
#suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__image__bottle {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__image__bottle {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
#suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__image__label {
  top: 0;
  left: calc(50% - 5.75em);
  width: 11.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__image__label {
    left: calc(50% - 3.5em);
    width: 7em;
  }
}
#suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__title__ter {
  font-size: 75%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__title__ter {
    font-size: 87.5%;
  }
}
#suntory_contents .umeshu-product--extrablend-2025 .umeshu-product__catch {
  white-space: nowrap;
}
#suntory_contents .umeshu-product--superior {
  background: -o-linear-gradient(330deg, rgb(160, 75, 50) 0%, rgb(110, 35, 5) 100%);
  background: linear-gradient(120deg, rgb(160, 75, 50) 0%, rgb(110, 35, 5) 100%);
}
#suntory_contents .umeshu-product--superior .umeshu-product__image__label {
  top: 5%;
  left: 42%;
  width: 6em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-product--superior .umeshu-product__image__label {
    width: 5em;
    left: 42%;
  }
}
#suntory_contents.umeshu-en-content .umeshu-product__title {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-product__title {
    font-size: 1.5em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-product__title__sec {
  font-size: 66.666%;
}
#suntory_contents.umeshu-en-content .umeshu-product__catch {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-product__catch {
    font-size: 0.875em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-product__read {
  text-align: left;
  font-size: 0.875em;
}
#suntory_contents.umeshu-en-content .umeshu-product__detail {
  font-size: 0.75em;
}
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-sakura .umeshu-product__image,
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-smoky .umeshu-product__image {
  padding-top: 3em;
}
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-sakura .umeshu-product__image__label,
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-smoky .umeshu-product__image__label {
  top: -1em;
  left: calc(50% - 9em);
  width: 18em;
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-product--rich-amber-sakura .umeshu-product__image__label,
  #suntory_contents.umeshu-en-content .umeshu-product--rich-amber-smoky .umeshu-product__image__label {
    top: -2.5%;
    left: calc(50% - 5.75em);
    width: 11.5em;
  }
}
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-sakura .umeshu-product__image__bottle,
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-smoky .umeshu-product__image__bottle {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  #suntory_contents.umeshu-en-content .umeshu-product--rich-amber-sakura .umeshu-product__image__bottle,
  #suntory_contents.umeshu-en-content .umeshu-product--rich-amber-smoky .umeshu-product__image__bottle {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-sakura .umeshu-product__catch,
#suntory_contents.umeshu-en-content .umeshu-product--rich-amber-smoky .umeshu-product__catch {
  white-space: normal;
}

/* other-link */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-other-link {
  padding: 2em 3em;
  border-radius: 0.5em;
  background: -o-linear-gradient(60deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  background: linear-gradient(30deg, rgb(60, 15, 19) 0%, rgb(105, 43, 43) 100%);
  -webkit-box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-other-link {
    padding: 2em 1.5em;
  }
}
#suntory_contents .umeshu-other-link__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 1.5em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-other-link__anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#suntory_contents .umeshu-other-link__anchor::before, #suntory_contents .umeshu-other-link__anchor::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
#suntory_contents .umeshu-other-link__anchor::before {
  top: 0;
  left: 0.5em;
  width: calc(100% - 1em);
  height: 100%;
  border-top: 1px solid #d1b58b;
  border-bottom: 1px solid #d1b58b;
}
#suntory_contents .umeshu-other-link__anchor::after {
  top: 0.5em;
  left: 0;
  width: 100%;
  height: calc(100% - 1em);
  border-right: 1px solid #d1b58b;
  border-left: 1px solid #d1b58b;
}
#suntory_contents .umeshu-other-link__title {
  width: 15em;
  text-align: center;
  font-size: 1.375em;
  color: #d1b58b;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-other-link__title {
    width: 100%;
    margin-bottom: 1em;
  }
}
#suntory_contents .umeshu-other-link__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-other-link__image {
    gap: 0;
  }
}
#suntory_contents .umeshu-other-link__image__item {
  width: 5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-other-link__image__item {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-en-content .umeshu-other-link__title {
    font-size: 1.25em;
  }
}
#suntory_contents .isnt-touch .umeshu-other-link__anchor {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#suntory_contents .isnt-touch .umeshu-other-link__anchor:focus, #suntory_contents .isnt-touch .umeshu-other-link__anchor:hover {
  -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
          transform: scale(1.025);
}

#suntory_contents .umeshu-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  position: relative;
  width: 60em;
  margin: 0 auto;
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .umeshu-content-wrapper {
    width: 80%;
  }
}
#suntory_contents .os-item {
  opacity: 0;
  margin-top: 3em;
  -webkit-transition-property: opacity, margin-top;
  -o-transition-property: opacity, margin-top;
  transition-property: opacity, margin-top;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
#suntory_contents .os-item.is-onscreen {
  opacity: 1;
  margin-top: 0;
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* layout: padding */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-p-0 {
  padding: 0 !important;
}
#suntory_contents .umeshu-p-d5 {
  padding: 0.5em !important;
}
#suntory_contents .umeshu-p-1 {
  padding: 1em !important;
}
#suntory_contents .umeshu-p-2 {
  padding: 2em !important;
}
#suntory_contents .umeshu-p-3 {
  padding: 3em !important;
}
#suntory_contents .umeshu-p-4 {
  padding: 4em !important;
}
#suntory_contents .umeshu-p-5 {
  padding: 5em !important;
}
#suntory_contents .umeshu-p-6 {
  padding: 6em !important;
}
#suntory_contents .umeshu-p-7 {
  padding: 7em !important;
}
#suntory_contents .umeshu-p-8 {
  padding: 8em !important;
}
#suntory_contents .umeshu-p-9 {
  padding: 9em !important;
}
#suntory_contents .umeshu-p-10 {
  padding: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-p-0 {
    padding: 0 !important;
  }
  #suntory_contents .umeshu-sp-p-d5 {
    padding: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-p-1 {
    padding: 1em !important;
  }
  #suntory_contents .umeshu-sp-p-2 {
    padding: 2em !important;
  }
  #suntory_contents .umeshu-sp-p-3 {
    padding: 3em !important;
  }
  #suntory_contents .umeshu-sp-p-4 {
    padding: 4em !important;
  }
  #suntory_contents .umeshu-sp-p-5 {
    padding: 5em !important;
  }
  #suntory_contents .umeshu-sp-p-6 {
    padding: 6em !important;
  }
  #suntory_contents .umeshu-sp-p-7 {
    padding: 7em !important;
  }
  #suntory_contents .umeshu-sp-p-8 {
    padding: 8em !important;
  }
  #suntory_contents .umeshu-sp-p-9 {
    padding: 9em !important;
  }
  #suntory_contents .umeshu-sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-pt-0 {
  padding-top: 0 !important;
}
#suntory_contents .umeshu-pt-d5 {
  padding-top: 0.5em !important;
}
#suntory_contents .umeshu-pt-1 {
  padding-top: 1em !important;
}
#suntory_contents .umeshu-pt-2 {
  padding-top: 2em !important;
}
#suntory_contents .umeshu-pt-3 {
  padding-top: 3em !important;
}
#suntory_contents .umeshu-pt-4 {
  padding-top: 4em !important;
}
#suntory_contents .umeshu-pt-5 {
  padding-top: 5em !important;
}
#suntory_contents .umeshu-pt-6 {
  padding-top: 6em !important;
}
#suntory_contents .umeshu-pt-7 {
  padding-top: 7em !important;
}
#suntory_contents .umeshu-pt-8 {
  padding-top: 8em !important;
}
#suntory_contents .umeshu-pt-9 {
  padding-top: 9em !important;
}
#suntory_contents .umeshu-pt-10 {
  padding-top: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-pt-0 {
    padding-top: 0 !important;
  }
  #suntory_contents .umeshu-sp-pt-d5 {
    padding-top: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-pt-1 {
    padding-top: 1em !important;
  }
  #suntory_contents .umeshu-sp-pt-2 {
    padding-top: 2em !important;
  }
  #suntory_contents .umeshu-sp-pt-3 {
    padding-top: 3em !important;
  }
  #suntory_contents .umeshu-sp-pt-4 {
    padding-top: 4em !important;
  }
  #suntory_contents .umeshu-sp-pt-5 {
    padding-top: 5em !important;
  }
  #suntory_contents .umeshu-sp-pt-6 {
    padding-top: 6em !important;
  }
  #suntory_contents .umeshu-sp-pt-7 {
    padding-top: 7em !important;
  }
  #suntory_contents .umeshu-sp-pt-8 {
    padding-top: 8em !important;
  }
  #suntory_contents .umeshu-sp-pt-9 {
    padding-top: 9em !important;
  }
  #suntory_contents .umeshu-sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-pr-0 {
  padding-right: 0em !important;
}
#suntory_contents .umeshu-pr-d5 {
  padding-right: 0.5em !important;
}
#suntory_contents .umeshu-pr-1 {
  padding-right: 1em !important;
}
#suntory_contents .umeshu-pr-1d5 {
  padding-right: 1.5em !important;
}
#suntory_contents .umeshu-pr-2 {
  padding-right: 2em !important;
}
#suntory_contents .umeshu-pr-2d5 {
  padding-right: 2.5em !important;
}
#suntory_contents .umeshu-pr-3 {
  padding-right: 3em !important;
}
#suntory_contents .umeshu-pr-3d5 {
  padding-right: 3.5em !important;
}
#suntory_contents .umeshu-pr-4 {
  padding-right: 4em !important;
}
#suntory_contents .umeshu-pr-4d5 {
  padding-right: 4.5em !important;
}
#suntory_contents .umeshu-pr-5 {
  padding-right: 5em !important;
}
#suntory_contents .umeshu-pr-6 {
  padding-right: 6em !important;
}
#suntory_contents .umeshu-pr-7 {
  padding-right: 7em !important;
}
#suntory_contents .umeshu-pr-8 {
  padding-right: 8em !important;
}
#suntory_contents .umeshu-pr-9 {
  padding-right: 9em !important;
}
#suntory_contents .umeshu-pr-10 {
  padding-right: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-pr-0 {
    padding-right: 0em !important;
  }
  #suntory_contents .umeshu-sp-pr-d5 {
    padding-right: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-pr-1 {
    padding-right: 1em !important;
  }
  #suntory_contents .umeshu-sp-pr-1d5 {
    padding-right: 1.5em !important;
  }
  #suntory_contents .umeshu-sp-pr-2 {
    padding-right: 2em !important;
  }
  #suntory_contents .umeshu-sp-pr-2d5 {
    padding-right: 2.5em !important;
  }
  #suntory_contents .umeshu-sp-pr-3 {
    padding-right: 3em !important;
  }
  #suntory_contents .umeshu-sp-pr-3d5 {
    padding-right: 3.5em !important;
  }
  #suntory_contents .umeshu-sp-pr-4 {
    padding-right: 4em !important;
  }
  #suntory_contents .umeshu-sp-pr-4d5 {
    padding-right: 4.5em !important;
  }
  #suntory_contents .umeshu-sp-pr-5 {
    padding-right: 5em !important;
  }
  #suntory_contents .umeshu-sp-pr-6 {
    padding-right: 6em !important;
  }
  #suntory_contents .umeshu-sp-pr-7 {
    padding-right: 7em !important;
  }
  #suntory_contents .umeshu-sp-pr-8 {
    padding-right: 8em !important;
  }
  #suntory_contents .umeshu-sp-pr-9 {
    padding-right: 9em !important;
  }
  #suntory_contents .umeshu-sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-pb-0 {
  padding-bottom: 0em !important;
}
#suntory_contents .umeshu-pb-d5 {
  padding-bottom: 0.5em !important;
}
#suntory_contents .umeshu-pb-1 {
  padding-bottom: 1em !important;
}
#suntory_contents .umeshu-pb-1d5 {
  padding-bottom: 1.5em !important;
}
#suntory_contents .umeshu-pb-2 {
  padding-bottom: 2em !important;
}
#suntory_contents .umeshu-pb-2d5 {
  padding-bottom: 2.5em !important;
}
#suntory_contents .umeshu-pb-3 {
  padding-bottom: 3em !important;
}
#suntory_contents .umeshu-pb-3d5 {
  padding-bottom: 3.5em !important;
}
#suntory_contents .umeshu-pb-4 {
  padding-bottom: 4em !important;
}
#suntory_contents .umeshu-pb-4d5 {
  padding-bottom: 4.5em !important;
}
#suntory_contents .umeshu-pb-5 {
  padding-bottom: 5em !important;
}
#suntory_contents .umeshu-pb-6 {
  padding-bottom: 6em !important;
}
#suntory_contents .umeshu-pb-7 {
  padding-bottom: 7em !important;
}
#suntory_contents .umeshu-pb-8 {
  padding-bottom: 8em !important;
}
#suntory_contents .umeshu-pb-9 {
  padding-bottom: 9em !important;
}
#suntory_contents .umeshu-pb-10 {
  padding-bottom: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-pb-0 {
    padding-bottom: 0em !important;
  }
  #suntory_contents .umeshu-sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-pb-1 {
    padding-bottom: 1em !important;
  }
  #suntory_contents .umeshu-sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }
  #suntory_contents .umeshu-sp-pb-2 {
    padding-bottom: 2em !important;
  }
  #suntory_contents .umeshu-sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }
  #suntory_contents .umeshu-sp-pb-3 {
    padding-bottom: 3em !important;
  }
  #suntory_contents .umeshu-sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }
  #suntory_contents .umeshu-sp-pb-4 {
    padding-bottom: 4em !important;
  }
  #suntory_contents .umeshu-sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }
  #suntory_contents .umeshu-sp-pb-5 {
    padding-bottom: 5em !important;
  }
  #suntory_contents .umeshu-sp-pb-6 {
    padding-bottom: 6em !important;
  }
  #suntory_contents .umeshu-sp-pb-7 {
    padding-bottom: 7em !important;
  }
  #suntory_contents .umeshu-sp-pb-8 {
    padding-bottom: 8em !important;
  }
  #suntory_contents .umeshu-sp-pb-9 {
    padding-bottom: 9em !important;
  }
  #suntory_contents .umeshu-sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-pl-0 {
  padding-left: 0em !important;
}
#suntory_contents .umeshu-pl-d5 {
  padding-left: 0.5em !important;
}
#suntory_contents .umeshu-pl-1 {
  padding-left: 1em !important;
}
#suntory_contents .umeshu-pl-1d5 {
  padding-left: 1.5em !important;
}
#suntory_contents .umeshu-pl-2 {
  padding-left: 2em !important;
}
#suntory_contents .umeshu-pl-2d5 {
  padding-left: 2.5em !important;
}
#suntory_contents .umeshu-pl-3 {
  padding-left: 3em !important;
}
#suntory_contents .umeshu-pl-3d5 {
  padding-left: 3.5em !important;
}
#suntory_contents .umeshu-pl-4 {
  padding-left: 4em !important;
}
#suntory_contents .umeshu-pl-4d5 {
  padding-left: 4.5em !important;
}
#suntory_contents .umeshu-pl-5 {
  padding-left: 5em !important;
}
#suntory_contents .umeshu-pl-6 {
  padding-left: 6em !important;
}
#suntory_contents .umeshu-pl-7 {
  padding-left: 7em !important;
}
#suntory_contents .umeshu-pl-8 {
  padding-left: 8em !important;
}
#suntory_contents .umeshu-pl-9 {
  padding-left: 9em !important;
}
#suntory_contents .umeshu-pl-10 {
  padding-left: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-pl-0 {
    padding-left: 0em !important;
  }
  #suntory_contents .umeshu-sp-pl-d5 {
    padding-left: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-pl-1 {
    padding-left: 1em !important;
  }
  #suntory_contents .umeshu-sp-pl-1d5 {
    padding-left: 1.5em !important;
  }
  #suntory_contents .umeshu-sp-pl-2 {
    padding-left: 2em !important;
  }
  #suntory_contents .umeshu-sp-pl-2d5 {
    padding-left: 2.5em !important;
  }
  #suntory_contents .umeshu-sp-pl-3 {
    padding-left: 3em !important;
  }
  #suntory_contents .umeshu-sp-pl-3d5 {
    padding-left: 3.5em !important;
  }
  #suntory_contents .umeshu-sp-pl-4 {
    padding-left: 4em !important;
  }
  #suntory_contents .umeshu-sp-pl-4d5 {
    padding-left: 4.5em !important;
  }
  #suntory_contents .umeshu-sp-pl-5 {
    padding-left: 5em !important;
  }
  #suntory_contents .umeshu-sp-pl-6 {
    padding-left: 6em !important;
  }
  #suntory_contents .umeshu-sp-pl-7 {
    padding-left: 7em !important;
  }
  #suntory_contents .umeshu-sp-pl-8 {
    padding-left: 8em !important;
  }
  #suntory_contents .umeshu-sp-pl-9 {
    padding-left: 9em !important;
  }
  #suntory_contents .umeshu-sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin auto */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-m-auto {
  margin: 0 auto !important;
}

/* layout: margin top */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-mt-0 {
  margin-top: 0 !important;
}
#suntory_contents .umeshu-mt-d5 {
  margin-top: 0.5em !important;
}
#suntory_contents .umeshu-mt-1 {
  margin-top: 1em !important;
}
#suntory_contents .umeshu-mt-1d5 {
  margin-top: 1.5em !important;
}
#suntory_contents .umeshu-mt-2 {
  margin-top: 2em !important;
}
#suntory_contents .umeshu-mt-2d5 {
  margin-top: 2.5em !important;
}
#suntory_contents .umeshu-mt-3 {
  margin-top: 3em !important;
}
#suntory_contents .umeshu-mt-3d5 {
  margin-top: 3.5em !important;
}
#suntory_contents .umeshu-mt-4 {
  margin-top: 4em !important;
}
#suntory_contents .umeshu-mt-4d5 {
  margin-top: 4.5em !important;
}
#suntory_contents .umeshu-mt-5 {
  margin-top: 5em !important;
}
#suntory_contents .umeshu-mt-6 {
  margin-top: 6em !important;
}
#suntory_contents .umeshu-mt-7 {
  margin-top: 7em !important;
}
#suntory_contents .umeshu-mt-8 {
  margin-top: 8em !important;
}
#suntory_contents .umeshu-mt-9 {
  margin-top: 9em !important;
}
#suntory_contents .umeshu-mt-10 {
  margin-top: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-mt-0 {
    margin-top: 0 !important;
  }
  #suntory_contents .umeshu-sp-mt-d5 {
    margin-top: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-mt-1 {
    margin-top: 1em !important;
  }
  #suntory_contents .umeshu-sp-mt-1d5 {
    margin-top: 1.5em !important;
  }
  #suntory_contents .umeshu-sp-mt-2 {
    margin-top: 2em !important;
  }
  #suntory_contents .umeshu-sp-mt-2d5 {
    margin-top: 2.5em !important;
  }
  #suntory_contents .umeshu-sp-mt-3 {
    margin-top: 3em !important;
  }
  #suntory_contents .umeshu-sp-mt-3d5 {
    margin-top: 3.5em !important;
  }
  #suntory_contents .umeshu-sp-mt-4 {
    margin-top: 4em !important;
  }
  #suntory_contents .umeshu-sp-mt-4d5 {
    margin-top: 4.5em !important;
  }
  #suntory_contents .umeshu-sp-mt-5 {
    margin-top: 5em !important;
  }
  #suntory_contents .umeshu-sp-mt-6 {
    margin-top: 6em !important;
  }
  #suntory_contents .umeshu-sp-mt-7 {
    margin-top: 7em !important;
  }
  #suntory_contents .umeshu-sp-mt-8 {
    margin-top: 8em !important;
  }
  #suntory_contents .umeshu-sp-mt-9 {
    margin-top: 9em !important;
  }
  #suntory_contents .umeshu-sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-mr-0 {
  margin-right: 0 !important;
}
#suntory_contents .umeshu-mr-d5 {
  margin-right: 0.5em !important;
}
#suntory_contents .umeshu-mr-1 {
  margin-right: 1em !important;
}
#suntory_contents .umeshu-mr-1d5 {
  margin-right: 1.5em !important;
}
#suntory_contents .umeshu-mr-2 {
  margin-right: 2em !important;
}
#suntory_contents .umeshu-mr-2d5 {
  margin-right: 2.5em !important;
}
#suntory_contents .umeshu-mr-3 {
  margin-right: 3em !important;
}
#suntory_contents .umeshu-mr-3d5 {
  margin-right: 3.5em !important;
}
#suntory_contents .umeshu-mr-4 {
  margin-right: 4em !important;
}
#suntory_contents .umeshu-mr-4d5 {
  margin-right: 4.5em !important;
}
#suntory_contents .umeshu-mr-5 {
  margin-right: 5em !important;
}
#suntory_contents .umeshu-mr-6 {
  margin-right: 6em !important;
}
#suntory_contents .umeshu-mr-7 {
  margin-right: 7em !important;
}
#suntory_contents .umeshu-mr-8 {
  margin-right: 8em !important;
}
#suntory_contents .umeshu-mr-9 {
  margin-right: 9em !important;
}
#suntory_contents .umeshu-mr-10 {
  margin-right: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-mr-0 {
    margin-right: 0 !important;
  }
  #suntory_contents .umeshu-sp-mr-d5 {
    margin-right: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-mr-1 {
    margin-right: 1em !important;
  }
  #suntory_contents .umeshu-sp-mr-1d5 {
    margin-right: 1.5em !important;
  }
  #suntory_contents .umeshu-sp-mr-2 {
    margin-right: 2em !important;
  }
  #suntory_contents .umeshu-sp-mr-2d5 {
    margin-right: 2.5em !important;
  }
  #suntory_contents .umeshu-sp-mr-3 {
    margin-right: 3em !important;
  }
  #suntory_contents .umeshu-sp-mr-3d5 {
    margin-right: 3.5em !important;
  }
  #suntory_contents .umeshu-sp-mr-4 {
    margin-right: 4em !important;
  }
  #suntory_contents .umeshu-sp-mr-4d5 {
    margin-right: 4.5em !important;
  }
  #suntory_contents .umeshu-sp-mr-5 {
    margin-right: 5em !important;
  }
  #suntory_contents .umeshu-sp-mr-6 {
    margin-right: 6em !important;
  }
  #suntory_contents .umeshu-sp-mr-7 {
    margin-right: 7em !important;
  }
  #suntory_contents .umeshu-sp-mr-8 {
    margin-right: 8em !important;
  }
  #suntory_contents .umeshu-sp-mr-9 {
    margin-right: 9em !important;
  }
  #suntory_contents .umeshu-sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-mb-0 {
  margin-bottom: 0 !important;
}
#suntory_contents .umeshu-mb-d5 {
  margin-bottom: 0.5em !important;
}
#suntory_contents .umeshu-mb-1 {
  margin-bottom: 1em !important;
}
#suntory_contents .umeshu-mb-1d5 {
  margin-bottom: 1.5em !important;
}
#suntory_contents .umeshu-mb-2 {
  margin-bottom: 2em !important;
}
#suntory_contents .umeshu-mb-2d5 {
  margin-bottom: 2.5em !important;
}
#suntory_contents .umeshu-mb-3 {
  margin-bottom: 3em !important;
}
#suntory_contents .umeshu-mb-3d5 {
  margin-bottom: 3.5em !important;
}
#suntory_contents .umeshu-mb-4 {
  margin-bottom: 4em !important;
}
#suntory_contents .umeshu-mb-4d5 {
  margin-bottom: 4.5em !important;
}
#suntory_contents .umeshu-mb-5 {
  margin-bottom: 5em !important;
}
#suntory_contents .umeshu-mb-6 {
  margin-bottom: 6em !important;
}
#suntory_contents .umeshu-mb-7 {
  margin-bottom: 7em !important;
}
#suntory_contents .umeshu-mb-8 {
  margin-bottom: 8em !important;
}
#suntory_contents .umeshu-mb-9 {
  margin-bottom: 9em !important;
}
#suntory_contents .umeshu-mb-10 {
  margin-bottom: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-mb-0 {
    margin-bottom: 0 !important;
  }
  #suntory_contents .umeshu-sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-mb-1 {
    margin-bottom: 1em !important;
  }
  #suntory_contents .umeshu-sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }
  #suntory_contents .umeshu-sp-mb-2 {
    margin-bottom: 2em !important;
  }
  #suntory_contents .umeshu-sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }
  #suntory_contents .umeshu-sp-mb-3 {
    margin-bottom: 3em !important;
  }
  #suntory_contents .umeshu-sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }
  #suntory_contents .umeshu-sp-mb-4 {
    margin-bottom: 4em !important;
  }
  #suntory_contents .umeshu-sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }
  #suntory_contents .umeshu-sp-mb-5 {
    margin-bottom: 5em !important;
  }
  #suntory_contents .umeshu-sp-mb-6 {
    margin-bottom: 6em !important;
  }
  #suntory_contents .umeshu-sp-mb-7 {
    margin-bottom: 7em !important;
  }
  #suntory_contents .umeshu-sp-mb-8 {
    margin-bottom: 8em !important;
  }
  #suntory_contents .umeshu-sp-mb-9 {
    margin-bottom: 9em !important;
  }
  #suntory_contents .umeshu-sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-ml-0 {
  margin-left: 0 !important;
}
#suntory_contents .umeshu-ml-d5 {
  margin-left: 0.5em !important;
}
#suntory_contents .umeshu-ml-1 {
  margin-left: 1em !important;
}
#suntory_contents .umeshu-ml-1d5 {
  margin-left: 1.5em !important;
}
#suntory_contents .umeshu-ml-2 {
  margin-left: 2em !important;
}
#suntory_contents .umeshu-ml-2d5 {
  margin-left: 2.5em !important;
}
#suntory_contents .umeshu-ml-3 {
  margin-left: 3em !important;
}
#suntory_contents .umeshu-ml-3d5 {
  margin-left: 3.5em !important;
}
#suntory_contents .umeshu-ml-4 {
  margin-left: 4em !important;
}
#suntory_contents .umeshu-ml-4d5 {
  margin-left: 4.5em !important;
}
#suntory_contents .umeshu-ml-5 {
  margin-left: 5em !important;
}
#suntory_contents .umeshu-ml-6 {
  margin-left: 6em !important;
}
#suntory_contents .umeshu-ml-7 {
  margin-left: 7em !important;
}
#suntory_contents .umeshu-ml-8 {
  margin-left: 8em !important;
}
#suntory_contents .umeshu-ml-9 {
  margin-left: 9em !important;
}
#suntory_contents .umeshu-ml-10 {
  margin-left: 10em !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-ml-0 {
    margin-left: 0 !important;
  }
  #suntory_contents .umeshu-sp-ml-d5 {
    margin-left: 0.5em !important;
  }
  #suntory_contents .umeshu-sp-ml-1 {
    margin-left: 1em !important;
  }
  #suntory_contents .umeshu-sp-ml-1d5 {
    margin-left: 1.5em !important;
  }
  #suntory_contents .umeshu-sp-ml-2 {
    margin-left: 2em !important;
  }
  #suntory_contents .umeshu-sp-ml-2d5 {
    margin-left: 2.5em !important;
  }
  #suntory_contents .umeshu-sp-ml-3 {
    margin-left: 3em !important;
  }
  #suntory_contents .umeshu-sp-ml-3d5 {
    margin-left: 3.5em !important;
  }
  #suntory_contents .umeshu-sp-ml-4 {
    margin-left: 4em !important;
  }
  #suntory_contents .umeshu-sp-ml-4d5 {
    margin-left: 4.5em !important;
  }
  #suntory_contents .umeshu-sp-ml-5 {
    margin-left: 5em !important;
  }
  #suntory_contents .umeshu-sp-ml-6 {
    margin-left: 6em !important;
  }
  #suntory_contents .umeshu-sp-ml-7 {
    margin-left: 7em !important;
  }
  #suntory_contents .umeshu-sp-ml-8 {
    margin-left: 8em !important;
  }
  #suntory_contents .umeshu-sp-ml-9 {
    margin-left: 9em !important;
  }
  #suntory_contents .umeshu-sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: width */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-w-100p {
  width: 100% !important;
}
#suntory_contents .umeshu-w-90p {
  width: 90% !important;
}
#suntory_contents .umeshu-w-80p {
  width: 80% !important;
}
#suntory_contents .umeshu-w-70p {
  width: 70% !important;
}
#suntory_contents .umeshu-w-60p {
  width: 60% !important;
}
#suntory_contents .umeshu-w-50p {
  width: 50% !important;
}
#suntory_contents .umeshu-w-40p {
  width: 40% !important;
}
#suntory_contents .umeshu-w-20p {
  width: 20% !important;
}
#suntory_contents .umeshu-w-10p {
  width: 10% !important;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-w-100p {
    width: 100% !important;
  }
  #suntory_contents .umeshu-sp-w-90p {
    width: 90% !important;
  }
  #suntory_contents .umeshu-sp-w-80p {
    width: 80% !important;
  }
  #suntory_contents .umeshu-sp-w-70p {
    width: 70% !important;
  }
  #suntory_contents .umeshu-sp-w-60p {
    width: 60% !important;
  }
  #suntory_contents .umeshu-sp-w-50p {
    width: 50% !important;
  }
  #suntory_contents .umeshu-sp-w-40p {
    width: 40% !important;
  }
  #suntory_contents .umeshu-sp-w-20p {
    width: 20% !important;
  }
  #suntory_contents .umeshu-sp-w-10p {
    width: 10% !important;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: color */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-color-ini {
  color: #000;
}
#suntory_contents .umeshu-color-pri {
  color: #fff;
}
#suntory_contents .umeshu-color-sec {
  color: #d1b58b;
}
#suntory_contents .umeshu-color-ter {
  color: #de7368;
}
#suntory_contents .umeshu-color-qua {
  color: #0f745b;
}

/* typography: font-family */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-ff-en {
  font-family: "Steradian", sans-serif;
}
#suntory_contents .umeshu-ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-fz-minimum {
  font-size: 50%;
}
#suntory_contents .umeshu-fz-small {
  font-size: 75%;
}
#suntory_contents .umeshu-fz-medium {
  font-size: 125%;
}
#suntory_contents .umeshu-fz-large {
  font-size: 150%;
}
#suntory_contents .umeshu-fz-huge {
  font-size: 200%;
}
#suntory_contents .umeshu-fz-10 {
  font-size: 0.625em;
}
#suntory_contents .umeshu-fz-12 {
  font-size: 0.75em;
}
#suntory_contents .umeshu-fz-14 {
  font-size: 0.875em;
}
#suntory_contents .umeshu-fz-16 {
  font-size: 1em;
}
#suntory_contents .umeshu-fz-18 {
  font-size: 1.125em;
}
#suntory_contents .umeshu-fz-20 {
  font-size: 1.25em;
}
#suntory_contents .umeshu-fz-22 {
  font-size: 1.375em;
}
#suntory_contents .umeshu-fz-24 {
  font-size: 1.5em;
}
#suntory_contents .umeshu-fz-28 {
  font-size: 1.75em;
}
#suntory_contents .umeshu-fz-32 {
  font-size: 2em;
}
#suntory_contents .umeshu-fz-36 {
  font-size: 2.25em;
}
#suntory_contents .umeshu-fz-40 {
  font-size: 2.5em;
}
#suntory_contents .umeshu-fz-44 {
  font-size: 2.75em;
}
#suntory_contents .umeshu-fz-48 {
  font-size: 3em;
}
#suntory_contents .umeshu-fz-42 {
  font-size: 3.25em;
}
#suntory_contents .umeshu-fz-56 {
  font-size: 3.5em;
}
#suntory_contents .umeshu-fz-60 {
  font-size: 3.75em;
}
#suntory_contents .umeshu-fz-64 {
  font-size: 4em;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-fz-10 {
    font-size: 0.625em;
  }
  #suntory_contents .umeshu-sp-fz-12 {
    font-size: 0.75em;
  }
  #suntory_contents .umeshu-sp-fz-14 {
    font-size: 0.875em;
  }
  #suntory_contents .umeshu-sp-fz-16 {
    font-size: 1em;
  }
  #suntory_contents .umeshu-sp-fz-18 {
    font-size: 1.125em;
  }
  #suntory_contents .umeshu-sp-fz-20 {
    font-size: 1.25em;
  }
  #suntory_contents .umeshu-sp-fz-22 {
    font-size: 1.375em;
  }
  #suntory_contents .umeshu-sp-fz-24 {
    font-size: 1.5em;
  }
  #suntory_contents .umeshu-sp-fz-28 {
    font-size: 1.75em;
  }
  #suntory_contents .umeshu-sp-fz-32 {
    font-size: 2em;
  }
  #suntory_contents .umeshu-sp-fz-36 {
    font-size: 2.25em;
  }
  #suntory_contents .umeshu-sp-fz-40 {
    font-size: 2.5em;
  }
  #suntory_contents .umeshu-sp-fz-44 {
    font-size: 2.75em;
  }
  #suntory_contents .umeshu-sp-fz-48 {
    font-size: 3em;
  }
  #suntory_contents .umeshu-sp-fz-42 {
    font-size: 3.25em;
  }
  #suntory_contents .umeshu-sp-fz-56 {
    font-size: 3.5em;
  }
  #suntory_contents .umeshu-sp-fz-60 {
    font-size: 3.75em;
  }
  #suntory_contents .umeshu-sp-fz-64 {
    font-size: 4em;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-fs-normal {
  font-style: normal;
}
#suntory_contents .umeshu-fs-italic {
  font-style: italic;
}

/* typography: font-weight */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-fw-normal {
  font-weight: 500;
}
#suntory_contents .umeshu-fw-bold {
  font-weight: 600;
}

/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-ls-0 {
  letter-spacing: 0;
}
#suntory_contents .umeshu-ls-1 {
  letter-spacing: 0.1em;
}
#suntory_contents .umeshu-ls-2 {
  letter-spacing: 0.2em;
}
#suntory_contents .umeshu-ls-3 {
  letter-spacing: 0.3em;
}
#suntory_contents .umeshu-ls-4 {
  letter-spacing: 0.4em;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-ls-0 {
    letter-spacing: 0;
  }
  #suntory_contents .umeshu-sp-ls-1 {
    letter-spacing: 0.1em;
  }
  #suntory_contents .umeshu-sp-ls-2 {
    letter-spacing: 0.2em;
  }
  #suntory_contents .umeshu-sp-ls-3 {
    letter-spacing: 0.3em;
  }
  #suntory_contents .umeshu-sp-ls-4 {
    letter-spacing: 0.4em;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 767px) {
  #suntory_contents br.umeshu-pc-br {
    display: inline;
  }
  #suntory_contents br.umeshu-sp-br {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents br.umeshu-pc-br {
    display: none;
  }
  #suntory_contents br.umeshu-sp-br {
    display: inline;
  }
}
@media print {
  #suntory_contents br.umeshu-sp-br {
    display: none;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-lh-10 {
  line-height: 1;
}
#suntory_contents .umeshu-lh-12 {
  line-height: 1.2;
}
#suntory_contents .umeshu-lh-14 {
  line-height: 1.4;
}
#suntory_contents .umeshu-lh-16 {
  line-height: 1.6;
}
#suntory_contents .umeshu-lh-18 {
  line-height: 1.8;
}
#suntory_contents .umeshu-lh-20 {
  line-height: 2;
}
#suntory_contents .umeshu-lh-22 {
  line-height: 2.2;
}
#suntory_contents .umeshu-lh-24 {
  line-height: 2.4;
}
#suntory_contents .umeshu-lh-26 {
  line-height: 2.6;
}
#suntory_contents .umeshu-lh-28 {
  line-height: 2.8;
}
#suntory_contents .umeshu-lh-30 {
  line-height: 3;
}
#suntory_contents .umeshu-lh-32 {
  line-height: 3.2;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #suntory_contents .umeshu-sp-lh-10 {
    line-height: 1;
  }
  #suntory_contents .umeshu-sp-lh-12 {
    line-height: 1.2;
  }
  #suntory_contents .umeshu-sp-lh-14 {
    line-height: 1.4;
  }
  #suntory_contents .umeshu-sp-lh-16 {
    line-height: 1.6;
  }
  #suntory_contents .umeshu-sp-lh-18 {
    line-height: 1.8;
  }
  #suntory_contents .umeshu-sp-lh-20 {
    line-height: 2;
  }
  #suntory_contents .umeshu-sp-lh-22 {
    line-height: 2.2;
  }
  #suntory_contents .umeshu-sp-lh-24 {
    line-height: 2.4;
  }
  #suntory_contents .umeshu-sp-lh-26 {
    line-height: 2.6;
  }
  #suntory_contents .umeshu-sp-lh-28 {
    line-height: 2.8;
  }
  #suntory_contents .umeshu-sp-lh-30 {
    line-height: 3;
  }
  #suntory_contents .umeshu-sp-lh-32 {
    line-height: 3.2;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-ta-left {
  text-align: left;
}
#suntory_contents .umeshu-ta-center {
  text-align: center;
}
#suntory_contents .umeshu-ta-right {
  text-align: right;
}

@media screen and (max-width: 40em) {
  #suntory_contents .umeshu-sp-ta-left {
    text-align: left;
  }
  #suntory_contents .umeshu-sp-ta-center {
    text-align: center;
  }
  #suntory_contents .umeshu-sp-ta-right {
    text-align: right;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
#suntory_contents .sp-td-none {
  text-decoration: none;
}
#suntory_contents .sp-td-underline {
  text-decoration: underline;
}
#suntory_contents .sp-td-overline {
  text-decoration: overline;
}

/* typography: white-space */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-ws-normal {
  white-space: normal;
}
#suntory_contents .umeshu-ws-nowrap {
  white-space: nowrap;
}

/* typography: white-space */
/* -------------------------------------------------------------------------- */
#suntory_contents .umeshu-wm-v-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
/*# sourceMappingURL=style.css.map */