@charset "UTF-8";

.kadoma-mov_main{
    margin: 80px 0 0 0;
    padding: 0;
    background-color: #f2e8d8;
}

.mov_top{
    width: 100%;
    height: 0;
    padding: 26%;
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}


.mov_top_moji{
    margin: 0 auto;
    padding: 110px 0 0 0;
    width: 470px;
    /* background-color: aqua; */
}


.mov_top__logobox{
    display: flex;
    justify-content: space-between;
    width: 480px;
    margin-top: 54px;
}

.mov_top__logobox img{
    width: 228px;
}

.mov__concept{
    width: 100%;
    max-width: 2200px;
    height: 0;
    padding-bottom: 25%;
    margin: 0 auto;

    background-image: url(../img/consept.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.kadomamov__web_midashi{
    padding-top: 150px;
    background-color: #fff;
    text-align: center;
}

.kadomamov__web_midashi img{
    width: 330px;
}

.web_cm__item{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 93px auto 0 auto;

    /* background-color: #bc1d1d; */

}

.web_cm__itembox{
    width: 180px;
    height: 270px;

}

.web_cm__itembox img{
    width: 100%;

}

.web_cm__itembox .mov__button{
    width: 40px;
    margin-top: 23px;
}

.mov__button:hover{
    opacity: 0.3;
    transition: 0.3s;
}


.kadoma__movwrap{
    width: 100%;
    padding-top: 188px;
    background-color: #ffffff;
    /* text-align: center; */
}

.kadoma__sis01wrap{
    background:linear-gradient(180deg,#fff 0%,#fff 50%,#f2e8d8 50%,#f2e8d8 100%);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.kadoma__other_wrap{
    margin-top: 230px;
    background:linear-gradient(180deg,#fff 0%,#fff 50%,#f2e8d8 50%,#f2e8d8 100%);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;    
}



.kadoma_movbox{
    text-align: center;
    width: 1100px;
    height: 985px;
    margin: 0 auto;
    /* background-color: rgb(157, 157, 239); */
}

.kadoma_movbox .mov__midashis{
    width: 270px;
    margin-bottom: 50px;
}

.kadoma_movbox .mov__setumeis{
    width: 695px;
    margin: 50px 0 70px 0;
}


.kadoma_movbox_video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    text-align: center;
}


.kadoma_movbox_video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.movbox_number01{
    background-image: url(../img/01.png);
    background-position: bottom left;
    background-size: 15%;
    background-repeat: no-repeat;
}


.movbox_number02{
    background-image: url(../img/02.png);
    background-position: bottom right;
    background-size: 15%;
    background-repeat: no-repeat;
}

.movbox_number03{
    background-image: url(../img/03.png);
    background-position: bottom left;
    background-size: 15%;
    background-repeat: no-repeat;
}

.movbox_number04{
    background-image: url(../img/04.png);
    background-position: bottom right;
    background-size: 15%;
    background-repeat: no-repeat;
}

.movbox_number05{
    background-image: url(../img/05.png);
    background-position: bottom left;
    background-size: 15%;
    background-repeat: no-repeat;
}


.mov__white{
    background-color: #fff!important;
    width: 100%;
    /* padding-top: 250px; */
}






@media screen and (max-width: 767px){



    .kadoma-mov_main{
        margin: 57px 0 0 0;
        padding: 0;
        background-color: #f2e8d8;
    }

    .mov_top_moji{
        margin: 0 auto;
        padding: 110px 0 0 0;
        width: 80%;
        /* background-color: aqua; */
    }

    .mov_top__logobox{
        display: block;
        text-align: center;
        width: 80%;
        margin: 54px auto 0 auto;
    }
    

    .mov_top__logobox img{
        width: 80%;
        margin-top: 30px;
    }

    
    .kadomamov__web_midashi img{
        width: 200px;
    }


    
.web_cm__item{
    display: block;
    /* justify-content: space-between; */
    width: 100%;
    margin: 93px auto 0 auto;

    /* background-color: #bc1d1d; */

}

.web_cm__itembox{
    margin: 0 auto;
    width: 180px;
    height: 300px;

}

.web_cm__itembox img{
    width: 100%;

}

.web_cm__itembox .mov__button{
    width: 40px;
    margin: 15px;
}

.kadoma__movwrap{
    width: 100%;
    /* padding-top: 188px; */
    background-color: #ffffff;
    /* text-align: center; */
}


.kadoma__sis01wrap{
    padding: 0 10px;
}

.kadoma__other_wrap{
    margin-top: 150px;
    padding: 0 10px;

}


.kadoma_movbox{
    text-align: center;
    /* background-color: #ffffff; */
    width: 100%;
    height: 10%;
    margin: 0 auto;
    /* background-color: rgb(157, 157, 239); */
}

.kadoma_movbox .mov__midashis{
    width: 170px;
    margin-bottom: 50px;
}

.kadoma_movbox .mov__setumeis{
    width: 100%;
    margin: 50px 0 90px 0;
}

.kadoma_movbox_video{
    margin: 0 auto;
}

}

