.reverse .span:nth-child(1) {
  order: 2;
}
.reverse .span:nth-child(2) {
  order: 1;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mb1 {
  margin: 0 auto 4rem !important;
}

.item_name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.contents {
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.4rem;
}
.item_price .normal_price {
  font-size: 1.4rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.4rem;
  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;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #e84931;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 6px;
  height: 6px;
  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: #f4b8bd;
}
.order a:hover:after {
  right: 6%;
}

.bg {
  background: rgba(243, 195, 186, 0.2);
}

.item_column02 figure, .item_column03 figure {
  max-width: 600px;
  margin: auto;
}
.item_column02 figure img, .item_column03 figure img {
  width: 95%;
  border: 1px solid rgba(243, 195, 186, 0.4);
  padding: 1rem;
  box-sizing: border-box;
}

.sec_common .container {
  max-width: 1300px;
  background: #fff;
  padding: 8% 1rem;
  border-radius: 1rem;
  margin: 0 1rem;
}

.item_title {
  font-size: 2.2rem;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 0.2em;
}

.accessory_area {
  margin-bottom: 4rem;
  text-align: center;
}
.accessory_area .text_l {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #e84931;
}
.accessory_area .desc {
  font-size: 1.6rem;
}
.accessory_area .span:nth-child(1) {
  margin-bottom: 0;
}

.sp_mb1 {
  margin-bottom: 4rem;
}
.sp_mb1 .block:nth-child(1) {
  margin-bottom: 2rem;
}

.m_order a {
  width: 28rem;
}

.sec_card .accessory_area {
  margin-bottom: 0;
}
.sec_card .button_area {
  margin-bottom: 4rem;
}
.sec_card .menbei_title {
  text-align: center;
}
.sec_card .item_column02 img {
  padding: 0;
}
.sec_card .item_column02 .block:nth-child(1) {
  margin-bottom: 2rem;
}
.sec_card .item_column03 .block:nth-child(1), .sec_card .item_column03 .block:nth-child(2) {
  margin-bottom: 2rem;
}

.sec_tx {
  padding-bottom: 8rem;
}/*# sourceMappingURL=mothersday2026_custom_sp.css.map */