@charset "utf-8";

/* 自動組立ライン */
@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/automatic-assemble/images/eyecatch.jpg);
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/automatic-assemble/images/eyecatch_sp.jpg);
    }
}

.product_automatic_box_blue {
    background-color: #124b9c;
    color: #fff;
    width: 100vw;
}
.product_automatic_box_blue_ttl {
    line-height: 1.6;
}
.product_automatic_box_blue_ttl::before {
    content: "";
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
}
.product_automatic_box_img_area {
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.product_automatic_box_img_animation {
    overflow: hidden;
}
.product_automatic_box_img_animation::before,
.product_automatic_box_img_animation::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
}
.product_automatic_box_img_animation::before {
    background-color: #124b9c;
}
.product_automatic_box_img_animation::after {
    background-color: #fff;
}
.product_automatic_box_img_inner {
    width: 100%;
    height: 100%;
}
.aircraft {
    position: relative;
}
.aircraft::before {
    content: '';
    width: 0;
    display: block;
    visibility: hidden;
}
.nav_target_anchor {
    position: absolute;
    left: 0;
}
@media (min-width: 751px) {
    .product_automatic_box_blue {
        color: #fff;
        padding: 36rem 0 28rem 40rem;
        margin-right: calc(50% - 50vw);
        justify-content: start;
    }
    .product_automatic_box_blue .product_automatic_box_desc{
        width: 410rem;
    }
    .product_automatic_box_blue_ttl {
        font-size: 28rem;
    }
    .product_automatic_box_blue_ttl::before {
        width: 26rem;
        height: 26rem;
    }
    .product_automatic_box_blue_txt {
        font-size: 20rem;
        line-height: 1.7;
        margin-top: 14rem;
    }
    .product_automatic_box_img_area {
        width: 360rem;
        height: 399rem;
    }
    .product_automatic_box_img_animation{
        position: absolute;
        top: 0;
        left: 0;
    }
    .product_automatic_box_img_animation,
    .product_automatic_box_img_animation::before,
    .product_automatic_box_img_animation::after {
        width: 360rem;
        height: 399rem;
    }
    .product_automatic_box_img_inner {
        background: url(/product/automatic-assemble/images/automatic_assemble_pc_1.jpg) no-repeat 50% / cover;
    }
    .aircraft::before {
        height: 60rem;
        margin-top: -60rem;
    }
    .product_automatic_box_marker_small > dt{
        padding: 5rem 9rem 5rem 0rem;
    }
    .nav_target_anchor {
        top: -100rem;
    }
}
@media (max-width: 750px) {
    .product_automatic_box_blue {
        padding: 40rem 40rem 80rem;
        margin: 0 calc(50% - 50vw);
        justify-content: center;
    }
    .product_automatic_box_blue_ttl {
        font-size: 40rem;
    }
    .product_automatic_box_blue_ttl::before {
        width: 40rem;
        height: 40rem;
    }
    .product_automatic_box_blue .product_automatic_box_img{
        width: 100vw;
        margin-right: calc(50% - 50vw);
    }
    .product_automatic_box_blue_txt {
        line-height: calc(50/26);
        margin-top: 25rem;
    }
    .product_automatic_box_img_area {
        width: 710rem;
        height: 430rem;
    }
    .product_automatic_box_img_animation,
    .product_automatic_box_img_animation::before,
    .product_automatic_box_img_animation::after {
        width: 710rem;
        height: 430rem;
    }
    .product_automatic_box_img_inner {
        background: url(/product/automatic-assemble/images/automatic_assemble_sp_1.jpg) no-repeat 50% / cover;
    }
    .aircraft::before {
        height: 300rem;
        margin-top: -300rem;
    }
    .product_automatic_box_marker_small > dt{
        padding: 6rem 9rem 6rem 0;
    }
    .nav_target_anchor {
        top: 0;
    }
}

/* animation */
.animation_ready .product_automatic_box_img_animation::before,
.animation_ready .product_automatic_box_img_animation::after {
    left: 0;
    transition: left 0.4s 0.4s cubic-bezier(0.11, 0, 0.5, 0);
}
.animation_ready .product_automatic_box_img_animation::before {
    z-index: 1;
}
.animation_ready .product_automatic_box_img_animation::after {
    transition-delay: 0.75s;
}
.animation_loaded .animated .product_automatic_box_img_animation::before,
.animation_loaded .animated .product_automatic_box_img_animation::after {
    left: 100%;
}
.animation_ready .product_automatic_box_img_animation {
    width: 0;
    transition: width 0.4s 0s cubic-bezier(0.11, 0, 0.5, 0);
}
@media (min-width: 751px) {
    .animation_loaded .animated .product_automatic_box_img_animation {
        width: 360rem;
    }
}
@media (max-width: 750px) {
    .animation_loaded .animated .product_automatic_box_img_animation {
        width: 710rem;
    }
}