/*=============================================
=            PAGE HEAD            =
=============================================*/
.home #page-top-head {
  text-align: right;
}
.home #page-top-head .pageHeadLead {
  content: "";
  position: absolute;
  top: 8%;
  left: auto;
  right: 2%;
  width: 70%;
  max-width: 670px;
  z-index: 10;
}

.page-video-head {
  height: calc(100vh - 80px);
  min-height: 500px;
  width: 85vw;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .page-video-head {
    height: calc(100vh - 136px);
    min-height: 800px;
  }
}
.page-video-head:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.page-video-head .video-item {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#page-head .sd-box {
  text-align: center;
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-size: 1rem;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  letter-spacing: 0.1em;
}

.page-video-head.mini-head {
  height: calc(50vh - 70px);
  max-height: 400px;
  margin: 0;
}

#page-top-head .logo-box {
  position: absolute;
  z-index: 19;
  top: 63%;
  left: 40%;
  width: 80%;
  padding: 40px;
  text-align: center;
  background-color: rgba(253, 253, 253, 0.8);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #page-top-head .logo-box {
    width: 50%;
    top: 70%;
    left: 25%;
    padding: 50px;
  }
}
#page-top-head .logo-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
}
#page-top-head .logo-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
}
#page-top-head .logo-box img {
  width: 80%;
  max-width: 350px;
}
#page-top-head .grad-line {
  background: #e53e35;
  content: "";
  position: absolute;
  width: 100%;
  height: 30vh;
  bottom: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

/*=====  End of PAGE HEAD  ======*/
/*=============================================
=            TOP NAVIGATION            =
=============================================*/
.top-navigation-bar {
  background-color: #cc0000;
  color: #fff;
  width: 85vw;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.top-navigation-bar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
  mix-blend-mode: multiply;
}
.top-navigation-bar ul {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.top-navigation-bar li {
  list-style: none;
}
.top-navigation-bar li a {
  letter-spacing: 0.1em;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 10px 15px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .top-navigation-bar li a {
    font-size: 2rem;
    padding: 15px 20px;
  }
}
@media (hover: hover) {
  .top-navigation-bar li a:hover {
    background-color: #17364f;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
}

/*=====  End of TOP NAVIGATION  ======*/
/*=============================================
=            SPONSOR            =
=============================================*/
#sponsor {
  padding-bottom: 0;
}
#sponsor h6 {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#sponsor img.mainavi {
  padding: 0 30px;
}
#sponsor a.sponsor-link {
  padding: 15px 7px;
  display: inline-block;
  width: 100%;
}
#sponsor p {
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

/*=====  End of SPONSOR  ======*/
/*=============================================
=            ABOUT            =
=============================================*/
/* ABOOUT */
.home #about {
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 0;
  position: relative;
}
.home #about:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(244.8, 244.8, 244.8);
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}
.home #about .btnWrapper.horizontal {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home #about .btnWrapper.horizontal {
    margin-bottom: 40px;
  }
}
.home #about .container {
  z-index: 1;
}
.home #about h2 {
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .home #about h2 {
    font-size: 4rem;
  }
}
.home #about .aboutRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
.home #about .aboutRow .imgCol {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 430px;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .home #about .aboutRow .imgCol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
@media only screen and (min-width: 1200px) {
  .home #about .aboutRow .imgCol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 430px;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }
}
.home #about .aboutRow .imgCol .imgWrapper {
  position: relative;
}
.home #about .aboutRow .imgCol .imgWrapper .matt {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 0;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  border-radius: 8px;
}
.home #about .aboutRow .imgCol .imgBg {
  padding-top: 115%;
  background-color: #fff;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.home #about .aboutRow .dscCol {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 580px;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .home #about .aboutRow .dscCol {
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 540px;
        -ms-flex: 0 0 540px;
            flex: 0 0 540px;
  }
}
@media only screen and (min-width: 1200px) {
  .home #about .aboutRow .dscCol {
    margin-left: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 580px;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
  }
}
.home #about .aboutRow .dscCol .dscBox {
  margin-top: 0;
  color: #000;
}
.home #about .imgWrapper .imgBg {
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home #about .main-sns {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .home #about .main-sns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home #about .main-sns li {
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.home #about .main-sns li a {
  display: block;
}
.home #about .main-sns li a svg {
  width: 34px;
}
.home #about .announceContainer {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .home #about .announceContainer {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home #about .announceContainer {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home #about .announceContainer .dscBox {
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .home #about .announceContainer .dscBox {
    font-size: 1.6rem;
  }
}
.home #about .announceContainer .imgWrapper {
  position: relative;
}
.home #about .announceContainer .imgWrapper .imgBg {
  position: relative;
  z-index: 1;
  padding-top: 52.65%;
  border-radius: 8px;
}
.home #about .announceContainer .imgWrapper .matt {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 0;
  background-color: #cc0000;
  border-radius: 8px;
}
.home #about .lastYearWinnerBox {
  font-weight: bold;
  margin-top: 50px;
}
.home #about .lastYearWinnerBox .title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .home #about .lastYearWinnerBox .title {
    font-size: 3.2rem;
  }
}
.home #about .summeryellContainer {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .home #about .summeryellContainer {
    text-align: center;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .home #about .summeryellContainer {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home #about .summeryellContainer .dscBox {
  margin-bottom: 30px;
}

/*=====  End of ABOUT  ======*/
/*=============================================
=            FEATURED            =
=============================================*/
/* FEATURED VIDEO */
.youtube-box-wrapper {
  position: relative;
  display: block;
}

.youtube-box-wrapper a {
  display: block;
}

.youtube-box-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

.youtube-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.youtube-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

.youtube-box:after {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 10%;
  content: "";
  background-image: url(../img/common/play_btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.featured-video-title {
  color: #fdfdfd;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 3rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .featured-video-title {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#video .parallax-window {
  position: relative;
}

#video .parallax-window:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .featured-video-title {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
/*=====  End of FEATURED  ======*/
/*=============================================
=            LETTER SWIPER            =
=============================================*/
.letterSwiper {
  position: relative;
  z-index: -1;
  pointer-events: none;
}
.letterSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0.2;
}
.letterSwiper .swiper-slide {
  max-width: 1940px;
  width: auto;
}

/*=====  End of LETTER SWIPER  ======*/
/*=============================================
=            entryTicket            =
=============================================*/
#entryTicket {
  padding-top: 30px;
  margin-top: 100px;
  position: relative;
  padding-bottom: 10px;
}
#entryTicket .letterSwiper {
  position: absolute;
  bottom: -30px;
}
#entryTicket .btnWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 40px;
}
#entryTicket .btnWrapper .btnBox {
  max-width: 360px;
  text-align: center;
}
#entryTicket .btnWrapper .btnBox .btnTitle {
  font-size: 3.2rem;
  font-weight: bold;
}

/*=====  End of entryTicket  ======*/
/*=============================================
=            RULE            =
=============================================*/
#rule {
  padding-top: 100px;
}

/*=====  End of RULE  ======*/
/*=============================================
=            SCHEDULE            =
=============================================*/
#schedule {
  padding-top: 100px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  #schedule > .container {
    max-width: 1300px;
  }
}

/*=====  End of SCHEDULE  ======*/
/*=============================================
=            RESULT            =
=============================================*/
#result {
  z-index: 0;
  position: relative;
}
#result:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(244.8, 244.8, 244.8);
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

/*=====  End of RESULT  ======*/
/*=============================================
=            RANKING            =
=============================================*/
#ranking .areaSection.east .areaTitle {
  color: #005797;
}
#ranking .areaSection.east .rankingWrapper {
  border-color: #005797;
}
#ranking .areaSection.east .rankingWrapper .rankingSectionTitle {
  background-color: #005797;
}
#ranking .areaSection .rankingWrapper {
  border: 2px solid #e53e35;
  border-radius: 8px;
  margin-bottom: 10px;
}
#ranking .areaSection .rankingWrapper .inner {
  overflow: auto;
  padding: 20px 10px;
  max-height: 240px;
}
@media only screen and (min-width: 768px) {
  #ranking .areaSection .rankingWrapper .inner {
    max-height: 410px;
    padding: 20px 30px;
  }
}
#ranking .areaSection .rankingWrapper .inner::-webkit-scrollbar {
  width: 5px;
}
#ranking .areaSection .rankingWrapper .inner::-webkit-scrollbar-track {
  background-color: transparent;
}
#ranking .areaSection .rankingWrapper .inner::-webkit-scrollbar-thumb {
  background-color: #000;
}

/*=====  End of RANKING  ======*/
/*=============================================
=            HISTORY            =
=============================================*/
#history {
  padding-top: 80px;
}
#history .historyRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}
#history .historyRow .imgCol {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 430px;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  #history .historyRow .imgCol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
#history .historyRow .imgCol .imgWrapper {
  position: relative;
  max-width: 380px;
}
#history .historyRow .imgCol .imgWrapper .matt {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 0;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  border-radius: 8px;
}
#history .historyRow .imgCol .imgBg {
  padding-top: 120%;
  background-color: #fdfdfd;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#history .historyRow .dscCol {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 580px;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #history .historyRow .dscCol {
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
@media only screen and (min-width: 1200px) {
  #history .historyRow .dscCol {
    margin-left: 35px;
  }
}
#history .historyRow .dscCol .dscBox {
  margin-top: 0;
  color: #000;
}
#history .letterSwiper {
  top: 30px;
}

/*=====  End of HISTORY  ======*//*# sourceMappingURL=frontpage.css.map */