#content.index {
    padding: 0;
    max-width: none;
    font-family: 'Poppins', sans-serif;
}

.flow-btn {
    position: fixed;
    top: 50%;
    right: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%)
}

.flow-btn a {
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    opacity: 0.7;
    border-radius: 100%;
    text-indent: -1000em;
}

.flow-btn a+a {
    margin-top: 1.4rem;
}

.flow-btn a+a.current,
.flow-btn a.current+a {
    margin-top: 1.7rem;
}

.flow-btn a.current {
    width: 1rem;
    height: 1rem;
    box-shadow: 0 0 0 0.3rem rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.flow-btn.fixed a {
    background: #fe6813
}

.flow-btn.fixed a.current {
    box-shadow: 0 0 0 0.3rem rgb(254 104 19 / 50%);
}

.index .cover {
    position: relative;
    background: url('../images/img-index-cover.png') no-repeat 50% 50%;
    background-size: cover;
}

.index .cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.index .cover .inner {
    position: relative;
    height: 100vh;
    max-height: 108rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.index .cover h1 {
    font-size: 5rem;
    line-height: 1.3;
}

.index .cover p {
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.3;
    margin: 3rem 0 6rem;
}

.index .cover small {
    display: block;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-top: 3rem;
}

.index .cover b {
    font-weight: 700;
}

.index .meet .inner {
    position: relative;
    margin-bottom: 24rem;
}

.index .meet .inner.introduce {
    margin-bottom: 0;
}

.index .meet .inner.introduce h2 {
    padding-bottom: 0;
}

.index img {
    vertical-align: top;
    max-width: 100%;
}

.index .meet .meet-header {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    margin-top: 4.2rem;
}

.index .download {
    white-space: nowrap
}

.index .meet .meet-header img {
    max-width: calc(100vw - 75rem);
}

.index .meet h3 {
    font-size: 3rem;
    font-weight: 600;
    padding-bottom: 3rem;
}

.index .meet ul:after {
    content: '';
    clear: both;
    display: block;
}

.index .meet li {
    float: left;
    clear: both;
    max-width: 39rem;
    text-align: center;
    color: #555;
    font-size: 2rem;
    margin-top: 6rem;
    width: 50%;
}

.index .meet li:nth-child(2n) {
    float: right;
    clear: right;
}

.index .meet li:nth-child(1),
.index .meet li:nth-child(2) {
    margin-top: 0;
}

.index .meet .ico {
    width: 9.8rem;
    height: 9.8rem;
    display: block;
    margin: 0 auto 1rem;
    background: #fe6813 no-repeat 50% 50%;
    border-radius: 100%;
    background-size: 4.8rem auto;
}

.index .withdrawal .thumbnail-etc {
    padding-bottom: 16rem;
    text-align: center;
}

.index .merchant {
    background: url('../images/img-index-merchant-bg.png') no-repeat 50% 50%;
    background-size: cover;
}

.index .merchant .introduce-text h2 {
    color: #fff;
}

.index .merchant .introduce .introduce-text p {
    color: rgba(255, 255, 255, 0.7);
}

.index .merchant .introduce .introduce-text p+p {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin: 3rem 0 4rem;
    line-height: 1.25;
}

.index .merchant .introduce .more {
    color: #fff;
    border-color: #fff;
    margin-top: 2rem;
}

.index .merchant .introduce .more:before {
    border-color: #fff;
}

.index .seller .introduce {
    flex-direction: row;
}

.index .merchant .introduce {
    flex-direction: row;
    padding-top: 10rem;
}

.index .withdrawal .introduce {
    flex-direction: row;
    padding-bottom: 2.5rem;
}

.index .introduce {
    padding: 13.5rem 3rem;
}

.index .introduce .introduce-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.index .introduce .introduce-text p {
    color: #555555;
    font-size: 2rem;
}

.index .introduce,
.introduce-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row-reverse;
}

.index .introduce h2 {
    font-size: 5rem;
    line-height: 1.2;
    padding-bottom: 4rem;
    color: #000;
}

.index .introduce h2 b {
    font-weight: 600;
}

.index .introduce h2 small {
    display: block;
    font-weight: 400;
    font-size: 3rem;
    padding-bottom: 1.5rem;
}

.index .partner h4,
.index .contact h4 {
    text-align: center;
    font-size: 5rem;
    padding-bottom: 5rem;
    color: #000;
}

.index .partner img {
    max-width: 100%;
}

.index .partner ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14rem;
}

.index .partner li+li {
    margin-left: 2rem;
}

.index .contact {
    padding-bottom: 14rem;
}

.index .contact ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
}

.index .contact li {
    background: no-repeat 50% 50%;
    background-size: cover;
    border-radius: 4rem;
}

.index .contact a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 6.5rem 4rem;
    box-sizing: border-box;
    flex-direction: column;
    height: 36rem;
    font-size: 2rem;
    text-align: center;
}

.index .contact b {
    padding-bottom: 1.5rem;
    font-size: 3.2rem;
    display: block;
    line-height: 1.2;
}

.index .contact .go {
    border: 1px solid #fff;
    line-height: 5.8rem;
    width: 100%;
    max-width: 32rem;
    border-radius: 3rem;
    position: relative;
}

.index .contact .go.arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 1rem;
    border: solid #fff;
    border-width: 0.15rem 0.15rem 0 0;
    border-radius: 0.1rem;
    transform: rotate(45deg);
    margin: -0.5rem -0.5rem 0 0;
    right: 3rem;
}

.index .contact .ico {
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    margin: -0.3rem 1rem 0 0;
    background: no-repeat 50% 50%;
    background-size: contain;
}

.index .notice {
    border-top: 1px solid #ccc;
    font-size: 2rem;
}

.index .notice .inner {
    display: grid;
    grid-template-columns: 11.5rem auto;
}

.index .notice h4 {
    display: flex;
    align-items: center;
}

.index .notice a {
    display: block;
    padding: 2.5rem 0;
}

.index .more {
    display: inline-flex;
    height: 3.8rem;
    border-radius: 2rem;
    padding: 0 4.6rem 0 2.6rem;
    font-weight: 600;
    color: #fe6813;
    border: 1px solid #fe6813;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 3rem;
    font-size: 1.8rem;
}

.index .more:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.6rem;
    border: solid #fe6813;
    border-width: 0 0.2rem 0.2rem 0;
    width: 0.8rem;
    height: 0.8rem;
    transform: rotate(-45deg);
    margin-top: -0.45rem;
}

.index .seller .more {
    margin-top: 4rem;
}

.index .seller .introduce-thumbnail img {
    margin-left: -3rem;
}

.index .seller .introduce-text {
    margin-left: 3rem;
}

.index .seller li {
    color: #555;
    padding-left: 11.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 8.4rem;
    line-height: 1.3;
}

.index .seller li+li {
    margin-top: 4rem;
}

.index .seller .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8.4rem;
    height: 8.4rem;
    border-radius: 100%;
    background: #0e6ef2 50% 50% no-repeat;
    margin-top: -4.2rem;
    background-size: 4.8rem auto;
}

.index .seller li b {
    display: block;
    font-size: 2.2rem;
    color: #000;
    padding-bottom: 0.5rem;
}

.index .ennovalabs {
    background: #f7faff;
    padding: 10rem 0 7.5rem;
    text-align: center;
}

.index .partner {
    padding-top: 9rem;
}

.index .ennovalabs .introduce {
    display: block;
    padding: 0;
}

.index .ennovalabs .introduce h2 {
    padding-bottom: 2rem;
    text-align: left;
    letter-spacing: -0.02em;
}

.index .ennovalabs li {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 2rem;
    text-align: left;
    position: relative;
}

.index .ennovalabs li+li {
    margin-top: 1.2rem;
}

.index .ennovalabs .num {
    position: absolute;
    top: 0;
    left: 0;
}

.index .ennovalabs .introduce p {
    font-weight: 600;
    font-size: 2.8rem;
}

.index .ennovalabs .more {
    width: 32rem;
    height: 6rem;
    font-size: 2rem;
    border-radius: 3rem;
}

.index .ennovalabs ol {
    padding: 5.5rem 0 3rem;
}

.index .ennovalabs .payment-method dt {
    font-weight: 600;
    color: #898989;
    font-size: 2.4rem;
    padding-top: 3rem;
}

.index .ennovalabs .payment-method p {
    font-weight: 600;
    font-size: 2rem;
    padding-top: 2.4rem;
}

.index .ennovalabs .payment-method p:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background: url('../images/ic-checkbox-green.png');
    width: 2.1rem;
    height: 2.1rem;
    margin: -0.2rem 1.2rem 0 0;
    background-size: contain;
}

.index .ennovalabs .payment-method b {
    font-weight: 700;
    font-size: 2.2rem;
    color: #fff;
    background: #0e6ef2;
    line-height: 3.5rem;
    border-radius: 1.8rem;
    padding: 0 2.4rem;
    position: relative;
    margin-left: 4.2rem;
    vertical-align: middle;
    display: inline-block;
}

.index .ennovalabs .payment-method img {
    vertical-align: middle;
    width: 29.6rem;
}

.index .ennovalabs .payment-method b:before,
.index .ennovalabs .payment-method b:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -3rem;
    background: #0e6ef2;
    width: 2.4rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -1.2rem;
}

.index .ennovalabs .payment-method b:after {
    transform: rotate(90deg)
}

.index .ennovalabs .inner {
    max-width: 114rem;
    margin-left: auto;
    margin-right: auto;
}

.index .ennovalabs .diagram {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 25.6rem;
    margin-top: 1.1rem;
    border-bottom: 0.2rem dashed #ccc;
    padding: 3.4rem 0;
}

.index .ennovalabs .diagram dt {
    position: absolute;
}

.index .ennovalabs .diagram dl {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.index .ennovalabs .diagram h5 {
    position: absolute;
    color: #4e5baf;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../images/img-index-ennovalabs-title.png') no-repeat;
    width: 21rem;
    height: 20.4rem;
    box-sizing: border-box;
    padding: 1.5rem 1.4rem 4.7rem 5.4rem;
    margin: 1.6rem 0 0 0;
    line-height: 1.3;
    font-size: 2.2rem;
    background-size: contain;
}

.index .ennovalabs .diagram h5:before {
    content: '';
    position: absolute;
    border: 0.5rem solid #8f9be6;
    border-radius: 100%;
    top: 1rem;
    left: 4.7rem;
    width: 14.4rem;
    height: 14.4rem;
}

.index .ennovalabs .diagram h5 small {
    display: block;
    font-weight: 500;
    font-size: 1.8rem;
}

.index .ennovalabs .diagram b {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}

.index .ennovalabs .diagram dd {
    box-shadow: -1rem 1rem 1.5rem rgb(0 0 0 / 20%), inset 6.7rem 0 0 #acacac;
    width: 18.3rem;
    height: 4.5rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    box-sizing: border-box;
    padding-left: 6.7rem;
    background: #fff;
    position: relative;
}

.index .ennovalabs .diagram .onoff dd {
    border-radius: 1.5rem;
    width: 27.5rem;
    height: 7rem;
    padding-left: 9.2rem;
    max-width: calc(50vw - 4rem);
}

.index .ennovalabs .diagram .onoff dt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
    color: #898989;
}

.index .ennovalabs .diagram .onoff .merchant {
    box-shadow: -1rem 1rem 1.5rem rgb(0 0 0 / 20%), inset 10.2rem 0 0 #0e6ef2;
}

.index .ennovalabs .diagram .onoff .merchant:before {
    background-image: url('../images/ic-shop.svg');
}

.index .ennovalabs .diagram .onoff .e-commerce:before {
    background-image: url('../images/ic-smartphone.svg');
}

.index .ennovalabs .diagram .bank:before {
    background-image: url('../images/ic-bank.svg');
}

.index .ennovalabs .diagram .card:before {
    background-image: url('../images/ic-creditcard.svg');
}

.index .ennovalabs .diagram .telco:before {
    background-image: url('../images/ic-telco.svg');
}

.index .ennovalabs .diagram .point:before {
    background-image: url('../images/ic-coin.svg');
}

.index .ennovalabs .diagram dd:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: no-repeat 50% 50%;
    background-size: 2.8rem auto;
    width: 5.2rem;
}

.index .ennovalabs .diagram .onoff dd:before {
    background-size: 4.8rem auto;
    width: 9.2rem;
}

.index .ennovalabs .diagram dd b:before {
    content: '';
    position: absolute;
    top: -0.65rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
}

.index .ennovalabs .diagram dd:after {
    content: '';
    position: absolute;
    top: 0;
    left: 4.7rem;
    border: solid transparent;
    border-right-color: #fff;
    border-width: 0 2rem 3.8rem 0;
}

.index .ennovalabs .diagram .onoff dd b:before {
    width: 1.5rem;
    height: 1.5rem;
    top: -2rem;
    left: 1rem;
}

.index .ennovalabs .diagram .onoff dd:after {
    left: 6.6rem;
    border-width: 0 4rem 6.5rem 0;
}

.index .ennovalabs .diagram .onoff .e-commerce {
    box-shadow: -1rem 1rem 1.5rem rgb(0 0 0 / 20%), inset 10.2rem 0 0 #fe6813;
}

.index .ennovalabs .diagram .merchant .line {
    left: 100%;
    transform: rotate(15deg);
    margin: 5rem 0 0 2rem;
}

.index .ennovalabs .diagram .e-commerce .line {
    left: 100%;
    transform: rotate(-15deg);
    margin: -5rem 0 0 2rem;
}

.index .ennovalabs .diagram .local .line {
    margin-right: 2rem;
    right: 100%;
    width: 23rem;
}

.index .ennovalabs .diagram .local {
    padding: 0.8rem 0;
}

.index .ennovalabs .diagram .local dt {
    background: #fff;
    border-radius: 100%;
    width: 7.2rem;
    height: 7rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-weight: 700;
    border: 0.2rem dashed #fe6813;
    color: #fe6813;
    padding-top: 0.2rem;
    right: 100%;
    margin-right: 11rem;
    z-index: 1;
    top: 3rem;
    font-size: 1.8rem;
}

.index .ennovalabs .diagram .bank .line {
    transform: rotate(-20deg);
    margin-top: 8rem;
    width: 23.7rem;
}

.index .ennovalabs .diagram .card .line {
    transform: rotate(-7deg);
    margin-top: 2.7rem;
}

.index .ennovalabs .diagram .telco .line {
    transform: rotate(7deg);
    margin-top: -2.7rem;
}

.index .ennovalabs .diagram .point .line {
    transform: rotate(20deg);
    margin-top: -8rem;
    width: 23.8rem;
}

.index .ennovalabs .diagram .line {
    position: absolute;
    width: 18rem;
    height: 1px;
    background: #7d7d7d;
}

.index .ennovalabs .diagram .line:before,
.index .ennovalabs .diagram .line:after {
    content: '';
    position: absolute;
    top: 50%;
    border: 0.4rem solid transparent;
    margin-top: -0.4rem;
}

.index .ennovalabs .diagram .line:before {
    border-right-color: #7d777d;
    right: 100%;
}

.index .ennovalabs .diagram .line:after {
    border-left-color: #7d777d;
    left: 100%;
}

@media screen and (max-width: 800px) {

    .index .introduce {
        display: block;
        padding: 4rem 3rem;
    }

    .index .seller .introduce-text {
        margin: 4rem 0 0 0;
    }

    .index .meet .meet-header {
        position: static;
        transform: none;
        max-width: 90%;
        margin: 0 auto 8rem;
    }

    .index .meet .meet-header img {
        max-width: 100%;
    }

    .index .ennovalabs .diagram {
        flex-direction: column;
        height: auto;
    }

    .index .ennovalabs .diagram h5 {
        margin-top: -2rem;
    }

    .index .ennovalabs .diagram dl {
        flex-direction: row;
    }

    .index .ennovalabs .diagram .onoff dt {
        top: 100%;
        transform: translateX(-50%);
        margin-top: 2rem;
    }

    .index .ennovalabs .diagram .onoff {
        margin-bottom: 33rem;
    }

    .index .ennovalabs .diagram .onoff dd {
        padding-left: 7rem;
        font-size: 2rem;
    }

    .index .ennovalabs .diagram .onoff dd:before {
        background-size: 3rem;
        width: 7.2rem;
    }

    .index .ennovalabs .diagram .onoff .merchant {
        box-shadow: -1rem 1rem 1.5rem rgb(0 0 0 / 20%), inset 8.2rem 0 0 #0e6ef2;
    }

    .index .ennovalabs .diagram .onoff .e-commerce {
        box-shadow: -1rem 1rem 1.5rem rgb(0 0 0 / 20%), inset 8.2rem 0 0 #fe6813;
    }

    .index .ennovalabs .diagram .onoff dd:after {
        left: 4.6rem;
    }

    .index .ennovalabs .diagram .line {
        width: 12rem;
    }

    .index .ennovalabs .diagram .merchant .line {
        left: 50%;
        top: 100%;
        margin: 27px 0 0 -4rem;
        transform: rotate(30deg);
    }

    .index .ennovalabs .diagram .e-commerce .line {
        left: 50%;
        top: 100%;
        margin: 27px 0 0 -9rem;
        transform: rotate(-30deg);
    }

    .index .ennovalabs .diagram .local dt {
        left: 20%;
        top: auto;
        bottom: 100%;
        margin: 0 0 2rem -3.6rem;
        z-index: 2;
    }

    .index .ennovalabs .diagram .local {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem
    }

    .index .ennovalabs .diagram .local dd {
        width: 100%
    }

    .index .ennovalabs .diagram .local .line {
        width: 12rem;
    }

    .index .ennovalabs .diagram .bank,
    .index .ennovalabs .diagram .card {
        z-index: 1;
    }

    .index .ennovalabs .diagram .bank .line {
        bottom: 100%;
        top: auto;
        margin: 0 0 6rem 0rem;
        right: auto;
        left: 17%;
        transform: rotate(-40deg);
    }

    .index .ennovalabs .diagram .card .line {
        bottom: 100%;
        top: auto;
        margin: 0 0 6rem 0rem;
        right: 17%;
        transform: rotate(40deg);
    }

    .index .ennovalabs .diagram .telco .line {
        bottom: 100%;
        top: auto;
        margin: 0 0 8rem -3rem;
        right: auto;
        left: 50%;
        transform: rotate(-65deg);
        width: 15rem;
    }

    .index .ennovalabs .diagram .point .line {
        bottom: 100%;
        top: auto;
        margin: 0 -3rem 8rem 0;
        right: 50%;
        transform: rotate(65deg);
        width: 15rem;
    }
}


@media screen and (max-width: 720px) {
    .index .flow-btn {
        display: none
    }

    .index .secure {
        padding-top: 4rem;
    }

    .index .download {
        display: flex;
    }

    .index .download a+a {
        margin-left: 2rem;
    }

    .index .ennovalabs ol {
        padding: 5.5rem 0 2rem;
    }

    .index .partner ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 4rem
    }

    .index .partner li+li {
        margin: 0;
    }

    .index .contact ul {
        display: block;
    }

    .index .contact li+li {
        margin-top: 3rem;
    }

    .index .contact a {
        padding: 5rem 2rem;
    }
}