.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item_price {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.8em;
  color: #fff;
}
.item_price .s_01 {
  font-size: 2rem;
}
.item_price .normal_price {
  font-size: 1.8rem;
  color: #fff;
}

.postage {
  color: #fff;
  background: #e60012;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}

.order a {
  position: relative;
  display: block;
  max-width: 24rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background: #b67748;
  transition: 0.2s;
  font-weight: bold;
}
.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: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.sec_common .container {
  max-width: 1300px;
}
.sec_common .container .line {
  position: relative;
  z-index: 10;
}
@media (max-width: 1143px) {
  .sec_common .container .line {
    padding: 0 1rem;
  }
}
.sec_common .container .text_box {
  max-width: calc(950px - 6rem);
  margin: auto;
  color: #fff;
  padding: 3rem;
}

.sec_01 .container {
  background: #872221;
  padding: 4rem 0 8rem;
  position: relative;
}
.sec_01 .container:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei_christmas-parts001.png") no-repeat;
  background-size: contain;
  width: 130rem;
  height: 43.2rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 0;
}
.sec_01 .container:after {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei_christmas-parts002.png") no-repeat;
  background-size: contain;
  width: 130rem;
  height: 35.5rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 0;
}
.sec_01 .title_img {
  position: relative;
  padding: 14rem 0 2rem;
  max-width: 950px;
  margin: auto;
}
.sec_01 .title_img:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei_christmas-parts005.png") no-repeat;
  background-size: contain;
  width: 22.7rem;
  height: 16.5rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -5rem;
  right: auto;
}
@media (max-width: 1060px) {
  .sec_01 .title_img:before {
    left: 2%;
  }
}

.sec_02 {
  padding: 0;
}
.sec_02 .container {
  background: #22563f;
  padding: 12rem 0 8rem;
  position: relative;
}
.sec_02 .container:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei_christmas-parts003.png") no-repeat;
  background-size: contain;
  width: 130rem;
  height: 57.7rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 0;
}
.sec_02 .container:after {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei_christmas-parts004.png") no-repeat;
  background-size: contain;
  width: 104.1rem;
  height: 40rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.7;
}
.sec_02 .title_img {
  padding-bottom: 2rem;
}
.sec_02 .item_price .postage {
  text-shadow: none;
}
.sec_02 .text_box p:not(.order) {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.sec_03 {
  padding: 4rem 0;
}

.sec_04 {
  padding: 0;
}
.sec_04 .container {
  background: #ffedb6;
  padding: 12rem 0 8rem;
  position: relative;
}
.sec_04 .container:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature//menbei_christmas-parts006.png") no-repeat;
  background-size: contain;
  width: 130rem;
  height: 26.6rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 10;
}
.sec_04 .line {
  max-width: 950px;
  margin: auto;
}
.sec_04 .img001 {
  max-width: 70%;
  margin: 4rem auto 0;
}
.sec_04 .img002 {
  max-width: 90%;
  margin: 0 auto;
}
.sec_04 .item_name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.sec_04 .item_price {
  color: #000;
}
.sec_04 .order a {
  width: 24rem;
}/*# sourceMappingURL=menbei_christmas2025_custom_pc.css.map */