.section {
    position: relative;
    color: #000;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}

.big-img {
    width: 100%;
}

#W10E div, #W10E ul, #W10E li, #W10E h3, #W10E h4, #W10E p {
    margin: 0;
    padding: 0;
    font-style: normal;
}

#W10E ul, #W10E li {
    list-style: none;
}

#W10E img {
    border: 0;
    vertical-align: middle;
}

#W10E {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    color: #000000;
    font-family: 'myriadsetpro-thinthin', Arial;
}

#W10E .type-area {
    width: 1200px;
    margin: 0 auto;
}

#W10E .font-36 {
    font-size: 1.875vw;
}

#W10E .gradient-span {
    background: -webkit-gradient(linear, left top, right top, from(#8B2CF8), to(#F8631F));
    background: -o-linear-gradient(left, #8B2CF8, #F8631F);
    background: linear-gradient(90deg, #8B2CF8, #F8631F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

#W10E .common-title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#W10E .common-title p {
    line-height: 1.2;
}

#W10E .common-title .p1 {
    font-size: 1.875vw;
    font-weight: bold;
}

#W10E .common-title .p2 {
    font-size: 3.125vw;
    margin-bottom: 1.3020833333vw;
}

#W10E .common-title .p3 {
    font-size: 1.875vw;
}

#W10E .img-box {
    margin: 0 auto;
}

#W10E .img-100p {
    width: 100%;
}

#W10E .type-area {
    width: 73%;
    margin: 0 auto;
}

#W10E .sect {
    width: 100%;
    position: relative;
}

#W10E .bv-pc {
    display: inline-block;
}

#W10E .bv-phone {
    display: none;
}

#W10E .bv-init {
    display: inherit;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transform: translate3d(0, 150px, 0) scale(0.6);
    transform: translate3d(0, 150px, 0) scale(0.6);
}

#W10E .delay-1 {
    transition-delay: .5s;
}

#W10E .delay-3 {
    transition-delay: .7s;
}

#W10E .bv-transform-move {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#W10E .bv-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#W10E .sect1 .txt-box {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

#W10E .sect1 .txt-box p {
    line-height: 1.1;
    text-align: center;
}

#W10E .sect1 .txt-box .p1 {
    font-size: 4.9479166667vw;
}

#W10E .sect1 .txt-box .p2 {
    font-weight: bold;
    margin-top: 1.5625vw;
    font-size: 2.5vw;
}

#W10E .sect2 {
    padding-top: 5.2083333333vw;
}

#W10E .sect2 .common-title {
    margin-bottom: 3.6458333333vw;
}

#W10E .sect3 .common-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6%;
}

#W10E .sect3 .common-title .p1, #W10E .sect3 .common-title .p3 {
    color: #fff;
}

#W10E .sect4 .common-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6%;
}

#W10E .sect5 {
    padding-top: 6.25vw;
    padding-bottom: 7.8125vw;
}

#W10E .sect5 .sect5-box {
    width: 75%;
    margin: 0 auto;
}

#W10E .sect5 .sect5-item {
    display: flex;
    align-items: center;
    margin-bottom: 2.6041666667vw;
}

#W10E .sect5 .sect5-item .left {
    width: 50%;
}

#W10E .sect5 .sect5-item .left img {
    width: 100%;
}

#W10E .sect5 .sect5-item .right {
    width: 45%;
    padding: 30px;
}

#W10E .sect5 .p1 {
    font-size: 1.25vw;
}

#W10E .sect5 .p2 {
    font-size: 1.875vw;
    font-weight: 700;
}

#W10E .sect6 .sect6-box {
    position: absolute;
    bottom: 0;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    left: 50%;
    transform: translate(-50%, 25%);
    padding: 4.1666666667vw 0;
    z-index: 1;
}

#W10E .sect6 .sect6-box .common-title {
    text-align: left;
    width: 100%;
    margin: unset;
}

#W10E .sect6 .sect6-box .left {
    width: 50%;
}

#W10E .sect6 .sect6-box .left .gradient-span {
    background: -webkit-gradient(linear, left top, right top, from(#DF6A13), to(#FB5B3B));
    background: -o-linear-gradient(left, #DF6A13, #FB5B3B);
    background: linear-gradient(90deg, #DF6A13, #FB5B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

#W10E .sect6 .sect6-box .right {
    width: 30%;
    margin-left: 5.2083333333vw;
}

#W10E .sect7 {
    padding-top: 13.0208333333vw;
    background: #000;
}

#W10E .sect7 p {
    color: #fff;
}

#W10E .sect7 .sect7-box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}

#W10E .sect7 .sect7-box .p2 span {
    background: -webkit-gradient(linear, left top, right top, from(#DF6A13), to(#FB5B3B));
    background: -o-linear-gradient(left, #DF6A13, #FB5B3B);
    background: linear-gradient(90deg, #DF6A13, #FB5B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

#W10E .sect7 .sect7-title {
    font-size: 2.5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7.8125vw;
}

#W10E .sect7 .common-title {
    text-align: left;
}

#W10E .sect8 {
    padding-top: 8.3333333333vw;
}

#W10E .sect8 .sect8-box {
    width: 70%;
    margin: 0 auto;
}

#W10E .sect8 .common-title {
    width: 100%;
    margin-bottom: 6.25vw;
}

#W10E .sect8 .common-title span {
    background: -webkit-gradient(linear, left top, right top, from(#DF6A13), to(#FB5B3B));
    background: -o-linear-gradient(left, #DF6A13, #FB5B3B);
    background: linear-gradient(90deg, #DF6A13, #FB5B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

#W10E .sect8 .sect8-item {
    width: 30%;
    position: relative;
}

#W10E .sect8 .sect8-item p {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    white-space: nowrap;
}

#W10E .sect9 {
    padding: 5.2083333333vw 0;
}

#W10E .sect9 .sect9-box {
    width: 75%;
    margin: 0 auto;
}

#W10E .sect9 .sect9-box .img-item {
    width: 24%;
    margin: 0 25px;
}

#W10E .sect9 .sect9-box .img-item img {
    width: 100%;
}

#W10E .sect9 .sect9-box .img-item p {
    font-size: 24px;
    text-align: center;
    height: 30px;
}

#W10E .sect10 {
    padding: 6.25vw 0;
    background: #fff4ea;
}

#W10E .sect10 .sect10-box {
    width: 90%;
    margin: 0 auto;
}

#W10E .sect10 .sect10-box .common-title {
    width: 90%;
}

#W10E .sect10 .sect10-box .sect10-list {
    display: flex;
    justify-content: center;
    margin-bottom: 4.9479166667vw;
}

#W10E .sect10 .sect10-box .sect10-list .p3 {
    font-size: 1.4583333333vw;
    font-weight: 600;
}

#W10E .sect10 .sect10-box .sect10-list .p4 {
    font-size: 1.1458333333vw;
}

#W10E .sect10 .sect10-box .sect10-item {
    background: #fff;
    margin: 20px;
    height: 15.1041666667vw;
    width: 34.375vw;
    justify-content: flex-start;
}

#W10E .sect10 .sect10-box .sect10-list-2 .sect10-item {
    justify-content: flex-end;
}

#W10E .sect10 .sect10-box .sect10-list-2 .sect10-item .left {
    margin-left: 2.6041666667vw;
    margin-right: unset;
}

#W10E .sect10 .sect10-box .sect10-list-2 .sect10-item .left img {
    right: -20px;
    left: unset;
}

#W10E .sect10 .sect10-box .sect10-list-2 .sect10-item .right {
    padding-left: 20px;
    padding-right: unset;
}

#W10E .sect10 .sect10-box .left {
    width: 45%;
    height: 100%;
    position: relative;
    margin-right: 2.6041666667vw;
}

#W10E .sect10 .sect10-box .left img {
    position: absolute;
    left: -20px;
    width: 110%;
    top: 50%;
    transform: translateY(-50%);
}

#W10E .sect10 .sect10-box .right {
    width: 53%;
    padding-right: 20px;
}

#W10E .sect11-12 .common-title {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

#W10E .sect11-12 .common-title span {
    background: -webkit-gradient(linear, left top, right top, from(#DF6A13), to(#FB5B3B));
    background: -o-linear-gradient(left, #DF6A13, #FB5B3B);
    background: linear-gradient(90deg, #DF6A13, #FB5B3B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

#W10E .sect12 .common-title span {
    background: -webkit-gradient(linear, left top, right top, from(#967CD9), to(#5ABEE2));
    background: -o-linear-gradient(left, #967CD9, #5ABEE2);
    background: linear-gradient(90deg, #967CD9, #5ABEE2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

#W10E .sect13 {
    padding: 5.2083333333vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#W10E .sect13 .sect13-box {
    width: 75%;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#W10E .sect13 .sect13-box img {
    width: 49%;
}

#W10E .sect14 {
    padding: 7.8125vw 0;
    text-align: center;
}

#W10E .sect14 img {
    width: 60%;
}

#W10E .sect15 {
    padding-bottom: 7.8125vw;
}

#W10E .sect15 .sect15-box {
    width: 73%;
    margin: 0 auto;
}

#W10E .sect15 .sect15-box .param-box {
    padding-top: 5.2083333333vw;
}

#W10E .sect15 .sect15-box .param-box .param-item {
    display: flex;
    justify-content: flex-start;
}

#W10E .sect15 .sect15-box .param-box .param-item .value {
    text-align: left;
    margin-left: 1.875vw;
}

#W10E .sect15 .sect15-box .value:nth-child(1) {
    width: 30%;
}

#W10E .sect15 .sect15-box .value:nth-child(2) {
    width: 50%;
}

#W10E .sect15 .sect15-box .param-item:nth-child(odd) {
    background: #eee;
    padding: 10px 0;
}

#W10E .sect15 .sect15-box .param-item:nth-child(even) {
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 1201px) and (min-width: 200px) {
    #W10E .main-order {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: center;
        align-items: center;
    }

    #W10E .main-order .my-order-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    #W10E .main-order .my-order-1 {
        margin-left: unset;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    #W10E .bv-pc {
        display: none;
    }

    #W10E .bv-phone {
        display: block;
    }

    #W10E .type-area {
        width: 95%;
        box-sizing: border-box;
    }

    #W10E .bv-font-title {
        font-size: 6.9333333333vw;
    }

    #W10E .font-28 {
        font-size: 3.7333333333vw;
    }

    #W10E .common-title {
        text-align: center;
        width: 95%;
    }

    #W10E .common-title .p1 {
        font-size: 4.8vw;
    }

    #W10E .common-title .p2 {
        font-size: 6.4vw;
    }

    #W10E .common-title .p3 {
        font-size: 4vw;
    }

    #W10E .sect1 .txt-box {
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }

    #W10E .sect1 .txt-box .p2 {
        font-size: 5.6vw;
    }

    #W10E .sect1 .txt-box img {
        width: 80%;
    }

    #W10E .sect2 .common-title {
        position: relative;
        transform: unset;
        left: unset;
        z-index: 1;
    }

    #W10E .sect5 .sect5-box {
        width: 100%;
    }

    #W10E .sect5 .sect5-item .left, #W10E .sect5 .sect5-item .right {
        width: 100%;
    }

    #W10E .sect5 .sect5-item-2, #W10E .sect5 .sect5-item-4 {
        display: unset;
    }

    #W10E .sect5 .p1 {
        font-size: 3.2vw;
    }

    #W10E .sect5 .p2 {
        font-size: 4vw;
    }

    #W10E .sect6 {
        padding-top: 6.6666666667vw;
    }

    #W10E .sect6 .big-img {
        display: none;
    }

    #W10E .sect6 .sect6-box {
        position: unset;
        transform: unset;
        width: 100%;
        display: unset;
    }

    #W10E .sect6 .sect6-box .left {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    #W10E .sect6 .sect6-box .right {
        width: 80%;
        margin: 20px auto;
    }

    #W10E .sect7 .sect7-box {
        top: 5%;
    }

    #W10E .sect7 .sect7-box .sect7-title {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    #W10E .sect8 .sect8-box {
        width: 95%;
    }

    #W10E .sect8 .sect8-list {
        width: 100%;
    }

    #W10E .sect8 .sect8-item {
        width: 33%;
    }

    #W10E .sect9 .sect9-box {
        width: 98%;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #W10E .sect9 .sect9-box .img-item {
        width: 45%;
        margin: unset;
        text-align: center;
        padding-bottom: 20px;
    }

    #W10E .sect9 .sect9-box .img-item img {
        width: 60%;
    }

    #W10E .sect9 .sect9-box .img-item p {
        height: unset;
        font-size: 3.7333333333vw;
    }

    #W10E .sect10 .sect10-box {
        width: 95%;
    }

    #W10E .sect10 .sect10-box .sect10-list {
        display: unset;
    }

    #W10E .sect10 .sect10-box .sect10-list .sect10-item {
        width: 90%;
        height: 200px;
        margin: 20px auto;
    }

    #W10E .sect10 .sect10-box .sect10-list .sect10-item .left, #W10E .sect10 .sect10-box .sect10-list .sect10-item .right {
        box-sizing: border-box;
    }

    #W10E .sect10 .sect10-box .sect10-list .p3 {
        font-size: 4vw;
    }

    #W10E .sect10 .sect10-box .sect10-list .p4 {
        font-size: 3.2vw;
    }

    #W10E .sect13 .sect13-box {
        width: 100%;
    }

    #W10E .sect14 img {
        width: 90%;
    }

    #W10E .sect15 .sect15-box {
        width: 90%;
    }

    #W10E .sect15 .sect15-box .value {
        font-size: 4vw;
    }
}