@charset "utf-8";
/* CSS Document */

#myCarousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 20;
    padding: 0px 5%  80px;
	    background-color: #b4deff;
  
}



#hasei_main:before {
    content: "";
    display: block;
    width: 244px;
    height: 135px;
    z-index: 350;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    background: url(../image/main_illust_icon.png);
    background-size: cover;
}
#myCarousel .item{
	width:100% !important;  
	height: 650px; 
	padding-bottom:0;
    margin: 0;
	overflow:hidden;
	    border-radius: 3em;
}
#myCarousel .item > a {
	width:80%;
	margin:0 auto;
    display: block;
}

#myCarousel .mycarousel-caption {
	position: absolute;
	top:50%;
    right: 0;
    left: -30%;
    width: 50%;
    padding: 20px;
    z-index: 22;
    max-width: 1150px;
    text-align: left;
    margin: auto;
    overflow: hidden;
   	transform:translateY(-50%);
}
#myCarousel .mycarousel-caption h2 {
	margin: 0;
	padding: 10px 0;
    font-weight: 500;
    font-size: 5.5rem;
    line-height: 7rem;
    letter-spacing: 2px;
    color: #FFF;
  	letter-spacing: 1px;
  	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	    font-weight: 600;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#myCarousel .mycarousel-caption p {
	margin: 0;
    padding: 10px 0;
    color: #FFF;
    font-size: 2.2rem;
    line-height: 3.6rem;
    letter-spacing: 5px;
    
    animation-delay: 1s;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-weight: 600;
}
#myCarousel .mycarousel-caption a {
     display: inline-block;
    padding: 15px 30px;
    margin: 8px 0;
    font-size: 1.2rem;
    color: #FFF;
  
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: #00BCD4;
    font-size: 1em;
    font-weight: 1000;
    text-transform: uppercase;
    line-height: 1em;
    float: left;
    
}
#myCarousel .mycarousel-caption a > i {
	padding-left:5px;
}
#myCarousel .mycarousel-caption a:hover {
	background-color:#000;
}

#myCarousel .carousel-indicators {
    bottom: 5px;
}
#myCarousel .carousel-indicators li {
	width:30px;
	height:5px;
	margin: 3px;
	background-color: #FFF;
	border:none;
}
#myCarousel .carousel-indicators .active {
    background-color: #FF9800;
}

#myCarousel .carousel-control {
	width:8%;
    filter: alpha(opacity=100);
    opacity: 1;
	background-image: none;
}
#myCarousel .carousel-control span {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 30px;
    padding: 5px;
}
#swipe-prev span{left:25%;}
#swipe-next span{right:25%;}
#myCarousel .carousel-control span{display:none;}
#myCarousel .carousel-control:hover span {display:block;}

@media (max-width: 767px) {
	#myCarousel {
 
    padding: 0px 3% 50px;
}
	#myCarousel .item {
		height:400px;
	}
	#myCarousel .mycarousel-caption {
    	width: 80%;
    padding: 15px;
    overflow: inherit;
    max-width: 80%;
    left: 0%;
	}
	#myCarousel .mycarousel-caption h2 {
		font-size: 2.4rem;
		line-height: 3rem;
	}
	#myCarousel .mycarousel-caption p {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	#myCarousel .mycarousel-caption a {
		background-color: #000;
	}
	
	
	
#myCarousel:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 90px;
    bottom: -20px;
    background: url(../images/main_illust.png) bottom center repeat-x;
    background-size: 498px 90px;
}



}
