.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;
  padding-bottom: 0.5em;
  position: relative;
}
.name_common:before {
  content: "";
  background: #9A9A9A;
  background-size: contain;
  width: 10rem;
  height: 0.3rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border-radius: 0.5rem;
}

.item_name001 {
  font-size: 1.8rem;
}

.item_name002 {
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}

.item_price001 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #231816;
}
.item_price001 .s_01 {
  font-size: 1.4rem;
}

.item_price002 {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #231816;
}
.item_price002 .s_01 {
  font-size: 1.3rem;
}

.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%;
}

.order_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.order_ul li {
  width: calc(50% - 1rem);
  margin: auto;
}
.order_ul li a {
  font-size: 1.2rem;
  background: #9A9A9A;
  color: #fff;
  padding: 0.8em 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: block;
  position: relative;
  border-radius: 0.5rem;
  line-height: 1.8;
  transition: 0.2s;
  letter-spacing: -0.05em;
}
@media (max-width: 440px) {
  .order_ul li a {
    font-size: 1rem;
    padding: 1.1em 0 1.1em 0.8em;
    width: calc(100% - 0.8rem);
    text-align: left;
    border-radius: 0.4rem;
  }
}
.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%;
}

.sec_02 .line {
  margin-bottom: 4rem;
}

.sec_03 {
  padding: 0;
}
.sec_03 .block {
  margin-bottom: 4rem !important;
}
.sec_03 img {
  max-width: 80%;
}
.sec_03 .item_name002 {
  font-size: 1.8rem;
  margin-top: 0.3em;
}
.sec_03 .item_price002 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #231816;
}
.sec_03 .item_price002 .s_01 {
  font-size: 1.4rem;
}

.sec_04 {
  padding: 0;
}
.sec_04 .order a {
  font-size: 1rem;
  padding: 1.1em;
  border-radius: 0.4rem;
}
.sec_04 .block:nth-of-type(even) {
  margin-bottom: 2rem;
}/*# sourceMappingURL=goods001_custom_sp.css.map */