@charset "utf-8";



header{
    background-color: #0086BB;
    height: 90px;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}

header img{
    width: 13%;
    
}



main{
    height: 2760px;
    background-image: url("../img/main.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}


.visual{
    
    margin: auto;   
    background-size: 100%; 
    width: 50%;
    height: 980px;
    background-image: url("../img/gif.gif");
    background-size: 100%;
    background-repeat: no-repeat;
}

.visualh1{
    text-align: center;
    padding-top: 30%;
    margin: 0;
    
    color: aliceblue;
    font-size: 20px;
}

.A{
    background-color: #FFFCDB;
}
h2{
    font-family: "Marvin", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0086BB;
    font-size: 40px;
    text-align: center;
    padding-top: 7%;
    margin: 0%;
}

h3{
    font-size: 15px;
    color: #0086BB;
    text-align: center;
}


.poster{
    display: flex;
    padding-bottom: 10%;
    padding-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    
}

.poster img{
    width: 450px;   
    margin-right: auto;
}

h5{
   font-size: 16px; 
   color: #EA5762;
   
   text-align: center;
}

.poster p{
    line-height: 200%;
    padding-top: 3%;
    font-size: 14px;
    text-align: center;
    color: #0086BB;
}

.inposter{
    margin: auto;
    width: 440px;
    padding-right: 10%;
    padding-top: 10%;
    margin: 0%;
    display: block;
    margin-left: auto;
    text-align: center;
    justify-content: center;
}




.B2{
    background-color: #FFFFFF;
    height: 750px;
}

.B1{
    padding-top: 6%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

h4{
    font-family: "Marvin", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0086BB;
    font-size: 40px;
    text-align: center;
    padding-top: 4%;
    
    margin: 0%;
}

.B{
    width: 300px;
    height: 350px;
    
    margin: 10px 0;
    
}

.B img{
    width: 300px;
}

footer{
    height: 50px;
    background-color: #0086BB; 
     
}

@media screen and (max-width:425px){
    
   /* スマホ */
@media (max-width: 425px) {
    header{
        height: 40px;
        margin: auto ;
    }
    .visual {
    height: 300px;
    margin: auto ;
    }
    .visualh1{
        font-size: 5px;
    }
    }
    
      
     

}
