@charset "utf-8";

/*-----------------------------------
メインイメージ
-----------------------------------*/
.mainimg {
	width: 100%;
	height: 770px;
	margin-bottom: 70px;
	background: linear-gradient(#E8F3F5, #FFF);
}
.mainimg2 {
	width: 100%;
	height: 770px;
	background-image:url(../images/mainimg.png);
	background-repeat: no-repeat;
	background-position: center;	
}
@media screen and (max-width: 790px) {
.mainimg {
	height: 420px;
}
.mainimg2 {
	height: 420px;
	background-size: cover;
	
}
}
@media screen and (max-width: 641px) {
.mainimg {
	height: 300px;
}
.mainimg2 {
	height: 300px;
	background-size: cover;
	background-position: bottom;	
	
}
}

/*-----------------------------------
スローガン
-----------------------------------*/
.concept_img {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.concept_img img {
	max-width: 1200px;
	width: 100%;
	text-align: center;
}
.slogan {
	font-size: 38px;
	color:#E50012;
	text-align: center;
	margin-bottom: 90px;
}
.concept {
	margin-bottom: 150px;
}
.concept p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 42px;
	white-space:nowrap;
}

@media screen and (max-width: 641px) {
.slogan {
	font-size: 24px;
	white-space:nowrap;
	margin-bottom: 50px;
}
.concept p {
	font-size: 14px;
	line-height: 30px;
}
}

/*-----------------------------------
サムネイル1
-----------------------------------*/
@media screen and (min-width: 957px) {
.sp {
	display: none;
}
.top_img1 {
	width: 100%;
	height: 496px;
	margin-bottom: 100px;
}
.top_img1_inner {
	width: 956px;
	height: 496px;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/top_img1.png);
	background-repeat: no-repeat;
}
.top_img1_inner .corners {
	color: #FFF;
	top: 126px;
	left: 508px;
}
.top_img1_inner .title {
	top: 219px;
	left: 571px;
}
.top_img1_inner .midashi {
	top: 354px;
	left: 571px;
}
.top_img1_inner .bt_more a {
	bottom: 20px;
	right: 29px;
	z-index: 5;
}
.link1 {
	position: absolute;
	width: 580px;
	height: 380px;
	bottom: 0;
	right: 0;
}
}
@media screen and (max-width: 956px) {
.top_img1 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 150px;
	position: relative;
}
.top_img1 img {
	width: 100%;
	margin-bottom: 20px;
}
.link1 {
	display: none;
}
}

@media screen and (min-width: 1400px) {
.top_img1_inner .balls {
	position: absolute;
	top: -190px;
	right: -220px;
	width: 380px;
	height: 380px;
	z-index: -1;
	background-image: url(../images/ball.png);
	background-size: cover;
}
}


/*-----------------------------------
サムネイル2
-----------------------------------*/
@media screen and (min-width: 957px) {
.top_img2 {
	width: 100%;
	height: 466px;
	background-image:url(../images/top_img2_back.png);
	margin-bottom: 100px;
}
.top_img2_inner {
	width: 956px;
	height: 466px;
	margin: 0 auto;
	position: relative;
	background-image:url(../images/top_img2.png);
	background-repeat: no-repeat;
}

.top_img2_inner .corners {
	color: #E50012;
	top: 32px;
	left: 27px;
}
.top_img2_inner .title {
	top: 137px;
	left: 118px;
}
.top_img2_inner .midashi {
	top: 259px;
	left: 118px;
}
.top_img2_inner .bt_more a {
	bottom: 24px;
	left: 118px;
	z-index: 5;
}
.link2 {
	position: absolute;
	width: 580px;
	height: 394px;
	bottom: 0;
	left: 83px;
}
}
	
@media screen and (max-width: 956px) {
.top_img2 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
}
.top_img2 img {
	width: 100%;
	margin-bottom: 20px;
}
.link2 {
	display: none;
}
}


/*-----------------------------------
スタッフスクロール
-----------------------------------*/
.top_staff {
	width: 100%;
	background-image:url(../images/top_img_staff_back.png);
}
.top_staff_inner {
	width: 335px;
	height: 142px;
	margin: 0 auto;
	background-image:url(../images/top_img_staff.png);
	background-size: 100%;
}
@media screen and (max-width: 350px) {
.top_staff_inner {
	width: 80%;
	margin: 0 auto;
	background-image:url(../images/top_img_staff.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
}

.top_staff_title {
	text-align: center;
	color: #E50012;
	font-size: 26px;
	background-color: #EBEBEB;
	padding-bottom: 40px;
	font-weight: 500;
}
@media screen and (max-width: 660px) {
.top_staff_title {
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 30px;
	white-space:nowrap;
}
}

/*-----------------------------------
サムネイル共通
-----------------------------------*/
@media screen and (min-width: 957px) {
.corners {
	position: absolute;
	width: 275px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.title {
	position: absolute;
	text-align: left;
	color: #FFF;
	font-size: 26px;
	line-height: 46px;
}
.midashi {
	position: absolute;
	text-align: left;
	color: #FFF;
}
.bt_more a {
	position: absolute;
	width: 90px;
	border: 2px solid #FFF;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	display: block;
}
.bt_more a:hover {
	background-color:#FFF;
	color: #E50012;
}
}
@media screen and (max-width: 956px) {
.corners {
	font-size: 16px;
	text-align: center;
	color: #E50012;
	font-weight: 500;
	border: 2px solid #E50012;
	padding: 16px;
	margin-bottom: 10px;
	width: 65%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -52px;
	z-index: 5;
}
.title {
	text-align: center;
	color: #E50012;
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 20px;
}
.midashi {
	text-align: center;
	margin-bottom: 30px;
}
.bt_more a {
	width: 100%;
	padding: 15px;
	background-color: #E50012;
	border: 2px solid #E50012;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	display: block;
}
.bt_more a:hover {
	border: 2px solid #E50012;
	background-color:#FFF;
	color: #E50012;
}

}
