@charset 'UTF-8';

/*===========================================
month_sp
===========================================*/
.pickup_ttl .feature {
height: 117px;
}
@media screen and (max-width: 767px) {
.pickup_ttl .feature {
height: auto;
}
.pickup_ttl .month.month_sp {
position: absolute;
width: 100%;
}
.pickup_ttl .month.month_sp + p {
visibility: hidden;
}

/* 季節の特集レシピ */
.pickup_ttl .season.season_sp {
position: absolute;
width: 100%;
}
.pickup_ttl .season.season_sp + p {
visibility: hidden;
}


}