.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0.5em auto;
  background: linear-gradient(transparent 70%, #f9e9c5 70%);
  display: table;
  padding: 0 0.5em;
}

.item_price {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.6rem;
}

.order a {
  position: relative;
  display: block;
  width: 24rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #C2191F;
  transition: 0.2s;
}
.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:after {
  right: 6%;
}

.desc {
  display: table;
  margin: 0.5em auto;
}

.contents {
  text-align: center;
  font-size: 1.5rem;
}

.all_bg {
  position: relative;
  background: #f8f4e6;
}
.all_bg:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/yum_bg.png") repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

section {
  color: #340f03;
}
section .container {
  position: relative;
  z-index: 10;
}

.sec_02 {
  margin-bottom: -10rem;
  padding: 4rem 0 8rem;
}
.sec_02 .col_3 .block {
  margin-bottom: 4rem;
}
.sec_02 figure img {
  max-width: 90%;
  margin: auto;
}
.sec_02 .icon a {
  display: block;
  position: relative;
}
.sec_02 .icon a:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/y_rank1.png") no-repeat;
  background-size: contain;
  width: 8.8rem;
  height: 8.6rem;
  position: absolute;
  top: -3rem;
  bottom: auto;
  left: 0.5rem;
  right: auto;
}
.sec_02 .icon2 a:before {
  background: url("https://www.fukutaro-shop.com/Contents/Feature/y_rank2.png") no-repeat center/contain;
}
.sec_02 .icon3 a:before {
  background: url("https://www.fukutaro-shop.com/Contents/Feature/y_rank3.png") no-repeat center/contain;
}
.sec_02 .icon4 a:before {
  background: url("https://www.fukutaro-shop.com/Contents/Feature/y_rank4.png") no-repeat center/contain;
}
.sec_02 .icon5 a:before {
  background: url("https://www.fukutaro-shop.com/Contents/Feature/y_rank5.png") no-repeat center/contain;
}/*# sourceMappingURL=yamucha2025winter_custom_sp.css.map */