.cont-menus_wrapper {
    position:relative;
    margin: 180px 0 300px;
    
}
.cont-menus_header, .cont-menus_footer {
    min-height:clamp(17.563rem, calc(16.75rem + 2.167vw), 18.375rem); /* min: 281px, max: 294px */;
}
.cont-menus_header {
    background:url(../img/top/bg_mp_top.svg) no-repeat;
    background-size:cover;
}
.cont-menus_footer {
    background:url(../img/top/bg_mp_bottom.svg) no-repeat;
    background-size:cover;
}
.cont-menus_middle {
    padding:0 0 60px;
    background:#67b1da;
    overflow: hidden;
}
.cont-menus_middle__inner {
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    max-width:1200px;
    margin:0 auto;
}
.cont-menus_content {
    margin:60px 0 0;
    p {
        text-align:center;
    }
    .cont-menus_more-btn {
        width:fit-content;
        margin:60px 0 0;
        a {
            display:flex;
            align-items:center;
            gap:1.5rem;
            padding:16px 32px;
            color:#67b1da;
            background:#fff;
            border-radius:32px;
            font-size:clamp(1rem, calc(0.875rem + 0.333vw), 1.125rem); /* min: 16px, max: 18px */
            letter-spacing:3px;
            &:link, &:visited, &:focus, &:hover {
                color:#67b1da;
                text-decoration:none;
            }
        }
    }
}

.icon_arrow-right {
    display:block;
    background-image:url(../img/top/icon_arrow-right.svg);
    background-repeat:no-repeat;
    background-size:contain;
    width:10px;
    height:16px;
}
.icon_socks {
    background-image:url(../img/top/icon_socks.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon_dress {
    background-image:url(../img/top/icon_dress.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon_shoes {
    background-image:url(../img/top/icon_shoes.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon_skirt {
    background-image:url(../img/top/icon_skirt.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon_t-shirt {
    background-image:url(../img/top/icon_t-shirt.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon_kimono {
    background-image:url(../img/top/icon_kimono.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon_suit {
    background-image:url(../img/top/icon_suit.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon_bottoms {
    background-image:url(../img/top/icon_bottoms.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.mp-icon {
    position:absolute;
}
.mp-icon.icon_socks {
    /* width:93px; */
    width: 7%;
    height:98px;
    top:10%;
    left:15%;
}
.mp-icon.icon_dress {
    /* width:136px; */
    width: 10%;
    height:171px;
    top:0;
    left:28%;
    opacity:.2;
}
.mp-icon.icon_shoes {
    /* width:108px; */
    width: 8%;
    height:124px;
    top:60%;
    left:15%;
    opacity:.3;
}
.mp-icon.icon_skirt {
    /* width:113px; */
    width: 8.5%;
    height:71px;
    top:80%;
    left:27%;
}
.mp-icon.icon_t-shirt {
    /* width:174px; */
    width: 9%;
    height:138px;
    top:40%;
    right:25%;
}
.mp-icon.icon_kimono {
    width:94px;
    width: 5%;
    height:93px;
    top:12%;
    right:18%;
    opacity:.4;
}
.mp-icon.icon_suit {
    /* width:136px; */
    width: 7%;
    height:175px;
    top:55%;
    right:15%;
    opacity:.2;
}
.mp-icon.icon_bottoms {
    /* width:67px; */
    width: 3.5%;
    height:88px;
    top:40%;
    right:10%;
    opacity:.7;
}


@media screen and (max-width: 1300px) {
    .mp-icon.icon_socks {
        left: 4%;
    }
    .mp-icon.icon_shoes {
        left: 4%;
    }
    .mp-icon.icon_dress {
        left: 18%;
    }
    .mp-icon.icon_skirt {
        left: 17%;
    }
    .mp-icon.icon_bottoms {
        right: 4%;
    }
    .mp-icon.icon_kimono {
        right: 12%;
    }
    .mp-icon.icon_suit {
        right: 9%;
    }
    .mp-icon.icon_t-shirt {
        right: 19%;
    }
}
@media screen and (max-width: 768px) {
    .mp-icon.icon_dress {
        left: 13%;
        top: 60px;
    }
    .mp-icon.icon_skirt {
        top: 90%;
    }
    .mp-icon.icon_t-shirt {
        top: 24%;
        right: 16%;
    }
    .cont-menus_wrapper {
        margin-bottom: 190px;
    }
}