@import url(loading.css);

@import url(fade.css);

@import url(header.css);

@import url(slider.css);

@import url(opening.css);

@import url(surf.css);

@import url(gallery.css);

@import url(concept_tab.css);

@import url(hairmake.css);

@import url(access.css);

@import url(footer.css);

@import url(salonmenu.css);

@import url(concept.css);

@import url(about.css);

@import url(text_anime.css);

@import url(dressing.css);

body {
  margin: 0;
  background-image: url(../img/bg_sp.gif);
}

@media screen and (min-width:520px) {
  body {
    background-image: url(../img/bg_pc.gif);
    width: 100%;
  }
}

@media screen and (min-width:1920px) {
  body {
    background-size: contain;
  }
}

@media screen and (min-width:520px){
  main {
    margin-top: -65px;
  }
}

@media screen and (min-width:960px) {
  main {
    margin-top: -70px;
  }
}

h2 {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 22px;
  border-bottom: solid 2px #ff00ff;
  font-family: bely, serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 30px;
}

@media screen and (min-width:520px) {
  h2 {
    font-size: 25px;
  }
}

@media screen and (min-width:960px) {
  h2 {
    font-size: 30px;
    /* margin-bottom: 50px; */
  }
}

.top_title {
  font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
}

.moreBtn {
  height: 50px;
  margin-top: 30px;
}

@media screen and (min-width:520px) {
  .moreBtn {
    height: 60px;
  }
}

@media screen and (min-width:960px) {
  .moreBtn {
    height: 80px;
    margin-top: 50px;
  }
}

.group_margin {
  margin: 80px 0;
  text-align: center;
}

@media screen and (min-width:520px) {
  .group_margin {
    margin: 120px 0;
  }
}

@media screen and (min-width:960px) {
  .group_margin {
    margin: 150px 0;
  }
}

.group_marginF {
  margin: 30px 0 80px 0;
  text-align: center;
}

@media screen and (min-width:520px) {
  .group_marginF {
    margin: 110px 0 120px 0;
  }
}

@media screen and (min-width:960px) {
  .group_marginF {
    margin: 140px 0 150px 0;
  }
}

#hairmakeBtn {
  display: none;
  position: fixed;
  bottom: 10vh;
  right: 0;
  height: auto;
  z-index: 70;
}

.hairmakeBtn {
  width: 100px;
}

@media screen and (min-width:520px) {
  #hairmakeBtn {
    bottom: 10vh;
  }
  .hairmakeBtn {
    width: 150px;
  }
}

@media screen and (min-width:960px) {
  #hairmakeBtn {
    bottom: 15vh;
  }
  .hairmakeBtn {
    width: 180px;
  }
}

#hairmakeBtn.UpMove {
  animation: UpAnime 1s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#hairmakeBtn.DownMove {
  animation: DownAnime 1s forwards;
}

@keyframes DownAnime{
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}

#top_arrow {
  display: none;
  position: fixed;
  bottom: 5vh;
  height: auto;
  z-index: 70;
  width: 100%;
  text-align: center;
}

#top_arrow span {
  display: block;
  margin: 0 auto;
  width: 15vw;
  cursor: pointer;
}

.top_arrow {
  width: 30px;
}

@media screen and (min-width:520px) {
  #top_arrow {
    bottom: 4vh;
  }
  .top_arrow {
    width: 40px;
  }
}

@media screen and (min-width:960px) {
  #top_arrow {
    bottom: 4vh;
  }
}

#top_arrow {
  animation: UpAnimeT 1s forwards;
}

@keyframes UpAnimeT {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#top_arrow.DownMoveT {
  animation: DownAnimeT 1s forwards;
}

@keyframes DownAnimeT{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
h3 {
  width: 100%;
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 5px 0;
}
