@charset "UTF-8";

.fukufes_wrapper {
  background-color: #f7ff38;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 40px 15px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ffffff;
  box-sizing: border-box;
}

.fukufes_wrapper * {
  box-sizing: border-box;
}

.fukufes_inner {
  max-width: 860px;
  margin: 0 auto;
}

.fukufes_pc_br { display: none; }
.fukufes_sp_br { display: inline; }

/* ---------------------------------------------------
   ヘッダー
--------------------------------------------------- */
.fukufes_header {
  text-align: center;
  margin-bottom: 45px;
}
.fukufes_header_badge {
  display: inline-block;
  background: #111111;
  color: #f7ff38;
  font-weight: 900;
  font-size: 1.5rem;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.fukufes_main_title {
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 2.7rem;
  line-height: 1.35;
  color: #dc4664;
  text-shadow: 
    3px 3px 0 #ffffff,
    -2px -2px 0 #ffffff,
    2px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    5px 5px 0 #ffffff;
  margin: 0;
}

.fukufes_main_subtitle {
  display: block;
  font-size: 2rem;
  color: #2878c8;
  margin-top: 6px;
  text-shadow: 
    2px 2px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    4px 4px 0 #ffffff;
}

/* ---------------------------------------------------
   セクション
--------------------------------------------------- */
.fukufes_sec {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 45px 20px 30px;
  box-shadow: 8px 8px 0px #111111;
  border: 4px solid #111111;
}

.fukufes_bg_blue {
  background-color: #2878c8;
}

.fukufes_bg_pink {
  background-color: #dc4664;
}

/* 見出し */
.fukufes_headline_wrap {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 98%; 
  text-align: center;
  z-index: 2;
}

.fukufes_headline_main {
  display: inline-flex;
  align-items: stretch;
  background: #111111; 
  border: 3px solid #111111;
  border-radius: 6px;
  box-shadow: 3px 3px 0px #111111;
  margin: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

.fukufes_headline_en {
  background: transparent;
  color: #f7ff38;
  font-family: 'Bangers', cursive;
  font-size: 1.7rem; 
  line-height: 1;
  padding: 6px 10px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.fukufes_headline_ja {
  background: #ffffff;
  color: #111111;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  padding: 6px 10px; 
  display: flex;
  align-items: center;
  white-space: nowrap; 
}


/* ---------------------------------------------------
   放送情報＆出演者
--------------------------------------------------- */
.fukufes_airtime_box {
  background: #ffffff;
  color: #111111;
  border: 3px solid #111111;
  text-align: center;
  padding: 18px 15px;
  box-shadow: 5px 5px 0px #111111;
  margin-bottom: 30px;
}

.fukufes_airtime_badge {
  display: inline-block;
  background: #111111;
  color: #f7ff38;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 1.2rem;
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.fukufes_airtime_text {
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
  color: #111111;
}

.fukufes_airtime_hours {
  color: #dc4664;
}


.fukufes_cast_stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px; 
}

.fukufes_cast_card {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border: 3px solid #111111;
  box-shadow: 6px 6px 0px #111111;
  position: relative;
  border-radius: 0; 
}

.fukufes_cast_tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #dc4664;
  color: #ffffff;
  font-family: 'Bangers', cursive;
  font-size: 1.3rem;
  padding: 3px 12px;
  border: 2px solid #111111;
  z-index: 2;
  box-shadow: 2px 2px 0 #111111;
  letter-spacing: 1px;
}

.fukufes_cast_img_wrap {
  width: 100%;
  background: #eaf3fa;
  border-bottom: 3px solid #111111;
}

.fukufes_cast_img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.fukufes_mc_img_wrap {
  width: 100%;
  background: #eaf3fa;
  border-bottom: 3px solid #111111;
  padding: 35px 15px 30px; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.fukufes_mc_thumb {
  width: 180px; 
  height: 180px;
  border-radius: 50%;
  border: 4px solid #111111;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 5px 5px 0px #111111;
}

.fukufes_mc_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 名前エリア */
.fukufes_cast_name_area {
  padding: 18px 15px;
  text-align: center;
}

.fukufes_cast_en {
  display: block;
  font-family: 'Bangers', cursive;
  font-size: 1.6rem;
  color: #2878c8;
  letter-spacing: 1px;
  line-height: 1.1;
}

.fukufes_cast_ja {
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 2rem;
  color: #111111;
  margin: 4px 0 0;
  line-height: 1.2;
}

.fukufes_cast_sub {
  font-size: 1.1rem;
  color: #555555;
  font-family: 'Noto Sans JP', sans-serif;
}

.fukufes_cast_more {
  width: 100%;
  max-width: 440px;
  text-align: right;
  font-family: 'Bangers', cursive;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #f7ff38;
  margin: -10px 5px 0 0;
  text-shadow: 2px 2px 0 #111111;
}


/* ---------------------------------------------------
   番組概要
--------------------------------------------------- */
.fukufes_program_lead {
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 #111111;
}

.fukufes_text_yellow {
  color: #f7ff38;
}

.fukufes_program_text p {
  font-size: 1.2rem;
  line-height: 1.9;
  font-weight: 700;
  margin-bottom: 15px;
}
.fukufes_program_text p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------
   フクフェスとは？
--------------------------------------------------- */
.fukufes_about_logo {
  text-align: center;
  margin-bottom: 20px;
}

.fukufes_about_logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 0 #111111);
}

.fukufes_about_catch {
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 1.8rem;
  color: #f7ff38;
  line-height: 1.4;
  margin: 0 0 15px;
  text-shadow: 2px 2px 0 #111111;
}

.fukufes_about_text {
  font-size: 1.2rem;
  line-height: 1.9;
  font-weight: 700;
  margin-bottom: 15px;
}
.fukufes_about_text:last-child {
  margin-bottom: 0;
}

/* 公式サイトボタン */
.fukufes_btn_area {
  margin-top: 30px;
  text-align: center;
}

.fukufes_link_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 440px;
  background: #f7ff38;
  color: #111111;
  font-family: 'Dela Gothic One', sans-serif;
  font-size: 1.15rem;
  text-decoration: none;
  padding: 16px 20px;
  border: 3px solid #111111;
  border-radius: 50px;
  box-shadow: 5px 5px 0px #111111;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.fukufes_link_btn:hover {
  transform: translate(2px, 2px);
  box-shadow: 3px 3px 0px #111111;
  background: #ffffff;
}

.fukufes_btn_arrow {
  color: #dc4664;
  font-size: 1.1rem;
}


@media screen and (min-width: 768px) {
  .fukufes_pc_br { display: inline; }
  .fukufes_sp_br { display: none; }

  .fukufes_wrapper {
    padding: 60px 20px 50px;
  }
  .fukufes_main_title {
    font-size: 6rem;
  }
  .fukufes_main_subtitle {
    font-size: 3.5rem;
  }

  /* セクション */
  .fukufes_sec {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 55px 40px 45px;
    box-shadow: 12px 12px 0px #111111;
  }

  /* 見出し */
  .fukufes_headline_wrap {
    top: -32px;
  }

  .fukufes_headline_main {
    border-width: 4px;
    box-shadow: 6px 6px 0px #111111;
  }

  .fukufes_headline_en {
    font-size: 2.6rem;
    padding: 8px 22px;
    letter-spacing: 1px;
  }

  .fukufes_headline_ja {
    font-size: 1.8rem;
    padding: 8px 24px;
    letter-spacing: 0.06em;
  }

  /* 放送時間 */
  .fukufes_airtime_box {
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fukufes_airtime_badge {
    font-size: 1.8rem;
    padding: 4px 14px;
    margin-bottom: 0;
  }

  .fukufes_airtime_text {
    font-size: 2.3rem;
  }

  .fukufes_cast_stack {
    gap: 40px;
  }

  .fukufes_cast_card {
    max-width: 480px;
    box-shadow: 8px 8px 0px #111111;
  }

  .fukufes_cast_tag {
    font-size: 1.5rem;
    padding: 4px 14px;
    top: 12px;
    right: 12px;
  }

  .fukufes_mc_img_wrap {
    padding: 40px 20px 35px;
  }

  .fukufes_mc_thumb {
    width: 300px;
    height: 300px;
    border-width: 4px;
    box-shadow: 6px 6px 0px #111111;
  }

  /* 名前エリア */
  .fukufes_cast_name_area {
    padding: 22px 20px;
  }

  .fukufes_cast_en {
    font-size: 2rem;
  }

  .fukufes_cast_ja {
    font-size: 2.3rem;
  }

  .fukufes_cast_sub {
    font-size: 1.3rem;
  }

  .fukufes_cast_more {
    max-width: 480px;
    font-size: 1.8rem;
  }


  /* 番組概要 */
  .fukufes_program_lead {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .fukufes_program_text p {
    font-size: 1.6rem;
    line-height: 2.1;
  }

  /* フクフェスとは？ */
  .fukufes_about_flex {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .fukufes_about_logo {
    flex: 0 0 280px;
    margin-bottom: 0;
  }

  .fukufes_about_logo img {
    max-width: 100%;
  }

  .fukufes_about_catch {
    font-size: 2.5rem;
  }

  .fukufes_about_text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .fukufes_link_btn {
    font-size: 1.8rem;
    padding: 18px 30px;
    max-width: 500px;
  }
}