@charset "utf-8";
/*タイトル*/
.ttl-cmn01{
    font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
    color: #FFF100;
    letter-spacing: 0.1em;
}
.ttl-cmn02{
	font-size: 30px;
	font-weight: 700;
}	
.ttl-cmn02.black{
	color: #000;
}
.ttl-cmn03{
    font-family: 'Roboto', sans-serif;
    font-size: 170px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #333333;
    line-height: 1;
}
@media screen and (max-width:1400px) {
    .ttl-cmn03{
        font-size: 100px;
    }
}
@media screen and (max-width:767px) {
    .ttl-cmn01{
        font-size: 24px;
    }	
    .ttl-cmn02{
        font-size: 20px;
    }
    .ttl-cmn03{
        font-size: 50px;
    }
}

/*object-fit(cover)*/
.ojf{
    position: relative;
    height: auto;
}
.ojf:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ojf img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


