@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}
.module_title{
  display: none;
}
.blg_txt {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

.Yu-Gothic {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  vertical-align: bottom;
  width: 100%;
}

p,
span,
h1,
h2,
h3,
h4,
div,
nav {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  scroll-padding-top: 0px;
  /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.6875;
}

/* ======================================== */
/* 共通CSS */
/* ======================================== */
.onlyPC {
  display: none;
}

@media (min-width: 700px) {
  .onlyPC {
    display: block;
  }
}

@media (min-width: 700px) {
  .onlyPC2 {
    display: none;
  }
}

@media (min-width: 700px) {
  .onlySP {
    display: none;
  }
}

.wht_txt {
  color: #ffffff;
}

.ttl {
  font-size: 55.7rem;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fff;
  color: #222;
}

/* ベース */
.bleague-header {
  width: 100%;
  background-color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  position: fixed;
  z-index: 100;
}

.header-inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo a:hover{
  opacity: 0.5;
}
/* ロゴ部分 */
.header-logo img {
  display: block;
  height: 28px; /* 必要に応じて調整 */
  width: auto;
}

/* サポートロゴ部分 */
.header-support {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-support a:hover{
  opacity: 0.5;
}

.header-support .support-text {
  font-size: 12px;
  color: #333;
}

.header-support img {
  height: 40px; /* 必要に応じて調整 */
  display: block;
  width: auto;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .bleague-header {
    padding: 2px 12px;
  }

  .header-logo img {
    height: 24px;
  }

  .header-support .support-text {
    font-size: 10px;
  }

  .header-support img {
    height: 49px;
  }
}






/* ------セクションタイトル----------- */
.section-title {
  position: relative;
  display: block;      /* タイトル分だけの幅にする */
  margin: 40px 0;
  text-align: center;
}

/* 背景の ABOUT */
.section-title::before {
content: "ABOUT";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    font-size: 10rem;
    font-weight: 900;
    /* letter-spacing: 0.15em; */
    color: #f5f5f5;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
}

.section-title2::before {
  content: "PROGRAM" !important;
}
.section-title2::before {
    content: "ABOUT";
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    font-size: 7rem;
    font-weight: 900;
    /* letter-spacing: 0.15em; */
    color: #f5f5f5;
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
}

.section-title3::before{
  content: "CLUB" !important;
}
/* 表側の文字 */
.section-title-main {
  font-size: 40px;
  font-weight: 700;
  color: #c14233;   
  position: relative;
  z-index: 1;
}

.section-title-sub {
  font-size: 40px;
  font-weight: 700;
  color: #444;             
  position: relative;
  z-index: 1;
}



.message_contents {
  text-align: center;
  padding-bottom: 3rem;
}

.message_contents p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 3rem;
  width: calc(100% - 40px);
  margin: 5rem auto 0;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 700px) {
  .message_contents p {
  font-size: 1.5rem;
  line-height: 3.9rem;
  text-align: center;
  }
}
.icon_blank {
  width: 17px;
  margin-left: 10px;
}

.about_bg {
  background-color: rgb(242, 242, 242);
}

.about_title {
  position: relative;
  margin: 0;
  display: block;   
  margin: 0 auto;           
  text-align: center;  
}

/* 背景のABOUT画像 */
.about_bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/ABOUT.png'); /* ←差し替えたい画像パスに変更 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* お好みで cover に変更可 */
  opacity: 0.08; /* うっすらさせる */
  pointer-events: none;
}

/* 手前の日本語タイトル */
.about_jp {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.about_jp-main {
  color: #c33828; /* 赤 */
}

.about_jp-sub {
  color: #444; /* グレー */
  margin-left: .25em;
}

.about_section {
  text-align: center;
  padding: 50px 0px;
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.about_desc {
  font-size: 14px;
  line-height: 1.8;
  margin: 30px 0 40px;
  text-align: left;
}
@media (min-width: 700px) {
  .about_desc {
    text-align: center;
  }
}
.about_imgbox img {
  width: 100%;
  max-width: 600px;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-radius: 20px;
}
.about_program_texts {
  padding-bottom: 1rem;
}

@media (min-width: 700px) {
.about_program_texts {
  padding-bottom: 5rem;
}
}

.about_btn {
  display: inline-block;
  background: #c00;
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1.4rem;
  margin-top: 3rem;
}

.about_btn:hover {
  background: #900;
}




/* 実施内容 */
.wave{
  width: 100%;
  height: auto;
}
.program_bg{
  background-color: #EDEDED;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 700px) {
  .program_bg{
  padding: 48px 0 48px 0;
  }
}
.program_txt{
  font-size: 1.5rem;
        line-height: 3.9rem;
        text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
  width: calc(100% - 40px);
  margin: 0 auto 32px;
}
@media (min-width: 700px) {
  .program_txt{
    max-width: 900px;
    width: calc(100% - 0px);
  }
}
.program_contents{
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 700px) {
  .program_contents{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
    gap: 5rem;
  }
}
.program_item{
  border: 1px solid #222;
  border-radius: 10px;
  margin-bottom: 24px;
  background-color: white;
  
}
@media (min-width: 700px) {
  .program_item{
    margin-bottom: 0;
  }
}
.program_item2{
    border: 1px solid #C82524;   
    margin: 0 !important;
}
.program_item2 h1{
  background-color: #C82524 !important;
  color: white;
  border-radius: 10px;
  display: inline;
  padding: 0px 50px;
}
.program_item h1{
  background-color: #222;
  color: white;
  border-radius: 10px 0 10px 0;
  display: inline;
  padding: 2.4px 70px 4px;
}
.program_item p{
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin: 24px 0;
}
.program_item img{
  width: 300px;
  margin: 0 auto 24px;
  display: block;
}
/* 見出し */
.conduct_clubs_title {
  display: grid;
  justify-items: center;
  margin: 0 0 30px;
}

.conduct_clubs_jp {
  font-weight: 800;
  font-size: 2.6rem;
  letter-spacing: .04em;
}
@media (min-width: 700px) {
  .conduct_clubs_jp {
    font-size: 3.7rem;
  }
}

.conduct_clubs_en {
  font-style: italic;
  font-weight: 700;
  color: #d10a14;
  font-size: 2rem;
}

/* タブ */
.conduct_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  justify-content: center;
  margin: 16px 0 24px;
  font-size: 1.3rem;
}


.conduct_tab {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .45em;
  padding: 10px 16px;
  color: #fff;
  font-weight: 800;
  border-radius: 9999px;
  transition: filter .2s ease, transform .06s ease;
  width: 160px;
  justify-content: center;
}

.conduct_tab[aria-selected="true"] {
  filter: brightness(1.1) saturate(1.05);
}

.conduct_tab:active {
  transform: translateY(1px);
}

.conduct_tab--north {
  background: var(--tab-hokkaido);
}

.conduct_tab--kanto {
  background: var(--tab-kanto);
}

.conduct_tab--chubu {
  background: var(--tab-chubu);
}

.conduct_tab--kinki {
  background: var(--tab-kinki);
}

.conduct_tab--chugoku {
  background: var(--tab-chugoku);
}

.conduct_tab--kyushu {
  background: var(--tab-kyushu);
}

/* グリッド */
.conduct_clubgrid {
  padding-bottom: 4rem;
}

@media (min-width: 700px) {
  .conduct_clubgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    gap: 0;
    margin: 0 auto 6.4rem;
  }
}

/* カード */
.conduct_card {
  display: grid;
  gap: 10px;
  margin-top: 2rem;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 700px) {
  .conduct_card {
      margin-top: 0rem;
  }
}
.conduct_card_head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.conduct_card_logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.conduct_card_name {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
}

/* メディア（画像固定） */
.conduct_card_media {
  position: relative;
}

.conduct_card_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* リンク */
.conduct_card_link {
  margin-top: 2px;
  text-align: center;
}

.conduct_link {
  display: inline-flex;
  align-items: center;
  gap: .35em;
  font-weight: 800;
  font-size: 14px;
  color: var(--conduct-text);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}





:root {
  --conduct-max: 1100px;
  --conduct-text: #111;

  /* 繧ｿ繝冶牡 */
  --tab-hokkaido: #168bdc;
  --tab-kanto: #6b3fa0;
  --tab-chubu: #2a8a3a;
  --tab-kinki: #f0a200;
  --tab-chugoku: #ef6b21;
  --tab-kyushu: #c82424;
}
