@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : lp.css
 style info : LP専用css
=================================================================== */

/* margin */

body#lower.lp {
   background: #222350;
}

#lower.lp main {
   margin: 0 auto;
   width: 50vw;
   max-width: 600px;
   min-height: 100vh;
}

footer {
   position: fixed;
   bottom: 0;
   background-color: transparent;
}

#lower.lp main .splide__slide img {
  height: auto;
  width: 100%;
}