@charset "utf-8";
/* CSS Document */
.header {
  background-size: cover;
  height: 680px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
   overflow: hidden;
}
.header::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
  background-image: url("../pictures/top-top.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoom 20s 1;
   animation-fill-mode: forwards;
}
@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.2);
   }
}
.section-top__image {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding: 0 40px 50px 0;
  text-shadow: 0 1px 3px #333;
}
.section-top__image h1 {
  font-size: 90px;
  color: #FFF;
  text-align: right;
  font-family: 'Lobster Two', cursive;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 3px;
}
.section-top__sub {
  font-size: 30px;
  color: #FFF;
  padding-top: 20px;
}
.section-top__lead p {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  padding: 180px 0 180px;
}
.section-produce {
  position: relative;
}
.section-produce h2 {
  writing-mode: vertical-rl;
  color: #959595;
  font-size: 100px;
  position: absolute;
  right: 0;
  font-weight: 200;
  padding-right: 140px;
}
.section-produce__item-title {
  writing-mode: vertical-rl;
  font-size: 50px;
  position: absolute;
  font-weight: 300;
}
.section-produce__asupara h3 {
  left: 60%;
  top: 10%;
}
.section-produce__kanzou h3 {
  left: 40%;
  top: 60%;
}
.section-produce li {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  list-style: none;
}
.section-produce__asupara img {
  padding: 250px 0 0 100px;
}
.section-produce__kanzou {
  padding-top: 180px;
}
.section-produce__kanzou img {
  padding: 50px 40px 0 0;
  display: block;
  margin-left: auto;
}
.section-onlineshop {
  position: relative;
  height: 750px;
  padding-left: 300px;
}
.section-onlineshop__title {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 100px;
  font-weight: 200;
  color: #959595;
  padding-left: 260px;
  left: 0;
  top: 0;
  line-height: 1;
  white-space: pre;
}
.section-onlineshop img {
  margin-top: 300px;
  padding: 70px;
  border: 2px solid #c5c5c5;
  margin-left: 30px;
}
@media(max-width: 1240px) {
  .section-top__image h1 {
    font-size: 70px;
  }
  .section-onlineshop img {
    width: 50%;
    padding: 30px;
  }
  .section-produce__item-title {
    font-size: 40px;
  }
  .section-produce__kanzou img {
    width: 50%;
  }
  .section-produce__asupara img {
    width: 50%;
    padding: 250px 0 0 30px;
  }
}
@media(max-width: 950px) {
  .section-top__image {
    position: absolute;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  .section-top__image h1 {
    text-align: center;
  }
  .section-produce h2{
    font-size: 70px;
    padding-right: 100px;
  }
  .section-produce__asupara img {
    padding: 150px 0 0 60px;
  }
  .section-produce__item-title {
    writing-mode: horizontal-tb;
    position: static;
  }
  .section-produce__asupara h3 {
    text-align: right;
    padding: 80px 100px 0 0;
  }
  .section-produce__kanzou img {
    padding: 50px 60px 0 0;
    display: block;
    margin-left: auto;
  }
  .section-onlineshop {
    height: 500px;
    padding: 200px 0 0 0;
  }
  .section-produce__kanzou h3{
    padding: 80px 0 0 110px;
  }
  .section-onlineshop img {
    margin: 250px 70px 0 100%;
    display: block;
    margin-left: auto;
  }
  .section-onlineshop__title {
    font-size: 70px;
    padding-left: 70px;
    margin-top: 200px;
  }
}
@media (max-width:590px) {
  .section-top__image {
    align-items: center;
  }
  .section-top__image h1{
    width: 300px;
    font-size: 80px;
  }
  .section-top__sub {
    font-size: 25px;
  }
  .section-top__lead p{
    font-size: 15px;
    padding: 120px 0 120px 0;
  }
  .section-produce h2{
    font-size: 50px;
    padding-right: 50px;
  }
  .section-produce__item-title {
    font-size: 25px;
  }
  .section-produce__asupara h3{
    padding: 60px 20px 0 0;
  }
  .section-produce__asupara img{
    padding: 150px 0 0 30px;
  }
  .section-produce__kanzou {
    padding-top: 40px;
  }
  .section-produce__kanzou img{
    padding: 50px 30px 0 0;
  }
  .section-produce__kanzou h3{
    padding: 60px 0 0 20px;
  }
  .section-onlineshop {
    padding: 120px 0;
    height: 200px;
  }
  .section-onlineshop__title {
    font-size: 40px;
    padding-left: 0;
    writing-mode: horizontal-tb;
    position: static;
    margin-top: 0;
  }
  .section-onlineshop img{
    border: none;
    padding: 0;
    width: 100%;
    margin-top: 70px;
  }
}