/* ▼ヘッダー */
.TopTitleLogo{
	background-color: rgba(242,243,243,1.00);
	background-size: 100% auto;
	height: 90px;
	padding: 10px 0 0 30px;
	position: fixed;
	width: 100%;
    z-index: 100;
	top: 0;
	}

.TopTitleLogo p{
	font-size: 0.75em;
	font-family: "Hiragino UD Sans Rd W3 JIS2004";
	margin-bottom: 5px;
	font-feature-settings:"palt";
	}

.TopTitleLogo img{
	width: 200px;
	height: auto;
	}

/* ▼ヘッダーメニュー */
.pcmenu{
	width: 10%;
    text-align: center;
    margin: 110px 0;
	position: fixed;
	top: 0;
	}

.pcmenu li{
	margin: 15px 0;
	font-family: "Hiragino UD Sans Rd W5 JIS2004";
	font-size: 1.0em;
	}

.pcmenu li a img{
	width: 30px;
	height: auto;
	}

li.Facebook{
	margin-top: 60px;
	}

.Facebook a{
	font-size: 0.7em;
	}

.MenuText a:hover{
	display: inline-block;
    animation: hurueru .3s  infinite;
	}


/* ▼フッター */
.footerWidth{
	max-width: 1200px;
	margin: 0 auto;
	width: 95%;
	}

.footer{
	background-color: rgba(62,96,59,1.00);
	padding-top: 40px;
	margin-top: 150px;
	}

.footerLogo img{
	width: 300px;
	height: auto;
	margin-bottom: 20px;
	}

.footerText{
	margin-bottom: 20px;
	}

.footerText p{
	font-size: 1em;
	line-height: 1.8em;
	font-feature-settings:"palt";
	color: #fff;
	}

.footerText a:hover{
	color: #fff;
	}

@media only screen and (max-width: 1024px){
ul.footerMenu{
	display: none;
	}
}

ul.footerMenu a{
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
	margin: 0 8px;
	}

.MenuLine{
	border-right: 1px solid rgba(255,255,255,1.00);
	padding-bottom: 2px;
	}

ul.footerMenu{
	margin-left: -8px;
	}

ul.footerMenu a:hover{
	display: inline-block;
    animation: hurueru .3s  infinite;
	}

.footerMap img{
	width: 100%;
	height: auto;
	}

.footerIcon{
	position: relative;
	display: flex;
/*
	left: 50%;
	margin-left: -50vw;
*/
	overflow: hidden;
	margin-top: 50px;
	}

.buruburu img{
	width: auto;
	height: 65px;
	}

.footerIcon img:first-child {
	-webkit-animation: loop 50s -25s linear infinite;
	animation: loop 50s -25s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	}

/* 2つ目の画像 */
.footerIcon img + img {
	-webkit-animation: loop2 50s  linear infinite;
	animation: loop2 50s linear infinite;
	}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.buruburu{
	display: inline-block;
	animation: hurueru .2s infinite;
	}

@keyframes hurueru {
	0% {transform: translate(0px, 0px) rotateZ(0deg)}
	25% {transform: translate(1px, 1px) rotateZ(0.5deg)}
	50% {transform: translate(0px, 1px) rotateZ(0deg)}
	75% {transform: translate(1px, 0px) rotateZ(-0.5deg)}
	100% {transform: translate(0px, 0px) rotateZ(0deg)}
	}

.footerLine{
	border-bottom: 4px solid rgba(255,255,255,1.00);
	}

.Copyright{
	font-size: 0.7em;
	text-align: center;
	padding: 15px;
	color: #fff;
	}





/*下層ページトップ画像タイトル*/
.pagetopimg{
	position: relative;
	background-blend-mode: multiply;
	background-size: 100%;
	overflow: hidden;
	background-position: top 0px center;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
	text-align: center;
	z-index: 0;
	}

.pagetopimg::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: -10;
	}

.pagetop-inner{
	display: table-cell;
	vertical-align: middle;
	}

.PageTitle{
	display: inline-block;
	color: #fff;
	}

.PageTitle img{
	max-width: 320px;
	height: auto;
	text-align: center;
	width: 80%;
	margin-bottom: 5px;
	}

.PageTitle p{
	font-size: 1em;
	letter-spacing: 0.06em;
	}

.PageTitle h1{
	font-size: 1em;
	letter-spacing: 0.06em;
	font-family: "Hiragino UD Sans Rd W3 JIS2004";
	}

.Page-h1{
	text-align: center;
	font-size: 1.3em;
	font-feature-settings:"palt";
	letter-spacing: 0.05em;
	line-height: 1.30em;
    margin-top: -30px;
	}


@media only screen and (max-width: 1024px){
.pagetopimg{
	height: 250px;
	}
}

@media only screen and (min-width: 1025px){
.pagetopimg{
	height: 400px;
	}
}

@media only screen and (max-width: 768px){
	
.pagetopimg{
	margin-top: 50px;
	}

#product{
	background-image:url(../img/PageTop-productSp.jpg);
	}
	
#news{
	background-image:url(../img/PageTop-newsSp.jpg);
	}
	
#company{
	background-image:url(../img/PageTop-CompanySp.jpg);
	}
	
#csr{
	background-image:url(../img/PageTop-CSRSp.jpg);
	}
	
#recruit{
	background-image:url(../img/PageTop-recruitSp.jpg);
	}

#contact{
	background-image:url(../img/PageTop-contactSp.jpg);
	}
}

@media only screen and (min-width: 769px){
	
.pagetopimg{
	margin-top: 90px;
	}

#product{
	background-image:url(../img/PageTop-product.jpg);
	}
	
#news{
	background-image:url(../img/PageTop-news.jpg);
	}
	
#company{
	background-image:url(../img/PageTop-Company.jpg);
	}
	
#csr{
	background-image:url(../img/PageTop-CSR.jpg);
	}

#recruit{
	background-image:url(../img/PageTop-recruit.jpg);
	}

#contact{
	background-image:url(../img/PageTop-contact.jpg);
	}
}






