.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1em 0 0.5em;
  letter-spacing: -0.05em;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
}
.item_price .normal_price {
  font-size: 1.8rem;
  color: #000;
}
.item_price .s_01 {
  font-size: 1.8rem;
}

.order a {
  position: relative;
  display: block;
  width: 24rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #f5a552;
  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 {
  opacity: 1;
  background: #f6bb58;
}
.order a:hover:after {
  right: 6%;
}

.mb1 {
  margin-bottom: 4rem;
}

@media (max-width: 1823px) {
  .desc {
    font-size: 1.5rem;
  }
}

.contents {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 1823px) {
  .contents {
    font-size: 1.4rem;
  }
}

.sec_01 {
  background: #f6bb58;
}
.sec_01 .line {
  margin: 0;
}

.sec_01 {
  padding: 0;
}
.sec_01 .container {
  max-width: none;
}

.sec_02 {
  background: linear-gradient(180deg, #f6bb58 0%, #f6bb58 50%, #f5a552 50%, #f5a552 100%);
  position: relative;
  padding: 2rem 0 10rem;
  margin-bottom: -10rem;
}
.sec_02:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/winter_gourmet2025_bg.png") no-repeat;
  background-size: contain;
  width: 192rem;
  height: 50rem;
  position: absolute;
  top: 60rem;
  bottom: auto;
  left: 0;
  right: auto;
}
@media (max-width: 1223px) {
  .sec_02:before {
    top: 110rem;
  }
}
.sec_02 .container {
  max-width: 1800px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1823px) {
  .sec_02 .container {
    padding: 0 10px;
  }
}
.sec_02 .item_inner {
  gap: 1rem;
  grid-template-columns: calc(55% - 0.5rem) calc(45% - 0.5rem);
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  min-height: 483px;
}
@media (max-width: 1823px) {
  .sec_02 .item_inner {
    min-height: auto;
    grid-template-columns: calc(45% - 0.5rem) calc(55% - 0.5rem);
    border-radius: 1rem;
  }
}
@media (max-width: 1223px) {
  .sec_02 .item_inner {
    grid-template-columns: 100%;
  }
}
.sec_02 .item_inner .span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec_02 .tx {
  margin-bottom: 3rem;
}
.sec_02 .tx02 {
  padding-top: 2rem;
}/*# sourceMappingURL=winter_gourmet2025_custom_pc.css.map */