.movie_area {
  padding: 40px 0;
}
.movie_area .video_wrap {
  position: relative;
  width: 100%;
}
.movie_area .video_wrap video {
  width: 100% !important;
  height: 100% !important;
}

.greeting--text {
  font-size: 44px;
  font-weight: 200;
  line-height: 1.25;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #6f7f89;
}

#app header .header .site--logo {
  opacity: 0;
}
#app header .header .support_area .global_menu .menu .menu_list {
  opacity: 0;
}
#app header .header.is__anime .site--logo {
  animation: topanime1 .5s ease-out 0.2s forwards;
}
#app header .header.is__anime .support_area .global_menu .menu .menu_list:nth-of-type(1) {
  animation: topanime1 .5s ease-out 0.4s forwards;
}
#app header .header.is__anime .support_area .global_menu .menu .menu_list:nth-of-type(2) {
  animation: topanime1 .5s ease-out 0.6s forwards;
}
#app header .header.is__anime .support_area .global_menu .menu .menu_list:nth-of-type(3) {
  animation: topanime1 .5s ease-out 0.8s forwards;
}
#app header .header.is__anime .support_area .global_menu .menu .menu_list:nth-of-type(4) {
  animation: topanime1 .5s ease-out 1.0s forwards;
}
#app header .header.is__anime .support_area .global_menu .menu .menu_list:nth-of-type(5) {
  animation: topanime1 .5s ease-out 1.2s forwards;
}
#app header .header.is__anime .support_area .global_menu .menu .menu_list:nth-of-type(6) {
  animation: topanime1 .5s ease-out 1.4s forwards;
}
#app main .section_title {
  font-size: 32px;
  color: #6f7f89;
}
#app main .is--link {
  margin-top: 40px;
}
#app main .is--link a {
  font-weight: 500;
  font-family: "Hind Siliguri", 'Noto Sans', 'Noto Sans JP', sans-serif;
}
#app main .forb3_banner {
  margin-top: 24px;
}
#app main .forb3_banner a {
  display: block;
  width: auto;
  height: auto;
  padding: 0 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 64px;
  letter-spacing: 0.05em;
  background: #6f7f89;
  color: #fff;
  text-decoration: none;
}
#app main .forb3_banner a span {
  padding: 0 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
}
@media (any-hover: hover) {
  #app main .forb3_banner a:hover {
    background: #FFF;
    color: #6f7f89;
  }
  #app main .forb3_banner a:hover span {
    color: #6f7f89;
  }
}
#app main .link_list li {
  font-size: 14px;
  line-height: 2;
  /*text-align:justify;*/
  font-weight: 400;
  position: relative;
  padding-left: 24px;
}
#app main .link_list li:before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(../images/icon_link.png) no-repeat left top;
  background-size: 16px 12px;
  position: absolute;
  top: 8px;
  left: 0;
}
#app main .link_list li a {
  text-decoration: none;
}
#app main .link_list li + li {
  margin-top: 4px;
}
#app article {
  padding: 160px 0 0;
}
#app .information_list dd a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .greeting--text {
    font-size: 28px;
    font-weight: 500;
  }

  #app article {
    padding: 40px 0 0;
  }
  #app main .section_title {
    font-size: 26px;
  }
  #app main .section_title + * {
    margin-top: 24px;
  }
  #app main .forb3_banner a {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 4px 16px 8px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
  }
  #app main .forb3_banner a span {
    display: block;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
  }
  #app .section_title__add {
    margin-bottom: 24px;
  }
}
@keyframes topanime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=index.css.map */
