@charset "UTF-8";

.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}

@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
  font-size: 2rem;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before,
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_dl.png")
    no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_anc_03.png")
    no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_inquiry_01.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before,
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_price_usd.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_price_jpy.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_price_gbp.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_price_krw.png")
    no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_price_eur.png")
    no-repeat center center;
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}

.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}

div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}

.lp-navigationSeries-title {
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}

div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText,
  .lp-navigationSeries-seriesText {
    display: block;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}

.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover,
.lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

.lp-layout-container {
  padding-bottom: 40px;
  background: #17191a;
  color: #fff;
}

.lp-layout-container > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp-layout-container {
    padding-bottom: 30px;
  }
}

.lp-layout-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 16px -36px;
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid {
    margin: -20px 0 16px 0;
  }
}

.lp-layout-grid.of-column-2 .lp-layout-grid-column {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-2 .lp-layout-grid-column {
    width: 100%;
  }
}

.lp-layout-grid.of-column-3 .lp-layout-grid-column {
  width: 33.333333%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-3 .lp-layout-grid-column {
    width: 100%;
  }
}

.lp-layout-grid.of-column-4 .lp-layout-grid-column {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-column-4 .lp-layout-grid-column {
    width: 50%;
    text-align: center;
  }
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid.lp-smallScreen-column-2 {
    max-width: 464px;
    margin: -20px auto 30px;
  }
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid.lp-smallScreen-column-2 .lp-layout-grid-column {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.lp-extraSmallScreen-column-1 .lp-layout-grid-column {
    width: 100%;
    text-align: center;
  }
}

.lp-layout-grid-column {
  width: 100%;
  margin-top: 16px;
  padding-left: 36px;
  text-align: center;
}

.lp-layout-grid-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-layout-grid-column {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid-column {
    padding-left: 0;
  }
}

.lp-layout-grid-column.of-flex {
  display: flex;
  flex-wrap: wrap;
}

.lp-layout-grid-column.of-flex > * {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-primary {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-layout-grid.of-primary .lp-layout-grid-column {
    margin-top: 30px;
  }
}

.lp-jumbotron {
  margin-bottom: 60px;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron {
    margin-bottom: calc(3rem + ((1vw - 0.36rem) * (4.91803)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron {
    margin-bottom: 30px;
  }
}

.lp-jumbotron-content {
  max-width: 970px;
  margin: 0 auto;
  background: #f8f8f8;
  color: #333;
}

.lp-jumbotron-content > *:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-body {
  display: flex;
  padding: 25px 40px 20px;
}

.lp-jumbotron-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron-body {
    padding: 25px calc(2rem + ((1vw - 0.768rem) * (9.90099))) 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-body {
    flex-direction: column;
    padding: 28px 20px 5px;
    text-align: center;
  }
}

.lp-jumbotron-textGroup {
  max-width: 420px;
  margin-right: 40px;
}

.lp-jumbotron-textGroup > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron-textGroup {
    margin-right: calc(2.8rem + ((1vw - 0.36rem) * (1.96721)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-textGroup {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }
}

.lp-jumbotron-image {
  width: 100%;
}

.lp-jumbotron-title {
  display: block;
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-title {
    margin-bottom: 8px;
  }
}

.lp-jumbotron-titleGroup {
  margin-bottom: 32px;
  font-size: 3.6rem;
  line-height: 1.3;
}

.lp-jumbotron-titleGroup > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 16px;
    font-size: calc(2.8rem + ((1vw - 0.36rem) * (1.31148)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
  }
}

.lp-jumbotron-seriesGroup {
  display: flex;
  align-items: center;
}

.lp-jumbotron-icon {
  display: inline-block;
  padding: 5px 16px;
  background: #dc002f;
  color: #fff;
  font-size: 21px;
  line-height: 1em;
  font-weight: normal;
  margin-right: 12px;
}

.lp-jumbotron-icon.of-primary {
  background: #c60909;
}

.lp-jumbotron-series {
  display: block;
  align-items: center;
  font-size: 2.5rem;
}

@media only screen and (max-width: 969px) {
  .lp-jumbotron-icon {
    padding: 4px 13px;
    font-size: calc((21 * 100vw) / 970);
  }
  .lp-jumbotron-series {
    font-size: calc((25 * 100vw) / 970);
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .lp-jumbotron-seriesGroup {
    justify-content: center;
  }
  .lp-jumbotron-icon {
    font-size: 1.8rem;
  }
  .lp-jumbotron-series {
    font-size: 2rem;
    align-items: center;
  }
}

.lp-section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 969px) {
  .lp-section {
    margin-bottom: calc(3rem + ((1vw - 0.36rem) * (4.91803)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-section {
    margin-bottom: 45px;
  }
}

.lp-section-content {
  max-width: calc(970px + (20px * 2));
  margin: 0 auto;
  padding: 0 20px;
}

.lp-section-content > *:last-child {
  margin-bottom: 0;
}

.lp-card {
  max-width: 652px;
  margin: 0 auto 24px;
  margin-bottom: 24px;
  padding: 15px;
  background: #666;
}

.lp-card > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-card {
    margin-bottom: calc(1.5rem + ((1vw - 0.36rem) * (1.47541)));
    padding: calc(1rem + ((1vw - 0.36rem) * (0.81967)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-card {
    margin-bottom: 15px;
    padding: 10px;
  }
}

.lp-media {
  display: flex;
  margin-bottom: 68px;
}

@media only screen and (max-width: 969px) {
  .lp-media {
    margin-bottom: calc(5rem + ((1vw - 0.36rem) * (2.95082)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-media {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.lp-media-body {
  flex: 1;
}

.lp-media-body > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp-media-body {
    flex: none;
    width: 100%;
  }
}

.lp-media-image {
  width: 214px;
  margin-left: 36px;
}

.lp-media-image > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-media-image {
    width: calc(15rem + ((1vw - 0.768rem) * (31.68317)));
    margin-left: calc(2.8rem + ((1vw - 0.768rem) * (3.9604)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-media-image {
    width: 100%;
    max-width: 214px;
    min-height: 0%;
    margin: 15px auto 0;
    text-align: center;
  }
}

.lp-media.of-row-reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .lp-media.of-row-reverse {
    flex-direction: column-reverse;
  }
}

.lp-media.of-row-reverse .lp-media-image {
  margin-right: 36px;
  margin-left: 0;
}

@media only screen and (max-width: 969px) {
  .lp-media.of-row-reverse .lp-media-image {
    margin-right: calc(2.4rem + ((1vw - 0.768rem) * (5.94059)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-media.of-row-reverse .lp-media-image {
    margin: 0 auto 15px;
  }
}

.lp-media.of-align-center {
  align-items: center;
}

.lp-media.of-primary .lp-media-image {
  width: 634px;
}

@media only screen and (max-width: 969px) {
  .lp-media.of-primary .lp-media-image {
    width: calc(44.3rem + ((1vw - 0.768rem) * (94.55446)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-media.of-primary .lp-media-image {
    width: 100%;
    max-width: 100%;
  }
}

.lp-media.of-primary .lp-figure .lp-figure-caption {
  color: #999;
  font-size: 1.3rem;
  text-align: left;
}

.lp-figure {
  margin-bottom: 32px;
}

.lp-figure > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-figure {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (1.31148)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-figure {
    margin-bottom: 24px;
  }
}

.lp-figure-caption {
  margin-bottom: 10px;
  line-height: 1.3;
}

.lp-figure-image {
  width: 100%;
}

.lp-figure.of-flex {
  display: flex;
  flex-direction: column;
}

.lp-figure.of-flex .lp-figure-caption {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .lp-figure.of-flex .lp-figure-caption {
    display: block;
  }
}

.lp-figure.of-flex .lp-figure-image {
  min-height: 0%;
}

.lp-figure.of-flex.of-column-reverse {
  flex-direction: column-reverse;
}

.lp-figure.of-flex.of-column-reverse .lp-figure-caption {
  margin-top: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 969px) {
  .lp-figure.of-flex.of-column-reverse .lp-figure-caption {
    margin-top: calc(1rem + ((1vw - 0.768rem) * (2.9703)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-figure.of-flex.of-column-reverse .lp-figure-caption {
    margin-top: 10px;
  }
}

.lp-headingLevel2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 969px) {
  .lp-headingLevel2 {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (0.98361)));
    font-size: calc(2rem + ((1vw - 0.36rem) * (1.63934)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-headingLevel2 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.lp-textConversion {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 969px) {
  .lp-textConversion {
    margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (0.98361)));
    font-size: calc(2rem + ((1vw - 0.36rem) * (0.65574)));
  }
}

@media only screen and (max-width: 767px) {
  .lp-textConversion {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.lp-textConversion::before {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 632px;
  height: 80px;
  transform: translateY(50%) translateX(-50%);
  background: url("../../../../img/products/bz-x1000/190221008_en/190221008_en_bg_01.png")
    no-repeat center center;
  background-size: contain;
  content: "";
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  .lp-textConversion::before {
    bottom: 15px;
    width: 320px;
    height: 40px;
    transform: translateY(100%) translateX(-50%);
  }
}

.lp-textConversion-outer {
  padding: 26px 0;
}

.lp-textConversion-outer > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .lp-textConversion-outer {
    padding: 0 0 25px;
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 24px -24px;
}

@media only screen and (max-width: 969px) {
  .lp-listButton {
    justify-content: center;
    margin: -24px 0 24px -20px;
  }
}

.lp-listButton > li {
  margin-top: 32px;
  margin-left: 24px;
}

@media only screen and (max-width: 969px) {
  .lp-listButton > li {
    margin-top: 24px;
    margin-left: 24px;
  }
}

.lp-listButton-outer {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .lp-listButton-outer {
    flex: none;
    justify-content: center;
  }
}

.lp-listButton-outer .lp-listButton > li {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .lp-listButton-outer .lp-listButton > li {
    justify-content: center;
    text-align: center;
  }
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-textColor-primary {
  color: #fff;
}

.lp-utility-alignItems-center {
  align-items: center;
}

.lp-utility-justifyContent-center {
  justify-content: center;
}

.lp-utility-line-break {
  display: block;
}

@media only screen and (max-width: 767px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-line-break {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .lp-largeScreen-hide {
    display: none;
  }
  .lp-largeScreen-textAlign-center {
    text-align: center;
  }
  .lp-largeScreen-line-break {
    display: block;
  }
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}

.split-slider {
  display: inline-block;
  margin-bottom: 4px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .split-slider {
    display: block;
  }
}

.split-slider .beer-range:focus + .beer-handle {
  background: transparent;
  box-shadow: none;
}

.split-slider .beer-handle {
  width: 48px;
  height: 150%;
  background: transparent;
  box-shadow: none;
  opacity: 1;
}

.split-slider .beer-handle::after {
  content: none;
}

.split-slider .beer-handle::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  transform: translate3d(-50%, 0, 0);
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  content: "";
}

.split-slider .split-circle::before {
  box-sizing: border-box;
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border: 6px solid #000;
  border-radius: 50%;
  content: "";
  opacity: 1;
}

.split-slider .split-circle::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff no-repeat center center;
  content: "";
  opacity: 1;
}

.split-slider .split-circleLeft::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(50% - 19.5px);
  width: 11px;
  height: 8px;
  margin-top: -4px;
  transform: scale(1) rotate(90deg);
  background-image: url("../../../../img/products/bz-x1000/190221008_en/190221008_en_icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
  content: "";
  opacity: 1;
}

.split-slider .split-circleLeft::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(50% - 12.5px);
  width: 11px;
  height: 8px;
  margin-top: -4px;
  transform: scale(1) rotate(90deg);
  background-image: url("../../../../img/products/bz-x1000/190221008_en/190221008_en_icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
  content: "";
  opacity: 1;
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s,
    transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.split-slider .split-circleRight::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(50%);
  width: 11px;
  height: 8px;
  margin-top: -4px;
  transform: scale(1) rotate(-90deg);
  background-image: url("../../../../img/products/bz-x1000/190221008_en/190221008_en_icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.5s;
  content: "";
  opacity: 1;
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s,
    transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.split-slider .split-circleRight::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 8px);
  width: 11px;
  height: 8px;
  margin-top: -4px;
  transform: scale(1) rotate(-90deg);
  background-image: url("../../../../img/products/bz-x1000/190221008_en/190221008_en_icon_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: fade_animation 0.6s ease-in-out infinite alternate 1.8s;
  content: "";
  opacity: 1;
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s,
    transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
}

.beer-reveal {
  display: inline-block;
}

.beer-slider > img {
  width: 100%;
}

@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
