html {
  font-size: 62.5%;
}

/*
body {
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
*/

/* SP版 */
.sp-img-button {
  position: relative;
}

.sp-img-button img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sp-img-button a {
  display: block;
  position: absolute;
  top: 87.7%;
  left: 4%;
  right: 4%;
}

.sp-img-button02 {
  position: relative;
}

.sp-img-button02 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sp-img-button02 a {
  display: block;
  position: absolute;
  top: 49.7%;
  left: 4%;
  right: 4%;
}

.sp-img-only img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* PC版 */
.pc-img-button {
  position: relative;
}

.pc-img-button img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pc-img-button a {
  display: block;
  position: absolute;
  top: 53%;
  left: 22%;
  right: 22%;
}

.pc-img-button02 {
  position: relative;
}

.pc-img-button02 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pc-img-button02 a {
  display: block;
  position: absolute;
  top: 48%;
  left: 22%;
  right: 22%;
}

.pc-img-only img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* レスポンシブ対応 751px以上の時*/
@media (min-width: 751px) {
  .sp-img-button {
    display: none !important;
  }

  .sp-img-button02 {
    display: none !important;
  }

  .sp-img-only {
    display: none !important;
  }

  .pc-img-button {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pc-img-button02 {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pc-img-only {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* レスポンシブ対応 750px以下の時*/
@media (max-width: 750px) {
  .sp-img-button {
    max-width: 750px;
    margin: 0 auto;
  }

  .sp-img-button02 {
    max-width: 750px;
    margin: 0 auto;
  }

  .sp-img-only {
    max-width: 750px;
    margin: 0 auto;
  }
 /* 
  .sp-img-button img {
    max-width: 100%;
  }

  .sp-img-button a {
    max-width: 100%;
  }

  .sp-img-button02 img {
    max-width: 100%;
  }

  .sp-img-button02 a {
    max-width: 100%;
  }

  .sp-img-only img {
    max-width: 100%;
  }
*/

  .pc-img-button {
    display: none !important;
  }

  .pc-img-button02 {
    display: none !important;
  }

  .pc-img-only {
    display: none !important;
  }
}