<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* -----------------------------------------------
ショップ詳細ページの中身を非表示にするためのCSS
-----------------------------------------------*/
#cookiecrumb,
#container,
.karte-widget__container {
	display: none;
}
#wrapper #lp {
	display: none;
}
#wrapper {
        min-height: 200px;
	position: relative;
}
#wrapper::after {
    content: url(/resources/common/sp/img/shopping/detail/platinum/PT000000/loading.gif);
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.campaignPopup,
.campaignPopup.is-show {
    display: none;
}




</pre></body></html>