html {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #373737;
}

body {
    min-width: 390px;
}

body.page {
    max-width: 500px;
    margin: 0 auto;
}

body.js-active {
  overflow: hidden !important;
}

main {
    overflow: hidden;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    display: inline-block;
    color: #373737;
}

@media screen and (min-width: 901px) {
    a.--nomal {
        transition: opacity .5s;
    }

    a.--nomal:hover {
        opacity: 0.7;
    }
}

/* layout */
.l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

.br-sp-only {
    display: none;
}

.fadeUpTrigger{
  opacity: 0;
  transition: opacity .4s cubic-bezier(.165,.84,.44,1) .5s, transform .4s cubic-bezier(.165,.84,.44,1) .5s, -webkit-transform .4s cubic-bezier(.165,.84,.44,1) .5s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}

.fadeUpTrigger.fadeUp{
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.rotation{
  animation:15s linear infinite rotation;
}

.section-title{
  text-align: center;
}

.section-title img{
  height: 35px;
  width: auto;
  display: inline-block;
  filter: drop-shadow(2px 2px 9px rgba(0, 29, 56, 0.30));
}
.section-title.--small img{
  height: 27px;
}

.p-section__bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  z-index: 2;
  display: flex;
}

.p-section__bottom::before{
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  position: relative;
  transform: translateX(-100%);
}
.p-section__bottom.is-active::before{
  transform: translateX(0);
  transition: transform .5s;
}

.p-about .p-section__bottom::before{
  background: #14B6FF;
}
.p-section-second .p-section__bottom::before{
  background: #13FC9F;
}
.p-character .p-section__bottom::before{
  background: #FCE73A;
}

.p-section__bottom::after{
  content: "";
  width: 50%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  position: relative;
  transform: translateX(100%);
}
.p-section__bottom.is-active::after{
  transform: translateX(0);
  transition: transform .5s;
}

.p-about .p-section__bottom::after{
  background: #13FC9F;
}
.p-section-second .p-section__bottom::after{
  background: #FCE73A;
}
.p-character .p-section__bottom::after{
  background: #14B6FF;
}


@media screen and (max-width: 800px) {
    .pc-only {
        display: none;
    }

    .br-pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline-block;
    }
}


@media screen and (min-width: 801px){
  body.top{
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    background-image: url(../img/mv-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

/*===========================================================================*/
/*  pc版  */
/*===========================================================================*/
.p-pc-main{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 100;
}

.header-logo{
  position: fixed;
  top: 34px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
  cursor: pointer;
}

.header-logo::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.header-logo img{
  filter: drop-shadow(2px 2px 0 #fff);
}

.header-logo img,
.header-logo svg{
  position: relative;
  z-index: 1;
}

.header-logo svg{
  width: 15px;
}

.header-logo .logo-keirin{
  width: 148px;
}

.header-logo .logo-glow{
  width: 100px;
}

.ham-menu{
  position: fixed;
  height: 100vh;
  width: 225px;
  transition: .3s;
  overflow-y: auto;
  top: 0;
}

.ham-menu__inner{
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
}

.ham-menu__inner .l-inner{
  position: relative;
  z-index: 1;
}

.ham-menu__logo{
  width: 92px;
}
.ham-menu__logo img{
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.30));
}

.ham-menu__list{
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ham-menu-item{
  text-align: center;
  width: 100%;
}

.ham-menu-item .menu-link{
  position: relative;
}

.ham-menu-item .ttl-new{
  position: absolute;
  z-index: 10;
  border-radius: 9999px;
  background: #FE418B;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 160%;
  display: inline-block;
  padding: 0 4px;
  left: calc(100%);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.menu-link{
  height: 24px;
}

.menu-link:hover img{
  transform: scale(1.1);
  transition: .3s;
}

.menu-link img{
  width: auto;
  height: 100%;
  display: inline-block;
  filter: drop-shadow(1.878px 1.878px 9.392px rgba(0, 29, 56, 0.30));
  transition: .3s;
}

.p-news-box{
  margin-top: 9px;
  border-radius: 10px;
  border: 3px solid #14B6FF;
  background: #FFF;
  box-shadow: 4px 4px 10px 0 rgba(0, 29, 56, 0.15);
  padding: 10px;
  text-align: left;
  max-height: 190px;
  overflow-y: auto;
  width: 100%;
}

.p-news-item:not(:first-child){
  margin-top: 10px;
}

.p-news-item .new{
  border-radius: 9999px;
  background: #FE418B;
  color: #fff;
  text-shadow: 1.74px 1.74px 8.701px rgba(0, 102, 197, 0.12);
  font-size: 11px;
  font-weight: 900;
  line-height: 160%;
  display: inline-block;
  padding: 0 9px;
}

.p-news-date{
  color: #797979;
  font-size: 15px;
  font-weight: 900;
  line-height: 160%;
}

.p-news-content{
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}

.thumbnail{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thumbnail .cm-banner{
  cursor: pointer;
}

.vc-sns-list{
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vc-sns-item a{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vc-sns-item .yt-logo{
  width: 30px;
}

.vc-sns-item .x-logo{
  width: 20px;
}


@media screen and (max-width: 800px){
  body.top{
    overflow: auto;
  }

  .p-pc-main {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    position: fixed;
    z-index: 9999;
    top: 12px;
    left: 0;
    padding-right: 30px;
  }

  .ham-menu{
    opacity: 0;
    visibility: hidden;
  }

  .ham-menu.is-active{
    opacity: 1;
    visibility: visible;
    transition: .3s;
  }

  .ham-menu-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    border: 3px solid #0066C5;
    z-index: 9999;
  }

  .ham-menu-btn span{
    width: 24px;
    height: 2px;
    background: #0066C5;
    border-radius: 9999px;
    position: absolute;
    left: 10px;
  }

  .ham-menu-btn span:nth-child(1){
    top: 15px;
    transition: .3s;
  }

  .ham-menu-btn span:nth-child(2){
    top: 21px;
  }

  .ham-menu-btn span:nth-child(3){
    top: 27px;
    transition: .3s;
  }

  .ham-menu-btn.is-active span:nth-child(1){
    top: 21px;
    transform: rotate(45deg);
    transition: .3s;
  }

  .ham-menu-btn.is-active span:nth-child(2){
    opacity: 0;
  }

  .ham-menu-btn.is-active span:nth-child(3){
    top: 21px;
    transform: rotate(-45deg);
    transition: .3s;
  }

  .header-logo {
    position: relative;
    top: 0;
    left: 0;
    gap: 6px;
    padding-left: 20px;
  }

  .header-logo::before{
    width: 220px;
  }

  .header-logo .logo-keirin{
    width: 120px;
  }

  .header-logo .logo-glow{
    width: 75px;
  }

  .ham-menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9000;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    background: #fff;
  }

  .ham-menu__logo{
    position: absolute;
    width: 270px;
    bottom: -60px;
    right: -60px;
  }

  .ham-menu__logo img{
    filter: none;
    opacity: .7;
  }

  .ham-menu__inner{
    padding-top: 50px;
  }

  .ham-menu-item{
    text-align: left;
  }

  .ham-menu__list {
    margin-top: 0;
    gap: 25px;
  }

  .menu-link img{
    filter: none;
  }

  .thumbnail {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .vc-sns-list{
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
  }

  .vc-sns-item a{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vc-sns-item .yt-logo{
    width: 24px;
  }

  .vc-sns-item .x-logo{
    width: 16px;
  }
}


/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-main{
  width: 375px;
  position: absolute;
  top: 0;
  right: 225px;
  z-index: 100;
}
@media (min-width: 1401px){
  .p-main{
    right: calc((100% - 1400px) / 2 + 225px);
  }
}
main{
  height: auto;
  overflow-y: visible;
}

/* bodyのスクロールバーをカスタマイズ */
body::-webkit-scrollbar{
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #373737;
  border-radius: 9999px;
}

.p-mv{
  padding-bottom: 46px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.p-mv__logo{
  display: none;
}

.p-mv .l-inner{
  padding-top: 56px;
  position: relative;
}

.p-mv__ttl{
  white-space: nowrap;
  margin-top: 30px;
  font-style: italic;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  line-height: 1.5;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  text-shadow: 3px 5px 3px #13507C, -1px -1px 8px #35CCF9;
  filter: drop-shadow(0 2px 6px #35CCF9);
  opacity: 0; /* 初期状態で非表示 */
}

.p-mv__ttl.ready {
  opacity: 1; /* アニメーション準備完了時に表示 */
}

/* 文字単位アニメーション用のスタイル */
.p-mv__ttl .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideInChar 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes slideInChar {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-mv__ttl span.left{
  margin-top: 2em;
}

.p-mv__text{
  width: 168px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.mv-accent{
  content: "";
  position: absolute;
  left: 130%;
  bottom: 100%;
  width: 111px;
  height: 796px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: rotate(30deg);
}

.mv-accent.is-active{
  bottom: 160px;
  left: 30%;
  transition: .1s;
}

@media screen and (max-width: 800px){
  .p-main{
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    z-index: initial;
    margin: 0 auto;
    border-radius: 0;
    border: none;
  }
  .p-mv::before{
    content: "";
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv-bg-sp.webp) no-repeat center top / cover;
  }
  main{
    height: auto;
    overflow-y: visible;
  }

  .p-mv__logo{
    display: block;
    width: 90px;
    margin: 70px auto 0;
  }
}

.p-mv-img{
  position: relative;
  z-index: 1;
  background: #373737;
  padding: 10px 30px;
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-news{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F1FAFF;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transform: translateY(1px);
}

.p-news .p-news-box{
  margin-top: 40px;
}



/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F1FAFF;
  overflow: hidden;
  position: relative;
}

.confetti-about{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-about__title{
  position: relative;
  z-index: 1;
}

.p-about__textbox{
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}

.p-about__wheel{
  position: absolute;
  width: 218px;
  top: 0;
  left: calc(50% + 20px);
  z-index: -1;
}

.p-about__text-ttl{
  font-size: 18px;
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.2px;
  font-style: italic;
}

.p-about__text-subttl{
  margin-top: 6px;
  color: #797979;
  font-size: 16px;
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.16px;
  font-style: italic;
}

.p-about__text-txt{
  margin-top: 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}

.p-about__imgbox{
  position: relative;
  margin-top: 10px;
}

.p-about__wheel-2{
  position: absolute;
  width: 218px;
  top: 52px;
  right: calc(50% + 20px);
  z-index: -1;
}

.p-about__char{
  text-align: right;
  padding-right: 0;
}

.p-about__char img{
  display: inline-block;
  filter: drop-shadow(8px 7px 1px rgba(0, 0, 0, 0.25));
  width: 242px;
  position: relative;
  z-index: 1;
}

.p-about__gradation{
  position: absolute;
  width: 500px;
  bottom: -20px;
  transform: translateX(-10%);
}


/*===========================================================================*/
/*  stroy&comic  */
/*===========================================================================*/
.p-section-second{
  background: #E8FFF6;
  padding-bottom: 47px;
  overflow: hidden;
  position: relative;
}

.p-section-second .l-inner{
  position: relative;
}

.p-section-accent{
  width: 54px;
  height: 90%;
  background: #fff;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: -105%;
  left: 160%;
  transform: rotate(25deg);
}

.p-section-second.is-active .p-section-accent{
  top: -5%;
  left: 40%;
  transition: .3s;
}

.p-story{
  padding-top: 40px;
}

.p-story__textbox{
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.p-story__textbox .accent{
  position: absolute;
  z-index: -1;
}
.p-story__textbox .accent-1{
  top: -45px;
  right: -21px;
}
.p-story__textbox .accent-2{
  top: 0;
  left: 0;
}
.p-story__textbox .accent-3{
  top: 117px;
  right: 0;
}
.p-story__textbox .accent-4{
  top: 171px;
  left: 9px;
}
.p-story__textbox .accent-5{
  bottom: 102px;
  left: 4px;
}
.p-story__textbox .accent-6{
  bottom: 30px;
  right: 0;
}
.p-story__textbox .accent-7{
  top: calc(100% + 10px);
  left: -3px;
}

.p-story__textbox .bike{
  width: 138px;
}
.p-story__textbox .polka-dots{
  width: 98px;
}

.p-story__text-ttl{
  font-size: 20px;
  font-weight: 900;
  line-height: 129%;
  letter-spacing: -0.2px;
  font-style: italic;
}

.p-story__text-txt{
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}

.p-story,
.p-comic{
  position: relative;
  z-index: 1;
}

.p-comic{
  padding-top: 40px;
}

/* タブナビゲーション */
.p-comic__tab-nav{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.tab-btn{
  padding: 8px 16px;
  border: 2px solid #0066C5;
  background: #fff;
  color: #373737;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.tab-btn:hover{
  background: #E8FFF6;
}

.tab-btn.active{
  background: #0066C5;
  color: #fff;
}

/* タブコンテンツ */
.p-comic__tab-content{
  position: relative;
  margin-top: 20px;
}

.tab-panel{
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.tab-panel.active{
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.p-comic__text-ttl{
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.p-comic__imgbox{
  border-radius: 14.597px;
  box-shadow: 2.919px 2.919px 14.597px 0 rgba(0, 29, 56, 0.30);
  width: 100%;
  overflow: hidden;
}

.p-comic__imgbox video{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
}

/*===========================================================================*/
/*  character  */
/*===========================================================================*/
.p-character{
  padding-top: 40px;
  padding-bottom: 90px;
  position: relative;
  background: linear-gradient(45deg, #FFFBE1 25%, transparent 25%, transparent 75%, #FFFBE1 75%),
              linear-gradient(45deg, #FFFBE1 25%, transparent 25%, transparent 75%, #FFFBE1 75%);
  background-color: #fff;
  background-size: 124px 124px;
  background-position: 0 0, 62px 62px;
  animation: checkeredFlow 3s linear infinite; /* 右から左に流れるアニメーション */
}

/* チェック柄が右から左に流れるアニメーション */
@keyframes checkeredFlow {
  0% {
    background-position: 0 0, 62px 62px;
  }
  100% {
    background-position: -124px 0, -62px 62px;
  }
}

.page-top{
  position: absolute;
  right: 8px;
  bottom: -30px;
  z-index: 10;
  z-index: 100;
}

.page-top::before{
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/polka-dots-blue.png) no-repeat center center / contain;
}

.page-top__inner{
  width: 90px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.p-character__imgbox{
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.p-character__name{
  position: absolute;
  width: 190px;
  top: 40px;
  left: 0px;
  z-index: -1;
}

.p-character__char{
  text-align: right;
  padding-right: 10px;
}

.p-character__char img{
  display: inline-block;
  filter: drop-shadow(4px 4px 20px rgba(0, 29, 56, 0.50));
  width: 229px;
  position: relative;
  z-index: 1;
}

.p-character__gradation{
  position: absolute;
  width: 280px;
  top: 220px;
  right: 50%;
  transform: translateX(20%);
}

.p-character__textbox{
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.p-character__introduction li:not(:first-child){
  margin-top: 10px;
}

.p-character__introduction li img{
  filter: drop-shadow(4px 4px 10px rgba(0, 29, 56, 0.20));
}

.p-character__personality{
  margin-top: 38px;
}

.p-character__personality img{
  filter: drop-shadow(4px 4px 10px rgba(0, 29, 56, 0.20));
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer{
  padding-top: 25px;
  padding-bottom: 48px;
  background: #14B6FF;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.character-mini{
  position: absolute;
  width: 100px;
  right: -2px;
  bottom: 10px;
}

.footer-logo{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.footer-logo::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 236px;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.footer-logo img{
  filter: drop-shadow(2px 2px 0 #fff);
}

.footer-logo img,
.footer-logo svg{
  position: relative;
  z-index: 1;
}

.footer-logo svg{
  width: 12px;
}

.footer-logo .logo-keirin{
  width: 120px;
}

.footer-logo .logo-glow{
  width: 75px;
}

.p-footer__inner{
  text-align: center;
  margin-top: 33px;
  position: relative;
  z-index: 1;
}

.footer-info{
  display: inline-block;
}

.wheel-footer-1{
  position: absolute;
  top: -29px;
  left: -40px;
  width: 120px;
  opacity: 0.3;
}

.wheel-footer-2{
  position: absolute;
  bottom: -80px;
  right: -20px;
  width: 140px;
  opacity: 0.3;
}

.polka-dots-footer-1{
  position: absolute;
  width: 40px;
  bottom: calc(100% - 6px);
  right: 40px;
}

.polka-dots-footer-2{
  position: absolute;
  width: 40px;
  top: calc(100% - 6px);
  left: 20px;
}

.p-footer__title{
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.16px;
  display: inline-block;
}

.footer-mail-box{
  display: inline-block;
  margin-top: 40px;
}

.footer-mail-link{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
}

.footer-link{
  text-align: center;
  margin-top: 10px;
}

.footer-link a{
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: underline;
}

.p-footer__text{
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 40px;
}



/*===========================================================================*/
/*  紙吹雪  */
/*===========================================================================*/
.confetti-top {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.confetti-about {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 800px){
  .confetti-top{
    z-index: 1;
  }

  .confetti-about{
    z-index: 1000;
  }
}

/*===========================================================================*/
/*  動画ポップアップ  */
/*===========================================================================*/
.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.video-popup-container {
  position: relative;
  max-width: 800px;
  max-height: 90vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-popup-close {
  position: absolute;
  top: -40px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  transition: background 0.3s ease;
}

.video-popup-close:hover {
  background: rgba(255, 255, 255, 1);
}

.video-popup-close img {
  width: 16px;
  height: 16px;
}

.video-popup-content {
  width: 100%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.video-popup-content video {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .video-popup-container {
    max-width: 95vw;
    max-height: 95vh;
  }

  .video-popup-close {
    top: -35px;
    right: -5px;
    width: 25px;
    height: 25px;
  }

  .video-popup-close img {
    width: 12px;
    height: 12px;
  }
}

/*===========================================================================*/
/*  待機画面  */
/*===========================================================================*/
#waitingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #0066C5 0%, #14B6FF 100%);
  z-index: 99999;
}

.waiting-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 20px;
}

.waiting-content {
  text-align: center;
  color: #fff;
  max-width: 600px;
}

.waiting-logo-box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.waiting-logo-keirin {
  width: 180px;
  height: auto;
  filter: drop-shadow(2px 2px 0 #fff);
}

.waiting-cross {
  width: 20px;
  height: 20px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}

.waiting-logo-glow {
  width: 120px;
  height: auto;
  filter: drop-shadow(2px 2px 0 #fff);
}

.waiting-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.waiting-message {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.waiting-countdown {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.waiting-countdown p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.countdown-timer {
  font-size: 32px;
  font-weight: 900;
  color: #FCE73A;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Geist', monospace;
}

@media screen and (max-width: 800px) {
  .waiting-logo-keirin {
    width: 140px;
  }

  .waiting-cross {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }

  .waiting-logo-glow {
    width: 90px;
  }

  .waiting-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .waiting-message {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .waiting-countdown {
    padding: 20px;
  }

  .countdown-timer {
    font-size: 24px;
  }
}