.under_rttr{
    position: relative;
    font-family: 'SMSans', sans-serif;
    font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;
    background: var(--ur-bg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    height: 136px;
    padding: 0 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}
.under_rttr--bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.under_rttr--txt{
    display: flex;
    align-items: center;
    gap: 49px;
    position: relative;
    z-index: 1;
    width: -webkit-fill-available;
    height: 100%;
}
.under_rttr--txt_icon{
    height: 100%;
    display: block;
}
.under_rttr--txt_conditions {
    max-width: 720px;
}
.under_rttr--txt_ttl {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
}
.under_rttr--txt_subttl {
    font-feature-settings: 'clig' off, 'liga' off;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 4px 0 0 0;
}
.under_rttr--qr_wrap {
    position: relative;
    z-index: 1;
    height: 110px;
    aspect-ratio: 1;
}
.under_rttr--qr{
    display: block;
    width: 100%;
    aspect-ratio: 1;
}
.under_rttr--qr_arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 100%;
    height: 35px;
}
.--ur-color-white {color: #fff;}
.--ur-color-black {color: #000;}
.--ur-color-blue {color: #1551E5;}

@media only screen and (max-width: 1919px) {
    .under_rttr{
        padding: 0 135px;
    }
    .under_rttr--txt {
        gap: 32px;
    }
    .under_rttr--txt_ttl {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
}

@media only screen and (max-width: 1439px) {
    .under_rttr{
        height: 100px;
        padding: 0 50px;
    }
    .under_rttr--txt {
        gap: 16px;
    }
    .under_rttr--txt_conditions {
        max-width: 500px;
    }
    .under_rttr--txt_subttl {
        font-size: 14px;
        line-height: 20px;
    }
    .under_rttr--qr_wrap {
        height: 80px;
    }
    .under_rttr--qr_arrow {
        height: 27px;
    }
}

@media only screen and (max-width: 1023px) {
    .under_rttr{
        padding: 0 25px;
    }
    .under_rttr--txt_conditions {
        max-width: 412px;
    }
    .under_rttr--txt_ttl {
        font-size: 20px;
        line-height: 26px;
    }
    .under_rttr--qr_arrow {
        height: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .under_rttr{
        height: 64px;
        padding: 0 15px;
    }
    .under_rttr--txt {
        gap: 4px;
    }
    .under_rttr--txt_conditions {
        max-width: 100%;
    }
    .under_rttr--txt_ttl {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: inherit;
        font-weight: 400;
    }
    .under_rttr--txt_subttl {
        display: none;
    }
    .under_rttr--qr_wrap{
        display: none;
    }
}