@charset "UTF-8";
/* 外部ライブラリ
-------------------------------------------------------------------------- */
/* ==========================================================================
slick.js
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  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;
}

/* 変数
-------------------------------------------------------------------------- */
/* ==========================================================================
breakpoints
========================================================================== */
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/* default
-------------------------------------------------------------------------- */
/* in
-------------------------------------------------------------------------- */
/* out
-------------------------------------------------------------------------- */
/* in out
-------------------------------------------------------------------------- */
/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* 関数
-------------------------------------------------------------------------- */
/* ==========================================================================
viewport size
========================================================================== */
/* ミックスイン
-------------------------------------------------------------------------- */
/*==========================================================================
absolute
==========================================================================*/
/*==========================================================================
size
==========================================================================*/
/*==========================================================================
aspect-ratio
==========================================================================*/
/*==========================================================================
centering
==========================================================================*/
/*==========================================================================
dot-line
==========================================================================*/
/*==========================================================================
fixed
==========================================================================*/
/*==========================================================================
gradient
==========================================================================*/
/*==========================================================================
justify
==========================================================================*/
/* ==========================================================================
mq-up
========================================================================== */
/* ==========================================================================
mq-down
========================================================================== */
/* ==========================================================================
size
========================================================================== */
/* ==========================================================================
square
========================================================================== */
/* ==========================================================================
circle
========================================================================== */
/* 初期化
-------------------------------------------------------------------------- */
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,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
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;
  box-sizing: border-box;
}

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

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;
}

img, svg {
  vertical-align: top;
}

@font-face {
  font-family: 'YakuHanJP';
  src: url("../font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: 'YakuHanJP';
  font-weight: bold;
  src: url("../font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Korb';
  src: url("../font/Korb/Korb-Bold.woff2") format("woff2"), url("../font/Korb/Korb-Bold.woff") format("woff");
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  height: 100vh;
  color: #333;
  background: #fff;
  font-family: "YakuHanJP", "Kosugi Maru", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  body.is-show-nav {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 769px) {
  a:hover, a:active {
    text-decoration: none;
  }
}

img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

::selection {
  background: #000;
  color: #fff;
}

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

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.js-fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.js-disabled {
  pointer-events: none;
}

/* レイアウト
-------------------------------------------------------------------------- */
.layout-container {
  position: relative;
  overflow: hidden;
  min-width: 1280px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .layout-container {
    min-width: 320px;
    padding-top: 13.02083vw;
  }
}

.layout-footer {
  position: relative;
  min-width: 1280px;
  border-top: 1px solid #eee;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .layout-footer {
    min-width: 320px;
  }
}

.layout-footer__outer {
  width: 100%;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 45px 0;
}

@media screen and (max-width: 768px) {
  .layout-footer__outer {
    display: block;
    padding: 5.20833vw;
  }
}

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  background: #fff;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .layout-header {
    min-width: 320px;
  }
}

.layout-header__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .layout-header__outer {
    height: 13.02083vw;
    padding: 0 3.90625vw;
  }
}

.layout-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.layout-loading__img {
  width: 600px;
}

@media screen and (max-width: 768px) {
  .layout-loading__img {
    width: 78.125vw;
  }
}

.layout-loading__img img {
  width: 100%;
}

.is-loaded .layout-loading {
  opacity: 0;
  visibility: hidden;
  transition: 1.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
}

.is-loaded .layout-loading__img {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* ==========================================================================
layout-modal
========================================================================== */
.layout-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}

.layout-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
}

.layout-modal .inner {
  position: relative;
  overflow: auto;
  height: 100%;
  z-index: 9;
}

.layout-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 99;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .layout-modal .close {
    width: 15.625vw;
    height: 15.625vw;
  }
}

.layout-modal .close:before, .layout-modal .close:after {
  position: absolute;
  top: calc(50% - 2px);
  left: 20px;
  width: 40px;
  height: 4px;
  content: '';
  display: block;
  background: #ffeb04;
  border-radius: 2px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .layout-modal .close:before, .layout-modal .close:after {
    width: 7.8125vw;
    height: 0.78125vw;
    top: calc(50% - 3vw / 768 * 100);
    left: 3.90625vw;
  }
}

.layout-modal .close:before {
  transform: rotate(45deg);
}

.layout-modal .close:after {
  transform: rotate(-45deg);
}

.layout-modal .close:hover, .layout-modal .close:active {
  background: #ffeb04;
}

.layout-modal .close:hover:before, .layout-modal .close:hover:after, .layout-modal .close:active:before, .layout-modal .close:active:after {
  background: #333;
}

.layout-modal .video {
  height: 100%;
}

.layout-modal .video-player {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.layout-modal .video-player__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.layout-modal .video-player__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.layout-modal .video-player__item.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.layout-modal .video-player__item iframe {
  width: 100%;
  height: 100%;
}

.layout-modal .video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  opacity: 0;
  visibility: 0;
  z-index: -1;
}

.layout-modal .video-caption__item {
  width: calc(25% - 8px);
  height: 40px;
  padding: 0;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.layout-modal .video-caption__item:nth-of-type(4n) {
  margin-right: 0;
}

.layout-modal .video-caption__item.is-active span {
  background: #ffeb04;
}

.layout-modal .video-caption__item.is-active span:hover {
  color: #333;
}

.layout-modal .video-caption__item span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #333;
  background: #ddd;
  text-align: center;
}

.layout-modal .video-caption__item span:hover {
  color: #333;
}

.is-show-modal {
  overflow: hidden;
}

.is-show-modal .layout-modal {
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.is-show-modal .layout-modal .inner {
  transform: scale(1);
  transition: 0s;
}

.is-show-modal.is-show-video .layout-modal--video {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

/* モジュール
-------------------------------------------------------------------------- */
.button-hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 13.02083vw;
  height: 13.02083vw;
}

@media screen and (max-width: 768px) {
  .button-hamburger {
    display: block;
  }
}

.button-hamburger__line {
  width: 5.20833vw;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 20vw / 768 * 100);
  display: block;
  background: #333;
  border-radius: 1px;
  transition: margin 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.button-hamburger__line:nth-of-type(1) {
  margin-top: -1.5625vw;
}

.button-hamburger__line:nth-of-type(3) {
  margin-top: 1.5625vw;
}

.is-show-nav .button-hamburger__line {
  transition: margin 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}

.is-show-nav .button-hamburger__line:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(45deg);
}

.is-show-nav .button-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.is-show-nav .button-hamburger__line:nth-of-type(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}

.list-menu {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .list-menu {
    display: block;
    text-align: center;
  }
}

.list-menu__item:nth-of-type(n+2) {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .list-menu__item:nth-of-type(n+2) {
    margin: 5.20833vw 0 0 0;
  }
}

.list-menu a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .list-menu a {
    display: block;
    height: auto;
    padding: 2.60417vw 0;
  }
}

.list-menu a:after {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  display: block;
  background: #ffeb04;
  border-radius: 2px;
  opacity: 0;
  transition: bottom 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .list-menu a:after {
    bottom: 1.04167vw;
    height: 0.78125vw;
    border-radius: 0.39063vw;
  }
}

.list-menu a.is-on:after {
  bottom: 0;
  opacity: 1;
  transition: bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.logo-group {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .logo-group {
    width: 100%;
    max-width: 34.50521vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.logo__image {
  width: 315px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo__image {
    width: 41.01563vw;
	  width:38vw;
  }
}

.logo__text {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .logo__text {
    margin-left: 2.60417vw;
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .nav-global {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

@media screen and (max-width: 768px) {
  .is-show-nav .nav-global {
    opacity: 1;
    visibility: visible;
  }
}

.nav-sub {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .nav-sub {
    display: block;
    margin-top: 2.60417vw;
    font-size: 2.60417vw;
    text-align: center;
  }
}

.nav-sub__item {
  position: relative;
}

.nav-sub__item:nth-of-type(n+2) {
  margin-left: 10px;
  padding-left: 11px;
}

@media screen and (max-width: 768px) {
  .nav-sub__item:nth-of-type(n+2) {
    margin: 2.60417vw 0 0 0;
    padding-left: 0;
  }
}

.nav-sub__item:nth-of-type(n+2):before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 1px;
  height: 10px;
  content: '';
  display: block;
  background: #333;
}

@media screen and (max-width: 768px) {
  .nav-sub__item:nth-of-type(n+2):before {
    display: none;
  }
}

.nav-sub a {
  text-decoration: none;
}

.section-content {
  position: relative;
  background: #fff;
}

.section-content__outer {
  width: 100%;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 65px 0 70px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .section-content__outer {
    padding: 8.46354vw 5.20833vw 9.11458vw;
  }
}

.section-content__outer--full {
  max-width: 100%;
}

.text-copyright {
  font-size: 11px;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .text-copyright {
    margin-top: 5.20833vw;
    font-size: 2.60417vw;
    text-align: center;
  }
}

.title-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #333;
  line-height: 1;
  text-align: center;
}

.title-section__en {
  display: block;
  font-family: "Korb", sans-serif;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .title-section__en {
    font-size: 11.45833vw;
  }
}

.title-section__ja {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-top: 24px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .title-section__ja {
    margin-top: 1.43229vw;
    padding-top: 5.46875vw;
    font-size: 4.16667vw;
  }
}

.title-section__ja:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  display: block;
  background: #333;
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .title-section__ja:before {
    height: 0.78125vw;
    border-radius: 0.39063vw;
  }
}

.title-section--competition {
  display: block;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.875;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .title-section--competition {
    font-size: 7.29167vw;
    text-align: center;
  }
}

.title-section--archive {
  position: absolute;
  top: 95px;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .title-section--archive {
    position: static;
    text-align: center;
  }
}

.slide-up-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 768px) {
  .slide-up-in {
    transform: translateY(2.60417vw);
  }
}

.slide-up-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* ページ
-------------------------------------------------------------------------- */
#home {
  /* .section-hero
    -------------------------------------------------- */
  /* .section-about
    -------------------------------------------------- */
  /* .section-news
    -------------------------------------------------- */
  /* .section-competition
    -------------------------------------------------- */
  /* .section-summary
    -------------------------------------------------- */
  /* .section-archive
    -------------------------------------------------- */
  /* .section-sponsors
    -------------------------------------------------- */
}

#home .section-hero {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #home .section-hero {
    top: 13.02083vw;
    height: calc(100vh - 100vw / 768 * 100);
  }
}

#home .image-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
}

#home .image-hero__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scale(1.05);
  transition: transform 0s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}

#home .image-hero__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

#home .image-hero .slick-list,
#home .image-hero .slick-track,
#home .image-hero .slick-slide > div {
  height: 100%;
}

#home .image-hero .slick-current .image-hero__item {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#home .image-hero .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  #home .image-hero .slick-dots {
    bottom: 5.20833vw;
  }
}

#home .image-hero .slick-dots li {
  padding: 0 6px;
}

@media screen and (max-width: 768px) {
  #home .image-hero .slick-dots li {
    padding: 0 1.30208vw;
  }
}

#home .image-hero .slick-dots li.slick-active button {
  background: #ffeb04;
}

#home .image-hero .slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  padding: 0;
  outline: none;
  border: none;
  background: #fff;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  #home .image-hero .slick-dots button {
    width: 3.64583vw;
    height: 3.64583vw;
    border-radius: 100%;
  }
}

#home .text-hero {
  width: 100%;
  max-width: 1046px;
  max-width:674px;
  margin-left: auto;
  margin-left:16%;
  margin-right: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #home .text-hero {
    width: 100%;
    max-width: 89.58333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

#home .section-about {
  margin-top: calc(100vh - 100px);
  background: #ffeb04;
}

@media screen and (max-width: 768px) {
  #home .section-about {
    margin-top: calc(100vh - 100vw / 768 * 100);
  }
}

#home .introduction-about {
  position: relative;
  margin-top: 40px;
  padding-left: 160px;
}

@media screen and (max-width: 768px) {
  #home .introduction-about {
    margin-top: 7.8125vw;
    padding-left: 0;
  }
}

#home .introduction-about__logo {
  position: absolute;
  top: 0;
  left: 15px;
}

@media screen and (max-width: 768px) {
  #home .introduction-about__logo {
    width: 100%;
    max-width: 26.04167vw;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  #home .introduction-about__text {
    margin-top: 2.60417vw;
  }
}

#home .summary-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #home .summary-about {
    display: block;
    margin-top: 5.20833vw;
  }
}

#home .summary-about__image {
  width: 594px;
}

@media screen and (max-width: 768px) {
  #home .summary-about__image {
    width: auto;
  }
}

#home .summary-about__body {
  width: 452px;
  padding: 90px 10px 0 0;
}

@media screen and (max-width: 768px) {
  #home .summary-about__body {
    width: auto;
    padding: 0 0 0 0;
  }
}

#home .summary-about__heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  #home .summary-about__heading {
    margin-top: 5.20833vw;
    font-size: 6.25vw;
    text-align: center;
  }
}

#home .summary-about__heading span {
  letter-spacing: 0;
}

#home .summary-about__text {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #home .summary-about__text {
    margin-top: 3.90625vw;
  }
}

#home .section-news {
  background: #eee;
}

#home .list-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #home .list-news {
    display: block;
    margin-top: 7.8125vw;
    font-size: 3.125vw;
  }
}

#home .list-news__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 500px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  #home .list-news__item {
    width: auto;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 5.20833vw;
  }
}

#home .list-news__image {
  width: 105px;
  height: 105px;
}

@media screen and (max-width: 768px) {
  #home .list-news__image {
    width: 23.4375vw;
    height: 23.4375vw;
  }
}

#home .list-news__body {
  width: 370px;
}

@media screen and (max-width: 768px) {
  #home .list-news__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 62.23958vw;
    min-height: 23.4375vw;
  }
}

#home .container-competition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #home .container-competition {
    display: block;
  }
}

#home .container-competition__column {
  width: 505px;
}

@media screen and (max-width: 768px) {
  #home .container-competition__column {
    width: auto;
  }
}

#home .text-competition {
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.857;
}

@media screen and (max-width: 768px) {
  #home .text-competition {
    margin-top: 5.20833vw;
    font-size: 3.125vw;
  }
}

#home .image-competition {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  #home .image-competition {
    margin-top: 5.20833vw;
  }
}

#home .section-summary {
  background: #ffeb04;
}

#home .list-schedule {
  width: 100%;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #home .list-schedule {
    display: block;
    margin-top: 10.41667vw;
  }
}

#home .list-schedule__item {
  width: 320px;
  height: 118px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  opacity: 0;
  left: -40px;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), left 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#home .list-schedule__item .list-schedule__date{
	line-height:1.6;
	text-align:right;
}


@media screen and (max-width: 768px) {
  #home .list-schedule__item {
    width: auto;
    height: 24.21875vw;
	  height:26vw;
    left: auto;
    top: -5.20833vw;
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media screen and (max-width: 768px) {
  #home .list-schedule__item:nth-of-type(n+2) {
    margin-top: 6.51042vw;
  }
}

#home .list-schedule__item:nth-of-type(1) {
  background: #707070;
}

#home .list-schedule__item:nth-of-type(1):after {
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-style: solid;
  border-width: 59px 0 59px 40px;
  border-color: transparent transparent transparent #707070;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #home .list-schedule__item:nth-of-type(1):after {
    top: auto;
    right: auto;
    bottom: calc(-60vw / 768 * 100 + 1px);
    left: 0;
    border-width: 7.8125vw 44.79167vw 0 44.79167vw;
    border-color: #707070 transparent transparent transparent;
  }
}

#home .list-schedule__item:nth-of-type(2) {
  background: #535353;
  transition-delay: 0.2s;
}

#home .list-schedule__item:nth-of-type(2):after {
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-style: solid;
  border-width: 59px 0 59px 40px;
  border-color: transparent transparent transparent #535353;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #home .list-schedule__item:nth-of-type(2):after {
    top: auto;
    right: auto;
    bottom: calc(-60vw / 768 * 100 + 1px);
    left: 0;
    border-width: 7.8125vw 44.79167vw 0 44.79167vw;
    border-color: #535353 transparent transparent transparent;
  }
}

#home .list-schedule__item:nth-of-type(3) {
  width: 350px;
  background: #333;
  transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
  #home .list-schedule__item:nth-of-type(3) {
    width: auto;
  }
}

#home .list-schedule.is-inview .list-schedule__item {
  opacity: 1;
  left: 0;
}

@media screen and (max-width: 768px) {
  #home .list-schedule.is-inview .list-schedule__item {
    left: auto;
    top: 0;
  }
}

#home .container-grade {
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #home .container-grade {
    margin-top: 5.20833vw;
  }
}

#home .container-grade:before {
  width: 120%;
  height: 1px;
  position: absolute;
  top: calc(50% - 20px);
  left: -10%;
  content: '';
  display: block;
  background: #333;
  transform: rotate(-20.2deg);
}

@media screen and (max-width: 768px) {
  #home .container-grade:before {
    display: none;
  }
}

#home .text-grade {
  position: absolute;
  top: 0;
  left: calc(50% - 523px);
  font-size: 14px;
  line-height: 1.857;
}

@media screen and (max-width: 768px) {
  #home .text-grade {
    position: static;
    font-size: 3.125vw;
    text-align: center;
  }
}

#home .list-grade {
  width: 100%;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #333;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #home .list-grade {
    display: block;
    text-align: center;
  }
}

#home .list-grade__item {
  width: 180px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 768px) {
  #home .list-grade__item {
    width: auto;
    margin-top: 13.02083vw;
  }
}

#home .list-grade__item:nth-of-type(1) {
  padding-top: 320px;
}

@media screen and (max-width: 768px) {
  #home .list-grade__item:nth-of-type(1) {
    padding-top: 0;
  }
}

#home .list-grade__item:nth-of-type(2) {
  padding-top: 240px;
  transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  #home .list-grade__item:nth-of-type(2) {
    padding-top: 0;
  }
}

#home .list-grade__item:nth-of-type(3) {
  padding-top: 160px;
  transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
  #home .list-grade__item:nth-of-type(3) {
    padding-top: 0;
  }
}

#home .list-grade__item:nth-of-type(4) {
  padding-top: 80px;
  transition-delay: 0.6s;
}

@media screen and (max-width: 768px) {
  #home .list-grade__item:nth-of-type(4) {
    padding-top: 0;
  }
}

#home .list-grade__item:nth-of-type(5) {
  transition-delay: 0.8s;
}

@media screen and (max-width: 768px) {
  #home .list-grade__item:nth-of-type(5) {
    padding-top: 0;
  }
}

#home .list-grade__id {
  position: relative;
  min-width: 50px;
  margin-top: -8px;
  font-size: 18px;
  line-height: 1.2;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #home .list-grade__id {
    min-width: 11.45833vw;
    margin-top: -1.82292vw;
    font-size: 4.16667vw;
    text-align: left;
  }
}

#home .list-grade__number {
  position: relative;
  font-size: 48px;
  line-height: 1;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #home .list-grade__number {
    font-size: 11.06771vw;
  }
}

#home .list-grade__title {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #home .list-grade__title {
    margin-top: 3.38542vw;
    font-size: 5.07813vw;
  }
}

#home .list-grade__image {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #home .list-grade__image {
    margin-top: 5.72917vw;
  }
}

#home .list-grade__image img {
  height: 80px;
}

@media screen and (max-width: 768px) {
  #home .list-grade__image img {
    height: 26.04167vw;
  }
}

#home .list-grade__text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #home .list-grade__text {
    margin-top: 4.55729vw;
  }
}

#home .list-grade__example {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #home .list-grade__example {
    margin-top: 3.38542vw;
  }
}

#home .list-grade.is-inview .list-grade__item {
  opacity: 1;
  transform: translateY(0);
}

#home .header-list-grade {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#home .header-list-grade__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-family: "Korb", sans-serif;
}

#home .header-list-grade__inner:before {
  position: absolute;
  top: 0;
  right: 30px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #333 transparent transparent transparent;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #home .header-list-grade__inner:before {
    right: 6.90104vw;
    border-width: 10.28646vw 10.28646vw 0 0;
  }
}

#home .header-list-grade__inner:after {
  position: absolute;
  top: 0;
  right: 31px;
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #ffeb04 transparent transparent transparent;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #home .header-list-grade__inner:after {
    right: calc(53vw / 768 * 100 + 1px);
    border-width: 10.28646vw 10.28646vw 0 0;
  }
}

#home .notes-grade {
  position: absolute;
  right: calc(50% - 523px);
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px 20px 16px 30px;
  border: 2px solid #333;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  #home .notes-grade {
    position: static;
    margin-top: 7.8125vw;
    padding: 3.64583vw 4.55729vw 3.64583vw 6.90104vw;
  }
}

@media screen and (max-width: 768px) {
  #home .notes-grade__image {
    width: 16.14583vw;
  }
}

#home .notes-grade__text {
  margin-left: 22px;
}

@media screen and (max-width: 768px) {
  #home .notes-grade__text {
    margin-left: 5.07813vw;
    font-size: 3.125vw;
  }
}

#home .container-archive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #home .container-archive {
    display: block;
    margin-top: 10.41667vw;
  }
}

#home .container-archive__primary {
  width: 600px;
}

@media screen and (max-width: 768px) {
  #home .container-archive__primary {
    width: auto;
  }
}

#home .container-archive__secondary {
  width: 400px;
}

@media screen and (max-width: 768px) {
  #home .container-archive__secondary {
    width: auto;
    margin-top: 5.20833vw;
  }
}

#home .video-archive {
  width: 600px;
  height: 450px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #home .video-archive {
    width: 100%;
    height: 67.1875vw;
  }
}

#home .video-archive__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9;
  cursor: pointer;
}

#home .video-archive__title {
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #home .video-archive__title {
    font-size: 4.16667vw;
  }
}

#home .video-archive__button {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin-top: 25px;
  border: 4px solid #ffeb04;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #home .video-archive__button {
    width: 23.04688vw;
    height: 23.04688vw;
    border-radius: 100%;
    margin-top: 5.72917vw;
  }
}

#home .video-archive__button:after {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 13px);
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-style: solid;
  border-width: 18px 0 18px 26px;
  border-color: transparent transparent transparent #ffeb04;
}

@media screen and (max-width: 768px) {
  #home .video-archive__button:after {
    top: calc(50% - 32vw / 768 * 100);
    left: calc(50% - 23vw / 768 * 100);
    border-width: 4.16667vw 0 4.16667vw 5.98958vw;
  }
}

#home .button-archive {
  width: 254px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 50px auto 0;
  background: #ffeb04;
  font-family: "Korb", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #home .button-archive {
    width: 58.85417vw;
    height: 13.80208vw;
    position: static;
    margin: 7.8125vw auto 0;
    font-size: 3.125vw;
  }
}

#home .section-sponsors {
  background: #eee;
}

#home .list-sponsors {
  margin-top: 60px;
  padding: 35px 30px;
  border-top: 1px solid #bfbebe;
  border-bottom: 1px solid #bfbebe;
}
