/* 基本設定 */
body{
    background: linear-gradient(180deg, #000 0%, #000 50%, #595259 50%, #595259 100%);
    width: 100%;
}
*{
  padding: 0;
  margin: 0;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  text-decoration: none;
  letter-spacing: 4px;
  color: #fff;
}
a{
    text-decoration: none;
}
/* 見出し */
h1{
    color: #fff;
    text-align: center;
    font-weight: lighter;
    border-bottom: px solid #fff;
    padding-bottom: 30px;
    width: 65%;
    margin: 0 auto;
  }

/* margin　テンプレート */
.ma-10{
    margin-top: 10px;
  }
  .ma-30{
    margin-top: 30px;
  }
.mab-50{
  margin-bottom: 50px;
}

/* 背景 */
/* video */
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
  }
    #video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
  }
  .video{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
  }
  

/* パンクズりすと */
.breadcrumb-outer{
  width: 90%;
  margin: 20px auto;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    color: #fff;
    font-size: 12px;
    justify-content: flex-start;
  }
.main_inner nav{
    padding: 20px 0;
}
.breadcrumb a{
    color: #fff;
    text-decoration: none;
  }
.breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .6em; /* 記号の左右の余白 */
    color: #777; /* 記号の色 */
  }

/* 宇宙 */
 .skew-outer-sub{
    margin-top: 0px;
  }
  .skew-sub{
    width: 100%;
    height: 8em;
    transform: none;
    position: relative;
    overflow: hidden;
    border-top: 2.5px solid;
    border-bottom: 2.5px solid;
    box-shadow: aqua 0px 0px 20px 3px;
    border-image: linear-gradient(to right, #00f4ff, rgb(0 255 255)) 1;
    margin-top: 110px;            
  }
/* 幅の設定 */
    .main_outer {
        max-width: 900px;
        margin: 50px auto 0 auto;
    }
/* フォーム */
[type="submit"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 25%;
    background: #697d9b;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all 0.3s;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    border: none;
}

.sinup-submit {
    margin-top: 30px;
}

.feedback-input {
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border: 1px #697d9b solid;
    transition: all 0.3s;
    padding: 17px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    background: #052443;
}
#login .login-span{
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top:20px;
}
#login .login-span a:hover{
    opacity: 0.7;
}
form { 
    max-width: 900px;
    margin: 50px auto 100px auto;
    width: 90%;
  }
  
  
  .feedback-input:focus { 
    border:1px solid #00f4ff; 
  }
  
  textarea {
    height: 150px;
    line-height: 150%;
    resize:vertical;
  }
  
  [type="submit"]:hover { 
    background:#15acb4; 
    color: #fff;
  }
  .border{
    width: 150px;
    height:2px;
    background-color: #fff;
    margin-left: -8px; 
  }
  .border01{
    width: 150px;
    height: 2px;
    background-color:#489bff;
    margin-left: -8px; 
  }
  .icon-after01::after {
    content: "入力";
    display: block;
    position: absolute;
    top: 86px;
    left: 5px;
    color: #489bff !important;
  }
  
  .icon-after02::after {
    content: "確認";
    display: block;
    position: absolute;
    top: 86px;
    left: 5px;
  }
  .icon-after-blue::after{
    color: #489bff !important;
  }
  .icon-after03::after {
    content: "完了";
    display: block;
    position: absolute;
    top: 86px;
    color: #fff;
    left: 5px;
  }
  .main-inner {
    max-width: 900px;
    margin: 25px auto 0 auto;
}
.main-inner p{
    text-align: center;
    /* margin-top: 50px; */
}
.main_outer p{
    text-align: center;
    line-height: 2;
    padding-bottom: 30px;
  }
  
/* 画面推移のicon設定 */
.icon-flex {
    display: flex;
    justify-content: center;
}
.icon-flex-inner {
    display: flex;
    align-items: center;
    margin-left: -8px;
    position: relative;
    font-size: 13px;
}
.sinup-border {
    width: 150px;
    height: 2px;
    background-color: #fff;
    margin-left: -8px;
}


/* footerの指定 */
  .footer-fixed{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 60px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
  }
    footer{
    position: absolute;/* ←絶対位置 */
    bottom: 0;
    width: 100%;
    }

/* ここからスマホ */
@media screen and (max-width: 768px) {
  main{
      margin-bottom: 50px;
  }
  [type="submit"] {
      width: 50% !important;
  }
  .sinup-border {
    width: 80px;
    height: 2px;
    background-color: #fff;
    margin-left: -8px;
}
.border01{
          width: 80px;	    
          height: 2px;	    
          background-color: #489bff;		    
          margin-left: -8px;
}
}