.container header.is-devices .header-inner {
  background: #192d73;
}
.container header:not(.is-home) {
  position: fixed !important;
  top: 0;
  /* top: -113px; */
}

.container main {
  margin-top: 113px;
}

.keyvisual-image .opening-video-wrapper {
  width: auto;
  height: auto;
  background: none;
  position: static;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  height: 0;
  pointer-events: none;
  /* padding-top: 56.25%; */
}

.keyvisual-image .opening-video-wrapper video {
  display: block;
  width: 100%;
  min-height: auto;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  /* left: 50%;
    top: 50%; */
  -webkit-transform: none;
          transform: none;
  position: absolute;
  top: 0;
  left: 0;
  /* height: calc(100vh - 113px);
  -o-object-fit: cover;
     object-fit: cover; */
}

.btn-contact-icn {
  display: inline-block;
  width: 19px;
  height: 12px;
  -webkit-transform: translateY(-2px) translateX(-4px);
          transform: translateY(-2px) translateX(-4px);
}

.container header .navigation-list > li {
  margin: 0 20px;
}

.container header .navigation-list > li a.link-contact {
  background: #0094d7;
  border: 1px solid #0094d7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container header .navigation-list > li a.link-contact:hover {
  background: #fff;
  color: #0094d7;
  border: 1px solid #fff;
}

.section-top-keyvisual {
  position: relative;
}

.section-top-keyvisual .skip-video {
  position: absolute;
  z-index: 150;
  width: 130px;
  height: 40px;
  right: 30px;
  top: 10px;
  transition: opacity 0.3s ease;
}

.section-top-keyvisual .skip-video:hover {
  opacity: 0.85;
}


.section-top-keyvisual .keyvisual-image {
  /* margin-top: -113px; */
}

.section-top-keyvisual .keyvisual-image img {
    width: 100%;
    /* height: auto;
    object-fit: fill; */
    /* height: 880px; */
    /* -o-object-fit: cover;
       object-fit: cover; */
  } 


#page_contact_btn {
  width: 166px;
  height: 79px;
  position: fixed;
  right: 24px;
  bottom: -80px;
  opacity: 1;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  display: none;
  z-index: 99;
}

#page_contact_btn:hover {
  opacity: 0.85;
}
#page_top {
  z-index: 99;
}

main .common-keyvisual.is-download .keyvisual-inner-login {
  border: 2px solid #192d73;
  padding: 15px 15px;
  width: 460px;
  top: -100px;
}
main .common-keyvisual.is-download .keyvisual-inner-login p {
  text-align: center;
}
main .common-keyvisual.is-download .keyvisual-inner-login > p {
  font-size: 16px;
  font-weight: bold;
}
main .common-keyvisual.is-download .keyvisual-inner-login p img{
  display: flex;
  margin: auto;
}
main .common-keyvisual.is-download #login_input_form .text-center {
  display: flex;
  justify-content: center;
  margin-right: 35px;
  margin-top: 10px;
}
main .common-keyvisual.is-download #login_input_form {
  margin-top: 10px;
}
main .common-keyvisual.is-download #login_input_form > div {
  display: flex;
  justify-content: center;
}
main .common-keyvisual.is-download #login_input_form > div > div {
  font-size: 14px !important;
  margin-right: 10px;
}
main .common-keyvisual.is-download #login_input_form input {
  width: 300px;
  border: 1px solid #ccc;
}
main .common-keyvisual.is-download #login_input_form .text-center div:nth-of-type(1) {
  margin-top: 0;
  margin-right: 10px;
}
main .common-keyvisual.is-download #login_input_form .text-center .login {
  width: 180px;
  height: 36px;
  font-size: 14px;
}
main .common-keyvisual.is-download #login_input_form .text-center div:nth-of-type(2) {
  margin-top: 0;
  margin-left: 10px;
}
main .common-keyvisual.is-download #login_input_form .text-center .regist {
  width: 180px;
  height: 36px;
  font-size: 14px;
}
main .red-important {
  background: #e60012;
  display: inline;
  color: #fff;
  border-radius: 2px;
  padding: 1px 5px;
  margin-right: 2px;
}
main .red-important-in {
  margin-left: 4px;
  font-size: 14px;
}

.keyvisual-image .keyvisual-link {
  display: none;
}

#js-opening-video.loading {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #000;
  background-position: top left;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=add_2021.css.map */

.logo .trans {
  max-width: 319px;
  width: 100%;
  display: inline-block;
}

.section-top-keyvisual .keyvisual-image img {
  /* max-height: 685px; */
  /* max-height: 100vh; */
}

.keyvisual-image .opening-video-wrapper video {
  height: 100%;
  object-fit: fill;
}