h1 {
  width: 100%;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  text-align: center; }
  h1 img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 769px) {
    h1 {
      padding: 0 0 160px; } }
  @media screen and (max-width: 768px) {
    h1 {
      padding: 0px 0 40px; } }
  @media screen and (min-width: 769px) {
    h1.txt {
      padding: 100px 0 50px;
      font-size: 28px; } }
  @media screen and (max-width: 768px) {
    h1.txt {
      padding: 60px 0 30px;
      font-size: 18px; } }

.items_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    .items_list {
      max-width: 960px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .items_list {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 50px;
      padding: 0 5px; } }
  @media screen and (min-width: 769px) {
    .items_list .item {
      width: 33.3333%;
      box-sizing: border-box;
      margin-bottom: 48px;
      padding: 0 12px; }
      .items_list .item:nth-of-type(3n+1) {
        margin-left: -12px; }
      .items_list .item:nth-of-type(3n) {
        margin-right: -12px; } }
  @media screen and (max-width: 768px) {
    .items_list .item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 calc((100% - 20px) / 2);
          -ms-flex: 0 1 calc((100% - 20px) / 2);
              flex: 0 1 calc((100% - 20px) / 2);
      margin: 0 5px 40px; } }
  .items_list .item a {
    display: block;
    -webkit-transition: -webkit-filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: -webkit-filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }
    .items_list .item a.isHover {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .items_list .item figure {
    width: 100%;
    height: 0%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .items_list .item h2 {
    line-height: 1.2;
    font-weight: 500; }
    .items_list .item h2 span {
      display: block;
      font-weight: 300; }
  @media screen and (min-width: 769px) {
    .items_list .item figure {
      margin-bottom: 15px; }
    .items_list .item h2 {
      margin: 0 15px 5px;
      font-size: 18px; }
      .items_list .item h2 span {
        margin-bottom: 3px;
        font-size: 13px; }
    .items_list .item .price {
      margin: 0 15px;
      font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .items_list .item figure {
      margin-bottom: 10px; }
    .items_list .item h2 {
      margin: 0 10px 5px;
      font-size: 15px; }
      .items_list .item h2 span {
        margin-bottom: 5px;
        font-size: 11px; }
    .items_list .item .price {
      margin: 0 10px;
      font-size: 11px; } }

/*# sourceMappingURL=items.css.map */
