@charset "UTF-8";

.limited_wrap {
    border: 2px solid var(--i_sub2_color);
    border-radius: 20px;
    margin: 0 6rem;
    padding: 3rem !important;
}
@media screen and (max-width: 768px) {
    .limited_wrap {
        margin: 0 2rem;
        padding: 1rem !important;
    }
}

#limited + .composite_box01 .inner_item {
    background: var(--i_sub2_color);
}

#limited + .composite_box01 .wrapper_item {
    position: relative;
}

#limited + .composite_box01 .wrapper_item:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background: var(--i_main_color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#limited + .composite_box01 .wrapper_item:after {
    content: "+";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 5rem;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 2;
}

@media screen and (max-width: 768px) {
    #limited + .composite_box01 .inner_item:first-child {
        margin-bottom: 80px !important;
    }
}


span.firsy_limited_box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

span.first_limited_block {
    display: inline-block;
    width: 80px;
    padding: 10px 0px;
    border: 2px solid #bf3a2b;
    color: #bf3a2b;
}

span.first_limited_price {
    font-size: 4rem;
    color: #bf3a2b;
    position: relative;
}

span.first_limited_OFF {
    display: inline-block;
    width: 80px;
    background: var(--i_main_color);
    transform: rotate(15deg) translate(15%, -35%);
    padding-top: 15px;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}
#cloud_title + .contents_box01 .heading.block_header_1 {
    background: url(/common/upload_data/careful89scom/image/20251212153024.png) no-repeat;
    background-size: contain;
    background-position: 50%;
    overflow: visible;
    padding: 150px 0;
}

#cloud_title + .contents_box01 .heading.block_header_1 .h {
    font-size: 2.75rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #cloud_title + .contents_box01 .heading.block_header_1 {
        padding: 100px 0;
    }
    #cloud_title + .contents_box01 .heading.block_header_1 .h {
        font-size: 2rem;
    }
}


#worries + .contents_box01.block_image_text_2 .heading.block_header_3 {
    border-radius: 30px;
}
#worries + .contents_box01.block_image_text_2 .wrapper_item .inner_item_txt {
    flex-basis: 350px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 900px) {
    #worries + .contents_box01 .inner_item_img img {
        width: 60% !important;
    }
}