/* ------------------------------
* 追加編集用CSS
------------------------------ */

/* 日付・編集した箇所をコメントで残してください。 */

/*--- 2021.08.26 追記 IE用ハック ---*/
@media all and (-ms-high-contrast: none) {
  /*--- IE用 ---*/
}

/*--- 2021.11.02 追記 iOS用 ---*/
@media screen and (max-width: 479px) {
  .p-contact__dd select {
    background-color: #fff;
    color: #000;
  }

  /*--- 479px ---*/
}

/*--- 2022.07.04 追記 ---*/
.l-header {
  transform: translateZ(10px);
}
.p-homeMovie__wrapper {
  transform: translateZ(0px) !important;
}

.c-hamburger {
  transform: translateZ(10px);
}
