/* --------------------------------------------------
   フェードイン
-------------------------------------------------- */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	background: #fff;
}

@media (max-width: 1000px) {
	body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	background: linear-gradient(#05FBFF, #1E00FF);
}
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/* --------------------------------------------------
   背景画像をランダムに表示
-------------------------------------------------- */
#randomimg {
width:78% ;
height:100% ;
background-position: center center;
background-repeat:no-repeat;
background-attachment: scroll;
background-size: cover;
background-color: #fff;
position: fixed;
	right: 0;
}


@media (max-width: 1000px) {
	#randomimg {
width:100% ;
background-size: cover;
background-color: #000;
position: fixed;
}
}


/* --------------------------------------------------
   TEXT
-------------------------------------------------- */

a {
	color: rgba(0,0,0,0.60);
	text-decoration: underline;
}





span {
	 color: rgba(96,255,0,1.00);
	 background-color:rgba(255,0,61,0.72) ;
	 
	
}

span2 {
	  color: rgba(255,233,0,1.00);
	background-color:rgba(0,200,244,0.79) ;
	
}


span3 {
	  color: rgba(106,103,103,1.00);
	 background-color:rgba(255,232,0,0.64) ;
	
}

span4 {
	 color: rgba(0, 0, 0, 0.6);
	 background-color:rgba(255,255,255,0.00) ;
	
}

span5 {
	 color: rgba(228,255,0,1.00);
	 background-color:rgba(0,255,222,0.52) ;
	
}

span6 {
	 color: rgb(225, 0, 80);
	 background-color:rgba(251, 247, 184, 0.72) ;
	
}

span7 {
	 color: rgba(0, 0, 0, 0.7);
	 background-color:rgba(255, 255, 255, 0.6) ;
	
}

h5 {
    border: 0;
    outline: 0;
	position: fixed;
	left: 16%;
	top: 56%;
    font: inherit;
    font-size: 1vh;
    vertical-align: baseline;
	font-family: vdl-megamaru,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-style: normal;
    font-weight: 400;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


h1 {
    border: 0;
    outline: 0;
	position: fixed;
	left: 0;
	top: 0;
    font: inherit;
    font-size: 7vh;
    vertical-align: baseline;
	font-family: vdl-megamaru,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-style: normal;
    font-weight: 400;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}


h2 {
	border: 0;
    outline: 0;
	position: fixed;
	right: 55%;
	top: 5%;
    font: inherit;
    font-size: 21px;
    vertical-align: baseline;
	font-family: vdl-megamaru, sans-serif;
    font-style: normal;
    font-weight: 400;
	text-align: left;
	word-wrap: break-word;
width: 35%;
}




h4 {
	 border: 0;
     outline: 0;
     position: fixed;
	 left: 0;
	 top: 68%;
	 font: inherit;
     font-size: calc(11px + 0.2vw);
	 vertical-align: baseline;
	 font-family: vdl-megamaru, sans-serif;
     font-style: bold;
     font-weight: 400;
	 letter-spacing: 1px;
	text-align: left;
	line-height: 18px;
		
}

h3 {
	 border: 0;
     outline: 0;
     position: fixed;
	 bottom: 0;
	 left: 0;
	 font: inherit;
     font-size: 10px;
	 vertical-align: baseline;
	 font-family: vdl-megamaru, sans-serif;
     font-style: normal;
     font-weight: 400;
	 letter-spacing: 2px;
	text-align: left;
	
}


@media (max-width: 1000px) {
	
	h1 {
    border: 0;
    outline: 0;
	position: absolute;
	top: 0;
	left: 0;
    font: inherit;
    font-size: 6vh;
    vertical-align: baseline;
	font-family: vdl-megamaru,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    font-style: normal;
    font-weight: 800;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
	
	h2 {
	width: 75%;
	border: 0;
    outline: 0;
	position: absolute;
	right: 0;
	top: 0;
    font: inherit;
    font-size: 17px;
    vertical-align: baseline;
	font-family: vdl-megamaru, sans-serif;
    font-style: normal;
    font-weight: 400;
	text-align: left;
	word-wrap: break-word;
}
	
	
	h4 {
	 border: 0;
     outline: 0;
     position: fixed;
	 right: 3px;
	 top: 68%;
	 font: inherit;
     font-size: calc(11px + 0.2vw);
	 vertical-align: baseline;
	 font-family: vdl-megamaru, sans-serif;
     font-style: bold;
     font-weight: 800;
	 letter-spacing: 1px;
	text-align: right;
		line-height: 16px;
		
}
	
	
h3 {
	 border: 0;
     outline: 0;
     position: absolute;
	 bottom: 0;
	 left: 0;
	 font: inherit;
     font-size: 11px;
	 vertical-align: baseline;
	 font-family: vdl-megamaru, sans-serif;
     font-style: normal;
     font-weight: 400;
	 letter-spacing: 1px;
	 text-align: left;
}
}

body {
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button {
	margin-top: 4px;
  display: inline-block;
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #000;
  border: solid 2px #000;
  border-radius: 3px;
  transition: .4s;
	font-size: 11px;
	font-family: vdl-megamaru, sans-serif;
     font-style: normal;
     font-weight: 400;
	opacity: 0.6;
	
  
	
}

button:hover {
  background: #000;
  color: white;
}



