@charset "utf-8";
@font-face {
    font-family: 'BLG';
    src: url(../font/bleage_font.ttf);
    font-weight: normal;
}
@font-face {
  font-family: 'goal';
  src: url(../font/SansSerifBldFLF.ttf);
}

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

.goal_txt{
  font-family: 'goal';
}

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

p, span, h1, h2, h3, h4, div, nav,li,ul,a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2C2C2C;
}

html {
  scroll-padding-top: 0px; /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  line-height: 1.6875;
  background-color: #ffffff;
  overflow: hidden;
}
.module_title{
  display: none;
}
/* ======================================== */
/* 共通CSS */
/* ======================================== */
.onlyPC{
    display: none;
  }
  @media (min-width: 700px) {
    .onlyPC{
      display: block;
    }
  }
  @media (min-width: 900px) {
  .onlyPC2{
    display: none;
  }
  }
  @media (min-width: 700px) {
    .onlySP{
      display: none;
    }
  }
  .or_txt{
    color: #ED8222;
  }
  .wht_txt{
    color: #ffffff;
  }

/* ======================================== */
/* 共通タイトル */
/* ======================================== */ 
/* 新着情報のタイトル用 */
.com_ttl_contents{
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (min-width: 800px) {
  .com_ttl_contents{
  max-width: 1000px;
  }
}
.com_ttl{
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media (min-width: 800px) {
  .com_ttl{
    font-size: 3rem;
  }
}
.com_sub_ttl{
  font-size: 1.2rem;
}
@media (min-width: 800px) {
  .com_sub_ttl{
    font-size: 2rem;
  }
}
@media (min-width: 800px) {
.com_ttl_contents_pc{
text-align: center;
}
}

/* 思いのタイトル */
.com_ttl2{
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0rem;
  line-height: 3.2rem;
}
@media (min-width: 800px) {
  .com_ttl2{
    font-size: 5rem;
    line-height: 6.2rem;
  }
}
@media (min-width: 800px) {
.center_pc{
  text-align: center;
}
}

/* ======================================== */
/* ヘッダー*/
/* ======================================== */
.header_contents{
  background-color: #fff;
  padding: 5px 0;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  box-shadow: 3px 3px 3px #00000017;
}

.header_contents img{
  width: 70px;
  margin-left: 10%;
}
.header_contents a:hover{
  opacity: 0.6;
}

/* ======================================== */
/* 新着情報*/
/* ======================================== */
.kv_logo {
  opacity: 0;
  transform: scale(0.8);
  animation: popIn 0.2s ease-out 0.3s forwards;
  z-index: 2;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.kv_logo{
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 140px;
}
@media (min-width: 800px) {
.kv_logo{
  top: 120px;
  width: 33%;
}
}
.kv_contents{
  margin-top: 50px;
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #F5F4F0 100%);
  z-index: 1;
  padding-bottom: 30rem;
}
@media (min-width: 800px) {
  .kv_contents{
    padding-bottom: 0rem;
  }
}
.news_area{
  bottom: 0%;
  position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

@media (min-width: 800px) {
  .news_area{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0%;
    padding-bottom: 3rem;
  }
}

.news_bg{
  background-color: #ffffff;
  width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 0;
}
@media (min-width: 800px) {
  .news_bg{
    display: grid;
    grid-template-columns: 30% 70%;
    max-width: 800px;
    padding: 3rem 0;
    width: calc(100% - 0px);
    align-items: center;
  }
}

  .news_date{
  background-color: #898989;
  color: #ffffff;
  border-radius: 30px;
  padding: 1px 10px;
  font-size: 1.3rem;
  margin-right: 3rem;
  }

  .news_contents li{
    font-size: 1.4rem;
    border-bottom: 0.6px dotted #ED6D00;
    list-style: none;
    padding-top: 1rem;
  }
  @media (min-width: 800px) {
    .news_contents li{
      padding: 10px 0;
    }
  }
  .news_wrap{
    width: calc(100% - 60px);
    margin: 0 auto;
  }


/* ======================================== */
/* 思い*/
/* ======================================== */
.about_contents{
  padding: 5rem 0 10rem;
  background-color: #F5F4F0;
}
@media (min-width: 800px) {
  .about_contents{
    padding: 5rem 0 15rem;
  }
}
  .about_wrap{
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 10rem;
  }

  @media (min-width: 800px) {
    .about_wrap{
      display: grid;
      grid-template-columns: 50% 50%;
      gap: 5rem;
      max-width: 1000px;
    }
  }
  .about_txt{
    padding-top: 3rem;
    font-size: 1.4rem;
  }
  @media (min-width: 800px) {
    .about_txt{
      font-size: 1.6rem;
    }
  }


/* ======================================== */
/* ゴールナンバー*/
/* ======================================== */
.goal_contents{
  background-color: #ED8222;
  padding: 20px 0;   
  position: relative;
}
@media (min-width: 800px) {
  .goal_contents{
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 50px 0;
  }
}
.goal_area{
  background-color: #F5F4F0;
}
.goal_img{
  position: absolute;
  width: 130px;
  z-index: 1;
  right: 0;
  top: -80px;
}
@media (min-width: 800px) {
.goal_img{
width: 200px;
right: 0;
z-index: 1;
top: -120px;
right: -100px;
}
}

.goal_wrap{
  display: flex;
  align-items: self-end ;
  border-bottom: 1px dotted #ffffff;
  gap: 3rem;
  margin: 4rem auto 0;
  width: calc(100% - 60px);
  justify-content: center;
}
@media (min-width: 800px) {
  .goal_wrap{
    width: 400px;
    gap: 4rem;
    margin: 5rem auto 0;
    justify-content: center;
  }
}
  .goal_num{
font-size: 12rem;
line-height: 10rem;
  }
  .goal_main_txt{
    font-size: 1.6rem;
    font-weight: 800;
  }

@media (min-width: 800px) {
  .goal_main_txt{
    font-size: 2rem;
    font-weight: bold;
  }
}

/* ======================================== */
/* ライン用イラスト*/
/* ======================================== */
.line_contents{
  background-color: #F5F4F0;
  padding: 7rem 0 0;
  width: 280%;
}
@media (min-width: 800px) {
  .line_contents{
    background-color: #F5F4F0;
    padding: 7rem 0 3rem;
    width: 100%;
  }
}
/* ======================================== */
/* 日本地図用*/
/* ======================================== */
.region_contents{
  padding: 5rem 0 0;
  background-color: #F5F4F0;
}
  .region-buttons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 60px);
    margin: 3rem auto 0;
    gap: 10px 20px;
  }

  @media (min-width: 800px) {
    .region-buttons{
      max-width: 100%;
      height: 200px;
      margin:0;
    }
  }

  .region-button {
    padding: 10px 20px;
    border: 1px solid #ED8222;
    background: #fff;
    color: #ED8222;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
  }

  .circle1{
    padding-right: 1rem;
    color: #3C63B3; 
  }
  .circle2{
    padding-right: 1rem;
    color: #58B797;
  }
  .circle3{
    padding-right: 1rem;
    color: #91BE2E;
  }
  .circle4{
    padding-right: 1rem;
    color: #DECE27;
  }
  .circle5{
    padding-right: 1rem;
    color: #763989;
  }
  .circle6{
    padding-right: 1rem;
    color: #CA2481;
  }
  .circle7{
    padding-right: 1rem;
    color: #E11915;
  }
  @media (min-width: 800px) {
  .region_wrap_pc{
    display: flex;
    max-width: 1000px;
    margin: 3rem auto 0;
    justify-content: center;
    gap: 5rem;
  }
}

  .map_img{
    width: calc(100% - 60px);
    margin: 3rem auto 0;
    display: block;
  }
  @media (min-width: 800px) {
    .map_img{
      width: 500px;
      margin: 0rem auto 0;
    }
  }

  .region-button.active {
    background-color: #ED8222;
    color: white;
  }
  .region-button:hover{

  }

  .st0 {
    fill: #89d33f;
    transition: fill 0.3s;
  }

  .active-region .st0 {
    fill: #ED8222 !important;
  }

  .st0:hover{
    opacity: 0.5;
  }
/* ======================================== */
/*クラブレポート*/
/* ======================================== */
.niji{
  width: 200px;
  text-align: right;
  margin-left:auto;
  display: block;
}
.niji_pc{
  width: 400px;
}
.niji_pc_wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.hr_line{
  border: 2px solid #ED6D00;
}
.club_contents{
  padding: 3rem 0 5rem;
  background-image: url("../img/hishigata.svg");
  background-repeat: repeat;
  background-size: 76px auto; /* ← 適切なサイズに調整（必要に応じて） */
  background-position: top left;

}

  .club_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 3rem 0 0;
  }
  @media (min-width: 800px) {
    .club_wrap{
      grid-template-columns: 1fr 1fr 1fr 1fr;
      max-width: 1000px;
      gap: 30px;
    }
  }
  .club_item{
    width: 100%;
  }
  .club_inner{
    display: flex;
    align-items: center;
    border-bottom: 0.6px dotted #ED8222;
  }
  @media (min-width: 800px) {
    .club_inner{
      padding: 5px 0;
    }
  }
  @media (min-width: 800px) {
.club_inner div{
  font-size: 1.4rem;
  line-height: 1.8rem;
}
  }
  .club_inner img{
    width: 20px;
    margin-right: 10px;
    padding: 5px 0;
  }
  .club_data{
    display: flex;
    gap: 10px;
    padding: 5px 0;
  }
  @media (min-width: 800px) {
    .club_data{
      font-size: 1.2rem;
    }
  }
  .region_txt{
    background-color: #2C2C2C;
    color: white;
    padding: 0px 10px;
    border-radius: 10px;
    line-height: 2rem;
  }  
  @media (min-width: 800px) {
    .region_txt{
      font-size: 1.2rem;
      line-height: 2rem;
      border-radius: 20px;
    }
  }
  .club_date{
    font-weight: bold;
    font-size: 1.2rem;
  }

  @media (min-width: 800px) {
    .club_date{
      font-size: 1.4rem;
    }
  }

/* ======================================== */
/*動き*/
/* ======================================== */
  .fade-in {
    opacity: 0;
    transform: scale(0.95);
  }
  
  .fade-in.active {
    animation: fadeIn 0.6s ease forwards;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: scale(0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  