@charset "UTF-8";
/* 文字コードの指定 */

/* アニメーション*/


.animation {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(40px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.animation2 {
  opacity: 0;
  visibility: hidden;
  transition: 3s;
  transform: translateY(40px);
}

.active2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.animation3 {
  opacity: 0;
  visibility: hidden;
  transition: 5s;
  transform: translateY(40px);
}

.active3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}







/**/

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.95em;
  line-height: 1.8;
  letter-spacing: .1em;

}

img {
  max-width: 100%;
  height: auto;
}

.a_ac {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3em;
  position: relative;
  text-decoration: none;
}

.a_ac2 {
  color: black;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

.a_ac::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #f0f94b;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.a_ac:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.a_ac2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #f0f94b;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.a_ac2:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}


.instaposithon {
  position: fixed;
  top: 29px;
  right: 65px;
  max-height: 25px;
  max-width: 25px;
  z-index: 900;


}

.naviposithon {
  position: fixed;
  top: 30px;
  right: 20px;
  margin: 0;
  z-index: 900;
}

.seikou_button {
  position: fixed;
  display: block;
  max-width: 160px;
  bottom: 40px;
  right: 20px;
  margin: 0;
  z-index: 50;
}


.nav_toggle {

  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;

}

.nav_toggle i {

  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}

.nav_toggle i:nth-child(1) {
  top: 0;
}

.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}

.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}



.nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  font-size: 1.2rem;
  line-height: 4em;
  z-index: 100;
  padding: 150px 30%;
  top: 0px;
  width: 100%;

  background-image: url(../images/navi_cov.jpg);
  background-size: cover;
  color: white;

}

.nav.show {
  opacity: 1;
  visibility: visible;
}


.tes {
  height: 1600px;
  width: 100%;
}

.small {
  font-size: 0.6em;
  margin-left: 20px;
}

/*index メイン部分*/
.logo {
  position: fixed;
  top: 5px;
  left: 0px;
  max-height: 70px;
  max-width: 213px;
  z-index: 900;

}

.navi_under {
  width: 100%;
  height: 78px;
  background-color: #ffffff;
  z-index: 10;
  position: fixed;

}

.first_view {
  position: relative;
  width: 100vw;
  height: 628px;
  /* 画面幅いっぱい */

}

.first_view::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 628px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.first_vi {

  object-fit: cover;
  /* 要素いっぱいに画像を表示（はみ出た部分は削除） */
  width: 100%;
  /* 親要素の幅いっぱい */
  height: 100%;
  /* 親要素の高さいっぱい */


}

.first_vi_sp {

  object-fit: cover;
  /* 要素いっぱいに画像を表示（はみ出た部分は削除） */
  width: 100%;
  /* 親要素の幅いっぱい */
  height: 100%;
  display: none;
}

.top_zab {
  position: absolute;
  z-index: 30;
  max-width: 450px;
  max-height: 450px;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top_copy1 {
  position: absolute;
  color: white;
  font-size: 5em;
  line-height: 1.2;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 40;
  font-family: 'Playfair Display', serif;

}

.top_copy2 {
  position: absolute;
  color: white;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid white;
  padding-bottom: 1px;
  font-size: 1.5em;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 40;
  font-family: 'Playfair Display', serif;
}




/* .top_copy2{
    position: absolute;
    padding: 10px 25px;
    background-color: white;
    color: rgb(0, 0, 0);
    font-weight: 400;
   
    font-size: 1.5em;
    top:75%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 40;
  }*/

/*

  .top_copy3{
    position: absolute;
    color: white;
    font-size: 2em;
    top:70%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 40;
  }
  */



/*
  .main_vi{
    background-image: url(../images/main_vi.jpg);
    height: 550px;
    background-position: right 50% top 78px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
  }*/
.full {
  width: 100%;
  height: 100%;
}

.haba_750 {
  margin: 0 auto;
  max-width: 750px;
  padding: 0 50px 0 50px;

}

.haba_750_b {
  margin: 0 auto;
  max-width: 750px;
}


.ibox_01 {
  width: 100%;
  height: 120px;
  display: grid;
  place-items: center;
  background-color: #fff200;
}

.main_copy {
  position: relative;
  font-size: 2em;
  font-weight: 600;

}

.wake {
  position: absolute;
  top: -15px;
  right: 10px;
  max-width: 30px;
}

.ibox_02 {
  position: relative;
  text-align: center;
  background: #fff200;
  margin-bottom: 20px;
}

.ibox_03 {
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  border-top-color: #fff200;
  border-width: 30px;
  margin-left: -30px;
}

.number_i {
  display: block;
  font-size: 3.5em;
  font-weight: 900;
  color: rgb(62, 62, 62);
  opacity: 0.3;

}

.ibox_04 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
}

.ibox_04a {
  width: 15%;
  margin-bottom: 30px;
}

.ibox_04b {
  width: 637px;
  height: auto;

}

.ibox_04c {
  padding: 0 0 10px 0;

}

.sub_copy_01 {
  font-size: 1.5em;
  font-weight: 700;
}

.ibox_05 {

  width: 100%;
}

.motto_button {
  margin: 50px auto;
  display: block;
  max-width: 200px;
}

.ibox_06 {
  max-width: 100%;
  margin: 90px auto 0 auto;
  height: 120px;
  padding: 20px 0;
  display: grid;
  place-items: center;
  background-color: #dbd7bd;
}

.price_title {
  max-width: 200px;
  display: block;
}

.small_title {
  font-weight: 400;
}

.ibox_07 {
  display: flex;
}

.img_panel_wrap {
  position: relative;
  width: 375px;
  margin: 0 auto;
}

.img_panel {
  display: block;
  max-width: 100%;

}

.img_panel_title {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #f3ff03;
  line-height: 2em;
  max-width: 50%;
}

.img_panel_title2 {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #f3ff03;
  line-height: 2em;
}

.ibox_08 {
  position: absolute;
  top: 274px;
  left: 0px;
  width: 325px;
  height: auto;
  margin: 0 10px;
  padding: 20px 15px;
  background-color: #ffffff;
  opacity: 0.8;
  line-height: 1.6em;
}

.price_wrap {
  margin: 0 auto;
  max-height: 100%;
  text-align: center;
}

.p_price {
  max-width: 70%;
  padding-top: 10px;

}

/*
.big_bold{
  padding-top: 20px;
  margin: 20px 0 5px 0;
  text-align: center;
  font-weight: 900;
  font-size: 2em;
  
}*/

.price_button {
  position: absolute;
  top: 535px;
  left: 90px;
  display: block;
  max-width: 200px;

}

.haba_750c {
  margin: 0 auto;
  max-width: 750px;
  padding: 60px 0;

}



.trainer_title {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

.trainer_wrap {
  display: flex;
  flex-wrap: wrap;
}

.ibox_09 {
  max-width: 375px;
}

.trainer_title_wrap {
  text-align: center;
  padding-bottom: 40px;

}

.watabiki {
  place-items: center;
  width: 100%;
  padding-top: 40px;
  display: block;

}

.ibox_10 {
  margin-right: 0;
  margin-left: auto;
  max-width: 300px;
  position: relative;
}

.yb::before {
  position: absolute;
  content: "";
  display: block;
  background-color: yellow;
  height: 65px;
  width: 15px;
  top: 0px;
  left: -30px;

}

.bold {
  font-size: 1.3em;
  font-weight: 500;
}

.ibox_10a {
  padding-top: 18px;
  font-size: 0.9em;
}



.full_a {
  width: 100%;
  height: 100%;
  background-color: #efefef;

}

.haba_750d {
  margin: 0 auto;
  max-width: 750px;
  padding: 60px 0;

}

.voice_title {
  max-width: 200px;
  display: block;

}

.small_title_01 {
  font-weight: 400;
  padding-left: 7px;

}


.voice_wrap1 {
  margin: 30px auto;

}

.voice_wrap2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;

}

.voice01 {
  margin: 0 auto;
}


.ibox_11 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.ibox_11:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.ibox_11:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.hukidasi{
  padding: 0 30px 30px 30px;
}

.hukidasi_a{
  font-size: 0.9em;
}

.hukidasi_q {
  color: #b7ab13;
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow-wrap: break-word;
  display: block;
  font-weight: 400;
  margin-top: 25px;
}

.ibox_12 {
  display: grid;
  place-items: center;
  width: 300px;
  margin: 20px auto;

}

.cos01 {
  display: block;
  width: 100%;
}

.gym_title {
  max-width: 120px;
  display: block;
  margin: 0 auto;
}

.small_title_02 {
  font-weight: 400;
  text-align: center;
}

.gym_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.ibox_13 {
  width: 365px;
  padding: 5px;
  margin: 0 auto;


}

.gym_setubi {
  display: block;
  width: 100%;

}

.p_center {
  text-align: center;
}

.qa_title {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.qa_wrap {
  max-width: 90%;
  margin: 0 auto;
}

.ibox_14 {
  margin: 40px auto 0 auto;
  border-bottom: solid 2px white;
  display: flex;
}

.q {
  max-width: 50px;
  display: block;
}

.q_ptag {
  color: #b7ab13;
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  overflow-wrap: break-word;
  display: block;
  font-weight: 400;
}

.ibox_15 {
  margin: 5px auto 0 auto;
  display: flex;
}

.a {
  max-width: 50px;
  display: block;
}

.a_ptag {
  font-size: 0.9em;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  overflow-wrap: break-word;
  display: block;
}

.access_title_wrap {
  text-align: center;
  padding-bottom: 10px;
}

.access_title {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

.iframe-wrp {
  position: relative;
  width: 100%;
}

.iframe-wrp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

.full_b {
  width: 100%;
  height: 100%;
  margin-top: 380px;

}

.haba_750e {
  margin: 0 auto;
  max-width: 750px;

}

.ibox_16 {
  width: 100%;
  margin: 30px auto;

}

.logo2 {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}

.info {
  margin: 0 auto;
  border: solid 1px #dbd7bd;
}

.info_b {
  border: solid 1px #dbd7bd;
}

.th_c {
  padding: 30px;
  background-color: #dbd7bd;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

.td_c {
  vertical-align: middle;
  padding: 20px;


}


/*-----------price---------------*/

.price {
  max-width: 1000px;
  text-align: center;
}

.haba_price {
  margin: 0 auto;
  max-width: 800px;
  padding-top: 78px;

}

.full_price {
  width: 100%;
  height: 100%;
  background-color: #ececec;
}

/*-----------POINT---------------*/

.full_p1 {
  width: 100%;
  height: 100%;
}

.pobox_01 {
  position: relative;
  top: 78px;
  width: 100%;
  height: 120px;
  display: grid;
  place-items: center;
  background-color: #fff200;

}

.pobox_02 {
  position: relative;
  top: 77px;
  text-align: center;
  background: #fff200;
  margin-bottom: 20px;
}

.haba_750f {
  margin: 0 auto;
  max-width: 750px;
  padding-top: 173px;
  text-align: center;
  font-size: 2.5em;
  color: white;
  line-height: 2;

}

.full_p2 {
  width: 100%;
  background-image: url(../images/point_cov.jpg);
  height: 500px;
  background-size: cover;
}

.haba_750p1 {
  margin: 0 auto;
  max-width: 750px;
  padding: 0 5px;
}

.pobox_03 {
  text-align: center;
  font-size: 1.4em;
  line-height: 2.5;
}

.full_p3 {
  margin-top: 30px;
  width: 100%;
  background-color: #dbd7bd;

}

.p_n {
  font-weight: 900;
  font-size: 1.8em;
}

.pobox_04 {
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.5;
  padding: 40px 0 40px 5%;
}

.full_p4 {
  margin-top: 30px;
  width: 100%;

}


.haba_750p2 {
  max-width: 750px;
  padding: 0 5px;
  margin: 0 auto;
}

.pobox_05wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pobox_05 {
  line-height: 3;
  font-size: 1.2em;
}

.point_price {
  display: block;
}

.yellow_line {

  background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.ng {
  max-width: 50px;
}


/*-----------GYM---------------*/

.full_g1 {
  padding-top: 78px;
  width: 100%;
  height: 100%;
  background-color: #ececec;
}

.haba_900g1 {
  max-width: 900px;
  padding: 0 5px;
  margin: 0 auto;
}

.gymmap {
  width: 100%;
}

.facilities_title {
  max-width: 350px;
}

.gbox_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gbox_02 {
  padding: 10px;
  width: 428px;
  margin: 0 auto;
}

.gym_icon {
  max-width: 40px;

}

.machine_title {
  max-width: 400px;
}

.gym_photo {
  width: 100%;
}

/*-----------MEMBERSHIP---------------*/

.full_m1 {
  padding-top: 78px;
  width: 100%;
  height: 100%;
}

.mbox_01 {
  background-color: black;
  height: 90px;
  color: white;
  display: grid;
  place-items: center;
  font-size: 2em;
  font-weight: 600;
  padding-left: 15px;

}

.haba_750m1 {
  max-width: 750px;
  padding: 0 5px;
  margin: 0 auto;
}

.mbox_02 {
  text-align: center;
  padding-top: 20px;
}

.flow_title {
  width: 100px;
}

.mbox_03 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 1.6em;

}

.mbox_04 {
  padding-top: 20px;
}

.under {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 70px;
}

.kurowaku {
  font-size: 0.6em;
  margin-right: 20px;
  padding: 5px 10px;
  color: white;
  background-color: black;

}

.line {
  max-width: 60px;

}

.line_wrap {
  padding: 10px 0;
  text-align: center;
}

/*-----------レスポンシブ---------------*/

@media (max-width: 740px) {

  .nav {
    padding: 100px 15%;
    font-size: 0.9em;
    background-image: url(../images/navi_cov_sp.jpg);
  }

  .first_vi {
    display: none
  }

  .first_vi_sp {
    display: block;

  }

  .br {
    display: block;
  }

  .top_copy1 {
    top: 20%;
  }

  .top_copy2 {
    font-size: 1.2em;
    top: 69%;
    border: 2px solid white;
    padding: 5px;
  }

  .seikou_button {
    max-width: 110px;
  }

  .ibox_01 {
    height: 85px;
  }

  .pobox_01 {
    height: 85px;
  }

  .main_copy {
    font-size: 1.3em;
  }

  .ibox_06 {
    max-width: 375px;
  }

  .ibox_07 {
    flex-wrap: wrap;
  }

  .img_panel_title {
    line-height: 1.4em;
  }

  .img_panel_title2 {
    line-height: 1.4em;
  }

  .ibox_08 {
    top: 215px;
  }

  .price_button {
    top: 520px;

  }

  .ibox_09 {
    margin: 0 auto;
    display: grid;
  }

  .ibox_10 {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }

  .hukidasi{
    padding: 10px;
  }

  .yb::before {
    top: 21px;
    left: 52px;

  }


  .watabiki {
    padding-top: 10px;


  }

  /*price*/

  .full_price {
    width: 100%;
    height: 1000px;
    background-color: #ececec;
  }

  /*point*/

  .full_p2 {
    height: 375px;
  }

  .pobox_04 {
    font-size: 1.7em;
    padding: 20px 0 20px 5%;

  }


  .haba_750f {
    font-size: 1.6em;
    padding-top: 130px;
  }

  .pobox_03 {
    font-size: 1em;
    line-height: 2;
    padding: 0 15px;
  }

  .pobox_05 {
    line-height: 2.5;
    font-size: 1em;
    padding: 10px 15px;
  }


}