.newshoptitle {
  margin: 40px 0;
  font-family: "Rakuten Sans", sans-serif;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}

.newshoplist {
  width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.newshoplist p.opendate {
  padding-left: 5px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
  border-left: 3px solid #333;
}
.newshoplist p.brandname {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
  word-break: normal;
}
.newshoplist .latestShop {
  margin-bottom: 80px;
}
.newshoplist .latestShop li {
  margin-bottom: 56px;
}
.newshoplist .latestShop li .opendate {
  margin-bottom: 24px;
}
.newshoplist .latestShop li .shopImg,
.newshoplist .latestShop li .shopConcept {
  display: inline-block;
  vertical-align: top;
}
.newshoplist .latestShop li .shopImg {
  margin-right: 16px;
}
.newshoplist .latestShop li .shopImg img {
  width: 250px;
}
.newshoplist .latestShop li .shopConcept {
  width: calc(100% - 271px);
}
.newshoplist .latestShop li p {
  font-size: 13px;
}
.newshoplist .latestShop li p.brandname {
  margin-bottom: 12px;
  font-size: 17px;
}
.newshoplist .shopItem {
  margin-top: 32px;
}
.newshoplist .apiProductList.sp {
  display: none;
}
.newshoplist .shop_box {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  margin-bottom: 32px;
}
.newshoplist .shop_box li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 187px;
}
.newshoplist .shop_box li.incenbox img {
  width: 187px;
}
.newshoplist a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50); /* IE lt 8 */
}

.footerLink_wrap {
  margin: 80px 0 40px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.footerLink_wrap .shopLink {
  display: inline-block;
  text-align: center;
}
.footerLink_wrap .shopLink:first-child {
  margin-right: 40px;
}
.footerLink_wrap .shopLink a {
  display: inline-block;
  width: 406px;
  font-size: 14px;
  line-height: 56px;
  color: #393e44;
  border: 1px solid #393e44;
  transition: 0.1s;
}
.footerLink_wrap .shopLink a:hover,
.footerLink_wrap .shopLink a:active {
  color: #ffffff;
  text-decoration: none;
  background: #747474;
}