@charset "UTF-8";

/****title01****/
.c-title01 {
    display: block;
    width: 100%;
}

.c-title01__main {
    display: block;
    width: 100%;
    font-size: 60px;
    line-height: 1.2;
    color: var(--titleColor);
    font-family: "Italiana";
}

@media screen and (max-width: 991px) {

    /****title01****/
    .c-title01__main {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {

    /****title01****/
    .c-title01__main {
        font-size: 33px;
    }
}



/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}