@charset "utf-8";

/*------------------------------------
 商品部分　料金・出発日短い場合に横並びにしない
-------------------------------------*/
.product__list--price {
    display: block!important;
}

/*-------------------------------------
USJのタイトル文字調整
------------------------------------- */
.is-sp .usj .product__title--main-text {
  font-size: calc(45vw / 7.5);
}

/*-------------------------------------
変動制の注釈調整
------------------------------------- */
.is-sp .product__lineup--notes {
  margin-top: calc(45vw / 7.5);
}

/*--------------------------------------------
商品カセット　その他キャリアのリンク
---------------------------------------------*/
.product__list--other-btn {
    display: flex;
}
.product__list--other-btn a[href=""] {
    display: none;
}
.product__list--other-btn a {
    width: 50%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1vw 1vw 0;
    color: #fff;
    /*background-color: #b4a313;*/
	background-color: #333;
    font-size: 3.4vw;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 2vw;
    text-decoration: none;
    border-radius: 1vw;
    position: relative;
}
.product__list--other-btn a:after {
	font-family: FontAwesome;
	content: "\f105";
    position: absolute;
    right: 1vw;
}
/*--------------------------------------------
テーマJSバナー　強制非表示
---------------------------------------------*/
ul#slider li:has([href*="season/special"]) {
    display: none!important;
}