@charset "utf-8";

#contents{
    background-color: #000;
    background-image: url(../img/sub_1/sub_01_01_bg_top.png), url(../img/sub_1/sub_01_01_bg_long.png);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
    padding-bottom: 600px;
}
#text_box{
    margin: 0 15px;
}
.title{
    padding: 250px 0 120px;
}

.title h2{
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}

.title h3{
    color: #FD9424;
    font-size: 35px;
    font-weight: 700;
}
.title_b{
    display: flex ;
    padding-bottom: 80px;
}
.title_b h1{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.title_b img{
    width: 30px;
}
.text{
    padding-bottom: 200px;
}
.text p{
    color: #fff;
    font-size: 20px;
}

.text p span, .ci_t span, .ci_t_2 span{
    color: #FF9727;
}

#ci{
    padding-bottom: 100px;
    overflow: hidden;
    margin: 0 10px;
}
.starship_ci{
    margin-bottom: 60px;
}
.starship_ci, .kingkong_ci{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #fff;
    border-top: none;
    padding: 35px;
    
}

.title_s h2, .title_k h2{
    margin-bottom: -16px;
}
.title_s h2 span, .title_k h2 span{
    color: #fff;
    font-size: 25px;
    margin-left: 10%;
    position: relative;
}
.title_s h2 span::before, .title_k h2 span::before{
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    top: 50%;
    width: 150px;
}
.title_s h2 span::before{
    left: -98%;
}

.title_k h2 span::before{
    left: -45%;
}

.title_s h2 span::after, .title_k h2 span::after{
    content: '';
    position: absolute;
    border-bottom: 2px solid #fff;
    top: 50%;
    left: 105%;
}
.title_s h2 span::after{
    width: 1200px;
}
.title_k h2 span::after{
    width: 1100px;
}

.ci_t p, .ci_t_2 p{
    color: #fff;
    font-size: 17px;
}
.starship_ci .ci_t, .kingkong_ci .ci_t_2{
    width: 45%;
    /* text-align: center; */
}
.starship_ci figure, .kingkong_ci .k_img{
    border-left: 1px solid #fff;
}

.starship_ci figure, .kingkong_ci .k_img{
    width: 45%;
    text-align: center;
}
.starship_ci figure img{
    max-width: 350px;
    width: 100%;
}
.kingkong_ci .k_img img{
    max-width: 500px;
    width: 100%;
}

@media screen and (max-width:1250px){
    #contents{
        padding-bottom: 400px;
    }
    .starship_ci figure, .kingkong_ci .k_img{
        border-left: none;
    }

}

@media screen and (max-width:768px) {
    #contents{
        padding: 0 15px 160px;
    }
    .title{
        padding: 80px 0 50px;
    
    }
    .title h2{
        font-size: 16px;
    }
    .title h3{
        font-size: 22px;
    }
    .title_b{
        padding-bottom: 40px;
        display: block;
    }
    .title_b figure{
        display: inline;
    }
    .title_b img{
        width: 20px;
    }
    .title_b h1{
        font-size: 16px;
        display: inline;
    }
    .text {
        padding-bottom: 80px;
    }
    .text p{
        font-size: 14px;
        display: inline;
    }
    .title_s h2, .title_k h2{
        margin-bottom: 15px;
    }
    .title_s h2 span, .title_k h2 span{
        font-size: 17px;
        margin-left: 10px;
    }
    .title_s h2 span::before, .title_s h2 span::after, .title_k h2 span::before, .title_k h2 span::after {
        display: none;
    }

    .starship_ci, .kingkong_ci{
        flex-direction: column;
        border: none;
        padding: 10px;
        background: rgba(253, 148, 36, 0.541);
        border-radius: 15px;
        padding: 20px;
        
    }
    .ci_t p, .ci_t_2 p{
        font-size: 13px;
    }
    .ci_t, .ci_t_2{
        padding-top: 20px;
    }
    
    .ci_t_2 p{
        display: inline;
    }
    .starship_ci figure img{
        max-width: 350px;
    }
    .starship_ci figure, .kingkong_ci .k_img{
        width: auto;
        padding-bottom: 20px;
    }
    
    .starship_ci .ci_t, .kingkong_ci .ci_t_2{
        width: auto;
        order: 1;
        border-top: 1px solid #fff;
    }
    
}


@media screen and (max-width:465px){
    .starship_ci figure img{
        max-width: 250px;
    }
}