@charset "UTF-8";
.ttl_wrap span {
  font-size: 2rem;
}
.akira_ch_header{
  width: 100%;
  padding: 1.5rem;
  background: url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}
.akira_ch_header h1 {
  text-align: center;
  margin: 0.5rem auto;
}
.akira_ch_header h1 img{
  width: 98%;
}
.akira_ch_header h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e00316;
  text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff;
}
.akira_ch_container01 {
	background: #e00316;
}
.akira_ch_container01 h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .5rem;
  margin-bottom: 2rem;
  color: #fff;
}
.akira_ch_main {
  padding: 2.5rem 1.5rem 2.5rem 1.5rem ;
  max-width: 111rem;
  margin: 0 auto;
}
.akira_ch_main_about{
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  text-align: left;
  color: #fff;
}
.akira_ch_main_about span{
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.akira_ch_photo {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.akira_ch_photo img {
  width: 100%;
  max-width: 500px;   /* 元の画像幅の最大値 */
  height: auto;
  display: block;
  border-radius: 8px; /* オプション：角丸 */
}
.akira_ch_container02 h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .5rem;
  margin-bottom: 2rem;
  color: #e00316;
}
/* アーカイブ一覧（グリッド） */
.akira_ch_archive {
  display: grid;
  grid-template-columns: 1fr; /* モバイルは1列 */
  gap: 1.5em;
  margin: 1.5em 0 2em ;
}
/* 各アーカイブカード */
.archive_item {
  border: 2px solid #000;
  padding: 1.2em;
  border-radius: 8px;
  background: #fff;
}
/* タイトル */
.archive_title {
  margin: 0.3em 0 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #e00316;
}
/* テキスト */
.archive_text {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 1.4rem;
}
/* 画像 */
.archive_img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 1em;
  display: block;
}

/* オーディオ */
.archive_audio {
  width: 100%;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.sp_br {
  display: none;
}


@media screen and (min-width:768px) {
  .akira_ch_header {
    padding: 4rem 0 3.5rem ;
  }
  .akira_ch_header h1 {
    margin: 0.5rem auto ;
    width: 70rem;
  }
  .akira_ch_header h2 {
    font-size: 3.5rem;
    text-align: center;
  }
  .akira_ch_main {
    padding: 5rem 1.5rem;
  }
  .akira_ch_container01 h3 {
    font-size: 3rem;
  }
  .akira_ch_container02 h3 {
    font-size: 3rem;
  }
  .akira_ch_main_about {
    font-size: 1.7rem;
    line-height: 2;
    text-align: center;
  }
  .akira_ch_main_about span{
    font-size: 2rem;
    font-weight: bold;
}
  .akira_ch_photo {
    padding: 1em 0;
}
  .akira_ch_photo img {
    max-width: 500px; /* PC用に少し大きめ */
}
  .akira_ch_archive {
    grid-template-columns: 1fr 1fr; 
    gap: 2em;
    margin: 2.3em 0 2em ;
}
  .archive_text {
    font-size: 1.5rem;
}
  .sp_br {
    display: inline;
  }

	
}