.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 0.5em;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.8rem;
}

.price02 {
  font-size: 3.2rem;
}
.price02 .s_01 {
  font-size: 1.6rem;
}

.order a {
  position: relative;
  display: block;
  max-width: 24rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #676e71;
  transition: 0.2s;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 6px;
  height: 6px;
  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: #222;
}
.order a:hover:after {
  right: 6%;
}

.mb1 {
  margin-bottom: 4rem;
}

.contents {
  text-align: center;
  font-size: 1.5rem;
}

.all_bg {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/year_end_sale2025_bg.jpg) no-repeat top/auto;
}

.sec_01 {
  padding: 0;
}
.sec_01 .container {
  max-width: 1500px;
  position: relative;
  padding: 4rem 0 0;
}
@media (max-width: 1523px) {
  .sec_01 .container {
    padding: 4rem 10px 0;
  }
}
.sec_01 .container:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/year_end_sale2025_parts002.png") no-repeat;
  background-size: contain;
  width: 44.4rem;
  height: 24.4rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}
.sec_01 .container:after {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/year_end_sale2025_parts001.png") no-repeat;
  background-size: contain;
  width: 41.2rem;
  height: 30.8rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: -4rem;
}
.sec_01 .line {
  position: relative;
  z-index: 10;
  margin: 2rem 0 0;
}
.sec_01 p {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.sec_02 {
  padding-bottom: 8rem;
  margin-bottom: -10rem;
}
.sec_02 .container {
  max-width: 1500px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1523px) {
  .sec_02 .container {
    padding: 0 10px;
  }
}
.sec_02 .line:not(.img_t) .block {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  border: 2px solid #dfe8ea;
}
.sec_02 img {
  border-radius: 1rem;
}
.sec_02 .no1_3 .item_name {
  font-size: 2rem;
}
.sec_02 .col_4 {
  grid-template-columns: calc(25% - 2.3rem) calc(25% - 2.3rem) calc(25% - 2.3rem) calc(25% - 2.3rem);
}
.sec_02 .img_t {
  margin-top: 3rem;
}

.caption {
  position: relative;
}
.caption figcaption {
  color: #fff;
  background: #e60012;
  border-radius: 0.5rem;
  width: 16rem;
  padding: 0.3em;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.rank_icon {
  margin: 0.5rem 0 0;
}/*# sourceMappingURL=year_end_sale2025_custom_pc.css.map */