@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: -96px;
}

.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%);
  }
}
/* --------------------------------------------------
-------------------------------------------------- キービジュアル */
#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: 46px;
}
#kv .catch {
  background-color: #fff;
  padding-bottom: 22px;
}
#kv .catch p img {
  margin-top: -28px;
}
#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.25rem;
  line-height: 1.6;
  background: #212121;
  padding: 30px 0 60px;
}
#kv #read .strong {
  font-size: 1.75rem;
}
#kv #read .yellow {
  color: #ffeb00;
}
#kv #read .small {
  font-size: 1.2rem;
}
#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%);
  }
}
/* --------------------------------------------------
-------------------------------------------------- 応募メリット */
#lecture {
  position: relative;
  padding-top: 108px;
}
#lecture .lecture-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #ffeb00;
  mix-blend-mode: multiply;
  z-index: -1;
}
#lecture .title-area {
  top: 32px;
}
#lecture .deco01 {
  position: absolute;
  top: -34px;
  left: calc(50% - 490px);
  animation: floating-y01 1.2s ease-in-out infinite alternate-reverse;
}
#lecture .deco02 {
  position: absolute;
  top: 12px;
  left: calc(50% - 565px);
  animation: floating-y02 2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.2s;
}
#lecture .deco03 {
  position: absolute;
  top: -109px;
  right: calc(50% - 750px);
  animation: floating-y02 2.2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.4s;
}
#lecture .deco04 {
  position: absolute;
  top: 230px;
  right: calc(50% - 522px);
  animation: floating-y01 1.8s ease-in-out infinite alternate-reverse;
}
#lecture .deco05 {
  position: absolute;
  top: 334px;
  right: calc(50% - 538px);
  animation: floating-y01 2s ease-in-out infinite alternate-reverse;
  animation-delay: 0.8s;
}
#lecture .deco06 {
  position: absolute;
  top: 215px;
  right: calc(50% - 590px);
  animation: floating-y01 1.2s ease-in-out infinite alternate-reverse;
}
#lecture .bg-wrap {
  padding: 57px 0;
  background-color: #fff;
}
#lecture .application-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#lecture .application-list .application-list-img {
  float: right;
}
#lecture .application-list > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: auto;
  text-align: center;
  background: #efefef;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
}
#lecture .application-list > dd {
  width: 680px;
  font-weight: 400;
  padding: 10px 20px;
}
#lecture .application-list > dd p {
  margin-bottom: 10px;
}
#lecture .application-list > dd p.text-s {
  line-height: 2;
}
#lecture .application-list > dd .flex-box {
  display: flex;
  margin-bottom: 10px;
}
#lecture .application-list > dd .flex-box .item {
  width: 265px;
  display: flex;
  align-items: flex-end;
}
#lecture .application-list > dd .flex-box .item:first-child {
  margin-right: 68px;
}
#lecture .application-list > dd .flex-box .item .image {
  margin-right: 10px;
}
#lecture .application-list > dd .flex-box .item p {
  font-size: 10px;
  margin-bottom: 0;
}
#lecture .application-list .application-list-size {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-weight: 900;
}
#lecture .application-list .application-list-size dt {
  width: 144px;
  height: 26px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 4px 0;
}
#lecture .application-list .application-list-size dd {
  text-align: left;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  padding: 4px 0;
}

/* --------------------------------------------------
-------------------------------------------------- 応募規約 */
#manuscript {
  position: relative;
  font-weight: 400;
  padding: 104px 0 0;
}
#manuscript .title-area {
  top: 25px;
}
#manuscript .manuscript-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #ffeb00;
  mix-blend-mode: multiply;
  z-index: -1;
}
#manuscript .deco-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/nycc/manuscript-bg.png") repeat-y top center;
}
#manuscript .bg-wrap {
  padding: 55px 0 716px;
  background-color: #ffeb00;
}
#manuscript .text-l {
  position: relative;
}
#manuscript .text-l:nth-of-type(3) {
  margin-bottom: 1rem;
}
#manuscript .manuscript-block {
  position: relative;
  max-width: 1250px;
  width: 94%;
  background: #fff;
  padding: 0 0 52px 0;
  box-shadow: 4px 4px 0px 0px rgb(33, 33, 33);
}
#manuscript h3 {
  margin: -25px 0 40px;
}
#manuscript h3 img {
  width: 564px;
}
#manuscript .manuscript-inner {
  width: 840px;
}
@media screen and (max-width: 1200px) {
  #manuscript .manuscript-inner {
    width: 70vw;
  }
}
#manuscript .note {
  font-weight: 400;
}
#manuscript .manuscript-block.type1 {
  display: grid;
  justify-content: right;
  text-align: left;
  margin: 68px 0 60px 0;
  padding-left: 340px;
  border-radius: 0 30px 30px 0;
  border-top: solid 4px #212121;
  border-right: solid 4px #212121;
  border-bottom: solid 4px #212121;
  padding-right: 80px;
}
#manuscript .manuscript-block.type1 h4 {
  margin-top: 8px;
}
#manuscript .manuscript-block.type2 {
  position: absolute;
  right: 0;
  text-align: left;
  padding-left: 80px;
  border-radius: 30px 0 0 30px;
  border-top: solid 4px #212121;
  border-bottom: solid 4px #212121;
  border-left: solid 4px #212121;
}
#manuscript .manuscript-block.type2 h3 img {
  width: 474px;
}
#manuscript .btn {
  margin-top: 2rem;
}

#other {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#other .text-m {
  margin-bottom: 1rem;
}
#other .bnr {
  margin-bottom: 50px;
}
#other .bnr a {
  display: block;
  transition: all 0.3s ease;
}
#other .bnr a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------
-------------------------------------------------- タブレット */
/* --------------------------------------------------
-------------------------------------------------- スマホ */
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
  -------------------------------------------------- 共通クラス */
  .inner {
    width: 87.5vw;
  }
  .title-icon {
    width: 14.375vw;
    top: -14.0625vw;
    margin: 0 auto;
  }
  .title-circle {
    top: -10vw;
    width: 25.78125vw;
    height: 25.78125vw;
  }
  /* --------------------------------------------------
  -------------------------------------------------- キービジュアル */
  #kv .inner {
    padding: 4.6875vw 0 2.8125vw;
  }
  #kv h1 {
    width: 24.6875vw;
    margin: 0 auto 7.1875vw;
  }
  #kv .catch {
    padding-bottom: 3.90625vw;
  }
  #kv .catch p img {
    margin-top: -4.375vw;
  }
  #kv .catch p img.for-sp {
    display: inline-block !important;
  }
  #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: 4.6875vw 0 9.375vw;
    font-size: 1.5rem;
  }
  #kv #read .small {
    font-size: 1.2rem;
  }
  #kv.eng h1 {
    width: 29.53125vw;
    margin-bottom: 7.1875vw;
  }
  #kv.eng .catch p img {
    margin-top: -3.90625vw;
    position: relative;
    z-index: 2;
  }
  #kv.eng .deco04 {
    display: none;
  }
  #kv.eng .deco06 {
    top: 99.375vw;
  }
  #kv.eng .deco09 {
    width: 8.4375vw;
    top: 64.375vw;
    right: 0;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 応募メリット */
  #lecture {
    position: relative;
    padding-top: 15.625vw;
  }
  #lecture .title-icon {
    top: -14.375vw;
  }
  #lecture .title-area {
    top: 2.8125vw;
  }
  #lecture .title-area h2 {
    width: 45.9375vw;
  }
  #lecture .deco01 {
    width: 10.625vw;
    top: -4.375vw;
    left: calc(50% - 38.28125vw);
  }
  #lecture .deco02 {
    width: 5vw;
    top: 2.8125vw;
    left: calc(50% - 45.3125vw);
    z-index: 2;
  }
  #lecture .deco03 {
    display: none;
    position: absolute;
    top: -109px;
    right: calc(50% - 750px);
  }
  #lecture .deco04 {
    width: 23.125vw;
    top: 17.65625vw;
    right: calc(50% - 38.59375vw);
    z-index: 2;
  }
  #lecture .deco05 {
    width: 6.40625vw;
    top: 28.59375vw;
    right: calc(50% - 40.625vw);
    z-index: 2;
  }
  #lecture .deco06 {
    width: 5.15625vw;
    top: 14.0625vw;
    right: calc(50% - 47.1875vw);
    z-index: 2;
  }
  #lecture .bg-wrap {
    padding: 9.375vw 0;
    background-color: #fff;
  }
  #lecture .application-list {
    display: block;
    margin-bottom: 0;
  }
  #lecture .application-list > dt {
    width: 100%;
    padding: 2.5vw 0;
    border-radius: 3.125vw 3.125vw 0 0;
  }
  #lecture .application-list > dd {
    width: 100%;
    padding: 4.0625vw 0 0;
  }
  #lecture .application-list > dd p {
    margin-bottom: 4.0625vw;
  }
  #lecture .application-list > dd .flex-box {
    margin: -0.78125vw 0 2.34375vw;
    justify-content: center;
  }
  #lecture .application-list > dd .flex-box .item {
    display: block;
    width: 35.15625vw;
  }
  #lecture .application-list > dd .flex-box .item:first-child {
    margin-right: 4.6875vw;
  }
  #lecture .application-list > dd .flex-box .item .image {
    margin-right: 0;
    margin-bottom: 0.9375vw;
  }
  #lecture .application-list > dd .flex-box .item p {
    font-size: 2.1875vw;
    margin-bottom: 0;
  }
  #lecture .application-list:nth-child(1) > dd {
    text-align: center;
  }
  #lecture .application-list .application-list-size {
    width: 100%;
  }
  #lecture .application-list .application-list-size dt {
    width: 32.1875vw;
    height: 5.78125vw;
    margin: 0 2.5vw 2.5vw 0;
    padding: 0.9375vw 0;
  }
  #lecture .application-list .application-list-size dd {
    width: 46.875vw;
    margin-bottom: 3.75vw;
    padding: 0.9375vw 0 0;
  }
  #lecture .application-list .application-list-size dd .text-ss {
    display: inline-block;
    font-size: 2.8125vw;
    line-height: 1.1;
  }
  /* --------------------------------------------------
  -------------------------------------------------- 応募規約 */
  #manuscript {
    position: relative;
    font-weight: 400;
    padding: 15.46875vw 0 0;
  }
  #manuscript .title-area {
    top: 4.53125vw;
  }
  #manuscript .title-area h2 {
    width: 83.75vw;
  }
  #manuscript .manuscript-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #ffeb00;
    mix-blend-mode: multiply;
    z-index: -1;
  }
  #manuscript .deco-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/nycc/manuscript-bg-sp.png") repeat-y top center;
    background-size: 100%;
  }
  #manuscript .bg-wrap {
    padding: 8.59375vw 0 192.1875vw;
    background-color: #ffeb00;
  }
  #manuscript .text-l {
    position: relative;
  }
  #manuscript .text-l:nth-of-type(3) {
    margin-bottom: 1rem;
  }
  #manuscript h3 {
    width: 75.625vw;
    margin: -4.375vw 0 7.5vw;
  }
  #manuscript .manuscript-inner {
    width: 82.03125vw;
    padding-left: 0;
  }
  #manuscript .note {
    font-size: 3.125vw;
  }
  #manuscript .manuscript-block.type1 {
    margin: 12.5vw 0 10vw 0;
    padding-left: 6.25vw;
    border-radius: 0 4.6875vw 4.6875vw 0;
    border-top: solid 0.625vw #212121;
    border-right: solid 0.625vw #212121;
    border-bottom: solid 0.625vw #212121;
    padding-right: 6.25vw;
  }
  #manuscript .manuscript-block.type1 h3 {
    width: 66.25vw;
  }
  #manuscript .manuscript-block.type2 {
    padding-left: 6.25vw;
    border-radius: 4.6875vw 0 0 4.6875vw;
    border-top: solid 0.625vw #212121;
    border-bottom: solid 0.625vw #212121;
    border-left: solid 0.625vw #212121;
  }
  #manuscript .manuscript-block.type2 .btn {
    border-radius: 15.625vw;
  }
  #manuscript .manuscript-block.type2 .btn a {
    line-height: 1.1;
  }
  #manuscript.eng .bg-wrap {
    padding: 8.59375vw 0 189.0625vw;
  }
  #other {
    padding: 9.6875vw 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  #other p {
    line-height: 1.4;
  }
  #other .bnr {
    width: 87.5vw;
    margin: 4.6875vw 0 7.8125vw;
  }
}
#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=nycc.css.map */