
@charset "shift-jis";
/* =================================================================================================
　セゾンポイントモール - 
　https://www.a-q-f.com/shopping/detail/
　Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
================================================================================================= */
/*
 *
 *  updated --- 2021/9/21
 * 
 */
/* -----------------------------------------------
ショップ詳細ページの中身を非表示にするためのCSS
-----------------------------------------------*/
#cookiecrumb,
#container,
.karte-widget__container {
	display: none;
}

#wrapper {
	position: relative;
}
#wrapper::after {
	content: url(/common/sp/img/shopping/detail/platinum/PT000000/loading.gif);
	display: block;
	width: 32px;
 	height: 32px;
 	margin: 0 auto;
	text-align: center;
}
.campaignPopup,
.campaignPopup.is-show {
    display: none;
}



