<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media (min-width: 980px){
#content_wrap {
	height:720px;
	margin: 0 auto;
}
.cb-slideshow li {
	opacity: 0;
	animation: imageAnimation 21s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) {
	height:720px;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/pc/bg01.png) center top no-repeat;
}
.cb-slideshow li:nth-child(2) { 
    height:720px;
	margin-top:-720px;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/pc/bg02.png) center top no-repeat;
	animation-delay: 3s;
}
.cb-slideshow li:nth-child(3) { 
    height:720px;
	margin-top:-720px;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/pc/bg03.png) center top no-repeat;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(4) { 
    height:720px;
	margin-top:-720px;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/pc/bg04.png) center top no-repeat;
	animation-delay: 9s;
}
.cb-slideshow li:nth-child(5) { 
    height:720px;
	margin-top:-720px;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/pc/bg05.png) center top no-repeat;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(6) { 
    height:720px;
	margin-top:-720px;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/pc/bg06.png) center top no-repeat;
	animation-delay: 15s;
}
.cb-slideshow li:nth-child(7) { 
    height:720px;
	margin-top:-720px;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/pc/bg07.png) center top no-repeat;
	animation-delay: 18s;
}
}

@media (max-width: 979px){
#content_wrap {
	height:0;
	/*padding-top: 79.6875%;*/
	background-size: contain;
	margin: 0 auto;
}
.cb-slideshow li {
	opacity: 0;
	animation: imageAnimation 21s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) {
	height:0;
	padding-top: 100%;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/smp/bg01.png) center top no-repeat;
	background-size: contain;
}
.cb-slideshow li:nth-child(2) { 
    height:0;
	padding-top: 100%;
	margin-top: -100%;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/smp/bg02.png) center top no-repeat;
	background-size: contain;
	animation-delay: 3s;
}
.cb-slideshow li:nth-child(3) { 
    height:0;
	padding-top: 100%;
	margin-top: -100%;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/smp/bg03.png) center top no-repeat;
	background-size: contain;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(4) { 
    height:0;
	padding-top: 100%;
	margin-top: -100%;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/smp/bg04.png) center top no-repeat;
	background-size: contain;
	animation-delay: 9s;
}
.cb-slideshow li:nth-child(5) { 
    height:0;
	padding-top: 100%;
	margin-top: -100%;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/smp/bg05.png) center top no-repeat;
	background-size: contain;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(6) { 
    height:0;
	padding-top: 100%;
	margin-top: -100%;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/smp/bg06.png) center top no-repeat;
	background-size: contain;
	animation-delay: 15s;
}
.cb-slideshow li:nth-child(7) { 
    height:0;
	padding-top: 100%;
	margin-top: -100%;
    background:url(https://cdn.tv-osaka.co.jp/sp/manzai_honma/images/smp/bg07.png) center top no-repeat;
	background-size: contain;
	animation-delay: 18s;
}
}

@keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    7.14285% { opacity: 1; animation-timing-function: ease-out; }
    14.285% { opacity: 1 }
    21.427% { opacity: 0 }
    100% { opacity: 0 } 
} 
@-webkit-keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    7.14285% { opacity: 1; animation-timing-function: ease-out; }
    14.285% { opacity: 1 }
    21.427% { opacity: 0 }
    100% { opacity: 0 } 
}
.no-cssanimations .cb-slideshow li {
	opacity: 1;
}
</pre></body></html>