@charset "utf-8";

#wrapper,
body {
	min-width: inherit;
	background-color: #fff;
}

#contents {
	margin: 0;
	padding: 0;
	width: 100%;
}

#ct_bg {
	margin: 0;
	padding: 0;	
	width: 650px;
	overflow: hidden;
}

#ct_bg .ctsWrap {
	position: relative;
	width: 650px;
}

#ct_bg #firstText {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .8);
	z-index: 1000;
}

#ct_bg #firstText > .image01 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -225px;	
	z-index: 1;
}

#ct_bg .slides:last-child li {
	position: relative;
}

#ct_bg .frameArea01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
	background-color: rgba(0,0,0,1.0);
}

#ct_bg .frameArea01 ul {
	width: 400px;
	text-align: center;
}
#ct_bg .frameArea01 li {
	margin-top: 100px;
}
#ct_bg .frameArea01 li:first-child {
	margin-top: 0;
}

@media screen and (max-width: 639px) {

#wrapper,
body {
	background-color: #000;
}

#ct_bg {
	width: 100%;
}

#contents {
	width: 100%;
}

#ct_bg .ctsWrap {
	width: 100%;
}

#ct_bg #firstText > .image01 {
	top: 50%;
	left: 50%;
	margin: -50% 0 0 -40%;	
	width: 80%;
}

#ct_bg #firstText img {
	width: 100%;
}

#ct_bg .frameArea01 ul {
	width: 75%;
}

#ct_bg .frameArea01 li {
	margin-top: 50px;
}

}

/* Clearfix */

.wrap:after {
	content: " ";
	display: block;
	clear: both;
}