@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 600;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

#########################################################*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 !important;
}

html,
body {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.6;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}

img {
  vertical-align: bottom;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 864px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 864px) {
  .pc {
    display: none !important;
  }
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

.drop {
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.3);
}

ol,
ul {
  list-style: none;
}

p {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1280px) {
  p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 864px) {
  p {
    font-size: 14px;
    font-size: 3.6vw;
  }
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 864px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  width: auto;
  margin-bottom: 46px;
  text-align: center;
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 864px) {
  h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
h2.white {
  color: #fff;
}

h3 {
  font-size: 54px;
  text-align: center;
}
@media screen and (max-width: 864px) {
  h3 {
    font-size: 7.5vw;
  }
}

.inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.link_btn {
  position: relative;
  cursor: pointer;
  background: #c1254b;
  display: inline-block;
  text-align: center;
  padding: 0px 32px;
  border-radius: 50px;
  transition: color 0.3s ease-in-out;
}
.link_btn.gray {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 864px) {
  .link_btn {
    margin-top: 0px;
    padding: 0px 20px;
  }
}
.link_btn p {
  line-height: 56px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .link_btn p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 864px) {
  .link_btn p {
    font-size: 4.2vw;
    line-height: 2.2;
  }
}
.link_btn:hover::before {
  width: 100%;
}
.link_btn:hover a {
  color: #f6f669;
}
.link_btn.gaibu:after {
  content: "※外部サイト";
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
  color: #fff;
  font-size: 14px;
  transform: translateY(18px);
}
@media screen and (max-width: 864px) {
  .link_btn.gaibu:after {
    font-size: 12px;
  }
}

.obi {
  width: 100%;
  height: 30px;
  transform: translate(0, 0);
  background: url("../img/line-bluebar.svg") center center;
  background-size: cover;
  background-repeat: repeat-x;
}
.obi.under {
  transform: translate(0, 0);
}
@media screen and (max-width: 864px) {
  .obi.under {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 864px) {
  .obi {
    height: 15px;
    background-repeat: repeat-x;
  }
}

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.car1 {
  width: 118px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, calc(-60px - 50%));
}
@media screen and (max-width: 864px) {
  .car1 {
    width: 14.5vw;
  }
}

.car2 {
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -100%);
}
@media screen and (max-width: 864px) {
  .car2 {
    width: 36vw;
    position: absolute;
    top: 0;
    right: 14vw;
    transform: translate(35%, -100%);
  }
}

section {
  padding: 80px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 864px) {
  section {
    padding: 60px 0;
  }
}
section#hero {
  padding: 0;
  background: rgb(0, 98, 204);
}
section#hero .inner {
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 864px) {
  section#hero .inner {
    width: 100%;
  }
}
section#hero .logo {
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 76%;
  transform: translate(-50%, -11%);
}
section#what {
  background: url("../img/bg-news-pc.png") center center;
  background-size: cover;
}
@media screen and (max-width: 864px) {
  section#what {
    background: url("../img/bg-news-sp.png") center center;
    background-size: cover;
  }
}
section#what h2,
section#what p {
  color: #fff;
}
section#what .des {
  margin-bottom: 48px;
  font-size: 28px;
}
@media screen and (max-width: 1280px) {
  section#what .des {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 864px) {
  section#what .des {
    margin-bottom: 40px;
    font-size: 3.6vw;
  }
}
section#schedule {
  background: rgb(0, 98, 204);
  padding-bottom: 120px;
  overflow: hidden;
}
section#schedule .bkimg {
  opacity: 0.2;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  z-index: 1;
}
section#schedule .bkimg img {
  width: auto;
  height: 100%;
}
section#schedule .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 864px) {
  section#schedule .imgbox {
    max-width: 420px;
    margin: 0 auto;
  }
}
section#about {
  padding-bottom: 0;
}
section#about .bkimg {
  position: absolute;
  mix-blend-mode: multiply;
  width: 45%;
  top: 0;
  right: 0;
  opacity: 0.2;
  transform: translateY(-43%);
}
section#about ul {
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 864px) {
  section#about ul {
    display: block;
  }
}
section#about ul li {
  padding: 0 30px;
}
@media screen and (max-width: 864px) {
  section#about ul li {
    margin: 0px auto 25px;
  }
  section#about ul li:last-child {
    margin-bottom: 0;
  }
}
section#about p.des {
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  section#about p.des {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 864px) {
  section#about p.des {
    margin-bottom: 60px;
  }
}
section#about .check {
  margin: 80px auto 0;
  max-width: 896px;
  width: 90%;
  position: relative;
}
section#about .check:after {
  content: "";
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 64%;
  background: rgba(0, 98, 204, 0.3);
  z-index: -1;
}
section#sponsor {
  padding-bottom: 120px;
}
@media screen and (max-width: 864px) {
  section#sponsor {
    padding-bottom: 80px;
  }
}
section#sponsor ul {
  justify-content: center;
}
section#sponsor ul li {
  margin: 0 40px;
}
@media screen and (max-width: 864px) {
  section#sponsor ul li {
    margin: 0 20px;
  }
}
section#sponsor ul li img {
  width: auto;
  height: 130px;
}
@media screen and (max-width: 864px) {
  section#sponsor ul li img {
    height: 17.5vw;
  }
}
section#sponsor .nowrap {
  margin: 120px auto 0;
  max-width: 896px;
  width: 90%;
}
@media screen and (max-width: 1280px) {
  section#sponsor .nowrap {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 864px) {
  section#sponsor .nowrap {
    margin: 60px auto 0;
  }
}
section#sponsor .nowrap p {
  text-align: left;
  font-weight: bold;
  text-indent: -3em;
  padding-left: 3em;
}

footer {
  background-color: #000;
}
footer .inner {
  padding: 40px 0;
  max-width: 896px;
  width: 90%;
}
@media screen and (max-width: 864px) {
  footer .inner {
    padding-top: 30px;
  }
}
footer .footer_nav {
  margin-bottom: 30px;
  justify-content: center;
}
footer .footer_nav li {
  padding: 0 20px;
}
footer p {
  color: #fff;
  text-align: left;
}
footer p a {
  color: #fff;
}
footer .copy p {
  font-size: 12px;
}
@media screen and (max-width: 864px) {
  footer .copy p {
    font-size: 11px;
  }
}