@charset "UTF-8";

/* 見出し調整(2025/12/22) */
a[id^="step0"] + section .heading.block_header_1 {
    position: absolute;
    transform: translate(-1rem, -40%);
}
a[id^="step0"] + section .heading.block_header_1 .h {
    font-size: 3.8rem;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
    color: var(--i_btn_color);
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
@media only screen and (max-width: 800px) {
    a[id^="step0"] + section .heading.block_header_1 .h {
        font-size: 2.8rem;
    }
}

/* STEP0１背景表示(2026/01/28) */
#step01+section {
    overflow: visible;
}
#step01+section:before {
    position: absolute;
    display: block;
    content: "";
    width: 19vw;
    height: 24vw;
    top: -6%;
    left: 0%;
    background: url(/common/upload_data/rally-petjp/image/l_img4.png.webp) no-repeat center top / 100%;
    pointer-events: none;
    z-index: 1;
}