@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

.banner {
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .social-link a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}

.banner .social-link a img {
  max-width: 40px;
}

.banner .social-link a:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.menu span a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: black;
  font-size: 1.2rem;
  border-bottom: 2px solid #50d7e6;
}

.menu span a:hover {
  font-weight: bolder;
  border-bottom: 2px solid #50d7e6;
  text-decoration: none !important;
}

#About img,
#Works img {
  width: 225px;
}

#About p,
#Works p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
}

.middle-part {
  background-image: url(../img/bg-2.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100%;
}

.middle-part #Produce img {
  width: 290px;
}

.middle-part #Produce p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
}

.middle-part .zero {
  font-size: 1.5rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, yellow));
  background: linear-gradient(transparent 50%, yellow 50%);
}

.special-bold {
  font-size: 1.3rem;
  font-weight: 500;
}

.special-bold img {
  height: 1.5rem;
}

.bluetext {
  font-size: 1.2rem;
  font-weight: 500;
  color: #50d7e6;
}

.youtubelink {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: black;
  text-decoration: none;
  padding: 9px 40px;
  border: 1px solid;
  border-radius: 26px;
  font-size: 1.1rem;
}

.youtubelink:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}

#menu {
  padding: 30px;
  background-color: white;
  border: 1px solid black;
  -webkit-box-shadow: 5px 5px 0px black;
          box-shadow: 5px 5px 0px black;
}

#menu .title {
  font-size: 1.3rem;
  border-bottom: 2px dotted;
  margin-top: 50px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

#menu #access {
  width: 300px;
}

.footer {
  background-color: #f0f0f0;
}

.footer .contact a img {
  width: 30px;
  margin-left: 5px;
}

.footer .contact a:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  body {
    font-size: 0.8rem;
  }
  .banner {
    background: unset;
  }
  .ham {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 10px 10px 0 0;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin-left: auto;
    margin-right: 0;
    margin-top: 6px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }
  #telent {
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
  }
  #heading {
    padding: 10px;
  }
  #About img,
  #Works img {
    width: 133px;
  }
  #About p,
  #Works p {
    font-size: 1rem;
  }
  .middle-part {
    background-image: url(../img/bg-sm-2.jpg);
    padding: 10px;
  }
  .middle-part #Produce img {
    width: 150px;
  }
  .middle-part #Produce p {
    font-size: 1.1rem;
  }
  .middle-part .zero {
    font-size: 1.1rem;
  }
  #menu {
    padding: 15px;
  }
  #menu .title {
    font-size: 1rem;
    margin-top: 20px;
    padding-bottom: 9px;
    margin-bottom: 22px;
  }
  #menu #access {
    width: 181px;
  }
  .special-bold {
    font-size: 1.1rem;
  }
  .special-bold img {
    height: 1.3rem;
  }
  #sm-menu {
    background-color: #50d7e6;
    position: absolute;
    top: 57px;
    display: none;
  }
  #sm-menu span {
    display: block;
    border: 1px solid white;
    padding: 10px;
  }
  #sm-menu span a {
    color: white;
    color: white;
    font-size: 1.3rem;
    padding: 10px;
  }
  #sm-menu .sm-social {
    background-color: black;
    border: 1px solid white;
  }
  #sm-menu .sm-social a img {
    width: 48px;
    padding: 5px;
  }
}
/*# sourceMappingURL=style.css.map */