@charset "utf-8";
/* CSS Document */

    * {
      box-sizing: border-box;
    }

    html {
      min-height: 100%;
      background: #08070b;
    }

    body {
      position: relative;
      margin: 0;
      min-height: 100vh;
      color: #e8c57a;
      font-family: "Kaisei HarunoUmi", "Yu Mincho", "Hiragino Mincho ProN", "YuMincho", serif;
      background: #08070b;
      overflow-x: hidden;
    }

    /* スマホでも背景を固定して見せるため、body背景ではなく固定レイヤーにする */
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.34)),
        url("../images/background1.webp") center center / cover no-repeat;
      pointer-events: none;
    }

    body.paper::before {
      background:
        linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.72)),
        url("../images/background3.webp") center center / cover no-repeat;
    }

    button,
    input,
    textarea,
    select {
      font-family: inherit;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      height: auto;
    }

    .page {
      position: relative;
      z-index: 1;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      padding: 18px 0 34px;
    }

    .inner {
      width: 640px;
      max-width: 94%;
      text-align: center;
    }

    .logo {
      width: 50%;
      max-width: 400px;
      display: block;
      margin: 1em auto;
      filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
    }

    .main-visual {
      width: 74%;
      max-width: 640px;
      display: block;
      margin: 1em auto;
      filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.72));
    }

    .contents-title {
      margin: 10px 0 12px;
      color: #d7a24a;
      font-size: 15px;
      letter-spacing: 0.18em;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
    }

    .bnr-link {
      display: inline-block;
      width: 260px;
      max-width: 72%;
      margin: 10px;
      transition: transform 0.18s ease, filter 0.18s ease;
    }

    .bnr-link:hover {
      transform: translateY(-2px);
      filter: brightness(1.08);
    }

    .bnr-link img {
      display: block;
      border-radius: 4px;
      box-shadow: 0 7px 16px rgba(0, 0, 0, 0.62);
    }

    .footer-links {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
		margin-top: 1em;
      padding: 8px;
      font-size: 14px;
      color: #d59b3f;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
		border-top:solid 1px #d59b3f;
    }

    .footer-links a {
      opacity: 0.9;
    }

    .footer-links a:hover {
      opacity: 1;
      text-decoration: underline;
    }

    .footer-links span {
      opacity: 0.55;
    }

    @media (max-width: 640px) {

    .logo {
      width: 70%;
      max-width: 400px;
      display: block;
      margin: 1em auto;
      filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.65));
    }

    .main-visual {
      width: 80%;
      max-width: 640px;
      display: block;
      margin: 1em auto;
      filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.72));
    }

      .page {
        padding: 14px 0 28px;
      }

      .main-visual {
        margin-top: -10px;
      }

      .contents-title {
        margin: 8px 0 10px;
        font-size: 13px;
      }

      .bnr-link {
        width: 230px;
        margin-bottom: 24px;
      }

      .footer-links {
        font-size: 13px;
        gap: 8px;
      }
    }


.about h2{
	font-size:larger;
}

.about p{
	text-align:left;
}


/* 汎用ボタン */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin:1em auto;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(214, 176, 91, 0.45);
  background: rgba(30, 12, 18, 0.58);
  color: #e8d4a0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  backdrop-filter: blur(3px);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.btn:hover {
  background: rgba(78, 25, 31, 0.72);
  border-color: rgba(238, 202, 116, 0.75);
  color: #fff1bd;
}

.btn:visited {
  color: #e8d4a0;
}

/* 魔界新聞 */
.makai-paper-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 72px;
	text-align: center;
	position: relative;
	z-index: 100;
}

.makai-paper-section h1 {
  text-align: center;
  margin-bottom: 16px;
}

.makai-paper-lead {
  max-width: 720px;
  margin: 0 auto 36px;
  line-height: 1.8;
  text-align: center;
}

.makai-paper-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.makai-paper-card {
  display: block;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,.28);
  transition: transform .15s ease, box-shadow .15s ease;
}

.makai-paper-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,.36);
}

.makai-paper-card img {
  width: 100%;
  display: block;
  background: #2a1510;
}

.makai-paper-card h2 {
  margin: 16px 0 8px;
  font-size: 1.35rem;
}

.makai-paper-card p {
  margin: 0;
  line-height: 1.7;
  font-size: .95rem;
}

@media (max-width: 700px) {
  .makai-paper-section {
    padding: 36px 16px 56px;
  }

  .makai-paper-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .makai-paper-lead {
    text-align: left;
  }
}

.paper-view-body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)),
    url("../images/background3.webp") center center / cover no-repeat fixed;
  color: #fff;
}
.paper-view-body::before {
	z-index: -1;
}

.paper-view {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px 56px;
}

.paper-view-header {
  margin-top: 18px;
	text-align: center
}

.paper-back {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: rgba(80, 20, 20, 0.85);
  border: 1px solid rgba(255, 220, 160, 0.45);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.95rem;
}

.paper-back:hover {
  opacity: 0.85;
}

.paper-view-frame {
  max-width: 960px;
  margin: 0 auto;
  padding: 12px;
  background: rgba(20, 8, 5, 0.9);
  border: 2px solid rgba(255, 210, 140, 0.45);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}

.paper-view-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.paper-error {
  margin: 0;
  padding: 40px 16px;
  text-align: center;
  color: #f6d8b0;
}

@media (max-width: 700px) {
  .paper-view {
    padding: 16px 10px 40px;
  }

  .paper-view-frame {
    padding: 8px;
    border-radius: 10px;
  }

  .paper-back {
    font-size: 0.9rem;
    padding: 7px 14px;
  }
}




/* Adsence */
.admon-ad-block {
  width: 100%;
  max-width: 400px;
  margin: 32px auto;
  box-sizing: border-box;
	display: none; /*審査待ち*/
}

.admon-frame {
  width: 100%;
  box-sizing: border-box;
}

/* 01：アドマモン＋上枠 */
.admon-frame-top {
  width: 100%;
  aspect-ratio: 640 / 184;
  background-image: url("/assets/images/adframe-01.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

/* 02：縦に伸びる中央 */
.admon-frame-middle {
  width: 100%;
  min-height: 100px;
  background-image: url("/assets/images/adframe-02.webp");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  box-sizing: border-box;

  /*
    640px幅時：
    左右枠＋余白を避けて、広告エリアを中央320px前後にする
  */
  padding: 0px 12% 0px 14%;
}

/* 広告本体を中央に置く */
.admon-adsense-box {
  width: 100%;
  max-width: 320px;
  min-height: 250px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* AdSense本体 */
.admon-adsense-box .adsbygoogle {
  display: block;
  width: 100%;
  min-height: 250px;
}

/* 03：下枠 */
.admon-frame-bottom {
  width: 100%;
  aspect-ratio: 640 / 58;
  background-image: url("/assets/images/adframe-03.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}