@charset "uft-8";

/*変数
----------------------------------------------*/
:root {
  --font-jp: "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    sans-serif;
  --font-en: "Tourney", sans-serif;
  --main-bgCol1: #001243;
  --main-bgCol2: #000921;
  --sub-Col: #182c47;
}

/*共通部分
----------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth; /*ページ内リンクへの移動をスムーズにする*/
}
.clip {
  overflow: clip; /*sticky_header指示用*/
  height: 100%;
  min-height: 100%;
}
.wrap {
  max-width: 1060px;
  padding: 0 30px; /*縮小時左右余白*/
  margin: 0 auto;
}
h1,
p,
a {
  /* color: #FFFFFF; */
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    transition: all 0.4s ease;
  }
}
@media (hover: none) {
  a:active {
    opacity: 0.7;
  }
}
/*アンカーリンク位置調整*/
.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* body_fade_in */
body {
  opacity: 0;
  animation-name: load_fadein;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
@keyframes load_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg__col {
  background-color: var(--main-bgCol2);
  position: relative;
  z-index: -999;
}

/*to_topボタン*/
.to_top {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 30px;
  bottom: 5%;
  z-index: 10;
  transition: all 0.5s linear;
}
.to_topBtn {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .to_top:hover {
    opacity: initial;
    transform: scale(1.3);
  }
}
@media (hover: none) {
  .to_top:active {
    opacity: initial;
    transform: scale(1.3);
  }
}

/*背景のスクロールストップ*/
.scroll_stop {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*Header
----------------------------------------------*/
.header {
  width: 100%;
  height: 179px;
  background-color: var(--main-bgCol1);
}
.header__Top {
  height: 99px;
  position: relative;
  padding: 20px 0 23px;
}
.header__Title {
  width: 229px;
  height: 56px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__Logo {
  width: 100%;
  height: auto;
}
.sns {
  position: absolute;
  top: 35px;
  right: 0;
}
.insta__logo {
  width: 28px;
  height: 28px;
  margin-right: 22.42px;
}
.x__logo {
  width: 25px;
  height: 26px;
  padding-right: 30px;
  box-sizing: content-box;
}

/*g-nav*/
.nav {
  display: flex;
  justify-content: space-between;
  width: 742px;
  margin: 0 auto;
}
.menu__Caption {
  text-align: center;
  font: normal normal bold 23px/26px Tourney;
  letter-spacing: 1.15px;
  color: #6eebfa;
  text-shadow: 0px 3px 6px #6eebfa;
  margin-bottom: 7px;
}
.menu__Caption--AB {
  color: #caf7b1;
  text-shadow: 0px 3px 6px #5fd120;
}
.menu__Caption--DL {
  color: #ffdf98;
  text-shadow: 0px 3px 6px #ff9124;
}
.menu__Caption--HT {
  color: #dcd1ff;
  text-shadow: 0px 3px 6px #5626ff;
}

.menu__subCaption {
  text-align: center;
  font: normal normal bold 14px/19px Noto Sans;
  letter-spacing: 0.7px;
  color: #6eebfa;
}
.menu__subCaption--AB {
  color: #caf7b1;
}
.menu__subCaption--DL {
  color: #ffdf98;
}
.menu__subCaption--HT {
  color: #dcd1ff;
}

/*First-vw
----------------------------------------------*/
.mv__mainImage {
  width: 100%;
  height: auto;
}

/*News-Video
----------------------------------------------*/
.news {
  background-color: var(--main-bgCol1);
  padding: 24px 0 88.5px;
}
.event__info {
  margin-bottom: 1rem;
}
.event__timer {
  display: none;
  width: 100%;
  max-width: 896.7px;
  aspect-ratio: 896.7/258.69;
  position: relative;
  margin: 0 auto 50px;
}
.timer__container {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timer__txt {
  width: 100%;
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(25px, 4vw, 29px);
  line-height: 1.34;
  letter-spacing: 1.45px;
  color: #ffffff;
  text-align: center;
  padding-top: 5%;
}

.timer__txt.timeOver {
  /*タイマー終了時付与*/
  font-size: clamp(10px, 2.3vw, 22px);
  padding-top: 0;
}
.timer__figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  padding-top: 1.5%;
}
.timer__icon {
  width: 9vw;
  max-width: 108px;
  height: auto;
  margin-right: 2%;
}
.timer__number {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(60px, 8vw, 68px);
  letter-spacing: 3.4px;
}
.timer__number--colon {
  display: inline-block;
  color: #ffffff;
  font: normal normal 500 68px/93px Noto Sans;
  letter-spacing: 3.4px;
  line-height: 1;
  padding: 0 1.5% 1%;
}
.timer__bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 80px;
}

/*news*/
.news__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec__title {
  font: normal normal bold 60px/66px Tourney;
  letter-spacing: 3px;
  color: #6eebfa;
  text-shadow: 0px 3px 6px #6eebfa;
  margin-right: 15px;
}
.news__contentBox {
  max-width: 707.5px;
  width: 100%;
}
.news__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #6074af;
  padding-top: 17.5px;
  padding-bottom: 14.5px;
}
.news__text {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #ffffff;
}

.news__date {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 49px;
}

/*about
----------------------------------------------*/
.about {
  padding: 80px 0;
}
.about__mainSec {
  position: relative;
}
.about__mainSec::after {
  background-image: url(../image/about_image@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 773px;
  height: 464px;
  position: absolute;
  top: 29px;
  right: 0;
  z-index: -1;
}
.about__main--wrap {
  max-width: 1060px;
  padding: 0 30px 49px; /*縮小時左右余白*/
  margin: 0 auto 80px;
}
.sec__title--about {
  color: #caf7b1;
  text-shadow: 0px 3px 6px #5fd120;
  margin-bottom: 14px;
}
.sec__rub {
  font: normal normal bold 24px/33px Noto Sans;
  letter-spacing: 1.2px;
  color: #caf7b1;
  margin-bottom: 50px;
}
.sec__txt {
  height: fit-content;
  font: normal normal bold 16px/36px Noto Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
/*about_subSection*/
.about__subSection--item {
  padding-bottom: 70px;
}
.about__subSection--lastItem {
  padding-bottom: 0;
}
.about__subSec__title {
  text-align: center;
  font: normal normal bold 32px/50px Noto Sans;
  letter-spacing: 1.6px;
  color: #d7eff1;
  text-shadow: 0px 3px 6px #00f5cf;
  margin-bottom: 30px;
}
.subSec__title--emphasized {
  font: normal normal bold 32px/50px Noto Sans;
  letter-spacing: 1.6px;
  color: #ffdf98;
  text-shadow: 0px 3px 6px #ff9124;
}
.about__subSec__title--revised {
  width: 100%;
  max-width: 1000px;
  background: transparent linear-gradient(99deg, rgba(28,249,101,.5) 0%, rgba(86,136,254,.5) 100%) 0% 0% no-repeat padding-box;
  text-shadow: none;
  padding: 3.1% 0 3%;
  margin-bottom: 70px;
}
.subSec__title--reemphasized {
  text-shadow: none;
}
.subSec__bar {
  width: 100%;
  height: 4px;
  background: transparent linear-gradient(90deg, #1cf965 0%, #5688fe 100%) 0% 0%
    no-repeat padding-box;
  margin-bottom: 37px;
}
.subSec__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subSec__img {
  width: 50%;
  max-width: 500px;
  height: auto;
}
.subSec__txt {
  width: 44.8%;
  max-width: 448px;
  font: normal normal bold 16px/27px Noto Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.subSec__txt--emphasized {
  color: #f9ff5a;
}
.subSec__txt--emphasized--star {
  font: normal normal bold 20px/30px Noto Sans;
  letter-spacing: 0px;
  color: #f9ff5a;
}
.subSec__txt--chance {
  width: 100%;
  max-width: initial;
  text-align: center;
}

/*about-subsecAvatar*/
.subSec__container--avatar {
  margin-bottom: 88px;
}
.aboutSubsec__avatar {
  display: grid;
  grid-template-columns: repeat(auto-fit, 320px);
  gap: 70px 20px;
  justify-content: center;
}
.aboutSubsec__avatar--item {
  width: 320px;
  background-color: var(--sub-Col);
  position: relative;
}
.avatorlist__no {
  font-family: var(--font-en);
  font-size: 63px;
  font-weight: 500;
  line-height: 1.11;
  letter-spacing: 3.15px;
  color: #d7eff1;
  text-shadow: 0px 3px 6px #00f5cf;
  position: absolute;
  top: -28px;
  left: 22px;
}
.avatar__img {
  margin-bottom: 19px;
}
.avatar__content {
  padding: 0 19px 18px;
}
.avatar__title {
  display: flex;
  align-items: center;
  height: 45px;
  font: normal normal bold 20px/27px Noto Sans;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  padding-left: 11px;
  margin-bottom: 17px;
}
.avatar__title::before {
  width: 3px;
  height: 45px;
  content: "";
  background: transparent linear-gradient(180deg, #1cf965 0%, #5688fe 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  left: 0;
}
.avatar__subTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 31px;
  font: normal normal bold 18px/33px Noto Sans;
  letter-spacing: 0px;
  color: #ffffff;
  background: transparent
    linear-gradient(103deg, #1cf965 0%, #528ff5 100%, #5688fe 100%) 0% 0%
    no-repeat padding-box;
  padding: 0 9px;
  margin-bottom: 16px;
}
.avatar__txt {
  font: normal normal 500 15px/27px Noto Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.avatar__txt--1st {
  margin-bottom: 20px;
}

/*download
----------------------------------------------*/
.download {
  background-color: var(--main-bgCol1);
  padding: 80px 0;
}
.sec__title--download {
  text-align: center;
  font: normal normal bold 60px/66px Tourney;
  letter-spacing: 3px;
  color: #ffdf98;
  text-shadow: 0px 3px 6px #ff9124;
  margin: 0 0 10px 0;
}
.sec__rub--download {
  text-align: center;
  font: normal normal bold 24px/33px Noto Sans;
  letter-spacing: 1.2px;
  color: #ffdf98;
  margin-bottom: 40px;
}
.download__explain {
  font-family: var(--font-jp);
  font-weight: 700;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.77;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 40px;
}
.download__container {
  background-color: #ffffff;
  padding: 60px 52.5px 64.5px;
}
.download__content {
  display: grid;
  grid-template-columns: min(39.4%, 329px) min(45.7%, 382px);
  justify-content: center;
  gap: min(8.5%, 70.77px);
  margin-bottom: 64.5px;
}
.download__title {
  text-align: center;
  font: normal normal bold 24px/33px Noto Sans;
  letter-spacing: 1.2px;
  color: #333333;
  margin-bottom: 34.31px;
}
.download__image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download__imageStore {
  width: clamp(130px, 24vw, 224px);
  height: auto;
  aspect-ratio: 224/82;
  padding-right: 10px;
}
.download__imageStore--google {
  width: clamp(155px, 27vw, 278px);
  height: auto;
  aspect-ratio: 278/82;
}
.download__imageQR {
  width: clamp(55px, 8vw, 84px);
  height: auto;
  aspect-ratio: 1/1;
}
/*supplement*/
.supplement {
  background-color: #ffffff;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 39.5px 0 31.5px;
  position: relative;
}
.supplement__title {
  display: block;
  width: fit-content;
  text-align: center;
  font: normal normal bold 20px/27px Noto Sans;
  letter-spacing: 1px;
  color: #333333;
  background-color: #ffffff;
  padding: 0 12.5px;
  margin: 0 auto;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.supplement__text {
  font: normal normal 500 16px/33px Noto Sans;
  letter-spacing: 0px;
  color: #333333;
}
.pc_br {
    display: none;
}

/*howToDo
----------------------------------------------*/
.howToDo {
  padding: 80px 0;
}
.sec__title--howToDo {
  text-align: center;
  font: normal normal bold 60px/66px Tourney;
  letter-spacing: 3px;
  color: #dcd1ff;
  text-shadow: 0px 3px 6px #6b45f4;
  margin: 0 0 10px 0;
}
.sec__rub--howToDo {
  text-align: center;
  font: normal normal bold 24px/33px Noto Sans;
  letter-spacing: 1.2px;
  color: #dcd1ff;
}
.howToDo__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  justify-content: center;
  gap: 35px;
  margin-bottom: 51px;
}
.howToDo__item--triangle {
  position: relative;
}
.howToDo__item--triangle::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 15px solid #dcd1fe;
  border-right: 0;
  position: absolute;
  bottom: 190px;
  left: -23px;
}
.howToDo__titleBlock {
  background-color: #402bc5;
  padding: 17px 0;
}
.howToDo__stepNo {
  width: 127px;
  text-align: center;
  font: normal normal 500 22px/24px Tourney;
  letter-spacing: 1.1px;
  color: #402bc5;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 3px 0;
  margin: 0 auto 9px;
}
.howToDo__title {
  text-align: center;
  font: normal normal bold 20px/27px Noto Sans;
  letter-spacing: 1px;
  color: #ffffff;
}
.howToDo__img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 25px;
}
.howToDo__txt {
  text-align: left;
  font: normal normal 500 15px/27px Noto Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
/*supplement--howToDo*/
.howToDo__supplement {
  max-width: 1000px;
  background-color: var(--sub-Col);
  padding: 70px 52.5px 40px;
  margin: 0 auto;
}
.supplement--howToDo {
  background-color: var(--sub-Col);
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.supplement__title--howToDo {
  background-color: var(--sub-Col);
  color: #ffffff;
}
.supplement__text--howToDo {
  color: #ffffff;
}

/*footer
----------------------------------------------*/
.footer {
}
.footer__container {
  width: 100%;
  background-color: var(--main-bgCol1);
  padding: 50.37px 0 50.8px;
}
.footer__logo {
  display: block;
  width: 229px;
  height: 56px;
  margin: 0 auto 20px;
}
.footer__sns {
  width: fit-content;
  margin: 0 auto 40.5px;
}
.x__logo--footer {
  padding-right: 0;
}
.contact {
  text-align: center;
  font: normal normal 500 18px/24px Noto Sans;
  letter-spacing: 0.9px;
  color: #ffffff;
  text-transform: lowercase;
}
.copy_right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  text-align: center;
  font: normal normal normal 10px/14px Noto Sans;
  letter-spacing: 0.5px;
  color: #ffffff;
}

/*SPバーガーメニュー関連
--------------------------------------*/
.sp_menuBtn {
  display: none;
}
.nav--SP {
  display: none;
}

/*SP
----------------------------------------------*/

@media screen and (max-width: 767px) {
  /*Header
----------------------------------------------*/
  .header {
    position: sticky;
    top: 0;
    z-index: 999;
    height: 70px;
  }
  .header__Top {
    height: 70px;
    padding: 14px 0 0;
  }
  .header__Title {
    width: 170px;
    aspect-ratio: 229/56;
  }
  .sns {
    top: 24px;
  }
  .insta__logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .x__logo {
    width: 24px;
    height: 25px;
  }

  /*g-nav*/
  .nav--PC {
    display: none;
  }

  /*ハンバーガーメニュー*/
  .sp_menuBtn {
    position: absolute;
    top: 33px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
    width: 33px;
    height: 30px;
    display: block;
  }
  .sp_menuBtn span {
    width: 33px;
    height: 3px;
    display: block;
    background: transparent
      linear-gradient(103deg, #1cf965 0%, #528ff5 100%, #5688fe 100%) 0% 0%
      no-repeat padding-box;
    border-radius: 9999px;
    position: relative;
    top: 0;
    transition: 0.3s;
  }
  .sp_menuBtn span::before,
  .sp_menuBtn span::after {
    width: 33px;
    height: 3px;
    content: "";
    background: transparent
      linear-gradient(103deg, #1cf965 0%, #528ff5 100%, #5688fe 100%) 0% 0%
      no-repeat padding-box;
    border-radius: 9999px;
    position: absolute;
    transition: 0.3s;
  }
  .sp_menuBtn span::before {
    top: -10px;
  }
  .sp_menuBtn span::after {
    top: 10px;
  }

  /* メニューが開いた時 */
  .open span::before {
    display: none;
  }
  .open span {
    transform: rotate(45deg);
    background: transparent
      linear-gradient(103deg, #1cf965 0%, #528ff5 100%, #5688fe 100%) 0% 0%
      no-repeat padding-box;
  }
  .open span::after {
    transform: rotate(90deg);
    top: 0;
    background: transparent
      linear-gradient(103deg, #1cf965 0%, #528ff5 100%, #5688fe 100%) 0% 0%
      no-repeat padding-box;
  }

  .nav--SP {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: rgba(0, 9, 33, 0.8);
  }
  .burger__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu__Item {
    margin: 0 auto;
    padding: 25px 0;
  }

  /*to_top
----------------------------------------------*/
  .to_top {
    width: 55px;
    height: auto;
    right: 20px;
  }

  /*First-vw
----------------------------------------------*/

  /*News-Video
----------------------------------------------*/
  .timer__txt {
    font-size: clamp(16px, 3.5vw, 29px);
  }
  .timer__number {
    font-size: clamp(24px, 6vw, 68px);
  }
  .timer__number--colon {
    font-size: clamp(24px, 6vw, 68px);
    line-height: 1;
  }
  .timer__bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  /*news*/
  .news__container {
    display: block;
  }
  .sec__title {
    font-size: 40px;
    line-height: 1.3;
  }
  .news__contentBox {
    margin-top: 20px;
  }
  .news__date {
    margin-right: 20px;
  }

  /*about
----------------------------------------------*/
  .about__mainSec::after {
    width: clamp(375px, 80vw, 773px);
    height: 90%;
  }
  .sec__rub {
    font-size: 18px;
  }
  .sec__txt {
    font-size: 16px;
    line-height: 2;
    text-shadow: 0 3px 6px var(--main-bgCol2);
  }
  /*about_subSection*/
  .about__subSec__title--revised {
    margin-bottom: 35px;
  }
  .about__subSec__title {
    font-size: clamp(14px, 3.5vw, 26px);
    line-height: 1.5;
  }
  .subSec__title--emphasized {
    font-size: clamp(14px, 3.5vw, 26px);
    line-height: 1.5;
  }
  .subSec__container {
    display: block;
  }
  .subSec__img {
    width: 100%;
    max-width: initial;
  }
  .subSec__txt {
    width: 100%;
    max-width: initial;
    font-size: 14px;
    margin: 20px auto 0;
  }
  /*about-subsecAvatar*/
  .aboutSubsec__avatar {
    gap: 100px 20px;
    margin-top: 30px;
  }

  /*download
----------------------------------------------*/
  .download__container {
    background-color: #ffffff;
    padding: 15% 10% 15%;
  }
  .download__content {
    display: block;
  }
  .download__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .download__image {
    justify-content: space-evenly;
    margin-bottom: 50px;
  }
  .download__imageStore {
    width: clamp(130px, 30vw, 224px);
    height: auto;
    aspect-ratio: 224/82;
  }
  .download__imageStore--google {
    width: clamp(155px, 32vw, 278px);
    height: auto;
    aspect-ratio: 278/82;
  }
  .download__imageQR {
    width: clamp(55px, 12vw, 84px);
    height: auto;
    aspect-ratio: 1/1;
  }
  /*supplement*/
  .supplement__title {
    font-size: 18px;
  }
  .supplement__text {
    font-size: 14px;
    line-height: 1.7;
  }
  .pc_br {
    display: block;
  }


  /*howToDo
----------------------------------------------*/
  .howToDo__item--triangle::after {
    bottom: 210px;
  }
  /*653px以下で矢印の向きを下に*/
  @media screen and (max-width: 654px) {
    .howToDo__item--triangle::after {
      bottom: initial;
      top: -44px;
      left: 47.5%;
      transform: translateX(-47.5%);
      transform: rotate(90deg);
    }
  }
  .howToDo__txt {
    margin-bottom: 20px;
  }
  /*supplement--howToDo*/

  .supplement--howToDo {
    background-color: var(--sub-Col);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .supplement__title--howToDo {
    min-width: 140px;
  }

  /*footer
----------------------------------------------*/
  .footer__logo {
    width: clamp(170px, 10vw, 229px);
    height: auto;
    aspect-ratio: 229/56;
  }
  .contact {
    font-size: clamp(12px, 3.5vw, 18px);
    line-height: 2;
  }
  .sp_br {
    display: none;
  }
}
