.main {
    background-color: #F2F2F2;
}

.mv {
    height: 56.25vw;
}

@media (max-width: 599px) {

.mv {
        height: 178vw
}
    }

.top-box {
    border-radius: 4.375vw;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    padding: 5.625vw 0;
    border: 1px solid #fff;
}

@media (max-width: 599px) {

.top-box {
        padding: 12vw 0;
        border-radius: 30px
}
    }

.top-content {
    position: relative;
}

.top-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("/images/home/top_object_back.png");
    background-size: 100%;
    background-position: left 0 top 15vw;
}

@media (max-width: 599px) {

.top-content-bg {
        background-image: url("/images/home/sp/top_object_back.png")
}
    }

.top-content-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: url("/images/home/top_object_front.png");
    background-size: 100%;
    background-position: left 0 top 8vw;
    pointer-events: none;
}

@media (max-width: 599px) {

.top-content-front {
        background-image: url("/images/home/sp/top_object_front.png")
}
    }

.wrapper {
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 599px) {

.wrapper {
        width: 90%
}
    }

.about-text {
    width: 51.5%;
    margin: 4.5% auto;
}

@media (max-width: 599px) {

.about-text {
        width: 90%;
        margin: 9vw auto
}
    }

.about .common-link {
        margin: 0 auto;
    }

.product {
    margin-top: 6%;
}

@media (max-width: 599px) {

.product {
        margin-top: 13%
}
    }

.product-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 599px) {

.product-body {
        width: 86%;
        margin-left: 8%;
        margin-top: 13vw
}
    }

.product-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4.25vw;
    padding-left: 3.375vw;
    color: #212331;
}

@media (max-width: 599px) {

.product-card {
        padding-top: 9vw;
        padding-left: 9.6vw;
        padding-right: 9.6vw
}
    }

.product-card-title {
    font-size: 3.125vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.5vw;
}

@media (max-width: 599px) {

.product-card-title {
        font-size: 8vw;
        margin-top: 10px;
        line-height: 1.2;
        white-space: nowrap
}
    }

.product-card-text {
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.7;
    margin-top: 2.8125vw;
}

@media (max-width: 599px) {

.product-card-text {
        font-size: 13px;
        margin-top: 18px
}
    }

.product-card-link {
    margin-top: 3.125vw;
}

@media (max-width: 599px) {

.product-card-link {
        margin-top: 20px
}
    }

.product-card1 {
    width: 52%;
    position: relative;
}

@media (max-width: 599px) {

.product-card1 {
        width: 100%
}
    }

.product-card1 .product-card {
        left: 2.5%;
        margin-top: 8.5%;
    }

@media (max-width: 599px) {

.product-card1 .product-card {
            left: 0;
            margin-top: 0
    }
        }

.product-card1 .product-card-title {
        color: #F44F28;
    }

.sp-product-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sp-product1-item1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 32vw;
    margin-top: -12%;
}

.sp-product1-item2 {
    position: absolute;
    bottom: -12vw;
    left: -2vw;
    width: 83vw;
}

.product-card2 {
    width: 47.5%;
    margin-left: 0.5%;
    margin-top: 18%;
    position: relative;
}

@media (max-width: 599px) {

.product-card2 {
        width: 100%;
        margin-left: 0;
        margin-top: 22%
}
    }

.product-card2 .product-card-title {
        color: #20C8FF;
    }

.sp-product2-item1 {
    position: absolute;
    bottom: 4vw;
    right: -3vw;
    width: 50vw;
}

.product-card3 {
    width: 60%;
    position: relative;
}

@media (max-width: 599px) {

.product-card3 {
        width: 100%;
        margin-top: 10%
}
    }

.product-card3 .product-card-title {
        color: #FF53B4;
    }

.sp-product3-item1 {
    position: absolute;
    bottom: -4vw;
    left: 20vw;
    width: 36vw;
}

.product-card-title-text {
    font-size: 1vw;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 599px) {

.product-card-title-text {
        font-size: 14px
}
    }

.product-card-text1 {
    display: flex;
    align-items: center;
    font-size: 0.875vw;
    gap: 5px;
    margin-top: 0.5vw;
}

@media (max-width: 599px) {

.product-card-text1 {
        flex-direction: column;
        align-items: flex-start;
        font-size: 13px;
        margin-top: 10px;
        line-height: 1.4
}
    }

.product-card-text1 div {
        font-weight: 600;
    }

.product-card-text1 span {
        font-weight: 600;
        background-color: #FF53B4;
        color: #fff;
        padding: 1px 0.875vw;
        border-radius: 100px;
    }

@media (max-width: 599px) {

.product-card-text1 span {
            padding: 2px 20px
    }
        }

.media {
    margin-top: 5.3125vw;
    border-radius: 4.375vw 4.375vw 0 0;
    background-color: #fff;
    padding: 5.625vw 0 5vw;
    position: relative;
    z-index: 1;
}

@media (max-width: 599px) {

.media {
        border-radius: 30px 30px 0 0;
        margin-top: 45px;
        padding: 50px 0 80px
}
    }

.media-items {
    margin-top: 3.75vw;
    overflow: hidden;
}

@media (max-width: 599px) {

.media-items {
        margin-top: 20px
}
    }

@keyframes logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.media-road {
    width: 167.625vw;
    height: 12.5vw;
    display: flex;
    animation: logos 20s linear infinite;
}

@media (max-width: 599px) {

.media-road {
        width: 800px;
        height: 80px
}
    }

.media-road.is-reverse {
        animation-direction: reverse;
    }

.media-item {
    min-width: 100%;
    background-image: url("/images/home/media_logo_pc.png");
    background-size: 98%;
}

@media (max-width: 599px) {

.media-item {
        background-size: 96%;
        background-image: url("/images/home/sp/top_media_slider01.png")
}
    }

.media-item1 {
    min-width: 100%;
    background-size: 100%;
    background-image: url("/images/home/sp/top_media_slider02.png");
}
