@charset "UTF-8";
/* 全体 */
article#news .column {
  display: block;
  width: 94%;
  height: auto;
  background: url('./_image/bg.webp') no-repeat center top/100% auto;
  margin: 0 auto;
  padding: 0 0 5%;
  font-size: 15px;
}
/*メイン------------------------------*/
/* メイン */
.main {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: calc(832 / 635 * 100%);
  background: url('./_image/keyvisual.webp') no-repeat center top/100% auto;
}
/* キービジュアル */
.key {
  max-width: 100%;
}
/* ロゴ */
.logo {
  position: absolute;
  max-width: 61%;
  margin: 0 auto;
  top: 51.5%;
  left: 0.1%;
}
/* 原作・マンガ */
.writer {
  position: absolute;
  max-width: 29%;
  margin: 0 auto;
  top: 72%;
  left: 2%;
}
/*-----------------------------------------------------------*/
/*『悪霊家族』とは？------------------------------*/
.about {
  max-width: 100%;
  margin: -1% auto 0;
}
/* 見出し */
.bnr {
  width: 100%;
  margin: 0 auto;
}
/* 登場人物 */
.about .h2 {
  max-width: 12.5%;
  margin: 0.3% 0 0 84%;
}
/* キャラクター */
.chara {
  max-width: 96%;
  margin: -35% 0 0 0.8%;
}
/* あらすじ */
.stroy .h2 {
  max-width: 12.5%;
  margin: -5% 0 0 2.4%;
}
.arasuji {
  max-width: 78%;
  margin: -27.5% 0 0 17.7%;
}
/*-----------------------------------------------------------*/
/*試し読み------------------------------*/
.read {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: calc(500 / 635 * 100%);
  margin: 0 auto;
}
/* 見出し */
.read .bnr {
  width: 74%;
  margin: 0 auto;
  position: absolute;
  top: 8.5%;
  left: 3%;
  right: 0;
  z-index: 2;
}
/* 試し読み */
.cut {
  position: absolute;
  max-width: 95%;
  margin: 0% auto;
  top: 3%;
  left: 0;
  right: 7.4%;
  z-index: 1;
}
/* 試し読みボタン */
.btn {
  position: absolute;
  width: 48%;
  margin: 0 auto;
  right: 0;
  bottom: 25%;
  left: 0;
  z-index: 3;
}
/*-----------------------------------------------------------*/
/*フッター------------------------------*/
footer {
  position: relative;
  width: 94%;
  background: #000;
  margin: 0 auto 0;
  padding: 10% 0 4%;
  text-align: center;
  box-sizing: border-box;
  z-index: 999;
}
/*-----------------------------------------------------------*/
/*SP用ページ用設定*/
/*-----------------------------------------------------------*/
@media screen and (max-width: 667px) {
  /*---------------------------------------------------------*/
  /*------------------------------------------------end@media*/
}