@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: auto; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

em {
  font-style: normal; }

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

.u-sp-none {
  display: block; }
  @media (max-width: 768px) {
    .u-sp-none {
      display: none !important; } }

.u-tab-show {
  display: none; }
  @media (max-width: 1081px) and (min-width: 769px) {
    .u-tab-show {
      display: block; } }

.u-tab-none {
  display: none; }
  @media (max-width: 1081px) and (min-width: 769px) {
    .u-tab-none {
      display: none !important; } }

/* 白背景の全画面レイヤー */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  -webkit-transition: opacity 2s ease 0.5s;
  -o-transition: opacity 2s ease 0.5s;
  transition: opacity 2s ease 0.5s; }

/* フェードアウト用クラス */
#loader.fade-out {
  opacity: 0;
  pointer-events: none; }

.js-fadein {
  opacity: 0;
  display: block;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
  transition: opacity .75s ease, -webkit-transform .75s ease;
  -o-transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease; }

.js-fadein.fade-side {
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0); }
  .js-fadein.fade-side:nth-child(even) {
    -webkit-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    transform: translate(15px, 0); }

.js-fadein.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }
  .js-fadein.is-show:nth-child(even) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }

.js-delayfadein {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
  transition: opacity .75s ease, -webkit-transform .75s ease;
  -o-transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease;
  transition: transform .75s ease, opacity .75s ease, -webkit-transform .75s ease; }

.js-delayfadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* mv03画像アニメーション初期状態 */
#mv-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s ease 0.15s;
  transition: -webkit-transform 1s ease 0.15s;
  -o-transition: transform 1s ease 0.15s;
  transition: transform 1s ease 0.15s;
  transition: transform 1s ease 0.15s, -webkit-transform 1s ease 0.15s; }

/* アニメーション実行時に付与するクラス */
#mv-img.animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* アニメーション実行時に付与するクラス */
#js-header {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }

/* アニメーション実行時に付与するクラス */
#js-header.animate {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.common-ttl {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0.5em; }
  .common-ttl span {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .common-ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-10deg);
    -ms-transform: translate(-50%, -50%) skewX(-10deg);
    transform: translate(-50%, -50%) skewX(-10deg);
    z-index: 1;
    background-color: #fff;
    background: #4247F2;
    background: -webkit-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
    background: -o-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
    background: linear-gradient(37deg, #4247f2 0%, #d900df 50%, #ff00b6 100%); }

.common-ttl-red {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: -0.1em;
  text-shadow: 0 0 5px #ff0019, 0 0 10px #ff0019, 0 0 15px #ff0019, 0 0 20px #ff0019, 0 0 25px #ff0019, 0 0 30px #ff0019; }
  @media (min-width: 768px) {
    .common-ttl-red {
      font-size: 48px; } }
  .common-ttl-red span {
    display: inline-block;
    font-size: 20px; }
    @media (min-width: 768px) {
      .common-ttl-red span {
        font-size: 28px; } }

.common-cta {
  background-color: #ff1a22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 48px;
  text-align: center;
  position: relative;
  text-decoration: none; }
  .common-cta::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 32px; }

.l-header {
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999; }
  @media (min-width: 768px) {
    .l-header {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .l-header a {
    display: block;
    width: calc(50% - 0.5px); }
    @media (min-width: 768px) {
      .l-header a {
        width: auto;
        height: 60px; } }
    .l-header a + a {
      border-left: 1px solid #e6e6e6; }
    .l-header a img {
      display: block;
      width: 100%; }
      @media (min-width: 768px) {
        .l-header a img {
          width: auto;
          height: 100%; } }

.top-bg-wrapper {
  position: relative;
  overflow: hidden; }
  .top-bg-wrapper .top-bg-1 {
    position: absolute;
    display: block;
    width: 160px;
    top: 650px;
    left: -2.5%;
    opacity: .5; }
  .top-bg-wrapper .top-bg-2 {
    position: absolute;
    display: block;
    width: 150px;
    top: 860px;
    right: -10%;
    opacity: .5; }
  .top-bg-wrapper .top-bg-3 {
    position: absolute;
    display: block;
    width: 220px;
    top: 980px;
    right: 2.5%;
    opacity: .2; }

.mv {
  display: block;
  width: 100%; }
  .mv img {
    display: block;
    width: 100%; }

.sponsor {
  background: #B4C1E4;
  background: -webkit-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  background: -o-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  background: linear-gradient(37deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  width: 100%;
  padding-top: 16px;
  padding-bottom: 48px; }
  .sponsor-ttl-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .sponsor-logo-wrapper {
    position: relative;
    z-index: 1;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 32px 32px;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .sponsor-logo-wrapper {
        max-width: 880px;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap; } }
    .sponsor-logo-wrapper img {
      width: calc(50% - 8px);
      display: block; }
      @media (min-width: 768px) {
        .sponsor-logo-wrapper img {
          width: 21.5%; } }

.intro {
  padding-top: 48px;
  position: relative;
  overflow: hidden;
  padding-bottom: 48px; }
  @media (min-width: 768px) {
    .intro {
      padding-bottom: 80px; } }
  .intro-bg-1 {
    width: 70%;
    position: absolute;
    bottom: -6%;
    left: -30%; }
  .intro-bg-2 {
    width: 90%;
    position: absolute;
    top: -29%;
    right: -10%; }
    @media (min-width: 768px) {
      .intro-bg-2 {
        width: 50%;
        position: absolute;
        top: -79%;
        right: 0%;
        -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg); } }
  .intro-ttl-wrapper {
    text-align: center;
    position: relative; }
  .intro p {
    font-size: 14px;
    line-height: 1.75em;
    width: 85%;
    margin: 32px auto 0;
    text-align: justify;
    position: relative; }
    @media (min-width: 768px) {
      .intro p {
        max-width: 580px;
        font-size: 16px;
        line-height: 2em;
        margin: 40px auto 0; } }
    .intro p em {
      display: inline;
      background: -webkit-gradient(linear, left top, right top, from(#00baff), to(#ff3dd9));
      background: -webkit-linear-gradient(left, #00baff, #ff3dd9);
      background: -o-linear-gradient(left, #00baff, #ff3dd9);
      background: linear-gradient(to right, #00baff, #ff3dd9);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 100% 2px;
      /* 下線の高さ */
      text-decoration: none;
      text-decoration-thickness: 0;
      /* Safari対応 */ }

.bnr {
  display: block;
  width: 85%;
  margin: 32px auto 0; }
  @media (min-width: 768px) {
    .bnr {
      max-width: 880px; } }
  .bnr img {
    display: block;
    width: 100%; }

.theme {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-top: 32px;
  background: #B4C1E4;
  background: url("assets/img/theme-bg.png"), -webkit-linear-gradient(53deg, black 0%, #333333 50%, black 100%);
  background: url("assets/img/theme-bg.png"), -o-linear-gradient(53deg, black 0%, #333333 50%, black 100%);
  background: url("assets/img/theme-bg.png"), linear-gradient(37deg, black 0%, #333333 50%, black 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .theme {
      background: url("assets/img/theme-bg-pc.png"), -webkit-linear-gradient(53deg, black 0%, #333333 50%, black 100%);
      background: url("assets/img/theme-bg-pc.png"), -o-linear-gradient(53deg, black 0%, #333333 50%, black 100%);
      background: url("assets/img/theme-bg-pc.png"), linear-gradient(37deg, black 0%, #333333 50%, black 100%);
      padding-top: 80px;
      padding-bottom: 80px;
      margin-top: 80px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; } }
  .theme-ttl-wrapper {
    text-align: center; }
  .theme-book-img {
    display: block;
    width: 65%;
    margin: 24px auto 0; }
    @media (min-width: 768px) {
      .theme-book-img {
        margin: 48px auto 0;
        max-width: 380px; } }
  .theme-desc {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 32px;
    line-height: 1.75em; }
    @media (min-width: 768px) {
      .theme-desc {
        margin-top: 80px;
        font-size: 18px;
        line-height: 2em; } }
  .theme-img-wrapper {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 32px auto 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (min-width: 768px) {
      .theme-img-wrapper {
        max-width: 1280px;
        margin: 68px auto 0; } }
    .theme-img-wrapper img {
      display: block;
      width: calc(50% - 8px); }
      @media (min-width: 768px) {
        .theme-img-wrapper img {
          width: 22.5%; } }
      .theme-img-wrapper img:nth-child(even) {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px); }
  .theme-cta-wrapper {
    width: 90%;
    margin: 120px auto 0; }
    @media (min-width: 768px) {
      .theme-cta-wrapper {
        margin: 160px auto 0;
        max-width: 480px; } }

.overview {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden; }
  .overview-bg {
    position: absolute;
    display: block;
    width: 80%; }
    .overview-bg.bg-1 {
      top: -3%;
      left: -16%;
      -webkit-transform: rotate(85deg);
      -ms-transform: rotate(85deg);
      transform: rotate(85deg); }
    .overview-bg.bg-2 {
      top: 30%;
      right: -65%; }
    .overview-bg.bg-3 {
      bottom: 10%;
      left: -15%; }
  .overview-ttl-wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .overview-inner {
    width: 90%;
    position: relative;
    background: #B4C1E4;
    background: -webkit-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
    background: -o-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
    background: linear-gradient(37deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
    margin: 0 auto;
    padding: 80px 20px 40px; }
    @media (min-width: 768px) {
      .overview-inner {
        max-width: 880px;
        padding: 80px 64px 64px; } }
  .overview-container p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 24px;
    text-align: center;
    line-height: 1.75em; }
    @media (min-width: 768px) {
      .overview-container p {
        font-size: 16px; } }
  .overview-container + .overview-container {
    margin-top: 64px; }
  .overview-container-icon {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative; }
    .overview-container-icon span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 16px;
      line-height: 1;
      color: #fff;
      background-color: #4c43f1;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%; }
  .overview-container-comment {
    margin-top: 8px; }
    .overview-container-comment img {
      display: block;
      width: 100%; }
      @media (min-width: 768px) {
        .overview-container-comment img {
          max-width: 380px;
          margin: 8px auto 0; } }
  .overview-cta-wrapper {
    width: 90%;
    margin: 48px auto 0; }
    @media (min-width: 768px) {
      .overview-cta-wrapper {
        margin: 80px auto 0;
        max-width: 480px; } }

.benefits {
  background: #4247F2;
  background: -webkit-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
  background: -o-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
  background: linear-gradient(37deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px; }
  @media (min-width: 768px) {
    .benefits {
      padding-top: 64px;
      padding-bottom: 64px; } }
  .benefits::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9); }
  .benefits-inner {
    width: 85%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      .benefits-inner {
        max-width: 1080px; } }
  .benefits-ttl-wrapper {
    text-align: center;
    position: relative;
    width: 100%; }
    .benefits-ttl-wrapper.wrapper-bottom {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .benefits-ttl-wrapper.wrapper-bottom {
          margin-top: 80px; } }
    .benefits-ttl-wrapper::before {
      z-index: 1;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .benefits-detail {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 32px;
    position: relative; }
    @media (min-width: 768px) {
      .benefits-detail {
        font-size: 24px;
        width: auto; } }
    .benefits-detail span {
      margin-top: 8px;
      font-size: 13px;
      line-height: 1.5em;
      display: inline-block;
      text-align: center;
      font-weight: 400; }
      @media (min-width: 768px) {
        .benefits-detail span {
          font-size: 16px; } }
    .benefits-detail + .benefits-detail {
      margin-top: 24px;
      padding-top: 24px; }
      @media (min-width: 768px) {
        .benefits-detail + .benefits-detail {
          margin-top: 22px;
          padding-top: 22px; } }
      .benefits-detail + .benefits-detail::before {
        content: "";
        display: block;
        width: 10%;
        height: 1px;
        background-color: #fff;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute; }
        @media (min-width: 768px) {
          .benefits-detail + .benefits-detail::before {
            width: 40px; } }
  @media (min-width: 768px) {
    .benefits-card-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      gap: 48px;
      margin-top: 48px; } }
  .benefits-card {
    width: 100%;
    margin-top: 32px;
    background-color: rgba(255, 255, 255, 0.8); }
    @media (min-width: 768px) {
      .benefits-card {
        width: calc(50% - 24px);
        margin-top: 0; } }
  .benefits-card-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .benefits-card-head {
        height: 80px; } }
    .benefits-card-head.txt-short h3 {
      font-size: 16px;
      letter-spacing: -0.05em; }
      @media (min-width: 768px) {
        .benefits-card-head.txt-short h3 {
          font-size: 20px; } }
    .benefits-card-head h3 {
      background: #4247F2;
      background: -webkit-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      background: -o-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      background: linear-gradient(37deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      height: 100%;
      position: relative;
      padding-left: 16px; }
      @media (min-width: 768px) {
        .benefits-card-head h3 {
          font-size: 22px; } }
      .benefits-card-head h3::before {
        content: "";
        display: block;
        height: 105%;
        width: 24px;
        position: absolute;
        top: 50%;
        right: -1px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
        background-color: #fff; }
    .benefits-card-head img {
      height: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0;
      padding: 0 12px;
      background-color: #fff; }
  .benefits-card-body {
    padding: 16px; }
    @media (min-width: 768px) {
      .benefits-card-body {
        padding: 32px; } }
    .benefits-card-body h3 {
      text-align: center;
      font-size: 17px;
      font-weight: bold;
      line-height: 1.35em;
      letter-spacing: -0.05em; }
      @media (min-width: 768px) {
        .benefits-card-body h3 {
          font-size: 20px; } }
    .benefits-card-body img {
      display: block;
      width: 100%;
      margin-top: 16px; }
    .benefits-card-body p {
      font-size: 14px;
      text-align: left;
      margin-top: 16px; }
      @media (min-width: 768px) {
        .benefits-card-body p {
          font-size: 16px; } }

.shedule {
  margin-top: 48px; }
  .shedule-ttl-wrapper {
    text-align: center;
    position: relative;
    width: 100%; }
    .shedule-ttl-wrapper::before {
      z-index: 1;
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      display: block;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .shedule-img {
    display: block;
    width: 100%;
    margin-top: 24px; }
    @media (min-width: 768px) {
      .shedule-img {
        max-width: 580px;
        margin: 40px auto 0; } }

.judge {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #B4C1E4;
  background: -webkit-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  background: -o-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  background: linear-gradient(37deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%); }
  @media (min-width: 768px) {
    .judge {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .judge-ttl-wrapper {
    text-align: center; }
  .judge-inner {
    width: 85%;
    margin: 32px auto 0; }
    @media (min-width: 768px) {
      .judge-inner {
        max-width: 580px; } }
  .judge-item + .judge-item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #fff; }
  .judge-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (min-width: 768px) {
      .judge-card {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .judge-card-txt-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .judge-card-txt {
    padding-right: 12px; }
    .judge-card-txt h3 {
      font-size: 20px;
      font-weight: bold;
      color: #5b3bef;
      line-height: 1; }
      @media (min-width: 768px) {
        .judge-card-txt h3 {
          font-size: 26px; } }
      .judge-card-txt h3 span {
        font-size: 12px; }
        @media (min-width: 768px) {
          .judge-card-txt h3 span {
            font-size: 16px; } }
    .judge-card-txt p {
      line-height: 1.35em;
      font-size: 14px;
      font-weight: 500;
      margin-top: 4px; }
      @media (min-width: 768px) {
        .judge-card-txt p {
          font-size: 16px;
          line-height: 1.5em;
          margin-top: 12px;
          margin-bottom: 32px; } }
  .judge-card-img {
    width: 110px;
    -webkit-box-flex: 0;
    -ms-flex: 0 110px;
    flex: 0 110px; }
    @media (min-width: 768px) {
      .judge-card-img {
        width: 150px;
        -webkit-box-flex: 0;
        -ms-flex: 0 150px;
        flex: 0 150px; } }
  .judge-item-logo {
    display: block;
    width: 100%;
    padding: 0px 32px; }
    @media (min-width: 768px) {
      .judge-item-logo {
        padding: 0px 80px; } }
    .judge-item-logo.line {
      padding: 0px 20%; }
      @media (min-width: 768px) {
        .judge-item-logo.line {
          padding: 0px 25%; } }
    .judge-item-logo img {
      display: block;
      width: 100%; }

.comment {
  margin-top: 48px; }
  @media (min-width: 768px) {
    .comment {
      margin-top: 80px; } }
  .comment-inner {
    width: 85%;
    margin: 32px auto; }
    @media (min-width: 768px) {
      .comment-inner {
        max-width: 880px; } }
  .comment-card {
    padding: 4px;
    position: relative; }
    .comment-card + .comment-card {
      margin-top: 32px; }
    .comment-card::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 12px;
      left: 12px;
      background: #4247F2;
      background: -webkit-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      background: -o-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      background: linear-gradient(37deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      -webkit-filter: blur(8px);
      filter: blur(8px);
      opacity: .5;
      z-index: 2; }
    .comment-card::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #4247F2;
      background: -webkit-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      background: -o-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      background: linear-gradient(37deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
      z-index: 1; }
  .comment-card-inner {
    background-color: #fff;
    padding: 20px;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .comment-card-inner {
        padding: 32px; } }
    .comment-card-inner h3 {
      font-size: 24px;
      font-weight: bold;
      color: #5b3bef;
      line-height: 1; }
      .comment-card-inner h3 span {
        font-size: 14px; }
    .comment-card-inner h4 {
      margin-top: 12px;
      font-size: 16px;
      font-weight: bold;
      color: #5b3bef; }
    .comment-card-inner p {
      margin-top: 12px;
      padding-top: 12px;
      font-size: 14px;
      line-height: 1.5em;
      text-align: justify;
      position: relative; }
      .comment-card-inner p::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        top: 0;
        left: 0;
        background: #4247F2;
        background: -webkit-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
        background: -o-linear-gradient(53deg, #4247f2 0%, #d900df 50%, #ff00b6 100%);
        background: linear-gradient(37deg, #4247f2 0%, #d900df 50%, #ff00b6 100%); }

.footer-sponsor {
  background: #B4C1E4;
  background: -webkit-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  background: -o-linear-gradient(53deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  background: linear-gradient(37deg, #b4c1e4 0%, #e6e4f0 50%, #b4c1e4 100%);
  margin-top: 80px;
  padding-bottom: 48px; }
  @media (min-width: 768px) {
    .footer-sponsor {
      margin-top: 120px; } }
  .footer-sponsor-ttl-wrapper {
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .footer-sponsor-ttl-wrapper span {
      width: 5em; }
  .footer-sponsor-inner {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    @media (min-width: 768px) {
      .footer-sponsor-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        width: 580px;
        margin-top: 16px; } }
  .footer-sponsor-logo-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9); }
    @media (min-width: 768px) {
      .footer-sponsor-logo-right {
        padding: 16px;
        width: calc(35% - 8px); } }
    .footer-sponsor-logo-right img {
      display: block;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .footer-sponsor-logo-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 16px; }
    @media (min-width: 768px) {
      .footer-sponsor-logo-left {
        width: calc(65% - 8px); } }
    .footer-sponsor-logo-left a {
      width: 100%;
      height: calc(50% - 8px);
      background-color: rgba(255, 255, 255, 0.9);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 16px; }
      .footer-sponsor-logo-left a img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }

.notes {
  background: #B4C1E4;
  background: -webkit-linear-gradient(53deg, black 0%, #333333 50%, black 100%);
  background: -o-linear-gradient(53deg, black 0%, #333333 50%, black 100%);
  background: linear-gradient(37deg, black 0%, #333333 50%, black 100%);
  padding-bottom: 32px;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .notes {
      padding-bottom: 48px;
      padding-top: 40px; } }
  .notes h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 768px) {
      .notes h2 {
        font-size: 24px; } }
  .notes ul {
    display: block;
    width: 90%;
    margin: 24px auto 0; }
    @media (min-width: 768px) {
      .notes ul {
        margin: 32px auto 0;
        width: 880px; } }
    .notes ul li {
      font-size: 13px;
      color: #fff;
      text-align: justify;
      line-height: 1.35em; }
      @media (min-width: 768px) {
        .notes ul li {
          font-size: 15px; } }
      .notes ul li + li {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid #666; }
        @media (min-width: 768px) {
          .notes ul li + li {
            margin-top: 18px;
            padding-top: 18px; } }

small a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 1em 0;
  text-align: center; }

/*# sourceMappingURL=style.css.map */