@charset "UTF-8";
/* CSS Document */

/*fixed bnr///////////////////////////*/
.Crowdfunding {
  opacity: 0;
  transition: opacity 1s ease;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  backface-visibility: hidden;
}

.Crowdfunding.visible {
  opacity: 1;
}



.Crowdfunding.scroll-hidden {
  opacity: 0;
}
.Crowdfunding img {
    display: block;
    width: 160px;
}

.early_info_ttl{
  font-size: 1.2rem;
  letter-spacing: 0.25em;
}

.btn_info a{
  color: #000;
  display: block;
  text-align: center;
  padding: 2px;
  font-weight: 600;
  border: 1px solid #000;
}


.btn_info {
  display: flex;
  margin: 10px 0 0 0;
  justify-content: space-between;
}
.btn_info li{
  width: 48%;
  letter-spacing: 0.1em;
}
.early_info_logo{
  width: 90px;
  margin: 0 auto;
}
.early_info_logo img{
  width: 80px;
}
  @media screen and (min-width:768px){ 
    .early_info{
      background: #FFF;
      width: 160px;
      padding: 15px 10px;
      color: #000;
      text-align: center;
    }  
    .btn_info a:hover{
      opacity: 1;
      background: #000;
      color: #FFF;
    }
  }
  @media screen and (max-width:767px){ 
    .early_info{
      background: #000;
      color: #FFF;
      padding: 15px 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .early_info_ttl{
      font-size: clamp(1rem, 5vw, 1.4rem);
      letter-spacing: 0;
    }
    .Crowdfunding{
      position: absolute;
      top: auto;
      right:auto;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    .Crowdfunding.is-fixed{
      position: fixed;
      top: 0;
      right:auto;
      bottom:auto;
      left: 0;
      width: 100%;
    }
    
     
    .Crowdfunding img {
      width: 100%;
      max-width: 360px;
    }
    .Crowdfunding a.link_greenfunding{
      background: #000;
      text-align: center;
      display: block;
      padding: 15px 10px;
      box-sizing: border-box;
    }
    .btn_info a{
      color: #FFF;
      display: block;
      text-align: center;
      padding: 2px;
      font-weight: 600;
      border: 1px solid #FFF;
    }
    .early_info_logo{
      display: none !important;
      visibility: hidden;
    }
    .btn_info {
      width: 130px;
      margin: 0;}
    .btn_info li{
      font-size: 1.2rem;
      width: 60px;}
  }
  @media screen and (max-width:320px){ 
    .early_info_ttl{font-size: 1.1rem;}
    }
       
/*form*/
.mail_form_title {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center
}
 .mail_form_note{
   line-height: 1.45;
   font-size: 1.2rem;
   text-align: left;
   display: inline-block;
   color: #FFF;
 }
 .sib-form{
   padding: 0;
 }
 .entry__field input{
   border: none!important;
   background: #fff!important;
   padding: 9px!important;
   font-size: 1.8rem!important;
   color: #000!important
 }
 


.entry__field input::placeholder {
    color: #666!important
}
 
 #sib-container,
 .modal_info_inner{
   text-align: center !important;
   padding: 16px 24px!important;
   background: rgba(68, 68, 68, 0.8);
   border-radius: 5px;
   position:  relative;
 }
 .sib-text-form-block{  
   text-align: center;
   margin-bottom: 5px;
   color: #FFF;
   }
 .sib-form-block{
   padding: 0;
   text-align: center;
 }

 .sib-form-block__button{
   margin: 5px auto;
   background: #000;
   color: #FFF;
   border-radius: 5px;
 }
  .sib-form-block__button{
    width: 100%;
  }
 
.sib-form-message-panel{
  background: rgba(255,255,255,0.8);
  color: #000;text-align: left;
} 
    
.progress-indicator__icon {
  fill: #fff;
}  

.mail_form_entry_wrap{
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
    }
    .mail_form_entry_input{
      width: 65%;
    }
    .mail_form_entry_btn{
      width: 32%;
    }
    
.line_add_friend_link img{
  max-width: 150px;
}    
.line_add_friend_link{
  margin-bottom: 10px;
  display: block;
}
    
@media screen and (max-width:767px){
   .mail_form_box{
     width: calc(100% - 20px);}
    
    
    .sib-text-form-block{
      margin: 0;
      font-size: 1.4rem;}
    
    .mail_form_entry_input{
      width: 55%;
    }
    .mail_form_entry_btn{
      width: 42%;
    }
    .entry__field input{
      font-size: 1.4rem !important;}
      
     .sib-form-message-panel {
       top: -80px;}
       
    .mail_form_title {font-size: 1.6rem;} 
    .mail_form_note{font-size: 1rem;}
     
    #sib-container,
    .modal_info_inner{
        padding: 16px 12px 20px!important
    } 
}    

/*modal//////////////////////////////////////////////*/
    .modal-bg,
    .modal,
    .modal-close{
      opacity: 0;
      visibility: hidden;
    }

    .modal-bg.open,
    .modal.open,
    .modal-close.open{opacity: 1; visibility: visible;}

    .modal-bg{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: 0.3s;
        box-sizing:border-box;
        background: rgba(0, 0, 0, 0.9);
        z-index: 997;
    }

     .modal{
       position: fixed;
       top: 50%;
       right: 0;
       left: 0;
       transform: translateY(-50%);
       height: auto;
       margin: auto;
       max-width: 1000px;
       box-sizing: border-box;
       z-index: 998;}
       
     
    .modal-close{
      position: absolute;
      top:8px;
      right: 8px;
      z-index: 999;
      font-weight: 100;
      font-size: 2.2rem;
      line-height: 1;
      color: #FFF;
      cursor: pointer;
    }  

    
    .modal_info{
      text-align: center !important;
      max-width: 520px;
    }
        
       @media screen and (max-width:540px){
         .modal{margin: auto 20px;}
         
        }