:root {
  --color-text: #89c;
  --color-background: #111;
  --color-share-icon: #c14;
}

html {
  font-size: 17px;
}

body {
  letter-spacing: .1618rem;
  color: var(--color-text);
  background: var(--color-background);
  font-feature-settings: "halt";
  font-family: Yu Kyokasho New Yoko M, sans-serif;
  line-height: 1.618em;
}

body strong, body b, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: Yu Kyokasho New Yoko B;
}

body.is_sp {
  font-size: 17px;
  line-height: 1.618em;
}

a {
  color: #bd0f3e;
  text-decoration: none;
  transition: color .3s;
}

a.btn {
  border: 1px solid #bd0f3e;
  border-radius: 4px;
  padding: .5em 1em;
  transition: color .3s, border-color .3s;
}

@media (hover: hover) {
  a.btn:hover {
    border-color: #f042b6;
  }

  a:hover {
    color: #f042b6;
    opacity: 1 !important;
  }

  a img:hover, a svg:hover {
    opacity: 1 !important;
  }
}

article {
  max-width: 100%;
  padding: 0;
}

article.bg_color, #bg {
  background: none;
}

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

.bd_b {
  border-bottom: 10px solid #0000;
  border-image: url("https://www.1101.com/fear/common/images/line.png") 20 round;
}

.bd_t {
  border-top: 10px solid #0000;
  border-image: url("https://www.1101.com/fear/common/images/line.png") 20 round;
}

.bd_none {
  border: 0 #0000;
}

.home_menu_title_bg {
  fill: #bd0f3e;
}

.size50 {
  font-size: .5em;
}

.size50b {
  font-weight: bold;
}

.size55 {
  font-size: .55em;
}

.size55b {
  font-weight: bold;
}

.size60 {
  font-size: .6em;
}

.size60b {
  font-weight: bold;
}

.size65 {
  font-size: .65em;
}

.size65b {
  font-weight: bold;
}

.size70 {
  font-size: .7em;
}

.size70b {
  font-weight: bold;
}

.size75 {
  font-size: .75em;
}

.size75b {
  font-weight: bold;
}

.size80 {
  font-size: .8em;
}

.size80b {
  font-weight: bold;
}

.size85 {
  font-size: .85em;
}

.size85b {
  font-weight: bold;
}

.size90 {
  font-size: .9em;
}

.size90b {
  font-weight: bold;
}

.size95 {
  font-size: .95em;
}

.size95b {
  font-weight: bold;
}

.size100 {
  font-size: 1em;
}

.size100b {
  font-weight: bold;
}

.size105 {
  font-size: 1.05em;
}

.size105b {
  font-weight: bold;
}

.size110 {
  font-size: 1.1em;
}

.size110b {
  font-weight: bold;
}

.size115 {
  font-size: 1.15em;
}

.size115b {
  font-weight: bold;
}

.size120 {
  font-size: 1.2em;
}

.size120b {
  font-weight: bold;
}

.size125 {
  font-size: 1.25em;
}

.size125b {
  font-weight: bold;
}

.size130 {
  font-size: 1.3em;
}

.size130b {
  font-weight: bold;
}

.size135 {
  font-size: 1.35em;
}

.size135b {
  font-weight: bold;
}

.size140 {
  font-size: 1.4em;
}

.size140b {
  font-weight: bold;
}

.size145 {
  font-size: 1.45em;
}

.size145b {
  font-weight: bold;
}

.size150 {
  font-size: 1.5em;
}

.size150b {
  font-weight: bold;
}

.size155 {
  font-size: 1.55em;
}

.size155b {
  font-weight: bold;
}

.size160 {
  font-size: 1.6em;
}

.size160b {
  font-weight: bold;
}

.size165 {
  font-size: 1.65em;
}

.size165b {
  font-weight: bold;
}

.size170 {
  font-size: 1.7em;
}

.size170b {
  font-weight: bold;
}

.size175 {
  font-size: 1.75em;
}

.size175b {
  font-weight: bold;
}

.size180 {
  font-size: 1.8em;
}

.size180b {
  font-weight: bold;
}

.size185 {
  font-size: 1.85em;
}

.size185b {
  font-weight: bold;
}

.size190 {
  font-size: 1.9em;
}

.size190b {
  font-weight: bold;
}

.size195 {
  font-size: 1.95em;
}

.size195b {
  font-weight: bold;
}

.size200 {
  font-size: 2em;
}

.size200b {
  font-weight: bold;
}

.kointai {
  font-family: Kointai-M;
  font-weight: normal;
}

#kv {
  position: relative;
}

#kv h1 picture {
  display: none;
}

.is_parent #kv:before, .is_parent #kv:after {
  content: "";
  z-index: 10;
  background-color: #bd0f3e;
  border-radius: 1px;
  width: 40px;
  height: 2px;
  animation: 2.5s ease-in-out infinite float-vertical;
  position: absolute;
  bottom: 40px;
}

.is_parent #kv:before {
  transform-origin: 0;
  left: 50%;
  transform: rotate(-35deg);
}

.is_parent #kv:after {
  transform-origin: 100%;
  right: 50%;
  transform: rotate(35deg);
}

.is_sp .content_wrap {
  padding: 0 1em;
}

#yodogawa {
  text-align: center;
  box-sizing: border-box;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.is_sp #yodogawa p {
  font-size: 1em;
}

#yodogawa p:last-child {
  margin-bottom: 0;
}

.next_post a {
  border-color: #bd0f3e;
  border-radius: 4px;
  transition: border-color .3s;
}

.next_post a .next_title {
  color: #bd0f3e;
  transition: color .3s;
}

.next_post a .next_title_arrow {
  color: #bd0f3e;
  border-right-color: #bd0f3e;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  font-size: 1rem;
  transition: color .3s, border-color .3s;
}

.next_post a .next_title_arrow div {
  order: 2;
}

.next_post a .next_title_arrow div + div {
  order: 1;
  margin-top: 0;
  margin-right: .25em;
}

.next_post a .next_title_text br {
  display: none;
}

.next_post a svg {
  fill: #bd0f3e;
  width: 2.5em;
  height: 2.5em;
  transition: fill .3s;
}

.w640 .next_post a svg {
  width: 2em;
  height: 2em;
}

@media (hover: hover) {
  .next_post a:hover {
    border-color: #f042b6;
  }

  .next_post a:hover svg {
    fill: #f042b6;
  }

  .next_post a:hover .next_title {
    color: #f042b6;
  }

  .next_post a:hover .next_title_arrow {
    color: #f042b6;
    border-right-color: #f042b6;
  }
}

#talk_nav ul, .talk_nav ul {
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
}

.w640 #talk_nav ul, .w640 .talk_nav ul {
  flex-wrap: wrap;
}

#talk_nav ul li a, .talk_nav ul li a {
  align-items: center;
  transition: color .3s;
  display: flex;
}

#talk_nav ul li a svg, .talk_nav ul li a svg {
  fill: #bd0f3e;
  width: 2.5em;
  height: 2.5em;
  transition: fill .3s;
}

.w640 #talk_nav ul li a svg, .w640 .talk_nav ul li a svg {
  width: 2em;
  height: 2em;
}

#talk_nav ul li a:after, .talk_nav ul li a:after {
  color: #bd0f3e;
  font-size: 1rem;
  transition: color .3s;
  position: static;
  transform: none;
}

.w640 #talk_nav ul li a:after, .w640 .talk_nav ul li a:after {
  font-size: .875rem;
}

@media (hover: hover) {
  #talk_nav ul li a:hover svg, .talk_nav ul li a:hover svg {
    fill: #f042b6;
  }

  #talk_nav ul li a:hover:after, .talk_nav ul li a:hover:after {
    color: #f042b6;
  }
}

.w640 #talk_nav ul li.prev, .w640 .talk_nav ul li.prev {
  order: 1;
}

#talk_nav ul li.prev a:after, .talk_nav ul li.prev a:after {
  content: "まえの話に戻る";
}

.w640 #talk_nav ul li.index, .w640 .talk_nav ul li.index {
  order: 3;
  width: 100%;
}

.w640 #talk_nav ul li.index a, .w640 .talk_nav ul li.index a {
  justify-content: center;
}

#talk_nav ul li.index a:after, .talk_nav ul li.index a:after {
  content: "ほぼ日の怪談のトップへ";
  line-height: 2.5em;
}

.w640 #talk_nav ul li.next, .w640 .talk_nav ul li.next, #talk_nav ul li.next a svg, .talk_nav ul li.next a svg {
  order: 2;
}

#talk_nav ul li.next a:after, .talk_nav ul li.next a:after {
  content: "つぎの話も読む";
  order: 1;
}

#talk_nav ul li.stop a:after, .talk_nav ul li.stop a:after {
  content: "もうやめておく";
}

#talk_nav ul li.rank a, .talk_nav ul li.rank a {
  justify-content: center;
}

#talk_nav ul li.rank a span small, .talk_nav ul li.rank a span small {
  font-size: .75em;
}

#talk_nav ul li.rank p, .talk_nav ul li.rank p {
  text-align: left;
  width: fit-content;
  margin: .5em auto;
  font-size: .875rem;
  line-height: 1.618;
}

#talk_nav ul li.rank p small, .talk_nav ul li.rank p small {
  font-size: .75em;
}

#talk_nav ul li.rank.vote-disabled a, .talk_nav ul li.rank.vote-disabled a {
  cursor: default;
  pointer-events: none;
  color: #666;
}

#talk_nav ul li.rank.vote-disabled a svg, .talk_nav ul li.rank.vote-disabled a svg {
  fill: #666;
}

#talk_nav ul li.rank.vote-disabled a span, .talk_nav ul li.rank.vote-disabled a span {
  color: #666;
  text-decoration: line-through;
}

#talk_nav ul li.fear a:after, .talk_nav ul li.fear a:after {
  content: "こわいゼ‥‥ﾐ";
}

#talk_nav ul.fear-nav-bottom, .talk_nav ul.fear-nav-bottom {
  flex-direction: column;
  align-items: center;
}

#talk_nav_top, .talk_nav_top {
  display: none;
}

#fearButton .vote_btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

#fearButton .vote_btn svg {
  fill: #bd0f3e;
  width: 2.5em;
  height: 2.5em;
  transition: fill .3s;
}

.w640 #fearButton .vote_btn svg {
  width: 2em;
  height: 2em;
}

#fearButton .vote_btn span {
  color: #bd0f3e;
  transition: color .3s;
}

#fearButton .vote_btn span small {
  font-size: .75em;
}

.w640 #fearButton .vote_btn span {
  font-size: .875rem;
}

@media (hover: hover) {
  #fearButton .vote_btn:hover svg {
    fill: #f042b6;
  }

  #fearButton .vote_btn:hover span {
    color: #f042b6;
  }
}

#fearButton .vote_btn.voted {
  cursor: default;
}

#fearButton .vote_btn.voted svg {
  fill: #666;
}

#fearButton .vote_btn.voted span {
  color: #666;
}

#index_nav {
  box-sizing: border-box;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

#talk_body .txt_box .desc {
  width: fit-content;
  max-width: 100%;
}

#talk_body .txt_box .desc p {
  font-size: 1rem;
}

.is_sp #information_free {
  font-size: 1em;
}

#information_free li h3 {
  text-align: left;
  color: #8e0b2e;
  margin: 0 0 .5em;
  font-family: Kointai-M;
  font-size: 1.5em;
}

.is_sp #information_free li h3 {
  font-size: 1.5em;
}

#information_free li h4 {
  text-align: left;
  color: #8e0b2e;
  margin: 0 0 .5em;
  font-family: Kointai-M;
  font-size: 1.25em;
}

.is_sp #information_free li h4 {
  font-size: 1.25em;
}

.is_sp #information_free li p {
  font-size: 1rem;
}

#information_free li .fear-info-submit {
  box-sizing: border-box;
  border: 10px solid #0000;
  border-image: url("https://www.1101.com/fear/common/images/line.png") 20 round;
  max-width: 560px;
  margin: 2.5em auto;
  padding: 2.5em 0;
}

#information_free li .fear-info-submit h3 {
  text-align: center;
}

.is_sp #information_free li .fear-info-submit h3 {
  text-align: left;
}

.is_sp #information_free li .fear-info-submit {
  text-align: left;
  padding: 1em;
}

#information_free li .fear-info-submit .btn-submit {
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 1em auto;
  display: flex;
}

#information_free li .fear-info-submit .btn-submit svg.fear-icon {
  vertical-align: middle;
  fill: #bd0f3e;
  width: 1.75em;
  height: 1.75em;
  margin-right: .5em;
  transition: fill .3s;
}

@media (hover: hover) {
  #information_free li .fear-info-submit .btn-submit:hover svg.fear-icon {
    fill: #f042b6;
  }
}

#information_free li .fear-info-books {
  box-sizing: border-box;
  border: 10px solid #0000;
  border-image: url("https://www.1101.com/fear/common/images/line.png") 20 round;
  max-width: 560px;
  margin: 0 auto;
  padding: 40px;
}

.is_sp #information_free li .fear-info-books {
  padding: 1em;
}

#information_free li .fear-info-books .books {
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 1em;
  display: grid;
}

#information_free li .fear-info-books .books a {
  border-bottom: 0 #0000;
}

@media (hover: hover) {
  #information_free li .fear-info-books .books a:hover figcaption {
    color: #f042b6;
    border-color: #f042b6;
  }
}

#information_free li .fear-info-books .books figure {
  text-align: left;
}

#information_free li .fear-info-books .books figcaption {
  border-bottom: 1px solid #bd0f3e;
  transition: color .3s, border-color .3s;
  display: inline;
}

#information_free li .fear-info-books a {
  border-bottom: 1px solid #bd0f3e;
  transition: color .3s, border-color .3s;
}

@media (hover: hover) {
  #information_free li .fear-info-books a:hover {
    border-color: #f042b6;
  }
}

#information_free li .fear-info-books h3, #information_free li .fear-info-books h4 {
  text-align: center;
}

.is_sp #information_free li .fear-info-books h3, .is_sp #information_free li .fear-info-books h4 {
  text-align: left;
}

#information_free li .fear-info-books p {
  margin: 0 0 1em;
}

.is_sp #information_free li .fear-info-books p {
  text-align: left;
}

#information_free li .fear-info-archive {
  box-sizing: border-box;
  max-width: 560px;
  margin: 2.5em auto;
  padding: 0;
}

#information_free li .fear-info-archive h3 {
  text-align: center;
  color: #8e0b2e;
  margin: 0 0 .5em;
  font-family: Kointai-M;
  font-size: 1.5em;
}

.is_sp #information_free li .fear-info-archive h3 {
  font-size: 1.5em;
}

#information_free li .fear-info-archive ul.fear-archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#information_free li .fear-info-archive ul.fear-archive-list li {
  margin: .5em 0;
  padding: 0;
}

#information_free li .fear-info-mail {
  box-sizing: border-box;
  border: 10px solid #0000;
  border-image: url("https://www.1101.com/fear/common/images/line.png") 20 round;
  max-width: 560px;
  margin: 2.5em auto;
  padding: 2.5em 0;
}

#information_free li .fear-info-mail .btn-submit {
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 1em auto;
  display: flex;
}

#information_free li .fear-info-mail .btn-submit svg.fear-icon {
  vertical-align: middle;
  fill: #bd0f3e;
  width: 1.75em;
  height: 1.75em;
  margin-right: .5em;
  transition: fill .3s;
}

@media (hover: hover) {
  #information_free li .fear-info-mail .btn-submit:hover svg.fear-icon {
    fill: #f042b6;
  }
}

#information_free li .fear-info-share {
  box-sizing: border-box;
  max-width: 560px;
  margin: 2.5em auto 1.75em;
  padding: 0;
}

#information_free li .fear-info-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#information_free li .fear-info-share ul li {
  margin: .5em 0;
  padding: 0;
}

#information_free li .fear-info-share ul li svg.fear-icon {
  vertical-align: middle;
  fill: #bd0f3e;
  width: 1.75em;
  height: 1.75em;
  margin-right: .5em;
  transition: fill .3s;
}

@media (hover: hover) {
  #information_free li .fear-info-share ul li:hover svg.fear-icon {
    fill: #f042b6;
  }
}

#information_free li .fear-info-share ul li a {
  width: fit-content;
  margin: 0 auto;
  display: flex;
}

#information_free li .fear-info-share ul li a svg.fear-icon {
  vertical-align: middle;
  fill: #bd0f3e;
  width: 1.75em;
  height: 1.75em;
  margin-right: .5em;
  transition: fill .3s;
}

@media (hover: hover) {
  #information_free li .fear-info-share ul li a:hover svg.fear-icon {
    fill: #f042b6;
  }
}

#information_free li .fear-info-escape {
  box-sizing: border-box;
  max-width: 560px;
  margin: 1.75em auto 2.5em;
  padding: 0;
}

#information_free li .fear-info-escape p {
  margin: 0 0 1em;
}

#information_free li .fear-info-escape a svg.fear-icon {
  vertical-align: middle;
  fill: #bd0f3e;
  width: 2em;
  height: 2em;
  margin-right: .5em;
  transition: fill .3s;
}

@media (hover: hover) {
  #information_free li .fear-info-escape a:hover svg.fear-icon {
    fill: #f042b6;
  }
}

footer .share li.share_title {
  color: #bd0f3e;
  border-color: #bd0f3e;
}

footer .share li a {
  transition: color .3s;
}

footer .share li a svg {
  width: 30px;
  height: 100%;
}

footer .share li a svg path {
  fill: var(--color-share-icon, #c14);
  transition: fill .3s;
}

@media (hover: hover) {
  footer .share li a:hover svg path {
    fill: #f042b6;
  }
}

#yodogawa, #information_free [class*="fear-yodogawa"] {
  display: none;
}

@keyframes float-vertical {
  0%, 100% {
    opacity: .8;
    bottom: 40px;
  }

  50% {
    opacity: 1;
    bottom: 50px;
  }
}
