.hero-outer {
  width: 100%;
  height: 100vh;
  max-height: 1360px;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.hero-outer h2 {
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
}
.hero-outer .hero {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-outer .hero::before, .hero-outer .hero::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-outer .hero::after {
  background: url(../../common/img/mesh.png);
  z-index: 2;
}
.hero-outer .inner-narrow {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}
.hero-outer .inner-narrow > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.hero-outer .content {
  max-width: 800px;
  padding-right: 50px;
  -webkit-transition: all 1500ms cubic-bezier(0.04, 0.68, 0.12, 0.86);
  transition: all 1500ms cubic-bezier(0.04, 0.68, 0.12, 0.86);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.hero-outer .content.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero-outer a.readmore {
  margin-top: 40px;
}

.news-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 10px 2px rgba(136, 136, 136, 0.5);
          box-shadow: 0 0 10px 2px rgba(136, 136, 136, 0.5);
  background: #fff;
}
.news-box article {
  width: 33.33%;
  overflow: hidden;
  position: relative;
}
.news-box article::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #efefef;
}
.news-box article:last-child::before {
  content: none;
}
.news-box a {
  padding: 30px 50px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pub-time {
  margin: 15px 0 10px 0;
  font-weight: 700;
  line-height: 1;
}

.inkuche {
  position: relative;
  padding: 30px 0;
  margin: 40px 0;
}
.inkuche a.readmore {
  margin: 50px auto 0;
}

.inkuche-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}
.inkuche-inner article {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  width: calc((100% - 120px) / 4);
  margin-bottom: 20px;
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.inkuche-inner article:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.inkuche-inner article:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.inkuche-inner article:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.inkuche-inner article:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.inkuche-inner article.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.inkuche-inner article:hover .info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.inkuche-inner a {
  display: block;
  overflow: hidden;
  position: relative;
}
.inkuche-inner a:hover .hasbg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.inkuche-inner .hasbg {
  height: 0;
  padding-top: 80%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inkuche-inner .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  z-index: 2;
}
.inkuche-inner .info .title-top {
  padding-right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info-left {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  background: url(../img/mesh.png);
}

.info-right {
  position: absolute;
  right: 0;
  background: url(../img/mesh-right.png);
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.info-right .title-top {
  position: absolute;
  right: 30px;
  width: 70%;
}

article.shop-r:last-child .info-left {
  display: none;
}

.shop .inkuche-inner article {
  width: 50%;
}
.shop .info {
  width: 40vw;
}
.shop .inkuche-inner .hasbg {
  padding-top: 50%;
}

section.works {
  background: #009dff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#009dff), color-stop(99%, #325ec5));
  background: linear-gradient(to right, #009dff 0%, #325ec5 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dff', endColorstr='#325ec5',GradientType=1 );
  /* IE6-9 */
  position: relative;
}
section.works .sevice-items > img {
  position: absolute;
  top: 0 !important;
  left: 0;
}
section.works .works-bg {
  padding: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  padding: 20vh 0;
}
section.works .works-bg > img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
section.works .works-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.works .works-inner > a.readmore {
  display: none;
}
section.works .title-top {
  padding: 60px 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.works .title-top h2 {
  position: relative;
}
section.works .title-top h2::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 120%;
  height: 200px;
  background-image: url(../img/works.png);
  background-repeat: no-repeat;
}
section.works .title-top h4, section.works .title-top div {
  position: relative;
}
section.works .title-top div {
  color: #333;
  font-weight: 600;
}
section.works .title-top .ttlBar::before {
  background: #2272d7;
}

.works-left {
  position: relative;
  width: 40%;
}
.works-left::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/works-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.works-right {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-right img {
  cursor: pointer;
  display: block;
  width: 17vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.works-right > acticle {
  margin: 20px 20px 20px 0;
}
.works-right > acticle a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.works-right > acticle a div {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.works-right > acticle a:hover div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.works-right > acticle a > span{
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
  line-height: 1;
  background-color: rgba(25, 97, 208, 0.8);
}


.homebanners {
  background-image: url(../img/homebanners-bg1.png), url(../img/homebanners-bg2.png);
  position: relative;
  background-size: 10% auto, 10% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 25%, right bottom;
}
.homebanners > img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.homebanners .inkuche-inner .hasbg {
  padding-top: 100%;
}

.homebanners-name {
  font-size: 16px;
  margin: 15px 0 0;
}
.homebanners-name  span{
  font-size: 14px;
}
section.service {
  padding: 30px 0;
}
section.service p {
  font-size: 16px;
}
section.service .sectionttl h2::first-letter {
  color: #2272d7;
}
section.service .sectionttl.oneline {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  margin: auto;
}
section.service .sevice-items {
  position: relative;
}
section.service .sevice-items > img {
  position: absolute;
  top: 50px;
  right: 50px;
  display: block;
}
section.service .ttlBar {
  position: absolute;
  z-index: 1;
}
section.service a {
  display: block;
  text-decoration: none;
  font-size: 20px;
}
section.service a:hover .service-button::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
section.service a:hover .service-pic > div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.service a:hover svg {
  right: 15px;
}
section.service .service-pic {
  overflow: hidden;
}
section.service .service-pic > div {
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.service .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.service .columns > a {
  width: 50%;
}
section.service .columns-outer {
  position: relative;
  margin-top: 50px;
}
section.service .service-pic {
  overflow: hidden;
  position: relative;
}
section.service .service-pic::before, section.service .service-pic::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
section.service .service-pic::before {
  background: #111;
  -webkit-transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
section.service .service-pic::after {
  background: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

.service1 {
  padding-top: 500px;
}

.service2 {
  padding-top: 420px;
}

.service3 {
  padding-top: 420px;
}

.sevice-right {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sevice-right img {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  height: 100%;
  width: 50vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sevice-right > div {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 100px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.sevice-right .title-top {
  max-width: 500px;
}
.sevice-right h2 {
  position: relative;
}
.sevice-right h2::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  display: block;
  width: 120%;
  height: 200px;
  background-image: url(../img/stock.png);
  background-repeat: no-repeat;
}

.title-top {
  line-height: 1;
}
.title-top h2 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.title-top h4 {
  font-size: 18px;
  margin-top: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.title-top .ttlBar {
  margin: 1rem 0 2rem;
  position: absolute;
}
.title-top .ttlBar::before {
  background: #fff;
}
.title-top .title-font {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.6;
}
.title-top a.readmore {
  margin: 30px 0 0;
}
.title-top:hover h2,
.title-top:hover h4 {
  text-decoration: none !important;
}

.service-button {
  width: 260px;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.service-button::before {
  content: '';
  position: absolute;
  background: #e41c35;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}
.service-button svg {
  fill: #fff;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-button-outer {
  opacity: 0;
  -webkit-transition: all 700ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service1-button-outer {
  -webkit-transform: translate(-30px, -32px);
          transform: translate(-30px, -32px);
  position: absolute;
  left: 0;
}
.service1-button-outer p {
  margin-top: 0.8rem;
  padding: 0 1rem;
}

.service2-button-outer {
  left: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  position: absolute;
}
.service2-button-outer p {
  margin-top: 0.8rem;
  padding: 0 1rem;
}

.service3-button-outer {
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  position: absolute;
}
.service3-button-outer p {
  margin-bottom: 0.8rem;
  padding: 0 1rem;
  margin-left: auto;
}
.service3-button-outer .service-button {
  margin-left: auto;
}

.sevice-item.animate .service3-button-outer {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 1;
}
.sevice-item.animate .service2-button-outer {
  -webkit-transform: translate(0, -32px);
          transform: translate(0, -32px);
  opacity: 1;
}
.sevice-item.animate .service1-button-outer {
  -webkit-transform: translate(0px, -32px);
          transform: translate(0px, -32px);
  opacity: 1;
}
.sevice-item.animate .service-pic::before, .sevice-item.animate .service-pic::after {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.providers .inkuche-inner article {
  width: calc((100% - 60px) / 3);
  margin: 0 10px;
}
.providers .providers-inner {
  padding: 0 30px;
  margin-bottom: 40px;
}

.hide,
a.hide {
  display: none;
}

@media (max-width: 1750px) {
  .homebanners {
    background-size: 8% auto, 8% auto;
    background-position: left 0%, right bottom;
  }

  section.service .inner-wide,
  section.service .inner-narrow {
    padding: 0 !important;
  }
  section.service .columns-outer {
    margin: 40px auto 0;
  }

  .service1-button-outer {
    left: 30px;
  }
}
@media (max-width: 1600px) {
  .shop-ttl {
    padding: 0;
  }

  .news-box a {
    padding: 20px;
  }

  .news-box-outer .news-button {
    font-size: 16px;
  }

  .sevice-right > div {
    margin: 0 50px;
  }
}
@media (max-width: 1470px) {
  .inkuche-inner dl {
    margin-bottom: 0.5rem;
  }
  .inkuche-inner dt {
    font-size: 16px;
  }
  .inkuche-inner dd {
    font-size: 14px;
  }

  .title-top h4 {
    margin-top: 8px;
  }
  .title-top .ttlBar {
    margin: 10px 0 0;
  }
  .title-top .title-font {
    margin-top: 45px;
  }

  .inner-wide a.readmore {
    margin: 40px 0 0 !important;
  }

  .shop-ttl {
    min-width: 400px;
  }

  .homebanners .cols .sectionttl h2 {
    font-size: 28px;
  }

  .infos-outer .infos > div {
    width: calc((100% - 30px) / 2);
  }

  .inner-narrow {
    padding: 0 30px;
  }

  .inkuche-inner article {
    width: calc((100% - 90px) / 4);
  }

  .service-button {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1360px) {
  .sevice-right img {
    width: 60vw;
  }

  .shop .inkuche-inner .hasbg {
    padding-top: 60%;
  }

  .works-right img {
    width: 18vw;
  }
}
@media (max-width: 1280px) {
  section.works .title-top {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  section.works .works-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.works .works-inner > div {
    width: 100%;
  }
  section.works .works-inner > a.readmore {
    display: block;
    margin: 0 auto 40px;
  }
  section.works .works-inner .works-left a.readmore {
    display: none;
  }

  .works-right {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 0;
  }
  .works-right img {
    width: 100%;
  }

  .inkuche-inner .hasbg {
    padding-top: 100%;
  }

  .infos-outer .pic {
    padding-top: 240px;
  }

  .homebanners .cols .sectionttl h2 {
    font-size: 22px;
  }

  .infos-outer dl {
    font-size: 14px;
  }
  .infos-outer dt {
    width: 100px;
    min-width: 100px;
  }

  section.works .works-inner {
    padding: 20px;
  }

  .shop-ttl {
    min-width: 320px;
  }

  .infos-outer .infos > div {
    width: calc((100% - 20px) / 2);
  }

  .inner-wide,
  .inner-narrow {
    padding: 0 20px;
  }

  .inkuche-inner article {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1200px) {
  .news-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .news-box-outer::before {
    width: 70%;
    bottom: -32px;
  }
  .news-box-outer > div {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .news-box-outer .inner-narrow {
    width: 100%;
  }
  .news-box-outer .news-button {
    position: relative;
    width: 200px !important;
    margin: 30px auto 0;
  }
  .news-box-outer .news-button.bg-black {
    background: transparent;
  }
  .news-box-outer .news-button a {
    width: 100%;
    height: 36px;
    border: 1px solid #fff;
    color: #fff;
  }

  .sevice-right img {
    width: 70vw;
  }
  .sevice-right > div {
    margin: 0 20px;
  }

  .shop .inkuche-inner .hasbg {
    padding-top: 70%;
  }
}
@media (max-width: 1024px) {
  .info-left {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .info-right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .inkuche a.readmore {
    margin: 40px auto 0;
  }

  .inkuche {
    padding: 50px 0;
  }
}
@media (max-width: 1000px) {
  .shop article:last-child .info-left {
    display: block;
  }
  .shop article:last-child .info-right {
    display: none;
  }

  .shop .inkuche-inner .hasbg {
    padding-top: 50%;
  }

  .homebanners {
    background-size: 10% auto, 10% auto;
    background-position: left 2%, right bottom;
  }

  .providers .inkuche-inner article {
    width: calc((100% - 60px) / 2);
  }

  .shop .inkuche-inner article {
    width: 100%;
  }
  .shop .info {
    width: 70%;
  }

  .service1,
  .service2,
  .service3 {
    padding-top: 400px;
  }

  .hero-outer .content {
    padding-right: 20px;
  }

  .hero-outer h2 {
    font-size: 36px;
  }

  .homebanners {
    margin: 50px 0;
  }

  .col1 p {
    font-size: 14px;
  }

  .col3 {
    background-size: 90px 90px;
    background-position: 90% center;
  }

  .col3 .content,
  .col2 .content {
    padding: 0 10%;
  }

  .shop-info {
    padding: 60px 0;
  }
  .shop-info a.hide {
    display: block;
    margin: 40px auto 0;
  }

  .hero-outer .hero {
    width: 100%;
  }

  .shopinfo-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .shop-ttl {
    margin-bottom: 40px;
  }
  .shop-ttl .readmore {
    display: none;
  }

  section.service p {
    font-size: 14px;
  }

  .sevice-item .service3-button-outer {
    -webkit-transform: translate(0, -90px);
            transform: translate(0, -90px);
  }
  .sevice-item.animate .service3-button-outer {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }

  section.service a {
    position: relative;
  }
  section.service .columns > a {
    width: 100%;
  }
  section.service .columns > a:last-child {
    margin-top: 180px;
  }
  section.service .columns-outer {
    width: 100%;
    margin-top: 100px;
  }

  .news-box-outer > div {
    margin-top: 50px;
  }

  .news-box {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .news-box article {
    width: 100%;
  }
  .news-box article::before {
    content: none;
  }
  .news-box a {
    padding: 10px 20px;
    border-bottom: 1px solid #efefef;
  }
  .news-box a:hover {
    background: #fafafa;
  }

  .pub-time {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.5rem;
  }

  .news-box-outer .news-button {
    width: 180px !important;
  }

  .inkuche-inner article {
    width: calc((100% - 20px) / 2);
    margin-bottom: 35px;
  }
}
@media (max-width: 870px) {
  .providers .inkuche-inner article {
    width: 100%;
  }

  .inkuche-inner .hasbg {
    padding-top: 50%;
  }

  .title-top h2 {
    font-size: 25px;
  }
  .title-top h4 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .inkuche-inner .info {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .sevice-right img {
    width: 90vw;
  }
}
@media (max-width: 750px) {
  .homebanners .inkuche-inner .hasbg {
    padding-top: 75%;
  }

  .header-right .emailli a.bg-red:hover {
    background: transparent;
  }

  .service1,
  .service2,
  .service3 {
    padding-top: 75%;
  }

  .homebanners .cols > div {
    height: auto;
  }

  .homebanners .col1 {
    margin-bottom: 10px;
  }
  .homebanners .col1 .content {
    margin-left: 0;
  }
  .homebanners .col1 a {
    padding: 8% 10%;
  }

  .col3 {
    margin-top: 10px;
  }

  .col3 .content,
  .col2 .content {
    padding: 5% 10%;
  }
}
@media (max-width: 700px) {
  .infos-outer .infos > div {
    width: 100%;
  }
  .infos-outer .infos > div:first-child {
    margin-bottom: 20px;
  }

  section.works .sevice-items > img {
    width: 100%;
    height: 102%;
  }

  .shop .inkuche-inner .hasbg {
    padding-top: 70%;
  }

  .shop .info {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .works-right > acticle {
    margin: 20px 10px;
  }

  .providers .providers-inner {
    padding: 0 20px;
  }

  .inkuche-inner .hasbg {
    padding-top: 70%;
  }

  section.works .works-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.works .title-top {
    max-width: 100%;
  }
  section.works .title-top .readmore {
    margin-top: 50px;
  }
  section.works .works-left {
    position: relative;
  }
  section.works .works-right img {
    margin: 0;
    margin-right: 10px;
  }
  section.works .ttlBar {
    position: absolute;
    left: 0;
  }

  .news-box-outer .news-button.bg-black {
    margin: 30px auto 0 35%;
  }

  .inkuche-inner .info {
    padding: 20px;
  }

  .info-right .title-top {
    position: absolute;
    right: 20px;
  }

  .title-top h2 {
    font-size: 20px;
  }
  .title-top h4 {
    font-size: 15px;
  }
  .title-top .title-font {
    font-size: 13px;
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .inkuche {
    padding: 15px 0;
  }

  .inkuche a.readmore {
    margin: 15px auto 0;
  }

  section.service {
    padding: 15px 0;
  }

  .homebanners {
    margin: 40px 0;
    background-size: 10% auto, 10% auto;
    background-position: left top, right 4%;
  }

  .shop {
    padding: 0;
  }

  .works-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-right > acticle {
    margin: 10px 0;
  }
  .works-right img {
    margin-right: 0;
  }

  .sevice-right img {
    width: 100vw;
  }

  .hero-outer h2 {
    font-size: 7vw;
  }

  .inkuche-inner article {
    width: 100%;
  }

  .service-button {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .title-top h2 {
    font-size: 18px;
  }
  .title-top h4 {
    font-size: 13px;
    margin-top: 7px;
  }
  .title-top .ttlBar {
    margin: 10px 0 10px;
  }
  .title-top .title-font {
    margin-top: 30px;
  }
  .title-top a.readmore {
    margin: 40px 0 0 !important;
    width: 120px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
}
@media (max-width: 420px) {
  .news-box a {
    padding: 10px;
  }

  .two-lines .ttlBar {
    width: 70px;
  }

  .col3 {
    background-size: 70px 70px;
  }

  .shop-ttl {
    min-width: 100%;
  }

  .infos-outer .pic {
    padding-top: 200px;
  }

  .inkuche-inner dt {
    margin-bottom: 0;
  }

  .inkuche-inner .hasbg {
    padding-top: 80%;
  }

  .shop .inkuche-inner .hasbg {
    padding-top: 90%;
  }
  .shop .info {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .perspective {
    width: 55px;
  }

  .perspective span, .perspective span::before, .perspective span::after {
    width: 28px;
  }
}
@media (max-width: 320px) {
  .inkuche-inner .hasbg {
    padding-top: 100%;
  }
}

.hero-outer h2 img{
  max-width: 340px;
  /*max-height: 200px;*/
  width: 100%;
}


