@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ========================================================================== */
/* 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: 700;
}

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

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

td,
th {
  padding: 0;
}

/* ========================================================================== */
/* iniize */
/* ========================================================================== */
/* iniize: base */
/* -------------------------------------------------------------------------- */
#suntory_contents *,
#suntory_contents *:after,
#suntory_contents *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#suntory_contents {
  position: relative;
  overflow: hidden;
  background-color: #edeae6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1164px) {
  #suntory_contents {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 768px) {
  #wineCommonHeader {
    display: none;
  }
}
#wineCommonHeader * {
  margin: 0;
}

/* iniize: divider */
/* -------------------------------------------------------------------------- */
hr {
  border: 0;
  border-top: 0.125em solid #b01c25;
  margin: 2em 0;
}

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

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

/* iniize: list */
/* -------------------------------------------------------------------------- */
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl {
  margin-top: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}

/* iniize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
img.pc-img,
svg.pc-img {
  display: inline;
}
img.sp-img,
svg.sp-img {
  display: none;
}

@media screen and (max-width: 768px) {
  img.pc-img,
  svg.pc-img {
    display: none !important;
  }
  img.sp-img,
  svg.sp-img {
    display: inline !important;
  }
}
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* iniize: spacing */
/* -------------------------------------------------------------------------- */
button,
dd,
dt,
li {
  margin-bottom: 0.5em;
}

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

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

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

/* iniize: typography */
/* -------------------------------------------------------------------------- */
b,
strong {
  font-weight: 700;
}

small {
  display: inline-block;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 1em;
  line-height: 1;
}

/* ========================================================================== */
/* blocks */
/* ========================================================================== */
/* animsition */
/* -------------------------------------------------------------------------- */
.animsition-loading {
  border-top-color: #b01c25;
  border-right-color: #b01c25;
  border-bottom-color: #b01c25;
  border-left-color: #edeae6;
}

/* banner */
/* -------------------------------------------------------------------------- */
.banner {
  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;
  position: relative;
}
.banner__title {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.6;
  color: #edeae6;
}
.banner__link {
  display: inline-block;
  width: 50em;
}
@media screen and (max-width: 768px) {
  .banner__link {
    width: 20em;
  }
  .banner__link img:nth-of-type(1) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .banner__link img:nth-of-type(2) {
    display: none;
  }
}
.banner__link a {
  position: relative;
  display: inline-block;
}

.isnt-touch .banner__link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #edeae6;
  background: transparent;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.isnt-touch .banner__link a:hover::after,
.isnt-touch .banner__link a:focus::after {
  border-width: 0.3em;
}

.head-banner {
  padding: 1.5em 0;
  background-color: #c9a063;
  text-align: center;
}
.head-banner__anchor {
  display: inline-block;
  text-decoration: none;
}
.head-banner__image {
  display: inline-block;
  width: 50em;
}
@media screen and (max-width: 768px) {
  .head-banner__image {
    width: 20em;
  }
}

.isnt-touch .head-banner__anchor {
  position: relative;
}
.isnt-touch .head-banner__anchor::after {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  border: 0 solid #edeae6;
  -webkit-transition: border-width 0.2s ease-out;
  transition: border-width 0.2s ease-out;
}
.isnt-touch .head-banner__anchor:focus::after, .isnt-touch .head-banner__anchor:hover::after {
  border-width: 0.25em;
}

/* button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  padding: 1.5em 2em;
  background-color: #edeae6;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.button__text {
  display: inline-block;
  position: relative;
}
.button__text::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(../images/ico_link_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.isnt-touch .button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: #b01c25;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .button:hover, .isnt-touch .button:focus {
  color: #edeae6;
}
.isnt-touch .button:hover::before, .isnt-touch .button:focus::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.isnt-touch .button:hover .button__text::after, .isnt-touch .button:focus .button__text::after {
  background-image: url(../images/ico_link_02.svg);
}

/* ec-button */
/* -------------------------------------------------------------------------- */
.ec-button {
  position: relative;
  line-height: 0;
  width: 19.6875em;
  height: 3.5em;
}
@media screen and (max-width: 768px) {
  .ec-button {
    width: auto;
    height: auto;
  }
}
.ec-button .parent-iframe-relative a {
  display: inline-block;
}
.ec-button .parent-iframe-relative a img {
  width: 19.6875em;
}
@media screen and (max-width: 768px) {
  .ec-button .parent-iframe-relative a img {
    width: 100%;
  }
}

.isnt-touch .ec-button .parent-iframe-relative a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.isnt-touch .ec-button .parent-iframe-relative a:focus img,
.isnt-touch .ec-button .parent-iframe-relative a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* page-footer */
/* -------------------------------------------------------------------------- */
.page-footer {
  padding: 4em 0;
  background-color: #c9a063;
}
.page-footer__link {
  margin-top: 3em;
  text-align: center;
}

/* navi */
/* -------------------------------------------------------------------------- */
.navi {
  background-color: #b01c25;
}
@media screen and (min-width: 768px) {
  .navi {
    height: 5.5em;
  }
}

/* navi: wrapper */
/* ------------------------------------- */
.navi__wrapper {
  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;
  position: relative;
  width: 72.75em;
  margin: 0 auto;
  padding: 1em 0;
}
@media screen and (max-width: 1164px) {
  .navi__wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .navi__wrapper {
    width: 85%;
    padding: 2em 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .delideli-content.is-scroll .navi__wrapper {
    position: fixed;
    top: -6em;
    left: calc(50% - 36.375em);
    z-index: 10;
    -webkit-animation: navi__wrapper 0.4s ease-out forwards;
            animation: navi__wrapper 0.4s ease-out forwards;
  }
  .delideli-content.is-scroll .navi__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 5.5em;
    background-color: #b01c25;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes navi__wrapper {
  0% {
    top: -6em;
  }
  100% {
    top: 0;
  }
}
@keyframes navi__wrapper {
  0% {
    top: -6em;
  }
  100% {
    top: 0;
  }
}
/* navi: item */
/* ------------------------------------- */
.navi__item {
  font-size: 0.875em;
}
.navi__item a {
  display: block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
  color: #edeae6;
}
@media screen and (min-width: 768px) {
  .navi__item a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
}
.navi__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #edeae6;
}
@media screen and (min-width: 768px) {
  .navi__item a::after {
    background-color: #c9a063;
    opacity: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
    -webkit-transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}

.isnt-touch .navi__item a:focus,
.isnt-touch .navi__item a:hover {
  color: #c9a063;
}
.isnt-touch .navi__item a:focus::before,
.isnt-touch .navi__item a:hover::before {
  background-image: url(../images/ico_delica-maison_03.svg);
}
.isnt-touch .navi__item a:focus::after,
.isnt-touch .navi__item a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #c9a063;
}

/* navi: ec */
/* ------------------------------------- */
.navi__item--ec {
  width: 100%;
  margin-bottom: 2em;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .navi__item--ec {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 19.6875em;
    margin-left: 1.5em;
    margin-bottom: 0;
  }
}
.navi__item--ec a::after {
  content: none;
}

/* navi: delideli, silky */
/* ------------------------------------- */
.navi__item--delideli,
.navi__item--silky {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .navi__item--delideli,
  .navi__item--silky {
    width: auto;
    margin-bottom: 0;
  }
}
.navi__item--delideli .navi__text,
.navi__item--silky .navi__text {
  display: block;
  margin-left: 0.5em;
  padding: 0.3em 0;
}
.navi__item--delideli a,
.navi__item--silky a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navi__item--delideli a::before,
.navi__item--silky a::before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .navi__item--delideli a::after,
  .navi__item--silky a::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .navi__item--delideli {
    margin-right: 1.5em;
  }
  .navi__item--delideli a::after {
    content: none;
  }
  .navi__item--delideli .navi__text {
    display: none;
  }
}
.navi__item--delideli a::before {
  background-image: url(../images/ico_delica-maison_02.svg);
}

@media screen and (min-width: 768px) {
  .navi__item--silky {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    margin-left: auto;
  }
}
.navi__item--silky a {
  color: #c9a063;
}
@media screen and (min-width: 768px) {
  .navi__item--silky a {
    padding-right: 2em;
    background-image: url(../images/ico_link_03.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 1.5em;
  }
}
.navi__item--silky a::before {
  background-image: url(../images/ico_delica-maison_03.svg);
}

/* navi: about, concept, scene, lineup */
/* ------------------------------------- */
.navi__item--about,
.navi__item--concept,
.navi__item--scene,
.navi__item--lineup {
  width: calc(50% - 0.5em);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .navi__item--about,
  .navi__item--concept,
  .navi__item--scene,
  .navi__item--lineup {
    width: auto;
    margin: 0 1.5em;
  }
}
.navi__item--about a,
.navi__item--concept a,
.navi__item--scene a,
.navi__item--lineup a {
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navi__item--about a,
  .navi__item--concept a,
  .navi__item--scene a,
  .navi__item--lineup a {
    font-size: 0.875em;
  }
}

@media screen and (max-width: 768px) {
  .navi__item--concept a {
    line-height: 2.4;
  }
  .navi__item--concept br {
    display: none;
  }
}

.navi__item--about a,
.navi__item--lineup a {
  line-height: 2.4;
}

/* page-top */
/* -------------------------------------------------------------------------- */
.page-top {
  display: block;
  position: fixed;
  bottom: 2em;
  right: 1em;
  z-index: 9;
  width: 3em;
  height: 3em;
  overflow: hidden;
  border: 2px solid #fff;
  background-color: #b01c25;
  background-image: url(../images/ico_page-top_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  white-space: nowrap;
  text-indent: 100%;
  -webkit-transform: translateX(5em);
          transform: translateX(5em);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.is-scroll .page-top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* taste */
/* -------------------------------------------------------------------------- */
.taste {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .taste {
    margin: 3em 0;
  }
}

/* taste: item */
/* ------------------------------------- */
.taste__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
  color: #edeae6;
}
@media screen and (max-width: 768px) {
  .taste__item {
    font-size: 0.875em;
  }
}
.taste__item:last-of-type {
  margin-bottom: 0;
}
.taste__item::before, .taste__item::after {
  display: block;
  position: absolute;
  top: 0;
}
.taste__item::before {
  left: 5em;
}
.taste__item::after {
  right: -1.5em;
}

/* taste: title */
/* ------------------------------------- */
.taste__title {
  position: relative;
  width: 4em;
  margin-right: 2em;
  letter-spacing: 0;
}
.taste__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 2.5em;
  height: 1px;
  background-color: #edeae6;
}
.taste__title .taste__label {
  width: 4em;
  border-radius: 3em;
  background-color: #edeae6;
}

/* taste: label */
/* ------------------------------------- */
.taste__label {
  display: inline-block;
  padding: 0.5em;
  border-radius: 3em;
  color: #b01c25;
}

/* taste: point */
/* ------------------------------------- */
.taste__point {
  position: relative;
  width: 3em;
}
.taste__point::before {
  display: block;
  position: absolute;
}
.taste__point::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #edeae6;
}
.taste__point .taste__label {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 75%;
  color: #edeae6;
}
.taste__point:last-of-type::after {
  content: none;
}

/* taste: item--sweetness */
/* ------------------------------------- */
.taste__item--sweetness::before {
  content: "辛";
}
.taste__item--sweetness::after {
  content: "甘";
}
.taste__item--sweetness .taste__title::after {
  width: 2.5em;
}
.taste__item--sweetness .taste__point {
  margin-right: 1em;
}
.taste__item--sweetness .taste__point:last-of-type {
  margin-right: 0;
}
.taste__item--sweetness .taste__point::before {
  top: calc(100% + 0.25em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 75%;
}
.taste__item--sweetness .taste__point::after {
  left: calc(100% - 0.5em);
  width: 2em;
}

/* taste: item--tartness */
/* ------------------------------------- */
.taste__item--tartness::before {
  content: "強";
}
.taste__item--tartness::after {
  content: "弱";
}
.taste__item--tartness .taste__title {
  letter-spacing: 1em;
}
.taste__item--tartness .taste__title::after {
  width: 2.75em;
}
.taste__item--tartness .taste__point {
  margin-right: 5em;
}
.taste__item--tartness .taste__point:last-of-type {
  margin-right: 0;
}
.taste__item--tartness .taste__point::before {
  top: calc(100% + 0.25em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 75%;
}
.taste__item--tartness .taste__point::after {
  left: calc(100% - 0.75em);
  width: 6.5em;
}
.taste__item--tartness:last-of-type {
  margin-right: 0;
}

/* taste: item--type */
/* ------------------------------------- */
.taste__item--type .taste__title::after {
  width: 2em;
}
.taste__item--type .taste__point {
  width: auto;
  margin-right: 1em;
}
.taste__item--type .taste__point:last-of-type {
  margin-right: 0;
}
.taste__item--type .taste__point::after {
  left: 100%;
  width: 1em;
}
.taste__item--type .taste__point .taste__label {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  font-size: 75%;
  color: #edeae6;
}
.taste__item--type .taste__point .taste__label--current {
  background-color: #edeae6;
  color: #b01c25;
}

/* ========================================================================== */
/* delideli content */
/* ========================================================================== */
/* delideli-content */
/* -------------------------------------------------------------------------- */
.delideli-content {
  color: #b01c25;
}

/* page-header */
/* -------------------------------------------------------------------------- */
.delideli-content .page-header {
  overflow: hidden;
  background-color: #edeae6;
}

/* section-title */
/* -------------------------------------------------------------------------- */
.delideli-content .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3em;
}
.delideli-content .section-title__text {
  padding-bottom: 0.5em;
  padding-left: 0.15em;
  border-bottom: 0.125em solid #edeae6;
  font-size: 1.75em;
  letter-spacing: 0.3em;
  color: #edeae6;
}
@media screen and (max-width: 768px) {
  .delideli-content .section-title__text {
    font-size: 1.5em;
  }
}

/* section: about */
/* -------------------------------------------------------------------------- */
.delideli-content .page-section--about {
  overflow: hidden;
  padding: 4em 0 6em;
  background-image: url(../images/bgi_about_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .delideli-content .page-section--about {
    padding-bottom: 12.5em;
  }
}

/* section: concept */
/* -------------------------------------------------------------------------- */
.delideli-content .page-section--concept {
  padding: 6em 0 0;
  background-color: #b01c25;
}
@media screen and (max-width: 768px) {
  .delideli-content .page-section--concept {
    padding-bottom: 12.5em;
  }
}

/* section: scene */
/* -------------------------------------------------------------------------- */
.delideli-content .page-section--scene {
  padding: 6em 0;
  background-color: #b01c25;
}
.delideli-content .page-section--scene .section-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 60em;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .delideli-content .page-section--scene .section-title {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.delideli-content .page-section--scene .section-title__text {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .delideli-content .page-section--scene .section-title__text {
    padding-left: 0.15em;
    letter-spacing: 0.25em;
  }
}

/* section: lineup */
/* -------------------------------------------------------------------------- */
.delideli-content .page-section--lineup {
  padding: 6em 0;
  background-color: #edeae6;
}
.delideli-content .page-section--lineup .section-title__text {
  color: #b01c25;
  border-bottom-color: #b01c25;
}
.delideli-content .block-section {
  margin-bottom: 5em;
}
.delideli-content .block-section:nth-of-type(even) .lineup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .delideli-content .block-section:nth-of-type(even) .lineup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.delideli-content .block-section:nth-of-type(even) .lineup__image img:nth-of-type(1) {
  right: calc(40% - 1.5em);
}
.delideli-content .block-section--nameraka-aka .lineup__bg {
  fill: #ae0040;
}
@media screen and (max-width: 768px) {
  .delideli-content .block-section--nameraka-aka .lineup__wrapper,
  .delideli-content .block-section--nameraka-aka .lineup__ec {
    background-color: #ae0040;
  }
}
.delideli-content .block-section--sukkiri-shiro .lineup__bg {
  fill: #007b46;
}
@media screen and (max-width: 768px) {
  .delideli-content .block-section--sukkiri-shiro .lineup__wrapper,
  .delideli-content .block-section--sukkiri-shiro .lineup__ec {
    background-color: #007b46;
  }
}
.delideli-content .block-section--shikkari-koiaka .lineup__bg {
  fill: #7f0f15;
}
@media screen and (max-width: 768px) {
  .delideli-content .block-section--shikkari-koiaka .lineup__wrapper,
  .delideli-content .block-section--shikkari-koiaka .lineup__ec {
    background-color: #7f0f15;
  }
}
.delideli-content .block-section--amakuchi-aka .lineup__bg {
  fill: #80356b;
}
@media screen and (max-width: 768px) {
  .delideli-content .block-section--amakuchi-aka .lineup__wrapper,
  .delideli-content .block-section--amakuchi-aka .lineup__ec {
    background-color: #80356b;
  }
}

/* visual */
/* -------------------------------------------------------------------------- */
.delideli-content .visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/bgi_visual_01.webp);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 27em;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual {
    background-image: url(../images/bgi_visual_02.webp);
    background-size: 100%;
  }
}

/* visual: wrapper */
/* ------------------------------------- */
.delideli-content .visual__wrapper {
  position: relative;
  width: 72em;
  height: 30em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual__wrapper {
    width: 100%;
    height: 137.5vw;
  }
}

/* visual: logo-typo */
/* ------------------------------------- */
.delideli-content .visual__logo-typo {
  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;
  gap: 1em;
  position: absolute;
  top: 8.25em;
  left: 5em;
  width: 21.75em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual__logo-typo {
    top: 8.5%;
    left: 8%;
    width: 84%;
  }
}
.delideli-content .visual__logo-typo__pri {
  width: 83%;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual__logo-typo__pri {
    width: 72.5%;
  }
}
.delideli-content .visual__logo-typo__sec {
  width: 100%;
}

/* visual: logo-symbol */
/* ------------------------------------- */
.delideli-content .visual__logo-symbol {
  position: absolute;
  bottom: 0;
  left: 8.5em;
  width: 13.25em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual__logo-symbol {
    left: 53%;
    width: 29%;
  }
}

/* visual: lineup */
/* ------------------------------------- */
.delideli-content .visual__lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: -5.75em;
  left: 27.25em;
  width: 34.125em;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual__lineup {
    top: 28%;
    bottom: auto;
    left: 13%;
    width: 74%;
  }
}
.delideli-content .visual__lineup__item {
  position: relative;
  width: 8.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual__lineup__item {
    width: 24%;
  }
}

/* visual: catch */
/* ------------------------------------- */
.delideli-content .visual__catch {
  position: absolute;
  top: 7.375em;
  left: 62.375em;
  width: 4.375em;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual__catch {
    top: auto;
    bottom: 8.25%;
    left: 18.5%;
    width: 36%;
  }
}

/* visual: switch img */
/* ------------------------------------- */
.delideli-content .visual img.pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual img.pc {
    display: none;
  }
}
.delideli-content .visual img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .delideli-content .visual img.sp {
    display: inline;
  }
}

/* foot-visual */
/* -------------------------------------------------------------------------- */
.foot-visual {
  width: 100%;
  height: 15vw;
  background-image: url(../images/bgi_about_01.webp);
  background-repeat: no-repeat;
  background-position: center 57.5%;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .foot-visual {
    height: 30vw;
    background-position: 68% 60%;
    background-size: 144%;
  }
}

/* about */
/* -------------------------------------------------------------------------- */
.delideli-content .about {
  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;
  position: relative;
  width: 36.5em;
  height: 34.675em;
  margin: 0 auto;
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .delideli-content .about {
    width: 100%;
    height: auto;
  }
}

/* about: bg */
/* ------------------------------------- */
.delideli-content .about__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  fill: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .delideli-content .about__bg polygon:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .delideli-content .about__bg {
    width: 95%;
  }
  .delideli-content .about__bg polygon:nth-of-type(1) {
    display: none;
  }
}

/* about: logo */
/* ------------------------------------- */
.delideli-content .about__logo {
  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;
  gap: 1em;
  position: relative;
  margin-bottom: 2.5em;
  padding-bottom: 0.75em;
  border-bottom: 0.25em solid #b01c25;
}
.delideli-content .about__logo img:nth-of-type(1) {
  width: 2.25em;
}
.delideli-content .about__logo img:nth-of-type(2) {
  width: 13.5em;
}

/* about: catch */
/* ------------------------------------- */
.delideli-content .about__catch {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  -webkit-transform: translateX(0.1em);
          transform: translateX(0.1em);
}

/* about: read */
/* ------------------------------------- */
.delideli-content .about__read {
  position: relative;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .delideli-content .about__read {
    font-weight: 500;
    font-size: 1.125em;
  }
}

/* about: icon */
/* ------------------------------------- */
.delideli-content .about__icon {
  position: absolute;
  right: -6em;
  bottom: -3em;
  width: 13.5em;
  height: 15.75em;
}
@media screen and (max-width: 768px) {
  .delideli-content .about__icon {
    right: auto;
    bottom: -10em;
    left: 1.25em;
    width: 11.5em;
    height: 10.25em;
  }
}
.delideli-content .about__icon img {
  position: absolute;
}
.delideli-content .about__icon img:nth-of-type(1) {
  top: 0;
  right: 0;
  width: 66.666%;
}
@media screen and (max-width: 768px) {
  .delideli-content .about__icon img:nth-of-type(1) {
    top: auto;
    bottom: 0;
    width: 55%;
  }
}
.delideli-content .about__icon img:nth-of-type(2) {
  bottom: 0;
  left: 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .delideli-content .about__icon img:nth-of-type(2) {
    top: 0;
    bottom: auto;
    width: 55%;
  }
}

/* about: bottle */
/* ------------------------------------- */
.delideli-content .about__bottle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -1.5em;
  left: -13em;
  width: 18.5em;
}
@media screen and (max-width: 768px) {
  .delideli-content .about__bottle {
    right: 1.25em;
    bottom: -11em;
    left: auto;
    width: 13em;
  }
}
.delideli-content .about__bottle img {
  width: 25%;
}

/* concept */
/* -------------------------------------------------------------------------- */
.delideli-content .concept {
  position: relative;
  width: 72em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .delideli-content .concept {
    width: 100%;
  }
}
.delideli-content .concept__content {
  position: relative;
  z-index: 2;
  width: 66.666%;
  border-radius: 50%;
  background-color: rgba(237, 234, 230, 0.95);
}
@media screen and (max-width: 768px) {
  .delideli-content .concept__content {
    width: 180%;
    margin-left: -40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(60%, rgb(255, 255, 255)), color-stop(80%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0) 100%);
  }
}
.delideli-content .concept__content::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.delideli-content .concept__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 66.666%;
  border-radius: 50%;
  background-image: url(../images/img_concept_01.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 112.5%;
}
@media screen and (max-width: 768px) {
  .delideli-content .concept__image {
    right: 50%;
    width: 225%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    background-size: 55%;
    background-position: center 102.5%;
  }
}
.delideli-content .concept__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.delideli-content .concept__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .delideli-content .concept__wrapper {
    width: 24em;
  }
}
.delideli-content .concept__catch {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .delideli-content .concept__catch {
    font-size: 1.375em;
  }
}
.delideli-content .concept__subtitle {
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-size: 1.2em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .delideli-content .concept__subtitle br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .delideli-content .concept__subtitle {
    margin-bottom: 1em;
    text-align: center;
  }
}
.delideli-content .concept__read {
  white-space: nowrap;
}
.delideli-content .concept__read:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .delideli-content .concept__read {
    white-space: normal;
    text-align: justify;
  }
  .delideli-content .concept__read br {
    display: none;
  }
}
.delideli-content .concept__section {
  margin-bottom: 2.5em;
}
.delideli-content .concept__section:last-of-type {
  margin-bottom: 0;
}

/* scene */
/* -------------------------------------------------------------------------- */
.delideli-content .scene {
  width: 60em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .delideli-content .scene {
    width: 100%;
  }
}
.delideli-content .scene__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .delideli-content .scene__image {
    width: 100%;
  }
}
.delideli-content .scene__image__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  overflow: hidden;
}
.delideli-content .scene__content {
  width: 50%;
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  .delideli-content .scene__content {
    width: 100%;
    padding: 2em 5% 0;
  }
}
.delideli-content .scene__title {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #edeae6;
}
.delideli-content .scene__read {
  line-height: 2;
  color: #edeae6;
}
@media screen and (max-width: 768px) {
  .delideli-content .scene__read {
    text-align: justify;
    font-size: 1.125em;
  }
  .delideli-content .scene__read br {
    display: none;
  }
}
.delideli-content .scene__section {
  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;
}
@media screen and (min-width: 768px) {
  .delideli-content .scene__section:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .delideli-content .scene__section:nth-of-type(even) .scene__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .delideli-content .scene__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3em;
  }
  .delideli-content .scene__section:last-of-type {
    margin-bottom: 0;
  }
}

/* lineup */
/* -------------------------------------------------------------------------- */
.delideli-content .lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 60em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup {
    -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;
    width: 100%;
    padding-top: 4em;
  }
}

/* lineup: image */
/* ------------------------------------- */
.delideli-content .lineup__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__image {
    width: 100%;
    font-size: 0.75em;
  }
}
.delideli-content .lineup__image img {
  margin: 0 2.5%;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__image img {
    margin: 0 1%;
  }
}
.delideli-content .lineup__image img:nth-of-type(1) {
  position: absolute;
  top: 56%;
  right: -1.5em;
  margin: 0;
  width: 10em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__image img:nth-of-type(1) {
    top: 12em;
    right: auto;
    left: 2.5em;
  }
}
.delideli-content .lineup__image img:nth-of-type(2) {
  position: relative;
  z-index: 2;
  width: 7.0625em;
}
.delideli-content .lineup__image img:nth-of-type(3) {
  position: relative;
  z-index: 2;
  width: 11.25em;
}

/* lineup: content */
/* ------------------------------------- */
.delideli-content .lineup__content {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__content {
    width: 100%;
  }
}
.delideli-content .lineup__content::before {
  content: "";
  display: block;
  padding-top: 95%;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__content::before {
    content: none;
  }
}

/* lineup: wrapper */
/* ------------------------------------- */
.delideli-content .lineup__wrapper {
  position: absolute;
  top: 8.5em;
  left: 12.5%;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 2em;
    padding: 0 10% 1.5em;
  }
}

/* lineup: bg */
/* ------------------------------------- */
.delideli-content .lineup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  fill: #b01c25;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__bg {
    top: -6em;
  }
}

/* lineup: title */
/* ------------------------------------- */
.delideli-content .lineup__title {
  margin-bottom: 0.25em;
  white-space: nowrap;
  font-size: 2em;
  line-height: 1.6;
  color: #edeae6;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__title {
    position: absolute;
    top: -16em;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.75em;
    color: #b01c25;
  }
}

@media screen and (max-width: 768px) {
  .delideli-content .block-section--nameraka-aka .lineup__title {
    color: #ae0040;
  }
  .delideli-content .block-section--sukkiri-shiro .lineup__title {
    color: #007b46;
  }
  .delideli-content .block-section--shikkari-koiaka .lineup__title {
    color: #7f0f15;
  }
  .delideli-content .block-section--amakuchi-aka .lineup__title {
    color: #80356b;
  }
}
/* lineup: status */
/* ------------------------------------- */
.delideli-content .lineup__status {
  font-size: 0.75em;
  color: #edeae6;
}
@media screen and (min-width: 768px) {
  .delideli-content .lineup__status br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__status {
    font-size: 1em;
    text-align: center;
  }
}

/* lineup: read */
/* ------------------------------------- */
.delideli-content .lineup__read {
  font-size: 0.875em;
  color: #edeae6;
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__read {
    font-size: 1.125em;
  }
}

/* lineup: ec */
/* ------------------------------------- */
@media screen and (min-width: 768px) {
  .delideli-content .lineup__ec {
    position: absolute;
    right: 1.5em;
    bottom: -1.75em;
    width: 19.6875em;
  }
}
@media screen and (max-width: 768px) {
  .delideli-content .lineup__ec {
    padding: 0 10% 3em;
  }
}

/* animation: visual */
/* -------------------------------------------------------------------------- */
.delideli-content .visual.iv-item .visual__logo-typo__pri {
  opacity: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: translateY(1em) scale(0.75);
          transform: translateY(1em) scale(0.75);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.delideli-content .visual.iv-item .visual__logo-typo__sec {
  -webkit-transform: translateX(-1.5em);
          transform: translateX(-1.5em);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition-property: -webkit-transform, -webkit-clip-path;
  transition-property: -webkit-transform, -webkit-clip-path;
  transition-property: transform, clip-path;
  transition-property: transform, clip-path, -webkit-transform, -webkit-clip-path;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.delideli-content .visual.iv-item .visual__logo-symbol {
  opacity: 0;
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.delideli-content .visual.iv-item .visual__lineup__item {
  opacity: 0;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.delideli-content .visual.iv-item .visual__lineup__item:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.delideli-content .visual.iv-item .visual__lineup__item:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.delideli-content .visual.iv-item .visual__lineup__item:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.delideli-content .visual.iv-item .visual__lineup__item:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.delideli-content .visual.iv-item .visual__catch {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition-property: -webkit-transform, -webkit-clip-path;
  transition-property: -webkit-transform, -webkit-clip-path;
  transition-property: transform, clip-path;
  transition-property: transform, clip-path, -webkit-transform, -webkit-clip-path;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.delideli-content .visual.is-show .visual__logo-typo__pri {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.delideli-content .visual.is-show .visual__logo-typo__sec {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          clip-path: polygon(0 0, 200% 0, 0 200%);
}
.delideli-content .visual.is-show .visual__logo-symbol,
.delideli-content .visual.is-show .visual__lineup__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.delideli-content .visual.is-show .visual__catch {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
          clip-path: polygon(0 0, 200% 0, 0 200%);
}

/* animation: about */
/* -------------------------------------------------------------------------- */
.delideli-content .about__icon.iv-item img {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .delideli-content .about__icon.iv-item img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.delideli-content .about__icon.iv-item img:nth-of-type(1) {
  -webkit-transform: translateX(4em) rotate(60deg);
          transform: translateX(4em) rotate(60deg);
}
.delideli-content .about__icon.iv-item img:nth-of-type(2) {
  -webkit-transform: translateX(-4em) rotate(-60deg);
          transform: translateX(-4em) rotate(-60deg);
}
.delideli-content .about__icon.is-show img:nth-of-type(1), .delideli-content .about__icon.is-show img:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0);
          transform: translateX(0) rotate(0);
}
.delideli-content .about__bottle.iv-item img {
  opacity: 0;
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .delideli-content .about__bottle.iv-item img {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
}
.delideli-content .about__bottle.iv-item img:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.delideli-content .about__bottle.iv-item img:nth-of-type(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.delideli-content .about__bottle.iv-item img:nth-of-type(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.delideli-content .about__bottle.is-show img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* animation: concept */
/* -------------------------------------------------------------------------- */
.delideli-content .concept__wrapper.iv-item .concept__catch,
.delideli-content .concept__wrapper.iv-item .concept__section {
  opacity: 0;
  -webkit-transform: translateX(10rem);
          transform: translateX(10rem);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .delideli-content .concept__wrapper.iv-item .concept__catch,
  .delideli-content .concept__wrapper.iv-item .concept__section {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: none;
    transition: none;
  }
}
.delideli-content .concept__wrapper.is-show .concept__catch,
.delideli-content .concept__wrapper.is-show .concept__section {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .delideli-content .concept__image.iv-item {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 33.333%;
    -webkit-transition-property: opacity, right, -webkit-transform;
    transition-property: opacity, right, -webkit-transform;
    transition-property: opacity, transform, right;
    transition-property: opacity, transform, right, -webkit-transform;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}
@media screen and (min-width: 768px) {
  .delideli-content .concept__image.is-show {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    right: 0;
  }
}

/* animation: scene */
/* -------------------------------------------------------------------------- */
.delideli-content .scene__image.iv-item img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .delideli-content .scene__image.iv-item img {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}
.delideli-content .scene__image.iv-item .scene__image__column:nth-of-type(1) img:nth-of-type(1) {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.delideli-content .scene__image.iv-item .scene__image__column:nth-of-type(1) img:nth-of-type(2) {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.delideli-content .scene__image.iv-item .scene__image__column:nth-of-type(2) img:nth-of-type(1) {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.delideli-content .scene__image.iv-item .scene__image__column:nth-of-type(2) img:nth-of-type(2) {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.delideli-content .scene__image.is-show .scene__image__column:nth-of-type(1) img:nth-of-type(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.delideli-content .scene__image.is-show .scene__image__column:nth-of-type(1) img:nth-of-type(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.delideli-content .scene__image.is-show .scene__image__column:nth-of-type(2) img:nth-of-type(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.delideli-content .scene__image.is-show .scene__image__column:nth-of-type(2) img:nth-of-type(2) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* animation: lineup */
/* -------------------------------------------------------------------------- */
.delideli-content .lineup__image.iv-item img:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(4em, 0) rotate(60deg);
          transform: translate(4em, 0) rotate(60deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.delideli-content .lineup__image.is-show img:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0) !important;
          transform: translate(0, 0) rotate(0) !important;
}

/* typography */
/* ========================================================================== */
/* typography: color */
/* -------------------------------------------------------------------------- */
.color-ini {
  color: #edeae6 !important;
}

.color-pri {
  color: #b01c25 !important;
}

.color-sec {
  color: #c9a063 !important;
}

.color-ter {
  color: #ae0040 !important;
}

.color-qua {
  color: #007b46 !important;
}

.color-qui {
  color: #7f0f15 !important;
}

.color-sen {
  color: #80356b !important;
}

/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: inline;
  }
  br.sp-br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: inline;
  }
}
@media print {
  br.sp-br {
    display: none;
  }
}