body {
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
    height: auto;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

img {
    max-width: 100%;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
}

p,
span {
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 2.6;
}

header div.logo {
    width: 200px;
    margin: 16px 0 0 32px;
}


.pc-none {
    display: none;
}

.sp-none {
    display: block;
}


header div.logo img {}

header button.register-button {
    background-color: #6e55d1;
    border-radius: 30px 0 0 30px;
    padding: 10px;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    width: 320px;
    height: 80px;

}

button.register-button img {
    width: 70px;
    margin-right: 20px;
}

button.register-button a {
    text-decoration: none;
}

button.register-button span {
    font-size: 20px;
    display: block;
    color: #fff;

}

header button.register-button img.button-icon {}

main {}


@media (max-width: 768px) {

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    p,
    span {
        font-size: 14px;

    }

    header div.logo {
        width: 32%;
        margin: 16px 0 0 12px;
    }


    button.register-button img {
        width: 36px;
        margin-right: 15px;
        display: none;
    }

    button.register-button span {
        font-size: 14px;
    }

    header button.register-button {
        width: 186px;
        height: 50px;
    }




}

/*============================
#key-visual
============================*/
.key-visual {
    position: relative;
    overflow: hidden;
}

.key-visual_copy {
    position: absolute;
    width: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 13%;
    z-index: 50;
}

.key-visual_copy img {
    width: 100%;
}

.key-visual_phone {
    position: absolute;
    max-width: inherit;
    pointer-events: none;
    width: 118%;
    left: 42%;
    transform: translateX(-50%);
    top: 18%;
    z-index: 40;
}

.key-visual_phone img {
    width: 100%;
}


.keyv_space-effe {
    position: absolute;
    pointer-events: none;
    width: 97%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 8.5%;
    z-index: 50;
    animation-name: floatspace;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: running;
}


.keyv_space-effe img {
    pointer-events: none;
}

@keyframes floatspace {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

main section#key-visual.key-visual img.button-icon {}






@media (max-width: 768px) {

    .key-visual_copy {
        width: 90%;
        top: 26%;
    }


    .keyv_space-bg {
        width: auto;
        height: 100vh;
    }

    .keyv_space-bg img {
        height: 100%;
    }

    .key-visual_phone {
        left: 42%;
        top: 46%;
    }

    .keyv_space-effe {
        top: 15.5%;
        z-index: 0;
    }
}




/*============================
#key-description
============================*/
.key-description {
    margin-bottom: 250px;
    position: relative;
    top: 2px;
    z-index: -1;
    overflow-x: clip;
}

main section#key-description.key-description img {}

.key-desc_bgl,
.key-desc_bgr {
    width: 100%;
    position: absolute;

}

.key-desc_bgl {
    left: -5%;
    width: 40%;
    height: 70vw;
    top: -42%;
    background-image: url(../img/keydescr.png);
    background-size: cover;

}

.key-desc_bgr {
    right: -8%;
    width: 37%;
    top: -44%;
    height: 60vw;
    background-image: url(../img/keydescl.png);
    background-size: cover;

}

.key-desc_txt {
    width: 70%;
    margin: 0 auto;
}


@media (max-width: 768px) {
    .key-description {
        margin-bottom: 200px;
    }

    .key-desc_txt {
        width: 100%;
    }

    .key-desc_bgr {
        height: 95vw;
        opacity: 0.1;
        top: -48%;
    }

    .key-desc_bgl {
        left: -17%;
        width: 40%;
        height: 100vw;
        opacity: 0.1;
    }

}

/*============================
#service_platform
============================*/
main section#service_platform.service_platform {
    position: relative;
    aspect-ratio: 16/11;
    margin-bottom: 100px;
}

.key-pf_head {
    position: absolute;
    left: 58%;
    transform: translateX(-50%);
    width: 60%;
}

.key-pf_head-inner {
    display: flex;
    align-items: center;
}

.key-pf_head-inner>div img {
    transform: scale(-1, 1);
    width: 5vw;
    margin-right: 3vw;
}

.key-pf_head-inner p {
    font-size: 2.4vw;
    font-weight: bold;
    line-height: 2;
}

.key-pf_mock {
    position: absolute;
    bottom: 24%;
    left: 12%;
    width: 41%;
}

.fv-pv {
    width: 100%;
}


video#comBvideo {
    width: 100%;
    border-radius: 24px;
    border: solid 10px;
    box-sizing: border-box;
}




.key-pf_mob {
    position: absolute;
    right: 0;
    width: 10%;
    bottom: 0;
}


.key-pf_mob img {
    width: 100%;
}

.key-pf_text {
    position: absolute;
    width: 29%;
    right: 11%;
    top: 28%;
    border: #6e56d1 23px solid;
    /* color: #fff; */
    padding: 0% 1vw 0% 7vw;
    border-radius: 24px;
}


.key-pf_text p {
    font-size: 1.5vw;
}

main section#service_platform.service_platform img {}

.key-pf_mock {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    order: 2;
}

.key-pf_mob {
    position: absolute;
    right: 0;
    width: 10%;
    bottom: 40vw;

}





@media (max-width: 768px) {
    main section#service_platform.service_platform {
        display: flex;
        flex-wrap: wrap;
    }

    .key-desc_txt {
        width: 100%;
    }

    .key-pf_head {
        position: relative;
        left: 0;
        transform: translateX(0);
        width: 100%;
        margin: 0 auto 60px;
    }

    .key-pf_text {
        position: relative;
        width: 90%;
        right: 0;
        top: 0;
        margin: 0 auto 60px;
        padding: 0 4%;
        border-radius: 24px;
        box-sizing: border-box;
        border: #6e56d1 11px solid;
        order: 4;
    }

    .key-pf_mock {
        margin: 0 auto 60px;
    }

    .key-pf_mob {
        bottom: 6vw;
    }
}



/*============================
#service_visualart
============================*/
main section#service_visualart.service_visualart {
    margin-bottom: 180px;
    position: relative;
    padding-bottom: 60px;
}



.visualart-container {
    width: 80%;
    margin: 0 auto;
    background: #6E55D1;
    color: #fff;
    border-radius: 70px;

}

.visualart-inner {
    padding: 3%;
}

.visualart-inner p {
    margin-bottom: 40px;
}

.visualart-image {
    aspect-ratio: 16 / 7;
    width: 100%;
    background: #959596;
    margin: 0 auto;
    border-radius: 58px;
    margin-bottom: 50px;
    background-image: url(../img/visualar-img.jpg);
    background-position: left;
}

.visualart-head {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.visualart-head span {
    font-size: 22px;
    padding-left: 20px;

}

.visualart-head img {
    width: 5%;
}

.visual-art_mob {
    position: absolute;
    width: 16%;
    left: 0%;
    bottom: -24.5%;
    z-index: 60;
}

@media (max-width: 768px) {
    main section#service_visualart.service_visualart {
        padding-bottom: 0px;
    }


    .visualart-container {
        width: 100%;
        border-radius: 24px;
    }

    .visualart-image {
        border-radius: 24px;
        background-size: cover;
        margin-bottom: 20px;
    }

    .visualart-head {
        margin-bottom: 20px;
    }

    .visualart-head img {
        width: 15%;
    }

    .visualart-inner p {
        padding: 3%
    }

    .key-pf_head-inner {
        flex-direction: column;
    }

    .key-pf_head-inner p {
        text-align: center;
        font-size: 16px;
    }

    .key-pf_head-inner>div img {
        width: 10vw;
    }

    .key-pf_text p {
        font-size: 15px;
    }
}


/*============================
#service_flow
============================*/
.service_flow {
    background: #6E55D1;
    height: 100vh;
}





/*========================================================
========================================================
SLIDE
========================================================
========================================================*/



.side-scroll {
    height: 100vh;
    width: 100%;
}

.side-scroll-container {
    position: relative;
    align-items: center;
    display: flex;
    height: 120vh;
    flex-direction: column;
    margin-inline: auto;
    overflow: hidden;
    width: 100%;
}

.horizontal {
    width: 270vw;
    height: 120vh;
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    top: 7vw;
    padding-right: 15vw;
}

.side-scroll-list {
    display: flex;
    align-self: flex-start;
    padding: 0;
    margin: 0;
    width: 300vw;
    background-image: linear-gradient(90deg, rgba(27, 12, 41, 1), rgba(111, 86, 210, 1) 67%, rgba(146, 121, 245, 1));
}


.horizontal img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: 100vh;
    object-fit: contain;
}

.horizontalScroll {
    position: relative;
}

.horizontalScroll::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 130vh;
    background-image: url(../img/vaafter.svg);
    top: -13vw;
    background-repeat: no-repeat;
    z-index: 60;
    background-size: contain;
}


.dl-button {
    position: absolute;
    z-index: 60;
    bottom: 3vh;
    width: 30%;
    left: 5%;
}


.horizontalScroll::after {
    content: "";
    width: 100%;
    height: 200px;
    background-image: linear-gradient(90deg, rgba(27, 12, 41, 1), rgba(111, 86, 210, 1) 67%, rgba(146, 121, 245, 1));
}


@media (max-width: 768px) {
    .horizontal {
        width: auto;
    }

    .side-scroll-list {
        width: auto;
    }

    .horizontal img {
        width: auto;
        height: 100vh;
        max-width: none;
        /* max-height: 100vh; */
        object-fit: contain;
    }

    .dl-button {
        width: 70%;
    }
}

/*========================================================
========================================================

========================================================
========================================================*/






/*============================
#.service_badge
============================*/
.service_badge {
    height: auto;
}

.service-badge_head {
    width: 60%;
    margin-bottom: 100px;
    padding-top: 200px;
    position: relative;
}

.service-badge_head-eye {
    position: absolute;
    width: 5vw;
    left: -7vw;
    top: calc(200px + 2.6vw);
}

.service-badge_head p {
    font-size: 2vw;
}

.service-badge_desc {
    width: 70%;
}

.service_badge_container {
    position: relative;
    z-index: 80;
    overflow: hidden;
}

.service_badge_inner {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 150px;

}

.service-badge_sidetext {
    position: absolute;
    top: 100px;
    right: 5%;
    width: 2%;
}

.service-badge_sidetext img {
    width: 100%;
}

.ervice-badge_ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 120%;
    position: relative;
    left: -10%;
}

.ervice-badge_ul>li {
    width: 15%;
}

.ervice-badge_ul>li>img {
    width: 100%;
}

.service-badge_lasttext {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-bottom: 100px;

}

.service-badge_lasttext p {
    text-align: center;
    font-weight: 400;
    font-size: 2vw;
}

.service-badge_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .service-badge_head {
        width: 100%;
        padding-top: 80px;
        margin-bottom: 40px;
    }

    .service-badge_head-eye {
        position: relative;
        width: 11vw;
        left: 0;
        top: 0;
        right: 0;
        margin: 0 auto;
    }

    .service-badge_head p {
        font-size: 16px;
        font-weight: bold;
    }

    .service-badge_desc {
        width: 100%;
    }

    .service-badge_sidetext {
        display: none;
    }

    .service_badge_inner {
        margin-bottom: 60px;
    }

    .ervice-badge_ul {
        padding: 0;
    }

    .ervice-badge_ul>li {
        width: 20%;
    }

    .service-badge_lasttext p {
        font-size: 14px;
    }
}


/*============================
#.voice
============================*/

.voice_inner {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 150px;
    padding-top: 400px;
    position: relative;
    margin-top: 140px;
}

.voice::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 130vh;
    background-image: url(../img/Intersect.svg);
    top: -2px;
    background-repeat: no-repeat;
    z-index: 60;
    background-size: contain;
    height: 20vw;
}

.voice {
    background-color: rgba(110, 85, 209, 1);
    position: relative;
    border-radius: 0 0 70px 70px;
    padding-top: 30px;
}

.voice_head {
    width: 60%;
}

.voice_desc {
    width: 60%;
    margin-left: auto;
    margin-top: 120px;
    margin-bottom: 200px;
}

.voice_desc p {
    color: #fff;
    line-height: 2.6;
}


.voice_usersvoice-sidetext {
    position: absolute;
    top: 100px;
    right: 5%;
    width: 2%;
}

.voice_usersvoice-sidetext img {
    width: 100%;
}

.voiceflex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.voice-card {
    width: 40%;
}

.vcard2,
.vcard3,
.vcard4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.vcard2 {
    transform: rotate(10deg);
}

.vcard3 {
    transform: rotate(-13deg);
}

.vcard4 {
    transform: rotate(0deg);
}

.usersvoice-head {
    width: 50%;
}

.usersvoice-head img:first-child {
    width: 40%;
    margin-bottom: 20px;
}

.voice-arrow {
    position: absolute;
    bottom: 35vw;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
}


@media (max-width: 768px) {
    .voice {
        border-radius: 0 0 24px 24px;
    }

    .voice_inner {
        padding-top: 100px;
        padding-bottom: 80px;
        margin-top: 0px;
    }

    .voice_head {
        width: 100%;
    }

    .voice_desc {
        width: 100%;
        margin-left: auto;
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .voice_desc p {
        font-size: 12px;
        letter-spacing: 1.4px;
        text-align: justify;
    }
}




.ctoa-down {
    position: relative;
}

.ctoa-down-bg {
    width: 100%;
}



.cta-down-head {
    position: absolute;
    left: 50%;
    width: 25%;
    top: 20%;
    transform: translate(-50%, -50%);
}

.cta-button {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.cta-text {
    color: #fff;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    /* width: 100%; */
    margin: 0 auto;
    display: inline-block;
    font-weight: 700;
}

@media (max-width: 768px) {
    .cta-down-head {
        width: 50%;
    }

    .cta-text {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .cta-button {
        width: 72%;
        position: relative;
        top: -36px;
        transform: translate(0, 0);
        left: 0;
        margin: 0 auto;
    }
}

/*////////////////////////////////////////////
              Partner
*/
#partner.partner {}

.partner_inner {
    margin-bottom: 180px;
    position: relative;
    padding-bottom: 60px;
}

.partner_head {
    width: 60%;
    margin: 0 auto 100px;
    padding-top: 200px;
}

.partner_head p {
    font-size: 2.4vw;
    font-weight: bold;
}

.partner_desc {
    width: 70%;
    margin: 0 auto 100px;
}

.partner_desc p {
    line-height: 2.4;
    text-align: center;
}

.partner_map {
    width: 80%;
    margin: 0 auto 100px;

    border-radius: 70px;
}

.partner_desc-under {
    width: 70%;
    margin: 0 auto 100px;
}

.partner-button {
    width: 40%;
    margin: 0 auto 100px;
}

@media (max-width: 768px) {
    .partner_head {
        width: 90%;
        margin: 0 auto 40px;
        padding-top: 80px;
    }

    .partner_head p {
        text-align: center;
        font-size: 16px;
    }

    .partner_inner {
        padding: 0;
        margin-bottom: 0;
    }

    .partner_desc {
        margin: 0 auto 40px;
        width: calc(100% - 40px);

    }

    .partner_desc-under {
        margin: 0 auto 40px;
        width: calc(100% - 40px);

    }

    .partner_desc p {
        text-align: justify;
    }

    .partner_map {
        margin: 0 auto 40px;
    }

    .partner-button {
        width: 80%;
    }
}


/*////////////////////////////////////////////
              Q&A spot
*/

#qaspot {}

.qaspot {
    background-color: rgba(110, 85, 209, 1);
    position: relative;
    border-radius: 70px 70px 0 0;
    padding-top: 30px;
}

.qaspot::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 130vh;
    background-image: url(../img/Intersect.svg);
    background-repeat: no-repeat;
    z-index: 60;
    background-size: contain;
    height: 20vw;
    bottom: -2px;
    transform: rotate(180deg) scaleX(-1);
}

.qaspot_container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15vw;
}

.qaspot_inner {
    width: 50%;
    margin-bottom: 180px;
    position: relative;
    padding-bottom: 60px;
}

.qaspot_question {
    width: calc(100% - 100px);
    margin: 0 0 0 100px;
    padding-top: 200px;
}

.qaspot_answer-head {
    width: calc(100% - 100px);
    margin: 0 0 0 100px;
    padding-top: 200px;
}

.qaspot_answer-desc {
    width: calc(100% - 250px);
    margin: 0 0 0 100px;
    padding: 100px 0 0 150px;

}

.qaspot_answer-desc p {
    color: #fff;
}

.qaspot_image {
    width: calc(40% - 100px);
    margin: 0 100px 0 0;
    padding-top: 340px;
}

@media (max-width: 768px) {
    .qaspot {
        border-radius: 24px 24px 0 0;
    }

    .qaspot_container {
        flex-wrap: wrap;
    }

    .qaspot_inner {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .qaspot_question {
        margin: 0 auto;
        width: calc(100% - 40px);
        padding-top: 40px;
    }

    .qaspot_answer {
        width: 100%;
    }


    .qaspot_answer-desc {
        width: calc(94% - 100px);
        margin: 0 0 0 100px;
        padding: 20px 5% 0 0;
    }

    .qaspot_answer-desc p {
        letter-spacing: 1px;
    }

    .qaspot_answer-head {
        width: calc(100% - 40px);
        margin: 0 0 0 auto;
        padding-top: 40px;
    }

    .qaspot_image {
        width: 90%;
        margin: 0 auto;
        padding-top: 40px;
    }
}



/*////////////////////////////////////////////
              UP DATE
*/
#update.update {}

.update_container {}

.update_head {
    width: 70%;
    margin: 0 auto 100px;
}

.update_inner {
    margin-bottom: 100px;
}

.update_content {
    position: relative;
    width: calc(60% - 100px);
    margin: 0 0 0 100px;
    padding-top: 200px;
}

.update_content:nth-child(2) {
    margin: 0 100px 0 0;
    margin-left: auto;
}

.update_content-head {
    width: 100%;
    margin-bottom: 50px;
}

.update_content-img {
    margin: 0 auto 50px;
    width: 68%;
}

.update_content-img img {
    border-radius: 24px;
}

.update_content-text {
    margin-left: 8.2vw;
}

.update_content-text p {
    font-size: 1.3vw;
    line-height: 2.6;
}

.update_content-text p span {
    display: block;
}

.update-content-bg {
    position: absolute;
    width: 80%;
    right: calc(-73%);
    top: 14vw;
}

.update-content-bg2 {
    position: absolute;
    width: 40%;
    left: calc(-73%);
    top: 14vw;
}

.update-content-bg2-aarow {
    position: absolute;
    width: 80%;
    left: calc(-74%);
    bottom: -25vw;
}

.update-content-bg3 {
    position: absolute;
    width: 30%;
    right: calc(-47%);
    top: 14vw;
}

@media (max-width: 768px) {
    .update_head {
        width: 90%;
    }

    .update_content {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
        overflow: hidden;
    }

    .update_content-head {
        margin-bottom: 20px;
    }

    .update_content-img {
        margin: 0 auto 20px;
    }

    .update_content-text {
        margin-left: 0;
        margin: 0 auto 60px;
        width: calc(100% - 40px);
    }

    .update_content img {
        padding: 0;
        margin: 0 auto;
        width: calc(100% - 20px);
        display: block;
    }

    .update-content-bg {
        display: none;
    }


    .update_content-text p {
        font-size: 14px;
        letter-spacing: 2px;
        text-align: justify;

    }

    .update_content-text p span {
        font-size: 12px;
    }
}


/*////////////////////////////////////////////
              footer
*/

.footer {
    background-image: url('../img/spacebg.png');
    background-size: auto;
    background-position: 0;
    background-repeat: no-repeat;

    width: 100%;
    height: auto;
    padding: 20px 0;
    aspect-ratio: 16 / 4;
}

.container.footer-row {
    margin: 2.5vw auto 40px auto;
    width: calc(100% - 200px);
}

.footer-app-name {
    width: 27%;
    margin: 50px 0 0 0;
}

.logowhite-image {}

.footer-text {
    color: #ffffff;
    margin: 0;
    line-height: 2.6;
    font-weight: 400;
}

.footer-row_flex.container {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.footer-row_flex.container a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
}

.footer-link {}

footer hr {
    width: calc(100% - 200px);
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .footer-app-name {
        width: 50%;
        margin: 50px auto 0;
    }

    .footer-text {
        text-align: center;

        font-size: 14px;
    }

    .container.footer-row {
        width: calc(100% - 40px);
    }

    footer hr {
        width: calc(100% - 40px);
    }

    .footer-row_flex.container {
        width: calc(100% - 40px);
    }
}




/*_________///////////////////
            RESPONSIIVE
*/
body {
    margin: 0;
}




/*_________///////////////////
            QRdown
*/

.qrdown_inner {
    background-image: url(../img/spacebg.png);
    background-size: auto;
    background-position: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 20px 0;
    aspect-ratio: 16 / 4;
}

.qrdown_inner {

    position: relative;
    padding-bottom: 60px;
}

.qrdown_inner p {
    color: #fff;
}

.qrdown_head {
    width: 60%;
    margin: 0 auto 100px;
    padding-top: 200px;
}

.qrdown_head p {
    font-size: 3vw;
    text-align: center;
    font-weight: 600;
}

.qrdown_desc {
    width: 60%;
    margin: 0 auto 100px;
}




.qrdown-button {
    width: 40%;
    margin: 0 auto 100px;
}

.qrfooter {
    background-color: #6E55D1;
    background-image: none;
}

.qrdown_map {
    width: fit-content;
    margin: 0 auto 100px;
    border-radius: 70px;
}

.qrdown_map-inner {
    background-color: #fff;
    border-radius: 24px;
}

@media (max-width: 768px) {
    .qrdown_head p {
        font-size: 20px;
    }

    .qrdown_head {
        width: 100%;
    }

    .qrdown_desc {
        width: 90%;
    }
}










.side-scroll-container {
    touch-action: pan-y;
}






@media (max-width: 768px) {
    .horizontalScroll {
        /* 位置を相対的に変更 */
        position: relative;
    }

}





.fotterdl-button {
    position: fixed;
    bottom: 0;
    width: calc(95% - 20px);
    margin: 0 auto;
    height: auto;
    background-color: #6E55D1;
    border-radius: 24px 24px 0 0;
    text-align: center;
    right: 0;
    left: 0;

    z-index: 99;
}

.fotterdl-button a {
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    display: block;
}