.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: 1.8rem;
  font-family: "Zen Old Mincho", serif;
}

.contents {
  font-size: 1.4rem;
}

.item_price {
  text-align: center;
  font-size: 2.8rem;
  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.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 {
  margin-bottom: 1em;
}
.order a {
  position: relative;
  display: block;
  max-width: 26rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  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.2rem;
}

.y_order a {
  background: #f7c7c6;
}

.m_order a {
  background: #fce4d6;
}

.cap figcaption {
  text-align: right;
}

.h2001 {
  font-size: 2rem;
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
}

.title_desc {
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

.main_visual {
  padding: 1.5rem 0 0;
  position: relative;
  z-index: 10;
}
.main_visual .container {
  max-width: none;
}

.sec_01 {
  padding: 0;
  margin-top: -4rem;
  padding-top: 4rem;
  position: relative;
  background: url(https://www.fukutaro-shop.com/Contents/Feature/hatsumonomentai_bg002.jpg) no-repeat center top/76.7rem 40rem;
}
.sec_01 .container {
  max-width: none;
}
.sec_01 .desc_area {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 0;
}
.sec_01 .desc_area p {
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
}
.sec_01 .desc_area img {
  border-radius: 24px;
}

.sec_02 {
  padding: 0 0 3rem;
}
.sec_02 .container {
  max-width: 1300px;
}
.sec_02 figure {
  position: relative;
}
.sec_02 figure .text {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #e0949c;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em;
  border-radius: 0.5rem;
  width: 23rem;
  text-align: center;
  font-family: "Kaisei Tokumin", serif;
}
.sec_02 .icon001 {
  position: relative;
  padding-bottom: 3rem;
}
.sec_02 .icon001 .img_t {
  position: absolute;
  bottom: 3rem;
  right: 0;
}
.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: 3rem 0;
}
.sec_03 .title_area {
  grid-template-columns: calc(45% - 1.5rem) calc(55% - 1.5rem);
}
.sec_03 .order a {
  background: #fff;
}

.sec_04 {
  padding: 3rem 0;
}
.sec_04 .container {
  max-width: 1300px;
}
.sec_04 .item_area .block:first-child {
  margin-bottom: 4rem;
}

.sec_tx {
  position: relative;
}
.sec_tx .container {
  max-width: 1300px;
}
.sec_tx p {
  text-align: right;
}

.bg {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/hatsumonomentai_bg001.jpg) no-repeat center bottom/76.7rem 40rem;
  padding-bottom: 8rem;
  margin-bottom: -10rem;
}/*# sourceMappingURL=hatsumonomentai2026_custom_sp.css.map */