@charset "shift_jis";

body {
  margin: 0;
  padding: 0;
}

main #stageMain .container {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

main #stageMain .container {
  display: block;
  width: 100%;
}

main #stageMain .container img {
  display: block;

}

.img-wrap {
  position: relative;
  display: inline-block;
}
.logo-wrap {
  position: relative;
}

.logo {
  position: absolute;
  left: 42%;
  top: 8%;
  max-width: 180px;
  height: 60px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .logo {
    width: 20%;
    max-width: 120px;
    height: auto;
    padding: 0;
  }
}

.fv-cta {
  position: absolute;
  bottom: 20%;
  display: flex;
  gap: 5%;
  justify-content: center;
  left: 14px;
  right: 14px;
}

.img-wrap img {
  display: block;
  height: auto;
}

.cta-btn {
  position: absolute;
  bottom: 30px;
  left: 14px;
  right: 14px;
}

@media screen and (max-width:1023px) {
  .cta-btn {
    left: 0;
    right: 0;
  }

  @media screen and (max-width:767px) {
    .cta-btn {
      bottom: 25px;
    }
  }
}

.offer img,
.cta-btn img,
.cta-btn-mr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.teiki {
  margin-top: 10px;
}

.matome {
  padding-top: 3vw;
}

.cta-btn-mr {
  margin-top: 1.5vw;
}

.offer {
  padding-bottom: 10vw;
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

html {
  scroll-behavior: smooth;
}