@charset "UTF-8";

/* top */
#top {
	display: -wekbit-flex;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	position: relative;
}
#top .right_top {
	width: 20%;
}
#top .left_top {
	width: 80%;
	height: 640px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#top .content_top {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 12%;
	margin: auto;
	width: 90%;
}
#top .lead_top {
	width: 840px;
}

/* about */
#about {
	width: 1100px;
	margin: 0 auto;
	padding: 160px 0;
}
#about .description_about {
	width: 100%;
}
#about .wrapper_description {
	margin-top: 80px;
}
#about .description_about {
	margin-bottom: 12px;
}
#about .description_about:last-child {
	margin-bottom: 0;
}
#about .wrapper_iframe {
	margin-top: 80px;
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	width: 100%;
	overflow: hidden;
}
#about iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#about .wrapper_description {
	margin-top: 56px;
}

/* products */
#products article {
	width: 94%;
	padding: 5% 5% 0 5%;
	margin: 0 auto;
}
#products article:nth-of-type(1) {
	margin-top: 80px;
}
#products article:nth-of-type(2),
#products article:nth-of-type(3) {
	margin-top: 160px;
}
#products .content_products {
	display: -webkit-flex;
	align-items: flex-start;
	display: flex;
	padding-bottom: 2%;
}
#products .visual_content_products {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#products .box_products {
	width: 50%;
	padding-right: 5%;
}
#products .description_visual_products {
	margin-top: 40px;
}
#products .blank_products {
	width: 10%;
}
#products .description_padding_left {
	padding: 5% 0 5% 10%;
}
#products .description_padding_right {
	padding: 5% 10% 5% 0;
}
#products .features {
	margin-top: 40px;
	padding-bottom: 8%;
}
#products .features li {
	margin-bottom: 24px;
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	display: flex;
	border-left: solid 3px #FFF;
	padding-left: 10px;
	align-items: flex-start;
}
#products .features li span {
	margin-right: 8px;
}
#products .features li:last-child {
	margin-bottom: 0;
}
#products .no_blank {

	padding-bottom: 0 !important;
}
#products .list_offer {
	display: -webkit-flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	width: 94%;
	background: #000;
	padding: 4% 5%;
	margin: 0px auto 0;
}
#products .each_offer {
	margin-right: 4%;
	width: calc(96%/2);
}
#products .each_offer:last-child {
	margin-right: 0;
}
#products .description_products {
	border-top: solid 1px #333;
	background: #111;
	padding: 8% 0;
	margin: 0px auto 0;
}

/* products - jp */
#products .jp_wrapper {
	padding-bottom: 8%;
}
#products .extra_padding {
	padding-bottom: 6%;
}

/* history */
#history {
	width: 1100px;
	margin: 0 auto;
	padding: 160px 0;
}
#history .content_history {
	display: flex;
	align-items: flex-start;
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	margin-top: 80px;
}
.thumbnail_history {
	width: 50%;
}
.description_history {
	width: 45%;
	margin-left: auto;
}

/* benefits */
#benefits {
	width: 1100px;
	margin: 0 auto;
	padding: 120px 0;
}
#benefits .list_benefits {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}
#benefits .each {
	width: calc(96%/3);
	line-height: 1.4;
	height: 200px;
	margin-right: 2%;
	padding: 5%;
	margin-bottom: 2%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	flex-direction: column;

}
#benefits .each:nth-of-type(3n) {
	margin-right: 0;
}
#benefits .icon {
	width: 36px;
	margin: 0 auto 16px;
}
#benefits .description_benefits {
	margin-top: 56px;
}

/* message */
#message {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#message .content_message {
	margin-top: 40px;
	width: 1100px;
	margin: 0 auto;
	padding: 5%;
	background-color: rgba(0,0,0,.5);
}
#message .wrapper_description {
	margin-top: 80px;
}
#message .description_message {
	margin-bottom: 24px;
}
#message .description_message:last-child {
	margin-bottom: 0;
}

/* products list */
#products_list {
	padding: 120px 0 0;
}
#products_list ul {
	width: 1100px;
	margin: 80px auto 0;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}
#products_list .each_offer {
	width: calc(96%/2);
	margin-right: 4%;
	margin-bottom: 4%;
}
#products_list .each_offer:nth-of-type(2n) {
	margin-right: 0;
}


/*---------------------------------------------------------------*\
$1700px
\*---------------------------------------------------------------*/
@media screen and (min-width: 1700px) {

	/* products */
	#products article {
		width: 1600px;
	}
	#products .list_offer {
		width: 1600px;
	}
}

/*---------------------------------------------------------------*\
$1200px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1200px) {

	/* history */
	#history {
		width: 90%;
	}

	/* about */
	#about {
		width: 90%;
	}

	/* benefits */
	#benefits {
		width: 90%;
	}

	/* message */
	#message .content_message {
		width: 90%;
	}

	/* products list */
	#products_list ul {
		width: 90%;
	}
}

/*---------------------------------------------------------------*\
$860px
\*---------------------------------------------------------------*/
@media screen and (max-width: 860px) {

	/* top */
	#top .lead_top {
		width: 100%;
	}
	#top .right_top {
		width: 0;
	}
	#top .left_top {
		width: 100%;
		background-position: -180px 0;
	}

	/* products */
	#products article {
		width: 100%;
	}
	#products .content_products {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	#products .box_products {
		padding-right: 0;
		width: 100%;
	}
	#products .visual_content_products {
		width: 100%;
	}
	#products .visual_content_products {
		margin-bottom: 40px;
	}
	#products .list_offer {
		width: 100%;
	}

	/* history */
	#history .content_history {
		display: block;
	}
	#history .thumbnail_history {
		width: 100%;
		margin: 0 auto;
	}
	#history .description_history {
		margin: 40px auto 0;
		width: 100%;
	}

	/* benefits */
	#benefits .each {
		width: calc(98%/2);
	}
	#benefits .each:nth-of-type(3n) {
		margin-right: 2%;
	}
	#benefits .each:nth-of-type(2n),
	#benefits .each:nth-of-type(6n) {
		margin-right: 0;
	}
	#benefits .icon {
		width: 28px;
	}

	/* products list */
	#products_list ul {
		margin-top: 40px;
	}
	#products_list .each_offer {
		width: 100%;
		margin-right: 0;
	}
}

/*--------------------------------------------------------------*\
$600px
\*---------------------------------------------------------------*/
@media screen and (max-width: 600px) {

	/* about */
	#about {
		padding: 56px 0;
	}
	#about .description_about {
		margin-top: 24px;
	}
	#about .wrapper_iframe {
		margin-top: 40px;
	}
	#about .wrapper_description {
		margin-top: 40px;
	}

	/* products */
	#products article:nth-of-type(1) {
		margin-top: 40px;
	}
	#products .list_offer {
		display: block;
	}
	#products .each_offer {
		width: 100%;
	}
	#products .each_offer:first-child {
		margin-bottom: 24px;
	}
	#products article:nth-of-type(2) {
		margin-top: 56px;
	}

	/* history */
	#history {
		padding: 56px 0;
	}
	#history .content_history {
		margin-top: 40px;
	}

	/* benefits */
	#benefits {
		padding: 56px 0;
	}
	#benefits .each {
		height: 140px;
	}
	#benefits .list_benefits {
		margin-top: 40px;
	}
	#benefits .description_benefits {
		margin-top: 24px;
	}
	#benefits .each > p {
		font-size: 12px;
	}

	/* message */
	#message {
		padding: 56px 0;
	}
	#message .wrapper_description {
		margin-top: 40px;
	}
	#message .content_message {
		width: 100%;
		padding: 0 5%;
	}

	/* products list */
	#products_list {
		padding: 56px 0 0;
	}
}