@charset "utf-8";
/* CSS Document */
@media (min-width: 1200px){
#content_wrap {
	height:1030px;
	margin: 0 auto;
}
.cb-slideshow li {
	opacity: 0;
	animation: imageAnimation 30s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) {
	height:1030px;
    background:url(../../images/pc/top/bg01.jpg) center top no-repeat;
}
.cb-slideshow li:nth-child(2) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg02.jpg) center top no-repeat;
	animation-delay: 3s;
}
.cb-slideshow li:nth-child(3) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg03.jpg) center top no-repeat;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(4) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg04.jpg) center top no-repeat;
	animation-delay: 9s;
}
.cb-slideshow li:nth-child(5) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg05.jpg) center top no-repeat;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(6) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg06.jpg) center top no-repeat;
	animation-delay: 15s;
}
.cb-slideshow li:nth-child(7) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg07.jpg) center top no-repeat;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(8) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg08.jpg) center top no-repeat;
	animation-delay: 21s;
}
.cb-slideshow li:nth-child(9) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg09.jpg) center top no-repeat;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(10) { 
    height:1030px;
	margin-top:-1030px;
    background:url(../../images/pc/top/bg10.jpg) center top no-repeat;
	animation-delay: 27s;
}
}

@media (max-width: 1199px){
#content_wrap {
	height:0;
	background-size: contain;
}
.cb-slideshow li {
	opacity: 0;
	animation: imageAnimation 30s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) {
    background:url(../../images/smp/top/bg01.jpg) center top no-repeat;
	width: 100%;
	height:0;
	padding-top: 156.25%;
	background-size: contain;
}
.cb-slideshow li:nth-child(2) { 
    background:url(../../images/smp/top/bg02.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 3s;
}
.cb-slideshow li:nth-child(3) { 
	background:url(../../images/smp/top/bg03.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 6s;
}
.cb-slideshow li:nth-child(4) { 
    background:url(../../images/smp/top/bg04.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 9s;
}
.cb-slideshow li:nth-child(5) { 
    background:url(../../images/smp/top/bg05.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 12s;
}
.cb-slideshow li:nth-child(6) { 
    background:url(../../images/smp/top/bg06.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 15s;
}
.cb-slideshow li:nth-child(7) { 
    background:url(../../images/smp/top/bg07.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 18s;
}
.cb-slideshow li:nth-child(8) { 
    background:url(../../images/smp/top/bg08.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 21s;
}
.cb-slideshow li:nth-child(9) { 
    background:url(../../images/smp/top/bg09.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 24s;
}
.cb-slideshow li:nth-child(10) { 
    background:url(../../images/smp/top/bg10.jpg) center top no-repeat;
	width: 100%;
    height:0;
	padding-top: 156.25%;
	margin-top:-156.25%;
	background-size: contain;
	animation-delay: 27s;
}
}


@keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    5% { opacity: 1; animation-timing-function: ease-out; }
    10% { opacity: 1 }
    15% { opacity: 0 }
    100% { opacity: 0 } 
} 
@-webkit-keyframes imageAnimation {  
	0% { opacity: 0; animation-timing-function: ease-in; }
    5% { opacity: 1; animation-timing-function: ease-out; }
    10% { opacity: 1 }
    15% { opacity: 0 }
    100% { opacity: 0 } 
}
.no-cssanimations .cb-slideshow li {
	opacity: 1;
}
