.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 0 4rem;
}

.item_name {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.item_name .sub_name {
  display: block;
  font-size: 2rem;
}

.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: #564635;
  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: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.sec_title .container {
  max-width: 1300px;
}
@media (max-width: 1323px) {
  .sec_title .container {
    padding: 0 1rem;
  }
}

.sec_item .container {
  max-width: 1200px;
}
@media (max-width: 1223px) {
  .sec_item .container {
    padding: 0 1rem;
  }
}
.sec_item .line {
  gap: 0;
  grid-template-columns: 50% 50%;
}
.sec_item .line figure img {
  display: block;
}
.sec_item .line .text_area {
  padding: 4rem 2rem;
  box-sizing: border-box;
}
.sec_item .line .order a:hover {
  opacity: 0.8;
}
.sec_item .item001 {
  margin-bottom: 4rem;
}
.sec_item .item001 .text_area {
  background: #fedfe7;
}
.sec_item .item001 .text_area .order a {
  background: #c7101a;
}
.sec_item .item002 .text_area {
  background: #d6dae3;
}
.sec_item .item002 .text_area .order a {
  background: #252c58;
}

.sec_tx .container {
  max-width: 1200px;
}/*# sourceMappingURL=sweets202602_custom_pc.css.map */