ul.footer-link {
	display: flex;
	flex-wrap: wrap;
	height: 7em;
	margin-top:0;
	flex-direction: column;
	justify-content: flex-start;
  }
  .footer-link.bottom {
	margin-top: 20px;
	height: 10em;
	font-size: 13px;
  }
  .footer-txt{
	font-size: 2.2rem;
	margin: 60px 0 20px;
  }
  .footer-link li {
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
  }
  .footer-link a {
	opacity: .8;
	transition: .2s;
  }
  .footer-link a:hover, .footer-sns a:hover {
	opacity: .6;
  }
  .footer-sns {
	padding-top: 90px;
	display: flex;
	justify-content: center;
	font-size: 3rem;
	margin-bottom: 50px;
  }
  .footer-sns li:first-of-type {
	margin-right: 20px;
  }
  .footer-sns a {
	transition: .2s;
	color: #111;
  }
  .copy {
	font-family: "pirelli regular", a-otf-gothic-bbb-pr6n;
	text-align: center;
  }
  
  ul.nav-product {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 14px;
	margin-bottom: 15px;
  }
  ul.nav-site {
	margin-bottom: 8px;
  }
  ul.nav-sns {
	display: flex;
	font-size: 3rem;
	color: #111;
  }
  
  
  @media screen and (max-width: 767px) {
	.nav-product {
	  margin-bottom: 10px !important;
	}
	.nav-product li{
	  font-size: 16px;
	}
	.nav-product a, .nav-site a{
	  font-size: 16px;
	  padding: 6px 0;
	  padding-left: 6px;
	}
	.nav-icon a {
	  font-size: 16px;
	}
	.nav-site{
	  display: flex;
	  flex-wrap: wrap;
	}
	.nav-site li{
	  width: 40%;
	  margin: 0 10px;
	}
}

.itemlist_css{
	display: none ;
	margin-left: 0 !important;
	margin-right: 1.81% !important; 
}

@media screen and (max-width: 767px) {

	.itemlist_css{
		margin-left: 0 !important;
		margin-right: 0 !important; 
	}
	.itemul_css{
		justify-content: space-between;
	}
}
