@charset "utf-8";
/* 「渡航再開：オーストラリア」全国共通CSS（PCSP共通）【/theme/futuretravel/saikai/goaustralia/配下全共通】 */
/**/
#hisApp::before {
  content: none; /*背景固定ナシへ*/
}
.mv {
  background: no-repeat center top / 100%;
}
/* == PC ========================== */
@media (min-width:861px) {
  /*★ ＝＝ headerArea ＝＝ ★*/
  /*★ MV ★*/
  #hisApp::before, .mv {
    background-image: url("../images/mv_photo_pc.jpg");
  }
  .mv {
    background-size: 1920px;
  }
  .mv__logo {
    background-image: url("../images/mv_logo_pc.png");
    width: 745px;
    height: 1080px;
  }
  /*★ ＝＝ mainArea ＝＝ ★*/
  /*★ product ★*/
  .product__more--image-text {}
  #airhotel .product__more--image-text {
    height: 240px;
    background-image: url("../images/bnr_airhotel_pc.png");
  }
  #tour .product__more--image-text {
    height: 237px;
    background-image: url("../images/bnr_tour_pc.png");
  }
  /*★ ＝＝ footerArea ＝＝ ★*/
  /*★ search ★*/
  #search {
    background-image: url("../images/search_photo_pc.jpg");
  }
}
/**/
/* == SP ========================== */
@media (max-width:860px) {
  /*★ ＝＝ headerArea ＝＝ ★*/
  /*★ MV ★*/
  #hisApp::before, .mv  {
    background-image: url("../images/mv_photo_sp.jpg");
  }
  .mv__logo {
    background-image: url("../images/mv_logo_sp.png");
    width: calc(750vw / 7.5);
    height: calc(1610vw / 7.5);
  }
  /*★ ＝＝ mainArea ＝＝ ★*/
  /*★ product ★*/
  .product__more--image-text {
    height: calc(400vw / (750 / 100));
  }
  #airhotel .product__more--image-text {
    background-image: url("../images/bnr_airhotel_sp.png");
  }
  #tour .product__more--image-text {
    height: calc(253vw / (750 / 100));
    background-image: url("../images/bnr_tour_sp.png");
  }
}