@charset "UTF-8";
@media screen and (max-width: 768px) {
  #pc-view {
    display: none; }
  #sp-view {
    display: block; } }

.sg-footer {
  margin-top: 0; }
  .sg-footer > * {
    margin-top: 0; }

.sg-footer-sns > li {
  width: auto;
  height: auto; }
  .sg-footer-sns > li + li {
    margin-left: 10px; }
  .sg-footer-sns > li.facebook {
    margin-top: -1px; }

h3 {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #FFFFFF; }

body {
  color: #FFFFFF;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  letter-spacing: 2px; }
  body::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: "";
    background: #000 url("/img/lp/worldhackathon/bg-main-mobile.svg") repeat left 0;
    z-index: -1; }

.pg-content {
  padding: 56px 16px 0;
  margin: 0 auto; }
  .pg-content__inner {
    padding-bottom: 35px; }

.c-kv-wrapper {
  position: relative; }

.c-kv {
  display: block;
  text-align: center; }
  .c-kv__heading {
    padding: 60px 0 32px 0; }
  .c-kv__entry-button {
    width: 150px;
    height: 89.49px;
    margin: 0 auto 162px; }
  .c-kv__close-message {
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 400; }

.c-date {
  padding-bottom: 26px;
  font-size: 24px;
  text-align: center; }
  .c-date span {
    display: block;
    font-size: 14px; }

.c-countdown {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 96px;
  letter-spacing: 0; }
  .c-countdown__item {
    display: table-cell;
    padding: 0 15px; }
    @media screen and (max-width: 320px) {
      .c-countdown__item {
        padding: 10px; } }
  .c-countdown__time {
    font-size: 28px;
    text-align: center;
    line-height: 1; }
  .c-countdown__text {
    display: block;
    padding-top: 6px;
    font-size: 12px; }

.is-active.c-date {
  opacity: 1;
  transform: translateY(-50px); }

.is-active.c-countdown {
  opacity: 1;
  transform: translateY(-50px); }

.c-tagline__space {
  padding: 84px 0; }

.pg-heading {
  padding-bottom: 24px;
  text-align: center; }

.pg-description {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #CCCCCC; }

.c-kv-opening__01 {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #000000; }
  .c-kv-opening__01 .c-kv {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -51%); }

.c-kv-opening__02 {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #000000; }
  .c-kv-opening__02 .c-data {
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0;
    letter-spacing: 6px;
    transform: translate(-50%, 30%);
    animation-name: textanimation;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 4s;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .c-kv-opening__02 .c-data span {
      display: block;
      padding-top: 10px;
      font-size: 20px; }

.c-kv-opening__03 {
  position: fixed;
  width: 100%;
  height: 300vh;
  background: #000;
  z-index: 9998;
  transform: skewY(-30deg) translateY(-50%);
  transition: transform 10s linear; }
  .c-kv-opening__03.active {
    transform: skewY(-30deg) translateY(100%);
    -webkit-transition-delay: 0;
    transition-delay: 0; }
  .c-kv-opening__03 .c-kv-mask::before {
    display: block;
    content: ""; }

@keyframes textanimation {
  0% {
    opacity: 0;
    transform: translate(-50%, 0%); }
  30% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%); }
  100% {
    opacity: 0;
    transform: translate(-50%, -100%); } }

.c-process__heading {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  font-size: 14px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.c-process__title {
  width: 100%;
  padding: 0 20px 5px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }
  .c-process__title span {
    display: inline-block;
    font-size: 15px; }

.c-process__description {
  padding: 0 20px;
  font-size: 14px;
  color: #888888;
  text-align: left;
  font-weight: 300;
  opacity: 0;
  letter-spacing: 1px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.c-process-box-wrapper {
  margin: 0 auto; }

.c-process-box {
  position: relative;
  width: 300px;
  height: 100%;
  margin: 0 auto 52px;
  padding: 24px 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center; }
  .c-process-box.step01::after {
    top: 20px;
    top: 0; }
  .c-process-box.step02::after {
    top: 376px; }
  .c-process-box.step03::after {
    top: 202px; }
  .c-process-box.step04 .c-process__title {
    padding-bottom: 0; }
  .c-process-box.step04::after {
    top: 128px; }
  .c-process-box::after {
    position: absolute;
    top: 100px;
    left: 50%;
    display: block;
    content: "";
    height: 0;
    width: 1px;
    background-color: #FFFFFF;
    transition: all 1s ease;
    -webkit-transition-delay: .9s;
    transition-delay: .9s; }
  .c-process-box.is-active .c-process__heading {
    opacity: 1;
    transform: translateY(-5px); }
  .c-process-box.is-active .c-process__title {
    opacity: 1;
    transform: translateY(-5px); }
  .c-process-box.is-active .c-process__description {
    opacity: 1;
    transform: translateY(-5px); }
  .c-process-box.is-active .c-process-box__bd__right,
  .c-process-box.is-active .c-process-box__bd__left {
    height: 100%; }
  .c-process-box.is-active .c-process-box__bd__top::before {
    width: 74px; }
  .c-process-box.is-active .c-process-box__bd__top::after {
    width: 74px; }
  .c-process-box.is-active .c-process-box__bd__bottom::before, .c-process-box.is-active .c-process-box__bd__bottom::after {
    width: 130px; }
  .c-process-box.is-active::after {
    height: 24px;
    background: #FFFFFF; }
  .c-process-box.is-active .c-process-box__description {
    opacity: 1; }
  .c-process-box__bd__top {
    position: absolute;
    top: 0;
    width: 0;
    height: 1px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    .c-process-box__bd__top::before, .c-process-box__bd__top::after {
      position: absolute;
      display: block;
      content: "";
      width: 0;
      height: 1px;
      background-color: #FFFFFF;
      -webkit-transition: all .5s ease;
      transition: all .5s ease; }
    .c-process-box__bd__top::before {
      right: -74px; }
    .c-process-box__bd__top::after {
      right: 226px; }
  .c-process-box__bd__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #FFFFFF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .c-process-box__bd__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #FFFFFF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .c-process-box__bd__bottom {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px; }
    .c-process-box__bd__bottom::before, .c-process-box__bd__bottom::after {
      position: absolute;
      display: block;
      content: "";
      width: 0;
      height: 1px;
      background-color: #FFFFFF;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .c-process-box__bd__bottom::before {
      right: -260px; }
    .c-process-box__bd__bottom::after {
      left: 0; }

@media screen and (max-width: 480px) {
  .c-process-box {
    width: 260px; }
    .c-process-box__bd__top::after {
      left: 186px; }
    .c-process-box__bd__bottom::before {
      right: -260px; }
  .c-process-box.step01::after {
    top: 211px; }
  .c-process-box.step02::after {
    top: 364px; }
  .c-process-box.step03::after {
    top: 212px; } }

.c-enty-button-step {
  width: 155px;
  margin: 70px auto 80px auto; }

.c-entry-button {
  display: block;
  position: relative;
  width: 155px;
  height: 89.49px;
  margin: 44.74px 0;
  text-align: center;
  color: #fff;
  cursor: pointer; }

.c-entry-button span {
  display: block;
  z-index: 3;
  position: absolute;
  opacity: 1;
  width: 150px;
  height: 64.49px;
  padding-top: 25px;
  padding-left: 5px;
  background-color: #000;
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.8; }

.c-entry-button:before,
.c-entry-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 109.60px;
  height: 109.60px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: #000;
  left: 21.6992px; }

.c-entry-button:before {
  top: -54.8008px;
  border-top: solid 1.4142px #ffffff;
  border-right: solid 1.4142px #ffffff; }

.c-entry-button:after {
  bottom: -54.8008px;
  border-bottom: solid 1.4142px #ffffff;
  border-left: solid 1.4142px #ffffff; }

.c-entry-button-pointer-top::before,
.c-entry-button-pointer-top::after,
.c-entry-button-pointer-middle::before,
.c-entry-button-pointer-middle::after,
.c-entry-button-pointer-bottom::before,
.c-entry-button-pointer-bottom::after {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background: #FFFFFF;
  content: "";
  border-radius: 100%;
  z-index: 4;
  transition: all .5s ease; }

.c-entry-button-pointer-top::before {
  top: -49px;
  left: 50%;
  margin-left: -5px;
  opacity: 1;
  -webkit-transition-delay: .8s;
  transition-delay: .8s; }

.c-entry-button-pointer-top::after {
  top: -5px;
  right: -6px;
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.c-entry-button-pointer-middle::before {
  bottom: -4px;
  right: -6px;
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.c-entry-button-pointer-bottom::before {
  bottom: -49px;
  left: 50%;
  margin-left: -5px;
  opacity: 1;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.c-entry-button-pointer-bottom::after {
  bottom: -4px;
  left: -5px;
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.c-entry-button-pointer-middle::after {
  top: -6px;
  left: -4px;
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.c-entry-button--transform span {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  transition: all .5s linear;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.c-entry-button--transform::before,
.c-entry-button--transform::after {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  transition: all .5s linear;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.c-entry-button--transform {
  opacity: 0; }

.c-entry-button-pointer-top--transform::before,
.c-entry-button-pointer-top--transform::after,
.c-entry-button-pointer-middle--transform::before,
.c-entry-button-pointer-middle--transform::after,
.c-entry-button-pointer-bottom--transform::before,
.c-entry-button-pointer-bottom--transform::after {
  opacity: 0; }

.is-active .c-entry-button--transform {
  opacity: 1; }

.is-active .c-entry-button-pointer-top--transform::before {
  opacity: 1;
  animation-name: heartbeat;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-iteration-count: 2;
  animation-direction: normal; }

.is-active .c-entry-button-pointer-top--transform::after,
.is-active .c-entry-button-pointer-middle--transform::after,
.is-active .c-entry-button-pointer-middle--transform::before,
.is-active .c-entry-button-pointer-bottom--transform::after,
.is-active .c-entry-button-pointer-bottom--transform::before,
.is-active .c-entry-button::before,
.is-active .c-entry-button::after,
.is-active .c-entry-button span {
  opacity: 1; }

@keyframes heartbeat {
  0% {
    width: 10px; }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    width: 10px; } }

.c-heading {
  margin: auto;
  padding-bottom: 24px;
  text-align: center; }
  .c-heading img {
    width: 80%; }
  .c-heading--about {
    width: 274px;
    height: 68px; }
  .c-heading--prize {
    width: 274px;
    height: 76px; }
  .c-heading--schedule {
    width: 274px;
    height: 33px; }
  .c-heading--process {
    width: 274px;
    height: 38px; }

.c-heading--sub {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 10px; }

.c-description {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #CCCCCC; }

.c-requirements .scroll-show-01,
.c-requirements .scroll-show-02,
.c-requirements .scroll-show-03 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.c-requirements .scroll-show-01 {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s; }

.c-requirements .scroll-show-02 {
  -webkit-transition-delay: 4s;
  transition-delay: 4s; }

.c-requirements .scroll-show-03 {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s; }

.c-requirements__description {
  padding-bottom: 26px;
  font-size: 18px;
  text-align: left;
  color: #CCCCCC; }

.c-requirements.is-active .scroll-show-01,
.c-requirements.is-active .scroll-show-02,
.c-requirements.is-active .scroll-show-03 {
  opacity: 1;
  transform: translateY(-14px); }

.c-requirements .c-heading--sub {
  padding-bottom: 6px;
  font-size: 20px;
  letter-spacing: 6px; }

.c-requirements__description {
  padding-bottom: 32px;
  font-size: 15px;
  text-align: left;
  color: #CCCCCC; }
  .c-requirements__description__item {
    position: relative;
    padding: 0 0 8px 30px; }
    .c-requirements__description__item::before {
      position: absolute;
      top: 9px;
      left: 10px;
      display: block;
      content: "";
      width: 6px;
      height: 6px;
      background: #FFFFFF;
      border-radius: 100%; }

.c-requirements.is-active {
  opacity: 1;
  transform: translateY(-50px); }

.c-contact .c-heading {
  padding-bottom: 16px; }

.c-contact a {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 16px; }
  .c-contact a span {
    letter-spacing: 1px;
    margin-right: -1px; }

.c-contact__description {
  font-size: 14px;
  text-align: center;
  color: #888888; }

.c-about {
  padding: 0 30px; }
  .c-about .c-heading {
    padding-bottom: 0; }
  .c-about__thumbnail {
    padding-bottom: 16px; }
    .c-about__thumbnail img {
      width: 100%; }
  .c-about__description {
    padding-bottom: 24px;
    color: #888888;
    font-size: 14px;
    line-height: 1.8; }
  .c-about__link {
    display: none;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
    text-align: center;
    letter-spacing: 6px; }
    .c-about__link span {
      letter-spacing: 1px; }
  .c-about .scroll-show-01,
  .c-about .scroll-show-02 {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .c-about .scroll-show-01 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .c-about .scroll-show-02 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .c-about.is-active .scroll-show-01,
  .c-about.is-active .scroll-show-02 {
    opacity: 1;
    transform: translateY(-50px); }

.c-about-hackathon .c-description {
  padding-bottom: 32px; }

.c-about-hackathon .c-heading--sub {
  padding-bottom: 0; }

.c-about-hackathon .scroll-show-01,
.c-about-hackathon .scroll-show-02,
.c-about-hackathon .scroll-show-03,
.c-about-hackathon .scroll-show-04 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.c-about-hackathon .scroll-show-01 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.c-about-hackathon .scroll-show-02 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.c-about-hackathon .scroll-show-03 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.c-about-hackathon .scroll-show-04 {
  margin-top: 0;
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.c-about-hackathon.is-active .scroll-show-01,
.c-about-hackathon.is-active .scroll-show-02,
.c-about-hackathon.is-active .scroll-show-03,
.c-about-hackathon.is-active .scroll-show-04 {
  opacity: 1;
  transform: translateY(-50px); }

footer {
  background: #000; }
  footer .c-footer-logo img {
    width: 50%; }
  footer .c-footer-inner {
    padding: 0 30px;
    padding: 30px 0; }
  footer .c-copyright {
    font-size: 10px;
    color: #888888; }
  footer .sns-share-button {
    padding: 28px 0 0; }
    footer .sns-share-button__item {
      display: inline-block;
      vertical-align: middle; }
      footer .sns-share-button__item a {
        display: block;
        width: 35px;
        line-height: 30px;
        text-align: center; }
        footer .sns-share-button__item a:hover {
          opacity: 1; }

.pg-contact-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #000000;
  font-size: 14px; }

.pg-contact-heading {
  padding: 20px 0;
  font-size: 34px;
  font-weight: bold;
  text-align: center; }

.pg-contact-description {
  padding: 20px;
  line-height: 1.5;
  font-weight: normal; }

.pg-contact-form {
  margin: 0 20px 20px; }

.pg-contact-form__input {
  padding: 20px 0; }

.pg-contact-form__heading {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  text-align: left;
  vertical-align: top; }

.pg-contact-foot {
  border: 1px solid #ddd;
  height: 200px;
  padding: 20px;
  margin: 0 20px 20px;
  overflow-y: scroll; }

.pg-contact-foot li {
  padding-bottom: 15px; }

.pg-contact-foot-heading {
  padding-bottom: 20px;
  font-weight: bold; }

.pg-contact-submit-agree {
  padding-bottom: 5px;
  text-align: center; }

.pg-contact-submit-button {
  display: block;
  width: 240px;
  height: 45px;
  margin: 0 auto 50px;
  background: #000;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #fff; }

.pg-contact-form input[type="text"],
.pg-contact-form input[type="email"],
.pg-contact-form textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 2px; }

footer {
  padding: 20px;
  text-align: center; }

@media screen and (max-width: 480px) {
  .pg-contact-form,
  .pg-contact-form__input,
  .pg-contact-form__heading {
    display: block; }
  .pg-contact-form__input {
    margin-bottom: 20px; }
  .pg-contact-form__heading,
  .pg-contact-form__input {
    padding: 5px 0; } }

/* overwrite */
.pg-contact-description,
.pg-contact-foot li {
  font-weight: normal; }

.c-prize .scroll-show-01,
.c-prize .scroll-show-02,
.c-prize .scroll-show-03 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.c-prize .scroll-show-01 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.c-prize .scroll-show-02 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }
  .c-prize .scroll-show-02::before, .c-prize .scroll-show-02::after {
    width: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }

.c-prize .scroll-show-03 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.c-prize.is-active .scroll-show-01,
.c-prize.is-active .scroll-show-02,
.c-prize.is-active .scroll-show-03 {
  opacity: 1; }

.c-prize.is-active .scroll-show-01,
.c-prize.is-active .scroll-show-02,
.c-prize.is-active .scroll-show-03 {
  transform: translateY(-50px); }

.c-prize.is-active .scroll-show-02::before, .c-prize.is-active .scroll-show-02::after {
  width: 100%; }

.c-prize__others__heading {
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 4px; }

.c-prize__details-content .c-prize__details {
  padding: 24px 0;
  text-align: center; }
  .c-prize__details-content .c-prize__details span {
    display: block;
    font-size: 14px;
    line-height: 1; }
  .c-prize__details-content .c-prize__details--first {
    position: relative;
    font-size: 34px;
    letter-spacing: 4px;
    line-height: 1; }
    .c-prize__details-content .c-prize__details--first span {
      padding-bottom: 10px; }
    .c-prize__details-content .c-prize__details--first::before, .c-prize__details-content .c-prize__details--first::after {
      position: absolute;
      display: block;
      content: "";
      height: 1px;
      background: #A2A2A2; }
    .c-prize__details-content .c-prize__details--first::before {
      top: -1px; }
    .c-prize__details-content .c-prize__details--first::after {
      bottom: -1px; }
  .c-prize__details-content .c-prize__details--column {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #A2A2A2; }
  .c-prize__details-content .c-prize__details--second, .c-prize__details-content .c-prize__details--third {
    font-size: 24px;
    margin: 24px 0;
    padding: 0 26px;
    letter-spacing: 4px;
    line-height: 1; }
    .c-prize__details-content .c-prize__details--second span, .c-prize__details-content .c-prize__details--third span {
      padding-bottom: 10px; }
  .c-prize__details-content .c-prize__details--third {
    border-left: 1px solid #A2A2A2; }
  .c-prize__details-content .c-prize__details--others {
    padding-bottom: 26px;
    font-size: 16px; }
    .c-prize__details-content .c-prize__details--others__item {
      position: relative;
      padding: 0 0 10px 26px;
      color: #CCCCCC; }
      .c-prize__details-content .c-prize__details--others__item::before {
        position: absolute;
        top: 9px;
        left: 10px;
        width: 6px;
        height: 6px;
        background: #CCCCCC;
        border-radius: 100%;
        display: block;
        content: ""; }

@media screen and (max-width: 320px) {
  .c-prize__details-content .c-prize__details--second, .c-prize__details-content .c-prize__details--third {
    padding: 0 12px;
    font-size: 20px; } }

.c-schedule {
  position: relative;
  height: 454px; }
  .c-schedule .scroll-show-01 {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .c-schedule .scroll-show-02 .c-timeline::before {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .c-schedule .scroll-show-02 .c-timeline::after {
    height: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  .c-schedule .scroll-show-02 .c-timeline--0816::before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .c-schedule .scroll-show-02 .c-timeline--0816::after {
    height: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .c-schedule .scroll-show-02 .c-timeline--0816__text {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .c-schedule .scroll-show-02 .c-timeline--0926::before {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .c-schedule .scroll-show-02 .c-timeline--0926::after {
    height: 0;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .c-schedule .scroll-show-02 .c-timeline--0926__text {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .c-schedule .scroll-show-02 .c-timeline--0927::before {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .c-schedule .scroll-show-02 .c-timeline--0927::after {
    height: 0;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .c-schedule .scroll-show-02 .c-timeline--0927__text {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .c-schedule .scroll-show-02 .c-timeline--0928::before {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .c-schedule .scroll-show-02 .c-timeline--0928::after {
    height: 0;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .c-schedule .scroll-show-02 .c-timeline--0928__text {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .c-schedule .scroll-show-02 .c-timeline--0929::before {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .c-schedule .scroll-show-02 .c-timeline--0929::after {
    height: 0;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .c-schedule .scroll-show-02 .c-timeline--0929__text {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .c-schedule .scroll-show-02 .c-timeline--0930::before {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .c-schedule .scroll-show-02 .c-timeline--0930::after {
    height: 0;
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s; }
  .c-schedule .scroll-show-02 .c-timeline--0930__text {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s; }
  .c-schedule.is-active .scroll-show-01 {
    opacity: 1;
    transform: translateY(-50px); }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0816::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0816::after {
    height: 64px; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0816__text {
    transform: translateY(-16px);
    opacity: 1; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0926::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0926::after {
    height: 64px; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0926__text {
    transform: translateY(-16px);
    opacity: 1; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0927::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0927::after {
    height: 64px; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0927__text {
    transform: translateY(-12px);
    opacity: 1; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0928::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0928::after {
    height: 64px; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0928__text {
    transform: translateY(-12px);
    opacity: 1; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0929::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0929::after {
    height: 64px; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0929__text {
    transform: translateY(-12px);
    opacity: 1; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0930::before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0930::after {
    height: 0; }
  .c-schedule.is-active .scroll-show-02 .c-timeline--0930__text {
    transform: translateY(-12px);
    opacity: 1; }
  .c-schedule__timeline {
    position: absolute;
    top: 32px;
    left: 22px;
    width: 14px;
    height: 552px; }
    .c-schedule__timeline .c-timeline {
      width: 14px;
      font-size: 20px; }
      .c-schedule__timeline .c-timeline span {
        display: block;
        line-height: 2;
        font-size: 14px;
        letter-spacing: 2px; }
      .c-schedule__timeline .c-timeline::before {
        position: absolute;
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #FFFFFF; }
      .c-schedule__timeline .c-timeline::after {
        position: absolute;
        top: 11px;
        left: 4px;
        display: block;
        content: "";
        width: 1px;
        height: 100px;
        background: #FFFFFF; }
      .c-schedule__timeline .c-timeline--0816__text {
        position: absolute;
        top: 10px;
        left: 28px;
        width: 250px;
        text-align: left;
        font-size: 16px;
        color: #CCCCCC; }
        .c-schedule__timeline .c-timeline--0816__text span {
          padding-bottom: 4px;
          font-size: 14px;
          color: #FFFFFF;
          line-height: 1; }
      .c-schedule__timeline .c-timeline--0816__supplementary {
        font-size: 12px !important; }
      .c-schedule__timeline .c-timeline--0926::before {
        top: 76px; }
      .c-schedule__timeline .c-timeline--0926::after {
        top: 87px; }
      .c-schedule__timeline .c-timeline--0926__text {
        position: absolute;
        top: 82px;
        left: 28px;
        width: 200px;
        text-align: left;
        font-size: 16px;
        color: #CCCCCC; }
        .c-schedule__timeline .c-timeline--0926__text span {
          padding-bottom: 4px;
          font-size: 14px;
          color: #FFFFFF;
          line-height: 1; }
      .c-schedule__timeline .c-timeline--0927::before {
        top: 151px; }
      .c-schedule__timeline .c-timeline--0927::after {
        top: 162px; }
      .c-schedule__timeline .c-timeline--0927__text {
        position: absolute;
        top: 138px;
        left: 28px;
        width: 200px;
        text-align: left;
        font-size: 16px;
        color: #CCCCCC; }
        .c-schedule__timeline .c-timeline--0927__text span {
          padding-bottom: 4px;
          font-size: 14px;
          color: #FFFFFF;
          line-height: 1; }
      .c-schedule__timeline .c-timeline--0928::before {
        top: 226px; }
      .c-schedule__timeline .c-timeline--0928::after {
        top: 237px; }
      .c-schedule__timeline .c-timeline--0928__text {
        position: absolute;
        top: 224px;
        left: 28px;
        width: 200px;
        text-align: left;
        font-size: 16px;
        color: #CCCCCC; }
        .c-schedule__timeline .c-timeline--0928__text span {
          padding-bottom: 4px;
          font-size: 14px;
          color: #FFFFFF;
          line-height: 1; }
      .c-schedule__timeline .c-timeline--0929::before {
        top: 301px; }
      .c-schedule__timeline .c-timeline--0929::after {
        top: 312px; }
      .c-schedule__timeline .c-timeline--0929__text {
        position: absolute;
        top: 292px;
        left: 28px;
        width: 220px;
        text-align: left;
        font-size: 16px;
        color: #CCCCCC; }
        .c-schedule__timeline .c-timeline--0929__text span {
          padding-bottom: 4px;
          font-size: 14px;
          color: #FFFFFF;
          line-height: 1; }
      .c-schedule__timeline .c-timeline--0930::before {
        top: 376px; }
      .c-schedule__timeline .c-timeline--0930::after {
        top: 387px; }
      .c-schedule__timeline .c-timeline--0930__text {
        position: absolute;
        top: 380px;
        left: 28px;
        width: 200px;
        text-align: left;
        font-size: 16px;
        color: #CCCCCC; }
        .c-schedule__timeline .c-timeline--0930__text span {
          padding-bottom: 4px;
          font-size: 14px;
          color: #FFFFFF;
          line-height: 1; }

.main-visual-video {
  height: 192px;
  margin-bottom: 35px; }

.modalBtn {
  width: 90%;
  height: auto;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  cursor: pointer; }
  .modalBtn img {
    width: 100%;
    height: auto; }

/*--- オーバーレイ ---*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

/*--- モーダルウィンドウ ---*/
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 85vw;
  transform: translate(-50%, -50%);
  z-index: 10000; }
  .modal iframe {
    width: 85vw;
    height: calc(528 / 940 * 85vw); }

.modal .close {
  padding-bottom: 16px;
  text-align: right;
  cursor: pointer; }
  .modal .close img {
    width: 16px;
    height: 16px; }
