@charset "utf-8";

* { 
margin: 0px; 
padding: 0px; 
}


html,body{

}


header{

}


contenter{

}


#logo {
    height: 80px;
    width: auto;
    margin: 1%;
    margin-left: 5%;
}


main{
    height: auto;
/*    border: 1px solid black;*/
    text-align: center;
        margin: auto;
}

.contentsBox{
    height: auto;
    width: 100%;
    border: 1px solid silver;
    margin: 0;
    padding: 0;
}


.contents1{
    background-image: url(img/cont1.jpg);
    background-size: cover;
    height: 800px;

    
}

.contents2{
/*    background-color: silver;*/
    
}

.contents3{
/*    background-color: silver;*/
    
}
.contents4{
/*    background-color: silver;*/
    
}
.contents5{
/*    background-color: silver;*/
    
}


h2{
    margin: 200px 0;
    font-size: 40px;
    font-weight: 700px;
}

main > h1{
    font-size: 150px;
    
}

.messeage > h2{
    color: white;
    margin: 100px 0;
    margin-top: 300px;
}

.messeage > h3{
    color: white;
    
}

.messeage > p{
    color: white;
}

.imgBox{
    width: 300px;
    height: 500px;
    background-color: ghostwhite;
    border: 1px solid silver;
    float: left;
    
}

.imgBox > h5{
    color: white;
    font-size: 30px;
    margin: 0;
}

#m1 ,#m1a {
    width: 300px;
    height: 300px;
/*    margin-top: 200px;*/
}

/*
#m1a {
    width: 300px;
    height: 300px;
    margin-top: 200px;
}
*/

.contents2{
/*    float: left;*/
}

footer{
/*    border: 1px solid black;*/
    background-size: cover;
    background-position: bottom;
}


#item , #style ,#step{
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0;
}
#clogo{
    width: 200px;
    height: auto;
    margin: 30px;
    
}
p{
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 100px;
    font-size: 12px;
}

    #spmovie{
        display: none;
    }
    


@media screen and (max-width: 480px){
    
    
    header{
        height: 60px;
        width: auto;
        position:relative;
    }
    
    #logo{
        width: 70px;
        height: auto;
    }
    
    main > h1{
        font-size: 30px;
    
    }

    .messeage > h2{
        color: white;
        margin: 30px 0;
        margin-top: 100px;
        font-size: 20px;
    }

    .messeage > h3{
        color: white;
        font-size: 8px;
    
    }
    .contents1{
        background-image: url(img/cont1.jpg);
        background-size: cover;
        height: 300px;
    
    }
    h2{
        margin: 100px 0;
        font-size: 20px;
        font-weight: 700px;
    }
    #pcmovie{
        display: none;
    }
    #spmovie{
        display:block;
    }
    
    p{
        font-size: 8px;
    }
    
}