@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@700&display=swap");
.bgstr {
  font-family: "Source Code Pro", monospace;
  font-size: 16.6vw;
  line-height: 1;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  text-align: justify;
  letter-spacing: 0;
  word-break: break-all;
}
@media (min-width: 641px) {
  .bgstr {
    font-size: 8.3vw;
  }
}
.bgstr > i {
  opacity: 0.15;
  mix-blend-mode: hard-light;
}

.indent_half_top {
  position: static;
  margin-left: 0 !important;
}

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

.pic {
  overflow: hidden;
  border-radius: 4px;
}
.pic_wrap {
  vertical-align: top;
}

#index_nav a .title {
  font-family: dotgothic16, sans-serif;
  font-size: 32px;
  white-space: normal;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: justify;
}
@media (min-width: 641px) {
  #index_nav a .title {
    text-align: center;
  }
}
#index_nav a .title .s {
  width: 100%;
  font-size: 32px;
  text-align: center;
}
#index_nav a .date {
  font-family: dotgothic16, sans-serif;
  font-size: 16px;
  color: #000;
}

article.bg_color {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "halt";
  background-color: rgba(255, 255, 255, 0);
}

#yodogawa {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
}
#yodogawa .inner {
  text-align: justify;
  text-shadow: 0px 1px 8px rgba(255, 255, 255, 0.75);
}

#talk_wrap h2 {
  font-family: dotgothic16, sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: justify;
  letter-spacing: 0;
}
#talk_wrap h2 .s {
  font-size: 32px;
  line-height: 1;
  width: 100%;
  text-align: center;
}

#talk_body,
.info_taidan_txt {
  max-width: 560px;
  margin: 0 auto;
}
#talk_body dt, #talk_body dd,
.info_taidan_txt dt,
.info_taidan_txt dd {
  font-size: 17px;
  line-height: 1.75;
  width: 100%;
  letter-spacing: 0;
  text-shadow: 0px 1px 8px rgba(255, 255, 255, 0.75);
  filter: drop-shadow(0px 1px 8px rgba(255, 255, 255, 0.75));
}
#talk_body dt,
.info_taidan_txt dt {
  padding: 0;
  text-align: left;
}
@media (min-width: 641px) {
  #talk_body dt,
.info_taidan_txt dt {
    width: 100px;
  }
}
#talk_body dd,
.info_taidan_txt dd {
  padding: 0;
  text-align: justify;
}
@media (min-width: 641px) {
  #talk_body dd,
.info_taidan_txt dd {
    width: calc(100% - 100px);
  }
}
#talk_body dd + dd,
.info_taidan_txt dd + dd {
  margin-top: -1em;
}
@media (min-width: 641px) {
  #talk_body dd + dd,
.info_taidan_txt dd + dd {
    padding-left: 100px;
  }
}

@media (min-width: 641px) {
  #information ul li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#information ul li .info_title {
  font-family: dotgothic16, sans-serif;
  font-size: 32px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 641px) {
  #information ul li .info_title {
    width: 100%;
    max-width: 100%;
  }
}
#information ul li .info_img {
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 641px) {
  #information ul li .info_img {
    width: 40%;
  }
}
#information ul li .info_img img {
  vertical-align: top;
}
#information ul li .info_desc {
  max-width: 480px;
}
@media (min-width: 641px) {
  #information ul li .info_desc {
    width: calc(60% - 40px);
    max-width: 100%;
    margin: 0 0 0 40px;
  }
}
#information ul li .info_desc p {
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 641px) {
  #information_free ul li {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#information_free ul li .info_title {
  font-family: dotgothic16, sans-serif;
  font-size: 32px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  max-width: 480px;
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 641px) {
  #information_free ul li .info_title {
    width: 100%;
    max-width: 100%;
  }
}
#information_free ul li .info_plane_txt {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 641px) {
  #information_free ul li .info_plane_txt {
    width: 100%;
    max-width: 100%;
    padding-bottom: 1.5em;
  }
}
#information_free ul li .info_plane_txt p {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 641px) {
  #information_free ul li .info_img {
    width: 35%;
    margin-bottom: 2em !important;
  }
}
#information_free ul li .info_img img {
  overflow: hidden;
  max-width: 240px;
  vertical-align: top;
  border-radius: 4px;
}
@media (min-width: 641px) {
  #information_free ul li .info_img img {
    max-width: 100%;
  }
}
#information_free ul li .info_desc {
  max-width: 480px;
  text-align: justify;
}
@media (min-width: 641px) {
  #information_free ul li .info_desc {
    width: calc(65% - 40px);
    max-width: 100%;
    margin: 0 0 2em 40px;
  }
}
#information_free ul li .info_desc p {
  font-size: 16px;
  line-height: 1.75;
}
#information_free ul li .info_desc p:first-child {
  font-family: dotgothic16, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#information_free ul li .info_desc p:last-child {
  margin-bottom: 0;
}
#information_free ul li .info_desc + .info_img {
  font-size: 16px;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid rgb(0, 0, 0);
}
@media (min-width: 641px) {
  #information_free ul li .info_desc + .info_img {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none transparent;
  }
}
