body {
  font-family: 'A1 Gothic R', sans-serif;
  font-size: 17px;
  line-height: 2;
}

article {
  max-width: 100%;
}

#talk_wrap {
  max-width: 740px;
  margin-inline: auto;
}

#yodogawa {
  font-family: 'A1 Gothic M', sans-serif;
  font-weight: bold;
  font-size: 1.235rem;
  padding-bottom: 20px;
}

.btn_profile {
  border: 2.5px solid #000000;
  width: fit-content;
  padding-inline: 1rem;
}

.btn_profile a::after {
  content: "▶︎";
  color: currentColor;
  font-size: 1.0rem;
  font-weight: bold;
}

#index_nav .title img {
  width: auto;
  max-width: unset;
  height: clamp(20px, 4vw + 1rem, 55px);
}

#index_nav {
  margin-bottom: 0;
}

.talk_nav_bottom {
  margin-bottom: 0;
}

#information {
  padding-top: 52px;
  background-color: #fafa19;
}

.info_title {
  width: 90%;
  max-width: 500px;  
}

#information {
  border-bottom: 1px solid #000000;
  margin-bottom: 50px;
}

#information li {
  margin: 0;
}

#information li.bd_b {
  border-bottom: none;
}

#kv {
  width: 100vw;
  height: 100svh;
  position: relative;
  opacity: 0;
}
#kv .kv-slide {
  position: absolute;
  top: 0 ;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv .kv-slide {
  opacity: 0;
}
#kv .kv-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1280 / 860;
}

#talk_body dt[data-name] {
  font-family: 'A1 Gothic M', sans-serif;
  font-weight: bold; 
}

@media (max-width: 640px) {
  #talk_body dd, .info_taidan_txt dd {
    padding: 0;
  }
  br[data-br="kuten"]:not(.br):not(.sp),
  br[data-br="kakko"]:not(.br):not(.sp) {
    display: inline-block;
  }
}