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

/*
 *
 * TOP画面
 *
 */

/*First View*/
#top .jumbotron {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

@media (max-width: 767px){
	#top .jumbotron {
		background-attachment: scroll;
	}
}

#top .jumbotron .container {
	position: relative;
    z-index: 0;
	padding-top: 17%;
	padding-bottom: 13%;
}

#top .jumbotron .container h1 {
	font-size: 4.0rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0;
	margin-bottom: 25px;
}

#top .jumbotron .container p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.2;
}

#top .jumbotron .container .btn {
	width: 140px;
}

@media (max-width: 991px){
	#top .jumbotron .container h1 {
		font-size: 3.8rem;
	}
}
@media (max-width: 767px){
	#top .jumbotron .container {
		padding-top: 22%;
		padding-bottom: 18%;
	}
	#top .jumbotron .container h1 {
		font-size: 2.7rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#top .jumbotron .container p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	#top .jumbotron .container .btn {
		width: auto;
	}
}

/*about*/
#top .about {
	position: relative;
	z-index: 0;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 30px;
	margin-top: -1px;
	background-image:  url("../img/band.gif");
	background-size: 100% 5px;
	background-repeat: repeat-x;
	background-color: #fff;
}

@media (max-width: 767px){
	#top .about {
		background-size: 100% 2px;
	}
}

#top .about h1 {
	color: #FF646C;
	font-size: 2.7rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 30px;
	line-height: 1.7;
}

#top .about h1 span {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}

#top .about h1 hr {
    border-bottom: 3px solid #FF646C;
    margin-bottom: 45px;
    margin-top: 20px;
    width: 60px;
}

@media (max-width: 480px){
	#top .about h1 {
		font-size: 2.1rem;
	}
}

#top .about p {
	font-size: 1.6rem;
	line-height: 2.1;
}

@media (max-width: 480px){
	#top .about p {
		font-size: 1.4rem;
	}
}

/*count*/
#top .count {
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #f9f9f9;
}

@media (max-width: 767px){
	#top .count .container{
		width: 460px;
	}
}

@media (max-width: 480px){
	#top .count .container{
		width: 100%;
	}
}

#top .count .throw,
#top .count .kill {
	background-color: rgba( 255, 255, 255, 0.8);
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 0 15px;
	box-shadow: 0px 3px 4px -4px #000000;
	-moz-box-shadow: 0px 3px 4px -4px #000000;
	-webkit-box-shadow: 0px 3px 4px -4px #000000;
	margin-bottom: 30px;
}

#top .count .throw h1 {
	color: #00abf1;
	
}

#top .count .kill h1 {
	color: #9C9ABF;
}

#top .count .throw h1,
#top .count .kill h1 {
	font-weight: 400;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}

#top .count .throw h1:before,
#top .count .kill h1:before {
	border-top: 1px solid;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

#top .count .throw h1 span,
#top .count .kill h1 span {
	background-color: #fff;
	display: inline-block;
	padding: 0 0.5em;
	position: relative;
}

#top .count .source {
	font-size: 1.0rem;
	text-align: right;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 30px;
}

@media (max-width: 480px){
	#top .count .source {
		font-size: 0.9rem;
		letter-spacing: 0;
	}
}

/*concept*/
#top .concept {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
}

#top .concept h1 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 0;
	line-height: 2.0;
}

@media (max-width: 480px){
	#top .concept h1 {
		font-size: 1.4rem;
	}
}

/*special*/
#top .special {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F6F5F0;
	border-top: 1px solid #dddcd8;
	/*border-top: 1px solid #dddcd8;*/
}

#top .special .illustration {
	background-image:  url("../img/special_illustration.gif");
	background-repeat: no-repeat;
	background-size: 140px;
	background-position: right 15% bottom 5%;
}

@media (min-width: 1200px){
	#top .special .illustration {
		background-size: 160px;
		background-position: right 12% bottom 10%;
	}
}

@media (max-width: 991px){
	#top .special .illustration {
		background-size: 130px;
		background-position: right bottom 10%;
	}
}

@media (max-width: 767px){
	#top .special .illustration {
		background-size: 130px;
		background-position: right 5% bottom 8%;
	}
}

@media (max-width: 480px){
	#top .special .illustration {
		background-size: 120px;
		background-position: center bottom;
		padding-bottom: 120px;
	}
}

#top .special h1 {
	color: #ff646c;
	font-size: 2.7rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 45px;
	line-height: 1.7;
}

#top .special h1 span {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}

#top .special h1 hr {
    border-bottom: 3px solid #ff646c;
    margin-bottom: 60px;
    margin-top: 20px;
    width: 60px;
}

@media (max-width: 480px){
	#top .special h1 {
		font-size: 2.1rem;
	}
}

#top .special .box_01,
#top .special .box_02,
#top .special .box_03 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	background-color: rgba( 255, 255, 255, 0.95);
	border-radius: 5px;
	height: 180px;
	padding: 0 30px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 4px -4px #000000;
	-moz-box-shadow: 0px 3px 4px -4px #000000;
	-webkit-box-shadow: 0px 3px 4px -4px #000000;
}

#top .special .box_01 { border-top: 5px solid #fc656f;}
#top .special .box_02 { border-top: 5px solid #FFCD1F;}
#top .special .box_03 { border-top: 5px solid #56CC8E;}

@media (max-width: 991px){
	#top .special .box_01 p,
	#top .special .box_02 p,
	#top .special .box_03 p {
		font-size: 1.2rem;
	}
}

@media (max-width: 767px){
	#top .special .box_01,
	#top .special .box_02,
	#top .special .box_03 {
		width: 460px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#top .special .box_01 p,
	#top .special .box_02 p,
	#top .special .box_03 p {
		font-size: 1.6rem;
	}
}

@media (max-width: 480px){
	#top .special .box_01,
	#top .special .box_02,
	#top .special .box_03 {
		width: 100%;
	}
}

#top .special h2 {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
	margin-top: 45px;
	margin-bottom: 30px;
}

#top .special h3 {
	font-size: 1.8rem;
	line-height: 1.7;
	color: #FF646C;
	font-weight: 400;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

#top .special p {
	font-size: 1.6rem;
	line-height: 2.1;
	margin-top: 30px;
}

@media (max-width: 480px){
	#top .special h2 {
		font-size: 1.4rem;
	}
	#top .special p {
		font-size: 1.4rem;
	}
}