.item_name {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}

.item_price {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0;
}
.item_price .s_01 {
  font-size: 1.3rem;
}
.item_price .normal_price {
  font-size: 1.3rem;
  color: #000;
  display: block;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.2rem;
  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: 18rem;
  width: 90%;
  margin: auto;
  padding: 0.4em;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #429551;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 0.4rem;
  height: 0.4rem;
  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-bottom: 8rem;
  margin-bottom: -10rem;
}
.sec_menbei2602_001 .title_area {
  margin-bottom: 4rem;
}
.sec_menbei2602_001 .menbei25campaign {
  margin-bottom: 2rem;
}
.sec_menbei2602_001 .menbei25campaign .itemarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.sec_menbei2602_001 .menbei25campaign .itemarea .block {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
.sec_menbei2602_001 .menbei25campaign .itemarea figure img {
  border-radius: 0.6em;
}
.sec_menbei2602_001 .target_product {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
.sec_menbei2602_001 .menbei25goods {
  background: #fff;
  padding: 3rem 1rem;
  border-radius: 0.6em;
  margin-bottom: 4rem;
}
.sec_menbei2602_001 .menbei25goods .item_price {
  margin: 0.5em 0;
}
.sec_menbei2602_001 .menbei25goods .goods_title img {
  max-width: 50rem;
  width: 100%;
}
.sec_menbei2602_001 .menbei25goods .item_name002 {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.sec_menbei2602_001 .menbei25goods .goods_desc {
  color: #429551;
  font-weight: bold;
  margin: 0.3em auto 0.8em;
  display: table;
}
.sec_menbei2602_001 .menbei25goods .item001 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 4rem;
}
.sec_menbei2602_001 .menbei25goods .col_ptn02 {
  margin: 3rem 0;
}
.sec_menbei2602_001 .menbei25goods .goods_row002 .item_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
  margin-top: 1rem;
}
.sec_menbei2602_001 .menbei25goods .goods_row002 .item_row .item_name {
  margin-top: 0.5em;
}
.sec_menbei2602_001 .menbei25goods .goods_row002 .item_row img {
  width: 90%;
  margin: auto;
}

.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;
}

.ichioshi h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  color: #429551;
}
.ichioshi h2 span {
  font-size: 1.4rem;
}
.ichioshi img {
  border-radius: 0.6rem;
}
.ichioshi .line {
  display: grid;
  gap: 2rem 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.ichioshi .line .block {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0 0.5rem;
}
.ichioshi .line .block .item_name {
  margin: 0.5em 0 0;
}
.ichioshi .line .block:nth-child(1), .ichioshi .line .block:nth-child(2) {
  grid-column: 1/-1;
  display: inline;
}
.ichioshi .line .block:nth-child(1) img, .ichioshi .line .block:nth-child(2) img {
  max-width: 90%;
  margin: auto;
}
.ichioshi .line .block:nth-child(1) .item_name, .ichioshi .line .block:nth-child(2) .item_name {
  font-size: 1.4rem;
}
.ichioshi .item_price {
  margin-bottom: 0.5em;
}

.image-note {
  text-align: right;
  margin: 1em 0 0;
}/*# sourceMappingURL=menbei202602_custom_sp.css.map */