/*----------------------
c-title
----------------------*/

.c-title {
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    text-align: center;
    color: #DA518E;
}

.c-title--purple {
    color: #C052CC;

}

.c-title span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #434343;
    display: block;
    margin-top: -5px;
}

@media screen and (max-width: 767px) {

    .c-title {
        font-size: 42px;
		line-height: 2.7rem;
    }

    .c-title span {
        font-size: 16px;
    }
}