@media screen and (min-width: 769px), print {
  .template_renew {
    background: #4AA336;
  }
  .template_renew .top_filter {
    padding: 30px 0;
  }
  .template_renew .top_filter .filter_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0;
  }
  .template_renew .top_filter .filter_list .filter_box {
    position: relative;
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
  }
  .template_renew .top_filter .filter_list .filter_box:not(:first-child) {
    margin-left: 50px;
  }
  .template_renew .top_filter .filter_list .filter_box select {
    width: 100%;
    padding: 5px;
    border: 0;
    height: 35px;
    font-size: 1.6rem;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .template_renew .bTemplateList {
    max-width: 100%;
  }
  .template_renew .bTemplateList .bTemplateList__design {
    background: #000000;
    padding: 50px 0;
  }
  .template_renew .bTemplateList .bTemplateList__design__left {
    width: 100%;
    margin-right: 0;
  }
  .new_template.wrapper .top_more a {
    font-size: 2.2rem;
  }
  .new_template.wrapper .frame .meta span {
    font-size: 2rem;
  }
  .searchList .frame {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .searchList .frame .meta {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: -50px;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .searchList .frame .meta .news {
    color: red;
  }
  .searchList .frame .like {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    position: relative;
    height: 25px;
    width: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .searchList .frame .like input {
    position: absolute;
    left: -9999px;
  }
  .searchList .frame .like input:checked + label {
    background-image: url("../img/template-list/like_active.png");
  }
  .searchList .frame .like label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background-image: url("../img/template-list/like.png");
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 22px;
    background-size: 22px;
  }
  .searchList .top_more a span {
    color: #E4007F;
  }
  .searchList .top_more a:last-child {
    position: relative;
    padding-right: 18px;
  }
  .searchList .top_more a:last-child:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 18px;
    background: url(../img/template-list/list_arr.png);
    top: 5px;
    right: 0;
  }
  .tpl-list {
    position: relative;
  }
  .tpl-list:before {
    content: "";
    width: 100%;
    height: 111px;
    background-color: #E60012;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  /*

  Wrapper

*/
  /* Wrapper */
  .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  /* Section Title */
  .wrapper .top_more a {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 25px;
    padding: 0;
    color: white;
    text-decoration: none;
    cursor: default;
  }
  .top_more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 5%;
  }
  /* Navigation Arrows */
  .strip-carousel .arrow-left,
  .strip-carousel .arrow-right {
    display: none;
    position: absolute;
    background: #00000052;
    margin: 0;
    padding: 0;
    font-family: 'Advent Pro', sans-serif;
    font-size: 70px;
    font-weight: 300;
    color: white;
    text-align: center;
    z-index: 9999;
  }
}

