.site-bgs {
  position: relative;
}

.hero-outer {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.hero-outer h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 30px;
  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::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.3)), color-stop(61%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.4) 61%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.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 .content {
  text-align: center;
  margin: auto;
  padding-right: 50px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.hero-outer .content.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero-outer::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -40vw;
  width: 0;
  height: 0;
  border-width: 40vw 30vw 40vw 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.news-inkuche, .homebanners-shop {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 80px 0;
}

.news-inkuche::before {
  content: "";
  position: absolute;
  width: 80vw;
  left: 30%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #fd9059;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fd9059), color-stop(99%, #faa74b));
  background: linear-gradient(to bottom, #fd9059 0%, #faa74b 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9059', endColorstr='#faa74b',GradientType=0 );
  /* IE6-9 */
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transform-origin: 50% 48%;
          transform-origin: 50% 48%;
}

.homebanners-shop {
  padding: 120px 0;
  margin-top: -20px;
}
.homebanners-shop::before {
  content: "";
  position: absolute;
  width: 80vw;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #fd9059;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fd9059), color-stop(99%, #faa74b));
  background: linear-gradient(to bottom, #fd9059 0%, #faa74b 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9059', endColorstr='#faa74b',GradientType=0 );
  /* IE6-9 */
  -webkit-transform: skew(-55deg);
          transform: skew(-55deg);
  -webkit-transform-origin: 50% 45%;
          transform-origin: 50% 45%;
}

.news-box-outer {
  text-align: center;
  padding: 40px 30px 80px;
}
.news-box-outer .sectionttl h2::before {
  content: "news";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news-box-outer h3 {
    text-align: left;
    line-height: 2em;
}

.news-box {
  display: inline-block;
  width: 70%;
}
.news-box article {
  /*border-bottom: 1px solid #fff;*/
  border-bottom: 1px solid #000;
}
.news-box article:first-child {
  /*border-top: 1px solid #fff;*/
  border-top: 1px solid #000;
}
.news-box a {
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.news-box a .news-ttl {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.news-box a .pub-time {
  margin-right: 80px;
}

.inkuche {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 80px auto;
}
.inkuche::before {
  position: absolute;
  top: -100px;
  right: -10px;
  content: "STOCK";
  color: #000;
  display: block;
  z-index: -1;
  opacity: 0.1;
  font-size: 200px;
  text-transform: uppercase;
}

.inkuche-inner {
  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;
}
.inkuche-inner article {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  width: calc((100% - 120px) / 3);
  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 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.2s;
  transition: 0.2s;
}

section.service {
  width: 100%;
  overflow: hidden;
}
section.service .sectionttl h2::before {
  content: "SERVICE";
  -webkit-transform: T;
          transform: T;
}
section.service p {
  font-size: 16px;
}
section.service .sectionttl.oneline {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  margin: auto;
}
section.service .sevice-item {
  display: block;
  text-decoration: none;
  font-size: 20px;
}
section.service .sevice-item:hover .hasbg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
section.service .service-pic {
  overflow: hidden;
  height: 700px;
}
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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.service .columns > a {
  width: 50%;
}
section.service .columns > a:last-child {
  margin-top: 100px;
}
section.service .columns-outer {
  position: relative;
  margin-top: 150px;
}
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.1s;
          transition-duration: 0.1s;
}
section.service .service-pic::before {
  background: #111;
  -webkit-transition: all 400ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms 200ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}
section.service .service-pic::after {
  background: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

.sevice-item {
  position: relative;
}

.service-font {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14vw;
  width: 600px;
  -webkit-transform: skewX(160deg) translateX(-101%);
          transform: skewX(160deg) translateX(-101%);
  background: #fff;
  z-index: 2;
  -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: 1s;
  transition: 1s;
}
.service-font > div {
  width: 80%;
  margin: 50px auto;
}
.service-font .sectionttl {
  -webkit-transform: skewX(200deg);
          transform: skewX(200deg);
  margin-bottom: 40px;
}
.service-font .service-inner {
  -webkit-transform: skewX(200deg);
          transform: skewX(200deg);
  margin: 0 0 30px;
  color: #333;
  transition: 0.7s;
}
.service-font.black a:hover {
    text-decoration-line: none;
    transition: 0.7s;
}
.service-font .service-inner:hover h3{
  transition: 0.7s;
  background: #e5e5e5;
}
.service-font .service-inner h3 {
  font-size: 20px;
  padding: 0px 15px;
  display: inline-block;
  transition: 0.7s;
}
.service-font .service-inner span {
  font-size: 16px;
  display: block;
  margin-top: 0px;
}
.service-font a.readmore {
  margin: 50px auto;
  -webkit-transform: skewX(200deg);
          transform: skewX(200deg);
}

.service1 {
  padding-top: 700px;
  -webkit-transform: translate(101%, 0);
          transform: translate(101%, 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: 1s;
  transition: 1s;
}
.service1 .hasbg img {
  -o-object-position: right;
     object-position: right;
}

.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 .service1 {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.sevice-item.animate .service-font {
  -webkit-transform: translateX(0%) skewX(160deg);
          transform: translateX(0%) skewX(160deg);
}
.sevice-item.animate .service-pic::before, .sevice-item.animate .service-pic::after {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.homebanners {
  margin: 80px auto;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -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);
}
.homebanners .sectionttl h2::before {
  content: "works";
}
.homebanners.animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.homebanners .col {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.homebanners .col > a {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.homebanners .col a:hover .hasbg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.homebanners .col .hasbg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-top: 600px;
}
.homebanners .col > a, .homebanners .col > div {
  width: calc((100% - 80px) / 2);
}
.homebanners .col a.readmore {
  margin-left: 0;
}
.homebanners span {
  display: block;
}

.shop-info {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -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);
  margin: 250px auto 150px;
  position: relative;
}
.shop-info.animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.shop-info .shopinfo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.shop-info .shopinfo-block {
  -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);
  width: calc((100% - 0.1px) / 3 );
  position: relative;
  /*overflow: hidden;*/
}
.shop-info .shopinfo-block:hover .sectionttl {
  opacity: 1;
}
.shop-info .sectionttl {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    text-align: center;
    z-index: 5;
    position: absolute;
    top: 40%;
    left: 60%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
}
.shop-info .sectionttl h4 {
  margin: 10px auto;
}
.shop-info .sectionttl h2::before {
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shop-info .staff-block .sectionttl h2::before {
  content: "staff";
}
.shop-info .voice-block .sectionttl h2::before {
  content: "voice";
}
.shop-info .shop-block .sectionttl h2::before {
  content: "shop";
}

.hide,
a.hide {
  display: none;
}

.hasbg.rotate {
    height: 307px;
    width: 307px;
    transform: rotate(45deg);
}

a.rotate {
    display: block;
    overflow: hidden;
    position: relative;
    margin: auto;
}

a.hasbg.rotate img {
    width: 435px;
    max-width: 1000px;
    transform: rotate(-45deg);
    top: -66px;
    left: -63px;
    z-index: 1;
    height: 435px;
}

@media (max-width: 1750px) {
  section.service .inner-wide,
  section.service .inner-narrow {
    padding: 0 !important;
  }
  section.service .columns-outer {
    width: 95%;
    margin: 150px auto 0;
  }

  .service1-button-outer {
    left: 30px;
  }
}
@media (max-width: 1600px) {
  .news-inkuche::before {
    left: 35%;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
  }

  .logo-bg {
    border-top: 193px solid #fc9556;
    border-right: 320px solid transparent;
  }

  .shop-ttl {
    padding: 0;
  }

  .news-box-outer .news-button {
    font-size: 16px;
  }
    
    
}
@media (max-width: 1470px) {
  .inkuche-inner dl {
    margin-bottom: 0.5rem;
  }
  .inkuche-inner dt {
    font-size: 16px;
  }
  .inkuche-inner dd {
    font-size: 14px;
  }

  .shop-ttl {
    min-width: 400px;
  }

  .homebanners .cols .sectionttl h2 {
    font-size: 28px;
  }

  .infos-outer .infos > div {
    width: calc((100% - 30px) / 2);
  }

  .inkuche-inner article {
    width: calc((100% - 90px) / 3);
  }

  .service-button {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
    
    .hasbg.rotate {
    height: 312px;
    width: 70%;
}
}
@media (max-width: 1280px) {
  .homebanners-shop::before {
    width: 100vw;
    right: -10%;
  }

  .news-box-outer {
    padding: 40px 20px 60px;
  }

  .logo-bg {
    border-top: 180px solid #fc9556;
    border-right: 300px solid transparent;
  }

  .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;
  }

  .shop-ttl {
    min-width: 320px;
  }

  .infos-outer .infos > div {
    width: calc((100% - 20px) / 2);
  }

  .inkuche-inner article {
    width: calc((100% - 60px) / 3);
  }
    
    .hasbg.rotate {
    height: 289px;
}
}
@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;
  }
    
    .hasbg.rotate {
    height: 269px;
}
}
@media (max-width: 1150px) {
  .hero-outer::after {
    position: absolute;
    bottom: -57vw;
    border-width: 57vw 35vw 57vw 0;
  }

  .news-inkuche::before {
    width: 100vw;
    left: 20%;
    -webkit-transform: skewX(35deg);
            transform: skewX(35deg);
  }

  .sevice-item.animate .service1 {
    height: 100%;
  }

  .inkuche::before {
    top: -20px;
    font-size: 120px;
  }

  .shop-info .sectionttl {
    opacity: 1;
  }
    
    .hasbg.rotate {
    height: 260px;
}
}
@media (max-width: 1000px) {
  .news-inkuche::before {
    left: 35%;
  }

  .homebanners-shop::before {
    width: 120vw;
  }

  .service1 {
    padding-top: 600px;
  }

  .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 20px;
  }
  .shop-info a.hide {
    display: block;
    margin: 40px auto 0;
  }

  .service-font > div {
    margin: 20px auto;
  }

  .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;
  }

  .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);
  }
    
    .hasbg.rotate {
    height: 225px;
}
}
@media (max-width: 910px) {
  .sevice-item.animate .service-font {
    -webkit-transform: translateX(0%) skewX(180deg);
            transform: translateX(0%) skewX(180deg);
  }

  .service-font {
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .service-font .service-inner h3 {
    font-size: 18px;
  }
  .service-font .service-inner span {
    font-size: 14px;
  }
  .service-font .sectionttl, .service-font .service-inner, .service-font a.readmore {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: skewX(0);
            transform: skewX(0);
  }
  .service-font > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
    
    .hasbg.rotate {
    height: 205px;
}
}
@media (max-width: 768px) {
  .hero-outer::after {
    position: absolute;
    bottom: -65vw;
    border-width: 65vw 35vw 65vw 0;
  }

  .homebanners-shop::before {
    right: -18%;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg);
  }

  .inkuche-inner .info {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  section.service {
    padding: 20px 0;
  }

  .shop-info {
    margin: 0 auto;
  }

  .homebanners .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homebanners .col > a, .homebanners .col > div {
    width: 100%;
  }
  .homebanners .col > div {
    margin-top: 40px;
  }

  .news-inkuche, .homebanners-shop {
    padding: 40px 0;
  }
}
@media (max-width: 750px) {
  .homebanners-shop::before {
    right: -4%;
  }

  .hero-outer .content {
    padding-right: 0;
  }

  .homebanners .col .hasbg {
    padding-top: 350px;
  }

    .shop-info .shopinfo-block {
    width: calc((100% - 0.1px) / 2);
    margin-top: 105px;
  }

  .shop-info {
    padding: 20px;
  }

  .inkuche::before {
    left: 10px;
    top: -30px;
    font-size: 60px;
  }

  .inkuche {
    margin: 0 auto;
  }

  .news-box a .pub-time {
    margin-right: 20px;
  }

  .news-box-outer > div {
    margin-top: 0;
  }

  .header-right .emailli a.bg-red:hover {
    background: transparent;
  }

  .service1 {
    padding-top: 700px;
  }

  .homebanners .cols > div {
    height: auto;
  }

  .homebanners > div {
    width: 100%;
  }

  .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%;
  }
    
    .hasbg.rotate {
    height: 246px;
}
    
    a.hasbg.rotate img {
    width: 350px;
    max-width: 1000px;
    transform: rotate(-45deg);
    top: -53px;
    left: -51px;
    z-index: 1;
    height: 350px;
}
}
@media (max-width: 700px) {
  .infos-outer .infos > div {
    width: 100%;
  }
  .infos-outer .infos > div:first-child {
    margin-bottom: 20px;
  }
    
    .hasbg.rotate {
    height: 230px;
}
}
@media (max-width: 600px) {
  .hero-outer::after {
    display: none;
  }

  .news-box-outer .news-button.bg-black {
    margin: 30px auto 0 35%;
  }

  .news-inkuche::before {
    width: 130vw;
    left: 18%;
  }

  .news-box {
    width: 100%;
  }
    
    .hasbg.rotate {
    height: 195px;
}
}
@media (max-width: 500px) {
  .homebanners-shop::before {
    width: 135vw;
    right: -22%;
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
  }

  .news-inkuche::before {
    width: 150vw;
    left: 60%;
  }

  .sectionttl h2::before {
    font-size: 50px;
  }

  .news-box a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .shop-info .sectionttl {
    text-align: center;
  }
  .shop-info .sectionttl h2 {
    font-size: 18px;
    margin: auto;
  }
  .shop-info .sectionttl h4 {
    white-space: nowrap;
    font-size: 13px;
  }
  .shop-info .sectionttl h2::before {
    top: -5px;
    font-size: 30px;
  }

  .hero-outer h2 {
    font-size: 7vw;
  }

  .inkuche-inner article {
    width: 100%;
  }

  .service-button {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
    
    .hasbg.rotate {
    height: 161px;
}
    
    a.hasbg.rotate img {
    width: 430px;
    top: -100px;
    left: -25vh;
    height: 430px;
}
    
    a.hasbg.rotate img {
    width: 228px;
    top: -34px;
    left: -34px;
    height: 228px;
}
}
@media (max-width: 420px) {
  .news-inkuche::before {
    width: 166vw;
    left: 48%;
    -webkit-transform: skewX(32deg);
            transform: skewX(32deg);
  }

  .news-box a {
    padding: 10px;
  }

  section.service .columns > a:last-child {
    margin-top: 160px;
  }

  section.service .sevice-items {
    margin-top: 52px;
  }

  .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%;
  }
    
    .hasbg.rotate {
    height: 133px;
}
    
    .shop-info .shopinfo-block {
    margin-top: 70px;
}
    
    .shop-info .sectionttl {
    top: 36%;
    left: 64%;
}
}
@media (max-width: 400px) {
  .perspective {
    width: 55px;
  }

  .perspective span, .perspective span::before, .perspective span::after {
    width: 28px;
  }
    .hasbg.rotate {
    height: 127px;
}
}
@media (max-width: 340px) {
    .shop-info .shopinfo-block {
    margin-top: 50px;
}
    
    .hasbg.rotate {
    height: 104px;
}
    
    .shop-info .sectionttl {
    top: 28%;
    left: 66%;
}
    
    a.hasbg.rotate img {
    width: 300px;
    top: -95px;
    left: -13vh;
    height: 300px;
}
    
    a.hasbg.rotate img {
    width: 148px;
    top: -23px;
    left: -23px;
    height: 148px;
}
}

.hero-outer h2 img{
  max-width: 400px;
  /*max-height: 200px;*/
  width: 100%;
}
