@charset "shift_jis";
/*-------------------------------------------

topCategryArea

-------------------------------------------*/
.topCategry-icon {
  width: 38px;
  height: 42px;
}
.topCategryArea .topCategryList{
  margin-top: 30px;
}
.topCategryArea .topCategryList ul:after{
  content: "";
	display: block;
	clear: both;
}
.topCategryArea .topCategryList li{
  position: relative;
  float: left;
  width: 31.7%;
  margin-top: 30px;
  margin-right: 2.4%;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
}
.topCategryArea .topCategryList li:nth-child(3n){
  margin-right: 0;
}
.topCategryArea .topCategryList li:nth-child(-n+3){
  margin-top: 0;
}
.topCategryArea .topCategryList li:nth-child(3n+1){
  clear: both;
}
.topCategryArea .topCategryBlock{
  position: relative;
  display: block;
  text-decoration: none;
}
.topCategryArea .topCategryBlock .icon{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 70px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.topCategryArea a.topCategryBlock:hover .ph,
.topCategryArea .topCategryBlock .col a:hover .ph{
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.topCategryArea .topCategryBlock .ph img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.topCategryArea .topCategryBlock .meta{
  background-color: #0B318F;
  padding: 75px 10px 25px;
  text-align: center;
  transition: .3s;
}
.topCategryArea .topCategryBlock .meta .name{
  margin-top: 8px;
  font-size: 1.06em;
  color: #fff;
}
.topCategryArea .topCategryBlock .meta .name span{
  position: relative;
  display: inline-block;
  padding-left: 0.7em;
}
.topCategryArea a.topCategryBlock:hover .meta .name span,
.topCategryArea .topCategryBlock .col a:hover .meta .name span{
  text-decoration: underline;
}
.topCategryArea .topCategryBlock .meta .name span:before{
  content: '';
  display: block;
  background: url(https://images.astyle.jp/images/cmn/icon/arw_white_r.png) center center no-repeat;
  background-size: 100%;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topCategryArea .topCategryBlock .col{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
	width: 100%;
}
.topCategryArea .topCategryBlock .col > a{
  width: 50%;
}
.topCategryArea .topCategryBlock .col img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.topCategryArea .meta-icon{
  position: relative;
}
