@charset "UTF-8";
/* **************************************************************** *
 * @desc@ 個別設定
 * **************************************************************** */

/* ================================================================ *
 * @desc@ ピンク系（デフォルト）
 * ================================================================ */
/* 汎用ボタン */
/* .button.pink{border-color:#1da1f2;color:#1da1f2 !important;} */
/* 強調文字色 */
/* .emColor01{color:#1da1f2 !important;} */

/* 特記＞Wチャンス：文字色・ハート */
#Container .mention dl.list>dt:nth-of-type(1){
	background-image:url(/traca/lot/assets/img/detail/deco_campaign.png);
	color:#fe75ab;
}
/* 特記＞Wチャンス：左右ライン */
#Container .mention dl.list>dt:nth-of-type(1)::before,
#Container .mention dl.list>dt:nth-of-type(1)::after{background:#fe75ab;}

/* キャンペーン */
#Container>#Campaign>article{background:#ffe9ec;}

/* キャンペーンキャッチ下線 */
#Container>#Campaign .catch>span::after{background:#fe75ab;}

/* ================================================================ *
 * @desc@ デフォルト 青系
 * ================================================================ */
/* 汎用ボタン */
/* .button.blue{border-color:#1da1f2;color:#1da1f2 !important;} */
/* 強調文字色：ピンク */
/* .emColor02{color:#1da1f2 !important;} */

/* 特記＞Twitter：文字色 */
#Container .mention dl.list>dt:nth-of-type(2){color:#1da1f2;}

/* 特記＞Twitter：左右ライン */
#Container .mention dl.list>dt:nth-of-type(2)::before,
#Container .mention dl.list>dt:nth-of-type(2)::after{background:#1da1f2;}

/* ラインナップ */
#Container>#Lineup .lotBox{background:#defbff;}

/* ================================================================ *
 * @desc@ on sale
 * ================================================================ */
#Main .release{
	background-image:-webkit-gradient(linear,left top,left bottom,
		color-stop(20%,#85e0e6),color-stop(80%,#afeff4)
	);
	background-image:linear-gradient(to bottom,#85e0e6 20%,#afeff4 80%);
}
/* ================================================================ *
 * @desc@ スライダーナビ
 * ================================================================ */
#Container .gallery>div .swiper-pagination-bullet{background:#9cdeec;}

.button.twitter.blue::before {
     background-image: none !important; 
}
.button.twitter::before {
     background-image: none; 
}
