.indent_half {
  position: static;
  margin-left: 0;
}

body {
  letter-spacing: 0.075em;
  font-feature-settings: "halt";
}

article {
  max-width: 720px;
}

#kv {
  position: relative;
}
#kv::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  transition: opacity 1s linear;
  transform-origin: 0% 0%;
  transform: rotate(45deg) translate(-50%, -50%);
  animation: arrow 1s ease-in-out infinite alternate;
  opacity: 1;
  border-right: 1px solid #e5e566;
  border-bottom: 1px solid #e5e566;
}
#kv.no-arrow::after {
  opacity: 0;
}

.content_wrap {
  background-color: transparent;
}

#yodogawa {
  border-radius: 8px;
  background-color: #e5e566;
}
#yodogawa p {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  margin-bottom: 0;
}

#index_nav {
  display: none;
}

#information_free * {
  box-sizing: border-box;
}
#information_free li {
  padding: 0;
  border: 0 none transparent;
}
#information_free .youtube_wrap {
  margin: 32px 0;
}
#information_free .info_title {
  display: block;
  margin: 32px 0;
}
#information_free .info_title h2 {
  font-family: "Gothic MB101 Ultra JIS2004", sans-serif;
  font-size: 24px;
  padding: 0.5em;
  text-align: center;
  color: #e5e566;
  border: 1px solid #e5e566;
  border-radius: 8px;
}
#information_free .info_plane_txt {
  font-family: "Gothic MB101 Medium JIS2004", sans-serif;
  max-width: 100%;
  padding: 16px;
  background-color: white;
}
#information_free .info_plane_txt:nth-child(3) {
  border-radius: 8px;
}
#information_free .info_plane_txt:nth-child(5) {
  padding-top: 32px;
  border-radius: 8px 8px 0 0;
}
#information_free .info_plane_txt:nth-child(n+5) {
  margin-bottom: 0;
  padding-left: 40px;
  background-image: linear-gradient(90deg, white, white 16px, #e5e566 16px, #e5e566 24px, white 24px);
}
#information_free .info_plane_txt:nth-child(n+5) p {
  display: flex;
  justify-content: flex-start;
}
#information_free .info_plane_txt:nth-child(n+5) p.period {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  font-size: 16px;
  margin: 16px 0 -16px 0;
}
#information_free .info_plane_txt:nth-child(n+5) p.period + br {
  display: none;
}
#information_free .info_plane_txt:nth-child(n+5) time {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #e5e566;
}
#information_free .info_plane_txt:nth-child(n+5) time::before {
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 16px;
  height: 8px;
  content: "";
  transform: translateY(-50%);
  background-color: #e5e566;
}
#information_free .info_plane_txt:nth-child(n+5) time + br {
  display: none;
}
#information_free .info_plane_txt:nth-child(n+5) h2 {
  font-family: "Gothic MB101 Bold JIS2004", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 16px 0;
}
#information_free .info_plane_txt:nth-child(n+5) h2 + br {
  display: none;
}
#information_free .info_plane_txt:nth-child(8) {
  padding-bottom: 32px;
  border-top: 1px solid #e5e566;
  border-radius: 0 0 8px 8px;
}
#information_free .info_plane_txt:nth-child(8) p {
  display: block;
}
#information_free .info_plane_txt:nth-child(8) p time {
  font-family: "Gothic MB101 Medium JIS2004", sans-serif;
  font-size: 12px;
  padding: 0;
  background-color: transparent;
}
#information_free .info_plane_txt:nth-child(8) p time::before {
  content: none;
}
#information_free .info_plane_txt .talker {
  display: flex;
  margin: 16px 0;
}
#information_free .info_plane_txt .talker img {
  width: calc(50% - 4px);
  max-width: 200px;
}
#information_free .info_plane_txt .talker img + img {
  margin-left: 8px;
}
#information_free .info_plane_txt .talker + br {
  display: none;
}

@media (max-width: 641px) {
  #kv {
    align-items: flex-start;
    width: 92.30769231%;
  }
  #kv h1 {
    padding-top: 3.84615385%;
  }
  #kv img {
    height: auto;
    object-fit: fill;
  }
  .content_wrap {
    width: 92.30769231%;
    margin: 0 auto;
  }
}
@media (min-width: 641px) {
  #kv > h1 {
    width: 560px;
  }
  #information_free .info_title h2 {
    width: 720px;
  }
  #information_free .info_plane_txt {
    width: 720px;
    padding: 32px;
  }
  #information_free .info_plane_txt:nth-child(5) {
    padding-top: 64px;
  }
  #information_free .info_plane_txt:nth-child(n+5) {
    padding-left: 72px;
    background-image: linear-gradient(90deg, white, white 32px, #e5e566 32px, #e5e566 40px, white 40px);
  }
  #information_free .info_plane_txt:nth-child(n+5) time::before {
    left: -32px;
    width: 32px;
  }
  #information_free .info_plane_txt:nth-child(8) {
    padding-bottom: 64px;
  }
}
@keyframes arrow {
  0% {
    transform: rotate(45deg) translate(-20px, -20px);
  }
  100% {
    transform: rotate(45deg) translate(-40px, -40px);
  }
}

/*# sourceMappingURL=custom.css.map */
