body {
  position: relative !important;
}
.cfooter a {
  text-decoration: underline;
}

#cpn-main {
  padding-bottom: 100px;
}

body {
  min-width: 100%;
}
.header,
.main {
  width: 100% !important;
  max-width: 1000px;
}

.img-box {
  position: relative;
}
.img-box img {
  width: 100%;
}
.img-box a {
  display: block;
  position: absolute;
}

.img-box .link-1 {
  width: 30%;
  height: 2%;
  top: 3.6%;
  left: 50%;
  transform: translateX(-50%);
}

.img-box .link-2 {
  width: 34%;
  height: 8%;
  top: 41%;
  left: 9%;
}
.img-box .link-3 {
  width: 34%;
  height: 8%;
  top: 41%;
  right: 10%;
}

.img-box .link-4 {
  width: 50%;
  height: 8%;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.img-box .link-5 {
  width: 43%;
  height: 78%;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
}

.img-box .link-7 {
  width: 50%;
  height: 100%;
  bottom: 0%;
  left: 0;
}

.img-box .link-8 {
  width: 50%;
  height: 100%;
  bottom: 0%;
  right: 0;
}

.about {
  padding: 60px;
}
.about h3 {
  background-color: #30815f;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about h4 {
  color: #cd0133;
}
.about h4::before {
  content: "■";
}

.about h5 {
  color: #cd0133;
  padding-top: 20px;
  font-weight: bold;
}
.about h5::before {
  content: "<";
}
.about h5::after {
  content: ">";
}
.about p {
  padding: 0;
}
.about p a {
  text-decoration: underline;
  color: unset;
}
.fixed {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
}
.fixed img {
  width: 100%;
}
.fixed a {
  display: block;
  width: 37%;
  height: 69%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fixed .fix-1 {
  left: 10%;
}
.fix-2 {
  right: 10%;
}
.sp {
  display: none;
}

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

  .img-box .link-1 {
    width: 64%;
    height: 2%;
    top: 1.5%;
  }

  .img-box .link-2 {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 26%;
    height: 6%;
  }
  .img-box .link-3 {
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    height: 6%;
  }
  .img-box .link-4 {
    width: 81%;
    height: 6%;
    bottom: 6%;
  }
  .img-box .link-5 {
    width: 81%;
    height: 87%;
    bottom: 14%;
  }

  .about {
    padding: 25px 15px;
  }
  .about h3 {
    line-height: 30px;
    font-size: 14px;
  }
  .about h4 {
    font-size: 14px;
  }
  .about h4::before {
    content: "■";
  }

  .about h5 {
    padding-top: 10px;
    font-size: 14px;
  }
  .about h5::before {
    content: "<";
  }
  .about h5::after {
    content: ">";
  }
  .about p {
    padding: 0;
  }
  .entrydcard {
    padding: 0;
  }
}
