@charset "utf-8";

/*画面外カートボタン*/
.l-cart_div {
    width: 100%;
    margin: 0 auto;
}

.l-cart_div a {
    display: block;
    color: #FFF;
}

.l-cart_en_div {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 18px;
    right: 30px;
    background: linear-gradient(160deg, #fdbfdf, #a88cd4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.l-cart_img {
    width: 40px;
    height: 40px;
    margin: 0px auto;
}

.l-cart_p {
    color: #FFF;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
}

.l-cart_ticket_p {
    font-size: 11px;
    line-height: 1.3;
}

.l-cart_ticket_img{
    width: 62%;
    height: auto;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.1));
}

@media screen and (max-width: 1024px) {
    .l-wrap main {
        box-shadow: none;
    }

    .l-cart_en_div {
        width: 80px;
        height: 80px;
        bottom: 10px;
        right: 10px;
    }

    .l-cart_img {
        width: 30px;
        height: 30px;
    }

    .l-cart_p {
        font-size: 13px;
    }

    .l-cart_ticket_p {
        font-size: 10px;
    }
    .l-cart_ticket_img{
    width: 58%;
    height: auto;
}
}

@media screen and (max-width: 430px) {
    .l-cart_en_div {
        width: 18vw;
        height: 18vw;
    }

    .l-cart_img {
        width: 40%;
        height: auto;
    }

    .l-cart_p {
        font-size: 12px;
    }
    
.l-cart_ticket_p {
    font-size: 10px;
    font-weight: 500;
}
    .l-cart_ticket_img{
    width: 55%;
    height: auto;    
}
}

@media screen and (max-width: 375px) {
    .l-cart_p {
        font-size: 9px;
    }
}