.site-promotion { margin-top: 16px; margin-bottom: 16px; }
.public-site .site-promotion { padding-left: 0; padding-right: 0; }
.site-promotion__body { position: relative; min-width: 0; background: #fff; color: #333; border: 1px solid #e6e6e6; border-radius: 0; overflow: hidden; }
.site-promotion__body img { display: block; width: 100%; height: auto; }
.site-promotion__frame { display: block; width: 100%; border: 0; background: transparent; }
.site-promotion__label { position: absolute; z-index: 1; top: 6px; right: 6px; background: #fff; color: #666; padding: 2px 5px; font-size: 12px; line-height: 16px; border: 1px solid #ddd; pointer-events: none; }
.site-promotion__link { display: block; color: inherit; text-decoration: none; }
.site-promotion__link:focus-visible { outline: 2px solid #16baaa; outline-offset: -3px; }
.site-promotion__copy { padding: 20px 52px 20px 20px; overflow-wrap: anywhere; }
.site-promotion__copy strong { font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: 0; }
.site-promotion__copy p { color: #666; font-size: 14px; line-height: 1.7; margin: 6px 0 0; white-space: pre-line; }
.site-promotion--sidebar { width: 100%; max-width: 100%; margin: 0 0 15px; }
.site-promotion--sidebar .site-promotion__body { box-sizing: border-box; width: 100%; border: 0; outline: 1px solid #e6e6e6; outline-offset: -1px; }
.site-promotion--sidebar .site-promotion__link { width: 100%; height: 100%; }
.site-promotion--sidebar img { width: 100%; height: 100%; object-fit: contain; }
.site-promotion--sidebar .site-promotion__copy { box-sizing: border-box; height: 100%; padding-top: 40px; overflow: auto; }
.site-promotion--sidebar .site-promotion__frame { width: 100%; }
.lifestyle-site-detail-aside .site-promotion--sidebar { margin-bottom: 0; }
@media (min-width: 768px) { .site-promotion.is-mobile { display: none; } }
@media (max-width: 767.98px) { .site-promotion.is-desktop { display: none; } .site-promotion__copy { padding: 16px 48px 16px 16px; } }
