/* css/beast.css */

#intro {
  border-top:solid 1px #29445e;
  width: 100vw !important;
  height: 40vh;
  position: relative;
  background-repeat: no-repeat;
}

#intro::before {
  content:"";
  position:absolute;
  inset:0;
  background:url(../img/beast/beast.webp) center/cover no-repeat;
  filter:blur(2px);
}

#intro h1 {
  color:#fff;
  font-size:36px;
  font-weight:bold;
  text-shadow:
    0 0 3px rgba(0,0,0,0.8),
    0 0 6px rgba(0,0,0,0.7),
    0 0 10px rgba(0,0,0,0.5);
}

#intro p {
  color:#fff;
  font-size:20px;
  text-shadow:
    0 0 3px rgba(0,0,0,0.8),
    0 0 6px rgba(0,0,0,0.7),
    0 0 10px rgba(0,0,0,0.5);
}

.intro-content{
  color: #fff;
  font-size: 20px;
}

.box3 p.line_h,
.box3 ul.line_h,
.box3 ul.line_h li {
  font-size: 20px;
  color: #222;
}

ul.line_h li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.65; /* 読みやすさ向上 */
}

ul.line_h li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.85em;
  font-weight: 700;
  color: #222; /* 黒すぎない現場色 */
}

.box3.beast-bg p.line_h,
.box3.beast-bg ul.line_h li {
  color: #000;
  text-shadow:
    -1px -1px 2px rgba(255,255,255,1),
     1px -1px 2px rgba(255,255,255,1),
    -1px  1px 2px rgba(255,255,255,1),
     1px  1px 2px rgba(255,255,255,1),
     0    0   4px rgba(255,255,255,0.9);
}

.beast-title {
  font-weight: 800;
  letter-spacing: .2px;
  color: #222;
}

.box3.beast-bg {
  position: relative;
  overflow: hidden; /* はみ出し防止 */
}

.box3.beast-bg::after {
  content: "";
  position: absolute;
  inset: 0; /* 全面 */
  background: url('../img/beast/beast_spike_only.png') center/contain no-repeat;
  opacity: .40; /* 調整OK */
  mix-blend-mode: multiply; /* 白背景線画に最適 */
  pointer-events: none;
}

.beast-pdf-link {
  color:#f93b3b !important;
  font-weight:900;
  font-size:19px;
  text-decoration:underline;
  text-shadow:
    0 0 2px #fff,
    0 0 4px #fff;
}

.beast-feature {
  margin-bottom: 25px;
}

.beast-img {
  width:100%;
  margin-bottom:12px;
}

.character_explain {
  font-size:18px;
  line-height:1.8;
  letter-spacing:0.1px;
}

/* スマホ時は消す（可読性優先） */
@media (max-width: 768px) {
	#intro {

	  height: 55vh;

	}

  .box3.beast-bg::after {
    display: none;
  }
  .beast-feature {
    margin-bottom: 18px;
  }
  .beast-feature .col-md-4 img {
    margin-bottom: 6px;
  }
  .beast-feature h4 {
    margin-top: 6px;
  }
}
