/* Unchanged */
@charset "UTF-8";
/****************************************************************************
　pc_index.css
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2017.09.07
   Last up date   : 2017.09.07
****************************************************************************/

#head_contents_top {
	display: block;
	width: 100%;
	height: 795px;
	text-align: center;
	padding: 95px 0 0 0;
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
}

#head_contents_top .arrow{
	width: 100%;
	position: absolute;
	bottom: 45px;
	text-align: center;
}

#head_contents_top video{
	width: 100%;
    top: 95px;
    left: 0;
    z-index: 0;
    padding:0;
	margin: 0 auto 0 auto;
}


#txtypeA {
    width: 100%;
	text-align: center;
	font-size: 110px;
	font-family: 'Radley', serif;
	font-weight: bold;
	line-height: 1.3;
    z-index: 100;
	position: absolute;
	top: 100px;
	padding-top: 150px;
	padding-bottom: 300px;
	left: 0;
	color: #FFF;
	overflow: hidden;
}


h4 {
	font-family: 'Zilla Slab', serif;
	line-height: 1.0;
	font-weight: normal;
}



section {
	width: 100%;
	display: block;
}
.box {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
}
.box h4 {
	font-family: 'Zilla Slab', serif;
	line-height: 1.0;
	font-weight: bold;
	font-size: 72px;
	margin-top: 80px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.box ul {
	width: 40%;
	margin-top: 70px;
}
.box h5 {
	font-family: 'Zilla Slab', serif;
	line-height: 1.2;
	font-weight: bold;
	font-size: 42px;
}
.box h6 {
	line-height: 1.0;
	font-weight: normal;
	font-size: 18px;
	padding-top: 10px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.box h6.small {
	font-size: 16px;
	line-height: 1.8;
}
.box p {
	display: block;
	padding: 50px 0 0 0;
	line-height: 1.6;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
}
.box li.btn {
	padding-top: 30px;
}
.box li.btn img {
	width: 150px;
}

#mBlock {
	height: 720px;
	background:url(../img/mblock_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	text-align: center;
	overflow:hidden;
}
#txtypeB {
	width: 100%;
	font-size: 80px;
	font-family: 'Zilla Slab', serif;
	line-height: 1.0;
	font-weight: bold;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 10;
}


#mBlock ul {
	margin: 300px auto 0 auto;
	width: 98%;
	max-width: 1060px;
}
#mBlock ul li {
	float: left;
	width: 18.9%;
	margin-right: 7.4%;
}
#mBlock ul li img {
	width: 100%;
}
#mBlock ul li:last-child {
	margin-right: 0px;
}


#Life {
	height: 620px;
	background:url(../img/block1_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	text-align: center;
}
#Life h4 {
	float: left;
	color: #FFF;
	width: 60%;
}
#Life ul {
	float: right;
	color: #FFF;
}
#Life ul li.btn {
	text-align: right;
}

#Safe {
	height: 620px;
	background:url(../img/block2_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	text-align: center;
}
#Safe h4 {
	float: right;
	color: #FFF;
	width: 60%;
	text-align: right;
}
#Safe ul {
	float: left;
	color: #2F77C2;
}
#Safe p {
	color: #000;
}
#Safe ul li.btn {
	text-align: right;
}


#Health {
	height: 620px;
	background:url(../img/block3_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	text-align: center;
}
#Health h4 {
	float: left;
	color: #2F77C2;
	width: 60%;
}
#Health ul {
	float: right;
	color: #FFF;
}
#Health ul li.btn {
	text-align: right;
}


#Beauty {
	height: 620px;
	background:url(../img/block4_bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	text-align: center;
}
#Beauty h4 {
	float: right;
	color: #2F77C2;
	width: 60%;
	text-align: right;
}
#Beauty ul {
	float: left;
	color: #2F77C2;
}
#Beauty p {
	color: #000;
}
#Beauty ul li.btn {
	text-align: right;
}


#About {
	text-align: center;
	padding-top: 50px;
}

#About h4 {
	font-size: 70px;
	color: #2F77C2;
	border-bottom: 5px solid #2F77C2;
	padding-bottom: 5px;
	display: inline-block;
	font-weight: bold;
	padding-top: 50px;
}

#About table {
	clear: both;
	font-size: 16px;
	margin: 30px auto 0 auto;
}
#About table th {
	width: 150px;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	padding-left: 0px;
}
#About table td {
	padding: 0 0 50px 30px;
	text-align: left;
}
#About table td a {
	background: url(../img/icon1.png) right center no-repeat;
	padding-right: 23px;
}