@media screen and (max-width: 960px) {
  .p-special {
    margin-top: 4.5rem;
  }
}

.p-special .p-special_title {
  text-align: center;
  font-size: 3rem;
  border-bottom: solid 2px var(--color-brown);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .p-special .p-special_title {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.p-special .p-special_text {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .p-special .p-special_text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.p-special_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-special_list-item {
  width: 48%;
  margin-left: 4%;
  margin-top: 5%;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media screen and (min-width: 961px) {
  .p-special_list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-special_list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
  .p-special_list-item:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 960px) {
  .p-special_list-item {
    border-radius: 10px;
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }
  .p-special_list-item:first-child {
    margin-top: 0;
  }
}

.chara_link {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .chara_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 70px;
  }
}

.chara_link li {
  position: relative;
  background: var(--color-orange);
  color: #fff;
  border-radius: 100px;
  padding: 10px 0;
  text-align: center;
  width: 160px;
  border: solid 2px var(--color-orange);
  margin-left: 5px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .chara_link li {
    font-size: 1.3rem;
    width: 32%;
    padding: 6px 0;
    margin-top: 5px;
  }
  .chara_link li:nth-child(3n+1) {
    margin-left: 0;
  }
  .chara_link li:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

.chara_link li:first-child {
  margin-left: 0;
}

.chara_link li:hover {
  background: #fff;
  color: var(--color-orange);
}

.chara_link li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.digicon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .digicon_flex {
    display: block;
  }
}

.digicon_flex .sp_wp {
  width: 20%;
}

@media screen and (max-width: 960px) {
  .digicon_flex .sp_wp {
    width: 100%;
    margin-bottom: 30px;
  }
}

.digicon_flex .icon {
  width: 19%;
  margin-left: 1%;
}

@media screen and (max-width: 960px) {
  .digicon_flex .icon {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.digicon_flex .header {
  width: 59%;
  margin-left: 1%;
}

@media screen and (max-width: 960px) {
  .digicon_flex .header {
    width: 100%;
    margin-left: 0;
  }
}

.digicon_wrap {
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .digicon_wrap {
    font-size: 2.5rem;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.digicon_wrap .digicon_name {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .digicon_wrap .digicon_name {
    font-size: 2.5rem;
  }
}

.digicon_wrap .btn {
  position: relative;
  text-align: center;
  background: var(--color-brown);
  border: 2px solid var(--color-brown);
  color: #fff;
  border-radius: 100px;
  margin-top: 5px;
  padding: 10px 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media screen and (max-width: 960px) {
  .digicon_wrap .btn {
    padding: 5px 0;
    font-size: 1.5rem;
  }
}

.digicon_wrap .btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 961px) {
  .digicon_wrap .btn:hover {
    background: #fff;
    color: var(--color-brown);
  }
}