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

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/* 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: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.005em;
  line-height: 1.6;
  color: #efecdf;
}
@media screen and (max-width: 1164px) {
  #suntory_contents {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents {
    font-size: 4.5vw;
  }
}

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

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

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

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

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

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

.isnt-touch .ec-button .parent-iframe-relative a img {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.isnt-touch .ec-button .parent-iframe-relative a:focus img,
.isnt-touch .ec-button .parent-iframe-relative a:hover img {
  opacity: 0.64;
}

/* main */
/*----------------------------------------------------------------*/
.sdh-main {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}
/* title */
/*----------------------------------------------------------------*/
.sdh-section-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.125em;
  min-height: 2.222em;
  margin-top: 0;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  background: url(../images/ico_darkhorse_01.svg) no-repeat left center;
  background-size: 1em;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sdh-section-title {
    gap: 0.25em;
    font-size: 1.75em;
  }
}
.sdh-section-title__pri img {
  width: auto;
  height: 1em;
}
.sdh-section-title__sec {
  font-size: 50%;
}
@media screen and (max-width: 768px) {
  .sdh-section-title__sec {
    font-size: 66.666%;
  }
}

/* read */
/*----------------------------------------------------------------*/
.sdh-read {
  margin-top: 0;
  text-align: justify;
  font-size: 1em;
  line-height: 2;
}

/* notice */
/*----------------------------------------------------------------*/
.sdh-notice {
  margin-top: 0;
  font-size: 0.875em;
  line-height: 1.6;
}

/* scroll-assist */
/*----------------------------------------------------------------*/
.sdh-scroll-assist {
  display: inline-block;
  position: absolute;
  bottom: 1.5em;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  text-decoration: none;
  text-align: center;
  color: #efecdf !important;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .sdh-scroll-assist {
    display: none;
  }
}
.sdh-scroll-assist img {
  width: 2.5em;
}
.sdh-scroll-assist::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-right: 2px solid #efecdf;
  border-bottom: 2px solid #efecdf;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sdh-scroll-assist--to-top {
  left: 10%;
  width: auto;
  height: auto;
}
.sdh-scroll-assist--to-top::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 1em;
  border-right: 2px solid #efecdf;
  border-bottom: 2px solid #efecdf;
  -webkit-transform: translateY(50%) rotate(-135deg);
      -ms-transform: translateY(50%) rotate(-135deg);
          transform: translateY(50%) rotate(-135deg);
}
.sdh-scroll-assist--to-top::after {
  content: none;
}

.isnt-touch .sdh-scroll-assist:hover, .isnt-touch .sdh-scroll-assist:focus {
  opacity: 1;
}

/* wine-top */
/*----------------------------------------------------------------*/
.sdh-wine-top {
  display: none;
}
@media screen and (max-width: 768px) {
  .sdh-wine-top {
    display: block;
    padding: 2.5em 0;
    background-color: white;
    text-align: center;
  }
  .sdh-wine-top a {
    display: inline-block;
    padding-left: 1.2em;
    background: url(../images/ico_link_02.svg) no-repeat left center;
    background-size: 0.666em;
    text-decoration: none;
    line-height: 1.6;
    color: #000;
  }
}

/* Line break on smartphone */
/*----------------------------------------------------------------*/
.sdh-main br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sdh-main br.sp {
    display: inline;
  }
}

/* section */
/*----------------------------------------------------------------*/
#suntory_contents section {
  position: relative;
}

/* os-item */
/*----------------------------------------------------------------*/
.os-item {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.os-item.on-screen {
  opacity: 1;
}

/* dh-header */
/*----------------------------------------------------------------*/
.sdh-header {
  position: relative;
  padding-bottom: 5em;
  background-image: url(../images/bgi_intro_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sdh-header {
    padding-top: 5em;
  }
}
.sdh-header__first-view {
  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;
  height: calc(100dvh - 18em);
}
@media screen and (max-width: 768px) {
  .sdh-header__first-view {
    height: auto;
  }
}
.sdh-header__title {
  width: 80%;
  font-size: 1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sdh-header__title {
    width: 90%;
  }
}
.sdh-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  position: relative;
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .sdh-header__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3em 0;
    padding-top: 1.5em;
  }
}
.sdh-header__catch {
  position: absolute;
  inset: 0 auto auto calc(50% - 4em);
  width: 8em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sdh-header__catch {
    position: relative;
    inset: auto;
    width: 100%;
    text-align: center;
  }
  .sdh-header__catch img {
    max-width: 8em;
  }
}
.sdh-header__product {
  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;
  width: 10em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sdh-header__product {
    width: 50%;
  }
}
.sdh-header__product:nth-of-type(3) {
  margin-left: 10em;
}
@media screen and (max-width: 768px) {
  .sdh-header__product:nth-of-type(3) {
    margin-left: 0;
  }
}
.sdh-header__product__image {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .sdh-header__product__image {
    width: 8em;
  }
}
.sdh-header__product__name {
  width: auto;
  height: 1.25em;
  margin-bottom: 0.5em;
}
.sdh-header__product__caption {
  font-size: 0.875em;
}
.sdh-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 50em;
  margin: 3em auto 0;
  padding: 1em 0;
  background-image: url(../images/bgi_intro_02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .sdh-header__link {
    width: 100%;
    background-size: cover;
  }
}

/* dh-content */
/*----------------------------------------------------------------*/
.sdh-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5em 10%;
}
@media screen and (max-width: 768px) {
  .sdh-content {
    padding: 5em 5%;
  }
}
.sdh-content__wrapper {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .sdh-content__wrapper {
    width: 100%;
  }
}

/* about: section */
/*----------------------------------------------------------------*/
#darkhorse-about {
  background-image: url(../images/bgi_about_01.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #darkhorse-about {
    padding-bottom: 18em;
    background-position: right bottom;
    background-size: 125%;
  }
}

/* brand: section */
/*----------------------------------------------------------------*/
#darkhorse-brand {
  background-image: url(../images/bgi_brand_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #darkhorse-brand {
    padding-bottom: 22em;
    background-size: 200%;
    background-position: right 20% bottom;
  }
}

/* lineup: section */
/*----------------------------------------------------------------*/
#darkhorse-lineup {
  background-image: url(../images/bgi_lineup_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #darkhorse-lineup {
    background: none;
  }
}
#darkhorse-lineup .sdh-content__wrapper {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #darkhorse-lineup .sdh-content__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #darkhorse-lineup .sdh-section-title {
    margin-bottom: 2em;
  }
}
#darkhorse-lineup .sdh-section-title__sec {
  font-size: 40%;
}
@media screen and (max-width: 768px) {
  #darkhorse-lineup .sdh-section-title__sec {
    font-size: 50%;
  }
}

/*----------------------------------------------------------------*/
.sdh-product {
  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;
  min-height: 80em;
}
.sdh-product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em 0;
  position: absolute;
  width: 16em;
}
@media screen and (max-width: 768px) {
  .sdh-product__head {
    position: relative;
    width: 80%;
    margin: 0 auto 1.5em;
  }
}
.sdh-product__bottle {
  width: 40%;
}
.sdh-product__vi {
  width: 60%;
}
.sdh-product__name {
  height: 1.5em;
}
.sdh-product__title {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  line-height: 1.6;
}
.sdh-product__read {
  margin-bottom: 0;
  text-align: justify;
  font-size: 0.875em;
  line-height: 2;
}
.sdh-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 16em;
}
@media screen and (max-width: 768px) {
  .sdh-product__link {
    position: relative;
    width: 100%;
    margin-top: 1.5em;
  }
}
.sdh-product__item--red-blend .sdh-product__head {
  inset: 5em auto auto calc(40% + 3em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--red-blend .sdh-product__head {
    inset: auto;
  }
}
.sdh-product__item--red-blend .sdh-product__link {
  inset: 30em auto auto calc(40% + 3em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--red-blend .sdh-product__link {
    inset: auto;
  }
}
.sdh-product__item--red-blend .sdh-product__title {
  color: #a4161d;
}
.sdh-product__item--chardonnay .sdh-product__head {
  inset: 5em auto auto calc(40% + 20em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--chardonnay .sdh-product__head {
    inset: auto;
  }
}
.sdh-product__item--chardonnay .sdh-product__link {
  inset: 30em auto auto calc(40% + 20em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--chardonnay .sdh-product__link {
    inset: auto;
  }
}
.sdh-product__item--chardonnay .sdh-product__title {
  color: #cb8600;
}
.sdh-product__item--cabernet-sauvignon .sdh-product__head {
  inset: 35em auto auto calc(40% + 3em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--cabernet-sauvignon .sdh-product__head {
    inset: auto;
  }
}
.sdh-product__item--cabernet-sauvignon .sdh-product__link {
  inset: 60em auto auto calc(40% + 3em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--cabernet-sauvignon .sdh-product__link {
    inset: auto;
  }
}
.sdh-product__item--cabernet-sauvignon .sdh-product__title {
  color: #872528;
}
.sdh-product__item--pinot-noir .sdh-product__head {
  inset: 35em auto auto calc(40% + 20em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--pinot-noir .sdh-product__head {
    inset: auto;
  }
}
.sdh-product__item--pinot-noir .sdh-product__link {
  inset: 60em auto auto calc(40% + 20em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--pinot-noir .sdh-product__link {
    inset: auto;
  }
}
.sdh-product__item--pinot-noir .sdh-product__title {
  color: #bd4364;
}
.sdh-product__item--rose .sdh-product__head {
  inset: 65em auto auto calc(40% + 3em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--rose .sdh-product__head {
    inset: auto;
  }
}
.sdh-product__item--rose .sdh-product__link {
  inset: 90em auto auto calc(40% + 3em);
}
@media screen and (max-width: 768px) {
  .sdh-product__item--rose .sdh-product__link {
    inset: auto;
  }
}
.sdh-product__item--rose .sdh-product__title {
  color: #f7b1ab;
}

/* page-navi: wrapper */
/*----------------------------------------------------------------*/
.sdh-page-navi {
  display: none;
}
@media all and (max-width: 768px) {
  .sdh-page-navi {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.92);
  }
}
.sdh-page-navi.fixed {
  position: fixed;
}
.sdh-page-navi__wrapper {
  display: none;
  width: 100%;
  padding: 4em;
}
.sdh-page-navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5em;
  margin-bottom: 0;
}
.sdh-page-navi__item {
  margin-bottom: 0;
  padding-left: 1em;
  background: url(../images/ico_link_01.svg) no-repeat left 0.5em;
  background-size: 0.5em;
  font-size: 0.75em;
  line-height: 1.6;
  white-space: nowrap;
}
.sdh-page-navi__item a {
  text-decoration: none;
  font-weight: bold;
  color: #efecdf !important;
}
.sdh-page-navi__item img {
  width: auto;
  height: 1.75em;
}
.sdh-page-navi__trigger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 3em;
  height: 3em;
  background-color: white;
  text-align: center;
  line-height: 1;
  color: #000;
}
@media all and (max-width: 768px) {
  .sdh-page-navi__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sdh-page-navi__trigger::after {
  content: "menu";
  display: inline-block;
  font-weight: bold;
  font-size: 0.7em;
}
.sdh-page-navi__trigger__lines {
  display: block;
  position: relative;
  width: 2em;
  height: 1.5em;
}
.sdh-page-navi__trigger__lines span {
  display: inline-block;
  position: absolute;
  inset: calc(50% - 0.1em) auto auto 0;
  width: 100%;
  height: 0.2em;
  background-color: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sdh-page-navi__trigger__lines span:nth-of-type(1) {
  -webkit-transform: translateY(0.4em) rotate(0);
      -ms-transform: translateY(0.4em) rotate(0);
          transform: translateY(0.4em) rotate(0);
}
.sdh-page-navi__trigger__lines span:nth-of-type(2) {
  opacity: 1;
}
.sdh-page-navi__trigger__lines span:nth-of-type(3) {
  -webkit-transform: translateY(-0.4em) rotate(0);
      -ms-transform: translateY(-0.4em) rotate(0);
          transform: translateY(-0.4em) rotate(0);
}
.sdh-page-navi__trigger.active::after {
  content: "close";
}
.sdh-page-navi__trigger.active .sdh-page-navi__trigger__lines span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.sdh-page-navi__trigger.active .sdh-page-navi__trigger__lines span:nth-of-type(2) {
  opacity: 0;
}
.sdh-page-navi__trigger.active .sdh-page-navi__trigger__lines span:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}