.wrap {
    position: relative;
    /*max-width: 55rem;*/
    margin: 10px auto;
    padding: 10px;
    display: flex;
    /*   border-radius: 20px; */
}

.button-wrap {
    transform: 0.3s;
    flex: 1 0 0%;
    height: auto;
    overflow: hidden;
    margin: 10px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



#message {
    position: absolute;
    right: 0;
    padding: 10px;
    /*   background: #ccc; */
    width: 50%;
    margin: 0;
    font-size: 1rem;
}

.content-wrap,
.content-wrap2,
.content-wrap3 {
    margin: auto;
    position: relative;
    width: 280px;
    height: 446px;
    overflow: hidden;
}

.content-wrap ul,
.content-wrap2 ul,
.content-wrap3 ul {
    overflow: hidden;
    position: relative;
    width: 170px;
    height: 350px;
    padding: 0;
    margin: 70px 0 0 20px;
    list-style: none;
}

.content-wrap li,
.content-wrap2 li {
    /*   transition: all 1.5s ease; */
}

.lotto-mb {
    -webkit-background-clip: text;
    position: relative;
    display: inline-block;
    line-height: 1.2!important;
    margin-bottom: 10px;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 4px #000);
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'simi';
    font-size: 26px;
    background-image: -webkit-linear-gradient(bottom, rgb(99 199 32) 9%, rgb(115 194 31) 52%, rgb(30 122 15) 92%)!important;
}

.content-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(img/mb-sp-s.png) no-repeat;
    background-size: cover;
}

.content-wrap2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(img/mb-cs-s.png) no-repeat;
    background-size: cover;
}

.content-wrap3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3;
    background: url(img/mb-lt-s.png) no-repeat;
    background-size: cover;
}

.button {
    display: block;
    border: none;
    background: transparent;
    color: #ccc;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    transition: 0.3s;
    /* border-left: 1px solid #000;*/
    margin-left: 20px;
}

.bt-r {
    text-align: right;
}

.bt-l {
    border-right: 1px solid #000;
    border-left: 0px;
}

.button:hover,
.button:focus {
    outline: 0;
    color: black;
    cursor: pointer;
}

.button:focus {
    border-left: 5px solid #000;
}

.content img {
    display: block;
    object-fit: cover;
    z-index: 999;
}

.hide {
    transform: scale(0.0001);
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0px;
}

.show {
    transform: scale(1);
    position: relative;
    opacity: 1;
    z-index: 2;
    top: 0px;
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.img-s {
    display: block !important;
}

.img-b {
    display: none !important;
}

@media screen and (min-width: 420px) {
    .img-s {
        display: none !important;
    }
    .img-b {
        display: block !important;
    }
    .content-wrap ul,
    .content-wrap2 ul,
    .content-wrap3 ul {
        overflow: hidden;
        position: relative;
        width: 260px;
        height: 550px;
        padding: 0;
        margin: 70px 0 0 20px;
        list-style: none;
    }
    .content-wrap,
    .content-wrap2,
    .content-wrap3 {
        margin: auto;
        position: relative;
        width: 404px;
        height: 642px;
        overflow: hidden;
    }
    .content-wrap:before {
        background: url(img/mb-sp.png) no-repeat;
    }
    .content-wrap2:before {
        background: url(img/mb-cs.png) no-repeat;
    }
    .content-wrap3:before {
        background: url(img/mb-lt.png) no-repeat;
    }
}

@media screen and (min-width: 600px) {
    #message {
        position: relative;
        width: 100%;
        margin: 0;
    }
    .wrap {
        flex-direction: column;
    }
    .content-wrap,
    .content-wrap2 {
        order: 1;
    }
    .button-wrap,
    {
        width: 100%;
        margin: 10px auto;
        height: 100%;
        flex: auto;
        overflow: hidden;
        justify-content: flex-start;
    }
    .button {
        padding: 15px;
    }
}

@media screen and (min-width: 768px) {
    .button {
        /*  padding-bottom: 10%;*/
    }
}

@media screen and (min-width: 992px) {
    .button-wrap {
        padding-top: 90px;
    }
    .button {
        padding-bottom: 10%;
    }
}

@keyframes fade-in-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateXS(0);
        opacity: 1;
    }
}

h3 {
    color: #155ce3;
    font-size: 26px;
    font-family: 'simi';
}

.pp {
    position: absolute;
    z-index: 99;
    left: 630px;
    align-content: center;
    bottom: 0px;
    width: 240px;
}