.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: 2.4rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.contents {
  font-size: 1.5rem;
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.8rem;
}
.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;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  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);
}

.sec_title .container {
  max-width: 1200px;
}

.item_area figure {
  max-width: 333px;
  margin: auto;
  width: 100%;
}

.item_column02 {
  max-width: 900px;
  margin: auto;
}

.item_column03 {
  max-width: 1060px;
  margin: auto;
}

.item_title {
  font-size: 3.4rem;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 0.2em;
}

.sec_common .container {
  max-width: 1300px;
  background: #fff;
  padding: 8rem 0;
  border-radius: 1rem;
}
@media (max-width: 1320px) {
  .sec_common .container {
    margin: 0 1rem;
  }
}

.accessory_area {
  max-width: 1060px;
  margin: 0 auto 8rem;
  grid-template-columns: calc(35% - 1.5rem) calc(65% - 1.5rem);
  text-align: center;
}
.accessory_area .text_l {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
  color: #e84931;
}
.accessory_area .desc {
  font-size: 1.9rem;
}

.m_order a {
  width: 34rem;
}

.title_area {
  max-width: 1060px;
  margin: 0 auto 4rem;
}
.title_area .flex {
  align-items: start;
}
.title_area .desc {
  font-size: 1.9rem;
}

.menbei_title {
  text-align: center;
  margin-top: 8rem !important;
}

.sec_sticker .item_area {
  margin-bottom: 8rem;
}
.sec_sticker .item_area02 figure {
  max-width: 360px;
  margin: auto;
  width: 100%;
}
.sec_sticker .point {
  font-size: 1.4rem;
}

.sec_card .accessory_area {
  margin-bottom: 4rem;
}
.sec_card .button_area {
  margin-bottom: 8rem;
}

.sec_tx {
  padding-bottom: 8rem;
  margin-bottom: -10rem;
}
.sec_tx .container {
  max-width: 1300px;
}/*# sourceMappingURL=mothersday2026_custom_pc.css.map */