.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_name {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}

.contents {
  font-size: 1.5rem;
  display: table;
  margin: 0.5em auto;
}

.item_price {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.6rem;
}
.item_price .normal_price {
  font-size: 1.5rem;
  color: #000;
  display: block;
}
.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;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.5em;
  border-radius: 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background: #429551;
  transition: 0.2s;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .order a {
    max-width: 18rem;
  }
}
.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;
}
@media (max-width: 1280px) {
  .order a:after {
    width: 5px;
    height: 5px;
  }
}
.order a:hover {
  opacity: 1;
  background: #40a572;
}
.order a:hover:after {
  right: 6%;
}

.sec_menbei2602_001 {
  background: #e2efe6;
  padding: 12rem 0 8rem;
  margin-bottom: -10rem;
}
.sec_menbei2602_001 .container {
  max-width: 1280px;
}
@media (max-width: 1300px) {
  .sec_menbei2602_001 .container {
    margin: 0 1rem;
  }
}
.sec_menbei2602_001 .title_area {
  margin-bottom: 6rem;
}
.sec_menbei2602_001 .menbei25campaign {
  margin-bottom: 10rem;
}
.sec_menbei2602_001 .menbei25campaign .target_product {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  margin: 1em 0 0.5em;
}
.sec_menbei2602_001 .itemarea figure img {
  border-radius: 1.2rem;
}
.sec_menbei2602_001 .itemarea figure a {
  display: block;
  position: relative;
}
.sec_menbei2602_001 .menbei25goods {
  background: #fff;
  border-radius: 1.2rem;
  padding: 8rem 1rem;
  margin-bottom: 10rem;
}
@media (max-width: 1280px) {
  .sec_menbei2602_001 .menbei25goods .goods_title img {
    max-width: 50%;
  }
}
.sec_menbei2602_001 .menbei25goods .goods_row001 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  max-width: 1160px;
  margin: 0 auto 4rem;
}
.sec_menbei2602_001 .menbei25goods .item_name002 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sec_menbei2602_001 .menbei25goods .item001 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.sec_menbei2602_001 .menbei25goods .goods_desc {
  font-size: 1.8rem;
  color: #429551;
  font-weight: bold;
}
.sec_menbei2602_001 .menbei25goods .goods_row002 {
  max-width: 1160px;
  margin: auto;
}
.sec_menbei2602_001 .menbei25goods .item_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4rem;
}
.sec_menbei2602_001 .menbei25goods .clip_price {
  margin-top: 0.1em;
}
.sec_menbei2602_001 .sample_item {
  background: #202c52;
  padding: 6rem;
  border-radius: 1.2rem;
  margin-bottom: 10rem;
}
.sec_menbei2602_001 .sample_item .sample_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.sec_menbei2602_001 .sample_item .sample_row figure {
  background: #fff;
  padding: 4%;
  border-radius: 1.2rem;
}
.sec_menbei2602_001 .sample_item .sample_row .text_area {
  color: #fff;
}
.sec_menbei2602_001 .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_menbei2602_001 .sample_item .sample_row .text001 span {
  color: #fff;
  font-size: 2.6rem;
}
@media (max-width: 1280px) {
  .sec_menbei2602_001 .sample_item .sample_row .text001 span {
    font-size: 2.2rem;
  }
}
@media (max-width: 1280px) {
  .sec_menbei2602_001 .sample_item .sample_row .text001 {
    font-size: 3.2rem;
  }
}
.sec_menbei2602_001 .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_menbei2602_001 .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_menbei2602_001 .sample_item .sample_row .text002 {
    font-size: 2.2rem;
  }
}
.sec_menbei2602_001 .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_menbei2602_001 .sample_item .br01 {
    display: none;
  }
}
.sec_menbei2602_001 .ichioshi h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.8rem;
  margin-bottom: 0.8em;
  color: #429551;
}
.sec_menbei2602_001 .ichioshi h2 span {
  font-size: 2.8rem;
}
.sec_menbei2602_001 .ichioshi img {
  border-radius: 1.2rem;
}

.image-note {
  text-align: right;
  margin: 2.5em 0 0;
}/*# sourceMappingURL=menbei202602_custom_pc.css.map */