.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;
}

.item_name {
  font-family: "Zen Antique Soft", serif;
  text-align: center;
  font-size: 2rem;
  margin: 0.5em 0;
  line-height: 1.2;
}

.desc {
  display: table;
  margin: 0.5em auto;
}

.contents {
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin: 0.3em 0;
}
.item_price .s_01 {
  font-size: 1.6rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  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: 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 {
  opacity: 1;
  background: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.toph2 {
  font-size: 2.2rem;
  font-family: "Zen Antique Soft", serif;
  color: #e83820;
  font-weight: normal;
}

.bg {
  background: #faefe8;
}

.sec_item01 {
  padding: 0 0 3rem;
}
.sec_item01 h2 {
  position: relative;
  margin: 0 0 0.5em;
  line-height: 1.2;
  padding: 2rem 0 2rem 6rem;
}
.sec_item01 h2:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/gourmet202601_parts001.png") no-repeat;
  background-size: contain;
  width: 12rem;
  height: 11.2rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
}
.sec_item01 .item_area {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.sec_item01 .line .block {
  margin-bottom: 2rem;
}
.sec_item01 figure img {
  max-width: 90%;
  margin: auto;
}
.sec_item01 figure figcaption {
  background-image: linear-gradient(0deg, rgba(251, 191, 36, 0.5019607843) 0.5em, transparent 0.5em);
  display: table;
  margin: 0.5em auto;
  font-family: "Zen Antique Soft", serif;
  font-size: 1.8rem;
}
.sec_item01 figure figcaption span {
  font-size: 2.2rem;
}

.sec_item02 {
  background: #ecebdb;
  padding: 3rem 0 6rem;
  margin-bottom: -10rem;
}
.sec_item02 h2 {
  position: relative;
  max-width: 360px;
  margin: 0 auto 0.5em;
  line-height: 1.2;
  padding: 3rem 7rem 3rem 0;
}
.sec_item02 h2:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/gourmet202601_parts002.png") no-repeat;
  background-size: contain;
  width: 12rem;
  height: 11.2rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -1rem;
  transform: translateY(-50%);
}
.sec_item02 .line .block {
  margin-bottom: 4rem;
}
.sec_item02 figure {
  position: relative;
}
.sec_item02 figure img {
  max-width: 90%;
  margin: auto;
}
.sec_item02 figure a {
  display: block;
}
.sec_item02 figure figcaption {
  font-family: "Zen Antique Soft", serif;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 2%;
  left: 0;
  transform: rotate(-15deg);
  padding: 0.4em 0.2em;
  max-width: 18rem;
  width: 100%;
}
.sec_item02 figure .caption01 {
  background: #A7A05D;
}
.sec_item02 figure .caption02 {
  background: #C99F4B;
}
.sec_item02 figure .caption03 {
  background: #DF7655;
}

.img_t {
  text-align: right;
}

.item_area {
  position: relative;
  z-index: 10;
}
.item_area figure a {
  position: relative;
  display: block;
}
.item_area figure a .g_icon {
  width: 6rem;
  position: absolute;
  top: 1rem;
  right: calc(5% + 1rem);
}/*# sourceMappingURL=gourmet202601_custom_sp.css.map */