.item_name {
  text-align: center;
  font-size: 1.5rem;
}

.item_price {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.item_price .s_01 {
  font-size: 1.4rem;
}
.item_price .text_normal {
  color: #000;
  margin-right: 0.2em;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}

.order {
  margin-bottom: 0;
}
.order a {
  position: relative;
  display: block;
  max-width: 20rem;
  width: 100%;
  margin: auto;
  padding: 0.7em;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #402F0C;
  transition: 0.2s;
  border-radius: 50px;
}
.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:after {
  right: 6%;
}

.sec_01 {
  padding-bottom: 4rem;
}
.sec_01 .container {
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 1323px) {
  .sec_01 .container {
    margin: 0 1rem;
  }
}
.sec_01 .title_img {
  margin-bottom: 3rem;
}
.sec_01 .item_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
.sec_01 .item_box .item_inner01 {
  width: 100%;
  background: #fff;
  padding: 2rem;
  box-sizing: border-box;
  border: 0.2rem solid rgba(204, 204, 204, 0.4);
}
.sec_01 .item_box .icon_common {
  color: #fff;
  padding: 0.1em;
  margin: 0.2em auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
}
.sec_01 .item_box .icon01 {
  width: 14rem;
  background: #c2191f;
}
.sec_01 .item_box .icon02 {
  width: 18rem;
  background: #18943b;
}
.sec_01 .item_box .icon03 {
  width: 22rem;
  background: #e60012;
}
.sec_01 .item_box .icon04 {
  width: 18rem;
  background: #AA4E32;
}
.sec_01 .item_box .icon05 {
  width: 18rem;
  background: #DE8226;
}
.sec_01 .item_box .icon06 {
  width: 16rem;
  background: #ed5785;
}

.img_t {
  margin-top: 1em;
}

.item_day0929 figure a {
  display: block;
}

.waresen_item .block {
  row-gap: 0;
}
.waresen_item .contents {
  font-size: 1.3rem;
  text-align: center;
}
.waresen_item figure {
  width: 100%;
  max-height: 26.6rem;
  aspect-ratio: 1/1;
  margin-bottom: 0.8rem;
}
.waresen_item figure a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(180, 159, 115, 0.15);
}
.waresen_item figure img {
  mix-blend-mode: darken;
}
.waresen_item figure .set_img001 img {
  height: 65%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.waresen_item figure .set_img002 {
  height: 80%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin-top: 2rem;
}
.waresen_item figure .single_item {
  height: 82%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin-top: 2rem;
}
.waresen_item .item_icon_common a {
  position: relative;
}
.waresen_item .item_icon_common a figcaption {
  position: absolute;
  font-size: 1.3rem;
  top: -1rem;
  left: -1rem;
  background: #B49F73;
  border: 2px solid #B49F73;
  font-weight: bold;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.waresen_item .item_ptn01 a figcaption {
  background: #B49F73;
  color: #fff;
}
.waresen_item .item_ptn02 a figcaption {
  background: #fff;
  color: #B49F73;
}/*# sourceMappingURL=otokuday_custom_pc.css.map */