@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

body {
    font:13px Georgia, Century, serif;
    *font-size:small;
    *font:x-small;
	-webkit-text-size-adjust: none;
	background:#eee;
}

a {
	ouline: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#ham-menu {
    background-color: #000;
    box-sizing: border-box;
	overflow-x: hidden;
    height: 100%;
    padding: 10px 40px;
    position: fixed;
    right: -300px;
    top: 0;
    transition: transform 0.2s linear 0s;
    width: 300px;
    z-index: 1000;
}

#menu-background {
    background-color: #333;
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: -1;
}

#menu-icon {
    background-color: #000;
    border-radius: 0 0 0 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    transition: all 0.2s linear 0s;
    z-index: 1000;
}

#menu-cb {
    display: none;
}


#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px);
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}

ha{
	line-height: 50px;
}

@media screen and (max-width: 1074px) {
  #headerContainer {
    display: none;
  }
}

div.section {
	width: 100%;
	max-width: 1074px;
	height: 2160px;
	position: relative;
	margin: auto;
	data-parallax: scroll;
	data-speed: 1;
}

div.layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#product_youtube{
	width: 355px;
	height: 200px;
}

#section0 {
	background: url(../img/section0.jpg);
	attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#section1 {
	background: url(../img/section1.jpg);
	attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#section2 {
	background: url(../img/section2.jpg);
	attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#section3 {
	background: url(../img/section3.jpg);
	attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#section0 h1 {
	position: absolute;
	left: 0%;
	top: 300px;
}

#section1 h2 {
	position: absolute;
	left: 1%;
	top: 150px;
}
#section1 p {
    position: absolute;
    left: 1%;
    top: 250px;
    color: #fff;
    font-size: 130%;
    width: 350px;
    line-height: 2;
}

#section2 h2 {
	position: absolute;
	left: 0%;
	top: 0px;
}
#section2 p {
	position: absolute;
	left: 50%;
	top: 300px;
	color: #fff;
	font-size: 130%;
	width: 600px;
	line-height: 2;
}

#section3 h2 {
	position: absolute;
	left: 1%;
	top: 0px;
}
#section3 p {
	position: absolute;
	left: 1%;
	top: 100px;
	color: #fff;
	font-size: 140%;
	width: 100%;
	line-height: 2;
}

.inner {
	position: relative;
	max-width: 1074px;
	min-width: 320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#headerContainer {
	position: fixed;
	z-index: 100;
	width: 100%;
	behavior: url(PIE.htc);
}

#navigation {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 10;
}

#navigation ul,
#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	margin: 1px 0 0 1px;
}

#navigation a {
	display: block;
	color: #fff;
	font-size: 1.6em;
	line-height: 1;
	text-align: center;
	padding: 20px 2em 21px;
	background: rgba( 0, 0, 0, 0);
}

#navigation a:hover {
	color: #000000;
	background: rgba( 255, 255, 255, 0.8);
}

#footerContainer {
	position: relative;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background: #000;
	padding: 12px 0;
	behavior: url(PIE.htc);
}

.swiper-container {
    width: auto;
    height: auto;
	background: #000;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#mp1{
	margin: 0 auto;
	font-size: 2em;
	line-height: 180px;
}

#memname{
	font-size: 2em;
}

#mpp1{
	margin: 0 auto;
	margin-top: 60pt;
	margin-bottom: -380pt;
	font-size: 15px;
	color: #7B7B7B;
	line-height: 180px;
	}
#mpp2{
	margin: 0 auto;
	margin-top: -100pt;
	margin-bottom: -380pt;
	font-size: 15px;
	color: #7B7B7B;
	line-height: 180px;
	}

#mpc1{
	margin: auto;
	margin-top: -320pt;
	font-size: 15px;
	color: #7B7B7B;
	}
#mpc2{
	margin: auto;
	margin-top: -320pt;
	font-size: 15px;
	color: #7B7B7B;
	}

.wrap {
	height: 180px;
}
	
.pmedia {
    background: #FFF;
	margin: 50px;
	margin-left: auto;
	margin-right: auto;
    padding: 10px;
	width: auto;
}

.pimgl {
	
}

.ptxtheadr {
	font-size: 50px;
	font-weight: 900;
}

.ptxtcr {
	font-size: 16px;
}

.pimgr {
	
}

.ptxtheadl {
	font-size: 50px;
	font-weight: 900;
}

.ptxtcl {
	font-size: 16px;
}

.ulist {
	position: relative;
	margin-top: 20px;
	margin-left: 2%;
	font-size: 20px;
	font-weight: 900;
	max-width: 1075px;
}

.ucont {
	position: relative;
	margin-left: 6%;
	margin-bottom: 10px;
	font-size: 16px;
	max-width: 1075px;
}

.members-Container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0 0 10px;
}
.members-item{
  padding: 20px;
  flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 80%;
  margin: 10px;
}

#copyright{
	color: #fff;
	width: 100%;
	font-size: 1em;
	margin: 0;
}
