#yodogawa .inner {
  font-family: 'A1 Gothic R', "sans-serif";
  letter-spacing: 0.14em;
  padding: 0em 0em 3em;
}
article {
  padding: 0 0 0 0;
  background-color: transparent;
}
article a {
  color: #d65c88;
}
article section:not(#kv), article nav, footer {
  background-color: rgba(255, 255, 255, 0.80);
}
footer .inner {
  background-color: transparent;
}
#kv {
  width: 100vw;
  padding-bottom: 0px
}
#yodogawa .inner p {
  /*line-height: 1.2em;*/
}
.profile_inner p, .profile_inner h3, .modal_content_inner p {
  font-family: 'A1 Gothic R', "sans-serif";
}
#information_free li .info_desc p {
  font-size: 14px;
  margin: -50px auto 0;
  padding-bottom: 30px;
}
#index_nav, #talk_nav, .talk_nav, #talk_wrap, footer {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
#index_nav .date {
  text-align: center;
  margin-bottom: 50px
}
#talk_wrap {
  font-family: 'A1 Gothic R', "sans-serif";
}
#talk_wrap h2 img {
  padding: 50px 0;
}
article section #information, article section #information_free {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'A1 Gothic R', "sans-serif";
  letter-spacing: 0.14em;
  line-height: 6em;
}
#information .info_title {
  text-align: center;
  line-height: 1.8em;
}
#information li, #information_free li {
  padding-top: 80px;
  padding-bottom: 50px;
}
.next_post {
  padding-bottom: 3em;
}
footer {
  padding-top: 2em;
}
#index_nav, #talk_nav, .talk_nav, #information li, #information_free li {
  margin-top: 0;
  margin-bottom: 0;
}
#talk_wrap h2 {
  margin: 0 auto 0;
}
#talk_wrap .talk_end, #talk_wrap .talk_end p {
  margin: 0;
}
#talk_wrap .talk_end {
  padding-top: 1em;
  padding-bottom: 4em;
}
#talk_body dt, .info_taidan_txt dt {
  letter-spacing: -0.25em;
}
#talk_body dd {
  line-height: 2.1em;
  letter-spacing: .01em;
}
.date {
  font-size: 12px;
}
/* 猫コンテンツ一覧 */
#cat_contents_archive {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-weight: bold;
}
article section#cat_contents_archive {
  background-color: rgb(255, 228, 223);
}
#cat_contents_archive img {
  display: block;
}
#cat_contents_archive img.cat_contents_title {
  display: block;
  margin: 0 auto;
  padding-top: 4em;
  max-width: 40%;
}
#cat_contents_archive p.cat_contents_caption {
  color: rgb(0, 0, 116);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}
#cat_contents_archive .cat_contents_banner {
  padding-top: 3em;
}
#cat_contents_archive .cat_contents_banner img {
  box-shadow: 0 0 5px rgb(35 24 21 / 50%);
}
#cat_contents_archive ul {
  padding: 2em 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em 1em;
}
#cat_contents_archive ul a {
  color: rgb(0, 0, 116);
}
#cat_contents_archive ul li img {
  box-shadow: 0 0 5px rgb(35 24 21 / 50%);
}
#cat_contents_archive ul li span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
}
@media (max-width: 640px) {
  #cat_contents_archive br {
    display: inherit;
  }
  #cat_contents_archive .cat_contents_banner img {
    box-shadow: none;
  }
  #cat_contents_archive p.cat_contents_caption {
    font-size: 12px;
  }
  #cat_contents_archive ul {
    grid-template-columns: 1fr 1fr;
    gap: 2em 2em;
  }
  #cat_contents_archive ul li span {
    font-size: 12px;
    letter-spacing: 0px;
  }
  #cat_contents_archive ul li span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
  }
  #cat_contents_archive img.cat_contents_title {
    padding-top: 3em;
    max-width: 60%;
  }
  #cat_contents_archive .cat_contents_banner {
    padding-top: 2em;
  }
}
/* 猫コンテンツ一覧 ココマデ */
@media (min-width: 740px) {
  #kv {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
@media (max-width: 740px) {
  #kv {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 641px) {
  #yodogawa {
    padding: 90px 0 80px 0;
  }
  #information_free li .info_img img {
    max-width: 450px;
  }
  #information_free li .info_img:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #yodogawa {
    margin-top: 30px !important;
    padding: calc(60 / 640 * 100vw) 1em 2em 1em !important;
    text-align: center;
  }
  .only_tablet #talk_body dl {
    /* margin: 0 auto; */
  }
  .profile_inner {
    padding: 0px 20px 20px 20px;
  }
  #talk_body dd {
    margin: 0 0 2.5em 0;
    padding: 0 0;
    letter-spacing: 0.01em;
    line-height: 2em;
  }
  #talk_body dt.t_h {
    left: unset;
  }
  #talk_body dl {
    padding: 0 20px;
  }
  #talk_body .pic .caption.caption_left {
    padding-left: 1em;
  }
  #information li .info_desc, #information_free li .info_desc {
    letter-spacing: 0.1em;
    text-align: justify;
  }
  #yodogawa .inner {
    letter-spacing: 0.01em;
    line-height: 2.1em;
    text-align: justify;
    padding: 0 1em 1em;
  }
  #information li .info_img, #information_free li .info_img {
    margin: 30px 30px 40px;
  }
  #information_free li .info_img img {
    width: 80%;
    padding-top: 0px;
  }
  #information li .info_desc, #information_free li .info_desc {
    max-width: 70%;
    margin: 0 auto;
  }
  .only_tablet #information li .info_desc, .only_tablet #information_free li .info_desc {
    max-width: 480px;
    margin: 0 auto;
  }
  #information li, #information_free li {
    padding: 40px 0 0;
  }
  #information .info_title, #information_free .info_title {
    padding: 2em 2em 0;
    line-height: 1.8em;
    margin-bottom: 0;
  }
  .date {
    font-size: 11px;
  }
  footer {
    padding-top: 50px;
  }
}