@charset "UTF-8";
/* Scss Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #FFF;
  font-family: DIN Pro, "Noto Sans JP";
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
}

:target {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  display: block;
}

.btn-youtube {
  background: #0B5D62;
  border: solid 4px;
  border-image: linear-gradient(to right, #98FF85 0%, #48F1CE 100%);
  border-image-slice: 1;
  color: #48F1CE;
  font-size: 1.0984rem;
  font-weight: 700;
  align-items: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.btn-youtube svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-youtube:hover {
  color: #98FF85;
  background: #134A4E;
  transition: all 0.5s;
}

.btn-ticket {
  background: #FFB900;
  background-position: 0% 50%;
  background-size: 200% auto;
  color: #014880;
  font-size: 1.0984rem;
  font-weight: 700;
  align-items: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.btn-ticket svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-ticket:hover {
  transition: all 0.5s;
  background: #FF8A00;
  color: #0260AA;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .section-heading {
    margin-bottom: 4rem;
  }
}
.section-heading h2 {
  font-family: "urw-din";
  font-size: 2.4rem;
  color: #000000;
  font-weight: 900;
  letter-spacing: 0.048rem;
  font-style: italic;
}
@media screen and (min-width: 1025px) {
  .section-heading h2 {
    font-size: 4.8rem;
    letter-spacing: 0.096rem;
  }
}
.section-heading .subheading {
  color: #F77D12;
  font-size: 1.1rem;
  letter-spacing: -0.011rem;
  font-style: normal;
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  .section-heading .subheading {
    font-size: 1.4rem;
  }
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.section {
  padding: 3.5rem 2rem 4.5rem;
}
@media screen and (min-width: 1025px) {
  .section {
    padding: 6rem 0 8rem;
  }
}

@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  header {
    display: block;
    background: #ffffff;
    border-top: solid 8px;
    border-image: linear-gradient(to right, #F77D12, #F5D501, #02E3A6);
    border-image-slice: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    z-index: 9997;
  }
  header .btn-youtube {
    border: none;
  }
  header .btn {
    width: 180px;
    height: 100%;
    font-size: 2rem;
  }
  header nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  header .header__logo {
    width: 100px;
  }
  header .page-menu {
    flex: 1 0 auto;
    justify-content: space-around;
    align-items: center;
    margin: 0 20px;
    max-width: 900px;
  }
  header .page-menu li a {
    color: #014880;
    font-size: 1.6rem;
    font-weight: 700;
  }
  header .page-menu li a:hover {
    opacity: 0.8;
    transition: all 0.5s;
  }
}

#footer {
  padding: 5rem 20px 10rem;
  background-color: #1b1e2d;
}
@media screen and (min-width: 1025px) {
  #footer {
    padding: 4rem 0;
  }
  #footer > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
#footer .footer-logo {
  width: 50%;
  min-width: 200px;
  margin: 0 auto 1.5rem;
  transform: translateX(-10px);
  display: block;
}
#footer .footer-icon {
  display: flex;
  justify-content: center;
}
#footer .footer-icon li a {
  padding: 5px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: flex;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
}
#footer .copyright {
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: solid 1px #ffffff;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #footer .copyright {
    width: 80%;
    max-width: 1000px;
    margin: 1rem auto 0;
  }
}

.loader-bg {
  background: #014880;
  background: -webkit-gradient(radial, center center, 200, center center, 1000, from(#014880), to(#000000));
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
}

.loader {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.loader p {
  color: #48F1CE;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: italic;
  text-align: center;
  font-weight: 900;
}

.loader span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear;
}

.loader span:nth-child(2) {
  background: #F77D12;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
}

.loader span:nth-child(3) {
  background: #F5D501;
  z-index: 100;
}

.loader span:nth-child(4) {
  background: #02E3A6;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
}

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}
@-moz-keyframes kanan {
  0% {
    -moz-transform: translateX(20px);
  }
  50% {
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(20px);
    z-index: 200;
  }
}
@-o-keyframes kanan {
  0% {
    -o-transform: translateX(20px);
  }
  50% {
    -o-transform: translateX(-20px);
  }
  100% {
    -o-transform: translateX(20px);
    z-index: 200;
  }
}
@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes kiri {
  0% {
    -moz-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes kiri {
  0% {
    -o-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -o-transform: translateX(20px);
  }
  100% {
    -o-transform: translateX(-20px);
  }
}
/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
    transform: scale(4.5);
  }
  20% {
    transform: scale(5.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*追従ボタン*/
.btn-tracking {
  opacity: 0;
  animation: fade3 0.45s ease-in-out 3.6s 1 normal forwards;
  width: 105px;
  height: 105px;
  background: #014880;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  position: fixed;
  right: 10px;
  top: 15px;
  z-index: 999;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.01706rem;
  font-size: 0.911rem;
  border-radius: 50%;
  border: none;
  padding-top: 25px;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .btn-tracking {
    bottom: 30px;
    right: 30px;
    top: auto;
    width: 19.1rem;
    height: 19.1rem;
    font-size: 2rem;
  }
}
.btn-tracking::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 6px solid transparent;
  transition: transform 0.3s linear, border-width 0.3s linear, border-radius 0.3s linear, filter 0.6s linear;
  background-image: linear-gradient(to bottom, #F77D12, #F5D501, #02E3A6);
  background-origin: border-box;
  background-clip: border-box;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
@media screen and (min-width: 1025px) {
  .btn-tracking::before {
    border-width: 10px;
  }
}
.btn-tracking:active {
  transform: scale(0.96);
}
.btn-tracking:hover {
  background-color: #015D91;
  transition: all 0.5s;
}
.btn-tracking:hover::before {
  border-width: 8px;
  filter: hue-rotate(360deg);
}
.btn-tracking .link--official {
  color: #48F1CE;
  font-size: 0.7288rem;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .btn-tracking .link--official {
    font-size: 1.6rem;
  }
  .btn-tracking .link--official svg {
    width: 2.3rem;
    height: 2.241rem;
  }
}

.topic__title {
  background: #014880;
  color: #48F1CE;
  padding: 5px 10px;
  font-weight: 700;
}

/*KV*/
.hero {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  animation: fade 3s ease-in-out 1.8s 1 normal forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hero__image {
    max-width: none;
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: solid 6px;
    border-image: linear-gradient(to right, #F77D12, #F5D501, #02E3A6);
    border-image-slice: 1;
    border-left: none;
    border-right: none;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero__image {
    border: solid 6px;
    border-image: linear-gradient(to right, #F77D12, #F5D501, #02E3A6);
    border-image-slice: 1;
    border-left: none;
    border-right: none;
    font-size: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero__image {
    border: none;
  }
  .hero__image img {
    max-width: none;
    width: 100%;
  }
}

/*intro*/
.intro {
  padding: 2rem 10px;
  opacity: 0;
  animation: fade 3s ease-in-out 2s 1 normal forwards;
}
@media screen and (min-width: 1025px) {
  .intro {
    padding: 8rem 0 3rem;
  }
}
.intro .intro__title {
  color: #014880;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.432rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .intro .intro__title {
    font-size: 4.3rem;
    margin-bottom: 4rem;
  }
}
.intro .intro__subtitle {
  color: #292929;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .intro .intro__subtitle {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.36rem;
  }
}
.intro .intro__text {
  text-align: center;
  letter-spacing: -0.012rem;
  margin-bottom: 1.2rem;
}

/*スライダー*/
.gallery {
  width: 100%;
  overflow-x: hidden;
  opacity: 0;
  animation: fade 2s ease-in-out 2.2s 1 normal forwards;
}
@media screen and (min-width: 1025px) {
  .gallery {
    padding-bottom: 6rem;
    position: relative;
    background: linear-gradient(to bottom, #ffffff 50%, #D9D9D9 100%);
  }
}
.gallery .btn-group__action {
  display: none;
}
@media screen and (min-width: 1025px) {
  .gallery .btn-group__action {
    display: flex;
    justify-content: center;
    margin: 6rem auto 0;
  }
  .gallery .btn-group__action .btn {
    width: 300px;
    padding: 15px;
    margin: 0 10px;
    font-size: 1.9119rem;
  }
}

.container {
  width: 100%;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .container {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .slick-slider {
    padding: 7% 0 8.5%;
  }
}

.slick-list {
  overflow: visible;
}

/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: 0.3;
  transform: scale(0.9);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
  box-shadow: 0px 4.9141254425px 19.65650177px 1.6380417347px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1025px) {
  .slick-img img {
    box-shadow: 0px 6px 24px 2px rgba(0, 0, 0, 0.25);
  }
}

/* 中央のスライド */
.slider .slick-center {
  z-index: 3;
  position: relative;
}

.slider .slick-center img {
  opacity: 1;
  transform: scale(1.6);
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  position: relative;
  left: 44%;
  top: 55px;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -20px;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  position: relative;
  text-indent: -9999px;
  background: #BEBEBE;
  border: none;
  outline: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #48F1CE;
}

/*HADOとは*/
.about {
  background: url("../images/bg_about.png") no-repeat;
  position: relative;
  padding: 5.4rem 2rem 8rem;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .about {
    padding: 12rem 0;
    background: url("../images/bg_about_pc.png") no-repeat 50% 0;
    background-size: cover;
  }
}
.about:before {
  content: "";
  background: linear-gradient(180deg, #014880 0%, #015D91 31.25%, #4BF3C6 92.19%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.about .hado,
.about .event {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .about .hado,
  .about .event {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
.about .about__title {
  font-size: 2.8rem;
  letter-spacing: -0.0288rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-indent: -20px;
}
@media screen and (min-width: 1025px) {
  .about .about__title {
    font-size: 6.1251rem;
    text-indent: -30px;
  }
}
.about .about__lead {
  color: #02E3A6;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .about .about__lead {
    font-size: 2.4rem;
  }
}
.about .about__btn-group {
  margin: 2.6rem 0 5rem;
}
@media screen and (min-width: 1025px) {
  .about .about__btn-group {
    display: flex;
  }
}
.about .about__video-link {
  border: 2.376px solid #FFF;
  box-shadow: 3.9593908787px 5px 1.5837563276px 0px #48F1CE;
  font-size: 1.5838rem;
  letter-spacing: -0.0158rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .about .about__video-link {
    width: 380px;
    margin-right: 30px;
    font-size: 2rem;
  }
}
.about .about__video-link span {
  color: #48F1CE;
  font-size: 0.9503rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1235rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .about .about__video-link span {
    font-size: 1.2rem;
  }
}
.about .about__video-link span svg {
  margin-left: 5px;
}
.about .about__video-link:hover {
  background: #014880;
  color: #48F1CE;
  border-color: #48F1CE;
  box-shadow: 1.9593908787px 2px 1.5837563276px 0px #48F1CE;
}
.about .event {
  color: #014880;
}
@media screen and (min-width: 1025px) {
  .about .event {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .about .event__content {
    width: calc(50% - 10px);
  }
}
.about .event__title {
  color: #014880;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
  margin: 1rem 0;
}
@media screen and (min-width: 1025px) {
  .about .event__title {
    color: #FFB900;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.about .official-site__link {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #014880;
}
.about .official-site__link svg {
  margin-left: 10px;
  fill: #014880;
}
@media screen and (min-width: 1025px) {
  .about .official-site__link {
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 3rem;
  }
  .about .official-site__link svg {
    fill: #ffffff;
  }
}

/*当日情報*/
.todays-info__container {
  background: url(../images/bg_todays-info.png) 50%/cover no-repeat;
  padding: 5.5rem 10px;
}
.todays-info__container .todays-info__inner {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1.0469208956px 1.3086510897px 0px rgba(26, 65, 122, 0.25);
  padding: 1.5rem 15px 2.5rem;
  margin-top: 2.8rem;
}
@media screen and (min-width: 1025px) {
  .todays-info__container .todays-info__inner {
    padding: 4rem 4rem 5rem;
  }
}
.todays-info__container .todays-info__inner .section-heading {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .todays-info__container .todays-info__inner .section-heading h2 {
    font-size: 3.123rem;
  }
  .todays-info__container .todays-info__inner .section-heading .subheading {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .todays-info__container {
    padding: 10rem 0;
    background: url(../images/bg_todays-info_pc.png) 50% 0/cover no-repeat;
  }
  .todays-info__container > section {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}

/*FINALIST*/
.finalist__teams {
  justify-content: flex-start;
}
.finalist__teams li {
  width: calc(50% - 5px);
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .finalist__teams li {
    width: calc(25% - 5px);
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .finalist__teams li {
    margin-bottom: 5rem;
  }
}

/*CAST*/
.cast .cast__members {
  justify-content: space-around;
}
.cast .cast__members li {
  width: calc(33% - 2px);
  text-align: center;
  font-weight: 700;
}

/*INFO*/
@media screen and (min-width: 1025px) {
  .information__details {
    display: flex;
    justify-content: space-between;
  }
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 1025px) {
  .map {
    width: calc(70% - 10px);
  }
  .map iframe {
    height: 300px;
  }
}

@media screen and (min-width: 1025px) {
  .information__list {
    width: calc(30% - 10px);
  }
}

.information__topic__title {
  font-size: 1.4735rem;
  font-weight: 700;
  letter-spacing: -0.0147rem;
  width: 60px;
  text-align: center;
  padding: 1px 0;
  margin: 1.5rem 0 1rem;
}
.information__topic__title + * {
  color: #000000;
  font-size: 1.3214rem;
  font-weight: 700;
  letter-spacing: -0.0132rem;
}
.information__topic__title + * li {
  margin-bottom: 5px;
}
.information__topic__title + a {
  text-decoration: underline;
}

.match {
  margin-top: 2rem;
}
.match .section-heading {
  font-size: 0.7rem;
  letter-spacing: -0.0112rem;
  width: 30%;
  text-align: left;
  border-right: solid 2px #48F1CE;
}
@media screen and (min-width: 1025px) {
  .match .section-heading {
    font-size: 1.3286rem;
    width: 15%;
  }
}
.match ul {
  width: 70%;
  list-style: disc;
  padding-left: 25px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .match ul {
    width: 85%;
  }
}
.match li {
  margin-bottom: 10px;
  font-size: 1.0205rem;
}
@media screen and (min-width: 1025px) {
  .match li {
    font-size: 1.3rem;
  }
}

/*school*/
.school {
  border-bottom: solid 10px #f6f6f6;
}
@media screen and (min-width: 1025px) {
  .school > div {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
  .school .intro__text {
    text-align: center;
  }
}

.school__list {
  margin: 3rem auto;
}
@media screen and (min-width: 1025px) {
  .school__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem auto;
    width: 70%;
  }
}

.school__list__item {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .school__list__item {
    width: calc(50% - 20px);
  }
}

.school__topic__title {
  font-size: 0.9855rem;
  letter-spacing: -0.0099rem;
  margin: 1rem 0;
}

.school__school-name {
  color: #000000;
  font-size: 1.507rem;
  font-weight: 700;
  letter-spacing: -0.0151rem;
}

.school__btn-more {
  border: 0.745px solid #014880;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #014880;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.0097rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.school__btn-more svg {
  margin-left: 5px;
}
.school__btn-more:hover {
  background: #014880;
  color: #ffffff;
}
.school__btn-more:hover svg path {
  fill: #ffffff;
}

.bnr__academy {
  text-align: center;
  display: block;
}

/*news*/
.news {
  padding: 2rem 2rem;
}
@media screen and (min-width: 1025px) {
  .news {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    padding: 8rem 0 10rem;
  }
}
.news .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .news .section-heading {
    display: block;
    width: 20%;
  }
}
.news .section-heading h2 {
  color: #014880;
}
@media screen and (min-width: 1025px) {
  .news .section-heading h2 {
    text-align: right;
    padding-right: 50px;
  }
}
.news .section-heading .btn-more {
  color: #014880;
  display: flex;
  align-items: center;
  font-size: 0.9598rem;
}
@media screen and (min-width: 1025px) {
  .news .section-heading .btn-more {
    justify-content: end;
    margin-right: 50px;
    font-size: 1.6rem;
  }
}
.news .section-heading .btn-more svg {
  margin-left: 5px;
}

@media screen and (min-width: 1025px) {
  .news__list {
    width: 80%;
  }
}

.news__list__item {
  border-top: solid 1px #D9D9D9;
}
.news__list__item:last-child {
  border-bottom: solid 1px #D9D9D9;
}
.news__list__item a {
  padding: 1rem 5px 1.3rem;
  color: #000000;
  display: block;
}
@media screen and (min-width: 1025px) {
  .news__list__item a {
    display: flex;
    justify-content: space-between;
  }
  .news__list__item a h3 {
    width: 90px;
    display: flex;
    align-items: center;
  }
  .news__list__item a p {
    width: calc(100% - 100px);
  }
}
.news__list__item a:hover {
  transition: all 0.5s;
  background: #f2f2f2;
}
.news__list__item h3 {
  color: #02E3A6;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .news__list__item h3 {
    font-size: 1.6rem;
  }
}
.news__list__item p {
  margin-bottom: 0;
}

/*contact*/
.contact {
  background: linear-gradient(to right, #F77D12, #F5D501, #02E3A6);
  color: #ffffff;
  padding: 4.5rem 2rem 4rem;
}
.contact:hover {
  filter: brightness(1.2);
  transition: all 0.5s;
}
.contact > div {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .contact {
    padding: 10rem 0 8rem;
  }
  .contact > div {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
.contact .section-heading h2 {
  color: #ffffff;
  font-size: 3.1383rem;
}
@media screen and (min-width: 1025px) {
  .contact .section-heading h2 {
    font-size: 6.6581rem;
  }
}
.contact .section-heading .subheading {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contact .section-heading .subheading {
    font-size: 2.2194rem;
  }
}
.contact svg {
  margin: 0 0 10px 15px;
}
@media screen and (min-width: 1025px) {
  .contact svg {
    width: 9.3397rem;
    height: 9.1rem;
  }
}

@keyframes fade2 {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
.btn-group__action__tracking {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 1.2rem 1rem 2rem;
  justify-content: center;
  animation: fade2 0.5s ease-in-out 3s 1 normal forwards;
}
@media screen and (min-width: 1025px) {
  .btn-group__action__tracking {
    display: none;
  }
}
.btn-group__action__tracking .btn {
  width: calc(50% - 3px);
}
.btn-group__action__tracking .btn-youtube::before {
  content: "";
  position: absolute;
  background: #48F1CE;
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  box-shadow: 0 5px 18px 1px rgba(72, 241, 206, 0.7);
  z-index: -1;
}
.btn-group__action__tracking .btn-ticket::before {
  content: "";
  position: absolute;
  background: #48F1CE;
  width: 90%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  box-shadow: 0 5px 18px 1px rgba(255, 185, 0, 0.7);
  z-index: -1;
}/*# sourceMappingURL=style.css.map */