@media screen and (min-width: 960px) {
  body {
    background-color: #757575;
  }

  #wrap {
    position: relative;
    opacity: 0;
  }

  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .content-header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
  }

  .common-info {
    -webkit-order: 2;
    order: 2;
  }

  #breadcrumb {
    -webkit-order: 3;
    order: 3;
  }

  #keyvisual {
    -webkit-order: 1;
    order: 1;
    height: auto;
    padding-bottom: 0;
    overflow: hidden;
  }
  #keyvisual:before {
    display: none;
  }
  #keyvisual .bxslider {
    position: relative;
    height: 600px;
  }
  #keyvisual .bx-wrapper {
    position: static;
  }
}
@media screen and (max-width: 959px) {
  #keyvisual .bxslider {
    height: 100% !important;
  }
}
