.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1em 0 0.5em;
}

.item_price {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}

.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}

.item_price .s_01 {
  font-size: 1.6rem;
}

.order a {
  position: relative;
  display: block;
  max-width: 24rem;
  margin: 1.5em auto 0;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #0f0f11;
  border: 1px solid #0f0f11;
  transition: 0.2s;
}
.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: #f3e937;
  color: #0f0f11;
}
.order a:hover:after {
  right: 6%;
  border-top-color: #0f0f11;
  border-right-color: #0f0f11;
}

.mb1 {
  margin-bottom: 4rem;
}

.contents {
  text-align: center;
}

.all_bg {
  background: #0f0f11;
}

.sec_01 {
  padding: 0;
}

.sec_02 {
  padding: 4rem 0 10rem;
  margin: 0 0 -10rem;
}
.sec_02 .line .block {
  margin-bottom: 0;
}
.sec_02 .line img {
  width: 80%;
  margin: auto;
}
.sec_02 .item_bg {
  background: #f3e937;
  padding: 1.5rem 20px;
}
.sec_02 .img_t {
  color: #fff;
  text-align: right;
}

.s_price {
  text-align: center;
  font-weight: bold;
  color: #e60012;
  margin: 1em 0 -1em;
}/*# sourceMappingURL=koshimizutorori_custom_sp.css.map */