.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;
}

.bg {
  background: #fdfae9;
}

.order_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.order_box .order {
  margin: 0 1rem;
}
.order_box .order a {
  max-width: none;
  width: 42rem;
}
.order_box .order a .sub_text {
  font-size: 1.6rem;
  display: block;
}

.order a {
  position: relative;
  display: block;
  max-width: 32rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 0.5rem;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: #d80c18;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 5px;
  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%;
}

.sec_01 .container {
  max-width: 1300px;
}
.sec_01 .button_area {
  margin: 4rem 0 0;
}
.sec_01 .button_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_01 .button_box .button {
  margin: 0 1rem;
}
.sec_01 .button_box .button a {
  display: block;
  width: 40rem;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  border: 2px solid #d80c18;
  color: #d80c18;
  padding: 0.6em;
  border-radius: 0.5rem;
}
.sec_01 .button_box .button a:hover span:before {
  transform: translateY(-20%);
}
.sec_01 .button_box .button a span {
  position: relative;
  padding-right: 1.8em;
}
.sec_01 .button_box .button a span:before {
  content: "";
  background: #d80c18;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 2%;
  transform: translateY(-45%);
  clip-path: polygon(0 20%, 50% 80%, 100% 20%);
  transition: 0.2s;
}

.sec_02 .container {
  max-width: 1200px;
}
.sec_02 .contents {
  margin: 1.5em 0;
}
.sec_02 .desc_box {
  background: #fff;
  border: 2px solid #d6bc46;
  padding: 3%;
  border-radius: 1.2rem;
}
.sec_02 .desc_box dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1.8rem;
}
.sec_02 .desc_box dl dt:before {
  content: "";
  background: #d6bc46;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec_02 .desc_box dl dd {
  margin: 0 0 0.6em;
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec_02 .item_price {
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.7em;
}
.sec_02 .item_price .s_01 {
  font-size: 2.2rem;
}
.sec_02 .item_price .normal_price {
  font-size: 2rem;
  color: #000;
}
.sec_02 .item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}
.sec_02 .mb1 {
  margin-bottom: 8rem;
}

.sec_03 {
  padding: 10rem 0 8rem;
}
.sec_03 .container {
  max-width: 1200px;
}
.sec_03 .top_desc {
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}
.sec_03 .contents {
  text-align: center;
  font-size: 1.5rem;
}
.sec_03 .item_name {
  text-align: center;
  font-size: 2.8rem;
  margin: 1em 0 0.5em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.sec_03 .item_name02 {
  text-align: center;
  font-size: 2rem;
  margin: 1em 0 0.5em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.sec_03 .item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.sec_03 .item_price .s_01 {
  font-size: 1.8rem;
}
.sec_03 .item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.sec_03 .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;
}
.sec_03 .order a {
  width: 22rem;
  font-size: 1.8rem;
}
.sec_03 .item001 {
  grid-template-columns: calc(39% - 1.5rem) calc(61% - 1.5rem);
}
.sec_03 .item_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
.sec_03 .item_ul li {
  width: calc(14.2857142857% - 4rem);
  text-align: center;
}
.sec_03 .item_ul li img {
  max-width: 100%;
}
.sec_03 .item_ul li span {
  font-size: 1.4rem;
  position: relative;
  padding-right: 1em;
}
.sec_03 .item_ul li span:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.sec_03 .mb2 {
  margin-bottom: 3rem;
}
.sec_03 .mb1 {
  margin-bottom: 4rem;
}
.sec_03 .img_t {
  text-align: right;
  margin: 2em 0 0;
}
.sec_03 .recipe_bnr {
  margin: 4rem 0 0;
}/*# sourceMappingURL=fukubako2026_custom_pc.css.map */