@charset "utf-8";
/* 関東 TOP専用CSS（PCSP共通）フェアTOP・ツアーTOP（海外・国内） 共通*/
/*PC商品カセット枠の高さ調整
　商材枠の位置変更や、リンクボタンの設置個数変更により要変更
*/
.is-pc .is-height-change .product__button {
  height: 104px; /*ボタン2つ分*/
}
.is-pc .is-height-change-3piece .product__button {
  height: 166px; /*ボタン3つ分*/
}
.is-pc .is-height-change-4piece .product__button {
  height: 228px; /*ボタン4つ分*/
}
/*一時的に海外TOP・海外ツアーTOPのツアー商品のフェアラベルなしへ*/
/*.is-kaigai.is-tour .product__list--label--fair,
.is-kaigai #product-tour .product__list--label--fair,
.is-kaigai #product-business .product__list--label--fair {
  display: none;
}*/
/*
海外TOPのツアー枠内、都市名が「香港」「マカオ」の場合、都市を表示
*/
.product__list--type:has(.product__list--type--text.is-city:is([data-city-name="香港"], [data-city-name="マカオ"])) {
  .product__list--type--text {
    &.is-country {
      display: none;
    }
    &.is-city {
      display: block;
    }
  }
}