body {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	color: #000000;
	background: url('../img/bg.jpg') no-repeat center center fixed;
	background-size: cover;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.wrapper::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/01.png');
}

header {
  width: 100%;
  height: 60px;
  background: #FFF;
}
.header_container {
	position: relative;
  width: 1000px;
  margin: 0 auto;
}
.header_container img {
  margin: 10px 0;
	height: 40px;
}
.header_container img:hover {
	opacity: 0.8;
}

.header_center {
	position: absolute;
	top: 0;
	right: 150px;
}
.header_center img {
	margin: 10px 0 10px 5px;
	height: 40px;
}
.header_center img:hover {
	filter: contrast(1.5);
}

.header_right {
	position: absolute;
	top: 0;
	right: 0;
}
.header_right img {
	margin: 10px 0 10px 5px;
	height: 40px;
}
.header_right img:hover {
	filter: contrast(1.5);
}
section {
	width: 100%;
  padding: 50px 0;
}

.wrapper {
	width: 100%;
	height: 100%;
}

.goto_index{
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 120px;
  height: 45px;
  z-index: 2;
}
.goto_index a{
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  box-sizing: border-box;
  background: #acacac;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}
.goto_index a:hover{
  background: #E53E4F;
}

/* ---------------------------------------------------
ポップアップ
--------------------------------------------------- */
.pop_search {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	width: 300px;
	animation: rotation 3s infinite linear;
}
.pop_search a:hover {
	filter: brightness(1.2);
}
.pop_delete {
	position: fixed;
	bottom: 287px;
	right: 0;
	z-index: 1001;
	width: 37px;
	animation: rotation 3s infinite linear;
}
.pop_delete img:hover {
	filter: saturate(250%);
}
@-webkit-keyframes rotation {
	0% {-webkit-transform: translateY(0);}
	5% {-webkit-transform: translateY(-10px);}
	10% {-webkit-transform: translateY(0);}
	15% {-webkit-transform: translateY(-10px);}
	20% {-webkit-transform: translateY(0);}
}
@keyframes rotation {
	0% {transform: translateY(0);}
	5% {transform: translateY(-10px);}
	10% {transform: translateY(0);}
	15% {transform: translateY(-10px);}
	20% {transform: translateY(0);}
}



/* ページトップボタン */
#pagetop {
	display: none;
}
.footer_arw {
	display: block;
	width: 40px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
  bottom: 50px;
  right: 50px;
}

/* フッター */
footer {
	width: 100%;
  height: 80px;
  background: #fff;
}
footer .obi {
	width: 100%;
  height: 28px;
  background: url('../img/bg_footer.gif') repeat-x;
}
footer .policy {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}
footer .policy a:before {
  content: "▶";
  padding: 0 3px;
  margin-right: 5px;
  color: #0033cc;
  background: #fff;
  border-radius: 3px;
}
footer .policy a {
  padding-right: 50px;
  color: #fff;
}

footer .copy {
  width: 1000px;
	font-size: 0.8em;
	margin: 0 auto;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}

.footer_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer_fix img {
  width: 100%;
}
.wide_area {width: 1200px; margin: 0 auto;}


/* -----------------------------------------------------
  トップメイン
------------------------------------------------------ */

.main {
  width: 100%;
}
.main .main_title {
  position: relative;
  width: 1000px;
	height: 360px;
  margin: 0 auto;
  padding-top: 70px;
}
.main .main_title h1 {
  margin-bottom: 10px;
  font-size: 3.4em;
  font-weight: bolder;
  color: #014da3;
  text-shadow: 1px 0px 0px #FFF, 0px 1px 0px #FFF, -1px 0px 0px #FFF, 0px -1px 0px #FFF, 2px 2px 3px #FFF;
  line-height: 1.2em;
}

.main .main_lead {
  width: 400px;
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
  color: #FFF;
  background: #333;
}
.main .main_dl {
	margin-top: 5px;
}
.main .main_dl img {
	width: 360px;
}
.main .main_dl img:hover {
	filter: contrast(1.5);
}
.main_title .lady {
  position: absolute;
  bottom: 0;
  right: 0;
/*
  -webkit-animation-name: sample_anime;
  -webkit-animation-duration: 3s;
  animation-name: lady_img;
  animation-duration: 3s;
*/
}

.main_title .lady img {
  height: 240px;
}
/*
@keyframes lady_img {
  0% {
    transform: translateX(9999px);
  }
  100% {
    transform: translateX(0);
  }
*/
}

.main_slider {
  width: 100%;
  padding: 15px 0;
  background: rgba(0,78,162,0.2);
  text-align: center;
}
.main_slider li:hover {
	filter: brightness(0.8);
}

.bg_gy {background: #EFEFEF;}
.bg_w {background: #FFFFFF;}
.bg_trasparent2 {background: rgba(0,0,0,0.8);}
.bg_trasparent3 {background: rgba(0,0,40,0.8);}
.bg_trasparent4 {background: #d3edfb;}
.bg_trasparent5 {background: rgba(0,78,162,0.3); padding: 15px 0;}

.search {
  height: 1000px;
}
.wide_area .search_title {
	margin: -30px 0 -35px;
}
.wide_area .search_title a {
	transition: 0.3s ease;
}
.wide_area .search_title a:hover {
	filter: brightness(1.2);
	transform: scale(1.05);
}


/* 商品一覧 */
.type_print {
	margin-top: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.type_print dl {
	position: relative;
	display: inline-block;
	width: 240px;
	height: 320px;
	vertical-align: top;
	background: #FFF;
}
.type_print dl a {
	display: block;
	width: 100%;
	height: 100%;
}
.type_print dl a:hover {
	opacity: 0.8;
}
.type_print .c_oricon {background: #1485b7;}
.type_print .c_box {background: #014D8B;}
.type_print .c_mesh {background: #ea7777;}
.type_print .c_agri {background: #008040;}

.type_print .bg_oricon {
	background: url('../img/type_oricon.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_print .bg_box {
	background: url('../img/type_box.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_print .bg_mesh {
	background: url('../img/type_mesh.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_print .bg_agri {
	background: url('../img/type_agriculture.png') no-repeat center bottom, #FFF;
	background-size: contain;
}

.type_print dt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}
.type_print dd {
	margin-top: 40px;
	padding: 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	background: rgba(255,255,255,0.5);
}

/* カテゴリ別コンテナ */
.category {
	position: relative;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.category .catch {
	position: absolute;
	top: 5px;
	left: 20px;
	display: table;
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 50%;
	background: #fabd00;
	transform: rotate(-20deg);
}
.category .catch::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 2;
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 3px dashed #fabd00;
}
.category .catch strong {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}

.category h2 {
	position: relative;
	margin: 0px auto 20px;
	width: 480px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-size: 2.5em;
	font-weight: bold;
	border: 1px solid #FFF;
	background: #003f9c;
}

.category p {
	position: relative;
	display: table-cell;
	width: 1000px;
	height: 60px;
	vertical-align: middle;
	color: #333;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.5em;
}
.category p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 240px;
	height: 70px;
	font-size: 60px;
	font-weight: lighter;
	border: 2px solid #333;
	transform: rotate(-45deg);
}
.category p::after {
	content: "";
	position: absolute;
	top: 0;
	right: 240px;
	height: 70px;
	font-size: 60px;
	font-weight: lighter;
	border: 2px solid #333;
	transform: rotate(45deg);
}
.category ul {
	margin-top: 10px;
}
.category ul li {
  position: relative;
  display: inline-block;
  margin: 5px;
}
.guide_text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 300px;
  height: 200px;
}
.guide_text ol li {
  margin: 15px 5px 15px 10px;
  display: block;
  text-align: left;
  font-size: 1.5em;
	box-shadow: none;
}
.guide_text ol li a {
  display: block;
	width: 100%;
	height: 100%;
	padding: 0.3em 0;
  font-weight: bold;
  color: #333;
	text-shadow: 1px 1px 3px 3px #FFF;
  line-height: 1em;
	box-shadow: 0 0 3px 5px rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.5);
	transition: transform 0.2s ease;
}
.guide_text ol li a:hover {
	color: #C5314A;
	transform: scale(1.05);
	transform-origin: left;
}

/* ピックアップコンテナ */
.bg_trasparent3 p {color: #FFF;}
.bg_trasparent3 p::before {border: 2px solid #FFF;}
.bg_trasparent3 p::after {border: 2px solid #FFF;}

.type_pickup {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.type_pickup dl {
	position: relative;
	display: inline-block;
	margin: 10px 0;
	width: 320px;
	height: 300px;
	vertical-align: top;
	background: #FFF;
	box-shadow: 1px 1px 3px #333;
}
.type_pickup dl a {
	display: block;
	width: 100%;
	height: 100%;
}
.type_pickup dl a:hover {opacity: 0.8;}

.type_print dl,
.guide_container li,
.type_pickup dl {transition: 0.5s;}

.type_print dl:hover,
.guide_container li:hover,
.type_pickup dl:hover {
	transform: scale(1.05);
}
.type_pickup .c_horei {background: #003f9c;}
.type_pickup .c_douden {background: #b28b00;}
.type_pickup .c_jieitai {background: #5e5e5e;}
.type_pickup .c_green-label {background: #6eb12e;}
.type_pickup .c_automatic {background: #3b7fbc;}
.type_pickup .c_ceramic {background: #888888;}
.type_pickup .c_co2 {background: #F39800;}

.type_pickup .bg_horei {
	background: url('../img/bg_horei.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_pickup .bg_douden {
    position: relative;
	background: url('../img/bg_douden.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_pickup .bg_douden .new_sw{
    content: "";
    position: absolute;
    top: 50px;
    right: 15px;
}

.type_pickup .bg_jieitai {
	background: url('../img/bg_jieitai.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_pickup .bg_green-label {
	background: url('../img/bg_green-label.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_pickup .bg_automatic {
	background: url('../img/bg_automatic.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_pickup .bg_ceramic {
	background: url('../img/bg_antibacterial.png') no-repeat center bottom, #FFF;
	background-size: contain;
}

.type_pickup .bg_co2{
	background: url('../img/bg_co2.png') no-repeat center bottom, #FFF;
	background-size: contain;
}
.type_pickup .bg_co2 sub {vertical-align: middle;}

.type_pickup dt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
}
.type_pickup dd {
	padding: 50px 10px 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	background: rgba(255,255,255,0.5);
}
.type_pickup dd img {
	margin: 10px auto;
	width: 150px;
}


/* トピックス */
.topics {
  margin: 0 auto;
  width: 1000px;
  padding: 50px 0;
}
.topics dl {
  margin-bottom: 20px;
  padding: 0 50px;
  border-bottom: 1px dotted #333;
}
.topics dt {
  display: block;
  padding: 10px 0;
  text-align: left;
}
.topics dd {
  padding: 10px 0;
  word-wrap: break-word;
  line-height: 1.5em;
  text-align: left;
}
.topics strong {
  font-size: 1.2em;
}
.topics .news {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 20px;
  background: #014da3;
  color: #FFF;
  border-radius: 3px;
}

/* 会社情報 */
.company {
  margin: 0 auto;
  width: 1000px;
  padding: 50px 0;
  text-align: center;
}
.company li {
  display: inline-block;
  margin: 20px 5px;
}

/* お問い合わせ */
.contact_area {
	background:	url('../../images/bg_contact.jpg') no-repeat center;
	background-size: cover;
}
.contact {
  margin: 0 auto;
  width: 1000px;
  padding: 80px 0;
  text-align: center;
}
.contact .box {
  margin: 0 30px;
  display: inline-block;
  width: 360px;
  padding: 20px;
  color: #FFF;
  line-height: 1.5em;
  text-align: center;
  background: rgba(0,0,0,0.5);
}
.contact .box img{
  margin: 20px;
}
.contact .box p {
  margin-bottom: 20px;
  font-size: 2.0em;
  font-weight: bolder;
}
.contact .inquiry_form {
	display: block;
  margin: 10px 0;
  width: 100%;
  padding: 10px;
	box-sizing: border-box;
  text-align: center;
  color: #FFF;
	text-decoration: none;
  border-radius: 5px;
  background: #CC0000;
}
.contact .inquiry_form:hover {
	background: #F90;
}

/* facebook */
.main .jumpsns_area{
  position: absolute;
  z-index: 100;
  top: 5px;
  right: 0;
}
.main .jumpsns_area .jumpsns {
  margin-top: 20px;
}
.main .jumpsns_area .jumpsns img:hover {
	filter: contrast(1.5);
}
/*
.main .jumpsns_area .jumpsns{
  width: 376px;
  height: 74px;
  margin-top: 20px;
  border-radius: 5px;
  background: #FFF;
}

.main .jumpsns_area .jumpsns img{
  width: 50px;
  margin-right: 14px;
}
.main .jumpsns_area .jumpsns a{
  float: right;
  display: block;
  padding: 5px 15px;
  border: 2px solid #014D8B;
  border-radius: 5px;
  margin: 5px 4px;
}
.main .jumpsns a span{
  display: inline-block;
  margin-top: 20px;
  margin-right: 17px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #014D8B;
}
*/
.sns_area{
	background: rgba(0,0,0,0.1);
	background-size:  cover;
}
.sns_area .sns {
	margin: 0 auto;
	width: 1000px;
	padding: 80px 0;
	text-align: center;
}
.sns_area .sns iframe{
  margin: 5px 35px;
}
.sns_area .sns p.text{
  background: #FFF;
  padding-bottom: 13px;
}
.sns_area .sns .linkbox{
  display: inline-block;
  width: 340px;
  margin: 5px 35px;
  vertical-align: top;
}
.sns_area .sns .linkbox .logo{
  background: #FFF;
}
.sns_area .sns .linkbox a{
	position: relative;
	margin: 5px 0;
	width: 100%;
	text-decoration: none;
}
.sns_area .sns .linkbox a img{
  width:100%;
  border: 1px solid #ccc;
}
.sns_area .sns .linkbox a p{
  position: absolute;
  left: 0;
  bottom: -324px;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  background: rgba(0,80,160,0.9);
}

/* footer */
#foot{
	background : #333;
	margin : 0 auto;
	padding : 10px 0;
	color : #fff;
	font-size : 12px;
	line-height: 1.5em;
	}
#foot h2{
	padding : 20px 0 5px 0;
	margin : 0 auto;
	text-align: center;
	font-size : 24px;
	font-weight: normal;
	line-height: 1.5;
	}
#foot h2 span {
	display: block;
	color: #CCC;
	font-size: 0.6em;
}

#foot .foot_area {
	width: 100%;
	border-bottom: 2px solid #FFF;
}
#foot .wrapper{
	width : 1000px;
	padding : 45px 0 0 0;
	margin : 0 auto;
	text-align : left;
	}
#foot .near {
  display: block;
  width: 490px;
  margin: 0 auto 2em;
  padding: 0.5em 1em;
  box-sizing: border-box;
  color: #EFEFEF;
  text-align: center;
  border: 1px solid #CCC;
}
#foot .wrapper .office_left{
	width : 500px;
	float : left;
	}
#foot .wrapper .office_right{
	width : 500px;
	float : left;
	}
#foot .office_right a {
  color: #f90;
}

#foot .wrapper .office_left ul,
#foot .wrapper .office_right ul{
	margin : 0 0 30px 0;
	}
#foot .wrapper .office_left ul li,
#foot .wrapper .office_right ul li{
	margin : 0 0 10px 0;
	}
#foot .wrapper .office_left ul li span,
#foot .wrapper .office_right ul span{
	color: #CCC;
}
#foot .wrapper .office_left h3,
#foot .wrapper .office_right h3{
	font-weight : bold;
	font-size : 16px;
	margin : 0 0 10px 0;
	}
#foot .wrapper .office_left h4,
#foot .wrapper .office_right h4{
	font-weight : bold;
	font-size : 13px;
	margin : 0;
	}

#foot .wrapper .office_left2{
	width : 820px;
	float : left;
	}
#foot .wrapper .office_right2{
	width : 180px;
	float : left;
	}
#foot .wrapper .office_left2 h3,
#foot .wrapper .office_right2 h3{
	font-weight : bold;
	font-size : 18px;
	margin : 0 0 20px 0;
	text-align : center;
	}
#foot .wrapper .office_left2 li{
	width : 250px;
	float : left;
	}
#foot .wrapper .office_left2 li,
#foot .wrapper .office_right2 li{
	margin : 0 0 5px 0;
	}

#foot .wrapper ul#foot_navi{
	margin : 0 0 10px 0;
	}
#foot .wrapper ul#foot_navi li{
	padding : 0 0 0 15px;
	margin : 0 30px 0 0;
	float : left;
	background : url('../img/f_arrow.jpg') no-repeat center left;
	}
#foot .wrapper ul#foot_navi li a{
		color: #FFF;
	}
#foot .wrapper .logo{
	text-align : right;
	margin : 0 0 30px 0;
	}
#foot .wrapper .logo p{
	margin : 0 0 5px 0;
	}
#foot #copy{
	border-top : solid 2px #fff;
	padding : 5px 0 0 0;
	text-align : right;
	}
#foot #copy p{
	width : 1000px;
	margin : 0 auto;
	}
	.clear:after {
	  content: ".";
	  display: block;
	  clear: both;
	  height: 0;
	  visibility: hidden;
	}

	.clear{
	  min-height: 1px;
	}

/* ページトップ */
#pagetop {
	display: none;
}
.footer_arw {
	display: block;
	width: 40px;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1001;
}


#footer_pickup{
	background: #CCC;
  padding: 25px 0;
}
.product {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
}
.product li {
	margin: 1%;
	display: block;
	width: 23%;
	box-sizing: border-box;
}
.product li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.product li img {
	margin: 0 ;
	width: 100%;
	border: 1px solid #CCC;
	box-sizing: border-box;
	background: #FFF;
}
.product li h3 {
	display: block;
	width: 100%;
	padding: 10px 0 0;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}
.product li span {
	display: block;
	margin-top: 10px;
	width: 100%;
	padding: 3px 0;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	color: rgba(255,255,255,0.8);
	font-size: 0.7em;
	font-weight: normal;
	border-top: 1px dashed rgba(255,255,255,0.3);
}
.product li .pro_guide {
	display: block;
	width: 100%;
	min-height: 85px;
	padding: 10px 5px;
	box-sizing: border-box;
	color: #333;
	font-size: 0.9em;
	background: #EFEFEF;
}
.product li .pro_guide h4 {
	color: #2c74bc;
	font-size: 1.2em;
	font-weight: bold;
}
.product li .mover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.product li .mover p {
	display: block;
	margin: 100px auto 0;
	width: 100px;
	padding: 5px 10px;
	color: #FFF;
	text-align: center;
	border: 1px solid #CCC;
	background: rgba(255,255,255,0.2);
}
.product li a:hover > .mover {
	display: block;
}

.bg_black{
  background: #333;
	border: 1px solid #333;
}
.bg_blue {
  background: #00acdd;
  border: 1px solid #00acdd;
}
.bg_green {
  background: #00b59d;
	border: 1px solid #00b59d;
}
.bg_red {
  background: #f05972;
	border: 1px solid #f05972;
}

/* googleフォント */
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }
