.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 8rem;
}

.item_name {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 0.3em;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin: 1em 0 0.5em;
}
.item_name .icon {
  display: block;
  color: #e60012;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

.desc {
  font-size: 1.2rem;
  text-align: center;
  margin: auto;
  color: #b08551;
  font-weight: bold;
}

.contents {
  text-align: center;
  font-size: 1.2rem;
}

.item_price {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
}
.item_price .s_01 {
  font-size: 1.3rem;
}
.item_price .normal_price {
  font-size: 1.3rem;
  color: #000;
}
.item_price .postage {
  display: block;
  color: #fff;
  background: #e60012;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
  max-width: 9rem;
  margin: 0.5em auto 0;
}

.order a {
  position: relative;
  display: block;
  max-width: 18rem;
  width: 90%;
  margin: auto;
  padding: 0.5em;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #564635;
  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;
}
.order a:hover {
  opacity: 1;
  background: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.sec_common .item_row {
  display: grid;
  gap: 3rem 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
}
.sec_common .item_row img {
  box-shadow: 0px 3px 5px rgba(92, 69, 48, 0.2);
}

.sec_title p {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
}

.sec_item01 .inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0 0.5rem;
}
.sec_item01 .inner:nth-child(1), .sec_item01 .inner:nth-child(2) {
  grid-column: 1/-1;
  display: inline;
}
.sec_item01 .inner:nth-child(1) .item_name, .sec_item01 .inner:nth-child(2) .item_name {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.sec_item01 .inner:nth-child(1) .item_name span, .sec_item01 .inner:nth-child(2) .item_name span {
  font-size: 1.4rem;
}
.sec_item01 .inner:nth-child(1) .desc, .sec_item01 .inner:nth-child(2) .desc {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.sec_item01 .inner:nth-child(1) .contents, .sec_item01 .inner:nth-child(2) .contents {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
.sec_item01 .inner:nth-child(1) .item_price, .sec_item01 .inner:nth-child(2) .item_price {
  margin-bottom: 0.5em;
}
.sec_item01 .inner:nth-child(1) img, .sec_item01 .inner:nth-child(2) img {
  max-width: 90%;
  margin: auto;
}
.sec_item01 .inner:nth-child(3), .sec_item01 .inner:nth-child(4) {
  grid-row: span 9;
}
.sec_item01 .inner:nth-child(4) .item_name {
  letter-spacing: -0.05em;
}
.sec_item01 .inner:nth-child(5) .order, .sec_item01 .inner:nth-child(6) .order {
  margin: 0.8em 0 0;
}

.sec_item02 {
  padding: 0;
}
.sec_item02 .container {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 3rem 1rem;
}
.sec_item02 h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0.2em;
}
.sec_item02 h2 span {
  display: inline-block;
  font-size: 1.4rem;
  background: #e60012;
  color: #fff;
  padding: 0.3em 1.5em;
  margin: 0 0 0.5em;
  border-radius: 0.4em;
}
.sec_item02 .desc {
  font-size: 1.4rem;
}
.sec_item02 .contents {
  font-size: 1.3rem;
}
.sec_item02 .item_list {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style: none;
  align-items: start;
  flex-wrap: wrap;
}
.sec_item02 .item_list .li_inner {
  width: calc(50% - 0.5rem);
}
.sec_item02 .item_list .li_inner figure a {
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec_item02 .item_list .li_inner figure a:hover figcaption:before {
  right: 0;
}
.sec_item02 .item_list .li_inner figure a img {
  max-width: 70%;
  margin: auto;
}
.sec_item02 .item_list .li_inner figure a figcaption {
  display: inline-block;
  font-size: 1.3rem;
  text-align: center;
  margin: 0.5em auto 0;
  font-weight: bold;
  position: relative;
  padding-right: 1.6em;
}
.sec_item02 .item_list .li_inner figure a figcaption:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/arrow_b.png") no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 3%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.sec_item02 .item_list .li_inner p {
  font-size: 1.2rem;
  margin: 0;
}
.sec_item02 .item_price {
  margin-bottom: 1em;
}

.sec_item03 {
  padding: 3rem 0;
}
.sec_item03 h2 {
  font-size: 1.6rem;
  margin-bottom: 0.2em;
}
.sec_item03 h2 span {
  display: block;
  font-size: 1.4rem;
  color: #e60012;
}
.sec_item03 .desc {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
}
.sec_item03 .image-note {
  text-align: right;
  margin-top: 1em;
}/*# sourceMappingURL=mentai202602_custom_sp.css.map */