@media screen and (max-width: 1439px) {
  #content {
    margin-top: 85px !important;
  }
  .common-header {
    z-index: 9999 !important;
    position: fixed !important;
  }
  .gnav {
    position: fixed !important;
    z-index: 1000 !important;
  }
}
.mfp-bg {
  z-index: 100000;
}
.mfp-content,
.mfp-wrap,
.white-popup {
  z-index: 1000001;
}
#content .bg {
  margin: unset !important;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  #content .show_sp {
    display: block !important;
  }
  #content .show_pc {
    display: none !important;
  }
  #content .mainvisual .container {
    background-color: #ffffff !important;
  }
}
@media screen and (min-width: 768px) {
  #content .show_sp {
    display: none !important;
  }
  #content .show_pc {
    display: block !important;
  }
}

.common-header.m_fixed {
  z-index: 9999 !important;
  position: fixed !important;
}
.white-popup {
  top: 0px;
}
