*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
}

a, a:link, a:visited, a:hover, a:active {
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
}

:focus {
  outline: 0;
}

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

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-size: inherit;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  position: relative;
  /*
  visibility: hidden;
  &.wf-active {
  	visibility: visible;
  }
  */
}

body {
  position: relative;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  font-family: Noto Sans CJK JP, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 1.3245033113vw;
  }
}
@media screen and (max-width: 828px) {
  body {
    font-size: 3.8647342995vw;
  }
}

img {
  width: 100%;
}

.show {
  display: block;
}
@media screen and (max-width: 828px) {
  .show--pc {
    display: none !important;
  }
}
.show--sp {
  display: none !important;
}
@media screen and (max-width: 828px) {
  .show--sp {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1208px) {
  .container {
    max-width: 87.7483443709vw;
  }
}
@media screen and (max-width: 828px) {
  .container {
    max-width: 100%;
  }
}

.inner {
  width: 100%;
  max-width: 1058px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1208px) {
  .inner {
    max-width: 87.582781457vw;
  }
}
@media screen and (max-width: 828px) {
  .inner {
    max-width: 95%;
  }
}

.attention {
  font-size: 1.6rem;
}
@media screen and (max-width: 1208px) {
  .attention {
    font-size: 1.3245033113vw;
  }
}
@media screen and (max-width: 828px) {
  .attention {
    font-size: 2.8985507246vw;
    letter-spacing: 0.005em;
    line-height: 1.25;
  }
}

.backBtn {
  width: 440px;
  margin: 60px auto;
}
@media screen and (max-width: 1208px) {
  .backBtn {
    width: 36.4238410596vw;
    margin-top: 4.9668874172vw;
  }
}
@media screen and (max-width: 828px) {
  .backBtn {
    width: 53.1400966184vw;
    margin-top: 12.077294686vw;
    margin-bottom: 0;
  }
}

.footer {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1208px) {
  .footer {
    padding-bottom: 3.3112582781vw;
  }
}
@media screen and (max-width: 828px) {
  .footer {
    padding-bottom: 12.077294686vw;
  }
}

.pagetop {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 1208px) {
  .pagetop {
    right: 3.3112582781vw;
  }
}
@media screen and (max-width: 828px) {
  .pagetop {
    right: 4.8309178744vw;
  }
}
.pagetop__btn {
  display: block;
  width: 240px;
}
@media screen and (max-width: 1208px) {
  .pagetop__btn {
    width: 19.8675496689vw;
  }
}
@media screen and (max-width: 828px) {
  .pagetop__btn {
    width: 20.5314009662vw;
  }
}

.copyright {
  background-color: #e60012;
  font-size: 1.2rem;
  letter-spacing: 0.004em;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 1208px) {
  .copyright {
    font-size: 0.9933774834vw;
    padding: 1.6556291391vw 0;
  }
}
@media screen and (max-width: 828px) {
  .copyright {
    font-size: 2.4154589372vw;
  }
}/*# sourceMappingURL=common.css.map */