* {
  font-family: "Pacifico", cursive,"Kaisei HarunoUmi", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* li {
  list-style: none;
} */
a {
  text-decoration: none;
  color: #fff;
}

body {
  width: 100%;
  height: 100vh;
  background: #000;

}
header {
  width: 100%;
  height: 10vh;
}
main {
  width: 100%;
  height: 70vh;
}
footer {
  width: 100%;
  height: 15vh;
}
/*========= ナビゲーションのためのCSS ===============*/

#hbMenu {
  position:fixed;
  top:10px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height:50px;
  }
#hbMenu span {
  display: inline-block;
  width: 80%;
  height: 5px;
  background-color: #13AEC0;
  position: absolute;
  border-radius: 2px;
  transition: all .4s;
  left: 5px;
}
#hbMenu span:nth-child(1) {
  top:10px;	
}
#hbMenu span:nth-child(2) {
  top:27px;
}
#hbMenu span:nth-child(3) {
  top:43px;
}
.open #hbMenu span:nth-child(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 80%;
  border-radius: 2px;

}
.open #hbMenu span:nth-child(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 80%;
  border-radius: 2px;

}
.open #hbMenu span:nth-child(2) {
  opacity: 0;
}
#spmenu {
  width: 100%;
  height: 100vh;
  background-color: #EFF2DE;
  position: fixed;
  transform: translateY(300vh);
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s;
}

.open #spmenu {
  width: 100%;
  height: 100vh;
  background-color: #EFF2DE;
  position: fixed;
  transform: translateY(0);
  top: 0;
  left: 0;
}
#spmenu ul {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#spmenu a {
  color: #08464D;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3.5vw;
  }
/* フッターエリア */
#footerInner {
  width: 80%;
  height: 13vh;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
#contact {
  width: 14vw;
  height: 8vw;
}
#contact:hover {
  background-image: url(../image/top_image/mail@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#contact p {
  display: block;
  text-align: center;
  margin-top: 2vw;
  font-size: 2.5vw;
}
#copy {
  width: 20vw;
  height: 3vw;
  text-align: center;
  margin-top: 5vw;
}
small {
  color: #17D2E7;
}
#home {
  width: 14vw;
  height: 9vw;
}
#home:hover {
  background-image: url(../image/top_image/house@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home p {
  display: block;
  text-align: center;
  margin-top: 2vw;
  font-size: 2vw;
}
/* メインエリア */
h1 {
  font-size: 3vw;
  color: #CE89AD;
  text-align: center;
}
#text {
  color: #fff;
}
#coment {
  color: #fff;
}
#box1 {
  overflow: hidden;
  width: 80%;
  height: 35vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#img {
  width: 17vw;
  height: 17vw;
  background-image: url(../image/top_image/fairy-skill@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#icon1 {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
#icon1 li {
  list-style: none;
}
#icon1 img {
  width: 10vw;
  height: 10vw;
  margin-top: 40%;
}
#icon1 li:nth-child(5) img {
  width: 12vw;
  height: 10vw;
}
#text {
  width: 53%;
}
#box2 {
  overflow: hidden;
  width: 80%;
  height: 35vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#icon2 {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
#icon2 li {
  list-style: none;
}
#icon2 img {
  width: 10vw;
  height: 10vw;
}
