/* CSS Document */
html.wctop header#wcheader{
	background-color: rgba(129,58,131,0.75) !important;
}
body[wc-view-code="sp"] .information{
	padding: calc(var(--headerHeight) * 2) 7vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .information{
	padding: calc(var(--headerHeight) * 2) 2rem;
}
body[wc-view-code="pc"] .information{
	padding: calc(var(--headerHeight) * 2) calc((100vw - 960px) / 2);
}