.banner {
    width: 100%;
}

.banner-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.banner-logo img {
    width: 100%;
    height: auto;
}

.banner-732 {
    padding-top: 80px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-732 {
        padding-top: 43px;
    }
}

.banner-622 {
    padding-top: 80px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-622 {
        padding-top: 43px;
    }
}

.banner-h1 {
    text-align: center;
    color: #FFF;
    margin-top: 18px;
    font-size: 38px;
    line-height: 40px;
}

.banner-h1.h1-black {
    color: #000;
}

@media screen and (min-width: 768px) {
    .banner-h1 {
        padding: 0 100px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-h1 {
        font-size: 26px;
        text-align: left;
        line-height: 1.2;
        margin-top: 38px;
    }
}

.banner-h2 {
    text-align: center;
    margin: 33px auto 17px;
    font-size: 26px;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 26px;
}

.banner-h2.h2-black {
    color: #000;
}

@media screen and (min-width: 768px) {
    .banner-h2 {
        padding: 0 120px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-h2 {
        text-align: left;
        font-size: 19px;
        font-weight: 100;
        margin: 25px auto 19px;
    }
}

.banner-p-no {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
}

.banner-p-no.p-black {
    color: #000;
}

@media screen and (min-width: 768px) {
    .banner-p-no {
        padding: 0 80px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-no {
        text-align: left;
        font-size: 14px;
    }
}

.banner-p-yes {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    margin-top: 42px;
}

.banner-p-yes.p-black {
    color: #000;
}

.banner-p-yes span {
    width: 545px;
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-yes span {
        width: 100%;
        padding-left: 10px;
        margin-bottom: 10px;
    }
}

.banner-p-yes span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    margin-top: -1.5px;
    height: 3px;
    background: #FFF;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-yes span::after {
        top: 10px;
    }
}

.banner-p-yes span:last-child {
    margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
    .banner-p-yes {
        padding: 0 80px;
        width: 100%;
        line-height: 1.5;
    }
}

@media screen and (min-width: 786px) {
    .banner-p-yes {
        width: 785px;
        padding: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-yes {
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        width: 100%;
    }
}

.banner-p-yes-language span {
    width: 720px;
}

.banner-p-yes-language-pt span {
    width: 680px;
}

.banner-p-yes-language-it span {
    width: 620px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-yes-language span {
        width: auto;
    }

    .banner-p-yes-language-pt span {
        width: auto;
    }

    .banner-p-yes-language-it span {
        width: auto;
    }
}

.banner-button {
    justify-content: center;
    margin-top: 46px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button {
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button a {
        width: 100%;
    }
}

.banner-button-android-img {
    background: url("../image/common/android_2.png") no-repeat;
    background-position: 12px 10px !important;
    padding-left: 25px;
    background-color: #06C668;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button-android-img {
        background-position: 80px 10px;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

.banner-button-ios-img {
    background: url("../image/common/ios_2.png") no-repeat;
    background-position: 12px 10px !important;
    padding-left: 25px;
    background-color: #06C668;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button-ios-img {
        background-position: 80px 10px;
        margin-right: 0;
        margin-bottom: 11px;
    }
}


.banner-button-btn {
    width: 160px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    cursor: pointer;
    transition: all 0.3s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .banner-button-btn {
        width: 100%;
        height: 44px;
        font-size: 17px;
    }
}

.banner-button-img {
    background: url("../image/common/mac.png") no-repeat;
    background-position: 15px 13px;
    padding-left: 25px;
    background-color: #06C668;;
    margin-right: 28px;
}

.banner-button-img:hover {
    background-color: #0ad482;
    transition: all 0.3s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button-img {
        background-position: 20px 10px;
        margin-right: 0;
        margin-bottom: 11px;
    }
}

.banner-shopping-img {
    background: url("../image/common/shopping.png") no-repeat;
    padding-left: 25px;
    background-position: 15px 11px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-shopping-img {
        background-position: 80px 10px;
        margin-right: 0;
        margin-bottom: 11px;
    }
}

.banner-shopping-img-es {
    background: url("../image/common/shopping.png") no-repeat;
    width: 200px;
!important;
    padding-left: 25px;
    background-position: 15px 11px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-shopping-img {
        background-position: 80px 10px;
        margin-right: 0;
        margin-bottom: 11px;
    }
}


.banner-button-win-img {
    background: url("../image/common/win.png") no-repeat;
    background-position: 15px 14px;
    padding-left: 25px;
    background-color: #06C668;;
    margin-right: 28px;
}

.banner-button-win-img:hover {
    background-color: #0ad482;
    transition: all 0.3s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button-win-img {
        margin-right: 0;
        background-position: 20px 10px;
        margin-bottom: 11px;
    }
}

.banner-button-win-img-fra {
    background-position: 25px 13px;
}

.banner-button-win-img-it {
    background-position: 10px 14px;
}

.banner-button-win-img-es {
    width: 200px !important;
    background-position: 20px 14px;
}

.banner-button-win-down-esx {
    background-position: 4px 10px;
}

.banner-button-win-down-es {

    background-position: 8px 13px;
}

.banner-button-win-img-pt {
    width: 200px !important;
    background-position: 30px 14px;
}

.banner-button-win-img-ptx {
    background-position: 20px 10px;
}

.banner-button-down-pt {
    background-position: 20px 14px;
}

.banner-button-win-img-jp {
    background-position: 8px 14px;
}

.banner-button-win-img-jpx {
    background-position: 5px 10px;
}

.banner-button-down-jp {
    background-position: 8px 14px;
}

.banner-button-win-img-de {
    background-position: 10px 14px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button-win-img-fra {
        background-position: 100px 12px;
    }

    .banner-button-win-img-en {
        background-position: 80px 13px;
    }

    .banner-button-win-img-jp {
        background-position: 80px 10px;
    }

    .banner-button-win-img-de {
        background-position: 80px 12px;
    }

    .banner-button-win-img-it {
        background-position: 80px 12px;
    }

    .banner-button-win-img-es {
        background-position: 80px 12px;
    }

    .banner-button-win-img-pt {
        background-position: 95px 12px;
    }

    .banner-button-down-en {
        width: 100%;
        background-position: 85px 12px;
    }

    .banner-button-down-de {
        width: 100%;
        background-position: 80px 12px;
    }

    .banner-button-down-fr {
        width: 100%;
        background-position: 95px 12px;
    }

    .banner-button-down-es {
        width: 100%;
        background-position: 75px 12px;
    }

    .banner-button-down-it {
        width: 100%;
        background-position: 75px 12px;
    }

    .banner-button-down-pt {
        width: 100%;
        background-position: 90px 12px;
    }

    .banner-button-down-jp {
        width: 100%;
        background-position: 75px 12px;
    }
}

.banner-button div {
    width: auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button div {
        width: 100%;
    }
}

.banner-button-color {
    background: #06C668;
    margin-right: 28px;
}

.banner-button-color:hover {
    background-color: #0ad482;
    transition: all 0.3s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-button-color {
        margin-right: 0;
        margin-bottom: 11px;
    }
}

.banner-button-border {
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.banner-button-border:hover {
    border-color: #fff;
    transition: all 0.3s;
}

.banner-button-border.button_black {
    border-color: #B1B1B1;
    color: #000;
}

.banner-button-border.button_black:hover {
    border-color: #000;
    transition: all 0.3s;
}

.banner-button-border.button_white {
    border-color: #b3b1ab;
    color: #fff;
}

.banner-button-border.button_white:hover {
    border-color: #fff;
    transition: all 0.3s;
}

.banner-p-version {
    font-size: 14px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
    margin-top: 15px;
}

.banner-p-version.p-black {
    color: #000;
}

.banner-p-version span {
    cursor: pointer;
    text-decoration: underline;
}

.banner-p-version a {
    color: #fff;
    text-decoration: underline !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-p-version {
        padding-right: 0;
        text-align: left;
        font-size: 12px;
        margin-top: 17px;
    }
}

.review-href-a {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 18px;
    text-decoration: underline;
}

.review-href-a.a-black {
    color: #000;
}

.review-href-a:hover {
    text-decoration: underline;
}

.notes-href-a {
    font-size: 14px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
    margin-top: 15px;
}

.notes-href-a.p-black {
    color: #000;
}

.notes-href-a span {
    cursor: pointer;
    text-decoration: underline;
}

.notes-href-a a {
    color: #fff;
    text-decoration: underline !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .notes-href-a {
        padding-right: 0;
        text-align: left;
        font-size: 12px;
        margin-top: 17px;
    }
}

.banner-href-a {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 30px;
    text-decoration: underline;
}

.banner-href-a.a-black {
    color: #000;
}

.banner-href-a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner-href-a {
        text-align: left;
        text-decoration: underline;
        font-size: 14px;
        margin-top: 32px;
    }
}

#banner-box {
    height: 531px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #banner-box {
        height: auto;
        min-height: 531px;
    }
}

#banner-box .banner-732 {
    padding-top: 82px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #banner-box .banner-732 {
        padding-top: 42px;
    }
}

#banner-box .banner-logo {
    width: 107px;
}

#banner-box .banner-h1 {
    margin-top: 65px;
    font-size: 28px;
    line-height: 28px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #banner-box .banner-h1 {
        font-size: 23px;
        line-height: 1.2;
        margin-top: 38px;
    }
}

#banner-box .banner-p-button {
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    color: #FFFFFF;
    line-height: 30px;
    margin: 20px auto 40px auto;

}

@media screen and (min-width: 1025px) {
    #banner-box .banner-p-button {
        /*width: 780px;*/
        padding: 0 20px;
    }
}

.banner-p-button-language {
    margin: 20px 20px !important;
}

#banner-box .banner-p-button.p-black {
    color: #000;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #banner-box .banner-p-button {
        font-size: 14px;
        text-align: left;
    }

    .banner-p-button-language {
        margin: 20px auto;
    }
}

#banner-box .banner-button {
    margin-top: 54px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #banner-box .banner-button {
        font-size: 14px;
        text-align: left;
        margin-top: 38px;
    }

}

.footer-banner .top-button {
    margin-top: 0px;
    justify-content: center;
    gap: 25px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer-banner .top-button {
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer-banner .top-button a {
        width: 100%;
    }
}


.top-button {
    justify-content: center;
    gap: 25px;
    margin-top: 46px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .top-button {
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .top-button a {
        width: 100%;
    }
}


.btn-icon.mac {
    background-image: url("../image/common/mac.png");
}

.btn-icon.shopping {
    background-image: url("../image/common/shopping.png");
}

.btn-icon.shopping_black {
    background-image: url("../image/common/shopping_black.png");
}

.btn-icon.windows {
    background-image: url("../image/common/win.png");
}

.btn-icon.android {
    background-image: url("../image/common/android_2.png");
    width: 24px !important;
    height: 24px !important;
}

.btn-icon.ios {
    background-image: url("../image/common/ios_2.png");
    width: 24px !important;
    height: 24px !important;
}

.down-button-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    background-color: #06C668;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.down-button-btn:hover {
    background-color: #0ad482;
}

.top-button-img .btn-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.top-button-img .btn-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    .down-button-btn {
        width: 100%;
        height: 44px;
        font-size: 17px;
    }
}

.shopping-button-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.shopping-button-btn:hover {
    border-color: #fff;
}

.shopping-button-btn.button_black {
    border-color: #B1B1B1;
    color: #000;
}

.shopping-button-btn.button_black:hover {
    border-color: #000;
    transition: all 0.3s;
}

.shopping-button-btn.button_white {
    border-color: #b3b1ab;
    color: #fff;
}

.shopping-button-btn.button_white:hover {
    border-color: #fff;
    transition: all 0.3s;
}

.shopping-button-btn .btn-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .shopping-button-btn {
        width: 100%;
        height: 44px;
        font-size: 17px;
        padding: 0 11px;
    }
}