@charset "utf-8";
@font-face {
    font-family: 'BLG';
    src: url(../../../files/user/_/b-hi-touch/2025/font/bleage_font.ttf);
    font-weight: normal;
}

@font-face {
  font-family: 'YasashisaGothicBold';
  src: url('/files/user/_/b-hi-touch/2025/font/YasashisaGothicBold-V2.ttf');
  font-weight: normal;
}

img{
  vertical-align: bottom;
  width: 100%;
}
p,span,h1,h2,h3,h4,div,nav{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
}
html {
  scroll-padding-top: 0px; /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  line-height: 1.6875;
  background-color: #ffffff;
}
.module_title{
  display: none;
}
.blg-font{
  font-family: 'BLG';
  src: url(/font/bleage_font.ttf);
}
.color-white{
  color: white;
}

.navy-txt{
  color: #083147;
}

.common-ttl{
  display: block;
  margin: 7rem auto 8rem;
  max-width: 250px;
  position: relative;
}
@media (min-width: 1000px) {
  .common-ttl{
    max-width: 500px;
  }
}
.common-img{
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}

.common-txt{
  font-size: 1.6rem;
  font-weight: bold;
}
.onlyPC {
  display: none;
}

@media (min-width: 700px) {
  .onlyPC {
    display: block;
  }
}
@media (min-width: 700px) {
  .onlySP {
    display: none;
  }
}
/* ---------------------------------------------------- */
/* kv */
/* ---------------------------------------------------- */
.kv_contents{
  position: relative;
}
.kv_sp1{
  position: absolute;
  top: 10%;
  width:calc(100% - 50px);
  margin: 0 auto;
  right: 0;
  left: 0;
}
.kv_sp2{
  position: absolute;
  top: 58%;
  width:calc(100% - 50px);
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 2;
}
.kv_sp3{
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.kv_sp4{
    top: 0;
}
.delay-1 {
  animation-delay: 0.2s !important;
}
.delay-2 {
  animation-delay: 0.4s !important;
}
.delay-3 {
  animation-delay: 0.6s !important;
}
.delay-4 {
  animation-delay: 0.8s !important;
}

.kv_pc1{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70%;
}
.kv_pc2{
  position: absolute;
  top: 58%;
  width:calc(100% - 50px);
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 2;
}
.kv_pc3{
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.kv_pc4{
    top: 0;
}
/* ---------------------------------------------------- */
/* コラボコンテンツ */
/* ---------------------------------------------------- */
.collabo_ttl{
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 5rem auto;
  display: block;
}
@media (min-width: 700px) {
  .collabo_ttl{
      margin: 5rem auto 5rem;
  }
}
.collabo_txt{
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
@media (min-width: 700px) {
  .collabo_txt{
      font-size: 2rem;
  }
}
.puperu{
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto 5rem;
  display: block;
}
@media (min-width: 700px) {
  .puperu{
      width: calc(100% - 0px);
  }
}
.from{
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto 5rem;
  display: block;
}
@media (min-width: 700px) {
  .from{
      width: calc(100% - 0px);
      margin: 8rem auto 8rem;
  }
}
.collabo_wrap{
  display: flex;
  gap: 0.6rem;
  max-width: 800px;
  width: calc(100% - 40px);
  justify-content: center;
  margin: 0 auto 8rem;
}
@media (min-width: 700px) {
  .collabo_wrap{
    gap: 2rem;
    margin: 0 auto 10rem;
  }
}
.message_img{
  height: 4rem;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .message_img{
      height: 6.5rem;
  }
}

.message_item{
  margin-top: 5rem;
  
}

@media (min-width: 700px) {
  .message_item{
  margin-top: 0rem;
}
}
.message_item img{
  margin: 5rem auto 0;
  display: block;
  max-width: 300px;
}
.message_item p{
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}

.message_item2 p{
  font-size: 1.5rem;
  margin: 3rem 0;
}
@media (min-width: 700px) {
  .message_item2 p{
      margin: 0rem 0;
  }
}
.message_wrap{
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 700px) {
.message_wrap{
  display: grid;
  gap: 5rem;
  grid-template-columns: 35% 65%;
  max-width: 800px;
  margin-top: 8rem;
}
}

.puperu_link{
  font-size: 1.3rem;
  background-color: #F5D35D;
  color: #083147;
  width: calc(100% - 40px);
  margin: 0 auto 8rem;
  display: block;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 9999px;
  text-align: center;
  max-width: 400px;
  justify-content: space-evenly;
  padding: 15px 15px;
}
.puperu_link div{
  font-family: 'YasashisaGothicBold';
  font-weight: 900
}

@media (min-width: 700px) {
  .puperu_link{
    font-size: 1.5rem;
    margin-top: 5rem;
    padding: 19px 30px 15px;
  }
}
.puperu_link img {
  width: 20px;
}
/* ---------------------------------------------------- */
/* ABOUTコンテンツ */
/* ---------------------------------------------------- */
.about-txt{
  width: calc(100% - 40px);
  display: block;
  margin: 5rem auto 6rem;
}
@media (min-width: 700px) {
  .about-txt{
  width: calc(100% - 0px);
  max-width: 500px;
  margin: 5rem auto 5rem;
  }
}
.about-wrapper{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.balloon-RT{
  position: absolute;
  bottom: 70%;
  right: 2%;
  width: 23%;
  z-index: 25;
}
@media (min-width: 700px) {
  .balloon-RT{
    width: 20%;
    bottom: 83%;
    right: -5%;
  }
}
.balloon-LB{
  position: absolute;
  width: 20%;
  top: 60%;
  left: 2%;
}
@media (min-width: 700px) {
  .balloon-LB{
    width: 15%;
    top: 70%;
    left: -5%;
  }
}
.balloon-LT{
  position: absolute;
  width: 20%;
  bottom: 110%;
  z-index: 30;
  left: 2%;
}
@media (min-width: 700px) {
  .balloon-LT{
    width: 12%;
    left: -5%;
  }
}
.about-contents{
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media (min-width: 700px) {
  .about-contents{
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1000px) {
  .about-contents{
    max-width: 1000px;
  }
}
.about-item{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  align-items: center;
}
@media (min-width: 700px) {
  .about-item{
    display: block;
    text-align: center;
  }
}

.about-item img{
  width: 100px;
}
@media (min-width: 700px) {
  .about-item img{
    width: 200px;
  }
}
.about-item p{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 700px) {
  .about-item p{
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    text-align: center;
    padding-top: 3rem;
  }
}
@media (min-width: 1000px) {
  .about-item p{
    line-height:3rem;
  }
}
.under-line1{
  border-bottom: 2px dashed #9AC9BE;
}
.under-line2{
  border-bottom: 2px dashed #FBD03F;
}
.under-line3{
  border-bottom: 2px dashed #D0D53E;
}
.about-item:nth-child(2) {
  flex-direction: row-reverse;
}
@media (min-width: 700px) {
  .about-item:nth-child(2) {
  flex-direction: column;
  }
}
.open-contents{
  padding: 0rem 0;
}
@media (min-width: 700px) {
  .open-contents{
    padding: 0rem 0;
  }
}


/* ---------------------------------------------------- */
/* うごき */
/* ---------------------------------------------------- */
.fade-in {
  opacity: 0;
  transform: scale(0.8); /* 少し小さくしておいてから大きく */
}

.fade-in.active {
  animation: fadeInPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes fadeInPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.05); /* 一瞬オーバーに */
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* 動画 */
.video_contents{
  width: calc(100% - 30px);
  max-width: 900px;
  margin: 5rem auto 8rem;
}
@media (min-width: 700px) {
  .video_contents{
    margin: 10rem auto 5rem;
  }
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 試合日程タイトル */
.schedule-ttl-contents{
position: relative;
max-width: 600px;
margin: 0 auto;
}
@media (min-width: 1000px) {
  .schedule-ttl-contents{
    max-width: 1000px;
  }
}
.schedule-txt{
  text-align: center;
  padding-bottom: 5rem;
}
@media (min-width: 700px) {
  .schedule-txt{
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
}
.schedule-left-illust,.schedule-right-illust{
  position: absolute;
}
.schedule-left-illust{
  left: 2%;
  width: 45px;
}
@media (min-width: 700px) {
  .schedule-left-illust{
    left: 15%;
    width: 65px;
  }
}
.schedule-right-illust{
  right: 2%;
  top: 85%;
  width: 38px;
}
@media (min-width: 700px) {
  .schedule-right-illust{
    right: 15%;
    width: 60px;
  }
}


/* ーーーーーーーーーーーーーーーーーー */
/* アコーディオン用 */
/* ーーーーーーーーーーーーーーーーーー */
.accordion-container {
      max-width: 900px;
      margin: 5rem auto 0;
    }

    .accordion-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
      cursor: pointer;
    }

    .accordion-image {
      width: 100%;
      display: block;
      border-radius: 8px;
    }

    .overlay-text {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 30px 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      font-size: 1.4rem;
      border-radius: 0 0 8px 8px;
    }

    .accordion-content {
      display: none;
      padding: 20px;
      background: #f4f4f4;
      text-align: left;
    }




/* ーーーーーーーーーーーーーーーーーー */
/* テキストアコーディオン用 */
/* ーーーーーーーーーーーーーーーーーー */
.accordion {
  margin: 1em 0;
  width: calc(100% - 40px);
  margin: 0 auto 3rem;
}
@media (min-width: 700px) {
  .accordion {
  max-width:900px;  
  width: calc(100% - 0px);
}
}
.accordion_btn {
  display: block;
  width: 100%;
  padding: 20px 20px;
  background: #e8cb03;
  color: #083147;
  font-weight: bold;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 1.4rem;
}
@media (min-width: 700px) {
  .accordion_btn {
      font-size: 1.5srem;
  }
}
.accordion_btn2{
    background: #cfd523 !important;
  color: #083147 !important;
}
.accordion_btn::after {
  content: "▼";
  margin-left: 8px;
  transition: transform 0.3s;
}

.accordion_btn.active::after {
  transform: rotate(180deg);
}

.accordion_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f4f4f4;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .accordion_panel {
      padding: 0 50px;
  }
}
.accordion_panel p {
  margin: 1em 0 3rem;
}


/* ーーーーーーーーーーーーーーーーーー */
/* キャンペーンバナーセクション */
/* ーーーーーーーーーーーーーーーーーー */
.cam_contents{
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .cam_contents{
    display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.cam_banner img{
  border-radius: 8px;
}
.cam_banner:hover{
 opacity: 0.5;
}
.cam_banner2{
  margin-top: 2rem;
}

@media (min-width: 700px) {
  .cam_banner2{
  margin-top: 0rem;
}
}