@charset "UTF-8";
/*===================
PARAMATERS=====================*/
/*===================
COLOR=====================*/
/*===================
FONTS=====================*/
/*===================
FUNCTIONS=====================*/
/*===================
MIXIN=====================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ========== Heavy ================ */
@font-face {
  font-family: "ITC Franklin Gothic Std";
  src: url("../fonts/ITCFranklinGothicStd-Hvy.woff2") format("woff2"), url("../fonts/ITCFranklinGothicStd-Hvy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
/* ========== Book ================ */
@font-face {
  font-family: "ITCFranklinGothicStd-Book";
  src: url("../fonts/ITCFranklinGothicStd-Book.eot");
  src: local("Γÿ║"), url("../fonts/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book") format("svg"), url("../fonts/ITCFranklinGothicStd-Book.ttf") format("truetype"), url("../fonts/ITCFranklinGothicStd-Book.eot") format("embedded-opentype"), url("../fonts/ITCFranklinGothicStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  color: #000; }

:root {
  font-size: 10px; }
  @media (max-width: 576px) {
    :root {
      font-size: 2vw; } }

body {
  font-family: "ITCFranklinGothicStd-Book", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-size: 2.2rem; }
  @media (max-width: 576px) {
    body {
      font-size: 2rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ITC Franklin Gothic Std";
  font-weight: 900;
  line-height: 1.2; }

a {
  color: #d71635; }

.logo {
  position: absolute;
  height: auto;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.4);
  top: 0;
  left: 80px;
  width: 105px;
  z-index: 1; }
  @media (max-width: 576px) {
    .logo {
      width: 20vw;
      left: 8vw; } }

.block {
  box-sizing: border-box;
  padding: 7rem 0; }
  .block .inner h1 {
    text-align: center;
    font-size: 3.7rem;
    margin: 0 auto 4rem;
    position: relative; }
    .block .inner h1.border::before {
      position: absolute;
      left: 50%;
      background-color: #fff;
      content: '';
      bottom: -1rem;
      margin-left: -10rem;
      height: 4px;
      width: 20rem; }
  .block .inner .contents {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .block .inner .contents {
        flex-direction: column; }
        .block .inner .contents .col {
          text-align: center;
          margin-bottom: 5rem;
          padding: 0;
          width: 100%; } }

footer {
  text-align: center;
  margin: 0 0 10rem; }

.block.block-visual {
  padding: 0; }
  .block.block-visual .inner {
    background-color: #d71635;
    position: relative;
    height: 100vh; }
    .block.block-visual .inner img, .block.block-visual .inner video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none; }
    .block.block-visual .inner a {
      position: absolute;
      text-decoration: underline;
      color: #fff;
      left: 50%;
      transform: translateX(-50%);
      cursor: pointer;
      background: url("../images/play.png") no-repeat center top;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      font-size: 2.5rem;
      bottom: 30px;
      padding-top: 80px; }
  .block.block-visual[playing="1"] a {
    opacity: 0;
    pointer-events: none; }

@media (max-width: 1024px) {
  .block.block-challenge {
    padding-bottom: 0; } }
.block.block-challenge .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  .block.block-challenge .inner .contents {
    margin-bottom: 10rem; }
    .block.block-challenge .inner .contents .col-visual {
      width: 50%; }
      @media (max-width: 1024px) {
        .block.block-challenge .inner .contents .col-visual {
          width: 100%; } }
      .block.block-challenge .inner .contents .col-visual .nft-embed {
        margin: 0 auto;
        width: 500px; }
        @media (max-width: 1024px) {
          .block.block-challenge .inner .contents .col-visual .nft-embed {
            width: 100%;
            min-width: 300px; } }
        .block.block-challenge .inner .contents .col-visual .nft-embed .nfte {
          margin: 0 auto; }
        .block.block-challenge .inner .contents .col-visual .nft-embed .nfte__description {
          display: none; }
      .block.block-challenge .inner .contents .col-visual img {
        -webkit-box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.25);
        width: 100%;
        border-radius: 3rem;
        min-width: 500px; }
        @media (max-width: 1024px) {
          .block.block-challenge .inner .contents .col-visual img {
            width: 100%;
            max-width: 500px;
            min-width: auto; } }
    .block.block-challenge .inner .contents .col-text {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 70px; }
      @media (max-width: 1024px) {
        .block.block-challenge .inner .contents .col-text {
          padding-left: 0;
          width: 100%; } }
      .block.block-challenge .inner .contents .col-text p {
        font-size: 2.5rem; }
    .block.block-challenge .inner .contents a.special {
      position: relative;
      display: inline-block;
      color: #fff;
      background-color: #d71635;
      width: fit-content;
      border-radius: 1rem;
      padding: 1rem 3rem 1.5rem;
      margin-top: 3rem;
      left: -1rem; }
      @media (max-width: 1024px) {
        .block.block-challenge .inner .contents a.special {
          margin: 5rem auto 0; } }
      .block.block-challenge .inner .contents a.special::before {
        border: solid #d71635;
        border-width: 0 1px 1px 0;
        display: inline-block;
        position: absolute;
        transform: rotate(135deg);
        content: "";
        background: #d71635;
        padding: 1rem;
        left: -.8rem;
        top: 2rem; }
        @media (max-width: 1024px) {
          .block.block-challenge .inner .contents a.special::before {
            top: -.8rem;
            left: 50%; } }

.block.block-execution {
  background-color: #d71635;
  color: #fff; }
  .block.block-execution .inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    margin-bottom: 7rem; }
    .block.block-execution .inner .contents {
      padding-top: 5rem; }
      .block.block-execution .inner .contents p {
        width: 48%; }
        @media (max-width: 1024px) {
          .block.block-execution .inner .contents p {
            width: 100%; } }
      .block.block-execution .inner .contents a {
        color: #fff; }

.block.block-results .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .block.block-results .inner {
      width: 100%; } }
  .block.block-results .inner .winner {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    border-radius: 3rem;
    margin-bottom: 4rem;
    background: url("../images/winner.jpg") no-repeat center;
    background-size: cover; }
    @media (max-width: 1024px) {
      .block.block-results .inner .winner {
        background-image: url("../images/winner-m.jpg");
        padding-bottom: 90%; } }
    @media (max-width: 576px) {
      .block.block-results .inner .winner {
        border-radius: 1rem; } }
  .block.block-results .inner .contents {
    padding: 3rem 0;
    border-bottom: 2px solid #ccc; }
    @media (max-width: 1024px) {
      .block.block-results .inner .contents.second .result {
        padding: 3rem 0;
        border-bottom: 2px solid #ccc; }
        .block.block-results .inner .contents.second .result:last-child {
          padding-bottom: 0;
          border: 0; } }
    @media (max-width: 576px) {
      .block.block-results .inner .contents {
        width: 80%;
        margin: 0 auto; } }
    .block.block-results .inner .contents:last-child {
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .block.block-results .inner .contents:last-child .result:last-child {
          align-items: center; } }
  .block.block-results .inner .result {
    display: inline-flex;
    align-items: center; }
    .block.block-results .inner .result .mobile-hide {
      display: none; }
    .block.block-results .inner .result h5 {
      font-size: 7.8rem;
      padding-right: 3rem; }
      @media (max-width: 1024px) {
        .block.block-results .inner .result h5 {
          font-size: 5rem;
          padding-right: 0; } }
    @media (max-width: 1024px) {
      .block.block-results .inner .result p {
        align-self: center; } }
    @media (max-width: 1024px) {
      .block.block-results .inner .result {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .block.block-results .inner .result > * {
          width: 50%; } }

/*# sourceMappingURL=all.css.map */
