.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: 3.2rem;
  font-weight: bold;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #cf9520;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

.sub_item_name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.contents {
  text-align: center;
  font-size: 1.7rem;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.8rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}

.order {
  text-align: center;
  margin: auto;
}
.order a {
  position: relative;
  display: block;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  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%;
}

.sec_title .container {
  max-width: 1300px;
}

.sec_item .container {
  max-width: 1300px;
}
.sec_item .name_area {
  margin: 0;
}
.sec_item .item_area {
  margin: 0 0 8rem;
  grid-template-columns: calc(45% - 1.5rem) calc(55% - 1.5rem);
}
.sec_item .flex {
  align-items: start;
}
.sec_item .item_box {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  margin: 1.5rem 0;
}
.sec_item .item_box figure {
  width: calc(38% - 1rem);
  border: 1px solid #ccc;
}
.sec_item .item_box .text_box {
  width: calc(62% - 1rem);
}
.sec_item .item_box .text_box .desc {
  font-size: 1.8rem;
}
.sec_item .aemono_desc .item_name {
  text-align: center;
  margin: 0 auto 0.8em;
}
.sec_item .aemono_desc .aemono_main_desc {
  font-size: 1.8rem;
  text-align: center;
}
.sec_item .aemono_item {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  grid-template-columns: repeat(3, 1fr);
}

.icon {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #e60012;
  position: relative;
  padding-top: 3rem;
  text-align: center;
}
.icon:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/menbei202601_icon001.png") no-repeat;
  background-size: contain;
  width: 7.5rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.point {
  color: #e60012;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: 2px dotted #e60012;
  display: inline-block;
}

.img_t {
  margin: 4rem 0 8rem;
}
.img_t p {
  text-align: right;
}

.comingsoon_order a {
  pointer-events: none;
}
.comingsoon_order a:after {
  content: none;
}
.comingsoon_order a .text_s {
  font-size: 1.2rem;
}/*# sourceMappingURL=kateiyoumentai202601_custom_pc.css.map */