@charset "UTF-8";

/* top */
.p-home-about h2 img {
    transform: translateY(3px);
    height: 75px;
}
@media screen and (min-width: 769px) {
    .p-home-about h2 img {
        height: 120px;
    }
}

/* ir_information */
.c-page-ttl-lv1.p-ir-mv .c-page-ttl-lv1__inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(88, 38, 20, 0) 50%), url(../img/ir-information/index/bg_ir_01_sp_2026.png) center center no-repeat;
    background-size: cover;
}
@media screen and (min-width: 769px) {
    .c-page-ttl-lv1.p-ir-mv .c-page-ttl-lv1__inner {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(88, 38, 20, 0) 50%), url(../img/ir-information/index/bg_ir_01_pc_2026.png) center top no-repeat fixed;
        background-size: cover;
    }
}