.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-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #429551;
  line-height: 1.2;
}
.item_name span {
  color: #e60012;
  display: block;
  font-size: 1.6rem;
}

.item_price {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.6rem;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  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: 6rem 1rem 8rem;
  margin-bottom: -10rem;
}
.sec_01 .container {
  max-width: 1420px;
  background: #fff;
  border-radius: 1.2rem;
  padding: 4rem 1rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}
.sec_01 .area01 {
  margin-bottom: 2rem;
}
.sec_01 .area01 .title_parts {
  width: 100%;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec_01 .item_row001 {
  margin: 2rem 0 3rem;
}
.sec_01 h3 {
  font-size: 1.6rem;
  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 h3 span {
  border: 1px solid #202c52;
  padding: 0 0.6em 0.2em 0.6em;
  border-radius: 0.5rem;
  margin-right: 0.3em;
  font-size: 1.4rem;
}
.sec_01 .area02 .item_row002 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.sec_01 .area02 .item_row002 .inner:nth-child(1) {
  width: 100%;
}
.sec_01 .area02 .item_row002 .inner:nth-child(1) figure img {
  border-radius: 0.5rem;
}
.sec_01 .area02 .item_row002 .inner:nth-child(1) figure figcaption {
  margin-top: 0.5em;
  font-size: 1.4rem;
  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) {
  width: calc(50% - 0.5rem);
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) figure, .sec_01 .area02 .item_row002 .inner:nth-child(3) figure {
  border: 1px solid #ccc;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) .contents, .sec_01 .area02 .item_row002 .inner:nth-child(3) .contents {
  text-align: center;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) .item_price, .sec_01 .area02 .item_row002 .inner:nth-child(3) .item_price {
  font-size: 2.4rem;
}
.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.4rem;
}
.sec_01 .area02 .item_row002 .inner:nth-child(2) .order a, .sec_01 .area02 .item_row002 .inner:nth-child(3) .order a {
  font-size: 1.2rem;
  max-width: none;
  width: 85%;
}
.sec_01 .area03 {
  margin: 4rem 0;
}
.sec_01 .area03 .desc {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_01 .area03 .item_name_sub {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_01 .area03 .item_001 {
  margin-top: 2rem;
}
.sec_01 .area03 .item_row003 {
  margin: 2rem 0 3rem;
}
.sec_01 .area03 .item_row003 .inner:nth-child(1) {
  margin-bottom: 2rem;
}
.sec_01 .area03 .item_row004 {
  margin: 0 0 3rem;
}
.sec_01 .area03 .item_row005 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
  margin: 2rem 0 3rem;
}
.sec_01 .area03 .item_row005 .item_name {
  margin-top: 0.5em;
}
.sec_01 .area03 .item_row005 img {
  width: 90%;
  margin: auto;
}
.sec_01 .area03 .item_row005 .item_price {
  font-size: 2.4rem;
}
.sec_01 .area03 .item_row005 .item_price .s_01 {
  font-size: 1.4rem;
}
.sec_01 .area03 .item_row005 .order a {
  font-size: 1.2rem;
  max-width: none;
  width: 85%;
}

.theme_sp {
  position: relative;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  padding: 0 1rem;
  font-size: 1.8rem;
  background: #e79c21;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  box-sizing: border-box;
}
.theme_sp .text_s {
  font-size: 1.6rem;
  margin: 0 0.1em;
}
.theme_sp:before, .theme_sp:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
}
.theme_sp:before {
  top: 0;
  left: 0;
  border-width: 2.5rem 0 2.5rem 1.5rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.theme_sp:after {
  top: 0;
  right: 0;
  border-width: 2.5rem 1.5rem 2.5rem 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.sample_item {
  background: #202c52;
  padding: 2rem 1rem;
  border-radius: 0.6rem;
  margin-bottom: 4rem;
}
.sample_item .sample_row figure {
  background: #fff;
  padding: 2rem;
  border-radius: 0.6rem;
}
.sample_item .sample_row .text_area {
  color: #fff;
}
.sample_item .sample_row .text001 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e49c22 !important;
  font-size: 1.8rem;
  position: relative;
  padding-top: 1.2em;
  margin: 0.5em autom;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.sample_item .sample_row .text001 span {
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
.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: 2.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.sample_item .sample_row .text002 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
.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: 1.4rem;
  max-width: 8rem;
  margin: 0 0.5em 0.5em 0;
}
.sample_item .sample_row .item_price {
  margin-bottom: 0.5em;
}

.image-note {
  text-align: right;
  margin: 1em 0 0;
}/*# sourceMappingURL=menbei202603_custom_sp.css.map */