@charset "utf-8";

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  margin:0;
  padding:0;
  color:#000000;
  font-size:100%;
  background:#000000;
  overflow-x:hidden;
}

div,p,article,section,nav,ul,li,header,footer,input,h1,h2,h3,h4,h5,th,td {
  padding:0;
  margin:0;
  word-wrap:break-word;
}


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  padding:0;
  margin:0;
  vertical-align:bottom;
  border-style:none;
}

.cf:after { content:" "; display:block; clear:both; }
.flex { display:flex; }
.b { font-weight:bold; }

li {
  list-style:none;
}

a:link {
  font-weight:normal;
  text-decoration:none;
}
a:visited {
  font-weight:normal;
  text-decoration:none;
}
a:hover {
  font-weight:normal;
  text-decoration:none;
}

.fs {
  font-size:80%;
}
.spOnly {
  display: none;
}
@media(max-width:678px){
  .pcOnly {
    display: none;
  }
}




/*ANIMATION*/
@keyframes hover {
  0%{opacity:1;}
  100%{opacity:0.7;}
}

@keyframes circle1 {
  0%{ opacity:0; }
  50%{ opacity:0.08; }
  100%{ opacity:0; transform:scale(4); }
}