.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: 1.8rem;
  margin: 0 0 0.5em;
  font-family: "Kaisei Tokumin", serif;
}

.contents {
  font-size: 1.4rem;
  text-align: center;
}

.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.4rem;
}
.item_price .normal_price {
  font-size: 1.4rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}
.item_price .postage330 {
  background: #cf9520;
}
.item_price .postage550 {
  background: #e57321;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #8da17b;
  transition: 0.2s;
  font-weight: bold;
}
.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: #fceeb2;
  color: #000;
}
.order a:hover:after {
  right: 5%;
  border-top-color: #000;
  border-right-color: #000;
}

.mb1 {
  margin: 0 0 4rem;
}

.bg {
  background: #fbf8f1;
}

.sec_title {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/seasongift202601_parts004.png) no-repeat top center/auto;
  padding: 20rem 0 0;
}
@media (max-width: 600px) {
  .sec_title {
    background-size: contain;
    padding: 10rem 0 0;
  }
}
@media (max-width: 460px) {
  .sec_title {
    padding: 8rem 0 0;
  }
}
.sec_title img {
  width: 60%;
}

.sec_item h2 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 0;
}
.sec_item h2 .sub_text {
  display: block;
  font-size: 1.6rem;
}
.sec_item .desc {
  font-size: 1.5rem;
  font-family: "Kaisei Tokumin", serif;
}
.sec_item .container {
  max-width: 1260px;
}
.sec_item .item_area01,
.sec_item .item_area02 {
  padding: 1rem;
  background: #fceeb2;
}

.sec_01 {
  padding: 2rem 0 4rem;
}
.sec_01 h2 ruby rt {
  margin-bottom: -0.5em;
}
.sec_01 .item_inner .block:nth-child(1) {
  margin-bottom: 2rem;
}
.sec_01 .item_inner img {
  max-width: 330px;
  width: 100%;
}

.sec_02 {
  padding: 0 0 4rem;
}
.sec_02 .item_inner {
  margin-top: 2rem;
}
.sec_02 .item_inner img {
  mix-blend-mode: multiply;
}
.sec_02 .item_inner .block img {
  max-width: 360px;
  width: 100%;
}
.sec_02 .item_inner .block:nth-child(2) .item_name {
  margin-top: -1rem;
}
.sec_02 .item_inner .block:nth-child(2) img {
  max-width: 25rem;
}

.sec_03 {
  padding: 0 0 4rem;
}
@media (min-width: 1284px) {
  .sec_03 {
    position: relative;
  }
  .sec_03:before {
    content: "";
    background: url("https://www.fukutaro-shop.com/Contents/Feature/seasongift202601_parts003.png") no-repeat;
    background-size: contain;
    width: 32.8rem;
    height: 94.5rem;
    position: absolute;
    top: -10rem;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
@media (min-width: 1284px) and (max-width: 1670px) {
  .sec_03:before {
    width: 22.8rem;
    height: 84.5rem;
  }
}
.sec_03 .item_inner {
  margin-top: 2.5rem;
}
.sec_03 .item_inner .block:nth-child(1) {
  margin-bottom: 2.5rem;
}
.sec_03 .item_inner .block:nth-child(2) {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.sec_03 .item_inner .block:nth-child(3) {
  margin-top: -1rem;
}
.sec_03 .item_inner .block:nth-child(3) .item_name {
  margin-top: -2.5rem;
}
.sec_03 .item_inner img {
  max-width: 320px;
  width: 100%;
}

.sec_tx {
  padding-bottom: 8rem;
  margin-bottom: -10rem;
}
.sec_tx .container {
  max-width: 1260px;
}

.sec_card h2 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
  font-size: 1.6rem;
}
.sec_card .desc {
  font-size: 1.4rem;
  font-family: "Kaisei Tokumin", serif;
  display: table;
  margin: 0.5em auto;
}
.sec_card .order a {
  max-width: 26rem;
}
.sec_card .card_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.sec_card .card_area .block {
  width: calc(50% - 1rem);
  margin: 0;
}/*# sourceMappingURL=seasongift202601_custom_sp.css.map */