.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;
}

.mb1 {
  margin: 0 0 4rem;
}

.item_name {
  text-align: center;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
}

.contents {
  font-size: 1.4rem;
  text-align: center;
}

.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;
}
.item_price .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;
}
.item_price .postage330 {
  background: #cf9520;
}
.item_price .postage550 {
  background: #e57321;
}

.order a {
  position: relative;
  display: block;
  max-width: 28rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #000;
  background: #fce4df;
  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: #000;
  border-right-color: #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.order a:hover {
  opacity: 0.8;
}
.order a:hover:after {
  right: 6%;
}
.order a .text_s {
  font-size: 1.3rem;
}

.y_order a {
  background: #f7c7c6;
}

.m_order a {
  background: #fce4d6;
}

.cap figcaption {
  text-align: right;
}

.h2001 {
  font-size: 3.6rem;
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
}

.title_desc {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

.main_visual {
  padding: 3rem 0 0;
}
.main_visual .container {
  max-width: none;
}

.sec_01 {
  padding: 0;
  position: relative;
}
.sec_01:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/hatsumonomentai_bg001.jpg") no-repeat;
  background-size: contain;
  width: 141.9rem;
  height: 83.4rem;
  position: absolute;
  top: -4rem;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
  transform: rotate(180deg) scaleX(-1);
}
.sec_01 .container {
  max-width: none;
}
.sec_01 .desc_area {
  max-width: 1300px;
  margin: 0 auto;
  padding: 6rem 0;
}
.sec_01 .desc_area p {
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.sec_01 .desc_area img {
  border-radius: 24px;
}

.sec_02 {
  padding: 0 0 8rem;
}
.sec_02 .container {
  max-width: 1300px;
}
.sec_02 .title_desc {
  margin-bottom: 4rem;
}
.sec_02 img {
  max-width: 90%;
  margin: 0 auto;
}
.sec_02 figure {
  position: relative;
}
.sec_02 figure .text {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #e0949c;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.5em;
  border-radius: 0.5rem;
  width: 24rem;
  text-align: center;
  font-family: "Kaisei Tokumin", serif;
}
.sec_02 .icon001 {
  position: relative;
}
.sec_02 .icon001 .text {
  background: #e0949c;
}
.sec_02 .icon002 a {
  position: relative;
  display: block;
}
.sec_02 .icon002 a .text {
  background: #e60012;
}

.sec_03 {
  background: #fce4df;
  padding: 8rem 0;
}
.sec_03 .title_area {
  grid-template-columns: calc(45% - 1.5rem) calc(55% - 1.5rem);
}
.sec_03 .item_area img {
  max-width: 75%;
}
.sec_03 .order a {
  background: #fff;
}

.sec_04 .container {
  max-width: 1300px;
}

.sec_tx {
  position: relative;
  padding-bottom: 8rem;
  margin-bottom: -10rem;
}
.sec_tx:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/hatsumonomentai_bg001.jpg") no-repeat;
  background-size: contain;
  width: 141.9rem;
  height: 83.4rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transform: scaleX(-1);
}
.sec_tx .container {
  max-width: 1300px;
}
.sec_tx p {
  text-align: right;
}/*# sourceMappingURL=hatsumonomentai2026_custom_pc.css.map */