/***********************************************************************
preset
**********************************************************************/
/* products-top */
.content-inner {
  max-width: initial;
  margin: 0 auto;
}
.section-block {
  border: 0;
  width: 100%; }
  .section-block .section-inner .section-content {
    /*padding: 0 3.74251% 0 8%;*/
    padding:0;
    width: 1442px;
    margin: 0 auto;
  }
  .section-block .section-inner .section-content ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*max-width: 1600px;*/
    margin: 0 auto 70px; }
    .section-block .section-inner .section-content ul li {
      width: 290px;
      margin-right: 5.84642%;
      position: relative;
      display: grid;
      display: -ms-grid;
      text-align: center;
      padding-top: 5%; }
      .section-block .section-inner .section-content ul li:nth-child(4n) {
        margin-right: 0;
      }
      .section-block .section-inner .section-content ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative; }
      .section-block .section-inner .section-content ul li .box {
        background-color: #f4f4f4;
        width: 159px;
        height: 0;
        padding-top: 55%;
        position: absolute;
        bottom: -1%;
        left: -8%;
        transform-origin: 0 100%; }
      .section-block .section-inner .section-content ul li h2 {
        font-size: 14px;
        font-size: 1.4rem;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.1em;
        display: block;
        position: absolute;
        top:140px;
        overflow: hidden; }
        .section-block .section-inner .section-content ul li h2 span {
          display: inline-block; }
          .section-block .section-inner .section-content ul li h2 span.show {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
            -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
            -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-transition-delay: 0.35s;
            transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1) 0.35s; }
      .section-block .section-inner .section-content ul li .pic {
        display: block;
        margin-bottom: 10px;
        position: relative; }
        .section-block .section-inner .section-content ul li .pic img {
          width: 100%;
          height: auto; }
      .section-block .section-inner .section-content ul li.show a .box {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      .section-block .section-inner .section-content ul li.show a h2 {
        display: block; }
      .section-block .section-inner .section-content ul li.show a .pic {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
        -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
        -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: 0.05s;
        transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.05s; }
  .section-block .section-inner .section-content dl {
    max-width: 1600px;
    margin: 0 auto; }

@media all and (max-width: 1550px) {
  .section-block .section-inner .section-content {
    width: 1004px;
  }
  .section-block .section-inner .section-content ul li:nth-child(4n) {
    margin-right: 5.84642%;
  }
  .section-block .section-inner .section-content ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 1100px) {
  .section-block .section-inner .section-content {
    width: 627px;
  }
  .section-block .section-inner .section-content ul li:nth-child(3n) {
    margin-right: 5.84642%;
  }
  .section-block .section-inner .section-content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .ContentsBody .section-block {
    padding-bottom: 0px;
    margin-bottom: 0; }
    .section-block .section-inner .section-content {
      width: auto;
      padding: 0 0 0 10%; }
      .ContentsBody .section-block .section-inner .section-content ul {
        margin-bottom: 70px; }
        .ContentsBody .section-block .section-inner .section-content ul li {
          padding-top: 6.11111%;
          margin-right: 7.40741%; }
          .ContentsBody .section-block .section-inner .section-content ul li a {
            width: 100%; }
      .ContentsBody .section-block .section-inner .section-content dl {
        padding-right: 6%; }
}
@media all and (max-width: 756px) {
  .section-block .section-inner .section-content {
    padding: 3.74251% 3% 0 30%;
  }
}
@media all and (max-width: 570px) {
  .section-block .section-inner .section-content {
    padding: 3.74251% 3% 0 10%;
  }
}
@media all and (max-width: 425px) {
  .section-block .section-inner .section-content {
    padding: 3.74251% 3% 0 20%;
  }
}

@media all and (max-width: 375px) {
  .section-block .section-inner .section-content {
    padding: 3.74251% 0% 0 18%;
  }
}
@media all and (max-width: 320px) {
  .section-block .section-inner .section-content ul li {
    width: 242px;
  }
  .section-block .section-inner .section-content ul li h2 {
    top:115px;
  }
  .section-block .section-inner .section-content ul li .box {
    width: 148px; }

}
