@charset "utf-8";


.dradi-wrapper {
  width:100%;
  margin: 0 auto;
  padding: 0 1em;
  overflow: hidden;
}

h2.section-title {	
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #83724d;  /* オリーブ系ライン */
  padding: 0.3em;
  margin-bottom: 2em;
  transform: skewX(-10deg);
  position: relative;
  font-size: 1.4em;
  color: #333;
}

.section-title::before,
.section-title::after {
  content: '';
  background-color: #d6c89a;  /* ベージュ系アクセントバー */
  width: 3px;
  height: 20px;
  transform: rotate(30deg);
  position: absolute;
  bottom: -10px;
}

.section-title::before {
  right: 2.5em;
}

.section-title::after {
  right: 2em;
}

hr.divider {
  border: none;
  border-top: 1px dashed #bbb;
  margin: 3em auto 2em;
  width: 60%;
  opacity: 0.6;
}


/* セクション１カルーセル */

.swiper-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto 2em;
  padding: 0 0;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.swiper-pagination-bullet {
  background-color: #f3ede4; 
  opacity: 0.8;
}
.swiper-pagination-bullet-active {
  background-color: #eee5ce; 
  opacity: 1;
}

@media (max-width: 767px) {
  .swiper-pagination {
    position: relative !important;  /* ← 絶対配置を解除！ */
    bottom: auto !important;
    margin-top: 1em;
    padding-bottom: 0.5em;
  }

  .swiper-container {
    padding-bottom: 0 !important;  /* 下の余白が不要になるので調整 */
  }
}

/* セクション1：Dらじの紹介 */
.dradi-intro {
  text-align: center;
  padding: 2em 1em;
  background-color: #fffdf8;
}

.dradi-intro h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #83724d;
  font-weight: bold;
}

.dradi-intro p {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
}


/* セクション1：パーソナリティ紹介 */

h3.personality {
  font-size:1.6em;
  font-weight: bold;
  margin: 2em 0 1em;
  color: #333;
} 

.section-personality .section-title {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.8em;
}

.personality-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}

.personality-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  text-align: center;
}

.personality-item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1em;
  border: 3px solid #eee5ce;
}

.name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.2em 0;
}

.role {
  font-size: 0.95em;
  color: #83724d;
  margin-bottom: 0.5em;
}

.profile {
  font-size: 0.9em;
  color: #444;
}



/* セクション2：シリーズ紹介 */
.series-section {
  margin: 3em 0;
  padding: 1em;
}
.series-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  justify-content: space-between;
}
.series-item {
  flex: 1 1 calc(33.333% - 1em);
  box-sizing: border-box;
  text-align: center;
}
.series-item img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 1em;
  display: block;
}
.series-item h3 {
  margin: 0.5em 0 0.3em;
  font-size: 1.2em;
  color: #333;
}
.series-item p {
  font-size: 0.95em;
  color: #666;
  text-align: left;
}

@media (max-width: 767px) {
  .series-item {
    flex: 1 1 100%;
  }
}

.listen-section {
  padding: 3em 1em;
  background-color: #fffaf3;
  text-align: center;
}

.section-title {
  font-size: 1.8em;
  margin-bottom: 1.2em;
}



/* フォローバナー */
.follow-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  background: #F5EAEA; 
  border: 2px solid #D5767B ; 
  padding: 1em;
  border-radius: 12px;

  margin: 1em auto 2em;
  max-width: 600px;
}

/* テキストの色と余白 */
.follow-banner p {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

.follow-banner img {
  width: 60px;
  height: auto;
}

/* 小見出し */
.platform-label {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #4c3d25;
}

/* 各配信ブロック */
.listen-block {
  margin-bottom: 3em;
}

/* Voicy特別枠 */
.voicy-feature img {
  max-width: 300px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* 他配信先ロゴ */
/* 共通：全ロゴの並び */
.platform-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  max-width: 100%;
  margin: 0 auto;
}

/* 全体のデフォルト（PC時） */
.platform-row a {
  flex: 1 1 18%;
  max-width: 140px;
  min-width: 120px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}

/* スマホ（767px以下）では、YouTubeだけ100%、それ以外は2列に */
@media (max-width: 767px) {
  .platform-row a {
    flex: 1 1 45%;
    max-width: none;

  }

  .platform-row a:first-child {
    flex: 1 1 100%;
  }
 .platform-row a:first-child span {
    font-size: 1.2em;
	height:50px;
	}

}


/* ロゴの高さ調整（共通） */
.platform-row img,
.platform-row span {
  display: block;
  margin: 0 auto;
  height: 40px;
  object-fit: contain;
}

/* YouTubeなど代替ボタン */
.btn-youtube {
  display: inline-block;
  background: #e53935;
  color: white;
  white-space: nowrap; 
  padding: 0.8em 1em;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.9em;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

.btn-ytmusic {
  display: inline-block;
  background: #000;
  color: white;
  white-space: nowrap; 
  padding: 0.8em 1em;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.9em;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

/* バナー画像サイズ調整 */
.platform-row img {
  width: 100%;
  height: auto;
}

/* 区切り線 */
.divider {
  border: none;
  border-top: 1px dashed #bbb;
  width: 60%;
  margin: 3em auto 2em;
  opacity: 0.5;
}


/* セクション3：テキストアーカイブへのリンクバナー */
.note-banner-with-logo {
  background-color: #f3ede4; /* ベージュ系背景 */
  border-left: 6px solid #83724d;
  padding: 1em 1.2em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 1em;
  max-width: 700px;
  margin: 3em auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.note-banner-with-logo a {
  display: flex;
  align-items: center;
  gap: 1em;
  text-decoration: none;
  color: #333;
  width: 100%;
}

.note-logo {
  width: 120px; /* ← 大きめにする */
  max-width: 90%;
  height: auto;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.note-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.note-title {
  font-weight: bold;
  font-size: 1.1rem;
}

.note-caption {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.2em;
}

/* スマホでは縦並びに変更 */
@media (max-width: 600px) {
  .note-banner-with-logo {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.5em;
  }
  .note-text {
    align-items: flex-start;
  }
  .sp-only {
    display: inline;
  }
}

@media (min-width: 601px) {
  .sp-only {
    display: none;
  }
}

/* スマホだけ改行 */
@media (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}


/* ページ内ナビゲーション*/

.section-nav {
  text-align: center;
  margin: 2em auto;
}

.section-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ← これがスマホで中央に並べるポイント */
  gap: 0.5em 1em;
  max-width: 760px; /* お好みで調整 */
}

.section-nav li a {
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 20px;
  background-color: #FAE5E0;
  color: #333;
  font-weight: bold;
  transition: background 0.3s;
}

.section-nav li a:hover {
  background-color: #f7d2d4;
  color: #000;
}
