.p-special__footer {
  margin-top: 80px;
}

.p-special_title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  background: #2f53e8;
  border-radius: 100px;
  padding: 18px 0 20px;
}

@media screen and (max-width: 767px) {
  .p-special_title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.p-special_title p {
  color: #fff;
}

.p-special_lead {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-special_lead {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.p-special .digicon {
  border: #2f53e8 solid 2px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #e8f9ff;
}

.p-special .digicon dt {
  position: relative;
  background: #2f53e8;
  color: #fff;
  padding: 10px 0 12px 15px;
}

@media screen and (max-width: 767px) {
  .p-special .digicon dt {
    font-size: 15px;
  }
}

.p-special .digicon dt .head_icon {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-special .digicon dt .head_icon-img {
  width: 18px;
  margin-left: 3px;
}

.p-special .digicon dd {
  padding: 30px;
}

.p-special .digicon dd .img {
  overflow: hidden;
  border-radius: 10px;
}

.p-special .digicon_sp {
  width: 50%;
  max-width: 500px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .p-special .digicon_sp {
    width: 100%;
    margin: 0 auto 0;
  }
}

.p-special .digicon_icon {
  width: 50%;
  max-width: 400px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .p-special .digicon_icon {
    width: 100%;
  }
}

.p-special .dl_btn {
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 0 0 2px #2f53e8;
  box-shadow: 0 0 0 2px #2f53e8;
  background-color: #ff88f1;
  border-radius: 100px;
  color: #fff;
  padding: 15px 0 16px;
  margin-top: 15px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94);
  transition: background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94);
  transition: transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94), background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94), background-color 0.35s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1.59, 0.52, 0.94);
}

.p-special .dl_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-special .dl_btn:hover {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    background-color: #f79764;
  }
}

@media screen and (max-width: 767px) {
  .p-special .dl_btn {
    font-size: 13px;
  }
}

.chara_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chara_tab .chara_tab_item {
  width: 180px;
  background: #e8f9ff;
  text-align: center;
  border: #2f53e8 solid 2px;
  border-radius: 100px;
  padding: 14px 0 15px;
  margin: 0 5px 10px 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: all 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
}

@media screen and (max-width: 767px) {
  .chara_tab .chara_tab_item {
    width: 32%;
    margin: 0 0 2% 2%;
    padding: 10px 0 11px;
    font-size: 13px;
  }
  .chara_tab .chara_tab_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .chara_tab .chara_tab_item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

.chara_tab .chara_tab_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .chara_tab .chara_tab_item:hover {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
}

.chara_tab .chara_tab_item.current {
  background: #2f53e8;
  color: #fff;
  pointer-events: none;
}

.change_wrap {
  position: relative;
}

.change {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  width: 100%;
  width: 100%;
  padding-top: 30px;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  pointer-events: none;
}

.change.current {
  opacity: 1;
  position: relative;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  margin-top: 0;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  pointer-events: auto;
}
/*# sourceMappingURL=nakamurakun.special.css.map */