@charset "UTF-8";

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.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;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.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-triangleIconTriangle .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-triangleIconTriangle .lp-buttonConversion-body::before {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #fff;
    content: "";
}

.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: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.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-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    max-width: calc(970px + (20px * 2));
    margin: 0 auto;
    padding: 32px 20px 45px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        flex-direction: column-reverse;
        align-items: center;
        padding: calc(2rem + ((1vw - 0.36rem) * (1.96721))) calc(1rem + ((1vw - 0.36rem) * (2.62295))) calc(3rem + ((1vw - 0.36rem) * (2.45902)));
    }
}

.lp-jumbotron-body {
    flex: 1;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        flex: auto;
    }
}

.lp-jumbotron-title {
    margin-bottom: 27px;
    padding-bottom: 6px;
    border-bottom: 4px solid #403f40;
    font-size: 3.6rem;
    line-height: 1.1;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        margin-bottom: 20px;
        font-size: calc(3rem + ((1vw - 0.36rem) * (0.98361)));
    }
}

.lp-jumbotron-image {
    margin-right: 55px;
    padding-top: 14px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        margin-right: 0;
        margin-bottom: 14px;
        padding: 0 10px;
        text-align: center;
    }
}

@media screen and (max-width: 969px) {
    .lp-jumbotron.of-primary .lp-jumbotron-image {
        margin-bottom: 0;
    }
}

.lp-section {
    overflow: hidden;
    background: #e6e6e6;
}

.lp-section-title {
    margin-bottom: 29px;
    color: #333;
    font-size: 3rem;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-section-title {
        margin-bottom: calc(1.8rem + ((1vw - 0.36rem) * (1.80328)));
        font-size: calc(2.1rem + ((1vw - 0.36rem) * (1.47541)));
    }
}

.lp-section-content {
    max-width: calc(970px + (20px * 2));
    margin: 0 auto;
    padding: 40px 20px 50px;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding: calc(2.5rem + ((1vw - 0.36rem) * (2.45902))) calc(1rem + ((1vw - 0.36rem) * (1.63934))) calc(3rem + ((1vw - 0.36rem) * (3.27869)));
    }
}

.lp-section.of-primary {
    background: #fff;
}

.lp-section.of-primary .lp-section-content {
    max-width: calc(970px + (20px * 2));
    padding: 29px 20px 35px;
}

@media screen and (max-width: 767px) {
    .lp-section.of-primary .lp-section-content {
        padding: 21px 20px 28px;
    }
}

.lp-mediaAsset {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.lp-mediaAsset::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: -40px;
    left: 50%;
    width: 836px;
    height: 214px;
    transform: translateX(-50%);
    background: url("../../../../img/landing_page/ed_bz-x_slider/ed_bz-x_slider_img_bg_01.png") no-repeat 0 0;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset::after {
        top: auto;
        bottom: -28px;
        left: 50%;
        width: 270px;
        height: 70px;
        transform: translateX(-50%);
        background: url("../../../../img/landing_page/ed_bz-x_slider/ed_bz-x_slider_img_bg_01.png") no-repeat 0 0;
        background-size: 100% auto;
        content: "";
    }
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
    }
}

.lp-mediaAsset-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        position: relative;
        width: 100%;
        margin-top: 0;
        padding-top: 12px;
        text-align: center;
    }
}

.lp-mediaAsset-text {
    max-width: 655px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-text {
        font-size: calc(2.6rem + ((1vw - 0.767rem) * (1.97044)));
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-text {
        max-width: inherit;
        font-size: 2rem;
    }
}

.lp-mediaAsset-image {
    padding-right: 26px;
}

.lp-mediaAsset-image > img {
    max-width: 99px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-image {
        min-height: 0%;
        padding-right: 0;
    }
}

.lp-layout-grid {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: -25px 0 0 -30px;
}

.lp-layout-grid > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid {
        margin-left: calc(-1.5rem + ((1vw - 0.767rem) * (-7.38916)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid {
        flex-direction: column;
        margin-top: 0;
        margin-left: 0;
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 25px;
    padding-left: 30px;
}

@media screen and (max-width: 969px) {
    .lp-layout-grid > .lp-layout-grid-column {
        padding-left: calc(1.5rem + ((1vw - 0.767rem) * (7.38916)));
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-grid > .lp-layout-grid-column {
        flex-shrink: 0;
        margin-top: 0;
        margin-bottom: calc(2.2rem + ((1vw - 0.36rem) * (0.7371)));
        padding-left: 0;
    }
    .lp-layout-grid > .lp-layout-grid-column:last-child {
        margin-bottom: 0;
    }
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: calc(100% / 2 - 1px);
}

@media 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: calc(100% / 3 - 1px);
}

@media 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: calc(100% / 4 - 1px);
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-4 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column {
    width: calc(100% / 5 - 1px);
}

@media screen and (max-width: 767px) {
    .lp-layout-grid.of-column-5 > .lp-layout-grid-column {
        width: 100%;
    }
}

.lp-list {
    margin-bottom: 33px;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.3;
}

.lp-list > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 969px) {
    .lp-list {
        margin-bottom: 27px;
    }
}

.lp-list > li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 16px;
}

.lp-list > li::before {
    display: block;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #333;
    content: "";
}

.lp-figure > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .lp-figure {
        max-width: 470px;
        margin: 0 auto;
    }
}

.lp-figure-image {
    flex-shrink: 0;
    margin-bottom: 4px;
}

.lp-figure figcaption {
    font-size: 1rem;
    line-height: 1.3;
}

@keyframes fade_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.split-slider {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
}

.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 10px 4px rgba(0, 0, 0, 0.7);
    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/landing_page/ed_bz-x_slider/ed_bz-x_slider_slider_img_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/landing_page/ed_bz-x_slider/ed_bz-x_slider_slider_img_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/landing_page/ed_bz-x_slider/ed_bz-x_slider_slider_img_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/landing_page/ed_bz-x_slider/ed_bz-x_slider_slider_img_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;
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 969px) {
    .lp-smallScreen-show {
        display: block;
    }
}
