/*
Wordpress
*/
.blog_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_wrap a {
  color: #444;
  margin-bottom: 10px;
}
.blog_wrap a:hover {
  text-decoration: none;
}
.blog_wrap .blog_col {
  width: 30%;
  margin-bottom: 30px;
}
.blog_wrap .blog_col figure {
  position: relative;
  overflow: hidden;
}
.blog_wrap .blog_col figure:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */
}
.blog_wrap .blog_col figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog_wrap .blog_col figure img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.blog_wrap .blog_col .date {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.blog_wrap .blog_col h3 {
  font-size: 1rem;
  font-weight: bold;
}

.ec-role.blog {
  padding-left: 0;
  padding-right: 0;
}
.ec-role.blog .body .wpb_wrapper p {
  line-height: 2 !important;
}

@media only screen and (max-width: 767px) {
  .blog_wrap .blog_col {
    width: 45%;
  }
}
.ec-rectHeading.blog {
  margin-top: 30px;
}
.ec-rectHeading.blog h2 {
  width: 100%;
  font-weight: bold;
}
.ec-rectHeading.blog .date {
  display: block;
  width: 100%;
  font-family: "Poppins";
  font-size: 0.9rem;
  margin-top: 10px;
  text-align: right;
}

.wp_to_list {
  margin-top: 30px;
  background: #f0f0f0;
}
.wp_to_list a {
  display: block;
  color: #444;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.wp_to_list a:hover {
  text-decoration: none;
}

.vc_btn3.vc_btn3-style-modern {
  background-image: none !important;
}

.sale_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sale_wrap:before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sale_wrap:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.sale_wrap .sale_col {
  position: relative;
  width: 24%;
  padding: 45px 10px 10px 10px;
  border: 1px solid #111214;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sale_wrap .sale_col {
    width: 100%;
  }
}
.sale_wrap .sale_col .deadline {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #de5d50;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
}
.sale_wrap .sale_col .catch {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  height: 50px;
}
.sale_wrap .sale_col .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
  height: 170px;
}
@media only screen and (max-width: 767px) {
  .sale_wrap .sale_col .body {
    height: auto;
  }
}
.sale_wrap .sale_col .body .info .percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80px;
  height: 80px;
  background: #444;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  margin-bottom: 10px;
}
.sale_wrap .sale_col .body .info .percentage span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: -32px;
}
.sale_wrap .sale_col .body .info .icon span {
  display: block;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 3px;
  font-size: 11px;
  text-align: center;
  margin-bottom: 5px;
}
.sale_wrap .sale_col .body figure {
  width: 55%;
}
.sale_wrap .sale_col .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sale_wrap .sale_col .price_box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #de5d50;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin-right: 23px;
}
.sale_wrap .sale_col .price_box .price {
  color: #de5d50;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
}
.sale_wrap .sale_col .price_box .price .yen {
  font-size: 15px;
  margin-right: -5px;
}
.sale_wrap .sale_col .price_box .price .tax {
  color: #444;
  font-size: 13px;
  font-weight: normal;
  margin-left: -10px;
}
.sale_wrap .sale_col .ec-blockBtn--cancel {
  padding: 5px 0;
  height: inherit;
  line-height: inherit;
  margin-top: 20px;
}/*# sourceMappingURL=tsumeiro.css.map */