@charset "utf-8";
/* CSS Document */
body {
  width: 100%;
  background-image: url("../../comingsoon/collection_img/Vari/Gestaltung2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header {
  background-color: rgba(255, 255, 255, 0);
}
.title {
    color: #ff0000;
}
.nav a {
  color: #F2CB26;
  text-decoration: none;
}
.nav a:hover {
  color: #0078C2;
}
.handicraft {
  color: #FFEDDB;/*#FFEDDB*/
}
.handicraft h2 {
      padding-bottom: 88px;
    margin-top: 116px;
  font-size: 60px;
  font-family: 'Homemade Apple', cursive;
  font-weight: 600;
}
.handicraft h3 {
  padding-bottom: 10px;
  font-size: 24px;
  font-family: 'Edu VIC WA NT Beginner', cursive;
}
.handicraft p {
  padding-bottom: 25px;
  font-size: 16px;
  font-family: 'Edu VIC WA NT Beginner', cursive;
}
#ja {
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#copyright {
  font-size: 8px;
  display: block;
  padding-top: 100px;
}
@media (max-width:640px) {
  .List {
    background-color: rgba(255,255,255,0);
      }
  .handicraft h2 {
    padding-bottom: 39px;
    margin-top: 72px;
    font-size: 34px;
  }
  .handicraft h3 {
  padding-bottom: 10px;
  font-size: 16px;
}
  .handicraft p {
  padding-bottom: 21px;
  font-size: 16px;
  font-family: 'Edu VIC WA NT Beginner', cursive;
}
  #copyright {
    font-size: 4px;
  padding-top: 10px;
}
  .footer {
    height: 50px;
    padding: 14px 0 0;
    margin-top: 95px;
    background-color: #008f00;
    font-size: 11px;
    color: #ffffff;
  }
}