.ProductListWrap .Breadcrumbs {
  margin: 0 0 98px;
}

.Media .Breadcrumbs {
  margin: 0 0 65px;
}

.Shop .Breadcrumbs {
  margin: 0 0 100px;
}

.Breadcrumbs__list {
  letter-spacing: -.4rem;
  text-align: left;
  white-space: nowrap;
  overflow: scroll;
  padding: 0.7% 0;
}

.Breadcrumbs__list--item {
  letter-spacing: normal;
  margin: 0 4.9% 0 0;
  position: relative;
  font-size: 19px;
  display: inline-block;
}

.Breadcrumbs__list--item::before {
  position: absolute;
  content: ">";
  font-size: 19px;
  font-family: "NotoSansCJKjp", serif;
  font-weight: 400;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -29%;
}

.Breadcrumbs__list--item:last-child::before {
  content: unset;
}

.ProductList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ProductList__full {
  flex: 0 1 100%;
  margin: 0 0 62px;
}

.ProductList__columns {
  flex: 0 1 46.6%;
  margin: 0 0 24px 0;
}

.Top .ProductList__columns:first-child {
  flex: 0 1 100%;
  padding: 0 18.8%;
  margin: 0 0 54px;
  position: relative;
}

.Top .ProductList__columns:first-child .ProductList__best--img {
  right: 70px;
  top: -20px;
}

.ProductList__text {
  position: relative;
  letter-spacing: 1.12px;
  line-height: 1.4;
  font-size: 23px;
}

.ProductList__columns .ProductList__text {
  line-height: 1.9;
  letter-spacing: 0.48px;
  font-size: 19px;
  padding: 0 9% 0 0;
}

.ProductList__text::before {
  position: absolute;
  content: "";
  right: 0%;
  height: 1px;
  width: 21px;
  background: #2B2B2B;
  transform: rotate(49deg);
  transform-origin: right;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ProductList__text::after {
  position: absolute;
  content: "";
  right: 0%;
  height: 1px;
  width: 21px;
  background: #2B2B2B;
  transform: rotate(-49deg);
  transform-origin: right;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ProductList__img {
  margin: 0 0 15px;
}

.ProductList__link {
  display: block;
}

.ProductList__best {
  position: relative;
}

.ProductList__best--img {
  position: absolute;
  width: 109px;
  max-height: 109px;
  z-index: 1;
}

.Top .ProductList__best--img {
  right: -20px;
  top: -40px;
}

.ProductListWrap .ProductList__best--img {
  top: -29px;
  right: 27px;
}

.Bg {
  background: url(../images/common_bg_top_01.png) no-repeat, url(../images/common_bg_bottom_01.png) no-repeat;
  background-position: center 24px, center bottom;
  background-size: 100%,100%;
  padding-bottom: 160px;
}

.Bg__top--01 {
  background: url(../images/top/top_bg_01.jpg) center top no-repeat;
  background-size: cover;
  padding: 118px 0;
  margin: 0 0 193px;
}

.Bg__top--02 {
  background: url(../images/top/top_bg_02.jpg) center top no-repeat;
  background-size: cover;
  padding: 106px 0 89px;
  margin: 0 0 171px;
}
/*# sourceMappingURL=productlist.css.map */