section .container {
  max-width: 1200px;
}

.point {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.point:before, .point:after {
  width: 0.2rem;
  height: 2.5rem;
  background-color: #000;
  content: "";
}
.point:before {
  transform: rotate(-35deg);
  margin-right: 2rem;
}
.point:after {
  transform: rotate(35deg);
  margin-left: 2rem;
}

.border_box {
  border: 4px solid #faf0e0;
  padding: 4rem 2rem;
  border-radius: 1rem;
}
.border_box h3 {
  font-size: 2.6rem;
}
.border_box h3 span {
  color: #e60012;
}

.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 1em auto 0.5em;
  display: table;
  padding: 0 0.5em;
  font-family: "Zen Old Mincho", serif;
}
.item_name .heading-9 {
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  padding: 0.5em 0.7em;
  border-radius: 0.5rem;
  background-color: #e9b762;
  color: #fff;
  width: 20rem;
  margin: 0 auto 1em;
  display: block;
  font-size: 1.4rem;
}
.item_name .heading-9:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #e9b762;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .normal_price {
  font-size: 1.8rem;
  color: #000;
  display: block;
}
.item_price .s_01 {
  font-size: 1.8rem;
}

.contents {
  text-align: center;
  margin-bottom: 0;
}

.order a {
  position: relative;
  display: block;
  width: 24rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #AF9D76;
  transition: 0.2s;
}
.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:after {
  right: 6%;
}

.postage-base {
  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;
}

.postage_bg {
  background: #e57321;
}

.border_img {
  border: 1px solid #ccc;
}

.mb1 {
  margin-bottom: 4rem;
}

@media (min-width: 1001px) {
  .item_box {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.item_box .contents {
  font-size: 1.5rem;
}

.sec_02 {
  padding: 4rem 0;
}

.img_t {
  margin: 1em 0 0;
  text-align: right;
}/*# sourceMappingURL=souvenir02_custom_pc.css.map */