@charset "UTF-8";

*, *::after, *::before, a:hover{
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: Gothic Medium BBB;
}
a{
    color: white;
}

a:hover{
    color: rgb(248, 152, 227);
}

.left{
    float: left;
}

.tal{
    text-align: left;
}

.tar{
    text-align: right;
}

.tac{
    text-align: center;
}

.w{
    color: white;
}

.p{
    color: rgb(216, 120, 195);
}
body{
    overflow-x: hidden;
    overflow-y: visible;
}


/*--------------------toiawase---------------------*/

.toiawase{
    height: 400px;
    background-color: darkslategrey;
    margin-top: 100px;
    background-image: url(/image/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.toiawase h1{
    margin-left: 10vw;
    margin-top: 200px;
    font-family: Shin Go Bold;
    color: #920783;
}
.tophdw{
  font-family: 'Pinyon Script', cursive;
  font-weight: bold;
}
/*--------------------toiawase---------------------*/



/* when the library loads, each [data-delighter] 
      gets the .delighter class */

      .foo.delighter {
        transition: all 1.3s ease-out;
        transform: translateX(100%);
        opacity: 0;
     }
  
     /* the .started class is set when the top
        of [data-delighter] is at 0.75 of the viewport 
        (where 0 is top and 1 is bottom) */
  
     .foo.delighter.started {
        transform: none;
        opacity: 1;
     }
  
     /* an extra .ended state is set when the bottom 
        of [data-delighter] is at 0.75 of the viewport
        (where 0 is top and 1 is bottom)      .foo.delighter.started.ended {
     }*/
  


/* when the library loads, each [data-delighter] 
      gets the .delighter class */

      .foo2.delighter {
        transition: all 1.3s ease-out;
        transform: translateX(-100%);
        opacity: 0;
     }
  
     /* the .started class is set when the top
        of [data-delighter] is at 0.75 of the viewport 
        (where 0 is top and 1 is bottom) */
  
     .foo2.delighter.started {
        transform: none;
        opacity: 1;
     }
  
     /* an extra .ended state is set when the bottom 
        of [data-delighter] is at 0.75 of the viewport
        (where 0 is top and 1 is bottom)      .foo2.delighter2.started.ended {
     }*/
  

     .fadein46 {
        opacity : 0;
        transform : translate(0, 0px);
        transition : all 3000ms;
    }
    
    .fadein46.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    .fadein47 {
        opacity : 0;
        transform : translate(0, 0px);
        transition : all 4000ms;
    }
    
    .fadein47.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }
    .fadein51 {
        opacity : 0;
        transform : translate(0, 60px);
        transition : all 5000ms;
    }
    
    .fadein51.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }

    .fadein30 {
        opacity : 0;
        transform : translate( 500px, 0);
        transition : all 1000ms;
        }
    
    /* 画面内に入った状態 */
    .fadein30.scrollin {
        opacity : 1;
        transform : translate(0, 0);
    }



 
  
  
  
  @media screen and (max-width:420px){
    .checkboxpc0{
      font-size: 16px;
    }
  
    .checkboxpc{
      font-size: 14px;
    }
  }
  
  @media screen and (max-width:385px){
    .checkboxpc0{
      font-size: 14px;
    }
  
    .checkboxpc{
      font-size: 12px;
    }
  
    .clearbtn{
      padding: 30px;
    }
  }
  
  @media screen and (max-width:355px){
    .checkboxpc0{
      font-size: 14px;
    }
  
    .checkboxpc{
      font-size: 12px;
      margin-top: 35px;
    }
  }
  
  .sea2nd{
      background-color: rgba(255, 255, 255, 0.719);
      margin-top: 50px;
      padding: 40px;
      border-radius: 20px;
      border: 3px  solid white;
      margin-bottom: 90px;
  }
  
  
  
  .blp{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    padding: 10px;
  }
  
  .senp{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    padding: 10px;
  }
  .encon{
    font-family: 'Fredoka One', cursive; 
    color: rgb(0, 0, 0);
    font-size: 18px;
  }
  
  .encon:hover{
    color: #333;
    font-family: 'Fredoka One', cursive; 
    color: rgb(0, 0, 0);
  }
  
  
  @media screen and (max-width:767px){
    .cbpc{
      margin-top: 20px;
      font-size: 12px;
    }
    .checkboxpc0{
      font-size: 14px;
    }
  }
  
  .redcon{
    color: rgb(245, 107, 72);
  }
  
  .tiaw{
    margin-top: -100px;
  }
  
  @media screen and (max-width:320px){
    .form-inner > div > div > span.placeholder {
      font-size: 12px;
    }
  
    .form-inner > div.dropdown .dropdown-box > div > div > p {
      font-size: 7px;
    }
  
    .form-inner > div > div > input[type="checkbox"] ~ label,
  .form-inner > div > div > input[type="radio"] ~ label {
  
    font-size: 12px;
  }
  
  .form-inner > h2 {
    font-size: 12px;
  }
  
  .form-inner > div.buttons > div > button {
    font-size: 8px;
  }
  
  .redcon{
   margin-top: 60px;
  }
  
  .checkboxpc0{
    font-size: 9px;
  }
  
  .form-inner > div.dropdown input {
    font-size: 8px;
  }
  
  .form-inner > div > div > textarea {
    font-size: 10px;
  }
  
  .form-inner > div >div.underline input{
    font-size: 10px;
  }
   
  }
  
  @media screen and (min-width:321px) and (max-width:375px){
    .form-inner > div > div > span.placeholder {
      font-size: 12px;
    }
  
    .form-inner > div.dropdown .dropdown-box > div > div > p {
      font-size: 7px;
    }
  
    .form-inner > div > div > input[type="checkbox"] ~ label,
  .form-inner > div > div > input[type="radio"] ~ label {
  
    font-size: 12px;
  }
  
  .form-inner > h2 {
    font-size: 12px;
  }
  
  .form-inner > div.buttons > div > button {
    font-size: 11px;
  }
  
  .redcon{
   margin-top: 60px;
  }
  
  .checkboxpc0{
    font-size: 9px;
  }
  contact
  .form-inner > div.dropdown input {
    font-size: 8px;
  }
  
  .form-inner > div > div > textarea {
    font-size: 10px;
  }
  
  .form-inner > div >div.underline input{
    font-size: 10px;
  }
   
  
  }
  
  @media screen and (min-width:376px) and (max-width:414px){
    .form-inner > div > div > span.placeholder {
      font-size: 12px;
    }
  
    .form-inner > div.dropdown .dropdown-box > div > div > p {
      font-size: 7px;
    }
  
    .form-inner > div > div > input[type="checkbox"] ~ label,
  .form-inner > div > div > input[type="radio"] ~ label {
  
    font-size: 12px;
  }
  
  .form-inner > h2 {
    font-size: 12px;
  }
  
  .form-inner > div.buttons > div > button {
    font-size: 14px;
  }
  
  .redcon{
   margin-top: 60px;
  }
  
  .checkboxpc0{
    font-size: 9px;
  }
  
  .form-inner > div.dropdown input {
    font-size: 8px;
  }
  
  .form-inner > div > div > textarea {
    font-size: 10px;
  }
  
  .form-inner > div >div.underline input{
    font-size: 10px;
  }
   
  }
  
  .tiaw{
    height: 140px;
    margin-top: -10px;
  }
  
  
  @media screen and (max-width:414px){
    .tiaw{
      margin-top: -100px;
    }
  }
  
  @media screen and (max-width:375px){
    .tiaw{
      margin-top: -100px;
    }

    .contfoot{
      padding-right: 0;
      padding-left: 0;
      margin-right: 0;
    }
  }
  
  @media screen and (max-width:320px){
    .tiaw{
      margin-top: -60px;
    }
  }

body{
  font-family: Gothic Medium BBB;
  background-color: rgba(127, 255, 212, 0);
}
.contactform{
  margin-top: 60px;
  margin-bottom: 60px;
}
input{
  width: 100%;
  border: 2px solid rgb(207, 207, 207);
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  margin-bottom: 50px;
  font-family: Gothic Medium BBB;
}
input:focus{
  background-color: rgb(207, 207, 207);
  font-family: Gothic Medium BBB;
}

select{
  width: 100%;
  border: 2px solid rgb(207, 207, 207);
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  margin-bottom: 50px;
  font-family: Gothic Medium BBB;
}
select:focus{
  font-family: Gothic Medium BBB;
  background-color: rgb(207, 207, 207);
}
input::placeholder{
  font-family: Gothic Medium BBB;
}
select option{
  font-family: Gothic Medium BBB;
}
textarea{
  font-family: Gothic Medium BBB;
  width: 100%;
  border: 2px solid rgb(207, 207, 207);
  background-color: rgb(255, 255, 255);
  padding: 10px 10px;
  margin-bottom: 50px;
}
textarea:focus{
  font-family: Gothic Medium BBB;
  background-color: rgb(207, 207, 207);
}
.submit{
  font-family: Gothic Medium BBB;
  cursor: pointer;
  margin-top: 30px;
}

.submit:hover{
  background-color: rgb(207, 207, 207);
}
.conth{
  padding: 10px 0;
  text-align: center;
}
.conth .hissu{
  color: rgb(255, 112, 112);
  text-align: right;
}

.valida{
  color: red;
}

.sent{
  padding: 200px 0;
}

.sent p{
  text-align: center;
}

.pbp{
  text-align: center;
  color: rgb(250, 139, 157);
}

#wrap{
  overflow:hidden;
}

@media screen and (max-width:414px){
  .conth{
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
  }
  input, select, textarea{
    font-size: 12px;
  }
}

.check{
  width: auto;
}

.checkboxbb li{
  margin-right: 20px;
  margin-top: 10px;
}


@media screen and (max-width:715px){
  .checkboxbb li{
    font-size: 10px;
  
  }
}