.cmn-page-content {
  padding: 40px 0 110px;
}

.cmn-breadcrumb-block {
  border-top: 1px solid #d9d9d9;
}

.cmn-shopcategory-block {
  margin: 60px 0;
}

.cmn-pager-block {
  padding-top: 50px;
}

.page-title {
  word-wrap: 1120px;
  margin: 0 auto;
  text-align: center;
}

.head-note {
  line-height: 2;
  width: 800px;
  margin: 40px auto 0;
  text-align: left;
}

.shopguide-list {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shopguide-list .list-item {
  position: relative;
  margin-right: 24px;
  margin-bottom: 40px;
  width: 262px;
  background: #fff;
}

.shopguide-list .list-item:nth-child(4n) {
  margin-right: 0;
}

.shopguide-list .list-item a {
  position: relative;
  display: block;
}

.shopguide-list .logo-box {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  width: 262px;
  height: 182px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopguide-list .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shopguide-list .logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .more {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
}

.shopguide-list .more span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 203px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .21em;
}

.shopguide-list .info-box {
  background: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 26px 28px;
}

.shopguide-list .info-box .txt a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-decoration: underline;
}

.shopguide-list .name {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 0;
}

.shopguide-list .category {
  margin-top: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #a0a0a0;
}

.shopguide-list .txt {
  font-weight: bold;
  margin-top: 6px;
  line-height: 1.857142857;
}

.shopguide-list .list-item a:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  opacity: 1;
}

.shopguide-list .list-item a:hover .logo-box {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .list-item a:hover .logo img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .list-item a:hover .more {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+1) {
  -webkit-animation: fadeup 1.5s ease 0s forwards;
  animation: fadeup 1.5s ease 0s forwards;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+2) {
  -webkit-animation: fadeup 1.5s ease .4s forwards;
  animation: fadeup 1.5s ease .4s forwards;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+3) {
  -webkit-animation: fadeup 1.5s ease .8s forwards;
  animation: fadeup 1.5s ease .8s forwards;
}

.shopguide-list .js-fade.fadeup.active:nth-child(4n+4) {
  -webkit-animation: fadeup 1.5s ease 1.2s forwards;
  animation: fadeup 1.5s ease 1.2s forwards;
}

.cmn-sns-wrap {
  width: 1120px;
  margin: 40px auto 0;
}
/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
