@charset "UTF-8";
/**
 * fear.css
 * scss: ../scss/fear.scss
 */
.link a {
  font-size: 12px; }

.cap {
  font-size: 87.5%;
  color: #acbfec; }

.big {
  font-size: 125%; }

.big2 {
  font-size: 150%; }

.big3 {
  font-size: 175%; }

.red {
  color: #d33; }

.mincho {
  font-family: "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

.moon {
  margin: 1em auto; }

body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.75em;
  letter-spacing: .1em;
  color: #fff;
  background: #000; }
  body#pre {
    background-image: none; }

/* 
 * link style
 */
a {
  text-decoration: none;
  color: #ba0000;
  outline: none 0 !important; }
  a:link {
    text-decoration: none;
    color: #ba0000; }
  a:visited {
    text-decoration: none;
    color: #ba0000; }
  a:hover {
    text-decoration: underline;
    color: #700000; }
  a:active {
    text-decoration: underline;
    color: #700000; }
  a:hover img.hover {
    opacity: 0.6; }
  a.btn {
    line-height: 1;
    display: inline-block;
    padding: 16px 24px;
    border: 1px solid #ba0000;
    border-radius: 4px; }
    a.btn:hover {
      text-decoration: none;
      color: #ba0000;
      opacity: 0.6; }

#bg {
  position: fixed;
  background: url(../images/book-480.png) repeat center center;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto; }

.archive #header {
  background: url(../images/ph_main_archive.png) no-repeat 75px 10px; }
  .archive #header .link {
    margin-top: 60px; }

.archive #navi {
  margin-top: 0; }

.archive .conv {
  margin-bottom: 0; }

/*
 * 	header
 */
#header {
  width: 800px;
  margin: 0 auto;
  padding-top: 15px; }
  #header .logo {
    font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal;
    font-size: 120%;
    margin-bottom: 17px;
    text-align: center;
    text-transform: uppercase; }
    .ua-desktop-windows #header .logo {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
  #header .hobo {
    text-align: center; }
  #header h1 {
    font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal;
    font-size: 500%;
    line-height: 1.2em;
    margin: 40px auto 0;
    text-align: center;
    color: #ba0000; }
    .ua-desktop-windows #header h1 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
    #header h1 img {
      width: 100%; }
  #header h2 {
    font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal;
    font-size: 240%;
    line-height: 1.2em;
    margin-top: 0;
    text-align: center; }
    .ua-desktop-windows #header h2 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
  #header a:hover, #header a:active {
    text-decoration: none; }
  #header #yodogawa {
    width: 500px;
    height: 417px;
    margin: 0 auto;
    margin-top: -437px;
    text-align: center; }
  #header .photo {
    width: 700px;
    margin: 20px auto; }
  body.article #header {
    overflow: hidden; }
    body.article #header h1 {
      max-width: 314px;
      margin-top: 0;
      margin-bottom: 5px; }

.info {
  position: relative;
  max-width: 560px;
  margin: 20px auto;
  padding: 3em;
  border: 1px solid rgba(186, 0, 0, 0.5); }
  .info::before, .info::after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center center; }
  .info::before {
    top: -5px;
    left: 5px;
    width: 39px;
    height: 15px;
    background-image: url(../images/b1.svg);
    background-size: contain; }
  .info::after {
    right: 10px;
    bottom: -25px;
    width: 40px;
    height: 28px;
    background-image: url(../images/b2.svg); }
  .info > h2 {
    color: #ba0000;
    font-size: 200%;
    line-height: 1.5;
    text-align: left;
    font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal; }
    .ua-desktop-windows .info > h2 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
  .info > p {
    color: #ba0000;
    font-size: 160%;
    line-height: 1.5;
    text-align: left; }
  .info ul:nth-of-type(1) {
    margin-bottom: 2em;
    padding: 0 0 0 100px;
    background: url(/img/resize/140x999/fear/2019/images/book-240.png) no-repeat left top;
    background-size: 70px auto; }
  .info ul:nth-of-type(2) {
    padding: 0 158px 0 0;
    background: url(/img/resize/256x999/fear/2019/images/tobichi.png) no-repeat right top;
    background-size: 128px auto; }
  .info ul,
  .info ul li {
    margin: 0;
    list-style: none; }
  .info ul li {
    margin-bottom: 1em; }
    .info ul li p {
      font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
      -webkit-font-feature-settings: 'palt' 1;
      font-feature-settings: 'palt' 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: auto;
      font-weight: normal;
      line-height: 1.5;
      margin: 0; }
      .ua-desktop-windows .info ul li p {
        -ms-transform: rotate(0.001deg);
        transform: rotate(0.001deg); }
      .info ul li p:nth-of-type(1) {
        font-size: 180%;
        color: #acbfec; }
      .info ul li p:nth-of-type(2) {
        font-size: 160%;
        color: #ba0000; }
      .info ul li p a {
        line-height: 1;
        position: relative;
        display: inline-block;
        padding-bottom: 2px;
        transition: all .25s;
        color: rgba(255, 255, 255, 0.75); }
        .info ul li p a::after {
          position: absolute;
          bottom: 0;
          left: 50%;
          display: block;
          width: 98%;
          content: "";
          transition: all .25s;
          transform: translateX(-50%);
          border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
        .info ul li p a:hover {
          text-decoration: none;
          color: white; }
          .info ul li p a:hover::after {
            width: 110%;
            border-color: white; }
        .info ul li p a i {
          font-size: 75%;
          display: inline-block;
          vertical-align: top; }
  .info.special h2 {
    text-align: left; }
  .info.special > p:first-of-type {
    display: flex;
    align-items: center;
    margin-top: 0; }
    .info.special > p:first-of-type::before {
      display: block;
      content: "";
      background-color: #ba0000;
      width: 50%;
      height: 1px; }
    .info.special > p:first-of-type::after {
      display: block;
      content: "";
      background-color: #ba0000;
      width: 50%;
      height: 1px; }
    .info.special > p:first-of-type strong {
      font-family: "Hiragino Gyosyo W8 JIS2004", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
      -webkit-font-feature-settings: 'palt' 1;
      font-feature-settings: 'palt' 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: auto;
      font-weight: normal;
      font-size: 150%;
      width: 4em;
      text-align: center; }
      .ua-desktop-windows .info.special > p:first-of-type strong {
        -ms-transform: rotate(0.001deg);
        transform: rotate(0.001deg); }
  .info.special ul:nth-last-of-type(1) {
    padding: 0;
    background: none; }
  .info.special ul li p {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif; }
    .info.special ul li p, .info.special ul li p:nth-last-of-type(1) {
      font-size: 160%; }

/*
 * contents
 */
.contents {
  position: relative;
  width: 600px;
  margin: 0 auto 50px;
  padding: 5px 0; }
  .contents h2 {
    margin: 0;
    text-align: center; }
  .contents .article {
    position: relative;
    width: 560px;
    margin: 40px auto;
    text-align: center;
    color: #acbfec; }
    .contents .article .info {
      margin: 100px auto;
      text-align: center; }
    .contents .article h2 {
      font-weight: normal;
      margin-bottom: 25px;
      color: #d6d6d9; }
    .contents .article h3 {
      font-size: 240%; }
    .contents .article p {
      font-size: 160%;
      line-height: 1.75em; }
  .contents .mailColumn {
    margin: 50px 0;
    padding-top: 40px;
    background: url(../images/icon_mail.png) no-repeat center top; }
    .contents .mailColumn .article {
      margin-top: 0;
      color: #acbfec; }
  .contents .send {
    margin: 50px auto 0; }
  .contents .date {
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 140%;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
    color: #d6d6d9; }
  .contents .photo {
    margin: 40px auto; }
  .contents .btn-ranking {
    font-family: "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 180%; }
  .contents .book__img {
    text-align: center; }

#fearList {
  width: 560px;
  margin: 50px auto; }
  #fearList .new {
    font-size: 55.55556%;
    line-height: 1;
    margin-right: .25em;
    padding: 4px;
    vertical-align: middle;
    letter-spacing: 0;
    color: black;
    border-radius: 4px;
    background: #ba0000; }
  #fearList ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #fearList li {
    margin: 1em;
    padding: 0; }
    #fearList li a {
      font-size: 180%;
      font-weight: bold;
      line-height: 1.25;
      display: block; }

#ranking {
  margin: 50px auto;
  text-align: center; }
  #ranking ul {
    width: 400px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
    #ranking ul li {
      font-size: 140%;
      text-align: left; }
  #ranking li {
    margin: 0;
    padding: 0; }
  #ranking ol {
    width: 400px;
    margin: 0 auto;
    padding: 0;
    list-style-position: inside; }
    #ranking ol li {
      font-size: 160%;
      margin: 5px 0;
      padding: 5px 0;
      text-align: left;
      border-bottom: 1px solid #adadb2; }
      #ranking ol li a {
        display: block; }

#tonton {
  margin: 50px auto;
  text-align: center; }

#fearButton {
  text-align: center; }
  #fearButton .btn {
    cursor: pointer; }
  #fearButton img {
    display: block;
    width: 104px;
    height: 27px;
    margin: 0 auto; }

#pageFear2014 .contents h2 {
  font-size: 160%;
  margin: 20px auto 10px; }

#pageFear2014 .contents h3 {
  font-size: 240%;
  margin: 10px auto 50px; }

#pageFear2014 .contents i {
  font-style: normal; }

#pageFear2014 #mainText {
  position: relative;
  z-index: 1; }

#navi {
  width: 600px;
  margin: 50px auto; }
  #navi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -.4em; }
    #navi ul li {
      margin: 0;
      padding: 0;
      padding: 0 20px;
      text-align: left;
      letter-spacing: normal;
      display: inline-block; }
      #navi ul li.hidden {
        visibility: hidden; }

#contribute {
  height: auto;
  margin: 50px auto;
  border: 1px solid #333; }
  #contribute h2 {
    font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal;
    font-size: 240%;
    line-height: 1.2em;
    margin: 10px 0;
    text-align: center;
    color: #ba0000; }
    .ua-desktop-windows #contribute h2 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }

/*
 * archive
 */
#archive {
  width: 600px;
  height: auto;
  margin: 50px auto; }
  #archive h2 {
    font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal;
    font-size: 240%;
    line-height: 1.2em;
    margin: 10px 0;
    text-align: center;
    color: #ba0000; }
    .ua-desktop-windows #archive h2 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
  #archive ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #archive ul.past {
      margin-bottom: 20px; }
      #archive ul.past li a {
        font-family: "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
        font-size: 180%;
        line-height: 1.25; }
  #archive li {
    margin-bottom: 5px; }
    #archive li a {
      font-size: 160%;
      line-height: 1.75em;
      display: block;
      padding: 3px 0;
      text-align: center; }
    #archive li span {
      display: inline-block; }
      #archive li span.title {
        font-size: 160%;
        line-height: 1.25em;
        margin-top: 5px; }
      #archive li span.date {
        font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
        font-size: 120%;
        line-height: 1.5em;
        float: right;
        margin-top: 5px;
        text-transform: uppercase;
        color: #999; }
    #archive li.current {
      cursor: default; }
      #archive li.current a {
        cursor: default;
        color: #fff; }
        #archive li.current a:hover {
          color: #fff; }
      #archive li.current span.title {
        font-weight: bold;
        color: #666; }
      #archive li.current span.date {
        font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
        font-weight: bold;
        color: #00a43c; }
  #archive .prologue h3 {
    font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal;
    font-size: 160%;
    line-height: 1.5;
    text-align: center;
    color: #ccc; }
    .ua-desktop-windows #archive .prologue h3 {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
  #archive .prologue ul {
    font-size: 0;
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
    letter-spacing: 0; }
    #archive .prologue ul li {
      display: inline-block;
      box-sizing: border-box;
      width: 20%;
      padding: 0 5px;
      vertical-align: top; }
      #archive .prologue ul li a:hover img {
        opacity: .5; }
      #archive .prologue ul li a img {
        display: block;
        width: 100%; }
      #archive .prologue ul li a p {
        font-size: 0.75rem;
        line-height: 1.5;
        text-align: left; }

#footer ul li.share .count:before, #footer ul li.share .count:after {
  position: absolute;
  left: 50%;
  display: block;
  margin-top: 0;
  content: ""; }

#footer {
  position: relative;
  padding-bottom: 150px; }
  #footer ul {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -.4em; }
    #footer ul li {
      margin: 0;
      padding: 0 20px;
      vertical-align: top;
      letter-spacing: .075em;
      display: inline-block; }
      #footer ul li p {
        font-family: "Kointai-M", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
        -webkit-font-feature-settings: 'palt' 1;
        font-feature-settings: 'palt' 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: auto;
        font-weight: normal;
        font-size: 160%; }
        .ua-desktop-windows #footer ul li p {
          -ms-transform: rotate(0.001deg);
          transform: rotate(0.001deg); }
      #footer ul li.share a:hover {
        text-decoration: none; }
        #footer ul li.share a:hover .count {
          color: #ba0000; }
      #footer ul li.share .count {
        font-size: 120%;
        font-weight: bold;
        line-height: 1em;
        position: relative;
        display: block;
        width: 4em;
        margin: 10px auto 0;
        padding: 5px;
        cursor: default;
        letter-spacing: 0;
        border: 1px solid #ba0000;
        border-radius: 4px;
        background-color: #000;
        user-select: none; }
        #footer ul li.share .count:before {
          top: -13px;
          margin-left: -5px;
          border: 5px solid transparent;
          border-bottom: 8px solid #ba0000; }
        #footer ul li.share .count:after {
          top: -11px;
          margin-left: -4px;
          border: 4px solid transparent;
          border-bottom: 7px solid #000; }
      #footer ul li.line {
        display: none; }
      #footer ul li.mailto {
        display: inline-block;
        padding: 20px;
        border: 1px solid #333; }
        #footer ul li.mailto p {
          margin-top: 0;
          color: #666; }
      #footer ul li.header {
        display: block; }
        #footer ul li.header p {
          color: #666; }
  #footer .fblike {
    margin: 20px;
    text-align: center; }
  #footer .copyright {
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #d6d6d9; }

.none {
  display: none; }

.hidden {
  visibility: hidden; }

@media only screen and (max-width: 600px) {
  #wrapper {
    overflow: hidden;
    width: 100%; }
  #header {
    width: 100%;
    background-size: cover; }
    #header h1 {
      width: 95%; }
      #header h1 img {
        width: 100%; }
    #header #yodogawa {
      width: 100%; }
    #header .photo {
      width: 100%; }
    body.article #header .hobo {
      margin-left: 20px; }
    body.article #header h1 {
      margin-right: 20px; }
  .info {
    margin: 0 8px;
    padding: 1.5em; }
    .contents .info {
      margin: 0; }
    .info ul:nth-of-type(1) {
      padding-top: 130px;
      padding-left: 0;
      background-position: center top; }
    .info ul:nth-of-type(2) {
      padding-top: 130px;
      padding-right: 0;
      background-position: center top; }
      .info ul:nth-of-type(2) li:last-child {
        margin-bottom: 0; }
  .contents {
    width: auto;
    padding: 8px; }
    .contents .article {
      width: 100%;
      text-align: left; }
      .contents .article h2,
      .contents .article h3 {
        text-align: left; }
      .contents .article > img {
        width: 100%; }
      .contents .article .moon {
        display: block; }
    .contents .column {
      width: auto;
      padding: 0 8px; }
      .contents .column:after {
        width: 100%; }
      .contents .column:before {
        width: 100%; }
      .contents .column h2 {
        text-align: left; }
  #fearList {
    width: 100%; }
  #ranking ol,
  #ranking ul {
    width: 100%; }
  #navi {
    width: 100%; }
    #navi ul li {
      margin: 10px auto; }
  #contribute {
    box-sizing: border-box;
    width: 100%;
    padding: 20px; }
    #contribute .article {
      margin: 0; }
      #contribute .article .btn {
        box-sizing: border-box;
        width: 100%;
        text-align: center; }
  #archive {
    width: 100%; }
  #footer ul li.share .count:before, #footer ul li.share .count:after {
    position: absolute;
    top: 50%;
    display: block;
    margin-left: 0;
    content: ""; }
  #footer ul li {
    margin: 5px auto; }
    #footer ul li.share img {
      vertical-align: middle; }
    #footer ul li.share .count {
      display: inline-block;
      margin: 0 0 0 10px;
      vertical-align: middle; }
      #footer ul li.share .count:before {
        left: -13px;
        margin-top: -5px;
        border: 5px solid transparent;
        border-right: 8px solid #ba0000; }
      #footer ul li.share .count:after {
        left: -11px;
        margin-top: -4px;
        border: 4px solid transparent;
        border-right: 7px solid #000; } }

.feeeeear1 {
  display: inline-block;
  animation: feeeeear1 .1s  infinite; }

@keyframes feeeeear1 {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }

.feeeeear2 {
  display: inline-block;
  animation: feeeeear2 .15s  infinite; }

@keyframes feeeeear2 {
  0% {
    transform: translate(2px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(0px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(2px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(0px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(2px, 0px) rotateZ(0deg); } }

.feeeeear3 {
  display: inline-block;
  animation: feeeeear3 .2s  infinite; }

@keyframes feeeeear3 {
  0% {
    transform: translate(0px, 0px) rotateZ(1deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(0deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(-1deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(0deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(1deg); } }
