.reverse .span:nth-child(1) {
  order: 2;
}
.reverse .span:nth-child(2) {
  order: 1;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item_name {
  text-align: center;
  font-size: 2.4rem;
  margin: 1em 0 0.5em;
  font-weight: bold;
}

.contents {
  font-size: 1.5rem;
}

.mb1 {
  margin: 0 0 4rem;
}

.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;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}

.postage {
  color: #fff;
  background: #e60012;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}

.postage_bg {
  background: #e57321;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font: bold 1.5rem/1.8;
  text-align: center;
  color: #fff;
  background: #564635;
  transition: 0.2s;
  font-weight: bold;
}
.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: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.sec_01 {
  padding: 2rem 0 0;
}
.sec_01 .container {
  max-width: none;
  padding: 0;
}

.sec_02 {
  padding: 4rem 0;
}
.sec_02 .container {
  max-width: 1300px;
}
@media (max-width: 1323px) {
  .sec_02 .container {
    padding: 0 10px;
  }
}
.sec_02 .item_price {
  margin-bottom: 0.6em;
}

.sec_03 {
  background: #eeeae5;
  padding: 8rem 0;
}
.sec_03 h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-size: 3.2rem;
}
.sec_03 .container {
  max-width: 1200px;
}
.sec_03 .gift {
  max-width: 700px;
  margin: 2rem auto 4rem;
}
.sec_03 .gift img {
  max-width: 80%;
}
.sec_03 .desc {
  font-size: 1.6rem;
}
.sec_03 .column_3 a:hover {
  opacity: 1;
  transition: 0.2s;
}
.sec_03 .column_3 a:hover img {
  scale: 1.05;
  transition: 0.2s;
}
.sec_03 .column_3 img {
  height: 27rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: darken;
  transition: 0.2s;
}

.sec_04 {
  padding: 6rem 0 0;
}
.sec_04 .container {
  max-width: 1200px;
}
.sec_04 .desc {
  font-size: 1.6rem;
}
.sec_04 .contents {
  display: table;
  margin: 0.5em auto;
}
.sec_04 .block:nth-child(1) figure, .sec_04 .block:nth-child(2) figure {
  border: 1px solid #ccc;
}

.sec_05 {
  padding: 4rem 0 8rem;
}
.sec_05 .container {
  max-width: 1500px;
}
.sec_05 .desc {
  font-size: 1.5rem;
}
.sec_05 .contents {
  font-size: 1.4rem;
  display: table;
  margin: 0.5em auto;
}
.sec_05 .border01 {
  border: 0.6rem solid #579055;
  padding: 2rem 1rem;
}
.sec_05 .border01 .order a {
  background: #579055;
}
.sec_05 .border02 {
  border: 0.6rem solid #ab9d1b;
  padding: 2rem 1rem;
}
.sec_05 .border02 .order a {
  background: #ab9d1b;
}
.sec_05 figure a {
  pointer-events: none;
}
.sec_05 .order a {
  pointer-events: none;
}
.sec_05 .order a:after {
  content: none;
}
.sec_05 .img_t {
  margin-top: 4rem;
}

.icon_img a {
  position: relative;
  display: block;
}
.icon_img a:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei_icon001.png") no-repeat;
  background-size: contain;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.icon_img001 a:before {
  top: -16%;
  right: -5%;
}
@media (max-width: 1350px) {
  .icon_img001 a:before {
    top: -20%;
    right: 2%;
  }
}

.icon_common a {
  position: relative;
  display: block;
}
.icon_common a figcaption {
  width: 6.5rem;
  height: 6.5rem;
  border: 2px solid #e60012;
  background: #e60012;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
}

.icon_01 a figcaption {
  bottom: 7%;
  left: 18%;
}

.icon_02 a figcaption {
  width: 5.5rem;
  height: 5.5rem;
  left: auto;
  bottom: 5%;
}
.icon_02 a .ptn01 {
  right: 5%;
}
.icon_02 a .ptn02 {
  right: calc(5.5rem + 8%);
  color: #e60012;
  background: #fff;
}

.icon_03 a {
  display: block;
  position: relative;
}
.icon_03 a figcaption {
  color: #e60012;
  font-weight: bold;
  font-size: 1.5rem;
  border: 2px solid #e60012;
  width: 20rem;
  padding: 0.2em 0;
  border-radius: 0.5em;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}/*# sourceMappingURL=menbei2025winter_custom_pc.css.map */