.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.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #429551;
  line-height: 1.2;
}
.item_name span {
  color: #e60012;
  display: block;
  font-size: 2.4rem;
}

.item_price {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 2rem;
}
.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;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #429551;
  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: #40a572;
}
.order a:hover:after {
  right: 6%;
}

.sec_01 {
  background-color: rgb(66, 155, 83);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 8rem, rgb(64, 165, 114) 8rem, rgb(64, 165, 114) 16rem);
  padding: 8rem 4rem;
  margin-bottom: -10rem;
}
.sec_01 .container {
  max-width: 1420px;
  background: #fff;
  border-radius: 1.2rem;
  padding: 10rem 4rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}
.sec_01 .area01 {
  margin-bottom: 6rem;
}
.sec_01 .area01 .title_parts {
  width: 100%;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec_01 .area02 .item_row001 {
  max-width: 1280px;
  margin: auto;
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 11fr 9fr;
  gap: 3rem;
}
.sec_01 .area02 .item_row001 .desc {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.sec_01 .area02 h3 {
  font-size: 2.6rem;
  text-align: left;
  padding-bottom: 0.8em;
  color: #202c52;
  border-bottom: 2px dotted #202c52;
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 1280px;
  margin: 0 auto 0.8em;
  line-height: 1;
}
.sec_01 .area02 h3 span {
  border: 2px solid #202c52;
  padding: 0 0.6em 0.2em 0.6em;
  border-radius: 0.5rem;
  margin-right: 0.3em;
}
.sec_01 .area02 .item_row002 {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 45fr 27.5fr 27.5fr;
  gap: 1rem;
}
.sec_01 .area02 .item_row002 .inner:nth-child(1) figure img {
  border-radius: 0.6rem;
}
.sec_01 .area02 .item_row002 .inner:nth-child(1) figure figcaption {
  margin-top: 0.5em;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2), .sec_01 .area02 .item_row002 .inner:nth-child(3) {
  border: 2px dotted #202c52;
  border-radius: 0.6rem;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) figure img, .sec_01 .area02 .item_row002 .inner:nth-child(3) figure img {
  max-width: 93%;
  margin: auto;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) .contents, .sec_01 .area02 .item_row002 .inner:nth-child(3) .contents {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) .item_price, .sec_01 .area02 .item_row002 .inner:nth-child(3) .item_price {
  font-size: 3.2rem;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) .item_price .s_01, .sec_01 .area02 .item_row002 .inner:nth-child(3) .item_price .s_01 {
  font-size: 1.6rem;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) .order a, .sec_01 .area02 .item_row002 .inner:nth-child(3) .order a {
  background: #202c52;
  font-size: 1.5rem;
  max-width: 18rem;
}
.sec_01 .area03 {
  padding: 12rem 0 0;
  max-width: 1280px;
  margin: 0 auto 8rem;
}
.sec_01 .area03 .item_name {
  margin-top: 1.5em;
}
.sec_01 .area03 .item_name_sub {
  font-size: 2rem;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_01 .area03 .desc {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_01 .area03 .item_row003 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.sec_01 .area03 .item_row003 img {
  max-width: 90%;
  margin: auto;
}
.sec_01 .area03 .item_row004 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1160px;
  margin: 6rem auto;
  gap: 4rem;
}
.sec_01 .area03 .item_row004 .desc {
  text-align: left;
}
.sec_01 .area03 .item_row005 {
  max-width: 1160px;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4rem;
}
.sec_01 .area03 .item_row005 .item_price {
  font-size: 3.2rem;
}
.sec_01 .area03 .item_row005 .item_price .s_01 {
  font-size: 1.6rem;
}
.sec_01 .area03 .item_row005 .order a {
  font-size: 1.5rem;
  max-width: 16rem;
}
.sec_01 .sample_item {
  background: #202c52;
  padding: 6rem;
  border-radius: 1.2rem;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec_01 .sample_item .sample_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.sec_01 .sample_item .sample_row figure {
  background: #fff;
  padding: 4%;
  border-radius: 1.2rem;
}
.sec_01 .sample_item .sample_row .text_area {
  color: #fff;
}
.sec_01 .sample_item .sample_row .text001 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e49c22 !important;
  font-size: 3.8rem;
  position: relative;
  padding-top: 0.8em;
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
.sec_01 .sample_item .sample_row .text001 span {
  color: #fff;
  font-size: 2.6rem;
}
@media (max-width: 1280px) {
  .sec_01 .sample_item .sample_row .text001 span {
    font-size: 2rem;
  }
}
@media (max-width: 1280px) {
  .sec_01 .sample_item .sample_row .text001 {
    font-size: 2.8rem;
  }
}
.sec_01 .sample_item .sample_row .text001:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei2602_parts001.png") no-repeat;
  background-size: contain;
  width: 4.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0.9em;
  right: auto;
}
.sec_01 .sample_item .sample_row .text002 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 1280px) {
  .sec_01 .sample_item .sample_row .text002 {
    font-size: 2rem;
  }
}
.sec_01 .sample_item .sample_row .text002 span {
  color: #202c52;
  background: #fff;
  padding: 0.1em 0.8em;
  border-radius: 0.5rem;
  margin-right: 0.5em;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .sec_01 .sample_item .br01 {
    display: none;
  }
}
@media (max-width: 1280px) {
  .sec_01 .text_img img {
    max-width: 70%;
    margin: auto;
  }
}
.sec_01 .image-note {
  max-width: 1280px;
  text-align: right;
  margin: 2.5em auto 0;
}/*# sourceMappingURL=menbei202603_custom_pc.css.map */