/* ==================================================
 * The Art Line
 * 背景画像パス差し替え用CSS
 *
 * このファイルは、既存のstyle.cssより後に読み込んでください。
 * CMS登録時は、各url()内のパスだけを手動で差し替えます。
 * ================================================== */

/* ページ全体の背景 */
.tal-sp-main-container__bg {
	background-image: url("/-/media/83A5885EDFD94E978232A6AAB601AC63.ashx");
}

/* メインビジュアル */
.tal-sp-kv {
	background-image: url("/-/media/DBCDE43A73184804BB1F7F86BFE22DF6.ashx");
}

/* 各セクションの共通背景 */
.tal-sp-section {
	background-image: url("/-/media/203703D0C51945A68F56327BB4BE89AC.ashx");
}

/* 動画セクションの背景 */
.tal-sp-section--movie {
	background-image: url("/-/media/CA574971A8874F3D8C204BF94CA196FF.ashx");
}

/* セクション間のdivider */
.tal-sp-has-divider::before {
	background-image: url("/-/media/D7AC62F3425D40DC8AECDC545DB3F85D.ashx");
}

/* 「選べるデザイン 圧巻の57種類」の見出し背景 */
.tal-sp-series__heading {
	background-image: url("/-/media/203703D0C51945A68F56327BB4BE89AC.ashx");
}

/* ART */
.tal-sp-series-card__visual--art {
	background-image: url("/-/media/E34C5EFF741B4E348DE5E744887CB206.ashx");
}

/* NATURE */
.tal-sp-series-card__visual--nature {
	background-image: url("/-/media/9092A0002E1843FC85BB878EC3B7C5A8.ashx");
}

/* BLEND */
.tal-sp-series-card__visual--blend {
	background-image: url("/-/media/1D90CE0182E74ED481FA675CF2B66834.ashx");
}
