.event-benefit-template {
    .c-coupon-box:nth-child(2) {
        padding-bottom: calc(8 * var(--ratio));
    }

    .lifestyle-cooling {
        .c-tab__content {
            padding-top: calc(12 * var(--ratio));
        }
    }

    .item-content__linker {
        position: absolute;
        width: 39.5%;
        height: 12%;
        /* background: tomato;
        opacity: 0.4; */
    }
    .item-content__linker--01 {
        top: 35%;
        left: 7.4%;
    }
    .item-content__linker--02 {
        top: 35%;
        left: 53.4%
    }
    .item-content__linker--03 {
        top: 86.5%;
        left: 7.4%;
    }
    .item-content__linker--04 {
        top: 86.5%;
        left: 53.4%
    }

    .benefit-accordion-article{
        .c-tab--3depth[data-tab-sticky="2depth"] .c-tab__inner {
            padding-top: 0;
        }

        .c-custom-accordion__area--fade {
            height: calc(223 * var(--ratio));
            &::after {
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 75%, #FFF 100%);
            }
        }
    }
}