/* CSS Document */

#lp_wrapper{
    max-width: 750px;
    margin: auto;
    font-size: 20px;
    font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #231815;
    text-align: center;
}

#lp_wrapper img{
    max-width: 100%;
    vertical-align: baseline;
}

#lp_wrapper p{
    margin-bottom: 70px;
}

#lp_wrapper .movie{
    margin: 50px auto;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
}

#lp_wrapper .movie video{
	width: 100%;
}








#copyright {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  margin: 50px auto 20px;
  color: #999;
  text-align: center;
  width: 90%;
}

#page-top {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
}






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

    #lp_wrapper .movie{
        margin: 30px auto;
    }
}


