@import url(reset.css);
@import url(font.css);
@import url(column.css);
@import url(common.css);
@import url(pc.css);
@import url(mobile.css);
.home section img {
  object-fit: contain;
  width: 100%;
}
.home section h1 {
  font-family: Grotta-Trial-Light;
  font-size: 7vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 5vw;
  letter-spacing: 0vw;
  color: #000000;
}
.home section h2 {
  font-family: Grotta-Trial-Light;
  font-size: 4vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4vw;
  letter-spacing: 0vw;
  color: #000000;
}
.home section p {
  margin: 2vw 0;
  font-family: PingFang SC;
  font-size: 1vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5vw;
  letter-spacing: 0vw;
  color: #000000;
}
.home .more-btn img {
  width: 4vw;
  height: 4vw;
}
.home .s2 h2 {
  margin-top: 4vw;
  margin-bottom: 5vw;
  text-align: center;
}
.home .s2 .img1 img {
  width: 83vw;
}
.home .s2 .img2 {
  margin-top: 10vw;
}
.home .s3 dl {
  margin-bottom: 8vw;
}
.home .s3 dl dt {
  margin-bottom: 2vw;
  font-family: Grotta-Trial-Regular;
  font-size: 2vw;
  line-height: 2vw;
  color: #000000;
}
.home .s3 dl dd {
  font-family: PingFang SC;
  font-size: 1vw;
  color: #000000;
}
.home .s4 .container {
  width: 84vw;
  margin-left: 16vw;
}
.home .s4 .list-container{
  width: 84vw;
  overflow-x: scroll;
}
.home .s4 .list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.home .s4 .list::-webkit-scrollbar:horizontal{
  height: 0.5vw;
}

.home .s4 .list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid rgba(255,255,255);
  background-color: rgb(0, 0, 0);
}


.home .s4 .list {
  margin-top: 8vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
  overflow-x: scroll;
}
.home .s4 .list li {
  margin-right: 1vw;
  width: 16vw;
  flex: none;
}
.home .s4 .list li:last-child {
  margin-right: 0;
}
.home .s4 .list li img {
  width: 16vw;
  height: 24vw;
}
.home .s4 .list li h4 {
  margin: 2vw 0 1vw;
  font-family: Grotta-Trial-Regular;
  font-size: 1vw;
  line-height: 1vw;
  color: #000000;
}
.home .s4 .list li h4:last-child {
  margin-top: 0;
  font-family: PingFang SC;
}
.home .s5 {
  margin-top: 10vw;
}
.home .s5 .ext {
  margin: 10vw 0;
  flex-direction: row;
}
.home .s5 .ext .col img {
  width: 48vw;
  height: 32vw;
}
.home .s5 .ext .col:last-of-type {
  align-self: flex-end;
  margin-left: 2vw;
}
.home .s5 .ext .col:last-of-type img {
  width: 17vw;
  height: 22vw;
}
@media screen and (max-width: 960px) {
  .home .more-btn img {
    width: 11vw;
    height: 11vw;
  }
  .home section h1 {
    font-size: 19vw;
    line-height: 100%;
  }
  .home section p {
    font-size: 3vw;
    margin: 5vw 0;
    line-height: 150%;
  }
  .home .s2 .container {
    width: 89vw;
  } 
  .home .s2 .img1 img {
    width: 94vw;
  }
  .home .s2 h2 {
    font-family: Grotta-Trial-Regular;
    font-size: 10vw;
    line-height: 100%;
  }
  .home .s3 {
    margin-top: 18vw;
  }
  .home .s3 .container {
    width: 90vw;
    margin: 0 5vw;
  }
  .home .s3 dl {
    margin-bottom: 18vw;
  }
  .home .s3 dl dt {
    font-size: 11vw;
    line-height: 100%;
    margin-bottom: 8vw;
  }
  .home .s3 dl dd {
    font-size: 3vw;
    line-height: 150%;
  }
  .home .s4 .container {
    width: 95vw;
    margin-left: 5vw;
    text-align: center;
  }
  .home .s4 .container .products {
    margin: 0 auto;
    margin-top: 38vw;
    margin-left: 0vw;
    width: 90vw;
    overflow: hidden;
  }
  .home .s4 .container .products li {
    text-align: left;
  }
  .home .s4 .container .products li h5 {
    margin: 10vw 0;
    font-family: Grotta-Trial-Regular;
    font-size: 4vw;
    line-height: 6vw;
    color: #000000;
  }
  .home .s4 .container .products li h4 {
    margin-top: 5vw;
    font-family: Grotta-Trial-Regular;
    font-size: 3vw;
    line-height: 5vw;
    color: #000000;
  }
  .home .s5 .container {
    width: 89vw;
    margin: 0 auto;
  }
  .home .s5 .container .ext {
    margin: 20vw 0;
    flex-direction: column;
  }
  .home .s5 .container .ext .col img {
    width: 100%;
    height: auto;
  }
  .home .s5 .container .ext .col:last-of-type {
    margin-top: 4vw;
    align-self: center;
  }
  .home .s5 .container .ext .col:last-of-type img {
    width: 31vw;
    height: auto;
  }
}
