@charset "utf-8";
/* ------------------------------
   DESIGN/LAYOUT ELEMENTS
------------------------------ */
a:link,a:visited,a:active { text-decoration: underline; color: #000;}
a:hover { text-decoration: none;}
/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
.slider {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	position: relative;
	visibility: hidden;
}
.slider:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 10%;
    transform: translate(-50%, -50%);
    background: url(../img/catch_copy.png)no-repeat;
    background-size: contain;
    width: 50%;
    height: 50%;
    z-index: 1000;
}
@media only screen and (max-width: 996px) {
.slider:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 20%;
    transform: translate(-50%, -50%);
    background: url(../img/catch_copy.png)no-repeat;
    background-size: contain;
    width: 40%;
    height: 40%;
    z-index: 1000;
}
}
.slider ul,
.slider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.slider ul li{
	width: 700px;
}
.slider ul li img {
	width: 700px;
}

.sliderCover {
	width: 100%;
	overflow: hidden;
}

.sliderWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}

@media only screen and (max-width: 800px) {
	.slider {
		width: 100%;
	}
	.slider ul li img {
	width: 100%;
}
}
.top_illustration_{
position:relative;
}
.top_illustration_:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/top_illustration_.png)no-repeat center;
    background-size: contain;
    width: 1025px;
    height: 150px;
    z-index: 10000;
    margin: 0 auto;
}



/*.top_wp_bg{
position:absolute;
bottom:0;
left:0;
right:0;
background:url(img/top_illustration.png)no-repeat;
background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.top_wp:before{
content:'';
position:absolute;
bottom:0;
left:0;
right:0;
background:url(img/top_illustration.png)no-repeat;
background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.sliderCover{
position:relative;
}
.sliderCover:before{
content:'';
position:absolute;
bottom:0;
left:0;
right:0;
background:url(img/top_illustration.png)no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 1000;
}*/
@media only screen and (max-width: 996px) {
.top_illustration_:before {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    background: url(../img/top_illustration_.png)no-repeat center;
    background-size: contain;
    width: 100%;
    height: 120px;
    z-index: 1000;
}
}
/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	z-index: 110;
	display:none;
}

.pagiNation a {
	margin: 0 5px;
	width: 40px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #aaa;
	transition: all 0.2s ease-in-out;
}

.pagiNation a:hover {
	opacity: 0.6;
}

.pagiNation a.pnActive:hover {
	opacity: 1;
}

.pagiNation a.pnActive {
	background: #000;
}

/* SideNavi
------------------------- */
.slider .btnPrev,
.slider .btnNext {
	top: 0;
	position: absolute;
	z-index: 105;
}

.slider .btnPrev {
	left: 0;
	background: url(../img/btnPrev.png) no-repeat center right;
	background-color: rgba(255,255,255,0.5);
}

.slider .btnNext {
	right: 0;
	background: url(../img/btnNext.png) no-repeat center left;
	background-color: rgba(255,255,255,0.5);
}
.slider .btnPrev:hover,
.slider .btnNext:hover {
	transition: all 0.3s linear;
	background-color: rgba(255,255,255,0.5);
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.slider ul:before,
.slider ul:after,
.sliderWrap:before,
.sliderWrap:after {
	content: " ";
	display: table;
}
.slider ul:after,
.sliderWrap:after {clear: both;}
.slider ul,
.sliderWrap {*zoom: 1;}
