
body {
	width: 100%;
	margin: 0 auto;

}
/*ヘッダー*/

header {
	position: fixed;
	width: 100%;
    margin: 0 auto;
}
.head {
	width:60%;
    margin: 0 auto;
}


h1{	
	position:relative;
	top:50px;
	font-family: "Broadway";
	font-size: 7vw;
	margin-right: 20px;
    border-bottom: 0px solid #000;
    background: linear-gradient(90deg, #58c6ff 0%, #076ad9 20%, #ff3bef 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    animation: rotation-x 2.5s linear infinite;
    text-align:center;
}
@keyframes rotation-x {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
h2 {
	text-align:center;
	position:relative;
	top:30px;
	font-family: "Nico Moji";
	font-size:6vw;
	color: #000000;
	white-space: nowrap;
	animation: h2 2.5s;
}
@keyframes h2{
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
#wrap{
	width:90%;
    margin: 0 auto;
}


li {
	font-family: "Silkscreen", sans-serif;
	font-weight:bold;
	color:#000;
	font-size:3.5vw;
	list-style-type:"\025b6";
}

li:hover {
	list-style-type: "\025b6";
	color:#fff;
}
a{
 	text-decoration : none;
}
a,a:hover,a:visited{
    color: #fff;
}





/*--コンテンツ--*/
#about {
	margin: 0 auto;
	margin-top:60px;
	width:30%;
}
.dq {
    background-color: #000000;
    padding: 0.15rem;
}
.dq_2 {
    background-color: #ffffff;
    padding: 0.2rem;
    border-radius: 0.3rem;
}
.dq_3 {
    color:#ffffff;
    background-color: #000000;
    font-family: "misaki_gothic_2nd";
    border-radius: 0.3rem;
    padding: 1.0rem 0.75rem;
    line-height: 2;
}

p{
	font-family: "Silkscreen", sans-serif;
	font-size:3vw;
	width:50%;
	text-align:center;
	margin: auto;
}

.silkscreen-regular {
    font-family: "Silkscreen", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom:6px;
}



/*フッター*/
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

}
#footer {
	margin:20px auto;
	border-top: 2px solid #000000;
	padding-top:15px;
	text-align:center;
	color:#000000;
	white-space: nowrap;
}


