body {
  font-family: 'ヒラギノ角ゴ Pro W3', sans-serif;
  background-color: gray;
}

.tp {
  fill: #fff;
}

#kv {
  position: relative;
}

#kv .anim-typing{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

[data-name="──"] {
  color: #906919;
}

#yodogawa,
#information {
  background-color: #325064;
  color: #ffffff;
}
#yodogawa {
  padding: calc(80 / 640* 100vw) 25px;
}
.content_wrap section,
.content_wrap section#information {
  padding: 0;
}
#information .info_title {
  display: none;
}
/* .info_desc {
  padding: 10px 20px;
} */
.is_parent .bd_t,
.is_parent .bd_b {
  border-color: transparent;
}
#index_nav .title {
  margin-bottom: 0;
}

/* #information li .info_desc p {
  font-weight: 300;
} */
@media (max-width: 640px) {
  .info_desc {
    padding: calc(80 / 640* 100vw) 25px;
  }
  #information li .info_img {
    margin-bottom: 0;
  }
  #talk_body,
  #talk_wrap .talk_end {
    padding-right: 25px;
    padding-left: 25px;
  }
  #talk_wrap h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 641px) {
  #yodogawa {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .talk_nav_top {
    margin-top: 0;
  }
  .talk_nav_bottom {
    margin-bottom: 0;
  }
  article {
      max-width: initial;
  }
  #index_nav,
  #talk_wrap {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
  }
  #index_nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  #index_nav .title {
    margin-bottom: 0;
  }
  #information li {
    display: flex;
    justify-content: center;
    width: fit-content;
    gap: 40px;
    padding: 50px 0;
    margin:50px auto;
  }
  #information li .info_img img {
    max-width: 320px;
  }
  #information li .info_desc p {
    font-size: .95em;
  }
}
