@import url(https://db.onlinewebfonts.com/c/e880dd7c6ab5731cbb5db5df70330509?family=DIN+2014+Bold);
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Gothic+A1:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.custom__AUPP,
.custom__aupp__title {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.sns-icons {
  display: flex; 
  gap: 10px;
}
.sns-icons img {
  width: 20px;
  height: auto;
}

.link-btn-wrap {
  text-align: center; /* 中央寄せ */
  margin: 40px 0;
}

.link-btn {
  display: inline-block;
  padding: 12px 60px;
  margin-top: 15px;
  background-color: #004F8C; /* ボタン色 */
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.link-btn:hover {
  background-color: #17649E; /* ホバー時の色 */
}


@media screen and (max-width:768px) {
  .custom__AUPP {
    padding: 0 3%;
  }

  .custom__aupp__title {
    margin-left: 0px;
    text-align: center;
  }

  .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .manga-icon-img {
    width: 120px !important;
    height: 120px !important;
  }
}

.custom__aupp__title {
  margin-left: 20px;
}

.img-center {
  margin-top: 5px;
}



