.contentWrap.is-top{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.6);
	z-index: 2;
}
h1{
	left: 0;
	top: 2px;
	margin: 0;
}


.contentBox.is-top{
	width: 1024px;
	height: 25px;
	margin: 0 auto;
}
.contentBox.is-main{
	height: 610px;
}
.contentBox.is-movie{
	text-align: center;
	margin: 0 auto 20px;
}
/*青背景コンテンツ*/

.itemBase.is-mainTwitter{
	text-align: center;
	width: 100%;
	height: 280px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.itemBase.is-basicInfo{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	height: 280px;
	-ms-word-break: break-all;
	    word-break: break-all;
}

/*sns*/
.snsBase{
	position: absolute;
	right: 0;
}
.snsBase > li{
	float: left;
	padding: 2px 5px 0;
}
/*top*/
.topContent{
	position: relative;
}
.topContent:after{
	content: "";
	display: block;
	height: 3px;
	width: 100%;
background: rgb(90,77,32);
background: -moz-linear-gradient(top,  rgba(90,77,32,1) 25%, rgba(255,245,202,1) 26%, rgba(255,245,202,1) 50%, rgba(65,43,4,1) 51%, rgba(65,43,4,1) 51%, rgba(65,43,4,1) 75%, rgba(111,98,79,1) 76%, rgba(111,98,79,1) 76%);
background: -webkit-linear-gradient(top,  rgba(90,77,32,1) 25%,rgba(255,245,202,1) 26%,rgba(255,245,202,1) 50%,rgba(65,43,4,1) 51%,rgba(65,43,4,1) 51%,rgba(65,43,4,1) 75%,rgba(111,98,79,1) 76%,rgba(111,98,79,1) 76%);
background: linear-gradient(to bottom,  rgba(90,77,32,1) 25%,rgba(255,245,202,1) 26%,rgba(255,245,202,1) 50%,rgba(65,43,4,1) 51%,rgba(65,43,4,1) 51%,rgba(65,43,4,1) 75%,rgba(111,98,79,1) 76%,rgba(111,98,79,1) 76%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a4d20', endColorstr='#6f624f',GradientType=0 );

}
.mainImg{
	position: absolute;
	height: 500px;
	width: 100%;
	top: 0;
	z-index: -1;
}

.collaboBadge{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 169px;
}
.logo{
    width: 440px;
    height: 220px;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    margin-left: -220px;
    left: 50%;
}
.iconDL{
	position: absolute;
	top: 50px;
	left: 0;
	width: 186px;
}
.part2Link{
	position: absolute;
    right: 10px;
    bottom: 60px;
	width: 278px;
}
.downloadTop{
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:10;

}
/*main*/
.mainLeftBox{
	float: left;
	width: 690px;
	margin-right: 10px;
}
.mainRightBox{
	float: right;
	width: 314px;
}


/*バナー*/

.mainBnrList > li{
	width: 334px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mainBnrList > li:nth-child(3n){
	margin-right: 0;
}





/*twitter*/
.tiwtBox{
	height: 220px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-ms-overflow-y: hidden;
	    overflow-y: hidden;
}
.snsAccountList{
	text-align: center;
}

.snsAccountList > li{
	display: inline-block;
	margin: 10px;
}


.topText{
	position: absolute;
	top: 109px;
	left: 50%;
	margin-left: -336px;
}
/*スライド生成後*/
.slick-slide{
	position: relative;
	opacity: 0.5;
}
.slick-slide:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	-webkit-box-shadow:0 0 50px 20px  #000 inset;
	-moz-box-shadow:0 0 50px 20px  #000 inset;
	box-shadow:0 0 50px 20px  #000 inset;
}
.slick-slide.slick-center{
	opacity: 1;
	outline: 0px
}

.slick-slide.slick-center:before{
	display: none;
}
.slideArrow{
	position: absolute;
	top: -220px;
	width: 56px;
	height: 56px;
	background: #aaa;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	opacity: 0.6;
}
.topSlideArrow{
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	background: url("../image/common/top/top_arrow.png");
	z-index: 99;
}
.topSlideArrow.is-next{
	right: 2%;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);

}

.topSlideArrow.is-prev{
	left: 2%;
}

