.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 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;
}

.price02 {
  font-size: 2.6rem;
}
.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.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #676e71;
  transition: 0.2s;
}
.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 {
  opacity: 1;
  background: #222;
}
.order a:hover:after {
  right: 6%;
}

.contents {
  text-align: center;
}

.all_bg {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/year_end_sale2025_bg.jpg) repeat top/contain;
}

.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: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  max-width: 44.4rem;
  max-height: 24.4rem;
}
.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: 43%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  max-width: 41.2rem;
  max-height: 30.8rem;
}
.sec_01 .line {
  position: relative;
  z-index: 10;
  margin: 0l;
}
.sec_01 p {
  font-size: 1.8rem;
  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 .img_t {
  margin-top: 3rem;
}
.sec_02 .sp_col_2 {
  gap: 0.1rem 0.5rem;
}
.sec_02 .sp_col_2 .price02 {
  font-size: 2.2rem;
}
.sec_02 .sp_col_2 .price02 .s_01 {
  font-size: 1.3rem;
}
.sec_02 .sp_col_2 .block {
  padding: 2em 1em !important;
}
.sec_02 .sp_col_2 .item_name {
  font-size: 1.4rem;
}
.sec_02 .sp_col_2 .desc {
  font-size: 1.3rem;
}
.sec_02 .sp_col_2 .contents {
  font-size: 1.2rem;
}
.sec_02 .sp_col_2 .order a {
  font-size: 1.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%);
}
@media (max-width: 600px) {
  .caption figcaption {
    font-size: 1.3rem;
    width: 14rem;
  }
}

.rank_icon {
  margin: 0.5rem 0 0;
}/*# sourceMappingURL=year_end_sale2025_custom_sp.css.map */