body {
  font-family: 'A1 Gothic R';
}
#yodogawa .inner {
  text-align: center;
}
#yodogawa .inner .p1 {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
}
#yodogawa .btn_profile.index-profile {
  width: 23%;
  margin-left: 2%;
  display: inline-block;
}
#yodogawa .btn_profile.index-profile:first-of-type {
  margin-left: 13%;
}
.is_child #yodogawa .btn_profile {
  margin-top: 2em;
}
#yodogawa .hidden,
.nav_after_parent .hidden {
  display: none;
}
.season .profiles {
  display: flex;
  max-width: 520px;
  gap: 4%;
  margin: 56px auto 70px auto;
  padding: 0 1%;
}
.season .profiles a {
  cursor: pointer;
}
.season .subtitle {
  text-align: center;
  border-top: 1px solid #B6B6B6;
  padding-top: 72px;
  font-size: 22px;
}
.season:not(.hidden) + .season {
  margin-top: 70px;
}
#index_nav {
  display: none;
}
.nav_after_parent {
  width: fit-content;
  margin: 0 auto;
  padding: 0px 10px 80px 10px;
}
.numa-chapter + .numa-chapter {
  margin-top: 2rem;
}
.numa-index-link {
  line-height: 1.5;
}
.numa-index-link + .numa-index-link {
  margin-top: 1.5rem;
}
.numa-chapter-head {
  width: 100%;
  max-width: 520px;
}
.numa-chapter-titles {
  padding-left: 95px;
  color: #b9b9b9;
}
.numa-chapter-titles a {
  color: #3a6086;
  transition: opacity 0.2s ease 0.05s;
}
@media (hover: hover) {
  .numa-chapter-titles a:hover {
    opacity: 0.7;
  }
}
.numa-index-title {
  font-size: clamp(13px, 3vw, 17px);
}
.numa-index-date {
  font-size: 12px;
}
@media (max-width: 640px) {
  #kv {
    min-height: 80vh;
  }
  .season .profiles {
    gap: 3%;
    margin: 28px auto 40px auto;
  }
  .season .subtitle {
    padding-top: 50px;
    font-size: 20px;
  }
  .season:not(.hidden) + .season {
    margin-top: 60px;
  }
  #yodogawa .btn_profile.index-profile {
    width: 30%;
    margin-left: 3%;
  }
  #yodogawa .btn_profile.index-profile-1 {
    margin-left: 0;
  }
  .numa-index-link + .numa-index-link {
    margin-top: 1.25rem;
  }
  .numa-chapter-titles:not(:empty) {
    padding-top: 1.25rem;
    padding-left: 5%;
  }
}
.is_pc .is_parent #yodogawa .index-profile a:hover,
.is_sp .is_parent #yodogawa .index-profile a.touch {
  border-bottom: none;
}
