
.kv-wrapper{
  justify-content: center;
  align-items: center;
  height: 100vh;
}



.kv-title{
  text-align: center;
  margin: auto;
  padding-top:  250px;
  max-width:500px;
}

.kv-sub{
  text-align: center;
  margin: auto;
  padding-top:  50px;
  max-width:500px;
  color: #333333;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}


.kv-inner {
  display:none;
  width: 100%; 
    height: 100vh; 
    background-image: url(../images/top_iammefit24_55.png);
    background-position: center center;
    background-size: cover;
    display: block;
    align-items: center;
    justify-content: center;
}


.main-title{
  text-align: left;
  margin: auto;
  padding:  50px;
  color: #333333;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
}


.main-title2{
  text-align: center;
  margin: 20px auto;
  padding:  20px;
  background: #FFF;

  box-shadow: 1px 3px 4px  0px rgba(0, 0, 0, 0.32);/*影*/
  border-radius: 50px;/*角の丸み*/
  color: #333333;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  max-width: 400px;

}

.main-title2 a:hover {
  color: #ffffff;
  background:#000;
  transition: background-color 0.7s ease;

}

.ft_text{
  padding:  10px;
  text-align: center;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 30px;
letter-spacing: 2px;
}

.ft_text2{
  padding:  5px;
  text-align: center;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 20px;
letter-spacing: 2px;
}

.pr-title1{
  text-align: center;
  margin: 70px auto;
  padding:  2px 10px;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  background-color: #0A239D;
  width: 150px;
}


.pr-title2{
  text-align: center;
  margin: 70px auto;
  padding:  2px 10px;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  background-color: #D84470;
  width: 150px;
}


.pr-title3{
  text-align: center;
  margin: 70px auto;
  padding:  2px 10px;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  background-color: #648B56;
  width: 150px;
}

.ab-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1500px;
}

.ab-list2{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1500px;
}

.ab-item{
margin: auto;
padding: 10px;
max-width: 450px;
align-items: center;
}

.ab-item2{
  margin: auto;
  padding: 50px 10px;
  max-width: 450px;
  height: 700px;
  }


.ab-text{
  padding:  20px;
  text-align: left;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 30px;
letter-spacing: 2px;
}


.ab-text3{
  padding:  20px;
  text-align: center;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 30px;
letter-spacing: 2px;
}

.ab-text4{
  padding: 5px  20px;
  text-align: center;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 30px;
letter-spacing: 1px;
}



.ab-text2{
  padding:  5px 0px;
  text-align: left;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
}

.pr-pic{
  width: 250px;
  margin: auto;
  padding:5px;
}



.pr-title{
  padding:  10px 0px;
  text-align: left;
  color: #333333;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}

.pr-sub{
  padding:  5px 0px;
  text-align: left;
  color: #333333;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}


.ft-img{
  max-width: 150px;
  margin: auto;
}



@media screen and (max-width:800px){


  .kv-wrapper{
    width: 100vw;
    height: 100vh;
  }

  

  .kv-title{
    text-align: center;
    margin: auto;
    padding-top:  250px;
  
    max-width:300px;
  }


  .kv-sub{
    text-align: center;
    margin: auto;
    padding-top:  30px;
    max-width:300px;
    color: #333333;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
  }


  .ab-item{
    margin: auto;
    padding: 10px;
    max-width: 300px;
    }
    
    
    .ab-text{
      padding:  10px;
      text-align: left;
      color: #333333;
      font-family: "noto-sans-cjk-jp", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 1.4rem;
      letter-spacing: 0;
    }


.main-title{
  text-align: left;
  margin: auto;
  padding:  10px;
  color: #333333;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
}

.main-title2{
  text-align: center;
  margin: auto;
  padding:  10px;
  background: #FFF;

  border-radius: 30px;/*角の丸み*/
  color: #333333;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
  font-family: gill-sans-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  max-width: 200px;
  font-size: 1.4rem;
}

.ab-item2{
  margin: auto;
  padding: 30px 10px;
  max-width: 450px;
  height: 80%;
  }
    

}
