.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item_name {
  text-align: center;
  font-size: 2rem;
  margin: 1em 0 0.5em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}

.desc {
  text-align: center;
}

.contents {
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.6rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}
.item_price .postage330 {
  background: #cf9520;
}
.item_price .postage550 {
  background: #e57321;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #a58352;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 6px;
  height: 5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 7%;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.order a:hover {
  opacity: 1;
  background: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.sec_title .container {
  max-width: 1200px;
}
.sec_title p {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

.sec_item {
  padding: 4rem 0 0;
}
.sec_item .line {
  margin: 0;
}
.sec_item .line .block {
  margin-bottom: 4rem;
}
.sec_item .single_item img {
  max-width: 90%;
}
.sec_item .set_item img {
  max-width: 80%;
}
.sec_item figure {
  position: relative;
}
.sec_item figure .icon {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -2rem;
  right: 1rem;
}
.sec_item figure .icon02 {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -2rem;
  right: 1rem;
}/*# sourceMappingURL=premiummenbei2026_custom_sp.css.map */