.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;
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  border-bottom: 3px dotted #c2252d;
  padding-bottom: 0.5em;
}

.desc {
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
}

.contents {
  font-size: 1.5rem;
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin: 0.1em 0 0;
}
.item_price .s_01 {
  font-size: 1.6rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}

.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: #564635;
  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: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.bg {
  background: #fffff0;
  position: relative;
}
.bg:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/yum_bg.png") repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  opacity: 0.8;
}

.sec_title .container {
  max-width: 1280px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .sec_title .container {
    padding: 0 1rem;
  }
}

.sec_item {
  padding-bottom: 8rem;
}
.sec_item .container {
  max-width: 1280px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .sec_item .container {
    padding: 0 1rem;
  }
}
.sec_item .item_row_3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3rem;
}
.sec_item .item_row_4 {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(4, 1fr);
}
.sec_item .inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 1rem;
}
.sec_item .inner figure {
  position: relative;
}
.sec_item .inner figure .icon {
  position: absolute;
  top: 2%;
  right: 2%;
}
@media (max-width: 1280px) {
  .sec_item .inner figure .icon {
    width: 20%;
  }
}
.sec_item .image-note {
  text-align: right;
  margin-top: 1.5em;
}/*# sourceMappingURL=yamucha001_custom_pc.css.map */