.item_name {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 1em 0 0.5em;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.item_price .normal_price {
  font-size: 1.8rem;
  color: #000;
}
.item_price .s_01 {
  font-size: 1.8rem;
}

.order a {
  position: relative;
  display: block;
  max-width: 24rem;
  margin: 1.5em auto 0;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  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: 6rem;
}

.contents {
  text-align: center;
  font-size: 1.5rem;
}

.all_bg {
  background: #0f0f11;
}

.sec_01 {
  padding: 0;
}
.sec_01 .container {
  max-width: none;
}

.sec_02 {
  padding: 8rem 0 10rem;
  margin: 0 0 -10rem;
}
.sec_02 .container {
  max-width: 1150px;
}
@media (max-width: 1173px) {
  .sec_02 .container {
    padding: 0 10px;
  }
}
.sec_02 .item_area01 {
  grid-template-columns: calc(45% - 1.5rem) calc(55% - 1.5rem);
}
.sec_02 .item_bg {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/koshimizutorori_bg.png) no-repeat center/contain;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.sec_02 .item_inner {
  max-width: 500px;
  margin: auto;
  padding: 0 20px;
}
.sec_02 .item_area02 {
  grid-template-columns: calc(55% - 1.5rem) calc(45% - 1.5rem);
}
.sec_02 .item_area02 .block:nth-child(1) {
  order: 2;
}
.sec_02 .item_area02 .block:nth-child(2) {
  order: 1;
}
.sec_02 .img_t {
  color: #fff;
  text-align: right;
}

.s_price {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #e60012;
  margin: 1em 0 -1em;
}/*# sourceMappingURL=koshimizutorori_custom_pc.css.map */