@charset “utf-8”;

div.smlp {
  width: 100%;
  position: relative;
   z-index:-1;
    overflow-x: hidden;
}
div.smlp .lpwrap {
  width: 100vw;
  height:100vh;
    background-color:rgba(0,0,0,0.85);
  background-blend-mode:soft-light;
}
div.smlp .lpwrap img {
  vertical-align: middle;
}

div.smlp .lpwrap section.smlp {
  width: 100%;
  max-width: 1000px; /*レイアウト幅*/
  margin: 0 auto;
  position: relative;
}

/* トップ */
div.smlp .lpwrap section.lp-top {
/*  background:url("../img/eyecatch-01.jpg")center no-repeat; */
  width: 100vw;
  height:100vh;
  background-color:rgba(0,0,0,1);
  background-blend-mode:soft-light;
  background-position: 50% 50%;
  text-align: center;
  overflow-x: hidden;
}

/* @media screen and (min-width: 1025px) and (max-width: 1280px){
div.smlp .lpwrap section.lp-top {
background-size: 120%;
background-position: 70% 30%;
}
}

@media screen and (min-width: 360px) and (max-width: 1024px){
div.smlp .lpwrap section.lp-top {
background-size: cover;
background-position: 50% 50%;
}
}

@media screen and (max-width: 320px){
div.smlp .lpwrap section.lp-top {
background-size: cover;
background-position: 50% 50%;
}
}

@media screen and (min-width: 375px) and (max-width: 480px){
div.smlp .lpwrap section.lp-top {
  background-size: cover;
  background-position: 32% 68%;
}
}

@media only screen and (max-width: 320px){
div.smlp .lpwrap section.lp-top {
  background-size: cover;
  background-position: 32% 68%;
}
} */
