* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  position: relative;
  background-color: #feffac;
}

#wrapper {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

header {
  max-width: 750px;
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 900;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

header .tel {
  display: flex;
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
}

header .tel span {
  float: left;
  padding-top: 15px;
  margin-right: 5px;
}

header .tel a {
  color: #56c31f;
}
header .tel span {
  display: block;
  font-size: 14px;
  text-align: right;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -4px;
}

header .line {
  width: 20%;
  margin-top: 5px;
}

header .line a img {
  width: 100%;
}

.button a img{
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  header .tel {
    display: none;
  }
}

.mv {
  position: relative;
  & .button {
    position: absolute;
    bottom: 17%;
    margin: auto;
    left: 4.5%;
    & img {
      max-width: 100%;
    }
  }
}

.support {
  position: relative;
  & .button {
    position: absolute;
    bottom: 7%;
    margin: auto;
    left: 5%;
    & img {
      max-width: 100%;
    }
  }
}

.nayami {
  position: relative;
  & .button {
    position: absolute;
    bottom: 3%;
    margin: auto;
    left: 5%;
    & img {
      max-width: 100%;
    }
  }
}

.point {
  position: relative;
  & .button {
    position: absolute;
    bottom: 3%;
    margin: auto;
    left: 5%;
    & img {
      max-width: 100%;
    }
  }
}

.manga {
  position: relative;
  & .button {
    position: absolute;
    bottom: 5%;
    margin: auto;
    left: 5%;
    & img {
      max-width: 100%;
    }
  }
}

.step {
  position: relative;
  & .button {
    position: absolute;
    bottom: 3%;
    margin: auto;
    left: 4%;
    & img {
      max-width: 100%;
    }
  }
}
.example {
  position: relative;
  & .button {
    position: absolute;
    bottom: 3%;
    margin: auto;
    left: 4%;
    & img {
      max-width: 100%;
    }
  }
}
.voice {
  position: relative;
  & .button {
    position: absolute;
    bottom: 3%;
    margin: auto;
    left: 4%;
    & img {
      max-width: 100%;
    }
  }
}
.message {
  position: relative;
  & .button {
    position: absolute;
    bottom: 9%;
    margin: auto;
    left: 4%;
    & img {
      max-width: 100%;
    }
  }
}

#btn {
  width: 100%;
  position: fixed;
  max-width: 750px;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

#btn ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: last baseline;
}

#btn ul li {
  width: 45%;
}

#btn ul li a img {
  width: 400px;
  max-width: 100%;
}


#page-top {
  position: fixed;
  bottom: 160px;
  left: 73%;
  font-size: 77%;
}
#page-top a {
  background: #f36c56;
  width: 90px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#form{
  position: fixed;
  bottom: 160px;
  left: 73%;
  bottom: 5%;
  font-size: 77%;
}

#form a img {
  width: 50%;
}
#form a {
  background: #C4E9FB;
  width: 90px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page-top {
    display: none;
  }
  #form {
    display: none;
  }
}

footer {
  width: 100%;
  background: #fff;
}
footer .f_logo {
  display: block;
  max-width: 228px;
  margin: 0 auto;
  padding-top: 20px;
}
footer .address {
  text-align: center;
  font-size: 14px;
  margin: 30px 0;
  line-height: 1.8;
}
footer .address a {
  color: #000000;
}
footer .copy {
  background-color: #0f0f0f;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}
