@charset "utf-8";

/* title
========================================================================== */

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#title p {
		padding: 2.5em 0;
	}
}



/* selling points
========================================================================== */

#selling_points {
	margin: 0 0 0 226px;
	padding: 200px 0 228px;
	position: relative;
}

#selling_points h3 img {
	width: 438px;
}

#selling_points ol li {
	margin: 0;
	color: #203880;
	font-size: 115%; /* 16px */
	font-weight: 500;
	line-height: 1.75;
	list-style: none;
	text-align: center;
	position: absolute;
}
#selling_points ol li img {
	height: 42px;
	margin-bottom: 30px;
}
#selling_points ol li span {
	display: block;
}

#selling_point_01 {
	position: absolute;
	top: 55px;
	left: 50%;
	-webkit-transform : translate(-50%,0);
	transform : translate(-50%,0);
}
#selling_point_02 {
	position: absolute;
	top: 195px;
	right: 50%;
	-webkit-transform : translate(-155px,0);
	transform : translate(-155px,0);
}
#selling_point_03 {
	position: absolute;
	bottom: 230px;
	right: 50%;
	-webkit-transform : translate(-190px,0);
	transform : translate(-190px,0);
}
#selling_point_04 {
	position: absolute;
	bottom: 110px;
	left: 50%;
	-webkit-transform : translate(-50%,0);
	transform : translate(-50%,0);
}
#selling_point_05 {
	position: absolute;
	bottom: 230px;
	left: 50%;
	-webkit-transform : translate(200px,0);
	transform : translate(200px,0);
}
#selling_point_06 {
	position: absolute;
	top: 195px;
	left: 50%;
	-webkit-transform : translate(200px,0);
	transform : translate(200px,0);
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#selling_points h3 img {
		width: 240px;
	}

	#selling_points ol li {
		font-size: 100%; /* 14px */
	}
	#selling_points ol li img {
		height: 28px;
		margin-bottom: 15px;
	}

	#selling_point_02 {
		top: 170px;
		-webkit-transform : translate(-120px,0);
		transform : translate(-120px,0);
	}
	#selling_point_03 {
		bottom: 200px;
		-webkit-transform : translate(-150px,0);
		transform : translate(-150px,0);
	}
	#selling_point_04 {
		bottom: 110px;
		-webkit-transform : translate(-50%,0);
		transform : translate(-50%,0);
	}
	#selling_point_05 {
		bottom: 200px;
		-webkit-transform : translate(150px,0);
		transform : translate(150px,0);
	}
	#selling_point_06 {
		top: 170px;
		-webkit-transform : translate(150px,0);
		transform : translate(150px,0);
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#selling_points {
		margin: 0;
		padding: 20px 0 65px;
	}

	#selling_points h3 img {
		max-width: 320px;
	}

	#selling_points ol {
		display: none;
	}
}



/* layout
========================================================================== */

#contents {
	padding-bottom: 0;
	background-image: url(../img/home/bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#main {
	width: 100%;
	padding: 120px 0 145px;
	position: relative;
}
#main:before {
	width: 100%;
	height: 100%;
	background: url(../img/appealpoint/bg_appealpoint.png) top center;
    mix-blend-mode: multiply;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#appealpoint {
	width: 912px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#appealpoint section {
	clear: both;
	zoom: 1;
}
#appealpoint section:after {
	content:"";
	display: block;
	clear: both;
}

#appealpoint section article {
	width: 570px;
	color: #fff;
	float: right;
}

#appealpoint section#point_02 article,
#appealpoint section#point_04 article,
#appealpoint section#point_06 article {
	float: left;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#main {
		width: auto;
	}

	#appealpoint {
		width: 720px;
	}

	#appealpoint section article {
		width: 480px;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#contents {
		padding-bottom: 0;
	}

	#main {
		width: auto;
		padding: 85px 25px 70px;
	}
	#main:before {
		background-size: cover;
	}

	#appealpoint {
		width: auto;
	}

	#appealpoint section {
		margin-bottom: 55px !important;
	}

	#appealpoint section article {
		width: auto;
		float: none !important;
	}
}



/* headline
========================================================================== */

#appealpoint h3 {
	float: left;
}
#appealpoint section#point_02 h3,
#appealpoint section#point_04 h3,
#appealpoint section#point_06 h3 {
	float: right;
}
#appealpoint h3 img {
	width: 285px;
}

#appealpoint h4 {
	margin-bottom: 21px;
	font-size: 158%; /* 22px */
	font-weight: 700;
	line-height: 1.4;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#appealpoint h3 img {
		width: 200px;
	}

	#appealpoint h4 br {
		display: none;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#appealpoint h3 {
		text-align: center;
		float: none !important;
	}
	#appealpoint h3 img {
		width: 140px;
		margin-bottom: 36px;
	}

	#appealpoint h4 {
		margin-bottom: 19px;
		font-size: 108%; /* 14px */
		line-height: 1.7;
	}
}



/* body copy
========================================================================== */

#appealpoint p {
	font-weight: 500;
	line-height: 1.7;
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#appealpoint p {
		font-size: 93%; /* 12px */
		font-weight: 400;
		line-height: 2;
	}
}



/* point 01
========================================================================== */

#point_01 {
	margin-bottom: 30px;
}

#point_01 h3 {
	padding-top: 15px;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#point_01 {
		margin-bottom: 60px;
	}
	#point_01 h3 {
		padding-top: 0;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#point_01 h3 {
		padding-top: 0;
	}
}



/* point 02
========================================================================== */

#point_02 {
	margin-bottom: 145px;
}

#point_02 article {
	margin-top: 40px;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#point_02 article {
		margin-top: 0;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#point_02 article {
		margin-top: 0;
	}
}



/* point 03
========================================================================== */

#point_03 {
	margin-bottom: 110px;
}

#point_03 h3 {
	padding-top: 10px;
}

#point_03 p {
	margin-bottom: 30px;
}

#point_03 dl dt {
	margin-bottom: 10px;
	font-size: 115%; /* 16px */
	font-weight: 700;
	line-height: 1.85;
	clear: both;
}

#point_03 dl dd {
	margin-bottom: 25px;
}

#point_03 dl dd p {
	width: 395px;
	font-size: 86%; /* 12px */
	font-weight: 400;
	line-height: 2;
	float: left;
}
#point_03 dl dd img {
	width: 140px;
	margin-left: 30px;
	float: right;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#point_03 {
		margin-bottom: 50px;
	}

	#point_03 dl dd p {
		width: 290px;
		margin-bottom: 20px;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#point_03 {
		padding-bottom: 10px;
	}
	#point_03 h3 {
		padding-top: 0;
	}

	#point_03 dl dt {
		font-size: 93%; /* 12px */
		line-height: 2;
	}

	#point_03 dl dd {
		margin-bottom: 35px;
	}

	#point_03 dl dd p {
		width: auto;
		margin-bottom: 12px;
		font-size: 85%; /* 11px */
		line-height: 1.8;
		float: none;
	}
	#point_03 dl dd img {
		width: 240px;
		max-width: 240px;
		margin: 0 auto;
		display: block;
		float: none;
	}
}



/* point 04
========================================================================== */

#point_04 {
	margin-bottom: 140px;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#point_04 {
		margin-bottom: 90px;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#point_04 {
		margin-bottom: 70px;
	}
}



/* point 05
========================================================================== */

#point_05 {
	margin-bottom: 110px;
}

#point_05 article {
	margin-top: 40px;
}

#point_05 article a {
	color: #fff;
	font-size: 115%; /* 16px */
	font-weight: 500;
	text-decoration: underline;
}
#point_05 article a:hover {
	text-decoration: none;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#point_05 {
		margin-bottom: 80px;
	}

	#point_05 article {
		margin-top: 0;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#point_05 article {
		margin-top: 0;
	}

	#point_05 article a {
		font-size: 93%; /* 12px */
	}
}



/* point 06
========================================================================== */

#point_06 article {
	margin-top: 50px;
}

/* pc (small) */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	#point_06 article {
		margin-top: 0;
	}
}

/* phones & tablet */
@media only screen and (max-width: 1023px) {
	#point_06 article {
		margin-top: 0;
	}
}


