#top #hge,
#top #tct,
#top #stamprally,
#top #download {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 480px) {
  #top #hge,
  #top #tct,
  #top #stamprally,
  #top #download {
    padding-top: 45px;
    margin-top: -45px;
  }
}
#top #about {
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 480px) {
  #top #about {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#top .sticky {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #top .sticky {
    top: -20vh;
  }
}
@media screen and (max-width: 768px) {
  #top .sticky {
    top: -10vh;
  }
}
@media screen and (max-width: 480px) {
  #top .sticky {
    top: -30vh;
  }
}
@media print {
  #top .sticky {
    position: relative;
    z-index: 1 !important;
    top: 0 !important;
  }
}
#top .mainImgArea {
  background-color: #ffff38;
  padding: 50px 0 90px;
}
@media screen and (max-width: 1430px) {
  #top .mainImgArea {
    padding: 50px 0 40px;
  }
}
#top .mainImgArea .mainImg {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
#top .mainImgArea .mainImg img {
  padding-right: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top .mainImgArea .mainImg img {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .mainImgArea .mainImg .mainFlex {
    flex-direction: column;
  }
}
#top .mainImgArea .mainImg .left {
  width: 31%;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  #top .mainImgArea .mainImg .left {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  #top .mainImgArea .mainImg .left {
    width: 100%;
    padding-right: 0;
  }
}
#top .mainImgArea .mainImg .center {
  width: 38%;
}
@media screen and (max-width: 1024px) {
  #top .mainImgArea .mainImg .center {
    width: 34%;
  }
}
@media screen and (max-width: 768px) {
  #top .mainImgArea .mainImg .center {
    width: 100%;
  }
}
#top .mainImgArea .mainImg .right {
  width: 31%;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  #top .mainImgArea .mainImg .right {
    width: 33%;
  }
}
#top .mainImgArea .mainImg .bottom {
  margin-top: 10px;
}
#top .mainImgArea img {
  opacity: 0;
  transition: opacity 1s;
}
#top .mainImgArea img.active {
  opacity: 1;
}
#top .mainBg {
  background-image: url(../images/top/mainbg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 2;
  position: relative;
  padding-top: 150px;
}
#top .mainBg .cloud {
  margin-top: -25vw;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
#top .mainBg .cloud img {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  #top .mainBg .cloud {
    margin-top: -26vw;
  }
}
@media screen and (max-width: 1600px) {
  #top .mainBg .cloud {
    margin-top: -27vw;
  }
}
@media screen and (max-width: 1430px) {
  #top .mainBg .cloud {
    margin-top: -29vw;
  }
}
@media screen and (max-width: 1200px) {
  #top .mainBg .cloud {
    margin-top: -31vw;
  }
}
@media screen and (max-width: 1024px) {
  #top .mainBg .cloud {
    margin-top: -34vw;
  }
}
@media screen and (max-width: 860px) {
  #top .mainBg .cloud {
    margin-top: -37vw;
  }
}
@media screen and (max-width: 768px) {
  #top .mainBg .cloud {
    margin-top: -49vw;
  }
}
@media screen and (max-width: 690px) {
  #top .mainBg .cloud {
    margin-top: -51vw;
  }
}
@media screen and (max-width: 600px) {
  #top .mainBg .cloud {
    margin-top: -57vw;
  }
}
@media screen and (max-width: 530px) {
  #top .mainBg .cloud {
    margin-top: -60vw;
  }
}
@media screen and (max-width: 450px) {
  #top .mainBg .cloud {
    margin-top: -67vw;
  }
}
@media screen and (max-width: 1600px) {
  #top .mainBg .Cbg {
    background: unset;
    position: relative;
  }
  #top .mainBg .Cbg::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/c_left@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    left: 0;
    top: 50%;
    width: 20vw;
    height: 13vw;
    z-index: 0;
  }
}
@media screen and (max-width: 1600px) and (max-width: 480px) {
  #top .mainBg .Cbg::before {
    top: 75%;
    background-image: url(../images/top/c_left_sp@2x.png);
  }
}
@media screen and (max-width: 1600px) {
  #top .mainBg .Cbg::after {
    position: absolute;
    content: "";
    background-image: url(../images/top/c_right@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    right: 0;
    top: 25%;
    width: 20vw;
    height: 13vw;
    z-index: 0;
  }
}
@media screen and (max-width: 1600px) and (max-width: 480px) {
  #top .mainBg .Cbg::after {
    top: 40%;
    width: 17vw;
    background-image: url(../images/top/c_right_sp@2x.png);
  }
}
@media screen and (max-width: 768px) {
  #top .mainBg .confetti {
    margin-top: -110px;
  }
}
#top .mainBg .confetti canvas {
  height: 88%;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #top .mainBg .confetti canvas {
    height: 95%;
  }
}
#top .mainBg .subBg {
  background-image: url(../images/top/subBg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 60px 0;
  margin-bottom: -60px;
}
@media screen and (max-width: 1600px) {
  #top .mainBg .subBg {
    background: unset;
    position: relative;
  }
  #top .mainBg .subBg::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/left@2x.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
    left: -20px;
    top: 0;
    width: 20vw;
    height: 100%;
    z-index: 0;
  }
}
@media screen and (max-width: 1600px) and (max-width: 480px) {
  #top .mainBg .subBg::before {
    left: 0;
    background-image: url(../images/top/left_sp@2x.png);
  }
}
@media screen and (max-width: 1600px) {
  #top .mainBg .subBg::after {
    position: absolute;
    content: "";
    background-image: url(../images/top/right@2x.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
    right: 0;
    top: 0;
    width: 20vw;
    height: 100%;
    z-index: 0;
  }
}
@media screen and (max-width: 1600px) and (max-width: 480px) {
  #top .mainBg .subBg::after {
    background-image: url(../images/top/right_sp@2x.png);
  }
}
#top .mainBg .sectionTitle {
  width: 75%;
  margin: 0 auto 65px;
}
@media screen and (max-width: 480px) {
  #top .mainBg .sectionTitle {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#top .mainBg .whiteText {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  margin: 0 auto 50px;
}
@media screen and (max-width: 480px) {
  #top .mainBg .whiteText {
    font-size: 12px;
    margin: 0 auto 20px;
  }
}
#top .mainBg .whiteTextBig {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  #top .mainBg .whiteTextBig {
    margin: 0 auto 140px;
    font-size: 32px;
    line-height: 2;
  }
}
@media screen and (max-width: 480px) {
  #top .mainBg .whiteTextBig {
    margin: 0 auto 120px;
    font-size: 24px;
    line-height: 1.6;
  }
}
#top .para-up {
  position: relative;
  z-index: 3;
  margin-bottom: -130px;
}
#top .para-up img {
  margin-bottom: -130px;
}
@media screen and (max-width: 1024px) {
  #top .para-up {
    margin-bottom: 0;
    margin-top: -170px;
  }
}
@media screen and (max-width: 768px) {
  #top .para-up {
    margin-top: -150px;
  }
}
@media screen and (max-width: 480px) {
  #top .para-up {
    margin-top: -150px;
    margin-bottom: 98px;
  }
}
#top .para-down {
  position: relative;
  z-index: 2;
  margin-top: -6.4vw;
  font-size: 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 1024px) {
  #top .para-down {
    margin-top: 400px;
  }
}
@media screen and (max-width: 480px) {
  #top .para-down {
    margin-top: -30px;
  }
}
#top .paraBg {
  background: url(../images/top/para03.png);
  background-size: cover;
  height: 1000px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
}
@media screen and (max-width: 1024px) {
  #top .paraBg {
    background-attachment: unset;
    position: fixed;
    height: 100vh;
    background-position: -140px;
    top: 0;
    width: 100vw;
  }
}
@media print {
  #top .paraBg {
    background-attachment: unset;
    background-size: cover;
    height: 42vw;
    page-break-inside: avoid;
  }
}
#top .scroll-infinity {
  margin: -150px 0 -100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .scroll-infinity {
    margin: -50px 0;
  }
}
#top .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: infinity-scroll-left 80s linear infinite;
}
#top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
  flex-shrink: 0;
  width: 100vw;
}
@media screen and (max-width: 1800px) {
  #top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 110vw;
  }
}
@media screen and (max-width: 1600px) {
  #top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 120vw;
  }
}
@media screen and (max-width: 1400px) {
  #top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 140vw;
  }
}
@media screen and (max-width: 1200px) {
  #top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 160vw;
  }
}
@media screen and (max-width: 768px) {
  #top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 130vw;
  }
}
@media screen and (max-width: 480px) {
  #top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 220vw;
  }
}
#top .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  display: block;
}
#top #sec10 {
  background-color: #ffff38;
  position: relative;
  margin-top: -1px;
}
#top #sec10 .bg01 {
  background-image: url(../images/top/bg01@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 10px 0;
}
#top #sec10 .sectionTitle {
  width: 100%;
  padding-top: 30px;
  margin-bottom: -30px;
}
#top #sec10 .schedule00 {
  margin: 50px auto 0px;
}
#top #sec10 .schedule {
  margin: 30px auto 0px;
}
@media screen and (max-width: 480px) {
  #top #sec10 .exText {
    margin-top: 30px;
  }
}
#top #sec20 {
  position: relative;
}
#top #sec20 .bg02_up,
#top #sec20 .bg02_down {
  font-size: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
#top #sec20 .bg02 {
  background-image: url(../images/top/bg02.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  padding: 10px 0;
  background-color: #e83821;
}
#top #sec20 .wrapper {
  padding: 40px 0 80px;
}
@media screen and (max-width: 480px) {
  #top #sec20 .sectionTitle {
    margin-bottom: -30px;
  }
}
#top #sec20 .b-box {
  background-color: #000;
  color: #fff;
  position: relative;
  margin-top: 110px;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  #top #sec20 .b-box {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box {
    margin-top: 90px;
    padding: 60px 25px 30px;
  }
}
#top #sec20 .b-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, black, black 2px, transparent 2px, transparent 6px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
#top #sec20 .b-box .inner {
  position: relative;
  z-index: 2;
}
#top #sec20 .b-box .inner::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 208px;
  height: 208px;
  left: 0;
  top: -120px;
}
@media screen and (max-width: 1250px) {
  #top #sec20 .b-box .inner::after {
    width: 158px;
    height: 158px;
    left: -20px;
    top: -100px;
  }
}
@media screen and (max-width: 700px) {
  #top #sec20 .b-box .inner::after {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box .inner::after {
    left: 50%;
    transform: translate(-50%, 0);
    top: -120px;
  }
}
#top #sec20 .b-box .b-box01::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/marc00@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 146px;
  height: 26px;
  left: 200px;
  top: -85px;
}
@media screen and (max-width: 1250px) {
  #top #sec20 .b-box .b-box01::before {
    left: 130px;
  }
}
@media screen and (max-width: 1024px) {
  #top #sec20 .b-box .b-box01::before {
    top: -65px;
  }
}
@media screen and (max-width: 700px) {
  #top #sec20 .b-box .b-box01::before {
    left: 90px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box .b-box01::before {
    left: unset;
    top: -100px;
    right: -25px;
    width: 116px;
  }
}
#top #sec20 .b-box .b-box01::after {
  background-image: url(../images/top/marc01@2x.png);
}
#top #sec20 .b-box .b-box02::after {
  background-image: url(../images/top/marc02@2x.png);
}
#top #sec20 .b-box .b-box03::after {
  background-image: url(../images/top/marc03@2x.png);
}
#top #sec20 .b-box .b-box04::after {
  background-image: url(../images/top/marc04@2x.png);
}
#top #sec20 .b-box .b-box05::after {
  background-image: url(../images/top/marc05_02@2x.png);
}
#top #sec20 .b-box .b-box06::after {
  background-image: url(../images/top/marc06@2x.png);
}
#top #sec20 .b-box .b-box07::after {
  background-image: url(../images/top/marc07@2x.png);
}
#top #sec20 .b-box h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  color: #ffff38;
}
@media screen and (max-width: 1024px) {
  #top #sec20 .b-box h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #top #sec20 .b-box h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #top #sec20 .b-box .flexArea {
    flex-direction: column;
  }
}
#top #sec20 .b-box .flexArea .imgArea {
  min-width: 550px;
  padding-right: 35px;
}
@media screen and (max-width: 1024px) {
  #top #sec20 .b-box .flexArea .imgArea {
    min-width: unset;
    padding-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  #top #sec20 .b-box .flexArea .imgArea img {
    width: 100%;
  }
}
#top #sec20 .b-box .flexArea .textArea .title {
  border-top: 1px solid #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px;
  padding-top: 20px;
  padding-left: 40px;
  position: relative;
}
#top #sec20 .b-box .flexArea .textArea .title::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/icon01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 29px;
  height: 25px;
  left: 4px;
  top: 50%;
  transform: translate(0, -10%);
}
#top #sec20 .b-box .flexArea .textArea .text {
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box .flexArea .textArea .text {
    line-height: 1.8;
    font-size: 14px;
  }
}
#top #sec20 .b-box .border {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box .border {
    padding-left: 50px;
    border-radius: 20px;
    flex-direction: column;
    align-items: start;
  }
}
#top #sec20 .b-box .border .b-title {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box .border .b-title {
    padding-left: 0;
    margin-left: -7px;
  }
}
#top #sec20 .b-box .border .b-title::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/icon02@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 35px;
  left: 4px;
  top: 30%;
  transform: translate(0, -40%);
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box .border .b-title::after {
    top: 10px;
    left: -33px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec20 .b-box .border .b-text {
    font-size: 15px;
  }
}
#top #sec30 {
  padding: 0 0 120px;
  border-bottom: 3px solid #000;
  background-color: #ffff38;
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 1024px) {
  #top #sec30 {
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec30 {
    padding: 20px 0 60px;
  }
}
#top #sec30 .subTitle {
  background-color: #000;
  border-radius: 60px;
  color: #ffff38;
  font-size: 24px;
  font-weight: bold;
  margin: 45px auto;
  max-width: 700px;
  padding: 10px;
  text-align: center;
}
#top #sec30 .list {
  background-color: #fff;
  border-top: 1px solid #000;
  display: flex;
  gap: 1rem;
  padding: 15px 30px 10px;
}
@media screen and (max-width: 480px) {
  #top #sec30 .list {
    padding: 15px 20px 10px;
    flex-direction: column;
    gap: unset;
  }
}
#top #sec30 .list dt {
  font-weight: bold;
  width: 170px;
}
@media screen and (max-width: 1024px) {
  #top #sec30 .list dt {
    width: 190px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec30 .list dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#top #sec30 .list dd {
  font-weight: 400;
  padding-left: 15px;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  width: calc(100% - 170px);
}
@media screen and (max-width: 768px) {
  #top #sec30 .list dd {
    width: calc(100% - 190px);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  #top #sec30 .list dd {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
}
#top #sec30 .list .bold {
  font-weight: bold;
}
#top #sec30 .list .small {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  #top #sec30 .list .small {
    font-size: 12px;
  }
}
#top #sec30 .list .mt10 {
  padding-top: 3px;
}
#top #sec30 .list02 {
  border-bottom: 1px solid #000;
  margin-bottom: 120px;
}
#top #sec30 .center {
  align-items: center;
}
#top #sec30 .box {
  margin: 70px auto 150px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top #sec30 .box {
    margin: 70px auto 90px;
  }
}
@media screen and (max-width: 480px) {
  #top #sec30 .box {
    margin: 50px auto 60px;
  }
}
#top #sec30 .box::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(45deg, black, black 2px, transparent 2px, transparent 6px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
#top #sec30 .box .inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #000;
  padding: 60px 45px 45px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #top #sec30 .box .inner {
    padding: 25px 3px 15px;
  }
}
#top #sec30 .box .download {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  #top #sec30 .box .download {
    top: -15px;
  }
}
#top #sec30 .box .btnFlex {
  justify-content: center;
}
#top #sec30 .box .btnFlex a {
  margin: 0 15px;
}
#top #sec30 .txt50 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #top #sec30 .txt50 {
    margin-bottom: 20px;
  }
}
#top #sec30 .prize {
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  #top #sec30 .prize {
    margin-bottom: 30px;
  }
}
#top #sec30 .prize02 {
  margin-bottom: 30px;
}
#top #sec30 .prize03 {
  margin-bottom: 20px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}