body{
  background: #000;
  /*background: linear-gradient(to top, #555555, #000000);
  background: linear-gradient(25deg, #000435, #fff); */
background-size: cover;
margin: 0; 

}@media screen and (max-width: 640px) {
  body{
    background: linear-gradient(to top, #555555, #000000);}
}


/*collarデコレーション

 color:#fff;
background: linear-gradient(to right, #38ff84, #008fc7);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-shadow: 0px 0 10px #38ff848e, 0 0 15pxrgba(0, 143, 199, 0.5);*/

::selection
{
    background: #6caab3;
    color:#f9bcff;
}


::-moz-selection
{
    background: #6caab3;
    color: #f9bcff;
}

.border{ width: 100%;
  border-bottom: thin dotted;
    border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;; display: inline-block;
}
.border-2{
  border-bottom: thin dotted;
    border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;; display: inline-block;
}
.border-3{
  border-bottom: thin dotted;
    border-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);
    border-image-slice: 1;
}


#pp2 section ,#pp4 section{
  max-width: 100%;
  overflow: hidden;
    display: inline-flex;
    border: thin dotted;
    border-image: linear-gradient(to right, #fc00ff 0%, #00dbde 100%);
    border-image-slice: 1;; display: inline-block;
    margin: 3px 0px 3px 0px;
}
#pp1 section, #pp3 section{
  max-width: 100%;
  overflow: hidden;
    margin: 3px 0px 3px 0px;
}
#pp3> table{
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}



#pp1 h1,h3,h5,h6, #pp2 h1,h3,h5,h6, #pp3 h1,h3,h5,h6, #pp4 h1,h3,h5,h6{
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold; 
} 

.Maine{
  position: relative;
  margin-left: 5px;
  margin: 0 auto;
} 






.text {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  background-size: cover;
  
}

.pc_only{display: block;}
  .particle_outer{width:100%;height:100vh;position: fixed;top: 0;left: 0;z-index: -1100;overflow: hidden;}
  #particle{width:calc(100%);height:calc(100vh);position: absolute;top: 0;left: 0;
  }
  .particle2_outer{width:100%;height:100vh;position: fixed;top: 0;left: 0;z-index: -1000;overflow: hidden;}
  #particle2{width:calc(100%);height:calc(100vh);position: absolute;top: 0;left: 0;opacity: 0.07;
  }
  
  
  
  
  @media only screen and (max-width: 660px){

	.pc_only{display: none!important;}
	
}


  #page-wrap {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    padding-bottom: 470px;

   }
  

 

      button {
        display: inline-block;
        color: #000;
        background-color: #fff;
        padding: 0.8em 0;
        width: 250px;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        transition: 600ms ease all;
        outline: none;
    }
    button:hover {
      background:rgba(255, 255, 255, 0);
      color: #fff;
    }
    