@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
  color: #fff;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
  margin: 0 auto;
  position: relative;
}

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

.df_row {
  display: flex;
  flex-flow: row wrap;
}

.df_col {
  display: flex;
  flex-flow: column;
}

strong {
  font-weight: bold;
}

section {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  section {
    padding: 50px 0;
  }
}

/*-------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.form-mode #js-parallaxArea,
.form-mode #about,
.form-mode #exhibitor,
.form-mode #schedule,
.form-mode #outline {
  display: none;
}

.fix_back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(images/back.webp);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#mv .inner {
  aspect-ratio: 1/0.588;
  max-width: 90%;
  padding-top: 50px;
}
#mv .mv_sample {
  display: none;
}
@media screen and (max-width: 900px) {
  #mv .mv_sample {
    display: block;
    margin-top: 80px;
  }
}
#mv .mv_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #mv .mv_inner {
    display: none;
  }
}
#mv .txt_inner {
  max-width: 71vw;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#mv .txt_inner .left {
  width: 71.5%;
  display: flex;
  flex-flow: column;
  gap: 23px;
  position: relative;
}
#mv .txt_inner .left .mt {
  height: 7vw;
  position: relative;
}
#mv .txt_inner .left .mt.middle {
  z-index: 1;
}
#mv .txt_inner .left .mt.bottom {
  align-self: flex-end;
}
#mv .txt_inner .left .mt img {
  height: 100%;
  width: auto;
}
#mv .txt_inner .right {
  width: 23.1%;
  display: flex;
  flex-flow: column;
  justify-content: end;
}
#mv .txt_inner .right .num {
  position: relative;
}
#mv .txt_inner .il_5 {
  position: absolute;
  width: 12vw;
  left: -14%;
  top: 10%;
}
#mv .txt_inner .il_5 .circle_bl {
  width: 9vw;
  position: absolute;
  left: -40%;
  top: 0;
  z-index: -1;
}
#mv .txt_inner .il_4 {
  position: absolute;
  width: 13vw;
  right: 7%;
  top: 16%;
}
#mv .txt_inner .item_mobile {
  position: absolute;
  width: 3vw !important;
  height: auto !important;
  right: -3%;
  bottom: -21%;
}
#mv .txt_inner .item_comment {
  position: absolute;
  width: 6vw !important;
  height: auto !important;
  left: -25%;
  top: -11%;
}
#mv .txt_inner .il_1 {
  position: absolute;
  width: 7vw;
  bottom: -9%;
  right: -6%;
}
#mv .discord-outer {
  position: absolute;
  top: -60px;
  right: 0;
}
#mv .discord-outer .circle_bl {
  width: 10vw;
  position: absolute;
  top: -80px;
  right: -70px;
  z-index: -1;
}
@media screen and (max-width: 700px) {
  #mv .discord-outer .circle_bl {
    top: -10%;
    right: -10%;
  }
}
#mv .discord-wrap {
  width: 24vw;
  height: auto;
  transform: rotate(-6deg);
  padding: 20px 26px;
  border: 1px solid #fff;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.3));
}
#mv .discord-wrap .item_pen {
  width: 4.5vw;
}
@media screen and (max-width: 900px) {
  #mv .discord-wrap .item_pen {
    top: -35%;
    right: -15%;
  }
}
#mv .discord-wrap p:nth-of-type(1) {
  font-size: 1.2vw;
}
#mv .discord-wrap p:nth-of-type(2) {
  font-size: 1.6vw;
}
#mv .discord-wrap p:nth-of-type(2) span {
  font-size: 1vw;
}
#mv .day {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  gap: 10px;
  scale: 1.4;
  margin-top: 30px;
}
#mv .day p:nth-of-type(1) {
  font-size: 2.2vw;
}
#mv .day p:nth-of-type(2) {
  font-size: 5vw;
}
#mv .day p:nth-of-type(2) span {
  padding-left: 7px;
}
#mv .day p:nth-of-type(3) {
  margin-left: 10px;
  font-size: 2.8vw;
}
#mv .line_half {
  width: 9vw;
  position: absolute;
  top: 0;
  left: 4%;
}
#mv .il_3 {
  width: 10vw;
  position: absolute;
  top: 0;
  left: 16%;
}
#mv .il_3 .circle_gr {
  width: 7.5vw;
  position: absolute;
  top: -31%;
  left: 60px;
  z-index: -1;
}
#mv .line_tri {
  width: 9vw;
  position: absolute;
  top: -3%;
  left: 44%;
}
#mv .line_tri .circle_bl {
  position: absolute;
  width: 3.5vw;
  left: -8%;
  top: 15%;
}
#mv .line_tri .circle_or {
  position: absolute;
  width: 5vw;
  bottom: 0%;
  right: -20%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  #mv .line_tri {
    top: -15%;
  }
}
#mv .line_circle {
  width: 10vw;
  position: absolute;
  top: 3%;
  right: 29%;
}
#mv .line_circle .item_game {
  position: absolute;
  width: 4.5vw;
  left: -20%;
  top: 20%;
}
@media screen and (max-width: 900px) {
  #mv .line_circle {
    top: -6%;
  }
}
#mv .il_2 {
  width: 15vw;
  position: absolute;
  bottom: 21%;
  left: 5%;
}
@media screen and (max-width: 900px) {
  #mv .il_2 {
    left: 5%;
  }
}
#mv .il_2 .line_circle {
  position: absolute;
  width: 9vw;
  left: -24%;
  top: 20%;
  z-index: -1;
}
#mv .il_2 .circle_bl {
  position: absolute;
  width: 4vw;
  left: -40%;
  bottom: -30%;
}
#mv .line_x {
  width: 8vw;
  position: absolute;
  bottom: 30%;
  left: 32%;
}
#mv .line_x .circle_gr {
  width: 4vw;
  position: absolute;
  left: -36%;
  bottom: 0%;
  z-index: -1;
}
#mv .circle-group {
  width: 103px;
  height: 101px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#mv .circle-group .circle_bl {
  position: absolute;
  width: 52px;
  top: 0;
  left: 0;
}
#mv .circle-group .circle_gr {
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}

.menu {
  opacity: 0;
  z-index: 100;
  max-width: 90%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
.menu.block {
  opacity: 1;
}
.menu nav {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.menu a {
  display: block;
  color: #fff;
  padding: 5px 2rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transition: all ease 0.3s;
}
.menu a.apply {
  color: #adff9e;
  border: 1px solid #adff9e;
  border-radius: 5px;
}
.menu a.apply.active {
  background-color: #adff9e;
  color: #707070;
}
.menu a.apply.active::before {
  content: none;
}
.menu a.active {
  color: #b0e2ff;
}
.menu a.active::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #b0e2ff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .menu {
    transform: translateY(0);
    left: -100%;
    top: 0;
    bottom: 0;
  }
}
.menu.open {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(0%);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-top: 100px;
  padding-left: 3rem;
  width: 420px;
}
@media screen and (max-width: 600px) {
  .menu.open {
    width: 80%;
  }
}

.sub-mt {
  display: block;
  width: 240px !important;
  margin-bottom: 50px;
}

.mt-online {
  width: 18vw;
  position: absolute;
  bottom: 10%;
  left: 0;
}

.hamburger {
  display: none;
  width: 46px;
  height: 25px;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #adff9e;
  margin-top: 10px;
  transition: all ease 0.3s;
  transform-origin: left;
}
.hamburger.open span {
  background-color: #fff;
}
.hamburger.open span:nth-of-type(1), .hamburger.open span:nth-of-type(3) {
  transform: translateX(-5px);
}
.hamburger.open span:nth-of-type(2) {
  transform: translateX(5px);
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}

main .inner {
  padding-left: 198px;
  padding-top: 83px;
}
@media screen and (max-width: 1200px) {
  main .inner {
    padding-left: 0;
  }
}

h2 {
  font-size: 2.4rem;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 50px;
}
h2::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #adff9e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.en_txt {
  height: 160px;
  position: absolute;
  top: 0;
  left: 50px;
  padding-left: 120px;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .en_txt {
    left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .en_txt {
    height: 140px;
    top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .en_txt {
    height: 60px;
    top: 70px;
  }
}
.en_txt img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

#about .inner {
  padding-bottom: 70px;
}
#about .il_2 {
  width: 185px;
  position: absolute;
  top: 50px;
  right: 130px;
}
#about .line_set {
  width: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#about .circle-group {
  width: 112px;
  height: 112px;
  position: relative;
}
#about .circle-group .circle_ye {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
#about .circle-group .circle_bl {
  width: 55px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#exhibitor .il_1 {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
}
#exhibitor .circle-group {
  width: 83px;
  height: 87px;
  position: absolute;
  right: 13%;
  bottom: 0;
}
#exhibitor .circle-group .circle_gr {
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#exhibitor .circle-group .circle_bl {
  width: 52px;
  position: absolute;
  left: 0;
  top: 0;
}
#exhibitor .tri-group {
  width: 162px;
  height: 127px;
  position: absolute;
  top: 50%;
  left: 0;
}
#exhibitor .tri-group .line_tri {
  width: 127px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#exhibitor .tri-group .circle_or {
  width: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#exhibitor .tri-group .circle_bl {
  width: 52px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #exhibitor .tri-group {
    display: none;
  }
}

.exhibitor-wrap {
  display: flex;
  flex-flow: row wrap;
}
.exhibitor-wrap .item {
  width: 50%;
  border: 1px solid #b0e2ff;
  background-color: #fff;
  border-radius: 80px;
  color: #000;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 30px;
  gap: 5px;
  padding-bottom: 50px;
}
.exhibitor-wrap .item .logo {
  width: 223px;
}
.exhibitor-wrap .item .tag {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin-bottom: 5px;
}
.exhibitor-wrap .item .tag span {
  color: #fff;
  background-color: #65c1f8;
  border-radius: 4px;
  width: calc((100% - 20px) / 3);
  text-align: center;
  font-size: 1.4rem;
}
.exhibitor-wrap .item .name {
  width: 100%;
}
.exhibitor-wrap .item p:nth-of-type(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .exhibitor-wrap {
    display: block;
  }
  .exhibitor-wrap .item {
    width: 100%;
    border-radius: 30px;
  }
}

#schedule .il_3 {
  width: 146px;
  position: absolute;
  top: 40px;
  right: 20%;
}

.schedule-wrap {
  display: flex;
  flex-flow: row wrap;
}
.schedule-wrap .left {
  width: 30%;
  background-color: #65c1f8;
  border-radius: 24px;
  padding: 20px;
  position: relative;
}
.schedule-wrap .il_5 {
  width: 165px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 900px) {
  .schedule-wrap {
    display: block;
  }
  .schedule-wrap .left {
    display: none;
  }
}

dl.time_table {
  width: 70%;
  padding-left: 30px;
  font-size: 2.2rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
dl.time_table dt {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 167px;
  letter-spacing: 0;
}
dl.time_table dt,
dl.time_table dd {
  border-bottom: 1px solid #65c1f8;
  padding: 20px;
  line-height: 1;
}
dl.time_table dt:nth-last-of-type(1),
dl.time_table dd:nth-last-of-type(1) {
  border-bottom: none;
}
dl.time_table dd {
  width: calc(100% - 167px);
}
@media screen and (max-width: 900px) {
  dl.time_table {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
  }
  dl.time_table dt {
    border-bottom: 0px;
    padding: 10px 0px 0px 20px;
  }
  dl.time_table dd {
    border-bottom: 1px solid #65c1f8;
    width: 100%;
    padding: 10px 0px 20px 20px;
  }
}

.day {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.day p {
  line-height: 1;
  letter-spacing: 0;
}
.day p:nth-of-type(1) {
  font-size: 2.5rem;
}
.day p:nth-of-type(2) {
  font-size: 7.3rem;
  text-indent: -1rem;
  display: flex;
  align-items: baseline;
  transform: translateY(0px);
  letter-spacing: -0.3rem;
}
.day p:nth-of-type(2) span {
  background-color: #fff;
  border-radius: 20px;
  font-size: 2rem;
  color: #707070;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transform: translate(8px, -7px);
  padding-left: 8px;
  padding-top: 1px;
  display: flex;
}
.day p:nth-of-type(3) {
  font-size: 2.8rem;
}
.day p:nth-of-type(3) span {
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .day .day p:nth-of-type(2) {
    letter-spacing: 0rem;
  }
}

.discord-wrap {
  background-color: #5865f2;
  position: relative;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 10px 0 20px;
}
.discord-wrap p:nth-of-type(1) {
  font-size: 1.2rem;
}
.discord-wrap p:nth-of-type(2) {
  font-size: 2rem;
  text-align: right;
}
.discord-wrap p:nth-of-type(2) span {
  font-size: 1rem;
}
.discord-wrap .item_pen {
  width: 57px;
  position: absolute;
  top: -30px;
  right: -30px;
}

.outline {
  display: flex;
  flex-flow: row wrap;
}
.outline dt {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 167px;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.outline dt,
.outline dd {
  border-bottom: 1px solid #65c1f8;
  padding: 20px;
  line-height: 1.5;
  align-items: center;
  display: flex;
}
.outline dt:nth-last-of-type(1),
.outline dd:nth-last-of-type(1) {
  border-bottom: none;
}
.outline dd {
  width: calc(100% - 167px);
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .outline {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
  }
  .outline dt {
    border-bottom: 0px;
    padding: 10px 0px 0px 10px;
  }
  .outline dd {
    border-bottom: 1px solid #65c1f8;
    width: 100%;
    padding: 10px 0px 20px 10px;
    font-size: 1.4rem;
  }
}

.form-wrap {
  background-color: #fff;
  padding: 80px;
  border-radius: 80px;
}
.form-wrap .mw_wp_form_complete,
.form-wrap .mw_wp_form_send_error {
  color: #000;
}
@media screen and (max-width: 900px) {
  .form-wrap {
    padding: 20px;
    border-radius: 30px;
  }
}
.form-wrap h3 {
  color: #000;
}
.form-wrap tr {
  margin-bottom: 10px;
}
.form-wrap th {
  background-color: #65c1f8;
}
.form-wrap #mw_wp_form_mw-wp-form-12 h3 {
  color: #000;
}

dl.form {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
}
dl.form dt,
dl.form dd {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
dl.form dd {
  color: #000;
}
dl.form dt {
  width: 190px;
  background-color: #65c1f8;
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
}
dl.form dt span {
  vertical-align: super;
  font-size: 1rem;
}
dl.form dd {
  width: calc(100% - 190px);
  padding-left: 20px;
}
dl.form dd label {
  color: #000;
  font-size: 1.6rem;
}
dl.form dd span {
  color: #7f7f7f;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.5;
}
dl.form dd input {
  background-color: #f1f1f1;
  color: #000;
}
@media screen and (max-width: 900px) {
  dl.form {
    display: block;
  }
  dl.form dd {
    width: 100%;
    padding-left: 0;
  }
  dl.form dd input {
    width: 100%;
  }
  dl.form dd .mwform-radio-field input {
    width: initial;
  }
}

.submit {
  background-color: #adff9e;
  width: -moz-fit-content;
  width: fit-content;
  color: #424242;
  font-weight: normal;
  line-height: 1;
  width: 210px;
  height: 35px;
  display: flex;
  justify-content: center;
  margin: 30px auto;
  border-radius: 20px;
  position: relative;
}
.submit::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(images/arrow.webp);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
}
.submit #s {
  color: #000;
}

.detail {
  font-size: 1.3rem;
  color: #7f7f7f;
  border: 1px solid #65c1f8;
  border-radius: 30px;
  padding: 30px 50px;
}
.detail strong {
  color: #000;
}

#contact .circle-group {
  width: 204px;
  height: 240px;
  position: absolute;
  right: 10%;
  top: 80px;
  z-index: -1;
}
#contact .circle-group .circle_ye {
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
#contact .circle-group .circle_bl {
  width: 104px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact-wrap {
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  padding: 50px;
}
@media screen and (max-width: 900px) {
  .contact-wrap {
    border-radius: 30px;
  }
}

.js-parallax {
  transition: transform 0.5s linear;
}

.js-parallax:nth-child(1) {
  transition-delay: 0.004s;
}

.js-parallax:nth-child(2) {
  transition-delay: 0.008s;
}

.js-parallax:nth-child(3) {
  transition-delay: 0.012s;
}

.js-parallax:nth-child(4) {
  transition-delay: 0.016s;
}

.js-parallax:nth-child(5) {
  transition-delay: 0.02s;
}

.js-parallax:nth-child(6) {
  transition-delay: 0.024s;
}

.js-parallax:nth-child(7) {
  transition-delay: 0.028s;
}

.js-parallax:nth-child(8) {
  transition-delay: 0.032s;
}

.js-parallax:nth-child(9) {
  transition-delay: 0.036s;
}

.js-parallax:nth-child(10) {
  transition-delay: 0.04s;
}

.js-parallax:nth-child(11) {
  transition-delay: 0.044s;
}

.js-parallax:nth-child(12) {
  transition-delay: 0.048s;
}

.js-parallax:nth-child(13) {
  transition-delay: 0.052s;
}

.js-parallax:nth-child(14) {
  transition-delay: 0.056s;
}

.js-parallax:nth-child(15) {
  transition-delay: 0.06s;
}

.js-parallax:nth-child(16) {
  transition-delay: 0.064s;
}

.js-parallax:nth-child(17) {
  transition-delay: 0.068s;
}

.js-parallax:nth-child(18) {
  transition-delay: 0.072s;
}

.js-parallax:nth-child(19) {
  transition-delay: 0.076s;
}

.js-parallax:nth-child(20) {
  transition-delay: 0.08s;
}

.js-parallax:nth-child(21) {
  transition-delay: 0.084s;
}

.js-parallax:nth-child(22) {
  transition-delay: 0.088s;
}

.js-parallax:nth-child(23) {
  transition-delay: 0.092s;
}

.js-parallax:nth-child(24) {
  transition-delay: 0.096s;
}

.js-parallax:nth-child(25) {
  transition-delay: 0.1s;
}

.js-parallax:nth-child(26) {
  transition-delay: 0.104s;
}

.js-parallax:nth-child(27) {
  transition-delay: 0.108s;
}

.js-parallax:nth-child(28) {
  transition-delay: 0.112s;
}

.js-parallax:nth-child(29) {
  transition-delay: 0.116s;
}

.js-parallax:nth-child(30) {
  transition-delay: 0.12s;
}

.js-parallax:nth-child(31) {
  transition-delay: 0.124s;
}

.js-parallax:nth-child(32) {
  transition-delay: 0.128s;
}

.js-parallax:nth-child(33) {
  transition-delay: 0.132s;
}

.js-parallax:nth-child(34) {
  transition-delay: 0.136s;
}

.js-parallax:nth-child(35) {
  transition-delay: 0.14s;
}

.js-parallax:nth-child(36) {
  transition-delay: 0.144s;
}

.js-parallax:nth-child(37) {
  transition-delay: 0.148s;
}

.js-parallax:nth-child(38) {
  transition-delay: 0.152s;
}

.js-parallax:nth-child(39) {
  transition-delay: 0.156s;
}

.js-parallax:nth-child(40) {
  transition-delay: 0.16s;
}

.js-parallax:nth-child(41) {
  transition-delay: 0.164s;
}

.js-parallax:nth-child(42) {
  transition-delay: 0.168s;
}

.js-parallax:nth-child(43) {
  transition-delay: 0.172s;
}

.js-parallax:nth-child(44) {
  transition-delay: 0.176s;
}

.js-parallax:nth-child(45) {
  transition-delay: 0.18s;
}

.js-parallax:nth-child(46) {
  transition-delay: 0.184s;
}

.js-parallax:nth-child(47) {
  transition-delay: 0.188s;
}

.js-parallax:nth-child(48) {
  transition-delay: 0.192s;
}

.js-parallax:nth-child(49) {
  transition-delay: 0.196s;
}

.js-parallax:nth-child(50) {
  transition-delay: 0.2s;
}

.youtube-area {
  max-width: 95%;
}
@media screen and (max-width: 900px) {
  .youtube-area {
    margin: 0 auto;
  }
}

/*YouTube埋め込みのレスポンシブ*/
.youtube-box {
  position: relative;
  padding-bottom: 56.2%; /*アスペクト比 16:9の場合の縦幅 縦幅ここで調整*/
  height: 0;
  overflow: hidden;
  width: 100%; /*大きさはここで調整*/
  background-image: url("");
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */