
.price-adult::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(10deg);
    background-color: #C30D23;
    width: 100%;
    height: 5px;
    top: -4%;
    left: 0;
}

.c-ttl-cmn-01{
    transform: rotate(-2deg);
    font-size: 34px;
}
.lead-box{
    animation: heart 3s ease-out infinite;
    opacity: 1;
}

@keyframes heart{
    0%,40%,60%,80%{
        transform: scale(1.0);
    }
    50%,70%{
        transform: scale(0.9);
    }
}


.lead-y{
    color: #FFF147;
}
@media screen and (max-width: 599px) {
    .price_category {
        font-size: 20px;
    }
    .c-ttl-cmn-01 {
        font-size: 28px;
    }
}

@media screen and (min-width: 600px) {
    .price {
        font-size: 42px;
    }
}