#content {
  position: relative;
  padding: 92px 0 74px;
  background: url("../img/bg_bottom.png") repeat-x bottom left, url("../img/bg_con.png") no-repeat top center;
  background-size: auto, 100%;
}
@media only screen and (max-width: 768px) {
  #content {
    padding: 7.03125vw 0 17.8125vw;
    background: url("../img/bg_bottom-sp.png") repeat-x bottom left, url("../img/bg_con-sp.png") no-repeat top center;
    background-size: auto, 100%;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_con_rp.jpg") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #content .bg {
    background: url("../img/bg_con_rp-sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
#content .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: auto;
  }
}
#content .btn-next {
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #content .btn-next {
    width: 33.75vw;
    margin-left: 61.71875vw;
  }
}

#special h2 {
  position: relative;
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  #special h2 {
    margin-bottom: 7.03125vw;
  }
}
#special .con {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #special .con {
    padding-bottom: 6.25vw;
  }
}
#special .con::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: url("../img/frame-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #special .con::after {
    height: 6.25vw;
    margin: 0 auto;
    background: url("../img/frame-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#special .con .block {
  padding-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  #special .con .block {
    width: 90.625vw;
    margin: 0 auto;
    padding-bottom: 11.5625vw;
  }
}
#special .con .block:not(:last-of-type) {
  border-bottom: 1px solid #1a1621;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #special .con .block:not(:last-of-type) {
    margin-bottom: 10.9375vw;
  }
}
#special .con .block h3 {
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  #special .con .block h3 {
    margin: 0 -4.6875vw 8.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .con .block.store-block .image {
    width: 93.125vw;
    margin: 0 -1.25vw;
  }
}
#special .con .block .wrap {
  width: 812px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #special .con .block .wrap {
    width: auto;
    display: block;
  }
}
#special .con .block .wrap .image {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #special .con .block .wrap .image {
    margin-bottom: 1.5625vw;
  }
}