@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 5rem;
  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: 8rem 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: 0 auto;
  display: block;
}
.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: 15rem auto 6rem;
}
@media (min-width: 700px) {
  .about-txt{
  width: calc(100% - 0px);
  max-width: 800px;
  margin: 20rem auto 8rem;
  }
}
.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;
}
@media (min-width: 700px) {
  .about-contents{
    display: flex;
    justify-content: space-around;
    max-width: 700px;
  }
}
@media (min-width: 1000px) {
  .about-contents{
    max-width: 1000px;
  }
}
.about-item{
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding-top: 2rem;
  align-items: center;
}
@media (min-width: 700px) {
  .about-item{
    display: block;
    text-align: center;
  }
}
.about-item img{
  width: 170px;
}
@media (min-width: 1000px) {
  .about-item img{
    width: 300px;
  }
}
.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.6rem;
    letter-spacing: 0.3rem;
    text-align: center;
    padding-top: 3rem;
  }
}
@media (min-width: 1000px) {
  .about-item p{
    font-size: 2rem;
    line-height:4.5rem;
  }
}
.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%;
}