/* CSS Document */
/*root*/
p {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  transform: rotate(0.028deg);
}
p img {
  transform: rotate(-0.028deg);
}

html {
  background: #9d6eae;
  height: 100vh;
  width: 100%;
}

body {
  width: 100%;
  height: auto;
  color: #fff;
  padding-top: 30px;
  font-family: "zen-maru-gothic", sans-serif;
  min-width: 1000px;
}

.tizerImg {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.tizerImg.sp {
  display: none;
}
.tizerImg img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

footer {
  width: 100%;
  position: relative;
  padding-top: 50px;
  background: #9d6eae;
}
footer p {
  font-weight: 300;
  color: #fff;
}
footer .footer_logo {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
}
footer .footer_logo img {
  width: 100%;
  max-width: 318px;
}
footer .footer_link {
  margin: 30px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
footer .footer_link img {
  width: 100%;
  max-width: 56px;
  transition: 0.3s ease-in-out;
}
footer .footer_link img:hover {
  opacity: 0.65;
}
footer .footer_text {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
footer .footer_text p {
  font-size: 12px;
}
footer .footer_text p.copyright {
  width: 100%;
  border-top: solid 1px #fff;
  padding: 12px 0;
  margin-top: 18px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  body {
    padding-top: 8vw;
    min-width: auto;
  }
  .tizerImg {
    height: auto;
    padding: 0;
  }
  .tizerImg.pc {
    display: none;
  }
  .tizerImg.sp {
    display: block;
  }
  .tizerImg img {
    width: 100%;
    height: auto;
  }
  footer {
    padding-top: 13.3333333333vw;
  }
  footer .footer_logo img {
    max-width: 61.3333333333vw;
  }
  footer .footer_link {
    margin: 8vw auto;
  }
  footer .footer_link img {
    max-width: 13.3333333333vw;
  }
  footer .footer_text {
    text-align: left;
  }
  footer .footer_text p {
    margin: 0 auto;
    max-width: 89.3333333333vw;
    font-size: 3.2vw;
  }
  footer .footer_text p.copyright {
    max-width: 100%;
  }
}
