@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-----------------------
 common 
-----------------------*/
body {
  background-color: #222222;
}
.l-header {
    position: relative !important;
}
#tanitafit a {
  color: #fff;
  text-decoration: none;
}

#tanitafit a.outline:focus {
  outline: 1px dotted;
}

#tanitafit a:focus {
  outline: none;
}


#tanitafit .bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#tanitafit sup {
  font-size: 45%;
  top: -1.3em;
  left: -0.1em;
}

#tanitafit li {
  list-style: none;
}

#tanitafit img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

#tanitafit {
  background-color: #222222;
  color: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
}



#tanitafit .inner1000 {
  width: 100%;
  max-width: calc(1000 / 1440 * 100vw);
  position: relative;
  margin: 0 auto;
}

#tanitafit .inner750 {
  width: 100%;
  max-width: calc(750 / 1440 * 100vw);
  position: relative;
  margin: 0 auto;
}


#tanitafit .common_frame_btn {
  display: flex;
  color: #fff;
  border-radius: 100px;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: calc(16 / 1440 * 100vw);
  width: calc(230 / 1440 * 100vw);
  height: calc(41 / 1440 * 100vw);
  line-height: 1.2;
  font-weight: 700;
}

#tanitafit .common_frame_btn:hover {
  color: #000;
  background-color: #fff;
  opacity: 1.0;

}

#tanitafit .common_ttl {
  font-size: calc(36 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1.5;

}

#tanitafit .common_ttl span {
  position: relative;
  display: inline-block;

}

#tanitafit .common_ttl span::after {
  content: "";
  background-color: #fff;
  height: 3px;
  width: 0;
  display: block;
  left: 0;
  bottom: -0.5rem;
  position: absolute;
  transition: .7s !important;

}

#tanitafit .common_ttl.active span::after {
  width: 100%;

}



#tanitafit .common_lead {
  text-align: center;
  padding-top: 35px;
  font-size: calc(18 / 1440 * 100vw);

}


#tanitafit .pc {
  display: block
}

#tanitafit .sp {
  display: none
}

@media screen and (max-width: 768px) {
  #tanitafit .pc {
    display: none
  }


  #tanitafit .sp {
    display: block
  }

#tanitafit a:hover {
  opacity: 1.0!important;
}
  #tanitafit sup {
    font-size: 60%;
    top: -0.8em;
  }


#tanitafit .inner1000,
#tanitafit .inner750 {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 calc(20 / 812 * 100vh);
}




#tanitafit .common_frame_btn {
  font-size: calc(14 / 812 * 100vh);
  width: calc(200 / 812 * 100vh);
  height: calc(34 / 812 * 100vh);
  line-height: 1.2;
}

#tanitafit .common_frame_btn:hover {
  color: #000;
  background-color: #fff;
  opacity: 1.0;
}
#tanitafit .common_ttl {
  font-size: calc(24 / 812 * 100vh);
}

#tanitafit .common_ttl span::after {
  bottom: -0.3rem;
}

#tanitafit .common_lead {
  text-align: center;
  font-size: calc(15 / 812 * 100vh);
   box-sizing: border-box;
  padding: 30px calc(20 / 812 * 100vh) 0;

}




}

/*-----------------------
header
-----------------------*/

#tanitafit ul {
  margin: 0;
  padding: 0
}

#tanitafit h1,
#tanitafit h2,
#tanitafit h3,
#tanitafit h4,
#tanitafit h5 {
  margin: 0;
  padding: 0;
  font-weight: bold
}

#tanitafit li {
  margin: 0;
  padding: 0;
  list-style: none
}

#tanitafit dl,
#tanitafit dd {
  margin: 0
}







#tanitafit a {
  transition: all .2s linear
}

#tanitafit a:hover {
  opacity: .75
}

#tanitafit header {
  position: relative;
  top: 0;
  background-color: #3B3B3B;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(40 / 1440 * 100%) 0;
  z-index: 998;
  box-sizing: border-box;
  font-weight: 700;
}

#tanitafit #subheader.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#tanitafit header h2 {
  font-size: 24px;
  line-height: 1
}

#tanitafit header.open .msk {
  height: calc(100vh - 50px)
}

#tanitafit header #btn_menu {
  transition: all .2s linear;
  font-size: 0;
  width: 16px;
}

#tanitafit header.open #btn_menu {
  transform: rotate(180deg)
}

#tanitafit header .right {
  display: flex
}

#tanitafit header .right ul.links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px
}

#tanitafit header .right ul.links li {
  line-height: 1;
  position: relative;
  margin-left: 35px;
  box-sizing: border-box;
}

#tanitafit header .right ul.links li.normal_btn {
  margin-left: 10px
}





#tanitafit header .right ul.links li .nav-links {
  color: #fff;
  text-decoration: none;
  font-size:15px;
}

#tanitafit header .right ul.links li .header_frame_btn {
  width: auto;
  height: 30px;
   font-size:14px;
  display: flex;
  padding: 0 18px;
 
  color: #fff;
  border-radius: 100px;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
}

#tanitafit header .right ul.links li .header_frame_btn:hover {
  color: #000;
  background-color: #fff;
  opacity: 1.0;

}

#tanitafit header .right ul.links li .header_btn {
   width: auto;
   padding: 0 18px;
  height: 30px;
   font-size:14px;
  background-color: #fff;
  display: flex;
  color: #000;
  border-radius: 100px;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
}

#tanitafit header .right ul.links li .header_btn:hover {
  background-color: #666;
  color: #fff;
  opacity: 1.0;
  border-color: #666;
}



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



  #tanitafit header {
    top: 0;
    z-index: 998;
    padding: 0 20px;
  }


  #tanitafit header h2 {
    font-size: 20px
  }



  #tanitafit header .msk {
    position: fixed;
    width: 100%;
    height: calc(100vh - 70px);
    top: 70px;
    left: 0;
    overflow: hidden;
    height: 0;
    transition: all .3s ease-out
  }

  #tanitafit header.fixed.open .msk {
    height: calc(100vh - 50px);
    top: 50px;
  }


  #tanitafit header .right {
        display:block;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: #3B3B3B;
        top: 70px;
        left: 0;
        padding: 0;
        box-sizing: border-box;

    }

    #tanitafit header.fixed.open .right {
        height: calc(100vh - 50px);
        top: 50px;
      }
    

   #tanitafit header .right ul.links {
        display:block;
        margin-bottom: 20px;
        margin-right: 0;
         border-top: solid 1px #555;
    }




   #tanitafit header .right ul.links li {
        display:block;
        padding: 5.5vw 20px;
        letter-spacing: 0.06em;

        border-bottom: solid 1px #555;
            margin-left: 0px;
    }

   #tanitafit header .right ul.links li .nav-links {
 font-size: 4.3vw;
}





      #tanitafit header .right ul.links .links_item.frame_btn {
        padding:6vw 20px 0vw;
      font-size: 4.3vw;
        border-bottom: none;
    }

         #tanitafit header .right ul.links .links_item.normal_btn {
        padding: 3vw 20px 0vw;
        font-size: 4.3vw;
        border-bottom: none;
    }

        #tanitafit header .right ul.links .links_item.frame_btn .header_frame_btn{
       width: 100%;
       height:calc(50 / 812 * 100vh);
      font-size: 4.3vw;
       padding: 0;
    }
   #tanitafit header .right ul.links li.normal_btn {
    margin-left: 0px;
}
      #tanitafit header .right ul.links li .header_btn {
       width: 100%;
       height:calc(50 / 812 * 100vh);
        font-size: 4.3vw;
        padding: 0;
    }


}

/*-----------------------
kv
-----------------------*/
#tanitafit #kv {
  position: relative;
  display: flex;
  align-items: center;

}

#tanitafit .kv_bg {
  background-color: #000;
  position: relative;

}

#tanitafit .kv_bg img {
  opacity: 0.5;
}
#tanitafit .kv_contents {
  width: 100%;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;


}
#tanitafit .kv_txt {

  padding-left: calc(100 / 1440 * 100vw);
  text-align: center;
}

#tanitafit .kv_img {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(50 / 1440 * 100vw);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: calc(535 / 1440 * 100vw);

}

#tanitafit .kv_ttl {
  font-size: calc(26 / 1440 * 100vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;


}

#tanitafit .kv_logo {
  display: block;
  position: relative;
  width: calc(360 / 1440 * 100vw);
  margin: 8px auto 20px;

}

#tanitafit .kv_detail {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;


}

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

  #tanitafit #kv {
  display: block;

}

#tanitafit .kv_bg {

}

#tanitafit .kv_bg img {
  opacity: 0.5;
  object-fit: cover;
 
}

#tanitafit .kv_contents {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;


}


#tanitafit .kv_txt {
  position: relative;

 padding: 0 calc(20 / 812 * 100vh);

  text-align: center;


}

#tanitafit .kv_img {
  position: relative;
  top: auto;
  left: auto;
  right:auto;
  transform: none;
  width: 80%;
  margin: 12px auto 0;

}

#tanitafit .kv_ttl {
  font-size: calc(20 / 812 * 100vh);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;


}

#tanitafit .kv_logo {
  width: calc(250 / 812 * 100vh);
  margin: 5px auto 13px;

}

#tanitafit .kv_detail {
  font-size: calc(16 / 812 * 100vh);


}


}

/*-----------------------
trouble
-----------------------*/
#tanitafit #trouble {
  padding: 100px 0 160px;

  background-image: url(../img/bg_trouble.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;



}

#tanitafit .trouble_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap: 10px;
  justify-content: center;
  margin-top: 45px;
}

#tanitafit .trouble_item {
  flex: 0 0 calc(33.333% - 10.67px);
  /* 3列レイアウト基準 */
  box-sizing: border-box;

  text-align: center;
  font-weight: bold;

  background-color: transparent;
  transform: skewX(-10deg);
}

#tanitafit .trouble_item:nth-child(n+4) {
  flex: 0 0 calc(33.333% - 10.67px);
  /* 2列レイアウト */
}

#tanitafit .trouble_item a {
  display: block;
  border: 2px solid #fff;
  padding: 18px 15px 25px;
}


#tanitafit .trouble_item a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1.0;
}

#tanitafit .trouble_item a:hover .trouble_arrow {
  border-top: 12px solid #000;
}


#tanitafit .trouble_number {
  font-size: calc(24 / 1440 * 100vw);
  line-height: 1.3;
}

#tanitafit .trouble_name {
  font-size: calc(22 / 1440 * 100vw);
  line-height: 1.4;
  font-weight: 700;
}

#tanitafit .trouble_arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 12px solid #fff;
  margin: 12px auto 0;
}

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

  #tanitafit #trouble {
  padding: 70px 0 100px;
}

#tanitafit .trouble_list {
  display: block;
  margin-top: 45px;
  padding: 0 calc(20 / 812 * 100vh);
}

#tanitafit .trouble_item {
  margin-top: 13px;
}



#tanitafit .trouble_item a {
  display: block;
  padding: 13px 15px 16px;
}


#tanitafit .trouble_item a:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1.0;
}

#tanitafit .trouble_item a:hover .trouble_arrow {
  border-top: 8px solid #fff;
}


#tanitafit .trouble_number {
  font-size: calc(16 / 812 * 100vh);
}

#tanitafit .trouble_name {
  font-size: calc(17 / 812 * 100vh);
}

#tanitafit .trouble_arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #fff;
  margin: 6px auto 0;
}


}

/*-----------------------
solve
-----------------------*/
#tanitafit #solve {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  display: flex;
align-items: flex-end;


}

#tanitafit .solve_bg {
  height: calc(530 / 1440 * 100vw);
  width: 100%;
  background: #000;
  margin-top: calc(-150 / 1440 * 100vw);
  position: relative;
}

#tanitafit .solve_bg img {
  opacity: 0.3;
  object-fit: cover;
   height: calc(530 / 1440 * 100vw);
  width: 100%;



}

#tanitafit .solve_wrap {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: calc(0 / 1440 * 100vw);
  width: 100%;
  justify-content: center;
  align-items: center;



}

#tanitafit .solve_img {
  width: calc(350 / 1440 * 100vw);
  z-index: 0;

}

#tanitafit .solve_txt {
  font-size: calc(48 / 1440 * 100vw);
  font-weight: 800;
  transform: skewX(-10deg);
  text-align: center;
  margin: calc(-40 / 1440 * 100vw) 0 0 calc(-40 / 1440 * 100vw);
  z-index: 1;

}

#tanitafit .solve_ttl_item {
  line-height: 1.5;

}

#tanitafit .solve_ttl_item span {
  background-color: #fff;
  line-height: 1.0;
  color: #000;
  padding: 3px 15px;
}

@media screen and (max-width: 768px) {
  #tanitafit #solve {

  width: 100%;
  height: auto;
  position: relative;




}

#tanitafit .solve_bg {
  height:410px;
  width: 100%;
  background: #000;
  margin-top:-80px;
  position: relative;
}

#tanitafit .solve_bg img {
  opacity: 0.3;
  object-fit: cover;
   height:410px;
  width: 100%;
  object-position: top center;



}

#tanitafit .solve_wrap {
  display: block;
  padding-top: calc(0 / 812 * 100vh);
  margin: 0 auto;
  text-align: center;
    overflow: hidden;




}

#tanitafit .solve_img {
  width:180px;
  z-index: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: relative;
  margin: 0 auto;
  padding-top: 15px;
  


}



#tanitafit .solve_txt {
  font-size: 24px;
  margin: 0 0 0 0;
  z-index: 1;
  display: inline-block;


}


#tanitafit .solve_ttl_item span {
  padding: 2px 12px;
}
}

/*-----------------------
feature
-----------------------*/
#tanitafit #feature {
  background-color: #000;

  padding: 120px 0 150px;
  position: relative;
}

#tanitafit #feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(974 / 1440 * 100vw);
  background-image: url(../img/bg_feature.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  z-index: 0;
}

#tanitafit #feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(974 / 1440 * 100vw);
  background-image: url(../img/bg_feature.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.15;
  transform: scaleY(-1);
  z-index: 0;
}


#tanitafit .feature_list {
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

#tanitafit .feature_item {
  display: flex;
  align-items: center;
  margin-top: 80px;
  box-sizing: border-box;

}

#tanitafit .feature_item:nth-child(odd) {
  flex-direction: row-reverse;

}

#tanitafit .feature_item .feature_img {
  width: 48%;
  box-sizing: border-box;

}

#tanitafit .feature_item .feature_txt {
  width: 51%;
  box-sizing: border-box;

}

#tanitafit .feature_item:nth-child(odd) .feature_txt {
  padding-right: calc(90 / 1440 * 100vw);
  padding-left: calc(100 / 1440 * 100vw);
  margin-top: calc(35 / 1440 * 100vw);
}

#tanitafit .feature_item:nth-child(even) .feature_txt {
  padding-left: calc(90 / 1440 * 100vw);
  padding-right: calc(100 / 1440 * 100vw);
  margin-top: calc(35 / 1440 * 100vw);

}

#tanitafit .feature_number_wrap {
  display: flex;
  align-items: center;
  margin-bottom: calc(25 / 1440 * 100vw);

}

#tanitafit .feature_number {
  font-size: calc(60 / 1440 * 100vw);
  line-height: 1.0;

}

#tanitafit .feature_number_txt {
  font-size: calc(20 / 1440 * 100vw);
  line-height: 1.3;
  font-weight: 700;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #555;

}

#tanitafit .feature_ttl {
  font-size: calc(38 / 1440 * 100vw);
  font-weight: 800;
  transform: skewX(-10deg);
  margin-left: calc(10 / 1440 * 100vw);
}

#tanitafit .feature_ttl_item {
  line-height: 1.6;
  letter-spacing: 0em;
}

#tanitafit .feature_ttl_item span {
  background-color: #fff;
  line-height: 1.0;
  color: #000;
  padding: 3px 9px;
}



#tanitafit .feature_detail {
  font-size: calc(16 / 1440 * 100vw);
  line-height: 1.8;
  margin-top: calc(15 / 1440 * 100vw);
}

#tanitafit .feature_detail span{
  font-size: calc(12 / 1440 * 100vw);
  display: block;
  line-height: 1.3;
  margin-top: calc(10 / 1440 * 100vw);
}

#tanitafit .feature_btn{
   margin-top: calc(25 / 1440 * 100vw);
}

#tanitafit .screen_note{
   padding: 10px;
     font-size: calc(12 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #tanitafit #feature {
overflow: hidden;
  padding:80px 0 100px;
}

#tanitafit #feature::before {
  width: 120%;
  opacity: 0.25;
}

#tanitafit #feature::after {
 width: 120%;
  opacity: 0.25;
}


#tanitafit .feature_list {
  margin-top: -10px;
  z-index: 1;
  position: relative;
}

#tanitafit .feature_item {
  display: block;
  margin-top:40px;

}



#tanitafit .feature_item .feature_img {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right:calc(20 / 812 * 100vh);

}
#tanitafit .feature_item:nth-child(odd) .feature_img{
   padding-left:calc(20 / 812 * 100vh);
   padding-right: 0;

}
#tanitafit .feature_item .feature_txt {
  width: 100%;
  padding: calc(10 / 812 * 100vh) calc(20 / 812 * 100vh) 0;
  box-sizing: border-box;
  margin-top:0;

}



#tanitafit .feature_number_wrap {
  margin-bottom: calc(10 / 812 * 100vh);

}

#tanitafit .feature_number {
  font-size: calc(40 / 812 * 100vh);
  line-height: 1.0;

}

#tanitafit .feature_number_txt {
  font-size: calc(13 / 812 * 100vh);
  padding-left: 13px;
  margin-left: 10px;

}

#tanitafit .feature_ttl {
  font-size: calc(22 / 812 * 100vh);
  margin-left: calc(10 / 1440 * 100vw);
}

#tanitafit .feature_ttl_item {
  line-height: 1.6;
  margin-top: 5px;
}




#tanitafit .feature_detail {
  font-size: calc(15 / 812 * 100vh);
  line-height: 1.7;
  margin-top: calc(15 / 812 * 100vh);
  letter-spacing: 0;
}

#tanitafit .feature_detail span{
  font-size: calc(12 / 812 * 100vh);
  line-height: 1.3;
  margin-top: calc(10 / 812 * 100vh);
}


#tanitafit .feature_btn {
    margin-top:  calc(15 / 812 * 100vh);
}
#tanitafit .screen_note{
   padding: 10px 0px 0 1.5rem;
     font-size:  calc(11 / 812 * 100vh);
     line-height: 1.4;
     text-indent: -1em;

}




}

/*-----------------------
screen
-----------------------*/
#tanitafit #screen {
  padding: 120px 0 110px;
}

#tanitafit .swiper-slide img {
  height: auto;
  width: 100%;
}

#tanitafit .swiper {
  margin-top: 25px;
  padding-bottom: 45px;
}

#tanitafit .screen_txt {
  margin-top: 20px;
  font-size: calc(15 / 1440 * 100vw);
}

#tanitafit .swiper-button-next:after,
#tanitafit .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

#tanitafit .swiper-button-prev {
  left: 25.5vw;
  top: 16.5vw;
}

#tanitafit .swiper-button-next {
  right: 25.5vw;
  left: auto;
  top: 16.5vw;
}

#tanitafit .swiper-button-prev {
  width: calc(22 / 1440 * 100vw);
}

#tanitafit .swiper-button-next {
  width: calc(22 / 1440 * 100vw);
  transform: rotate(180deg);
}

#tanitafit .swiper-button-prev:after,
#tanitafit .swiper-button-next:after {
  display: none;
}

#tanitafit .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
}


#tanitafit .swiper-pagination-bullet-active {
  opacity: 1.0;
  background-color: #fff;
}

#tanitafit .swiper-horizontal>.swiper-pagination-bullets,
#tanitafit .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;

}


@media screen and (max-width: 768px) {
  #tanitafit #screen {
  padding: 80px 0 60px;
}



#tanitafit .swiper {
  margin-top: 25px;
  padding-bottom: 45px;
}

#tanitafit .screen_txt {
  margin-top: 15px;
  font-size: calc(14 / 812 * 100vh);
}

#tanitafit .swiper-button-next:after,
#tanitafit .swiper-button-prev:after {
  display: none;
}

#tanitafit .swiper-button-prev {
 display: none;
}

#tanitafit .swiper-button-next {
  display: none;
}


#tanitafit .swiper-pagination-bullet {
    margin: 0 8px;
}

}




/*-----------------------
movie
-----------------------*/
#tanitafit #movie {
  padding: 20px 0 140px;
}

#tanitafit .movie_wrap {
  margin-top: 40px;
}



#tanitafit .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

#tanitafit .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #tanitafit #movie {
  padding: 20px 0 90px;
}

#tanitafit .movie_wrap {
  margin-top: 35px;
}


}


/*-----------------------
price
-----------------------*/
#tanitafit #price {
  padding: 80px 0 100px;
  background-color: #333;
}

#tanitafit .price_wrap {
  text-align: center;
  margin-top: 35px;
  font-weight: 700;
}

#tanitafit .price_per {
  font-size: calc(30 / 1440 * 100vw);
  line-height: 1.3;
}

#tanitafit .price_per span {
  font-size: calc(48 / 1440 * 100vw);
  margin-right: 4px;
  margin-left: 2px;
  vertical-align: -2px;
}

#tanitafit .price_fee {
  font-size: calc(80 / 1440 * 100vw);
  line-height: 1.0;

}

#tanitafit .price_fee .yen {
  font-size: calc(55 / 1440 * 100vw);
  margin-right: 3px;
}

#tanitafit .price_fee .tax {
  font-size: calc(30 / 1440 * 100vw);
  font-weight: 700;
  margin-left: 3px;
}

#tanitafit .models {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tanitafit .models_ttl {
  font-size: calc(16 / 1440 * 100vw);
}


#tanitafit .models_list {
  display: flex;

}

#tanitafit .models_item {
  margin-left: 8px;
}


#tanitafit .models_item .common_frame_btn {
  width: 100%;
  font-size: calc(16 / 1440 * 100vw);
  padding: 0 15px;
  box-sizing: border-box;
  border-width: 1px;
}



#tanitafit .price_note {
  font-size: calc(13 / 1440 * 100vw);
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #tanitafit #price {
  padding: 70px 0;
}

#tanitafit .price_wrap {
  margin-top: 30px;
}

#tanitafit .price_per {
  font-size: calc(18 / 812 * 100vh);
}

#tanitafit .price_per span {
  font-size:calc(30 / 812 * 100vh);
  margin-right: 2px;
  margin-left: 1px;
  vertical-align: -1px;
}

#tanitafit .price_fee {
  font-size: calc(55 / 812 * 100vh);

}

#tanitafit .price_fee .yen {
  font-size: calc(34 / 812 * 100vh);
}

#tanitafit .price_fee .tax {
  font-size: calc(20 / 812 * 100vh);
}

#tanitafit .models {
  margin-top: 20px;
  display: block;
  text-align: center;
}

#tanitafit .models_ttl {
  font-size:calc(14 / 812 * 100vh);
}

#tanitafit .models_list {
 justify-content: center;
 margin-top: 5px;
}

#tanitafit .models_item {
  margin:0  3px;
}


#tanitafit .models_item .common_frame_btn {
  width: 100%;
  font-size: calc(13 / 812 * 100vh);
  letter-spacing: 0;
  padding: 0 calc(12 / 812 * 100vh);;
  box-sizing: border-box;
  border-width: 1px;
  height: calc(34 / 812 * 100vh);;
}



#tanitafit .price_note {
  font-size: calc(13 / 812 * 100vh);
  margin-top: 30px;
}
}

/*-----------------------
free
-----------------------*/
#tanitafit #free {
  padding: 100px 0;
}

#tanitafit .free_banner {
  border: 1px solid #fff;
  padding: calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  font-weight: 700;
  position: relative;
}

#tanitafit .free_banner_subttl {
  font-size: calc(22 / 1440 * 100vw);
  line-height: 1.3;
  letter-spacing: 0.08em;
}

#tanitafit .free_banner_ttl {
  font-size: calc(34 / 1440 * 100vw);
  letter-spacing: 0.08em;
}

#tanitafit .free_banner_btn {
  margin-top: calc(12 / 1440 * 100vw);
}

#tanitafit .free_banner_img {
  width: calc(200 / 1440 * 100vw);
  position: absolute;
  right: calc(30 / 1440 * 100vw);
  bottom: 0;
}

#tanitafit .caution_list {
  list-style: none;
  /* デフォルトのマーカーを消す */
  counter-reset: note;
  /* カウンター初期化 */
  padding: 0;
  font-weight: 400;
  font-size: calc(13 / 1440 * 100vw);
  margin-top: 5px;
}

#tanitafit .caution_item {
  position: relative;
  padding-left: 0.8em;
  counter-increment: note;
}

#tanitafit .caution_item::before {
  content: "・";
  position: absolute;
  left: 0;
}
#tanitafit .caution_ttl {
  font-size: calc(13 / 1440 * 100vw);
  margin-top: 35px;
}


@media screen and (max-width: 768px) {
  #tanitafit #free {
  padding: 60px 0;
}

#tanitafit .free_banner {
  padding: calc(25 / 812 * 100vh) calc(20 / 812 * 100vh);
}

#tanitafit .free_banner_subttl {
  font-size: calc(14 / 812 * 100vh);
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 3px;
}

#tanitafit .free_banner_ttl {
  font-size: calc(20 / 812 * 100vh);
  letter-spacing: 0.03em;
  line-height: 1.3;
}

#tanitafit .free_banner_btn {
  margin-top:calc(12 / 812 * 100vh);
}
#tanitafit .free_banner_btn .common_frame_btn{
 width: calc(180 / 812 * 100vh);
 font-size:calc(13 / 812 * 100vh);
}



#tanitafit .free_banner_img {
  width:calc(130 / 812 * 100vh);
  right:calc(8 / 812 * 100vh);
}

#tanitafit .caution_list {
  font-size: calc(12 / 812 * 100vh);
  margin-top:5px;
  line-height: 1.4;
}
#tanitafit .caution_ttl {
  font-size: calc(13 / 812 * 100vh);
  margin-top:20px;
}

}

/*-----------------------
contact
-----------------------*/
#tanitafit #contact {
  background-color: #000;
  padding: 60px 0;
}

#tanitafit .contact_list {
  display: flex;
  justify-content: center;
}

#tanitafit .contact_item {
  width: 60%;
}



#tanitafit .common_btn {
  width: 100%;
  height: calc(75 / 1440 * 100vw);
  background-color: #fff;
  display: flex;
  font-size: calc(20 / 1440 * 100vw);
  font-weight: 700;
  color: #000;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #tanitafit #contact {
  padding: 45px 0;
}

#tanitafit .contact_list {
  display: block;
}

#tanitafit .contact_item {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}



#tanitafit .common_btn {
  width: 100%;
  height: calc(55 / 812 * 100vh);
  font-size: calc(16 / 812 * 100vh);
}

}



/* ******************************
animation
******************************* */
.curtain {
  position: relative;
  box-sizing: border-box;
}

/* span要素 最初は非表示 */
.curtain .curtain_hide {
  transition: all 0s 0.7s ease;
  opacity: 0;
  display: block;
  box-sizing: border-box;
}

/* .curtainに.activeがついたらspanを表示（1s後に0sかけて透明度を0→1に） */
.curtain.active .curtain_hide {
  opacity: 1;
}

/* .curtainに擬似要素(カーテン部分)を追加して、transformで横幅を0にしておく scaleX(0) */
.curtain:after {
  display: inline;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background: #000;
}

.curtain.white:after {
  background: #fff;
}

/* .curtainに.activeがついたら擬似要素のアニメーションを開始させる */
/* アニメーション名,アニメーション完了までの所要時間,変化の度合い,遅延時間,回数,再生方向,アニメーション前後のスタイル,アニメーションの再生・停止 */
.curtain.active:after {
  animation: curtainEffect 0.7s ease-in-out 0.3s 1 normal both running;
}

@keyframes curtainEffect {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }

  49.999% {
    transform-origin: left center;
    transform: scaleX(1);
  }

  50% {
    transform-origin: right center;
    transform: scaleX(1);
  }

  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}

/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}