* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.flex_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrap_1280 {
	width:100%;
	margin:0 auto;
}
.wrap_1024 {
	width:100%;
	margin:0 auto;
}

.swiper-slide {
	height:100vh !important;
	position:relative;
}
.swiper-slide h2{
	font-family: 'S-Core Dream';
	position:absolute;
	bottom:194px;
	left:50%;
	color:#fff;
	font-weight:800;
	font-size:50px;
	display:none;
}
.swiper-slide h2 span {
	font-size:40px;
	font-weight:500;
	letter-spacing: -2px;
	line-height:1.4;
	display:inline-block;
}
.page_number {
	background:none !important;
	font-family:'S Core Dream';
	font-weight:300;
	font-size:18px;
	color:#fff;
	margin-top:40px;
}
.page_number b {
	font-size:18px !important;
}
.btn_pause {
	margin:0 32px;
}

.swiper-navigation {
	display:flex;
	float:left;
	width:150px;
	margin-top:3px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	display:none;
}
.swiper-button-next, .swiper-button-prev {
	width:13px !important;
	height:21px !important;
	bottom:122px;
	top:auto !important;
	left:50% !important;
	position:static !important;
	margin-top:0 !important;
}
.swiper-button-next {
	background:url(../img/index/ico_next_arrow.png) no-repeat;
	background-size:cover;
}
.swiper-button-prev {
	background:url(../img/index/ico_prev_arrow.png) no-repeat;
	background-size:cover;
}
.swiper-wrapper .slide01 h2 { 
	display:block; 
	font-size:80px;
	line-height:1.1;
}
.swiper-wrapper .slide01 h2 span {
	font-size:47px;
	font-weight:500;
}
.swiper-wrapper .slide02 h2 span,.swiper-wrapper .slide02 h3 span {
	margin-top:8px;
}
.swiper-wrapper .slide04 h2 { 
	line-height:1.15;
}
.swiper-wrapper .slide01 {
	background:url(../img/index/slide01.jpg) no-repeat;
	background-size:cover;
}
.swiper-wrapper .slide02 {
	background:url(../img/index/slide02.jpg) no-repeat;
	background-size:cover;
}
.swiper-wrapper .slide03 {
	background:url(../img/index/slide03.jpg) no-repeat;
	background-size:cover;
}
.swiper-wrapper .slide04 {
	background:url(../img/index/slide04.jpg) no-repeat;
	background-size:cover;
}
.swiper-wrapper .slide05 {
	background:url(../img/index/slide05.jpg) no-repeat;
	background-size:cover;
}
.swiper-wrapper .slide06 {
	background:url(../img/index/slide06.jpg) no-repeat;
	background-size:cover;
}
#Index .wrap_1620 {
	position:absolute;
	left:0;
	/* border:2px solid pink; */
	z-index: 2;
	font-family: 'S-Core Dream';
	font-weight:500;
	font-size:40px;
	color:#fff;
	width:90%;
	left:50%;
	transform:translate(-50%,0%);
	bottom:80px;
	font-size:24px;
	font-weight:500;
}
#Index .wrap_1620 h3,#Index .wrap_1620 b {
	font-size:34px;
	font-weight:800;
	font-family: 'S-Core Dream';
}
#Index .wrap_1620 span {
	font-size:54px;
	font-weight:800;
	font-family: 'S-Core Dream';
}
#Index .wrap_1620>img {
	width:120px;
	margin:0 10px 12px 9px;
}