/* =======================================
 base style
======================================= */
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

body {
  background: #fff;
  line-height: 1;
  margin: auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .main {
    min-width: 100vw;
  }
}

.ctx {
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .ctx {
    width: 100vw;
  }
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-animation: all 1s ease-in-out;
          animation: all 1s ease-in-out;
}





@media screen and (max-width: 1000px) {
  .main {
    background-size: 266.66667vw auto;
  }
}

.footer {
  position: relative;
}

.footer .footer01 {
  position: absolute;
  top: 45%;
  left: 7.5%;
  width: 346px;
}

@media screen and (max-width: 1000px) {
  .footer .footer01 {
    width: 46.13333vw;
  }
}

.footer .footer02 {
  position: absolute;
  top: 46.4%;
  left: 59%;
  width: 249px;
}

@media screen and (max-width: 1000px) {
  .footer .footer02 {
    width: 33.2vw;
  }
}

.footer .footer03 {
  position: absolute;
  top: 72%;
  left: 19%;
  width: 274px;
}

@media screen and (max-width: 1000px) {
  .footer .footer03 {
    width: 36.53333vw;
  }
}

.footer .footer04 {
  position: absolute;
  top: 71%;
  left: 62%;
  width: 150px;
}

@media screen and (max-width: 1000px) {
  .footer .footer04 {
    width: 20vw;
  }
}
/*# sourceMappingURL=style.css.map */





/* 追加部分 */
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
}


/*
.main {
  background: url("/user_data/packages/emetore/img/lp_kids-senobiru_rda/main_bg.jpg") no-repeat top center fixed;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}
*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background: url("/user_data/packages/emetore/img/lp_kids-senobiru_rda/main_bg.jpg") no-repeat center center fixed;
  background-size: cover; /* 画面全体を埋める */
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

img {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0;
  padding: 0;
}

.btn {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.btn img {
  width: 100%;
  max-width: 750px;
  display: block;
  margin: 0 auto;
}


.main img {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0;
  padding: 0;
  border: none;
}




.btn {
  width: 100% !important;
  float: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block !important;
  text-align: center;
}

/* LPページ専用：余白を消すためのcontainer調整 */
#container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}




@media screen and (min-width: 1001px) {
  .floating-banner {
    display: none;
  }
}
