.modal-meinvisual {
	background-image: url("/astaliftbrand/assets/images/modal/jelly-aquarysta/nano/nano_mv_bg_sp.jpg");
	background-position: center top 20%;
}
@media (min-width: 897px) {
    .modal-meinvisual {
        background-image: url("/astaliftbrand/assets/images/modal/jelly-aquarysta/nano/nano_mv_bg_pc.jpg");
    }
}

.nano-comparison{
    margin-bottom: 5rem;
    padding: 0 2rem;
}
.nano-comparison__title{
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 3.2rem;
}
.nano-comparison__applied-img-area{
    width: 19.3rem;
    margin: 0 auto 4.6rem;
}
.nano-comparison__applied-img{
    width: 100;
    display: block;
}
.nano-comparison__no-applied-img-area{
    width: 19.4rem;
    margin: 0 auto 6rem;
}
.nano-comparison__notice{
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--annotation-text);
}
@media (min-width: 897px) {
    .nano-comparison{
        padding: 0 10%;
    }
    .nano-comparison__title{
        font-size: 2.8rem;
    }
    .nano-comparison__img-area{
        display: flex;
        justify-content: space-around;
    }
    .nano-comparison__applied-img-area{
        margin: 0;
    }
    .nano-comparison__no-applied-img-area{
        margin: 0;
    }
}


.nano-explanation{
    background-image: url(/astaliftbrand/assets/images/modal/jelly-aquarysta/nano/nano-explanation__bg-img--sp.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.nano-explanation__wrap{
    padding: 5rem 2rem 6rem;
}
.nano-explanation__text{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    margin-bottom: 3.2rem;
}
.nano-explanation__img-area{
    width: 100%;
    margin-bottom: 3.3rem;
}
.ano-explanation__img{
    width: 100%;
    display: block;
}
.nano-explanation__notice{
    font-size: 1rem;
    line-height: 160%;
    font-weight: 400;
    color: var(--annotation-text);
    font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 897px) {
    .nano-explanation{
        background-image: url(/astaliftbrand/assets/images/modal/jelly-aquarysta/nano/nano-explanation__bg-img--pc.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .nano-explanation__wrap{
        padding: 5rem 0 8rem;
        width: 714px;
        margin: 0 auto;
    }
    .nano-explanation__text{
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 180%;
    }
    .nano-explanation__img-area{
        width: 56.5rem;
        margin: 0 auto 2.8rem;
    }
}