.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;
}

.name_common {
  text-align: center;
  margin: 0 auto 0.5em;
  font-weight: bold;
  color: #231816;
  position: relative;
  padding-bottom: 0.5em;
}
.name_common:before {
  content: "";
  background: #9A9A9A;
  background-size: contain;
  width: 12rem;
  height: 0.3rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border-radius: 0.5rem;
}

.item_name001 {
  font-size: 2.4rem;
}

.item_name002 {
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.item_price001 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  color: #231816;
}
.item_price001 .s_01 {
  font-size: 1.8rem;
}

.item_price002 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  color: #231816;
}
.item_price002 .s_01 {
  font-size: 1.6rem;
}

.order a {
  position: relative;
  display: block;
  max-width: 24rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font: bold 1.5rem/1.8;
  text-align: center;
  color: #fff;
  background: #9A9A9A;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 6px;
  height: 5px;
  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: #222;
}
.order a:hover:after {
  right: 6%;
}

.sec_01 .container {
  max-width: 1400px;
}

.sec_02 .container {
  max-width: 1120px;
}

.sec_03 .item_name002 {
  margin-top: 0.5em;
}

.sec_04 {
  padding-top: 0;
}
.sec_04 .line .block:nth-child(3) {
  margin-bottom: 4rem;
}

.sec_common .container {
  max-width: 1200px;
}
.sec_common .line {
  margin-bottom: 4rem;
}

.order_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  width: 100%;
}
.order_ul li {
  width: calc(50% - 2rem);
}
.order_ul li a {
  font-size: 1.5rem;
  background: #9A9A9A;
  color: #fff;
  padding: 0.6em;
  width: 24rem;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 0.5rem;
  line-height: 1.8;
  transition: 0.2s;
  letter-spacing: -0.05em;
  font-weight: bold;
}
.order_ul li a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 5%;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.order_ul li a:hover {
  opacity: 1;
  background: #222;
}
.order_ul li a:hover:after {
  right: 4%;
}/*# sourceMappingURL=goods001_custom_pc.css.map */