/*slider*/
.slider {
  display: block;
  margin: 0 auto;
}

.slider img{
	width:100%;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: 0 !important;
  border: none !important;
  margin: 0 auto !important;
  background: #fff;
  	box-shadow:none !important;
}

.bx-pager-item {
  visibility: hidden;
}

/*header*/
#header-global-nav{
	margin-top:60px;
}


/* frees pace */
/*.news {
  border-style: double none;*/
  /*border-color: #b2a487;*/
/*  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}*/

/*.news-inner {
  max-width: 1050px;*/
  /*margin-top: 10px;
  margin-bottom: 10px;*/
/*  padding-left: 5px;
  color: #5d5d5d;
}*/

/*.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}*/

/* recommernd
.recommend-items {
  margin-top: 3em;
} */


/*top_yuzu1*/
.top_yuzu1 .ttl1{
	text-align:center;
	margin-bottom:40px;
}

.top_yuzu1 .ttl1 .sp_img{
	display:none;
}

.top_yuzu1 .txt1{
	text-align:center;
	margin-bottom:80px;
  line-height:2.375;
}

.top_yuzu1 .txt1 p+p{
	margin-top:40px;
}

.top_yuzu1 .link_area{
	padding:0 0 120px;
}

/*
.top_yuzu1 .link1{
	max-width:400px;
}

.top_yuzu1 .link1 a{
	display:block;
	background:rgba(255,255,255,0.8);
	text-align:center;
	-webkit-transition:0.5s;
	transition:0.5s;
	border:1px solid #eccd3b;
	padding:2px;
	font-weight:bold;
}

.top_yuzu1 .link1 a span{
	display:block;
	border:1px solid #eccd3b;
	padding:50px 10px;
	font-size:30px;
}

.top_yuzu1 .link1 a:hover{
	text-decoration:none;
	opacity:0.6;
}
.top_yuzu1 .link1 a:focus{
	text-decoration:none;
}
*/

.top_yuzu1 .link1{
	overflow:hidden;
	max-width:800px;
	margin:0 auto;
}

.top_yuzu1 .link1 li{
	width:48%;
	text-align:center;
}

.top_yuzu1 .link1 li:nth-child(odd){
	float:left;
	clear:both;
}

.top_yuzu1 .link1 li:nth-child(even){
	float:right;
}

.top_item{
	background:url(https://img21.shop-pro.jp/PA01409/583/etc/lineup_bg.jpg?cmsp_timestamp=20181005160754) top center;
  	padding:144px 0 100px;
}

.top_news{
  	padding:0 0 100px;
}

.top_item .item_list{
	overflow:hidden;
}

.top_item .item_list li{
	float:left;
	width:23.5%;
	margin-right:2%;
	text-align:center;
	margin-bottom:45px;
}

.top_item .item_list li:nth-child(4n){
	margin-right:0;
	float:right;
}

.top_item .item_list li:nth-child(4n+1){
	clear:both;
}

.top_item .item_list .ttl{
	display:block;
	padding-top:10px;
}

.top_item .item_list li a:hover{
	text-decoration:none;
}

.top_item .item_list li a:hover .ttl{
	opacity:0.6;
}

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

.slider {
  margin:0 -90px;
}

.top_yuzu1 .ttl1 .sp_img{
	display:inline;
}

.top_yuzu1 .ttl1 .pc_img{
	display:none;
}

.top_yuzu1 .ttl1{
	margin-bottom:20px;
}

.top_yuzu1 .txt1{
	text-align:left;
	margin-bottom:30px;
}

.top_yuzu1 .txt1 p+p{
	margin-top:20px;
}

.top_yuzu1 .pc_br{
	display:none;
}

.top_yuzu1 .link_area{
	padding:0 0 60px;
	background:none;
}

/*
.top_yuzu1 .link1 a span{
	padding:20px 0;
	font-size:16px;
}
*/

.top_news{
  	padding:0 0 60px;
}

.top_item{
	padding:60px 0;
}

.top_item .item_list li{
	width:31%;
	margin-right:3.5%;
}

.top_item .item_list li:nth-child(4n){
	margin-right:3.5%;
	float:left;
}

.top_item .item_list li:nth-child(4n+1){
	clear:none;
}

.top_item .item_list li:nth-child(3n){
	margin-right:0;
	float:right;
}

.top_item .item_list li:nth-child(3n+1){
	clear:both;
}

}

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

.top_item .item_list li{
	width:48%;
	margin-right:0;
}

.top_item .item_list li:nth-child(4n){
	margin-right:0;
}

.top_item .item_list li:nth-child(4n+1){
	clear:none;
}

.top_item .item_list li:nth-child(3n){
	float:left;
}

.top_item .item_list li:nth-child(3n+1){
	clear:none;
}

.top_item .item_list li:nth-child(odd){
	clear:both;
}

.top_item .item_list li:nth-child(even){
	float:right;
}
}