@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
/* --------------------------------------------------
-------------------------------------------------- 共通クラス */
.video-wrapper {
  position: relative;
  z-index: -1;
}
.video-wrapper::after {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg-dot.png");
  opacity: 50%;
}

#video-area {
  position: fixed;
  top: -40vh;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

.inner {
  position: relative;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

.title-area {
  position: absolute;
  text-align: center;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

h2 {
  position: relative;
}

.title-icon {
  position: relative;
  top: -118px;
}

.title-circle {
  position: absolute;
  display: block;
  top: -64px;
  left: 0;
  right: 0;
  width: 165px;
  height: 165px;
  background: #ffeb00;
  margin: auto;
  border-radius: 50%;
}
.title-circle.title-circle-white {
  background: #fff;
}

.text-loop {
  position: absolute;
  top: -94px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.text-loop-content {
  display: inline-block;
  color: #ffeb00;
  font-size: 4.1225rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  animation: animate-text-loop 90s linear infinite;
}

.text-loop-content > * {
  display: inline-block;
}

@keyframes animate-text-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* --------------------------------------------------
-------------------------------------------------- ナビゲーション */
header {
  background-color: transparent;
}
header #nav-pc {
  background: transparent;
}
header #nav-pc .nav-change {
  margin-left: 1060px;
}

@media screen and (max-width: 640px) {
  header {
    background-color: transparent;
  }
  header #nav-sp {
    background-color: transparent;
  }
  header #nav-sp .nav-change {
    right: 1.5625vw;
  }
}
/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#kv {
  position: relative;
  text-align: center;
}
#kv .kv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffeb00;
  mix-blend-mode: multiply;
  z-index: -1;
}
#kv .inner {
  max-width: none;
  width: 100%;
  padding: 30px 0 0;
}
#kv h1 {
  margin-bottom: -40px;
}
#kv .deco01 {
  position: absolute;
  top: -5px;
  left: calc(50% - 536px);
}
#kv .deco02 {
  position: absolute;
  top: 115px;
  left: calc(50% - 375px);
}
#kv .deco03 {
  position: absolute;
  top: 185px;
  left: calc(50% - 640px);
}
#kv .deco04 {
  position: absolute;
  top: 275px;
  left: calc(50% - 540px);
}
#kv .deco05 {
  position: absolute;
  top: 400px;
  left: calc(50% - 602px);
}
#kv .deco06 {
  position: absolute;
  top: 480px;
  left: calc(50% - 540px);
}
#kv .deco07 {
  position: absolute;
  top: 52px;
  right: calc(50% - 454px);
}
#kv .deco08 {
  position: absolute;
  top: 62px;
  right: calc(50% - 562px);
}
#kv .deco09 {
  position: absolute;
  top: 247px;
  right: calc(50% - 520px);
}
#kv .deco10 {
  position: absolute;
  top: 265px;
  right: calc(50% - 642px);
}
#kv .deco11 {
  position: absolute;
  top: 407px;
  right: calc(50% - 567px);
}
#kv .deco12 {
  position: absolute;
  top: 472px;
  right: calc(50% - 556px);
}
#kv #read {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  background: #212121;
  padding: 86px 0 60px;
}
#kv #read span.small {
  font-size: 0.95rem;
  font-weight: normal;
}
#kv.eng h1 {
  margin-bottom: 82px;
}
#kv.eng .catch p img {
  margin-top: -82px;
}

@keyframes floating-y01 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(6%);
  }
}
@keyframes floating-y02 {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(2%);
  }
}
/* --------------------------------------------------
-------------------------------------------------- section 全体 */
section .award-block {
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
}
section .award-block .wrap {
  border-radius: 30px;
  border: 4px solid #212121;
  box-shadow: 4px 4px 0 #212121;
  padding-bottom: 35px;
  background-color: #fff;
  overflow: hidden;
}
section .award-block .ribbon {
  position: absolute;
  top: -10px;
  left: 124px;
}
section .award-block .head {
  padding: 34px 0 58px;
  text-align: center;
}
section .award-block .image {
  width: 300px;
  margin: -40px auto 26px;
}
section .award-block .image a {
  display: block;
  cursor: pointer;
}
section .award-block .image a:hover {
  opacity: 0.8;
}
section .award-block .image img {
  width: 100%;
  border: 1px solid #999999;
}
section .award-block h4 {
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
}
section .award-block h4 a {
  text-decoration: underline;
}
section .award-block h4 a:hover {
  text-decoration: none;
}
section .award-block .author {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
section .award-block .author span {
  display: inline-block;
  font-size: 1.375rem;
  margin-left: 25px;
}
section .award-block .comment {
  width: 840px;
  margin: 0 auto 15px;
}
section .award-block .comment .ttl {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 20px 20px 0 0;
  text-align: center;
  margin-bottom: 15px;
  background-color: #212121;
}
section .award-block .comment .ttl.red {
  background-color: #ff3c3c;
}
section .award-block .comment .txt {
  font-size: 0.875rem;
  line-height: 1.6;
}
section .award-block.gold .head {
  background-color: #eede7c;
}
section .award-block.silver .head {
  background-color: #e6e6e6;
}
section .award-block.bronze .head {
  background-color: #e9cfad;
}
section.eng .title-icon {
  top: -164px;
}
section.eng .ribbon {
  left: 105px;
}
section.eng .gold h3 {
  margin-left: 95px;
}
section.eng .bronze h3 {
  margin-left: 25px;
}

/* --------------------------------------------------
-------------------------------------------------- #original,#thema */
#original,
#thema {
  position: relative;
  font-weight: 400;
  padding: 110px 0 0;
  background: rgba(255, 255, 255, 0.8);
}
#original .title-area,
#thema .title-area {
  top: 90px;
}
#original .deco-bg,
#thema .deco-bg {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/nycc/manuscript-bg.png") repeat-y top center;
}
#original .bg-wrap,
#thema .bg-wrap {
  padding: 85px 0 30px;
  background-color: #ffeb00;
}
#original .deco01,
#thema .deco01 {
  position: absolute;
  top: 17px;
  left: calc(50% - 490px);
  animation: floating-y01 1.2s ease-in-out infinite alternate-reverse;
}
#original .deco02,
#thema .deco02 {
  position: absolute;
  top: 62px;
  left: calc(50% - 565px);
  animation: floating-y02 2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.2s;
}
#original .deco05,
#thema .deco05 {
  position: absolute;
  top: 138px;
  right: calc(50% - 538px);
  animation: floating-y01 2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.8s;
}
#original .deco06,
#thema .deco06 {
  position: absolute;
  top: 22px;
  right: calc(50% - 590px);
  animation: floating-y01 1.2s ease-in-out infinite alternate-reverse;
}
#original .text,
#thema .text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 42px;
  opacity: 0;
}
#original.eng .bg-wrap,
#thema.eng .bg-wrap {
  padding: 125px 0 30px;
}

#finalist {
  padding: 118px 0 80px;
  background: rgba(255, 255, 255, 0.8);
}
#finalist .bg-wrap {
  padding: 45px 0 0;
  background-color: #fff;
}
#finalist h3 {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 35px;
}
#finalist .list {
  width: 1000px;
  margin: 0 auto;
}
#finalist .list:last-of-type {
  margin-bottom: 60px;
}
#finalist .list h4 {
  position: relative;
  padding: 16px 30px;
  background-color: #efefef;
  border-radius: 20px 20px 0 0;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 20px;
}
#finalist .list h4 span {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background-color: #212121;
  border-radius: 30px;
  margin-left: 40px;
}
#finalist .list h4 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 4px;
  background-color: #ffeb00;
}
#finalist .list h4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: block;
  width: 4px;
  height: 12px;
  background-color: #ffeb00;
  transition: all 0.3s ease;
}
#finalist .list .box {
  display: none;
}
#finalist .list .box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
#finalist .list .box ul li {
  display: flex;
  align-items: center;
  padding: 20px 28px;
  font-weight: normal;
  border-bottom: 1px solid #efefef;
}
#finalist .list.active h4 span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#finalist .note {
  text-align: center;
}

.top-back_btn {
  padding: 50px 0;
}

.top-back_btn .btn {
  font-size: 1.125rem;
  border: none;
  padding: 17px 0;
  width: 480px;
  line-height: 1.33;
}

.top-back_btn .btn::before {
  width: 30px;
  height: 30px;
  top: calc(50% - 16px);
  right: 13px;
  border: none;
}

.top-back_btn .btn::after {
  right: 23px;
  top: calc(50% - 6px);
}

/* --------------------------------------------------
-------------------------------------------------- タブレット */
/* --------------------------------------------------
-------------------------------------------------- スマホ */
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  -------------------------------------------------- 共通クラス */
  .inner {
    width: 87.5vw;
  }
  .title-icon {
    width: 14.375vw;
    top: -18.75vw;
    margin: 0 auto;
  }
  .title-circle {
    top: -10vw;
    width: 25.78125vw;
    height: 25.78125vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- キービジュアル */
  #kv .inner {
    padding: 4.6875vw 0 0;
  }
  #kv h1 {
    width: 61.40625vw;
    margin: 0 auto -4.6875vw;
  }
  #kv .deco01 {
    width: 24.375vw;
    top: 2.1875vw;
    left: calc(50% - 56.25vw);
  }
  #kv .deco02 {
    width: 8.28125vw;
    top: 26.25vw;
    left: calc(50% - 35.15625vw);
  }
  #kv .deco03 {
    display: none;
  }
  #kv .deco04 {
    width: 6.71875vw;
    top: 46.25vw;
    left: calc(50% - 46.25vw);
  }
  #kv .deco05 {
    width: 13.75vw;
    top: 64.21875vw;
    left: calc(50% - 52.8125vw);
  }
  #kv .deco06 {
    width: 22.96875vw;
    top: 104.0625vw;
    left: calc(50% - 59.0625vw);
  }
  #kv .deco07 {
    width: 12.65625vw;
    top: 19.0625vw;
    right: calc(50% - 32.03125vw);
  }
  #kv .deco08 {
    width: 13.4375vw;
    top: 8.59375vw;
    right: calc(50% - 44.0625vw);
  }
  #kv .deco09 {
    width: 6.71875vw;
    top: 24.375vw;
    right: calc(50% - 45.625vw);
  }
  #kv .deco10 {
    width: 13.125vw;
    top: 43.90625vw;
    right: calc(50% - 54.21875vw);
  }
  #kv .deco11 {
    width: 8.4375vw;
    top: 64.375vw;
    right: calc(50% - 49.0625vw);
  }
  #kv .deco12 {
    width: 12.8125vw;
    top: 123.75vw;
    right: calc(50% - 51.875vw);
  }
  #kv #read {
    padding: 9.6875vw 0 7.03125vw;
    line-height: 1.8;
    font-size: 3.75vw;
  }
  #kv #read span.small {
    font-size: 2.8125vw;
  }
  #kv.eng .deco04 {
    display: none;
  }
  #kv.eng .deco06 {
    top: 99.375vw;
  }
  #kv.eng .deco09 {
    width: 8.4375vw;
    top: 64.375vw;
    right: 0;
  }
  /* --------------------------------------------------
  -------------------------------------------------- section 全体 */
  section .award-block {
    margin-bottom: 3.90625vw;
  }
  section .award-block .wrap {
    border-radius: 4.6875vw;
    border: 0.625vw solid #212121;
    box-shadow: 0.625vw 0.625vw 0 #212121;
    padding-bottom: 3.90625vw;
  }
  section .award-block .ribbon {
    width: 16.40625vw;
    top: -1.5625vw;
    left: 7.03125vw;
  }
  section .award-block .head {
    padding: 3.4375vw 0 9.6875vw;
  }
  section .award-block .head h3 {
    margin: 0 auto;
  }
  section .award-block .image {
    width: 34.375vw;
    margin: -6.5625vw auto 4.0625vw;
  }
  section .award-block h4 {
    font-size: 4.6875vw;
    margin-bottom: 2.8125vw;
  }
  section .award-block .author {
    font-size: 3.75vw;
    margin-bottom: 3.90625vw;
  }
  section .award-block .author span {
    font-size: 3.125vw;
    margin-left: 4.375vw;
  }
  section .award-block .comment {
    width: 75vw;
    margin: 0 auto 4.375vw;
  }
  section .award-block .comment .ttl {
    font-size: 3.75vw;
    padding: 1.25vw 0;
    border-radius: 3.125vw 3.125vw 0 0;
    margin-bottom: 3.75vw;
  }
  section .award-block .comment .txt {
    font-size: 3.28125vw;
  }
  section .award-block.gold .head h3 {
    width: 45.3125vw;
    padding-left: 4.6875vw;
  }
  section .award-block.silver .head h3 {
    width: 42.5vw;
    padding-left: 3.90625vw;
  }
  section .award-block.bronze .head h3 {
    width: 43.28125vw;
    padding-left: 3.90625vw;
  }
  section.eng .title-icon {
    top: -24.21875vw;
  }
  section.eng .gold h3 {
    padding-left: 0;
  }
  /* --------------------------------------------------
  -------------------------------------------------- #original,#thema */
  #original,
  #thema {
    padding: 20.3125vw 0 0;
  }
  #original .title-area,
  #thema .title-area {
    top: 14.0625vw;
  }
  #original .deco-bg,
  #thema .deco-bg {
    position: absolute;
    top: 17.1875vw;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/nycc/manuscript-bg-sp.png") repeat-y top center;
    background-size: 100%;
  }
  #original .bg-wrap,
  #thema .bg-wrap {
    padding: 12.5vw 0 7.8125vw;
  }
  #original .deco01,
  #thema .deco01 {
    width: 10.625vw;
    top: 3.125vw;
    left: calc(50% - 38.28125vw);
  }
  #original .deco02,
  #thema .deco02 {
    width: 5vw;
    top: 1.5625vw;
    left: calc(50% - 45.3125vw);
    z-index: 2;
  }
  #original .deco05,
  #thema .deco05 {
    width: 6.40625vw;
    top: 22.1875vw;
    right: calc(50% - 40.625vw);
    z-index: 2;
  }
  #original .deco06,
  #thema .deco06 {
    width: 5.15625vw;
    top: 7.8125vw;
    right: calc(50% - 47.1875vw);
    z-index: 2;
  }
  #original .text,
  #thema .text {
    font-size: 3.75vw;
    line-height: 1.6;
    margin-bottom: 7.8125vw;
  }
  #original .text span.white,
  #thema .text span.white {
    padding: 0 1.5625vw;
  }
  #original.eng .bg-wrap,
  #thema.eng .bg-wrap {
    padding: 15vw 0 7.8125vw;
  }
  #original h2 {
    width: 66.40625vw;
  }
  #original.eng h2 {
    width: 75.78125vw;
  }
  #thema h2 {
    width: 54.375vw;
  }
  #thema.eng h2 {
    width: 76.875vw;
  }
  #finalist {
    padding: 17.1875vw 0 0;
    background: rgba(255, 255, 255, 0.8);
  }
  #finalist .bg-wrap {
    padding: 8.125vw 0 11.25vw;
    background-color: #fff;
  }
  #finalist h3 {
    font-size: 6.25vw;
    margin-bottom: 8.125vw;
  }
  #finalist .list {
    width: 87.5vw;
  }
  #finalist .list:last-of-type {
    margin-bottom: 10.9375vw;
  }
  #finalist .list h4 {
    padding: 4.6875vw;
    border-radius: 3.125vw 3.125vw 0 0;
    font-size: 3.75vw;
    margin-bottom: 3.125vw;
  }
  #finalist .list h4 span {
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 12.5vw;
    margin-left: 6.25vw;
  }
  #finalist .list h4 span::before {
    width: 3.75vw;
    height: 1.25vw;
  }
  #finalist .list h4 span::after {
    width: 1.25vw;
    height: 3.75vw;
  }
  #finalist .list .box ul {
    margin-bottom: 2.34375vw;
  }
  #finalist .list .box ul li {
    padding: 1.5625vw;
  }
  #finalist .note {
    font-size: 2.8125vw;
  }
  .top-back_btn {
    padding: 70px 0;
  }
  .top-back_btn .btn {
    font-size: 1.3125rem;
    border: none;
    padding: 17px 0;
    width: 85%;
  }
  .top-back_btn .btn::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 16px);
    right: 13px;
    border: none;
  }
  .top-back_btn .btn::after {
    right: 23px;
    top: calc(50% - 6px);
  }
}
#kv h1 {
  opacity: 0;
}
#kv .catch img {
  opacity: 0;
}
#kv .deco {
  opacity: 0;
}
#kv #read p {
  opacity: 0;
}

.title-area h2,
.title-area .title-circle,
.title-area .title-icon {
  opacity: 0;
}/*# sourceMappingURL=result.css.map */