@charset "UTF-8";
/*--------------------------------------------
  MV
----------------------------------------------*/
.mv {
  background: #ea526b;
}
.mv_inner {
  color: #ffffff;
  margin: 0 auto;
  padding: 0 20px 28px;
  max-width: 1500px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin: 0 0 40px;
  }
  .mv_inner {
    width: 100%;
    padding: 5px 0 20px;
  }
}
/*--------------------------------------------
  breadcrumb
----------------------------------------------*/
.breadcrumbs {
	text-align: left;
	margin-bottom: 12px;
}
.breadcrumbs li a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumbs > ol > li::after {
	background: url("/item/mat/collection/renew2020/common/images/icon/breadcrumb_white.svg") transparent top center no-repeat;
	background-size: contain;
}

/*--------------------------------------------
  content
----------------------------------------------*/
.section_inner {
  margin-bottom: 100px;
}
.content {
  text-align: center;
  /* pointer-events: none; */
}
.mv_content {
  text-align: center;
}
.mv_content h1 {
  position: relative;
  font-size: 2.4rem;
  padding-top: 25px;
}
.mv_content h1::before {
  content: "";
  position: static;
  top: 10px;
  left: calc(50% - 13px);
  background-size: 200%;
  background-repeat:no-repeat;
  background-position:left top;
  width: 26px;
  height: 38px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.mv_content .icon_northern_europe_w:before {
    margin-bottom:11px;
}
.mv_content .icon_flower_w:before {
  width:30px;
  height:30px;
  margin-bottom: 4px;
}
.mv_content .icon_retro_w:before {
  width:38px;
  height:25px;
  margin-bottom: 3px;
}
.mv_content .icon_animal_w:before {
  width:32px;
  height:32px;
  margin-bottom: 6px;
}
.mv_content .icon_japanese_style_w:before {
  width:38px;
  height:38px;
  margin-bottom: 9px;
}
.mv_content .icon_kids_w:before {
  width:32px;
  height:32px;
  margin-bottom: 9px;
}
.mv_content .icon_negai_w:before {
  width:30px;
  height:30px;
  margin-bottom: 3px;
}
.mv_content .icon_dusken_w:before {
  width:34px;
  height:28px;
  margin-bottom: 5px;
}

.mv_content .icon_tradition_w:before {
  width:34px;
  height:34px;
  margin-bottom: 5px;
}
.mv_content >p {
  font-size: 1.5rem;
  line-height: 1.86;
  padding-top: 20px;
  font-weight: 300;
}
.content > .section_inner{
	position:relative;
}
.about_link {
  display: inline-block;
  position:absolute;
  right:20px;
  top: 0;
  margin: 10px auto 0;
  text-align: right;
}
.about_link li a {
  display: inline-block;
  border: 1px solid #c4c4c4;
  line-height: 1;
  padding: 8px 14px 7px 14px;
	font-size: 1.3rem;
}
.mat{
  margin: 10px auto;
  padding-top:20px;
}
.mat_ttl_block .mat_ttl{
	font-size:1.8rem;
	text-align:left;
}
.category_content ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  /* display: block; */
}
.category_content ul li {
  width: calc(100% / 5 - 24px);
  margin-bottom: 56px;
	margin-right: 30px;
}
.category_content ul li:nth-child(5n) {
	margin-right: 0;
}
@media screen and (max-width: 1000px) {
	.category_content ul li {
      margin-bottom: 4%;
	}
}
@media screen and (max-width: 767px) {
  .section_inner {
    margin-bottom: 50px;
  }
  .mv_content h1 {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    padding: 0 10px 0 40px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.2;
    vertical-align: middle;
  }
  .mv_content h1::before {
    position: absolute;
    width: 19px;
    height: 27px;
    bottom: 0;
    top: 0;
    left: 10px;
    display: inline-block;
    margin: auto;
  }
  .mv_content h1.icon_northern_europe_w::before {
  	width: 22px;
  	height: 34px;
  	margin: auto;
  	left: 5px;
  }
  .mv_content .icon_flower_w:before {
	  width: 24px;
	  height: 27px;
	  margin-bottom: auto;
	}
	.mv_content .icon_retro_w:before {
	  width: 28px;
	  height: 22px;
	  left: 10px;
	  margin-bottom: auto;
	}
	.mv_content .icon_animal_w:before {
	  width: 25px;
	  height:27px;
	  margin-bottom: auto;
	}
	.mv_content .icon_japanese_style_w:before {
	  width: 25px;
	  height: 27px;
	  /* top: -1px; */
	  margin-bottom: auto;
	}
	.mv_content .icon_kids_w:before {
	  width: 22px;
	  height: 22px;
	  top: -3px;
	  margin-bottom: auto;
	}
	.mv_content .icon_negai_w:before {
	  width: 24px;
	  height: 26px;
	  margin-bottom: auto;
	}
	.mv_content .icon_dusken_w:before {
	  width: 27px;
	  height: 27px;
	  margin-bottom: auto;
	}
	.mv_content .icon_tradition_w:before {
	  width: 27px;
	  height: 27px;
	  margin-bottom: auto;
	}
  .mv_content >p {
    font-size: 1.4rem;
    text-align: left;
    padding: 23px 20px 0 20px;
    line-height: 1.6;
  }
  .about_link {
    display: none;
  }
  .mat{
  	margin:0 auto;
  	padding-top:0;
  }
  .category_content ul li {
    width: calc(100% / 2 - 10px);
    margin-bottom: 40px;
    margin-right: 20px !important;
  }
	.category_content ul li:nth-child(2n) {
      margin-right: 0 !important;
	}
}
/*--newcss 7/09/25 --*/
.mat_item_desc {
  font-size: 1.4rem;
  text-align: left;
}