@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

:root {
  --font-mincho: "Shippori Mincho B1", serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

body {
  font-family: Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Meiryo,
    MS PGothic, sans-serif;
  line-height: 1;
  color: white;
  background: #14132f;
  width: 100%;
  height: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  line-height: 1.6;
}

.movie_blk {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
.movie_blk video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 400px;
}
@media screen and (max-width: 829px) {
  .movie_blk video {
    border-radius: 0 300px;
  }
}

/* pc/sp only setup */
@media screen and (min-width: 828px) {
  .u-pc-only {
    display: initial !important;
  }
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 829px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: initial !important;
  }
}

/* margin setup */
.mb8 {
  margin-bottom: 8px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}

.pl16 {
  padding-left: 16px;
}

/* ul list disc */
ul._disc {
  padding-inline-start: 1.5rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 1.6;
  list-style: disc;
}
ul {
  list-style: none;
}

.l_contents .u-btm_cta {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #07ccd6;
  max-width: 400px;
  width: 100%;
  padding: 25px 0;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.l_contents .u-btm_cta:hover {
  background: linear-gradient(90deg, #07ccd6 0%, #5477da 50%, #ce53ed 100%);
}
@media screen and (max-width: 829px) {
  .l_contents .u-btm_cta {
    padding: 16px 0;
    font-size: 1.25rem;
  }
}
.l_contents .u-btm_cta.end {
  background: #6d6d6d;
  color: #999999;
  border: none;
}
.l_contents .u-btm_cta:hover.end {
  background: #6d6d6d;
}

.l_contents .u-btm_dl {
  display: flex;
  max-width: 300px;
  width: 100%;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 3px;
  background: #4069fd;
  color: white;
  text-decoration: none;
  margin: 0 auto;
}
.l_contents .u-btm_dl:hover {
  filter: contrast(1.7);
}
.l_contents .u-btm_nav {
  border-radius: 100px;
  background: rgba(216, 216, 216, 0.4);
  backdrop-filter: blur(20px);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  font-size: 1.0625rem;
  transition: filter 0.5s, transform 0.1s;
  width: fit-content;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  border: #fff 1px solid;
}
.l_contents .u-btm_nav:hover {
  filter: brightness(1.7);
  transform: scale(0.95);
}
.l_contents .flex {
  display: flex;
}
.l_contents .flex-col {
  flex-direction: column;
}
.l_contents .flex-row {
  flex-direction: row;
}
.l_contents .gap-4 {
  gap: 4px;
}
.l_contents .justify-center {
  justify-content: center;
}
.l_contents .justify-end {
  justify-content: flex-end;
}
.l_contents .items-end {
  align-items: flex-end;
}
.l_contents .items-center {
  align-items: center;
}
@media screen and (max-width: 829px) {
  .l_contents .sp-flex-col {
    flex-direction: column;
  }
}

/* heading */
.l_contents h1 {
  font-family: var(--font-mincho);
  font-size: 4.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 106%; /* 78.44px */
  text-align: right;
}
@media screen and (max-width: 829px) {
  .l_contents h1 {
    font-size: 4rem;
  }
}
.l_contents h2 {
  color: #fff;
  text-align: center;
  font-family: var(--font-mincho);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 48px */
  width: fit-content;
  margin: 0 auto;
}
.l_contents h2::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, #07ccd6 0%, #5477da 50%, #ce53ed 100%);
}

.l_contents h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%; /* 48px */
}
.l_contents a.u-text-link {
  color: #fff;
}
.l_contents a.u-text-link:hover {
  opacity: 0.7;
}
/* header */
.l_contents .l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.l_contents .l-header .l-header_wrap {
  display: flex;
  width: 100%;
  padding: 40px;
  align-items: center;
}
.l_contents .l-header .l-header_wrap .l-header_link-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.l_contents .l-header .l-header_wrap .l-header_btn {
  border-radius: 100px;
  background: rgba(216, 216, 216, 0.4);
  backdrop-filter: blur(20px);
  padding: 8px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  font-size: 1.0625rem;
  transition: filter 0.5s, transform 0.1s;
}
.l_contents .l-header .l-header_wrap .l-header_btn:hover {
  filter: brightness(1.7);
  transform: scale(0.95);
}
@media screen and (max-width: 829px) {
  .l_contents .l-header .l-header_wrap {
    padding: 16px;
  }
  .l_contents .l-header .l-header_wrap .l-header_link-area {
    gap: 8px;
  }
  .l_contents .l-header .l-header_wrap .l-header_btn {
    font-size: 16px;
    gap: 8px;
  }
  .l_contents .l-header .l-header_wrap .l-header_btn img {
    display: none;
  }
}
/* mv */
.l_contents .l_mv {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 5% 5%;
  min-height: 100svh;
  text-align: right;
}
.l_contents .l_mv .l-mv-title {
  font-family: var(--font-mincho);
  font-size: 1.875rem;
  line-height: 106%;
}
.l_contents .l_mv .l-announce img {
  width: 100%;
  height: auto;
  max-width: 217px;
}
@media screen and (max-width: 829px) {
  .l_contents .l_mv .l-mv-title {
    font-size: 1.5625rem;
  }
  .l_contents .l_mv .l-announce {
    width: 40%;
  }
}

/* lead */
.l_contents .l_lead {
  padding: 5% 5%;
  background: url(../img/bg_dot.png) repeat;
  display: flex;
  align-items: center;
}
.l_contents .l_lead .l_lead_wrap {
  max-width: 550px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding: 110px 16px 56px 16px;
  background: rgba(20, 19, 47, 0.7);
  border-radius: 1000px 1000px 0 0;
  text-align: center;
  height: auto;
  gap: 100px;
  width: 100%;
}
@media screen and (max-width: 829px) {
  .l_contents .l_lead .l_lead_wrap {
    gap: 50px;
    max-width: 400px;
  }
}
.l_contents .l_lead .l_lead_wrap p {
  line-height: 400%;
}
.l_contents .l-btn {
  gap: 50px;
}
@media screen and (max-width: 829px) {
  .l_contents .l_lead .l_lead_wrap p {
    line-height: 250%;
  }
  .l_contents .l-btn {
    gap: 30px;
  }
}
.l_contents .l_lead2 {
  padding: 5% 5%;
  background: url(../img/bg_dot.png) repeat rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  backdrop-filter: blur(5px);
}
.l_contents .l_lead2 .l_lead_wrap2 {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.l_contents .l_lead2 .l_lead_wrap2 p {
  line-height: 2;
  font-size: 0.9375rem;
}
/* bg-band */
.l_contents .l-bg-band {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 24px;
  background: rgba(20, 19, 47, 0.85);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}
.l_contents .l-bg-blue {
  background: #1b1b32;
}
@media screen and (max-width: 829px) {
  .l_contents .l-bg-band {
    padding: 80px 16px;
  }
}
.l_contents .l-bg-band .l-bg-band_wrap {
  max-width: 600px;
  margin: 0 auto;
}

/* data list　*/
.l_contents .l-data-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  line-height: 160%;
}
.l_contents .l-data-list .l-data-list_wrap {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.l_contents .l-data-list .l-data-list_wrap dt {
  width: 130px;
  align-self: stretch;
  color: #cecece;
  text-align: right;
  padding: 4px 0;
  letter-spacing: 0.06rem;
  padding-right: 20px;
}
.l_contents .l-data-list .l-data-list_wrap dd {
  font-weight: 600;
  flex: 1 0 0;
  letter-spacing: 0.06rem;
  padding: 4px 0;
}
.l_contents .l-data-list._border {
  gap: 20px;
}
.l_contents .l-data-list._border .l-data-list_wrap dt {
  position: relative;
}
.l_contents .l-data-list._border .l-data-list_wrap dt:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background: #656565;
  right: 0;
  top: 0;
}
.l_contents .l-data-list._border .l-data-list_wrap dd {
  padding-left: 20px;
}
.l_contents .l-data-list._time-line dt {
  width: 250px;
  text-align: left;
}
@media screen and (max-width: 829px) {
  .l_contents .l-data-list._time-line dt {
    width: 100%;
  }
  .l_contents .l-data-list._time-line .l-data-list_wrap {
    flex-direction: column;
    align-items: normal;
  }
  .l_contents .l-data-list._time-line .l-data-list_wrap dd {
    padding-left: 1em;
  }
}
/* time line　*/
.l_contents .l-time-line .l-time-line_scroll {
  overflow-x: auto;
  text-align: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l_contents .l-time-line .l-time-line_scroll::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}
.l_contents .l-time-line .l-time-line_caption {
  color: #989898;
  font-size: 0.875rem;
  margin-top: 4px;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
/* judge　*/
.l_contents .l-list_judge {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.l_contents .l-list_judge .l-list_judge_wrap {
  display: flex;
  gap: 24px;
}
.l_contents .l-list_judge .l-list_judge_wrap .l-list_judge_name {
  font-size: 1.25rem;
}
.l_contents .l-list_judge .l-list_judge_wrap .l-list_judge_position {
  margin-bottom: 1rem;
}
.l_contents .l-list_judge .l-list_judge_wrap .l-list_judge_commment {
  font-family: var(--font-mincho);
}
@media screen and (max-width:768px) {
  .l_contents .l-list_judge .l-list_judge_wrap {
    flex-direction: column;
  }
}
/* pass　*/
.l_contents .l_contest-passing {
  max-width: 560px;
  margin: 0 auto 40px;
}
.l_contents .l_contest-passing .l_contest-category {
  font-size: 0.9375rem;
  text-align: right;
}
.l_contents .l_contest-passing .l_movie-title {
  font-family: var(--font-mincho);
  font-size: 1.875rem;
}
.l_contents .l_contest-passing .l_movie-title a {
  text-decoration: none;
  color: #fff;
}
.l_contents .l_contest-passing .l_movie-title a:hover {
  opacity: 0.7;
  border-bottom: 1px dotted #fff;
}
.l_contents .l_contest-passing .l_contest-movie iframe {
  width: 100%;
  aspect-ratio: 560 / 315;
  height: auto;
}
.l_contents .l_contest-passing .l_movie-author {
  font-size: 0.9375rem;
  color: #cecece;
}
.l_contents .l_contest-category_title {
  border-left: 7px solid #6D6D6D;
  background: #2F2F2F;
  display: block;
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;/* 20px */
}
.l_contents .l_contest-award {
  color: #FFF;
  font-size: 20px;/* 20px */
  font-family: var(--font-mincho);
  font-weight: 700;
  line-height: 150%; /* 36px */
  font-style: normal;
  text-align: right;
}
.l_contents .l_contest-award._grandprix {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;/* 24px */
}
.l_contents .l_movie-summary {
  font-size: 14px;
  color: #CECECE;
  margin-bottom: 8px;
}
.l_contents .l_movie-comment {
  border-radius: 6px;
  border: 1px dashed #4A4A6D;
  padding: 14px 16px;
  line-height: 150%;
  font-size: 15px; /* 15px */
  color: #CECECE;
}

/* youtube lite */
.youtube-lite {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  border-radius: 8px;
}

.youtube-lite::after {
  content: "▶";
  background-color: #ff0033;
  padding: 20px;
  border-radius: 1000px;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.l_contents .l_overview {
  background: url("../img/img_overview.png") no-repeat center;
  background-size: cover;
}
.l_contents .l_overview .l_overview_container {
  background: url("../img/bg_dot.png") repeat;
  height: 300px;
}
.l_contents .l_overview .l-overview-title {
  font-size: 1.875rem;
}

