/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .propertylist li .txtbox .sale {
  margin-top: 10px;
  overflow: hidden;
  text-transform: none;
  padding: 0;
  max-width: 250px;
  width: 100%;
  color: #2a2a2a;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2d300), to(#e3ae0d));
  background-image: linear-gradient(to bottom, #f2d300, #e3ae0d);
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  height: 55px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
main section.s01 .wrapper .propertylist li .txtbox .sale.shiny:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 70px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation: 3s shine infinite linear;
          animation: 3s shine infinite linear;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
main section.s01 {
  padding-top: 130px;
  padding-bottom: 100px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .property_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
main section.s01 .wrapper .property_list li {
  width: 585px;
  border: 1px solid #8d8d8d;
}
main section.s01 .wrapper .property_list li.type_new .detail::before {
  background-image: url(../../images/icon_new.svg);
}
main section.s01 .wrapper .property_list li.type_kanbai {
  position: relative;
  z-index: 2;
}
main section.s01 .wrapper .property_list li.type_kanbai .detail .prop_name {
  min-height: 300px;
}
main section.s01 .wrapper .property_list li.type_kanbai .msg_kanbai01 {
  width: 100%;
  height: 360px;
  background-color: rgba(119, 237, 169, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -180px;
  font-size: 39px;
  line-height: 100%;
  padding-top: 160px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
main section.s01 .wrapper .property_list li.type_kanbai .msg_kanbai02 {
  text-align: center;
  font-size: 18px;
  line-height: 180%;
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
}
main section.s01 .wrapper .property_list li.type_shodanchu .detail::before {
  background-image: url(../../images/icon_shodanchu.svg);
}
main section.s01 .wrapper .property_list li .detail {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 22px 22px 35px;
  color: #000;
}
main section.s01 .wrapper .property_list li .detail::before {
  content: "";
  display: block;
  width: 147px;
  height: 149px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  position: absolute;
  top: 22px;
  left: 22px;
}
main section.s01 .wrapper .property_list li .detail .photobox {
  max-width: 540px;
  width: 100%;
  height: 370px;
}
main section.s01 .wrapper .property_list li .detail .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .property_list li .detail .prop_name {
  font-size: 38px;
  font-weight: bold;
  margin-top: 15px;
}
main section.s01 .wrapper .property_list li .detail .address {
  font-size: 14px;
}
main section.s01 .wrapper .property_list li .detail .kukaku {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
main section.s01 .wrapper .property_list li .detail .status_label {
  margin-top: 5px;
}
main section.s01 .wrapper .property_list li .detail .status_label p {
  display: inline-block;
  vertical-align: top;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFD332), to(#E2B22F));
  background: linear-gradient(#EFD332, #E2B22F);
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  padding: 10px 10px;
  border-radius: 4px;
  margin: 0 5px 5px 0;
}
main section.s01 .wrapper .property_list li .detail .price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .property_list li .detail .price dt {
  width: 64px;
  padding: 5px 0;
  border-radius: 20px;
  background-color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
main section.s01 .wrapper .property_list li .detail .price dd {
  width: calc(100% - 75px);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
}
main section.s01 .wrapper .property_list li .detail .price dd span {
  font-size: 18px;
}
main section.s01 .wrapper .property_list li .detail .menseki {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s01 .wrapper .property_list li .detail .menseki dt {
  width: 64px;
  padding: 5px 0;
  border-radius: 20px;
  background-color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}
main section.s01 .wrapper .property_list li .detail .menseki dd {
  width: calc(100% - 75px);
  font-size: 14px;
  line-height: 150%;
  padding-top: 2px;
}
main section.s01 .wrapper .property_list li .detail .info_txt {
  font-size: 14px;
  line-height: 200%;
  margin-top: 5px;
}
main section.s01 .wrapper .property_list li .detail .btn_detail {
  width: 280px;
  background: -webkit-gradient(linear, right top, left top, from(#029D90), to(#7FBA40));
  background: linear-gradient(to left, #029D90 0%, #7FBA40 100%);
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  padding: 18px 0;
  border-radius: 50px;
  margin: 25px auto 0;
  border-radius: 50px;
  letter-spacing: 3px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 30px 0px 100px;
    margin-top: 0 !important;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .property_list {
    display: block;
  }
  main section.s01 .wrapper .property_list li {
    width: 100%;
    border: 1px solid #8d8d8d;
  }
  main section.s01 .wrapper .property_list li + li {
    margin-top: 25px;
  }
  main section.s01 .wrapper .property_list li.type_new .detail::before {
    background-image: url(../../images/icon_new.svg);
  }
  main section.s01 .wrapper .property_list li.type_kanbai {
    position: relative;
    z-index: 2;
  }
  main section.s01 .wrapper .property_list li.type_kanbai .detail .prop_name {
    min-height: 130px;
  }
  main section.s01 .wrapper .property_list li.type_kanbai .msg_kanbai01 {
    width: 100%;
    height: 240px;
    background-color: rgba(119, 237, 169, 0.8);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -100px;
    font-size: 28px;
    line-height: 100%;
    padding-top: 106px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  main section.s01 .wrapper .property_list li.type_kanbai .msg_kanbai02 {
    text-align: center;
    font-size: 14px;
    line-height: 180%;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
  }
  main section.s01 .wrapper .property_list li.type_shodanchu .detail::before {
    background-image: url(../../images/icon_shodanchu.svg);
  }
  main section.s01 .wrapper .property_list li .detail {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 15px 15px 25px;
    color: #000;
  }
  main section.s01 .wrapper .property_list li .detail::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  main section.s01 .wrapper .property_list li .detail .photobox {
    max-width: 100%;
    width: 100%;
    height: calc((100vw - 60px) * 0.66);
  }
  main section.s01 .wrapper .property_list li .detail .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s01 .wrapper .property_list li .detail .prop_name {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
  }
  main section.s01 .wrapper .property_list li .detail .address {
    font-size: 13px;
  }
  main section.s01 .wrapper .property_list li .detail .kukaku {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
  }
  main section.s01 .wrapper .property_list li .detail .status_label {
    margin-top: 5px;
  }
  main section.s01 .wrapper .property_list li .detail .status_label p {
    display: inline-block;
    vertical-align: top;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFD332), to(#E2B22F));
    background: linear-gradient(#EFD332, #E2B22F);
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    margin: 0 5px 5px 0;
  }
  main section.s01 .wrapper .property_list li .detail .price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .property_list li .detail .price dt {
    width: 55px;
    padding: 5px 0;
    border-radius: 20px;
    background-color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    color: #fff;
  }
  main section.s01 .wrapper .property_list li .detail .price dd {
    width: calc(100% - 65px);
    font-size: 28px;
    font-weight: bold;
  }
  main section.s01 .wrapper .property_list li .detail .price dd span {
    font-size: 16px;
  }
  main section.s01 .wrapper .property_list li .detail .menseki {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main section.s01 .wrapper .property_list li .detail .menseki dt {
    width: 55px;
    padding: 5px 0;
    border-radius: 20px;
    background-color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    color: #fff;
  }
  main section.s01 .wrapper .property_list li .detail .menseki dd {
    width: calc(100% - 65px);
    font-size: 14px;
    line-height: 150%;
    padding-top: 2px;
  }
  main section.s01 .wrapper .property_list li .detail .info_txt {
    font-size: 13px;
    line-height: 200%;
    margin-top: 5px;
  }
  main section.s01 .wrapper .property_list li .detail .btn_detail {
    width: 200px;
    background: -webkit-gradient(linear, right top, left top, from(#029D90), to(#7FBA40));
    background: linear-gradient(to left, #029D90 0%, #7FBA40 100%);
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 50px;
    margin: 15px auto 0;
    border-radius: 50px;
    letter-spacing: 3px;
  }
}