.bg {
  background: #fdfae9;
}

.order a {
  position: relative;
  display: block;
  max-width: 26rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  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%;
}
.order a .sub_text {
  font-size: 1.2rem;
  display: block;
}

.item_price {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.7em;
}
.item_price .s_01 {
  font-size: 1.4rem;
}
.item_price .normal_price {
  font-size: 1.3rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}

.sec_01 {
  padding: 0;
}
.sec_01 .container {
  padding: 0;
}
.sec_01 .button_area {
  margin: 2rem 0 0;
}
.sec_01 .button_box {
  text-align: center;
}
.sec_01 .button_box .button {
  margin: 0 1rem;
}
.sec_01 .button_box .button:nth-child(1) {
  margin-bottom: 1rem;
}
.sec_01 .button_box .button a {
  display: block;
  max-width: 32rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  border: 2px solid #d80c18;
  color: #d80c18;
  padding: 0.6em;
  border-radius: 0.5rem;
  margin: auto;
}
.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.2rem;
  height: 1.2rem;
  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 {
  padding: 2.5rem 0 4rem;
}
.sec_02 .contents {
  margin: 1.5em 0;
}
.sec_02 .desc_box {
  background: #fff;
  border: 2px solid #d6bc46;
  padding: 6% 1.5rem;
  border-radius: 1.2rem;
}
.sec_02 .desc_box dl dt {
  font-weight: bold;
  font-size: 1.3rem;
  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.2rem;
  line-height: 1.6;
}
.sec_02 .desc_box ul {
  padding-left: 1.5em;
}
.sec_02 .mb1 {
  margin-bottom: 2rem;
}

.sec_03 {
  padding-bottom: 4rem;
}
.sec_03 .top_desc {
  font-size: 1.6rem;
  text-align: center;
}
.sec_03 .contents {
  text-align: center;
}
.sec_03 .item_name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.sec_03 .item_name02 {
  text-align: center;
  font-size: 1.6rem;
  margin: 1em 0 0.5em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.sec_03 .item_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0 2rem;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto 4rem;
  max-width: 32rem;
}
.sec_03 .item_ul li {
  width: calc(50% - 2rem);
  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: 1.5rem;
}
.sec_03 .mb1 {
  margin-bottom: 4rem;
}
.sec_03 .img_t {
  text-align: right;
  margin: 2em 0 0;
}

.sp_l {
  text-align: left !important;
}

.recipe_bnr {
  margin-top: 4rem;
}
.recipe_bnr a {
  background: #cbb16f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.recipe_bnr figcaption {
  font-size: 1.8rem;
  padding: 0.5em 0;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}/*# sourceMappingURL=fukubako2026_custom_sp.css.map */