:root {
  --color-text: #8899cc;
  --color-background: #111111;
  --color-share-icon: #cc1144;
}

body {
  font-family: "Yu Kyokasho New Yoko M", sans-serif;
  font-size: 16px;
  line-height: 1.618;
  letter-spacing: 0.1618rem;
  color: var(--color-text);
  background: var(--color-background);
  font-feature-settings: "halt";
}
body strong,
body b {
  font-family: "Yu Kyokasho New Yoko B";
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Yu Kyokasho New Yoko B";
}

a {
  text-decoration: none;
  transition: color 0.3s;
  color: hsl(344, 85%, 40%);
}
a:link, a:visited {
  color: hsl(344, 85%, 40%);
}
a:active {
  color: hsl(320, 85%, 60%);
}
a.btn {
  padding: 0.5em 1em;
  transition: color 0.3s, border-color 0.3s;
  border: 1px solid hsl(344, 85%, 40%);
  border-radius: 4px;
}
@media (hover: hover) {
  a.btn:hover {
    text-decoration: none;
    color: hsl(320, 85%, 60%);
    border-color: hsl(320, 85%, 60%);
  }
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 1 !important;
    color: hsl(320, 85%, 60%);
  }
  a img:hover,
  a svg:hover {
    opacity: 1 !important;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

#header {
  position: relative;
  width: 100%;
  padding: 0;
}
#header .logo {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: calc(50% - 50px);
  margin: 0;
  transform: translateX(-50%);
}
#header .hobo {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: calc(50% + 50px);
  transform: translateX(-50%);
}
#header h1 {
  width: 100%;
  margin: 0;
}

.contents .article p {
  font-size: 1rem;
  line-height: 1.618;
}
.contents .top {
  text-align: center;
  margin: 0.5em 0;
}
.contents .date {
  font-family: "Yu Kyokasho New Yoko M";
  font-size: 0.75em;
  margin: 2em 0 0.5em 0;
  color: #8899cc;
}
@media (max-width: 600px) {
  .contents {
    padding: 0 1em;
  }
}

#ranking h2 {
  font-family: Kointai-M;
  font-size: 1.5em;
  font-weight: normal;
  color: hsl(344, 86%, 30%);
}
#ranking .article {
  text-align: left;
  width: fit-content;
}
#ranking ol {
  width: fit-content;
  padding: 0 0 0 3em;
  list-style-position: outside;
}
#ranking ol li {
  font-family: "Yu Kyokasho New Yoko B";
  font-size: 1rem;
  margin: 0 0 1em 0;
  padding: 0;
  border: 0 none transparent;
  font-feature-settings: "palt";
}
#ranking ol li:nth-child(1) {
  font-size: 2em;
}
#ranking ol li:nth-child(2) {
  font-size: 1.5em;
}
#ranking ol li:nth-child(3) {
  font-size: 1.5em;
}
#ranking ol li:nth-child(4) {
  font-size: 1.25em;
}
#ranking ol li:nth-child(5) {
  font-size: 1.25em;
}
#ranking ol li a {
  display: block;
  margin: 0;
  padding: 0;
}
#ranking ol li a small {
  display: block;
  margin-right: 0.5em;
}

.rank {
  margin: 0.5em 0 2em 0;
}
.rank.vote-disabled a {
  cursor: default;
  pointer-events: none;
  color: #666666;
}
.rank.vote-disabled a svg {
  fill: #666666;
}
.rank.vote-disabled a span {
  text-decoration: line-through;
  color: #666666;
}
.rank a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank a svg {
  width: 2.5em;
  height: 2.5em;
  transition: fill 0.3s;
  fill: hsl(344, 85%, 40%);
}
.w640 .rank a svg {
  width: 2em;
  height: 2em;
}
.rank a > span {
  font-size: 1rem;
  position: static;
  transition: color 0.3s;
  transform: none;
  color: hsl(344, 85%, 40%);
}
.w640 .rank a > span {
  font-size: 0.875rem;
}
@media (hover: hover) {
  .rank a:hover svg {
    fill: hsl(320, 85%, 60%);
  }
  .rank a:hover::after {
    color: hsl(320, 85%, 60%);
  }
}
.rank p {
  font-size: 0.875rem;
  width: fit-content;
  margin: 0.5em auto;
}

#footer h3 {
  font-family: "Kointai-M";
  font-size: 1.5em;
  text-align: left;
  margin: 0 0 0.5em 0;
  color: hsl(344, 86%, 30%);
}
.is_sp #footer h3 {
  font-size: 1.5em;
}
#footer h4 {
  font-family: "Kointai-M";
  font-size: 1.25em;
  text-align: left;
  margin: 0 0 0.5em 0;
  color: hsl(344, 86%, 30%);
}
.is_sp #footer h4 {
  font-size: 1.25em;
}
#footer .fear-info-mail {
  box-sizing: border-box;
  max-width: 560px;
  margin: 2.5em auto;
  padding: 2.5em 0;
  border: 10px solid transparent;
  border-image: url(https://www.1101.com/fear/common/images/line.png) 20 20 20 20 round;
}
#footer .fear-info-mail p {
  text-align: center;
}
#footer .fear-info-mail .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 1em auto;
}
#footer .fear-info-mail .btn-submit svg.fear-icon {
  vertical-align: middle;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.5em;
  transition: fill 0.3s;
  fill: hsl(344, 85%, 40%);
}
@media (hover: hover) {
  #footer .fear-info-mail .btn-submit:hover svg.fear-icon {
    fill: hsl(320, 85%, 60%);
  }
}
#footer .fear-info-share {
  box-sizing: border-box;
  max-width: 560px;
  margin: 2.5em auto 1.75em;
  padding: 0 0;
}
#footer .fear-info-share p {
  text-align: center;
}
#footer .fear-info-share ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .fear-info-share ul li {
  margin: 0.5em 0;
  padding: 0;
}
#footer .fear-info-share ul li svg.fear-icon {
  vertical-align: middle;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.5em;
  transition: fill 0.3s;
  fill: hsl(344, 85%, 40%);
}
@media (hover: hover) {
  #footer .fear-info-share ul li:hover svg.fear-icon {
    fill: hsl(320, 85%, 60%);
  }
}
#footer .fear-info-share ul li a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
#footer .fear-info-share ul li a svg.fear-icon {
  vertical-align: middle;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.5em;
  transition: fill 0.3s;
  fill: hsl(344, 85%, 40%);
}
@media (hover: hover) {
  #footer .fear-info-share ul li a:hover svg.fear-icon {
    fill: hsl(320, 85%, 60%);
  }
}
#footer .fear-info-escape {
  box-sizing: border-box;
  max-width: 560px;
  margin: 1.75em auto 2.5em;
  padding: 0 0;
}
#footer .fear-info-escape p {
  text-align: center;
  margin: 0 0 1em 0;
}
#footer .fear-info-escape a svg.fear-icon {
  vertical-align: middle;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  transition: fill 0.3s;
  fill: hsl(344, 85%, 40%);
}
@media (hover: hover) {
  #footer .fear-info-escape a:hover svg.fear-icon {
    fill: hsl(320, 85%, 60%);
  }
}
#footer .copyright {
  font-size: 0.75em;
  color: #8899cc;
}
@media (max-width: 600px) {
  #footer {
    padding: 0 1em;
  }
}

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