/*********************************
**     汎用設定　　　　　　　　　  **
*************************************/
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  max-width: 1900px;
  margin: auto;
  background-color: #fffdef;
}


a:hover img{
  -webkit-transform: scale(1.015);
  -ms-transform: scale(1.015);
  transform: scale(1.015);
  transition-duration: 0.3s;
}

section{
  text-align: center;
  width: 100%;
}

.container{
  position: relative;
}

/*********************************
**     TOP　KV　　　　　　　　　　  **
*************************************/
.section-top-keyvisual {
  background-image: url("../images/top/pc/kv.png");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
	text-align: center;
  width: 100%;
  height: 823px;
}


.ninlogo{
  position: absolute;
  top: 0;
  left: 0;
  width: 1.41rem;
  max-width: 141px;
}
@media only screen and (max-width: 750px) {
  .ninlogo{
    width: 1.00rem;
  }
  .section-top-keyvisual {
    height: 13.07rem;
    background: url("../images/top/kv.png") top center/7.5rem 13.07rem no-repeat;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  .section-top-keyvisual {
    height: 8.29rem;
    background-size: 19.2rem 8.29rem;
  }

}
/*********************************
**     動画                   　  **
*************************************/
.with_miku{
  margin: 2% 20%;
  width: 60%
}

.mov-button{
  margin: 0 auto;
  width: 80%;
  position: relative;
}

.movie_slider_area{
  width: 60%;
  margin: 3% 20%;
}
.movie_thumnail_img{
    width: 90%;
}

.is-active img{
  border: solid #db1f88 3px;
}
.mov_base{
  position: relative;
  width: 100%;
}
.play_btn{
  position: absolute;
  width: 30%;
  left: 35%;
  top: 23%;
}

.slick-prev2{
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: -10%;
  width: 6%;
}
.slick-next2{
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 30%;
  right: -10%;
  width: 6%;
}
.slick-prev2 img,
.slick-next2 img{
  width: 100%;
}
.slick-prev2:hover img,
.slick-next2:hover img{
  transform: scale(1.115);
  transition-duration: 0.3s;
}

.section_mv_info{
  background-image: url("../images/top/pc/chap1_bk.png");
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: auto 100%;
  background-position: top center;
  padding: 1% 0 5%;
}

.introduction-image{
  width:100%;
}

@media only screen and (max-width: 750px) {
  .section_mv_info{
    background-image: url("../images/top/chap1_bk_sp.png");
    background-size: 100% auto;
  }
  .mov-button{
    width: 90%;
  }
  .movie_slider_area{
    width: 100%;
    margin: 3% 0%;
  }
  .play_btn{
    top: 26%;
  }
  .slick-prev2{
    left: 0%;
  }
  .slick-next2{
    right: 0%;
  }
  .movie_thumnail_img{
    width: 98%;
    margin: auto;
}
}
/*********************************
**     インフォメーション　  **
*************************************/

.introduction-info {
  border: solid #c92d80 2px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.introduction-info-title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.introduction-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.introduction-time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c92d80;
  font-weight: bold;
  font-family: "Futura", sans-serif;
  letter-spacing: 0.01em;
}
.introduction-info-name {
  margin-bottom: 0;
}
.introduction-info-name a {
  color: #000;
  display: block;
  text-underline-offset: 0.05rem;
}
.introduction-status {
  margin-bottom: 0;
  background-color: #fff100;
  color: #c92d80;
  font-weight: bold;
  font-family: "Futura", sans-serif;
  letter-spacing: 0.05em;
}




@media only screen and (max-width: 750.98px){
  .introduction-info {
    /*padding: 0.3rem 0.5rem 0.65rem;*/
    margin: 6%;
}
.introduction-info-title {
  font-size: 0.36rem;
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  margin-bottom: 0;
}
.introduction-list li {
  padding: 0.02rem 0;
  border-bottom: 0.04rem solid #c92d80;
}
.introduction-list .introduction-info-link {
  padding: 0.15rem 0;
  display: block;
  position: relative;
}
.introduction-time {
  position: relative;
  left: -37%;
  top: calc(1rem / 100);
}
.introduction-info-name {
  padding-left: 0.05rem;
  font-size: 0.3rem;
  line-height: 1.5747771542;
  letter-spacing: 0.02em;
}
.introduction-info-name a {
  text-decoration: none;
  font-size: 80%;
  text-align: left;
  margin-left: 3%;
}
.introduction-status {
  position: absolute;
  font-size: 0.16rem;
  top: 16%;
  left: 32%;
  padding: 0.02rem 0.18rem;
  border-radius: 0.08rem;
}

}

@media print, (min-width: 751px){
  .introduction-info {
    /*padding: 0.28rem 1.1rem 0.5rem;*/
    max-width: 14rem;
    margin: 2% 10%;
  }
  .introduction-info-title {
    font-size: 0.4rem;
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    margin-bottom: -0.06rem;
}
  .introduction-list li {
    padding: 0.02rem 0;
    border-bottom: 0.02rem solid #c92d80;
  }
  .introduction-list .introduction-info-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    padding: 0.2rem 0;
}
.introduction-time {
  width: 1.68rem;
  font-size: 0.22rem;
}
.introduction-info-name {
  margin-right: 0.2rem;
  font-size: 0.22rem;
  line-height: 1.5086363636;
  letter-spacing: 0.01em;
}
.introduction-status {
  margin-top: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.04rem 0.18rem;
  border-radius: 0.15rem;
}
}
@media print, (min-width: 4200px){
  .introduction-info-title {
    font-size: 0.2rem;
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    margin-bottom: -0.06rem;
}
  .introduction-time {
    width: 0.84rem;
    font-size: 0.11rem;
  }
.introduction-info-name {
  margin-right: 0.2rem;
  font-size: 0.11rem;
  line-height: 1.5086363636;
  letter-spacing: 0.01em;
}

.introduction-list .introduction-info-link {
  padding: 0.1rem 0;
}
}
/*********************************
**     エクササイズ～ミクササイズ  **
*************************************/
.line_base{
  position: relative;
}

.line_bottom,
.line_top{
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: 1;
}
.line_top{
  top: -0.4rem;
}
.line_bottom{
  top: -0.35rem;
}

.section_ex_mix{
  background-image: url("../images/top/pc/exercise_bk.png");
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: auto 100%; /* 横方向にのみ拡大 */
}
.exercise_area{
  max-width: 1750px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
	text-align: center;
  padding: 3% 0 2%;
}
.title_txt{
  width: 24%;
}
.img_introduction{
  width: 70%;
  margin: 1% 15%;
}
.intro_txt{
  font-size: 100%;
  font-weight: bold;
}
.intro_txt_img{
  width: 50%;
  margin: 3% auto;
}

.slick-prev{
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 34%;
  left: 7%;
  width: 6%;
}
.slick-next{
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 34%;
  right: 7%;
  width: 6%;
}

.slick-prev img,
.slick-next img{
  width: 100%;
}
.slick-prev:hover img,
.slick-next:hover img{
  transform: scale(1.115);
  transition-duration: 0.3s;
}
@media only screen and (max-width: 750px) {
  .section_ex_mix{
    padding-top: 5%;
    margin-top: -5%;
    margin-bottom: -6%;
  }
  .exercise_area {
    padding-bottom: 5%;
    margin-top: 0%;
  }
  .img_introduction{
    width: 90%;
    margin: 1% 5%;
  }
  .intro_txt {
    margin: 5% 15% 4%;
    font-size: 110%;
    width: 70%;
  }
  .intro_txt_img {
    width: 60%;
    margin: 5% auto 0%;
  }
  .two_lines{
    margin: 8% auto 0%;
  }
  .line_top{
    top: -0.2rem;
  }
  .line_bottom{
    top: -0.182rem;
  }
  .title_txt{
    width: 50%;
    margin: 5%;
  }
  .slick-prev,
  .slick-next{
    top: 82%;
    width: 10%;
  }
  .slick-prev{
    left: 3%;
  }
  .slick-next{
    right: 3%;
  }
}
@media only screen and (max-width: 450px) {
  .intro_txt {
    margin: 5% 15% 4%;
    font-size: 80%;
    width: 70%;
  }
}
@media only screen and (min-width: 750px) {
  .section_ex_mix{
    padding-top: 5%;
    margin-top: -3.4%;
  }

}

/*********************************
**     　　　　楽曲一覧　　　　　  **
*************************************/
.section_music_list{
  background-image: url("../images/top/pc/music_bk.png");
  background-size: 110% 100%; /* 横方向にのみ拡大 */
  padding: 4% 0 1%;
}
.music_area{
  max-width: 1750px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
	text-align: center;
  padding: 2% 0;
}
.music_list{
  width: 50%;
  margin: 3% 15%;
}
.music_title{
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .section_music_list{
    padding: 0;
  }
}
@media only screen and (min-width: 750px) {
  .section_music_list{
    margin-top: -1.5%;
    margin-bottom: -1.4%;
  }
}


/*********************************
**      クリエイター紹介          **
*************************************/
.section_creators{
  background-image: url("../images/top/pc/creator_bk.png");
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: auto 100%; /* 横方向にのみ拡大 */
}

.creater_intro{
  /*width: 62%;
  margin: 2% 10%;*/
  width: 74%;
  margin: 6% 10%;
}
.creator_pc {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 180%;
  max-width: 1800px;
}
.cosMo_pc{
  position: absolute;
  top: 0;
  right: 46.5%;
  width: 100%;
  max-width: 1650px;
}
.iwato_pc{
  position: absolute;
  top: 0;
  left: 46.5%;
  width: 100%;
  max-width: 1650px;
}
.prof_btn_l,
.prof_btn_r {
    position: absolute;
    width: 9%;
    top: 62%;
}
.prof_btn_l {
    left: 50%;
    -webkit-transform: translate(-153%, 0);
    -ms-transform: translate(-153%, 0);
    transform: translate(-153%, 0);
}
.prof_btn_r {
    right: 50%;
    -webkit-transform: translate(230%, 0);
    -ms-transform: translate(230%, 0);
    transform: translate(230%, 0);
}

.piapro_btn{
  /*width: 45%;*/
  width: 56%;
}

@media only screen and (min-width: 751px)  {
  .prof_btn_l:hover{
    -webkit-transform: translate(-153%, 0) scale(1.015);
    -ms-transform: translate(-153%, 0) scale(1.015);
    transform: translate(-153%, 0) scale(1.015);
    transition-duration: 0.3s;
  }
  .prof_btn_r:hover{
    -webkit-transform: translate(230%, 0) scale(1.015);
    -ms-transform: translate(230%, 0) scale(1.015);
    transform: translate(230%, 0) scale(1.015);
    transition-duration: 0.3s;
  }

}
@media only screen and (max-width: 750px) {
  .section_creators{
    /*background-image: url("../images/top/creator_bk_sp.png");*/
  }
  .creater_intro{
    width: 80%;
    margin: 4% 10%;
  }
  .creator_pc {
    left: 0%;
    transform: translate(0%, 0);
    width: 100%; 
    max-width: 100%;
  }
  .creator_area{
    width: 90%;
    margin: 2% 5%;
  }

  .prof_btn_l {
    top: 30%;
    width: 23%;
    left: 51%;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .prof_btn_r {
    top: 80%;
    width: 23%;
    left: 51%;
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }


  .piapro_btn{
    width: 80%;
    margin: 5%;
  }

}

/*********************************
**    Twitter                     **
*************************************/
.twitter_title{
  display: block;
  position: absolute;
  top: 3%;
  width: 26%;
  left: 37%;
}
.twitter_flame{
  position: relative;
  width: 50%;
  height: 88%;
  margin: 10% auto 5%;
  border: 5px solid #db1f88;
  padding-top: 68%;
  background-color: #fff;

}
.twitter_block{
  overflow-y: scroll;
  overflow-x: hidden;
  width: 86%;
  height: 85%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 7%;
}
@media only screen and (max-width: 750px) {
  .twitter_flame{
    width: 90%;
    height: 88%;
    margin: 5% auto 5%;
    padding-top: 90%;
  }
  .twitter_block {
    height: 81%;
    top: 16%;
  }
  .twitter_title {
    top: 3%;
    width: 30%;
    left: 35%;
  }
}
/*********************************
**     予約はこちら　　　　　　　  **
*************************************/
.section_yoyaku{
  /*background-image: url("../images/top/pc/shouhin_bk.png");
  background-repeat: repeat-x;  横方向に繰り返し * /
  background-size: auto 100%; / * 横方向にのみ拡大 */
  background: -moz-linear-gradient(left, rgb(160 221 232), #FFF);
  background: -webkit-linear-gradient(left, rgb(160 221 232), #FFF);
  background: linear-gradient(to right, rgb(160 221 232), #FFF);
  padding: 1% 0;
}
.package_miku{
  max-width: 175px;
  width: 15%;
  margin: auto 2%;
}
.speclist{
  max-width: 300px;
  width: 25%;
  margin: 4% 2% 0 1%;
}
.yoyaku_btn{
  max-width: 320px;
  width: 22%;
  margin: auto 2%;
}
@media only screen and (max-width: 750px) {
  .section_yoyaku{
    padding: 3% 0;
  }
  .package_miku {
    max-width: 100%;
    width: 25%;
    margin: auto 2%;
  } 
  .speclist{
    max-width: 100%;
    width: 56%;
    margin: 4% 2% 0 1%;
  }
  .yoyaku_btn{
    max-width: 100%;
    width: 40%;
    margin: 4% 30% 1%;
  }




}
/*********************************
**  フィットボクシングとは 　　　　 **
*************************************/
.section_about{
  background: -moz-linear-gradient(right, #fef8c9, #FFF);
  background: -webkit-linear-gradient(right, #fef8c9, #FFF);
  background: linear-gradient(to left, #fef8c9, #FFF);
  padding: 5% 0;
}

.bottom_logo{
  max-width: 438px;
  width: 28%;
  margin: auto 6%;
}
.series__btn span {
    position: relative;
}


.series__btn-on {
	opacity: 0;
}
.series__btn-off {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1)!important;
	margin: auto;
	width: 70%;
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}
.series__btn:hover .series__btn-on {
	opacity: 1;
    transform: translate(1%, 7%) scale(1);
}
.series__btn:hover .series__btn-off {
	opacity: 0;

}
.about_fb{
  max-width: 417px;
  width: 27%;
  margin: auto 6%;
}

@media only screen and (max-width: 750px) {
  .section_about{
    /*background-image: url(../images/top/footer_sp.png);
    padding: 2% 2%;*/
  }
  .bottom_logo {
    max-width: 100%;
    width: 60%;
    margin: 3% 20%;
    display: block;
  }
  .series__btn-off {
  	width: 50%;
  }
  .series__btn:hover .series__btn-on {
  	opacity: 0;
  	transform: transform: unset;
  }
  .series__btn:hover .series__btn-off {
  	opacity: 1;
  }
  .about_fb {
    max-width: 100%;
    width: 50%;
    margin: 5% 25%;
  }
}

/*********************************
**    フッター  **
*************************************/
.section_footer{
  background-color: #212b30;
  color: #fff;
  padding: 1% 0;
}
.footer_area{
  width: 90%;
  margin: auto;
}
.img_logo{
  width: 5%;
}
.hexa_logo{
  width: 15%;
  margin: 0 2%;
}
.copyright{
  width: 70%;
}
@media only screen and (min-width: 751px)  {
  .footer_area{
    max-width: 1200px;
  }
}
@media only screen and (max-width: 750px) {
  .img_logo{
    width: 12%;
    margin: 1% 2%;
  }
  .hexa_logo{
    width: 25%;
    margin: auto 2%;
  }
  .copyright{
    width: 100%;
    margin: 3% 0 0%;
  }
}

/*********************************
**     PC⇔SP切り替え　　　　　　  **
*************************************/
@media only screen and (min-width: 751px)  {
	.sp{
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.pc{
		display: none;
	}
}