.block-product-items > .group {
  display: block;
  position: relative;
  max-width: 96rem;
  width: 95%;
  margin: 10rem auto;
  padding: 3rem;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9aab9;
}
.block-product-items > .group > .catch {
  max-width: 40rem;
  width: max-content;
  padding: 2rem;
  margin: -7.5rem auto 4rem;
  background-color: #fff;
  text-align: center;
  font-size: 3rem;
  color: #d9aab9;
  font-weight: 400;
  letter-spacing: 0.2rem;
  word-break: keep-all;
}
.block-product-items > .group > .name {
  padding: 3rem 1rem;
  text-align: center;
  font-size: 3.6rem;
  color: #666;
  word-break: keep-all;
}
.block-product-items > .group > .name small {
  display: block;
  font-size: 1.8rem;
}
.block-product-items > .group > .items > .item {
  list-style: none;
}
.block-product-items > .group > .items > .item + .item {
  margin-top: 10rem;
}
.block-product-items > .group > .items > .item > .contents {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.block-product-items > .group > .items > .item > .contents > .image {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15rem;
  padding: 1rem;
}
.block-product-items > .group > .items > .item > .contents > .image img {
  display: block;
  width: 100%;
  height: auto;
}
.block-product-items > .group > .items > .item > .contents > .texts {
  display: block;
  position: relative;
  -webkit-box-flex: 8;
  flex-grow: 8;
  flex-shrink: 8;
  flex-basis: 15rem;
  padding: 1rem;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .name {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  word-break: keep-all;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .icons {
  padding: 1rem 0rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .icons .icon {
  padding: 1rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 6rem;
  background-color: #c9bc9c;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  color: #fff;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .icons .icon + .icon {
  margin-left: 1rem;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .icons .icon.sa {
  background-color: #d9aab9;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .icons .icon.si {
  background-color: #c9bc9c;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .icons .icon.xsi {
  background-color: #8a807b;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .title > .body .amount {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 300;
  word-break: keep-all;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices {
  padding-bottom: 1rem;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 300;
  background-color: transparent;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  justify-content: center;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body > .cond {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 6em;
  align-self: center;
  text-align: left;
  font-size: 0.7em;
  vertical-align: 0.4em;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body .number {
  font-size: 1.8em;
  color: #d9aab9;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body .unit {
  display: inline-block;
  position: relative;
  color: #d9aab9;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body .unit .suffix {
  display: block;
  position: absolute;
  top: -0.4em;
  left: -1rem;
  right: -1rem;
  text-align: center;
  font-size: 0.25em;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body > .icon {
  background-color: #d9aab9;
  color: #fff;
  font-weight: 300;
}
.block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body .caption {
  display: inline-block;
  padding: 0rem 0.5rem;
  font-size: 0.4em;
  font-weight: 300;
}
.block-product-items > .group > .items > .item > .contents > .texts > .text {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.block-product-items > .group > .items > .item > .contents > .texts > .material {
  padding: 1.5rem 0rem;
  margin-top: 2rem;
  border-top-style: solid;
  border-top-width: 0.1rem;
  border-top-color: #d9aab9;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.block-product-items > .group > .items > .item > .contents > .texts > .material dt {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 6rem;
  color: #d9aab9;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.block-product-items > .group > .items > .item > .contents > .texts > .material dd {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 10rem;
}
@media (max-width:959px) {
  .block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body > .icon {
    display: inline-block;
    padding: 0.6em;
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    text-align: justify;
    font-size: 0.6em;
    line-height: 1.1em;
    vertical-align: -0.5em;
  }
  .block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body > .icon::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media (min-width:960px) {
  .block-product-items > .group > .items > .item > .contents > .texts > .summary > .prices > .price > .body > .icon {
    display: block;
    padding: 0.8rem;
    max-width: 25rem;
    width: auto;
    border-radius: 2.5rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
}
.block-product-items > .group > .items > .item > .button_caption {
  display: block;
  max-width: 65rem;
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2em;
}
.block-product-items > .group > .items > .item .button {
  display: block;
  position: relative;
  max-width: 65rem;
  width: 90%;
  margin: 3rem auto;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #c9bc9c;
}
.block-product-items > .group > .items > .item .button .text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1em;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
}
.block-product-items > .group > .items > .item .button .icon {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 1em;
  background-image: url("images/icon_cart.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary, .block-product-items > .group.type-normal > .items > .item > .contents > .texts > .summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary > .title, .block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary > .prices, .block-product-items > .group.type-normal > .items > .item > .contents > .texts > .summary > .title, .block-product-items > .group.type-normal > .items > .item > .contents > .texts > .summary > .prices {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20rem;
}
@media (min-width:960px) {
  .block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary > .title, .block-product-items > .group.type-normal > .items > .item > .contents > .texts > .summary > .title {
    padding-right: 4rem;
  }
  .block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary > .prices, .block-product-items > .group.type-normal > .items > .item > .contents > .texts > .summary > .prices {
    padding-left: 4rem;
    border-left-style: solid;
    border-left-width: 0.2rem;
    border-left-color: #d9aab9;
  }
}
@media (max-width:959px) {
  .block-product-items > .group.type-primary > .items > .item > .contents > .texts {
    display: contents;
  }
  .block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary {
    display: contents;
  }
  .block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary > .title {
    -webkit-box-flex: 2;
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 20rem;
    padding: 2rem;
  }
  .block-product-items > .group.type-primary > .items > .item > .contents > .texts > .summary > .prices > .price {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    padding: 3rem 0rem;
    margin-top: 3rem;
    border-top-style: solid;
    border-top-width: 0.2rem;
    border-top-color: #d9aab9;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 4.5rem;
  }
}
.block-product-items > .group.type-series > .items > .item > .contents > .texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-product-items > .group.type-series > .items > .item > .contents > .texts > .summary, .block-product-items > .group.type-series > .items > .item > .contents > .texts > .text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20rem;
}
.block-product-items > .group.type-series > .items > .item > .contents > .texts > .summary > .title > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.block-product-items > .group.type-series > .items > .item > .contents > .texts > .summary > .title > .body > .icons {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 15rem;
}
.block-product-items > .group.type-series > .items > .item > .contents > .texts > .summary > .title > .body > .amount {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 10rem;
}
@media (max-width:959px) {
  .block-product-items > .group.type-series > .items > .item > .contents > .texts {
    display: contents;
  }
  .block-product-items > .group.type-series > .items > .item > .contents > .texts > .text {
    text-align: center;
    word-break: keep-all;
  }
}
@media (min-width:960px) {
  .block-product-items > .group.type-series > .items > .item > .contents > .texts > .summary {
    margin-right: 4rem;
  }
}
/*# sourceMappingURL=./style.css.map */