@charset "UTF-8";
/* =========================
  for PC
========================= */
/* header */
@media screen and (min-width: 1301px) {
  header {
    background: url("../img/mv_bg.jpg") center top no-repeat;
  }
}


/* outline */
#outline dl {
  position: relative;
  margin-bottom: calc( 80 / 1300 * 100% );
}
#outline dl.factory {
  margin-bottom: 0;
}
#outline dl dd {
  position: absolute;
  right: calc( 50 / 1300 * 100% );
  bottom: 0;
  width: calc( 550 / 1300 * 100% );
  line-height: .1;
}
#outline dl dd iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 550 / 334;
  margin-bottom: calc( 50 / 550 * 100% );
}
