@charset "utf-8";
/* CSS Document */

/*
Theme Name: KEN DF
Theme URI: http://ken-dance.com/
Description: Kenダンスファクトリーオリジナルテーマ
Author: 作者の名前
Author URI: 作者のサイトのURL
Version: バージョン
*/

/*ーーー
 全体
ーーー*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body{
  min-width: 100rem;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: "Noto Sans JP",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #595757;
  line-height: 2;
  letter-spacing: 0.16rem;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
}
@media (min-width: 64rem) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-section{
  margin-top: 16rem;
}
.sp{
  display: none;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container{
  max-width: 129.6rem;
  margin: 0 auto;
  -webkit-margin: 0 auto;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  -webkit-padding-left: 4.8rem;
  -webkit-padding-right: 4.8rem;
}
.titleWrap{
  text-align: center;
  margin: 9.6rem auto 16rem;
}
.sectionHead{
  font-size: 3.6rem;
  letter-spacing: 0.4rem;
  display: flex;
  flex-direction: column;
}
.sectionHead .txt{
  font-size: 1.6rem;
  margin-bottom: 0;
  text-align: center;
}
.txt{
  text-align: justify;
}
.fade{
  transform: translateY(3.6rem);
  opacity: 0;
  transition: all 1.5s;
}
.fade.visible{
  opacity: 1;
  transform: translateY(0);
}
/*ーーーー
  header
ーーーーー*/
#header{
  background-color: rgba(255,255,255,0.6);
  width: 100vw;
  padding: 1.2rem 0;
  position: fixed;
  z-index: 99;
  top: 0;
}
.headerWrap{
  width: 140rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.hamburger{
  display: none;
}
.topTitle{
  display: flex;
  flex-wrap: wrap;
  margin-right: 7.2rem;
  flex-direction: column;
}
.mainTitle{
  font-size: 3.6rem;
  line-height: 1;
}
.headerDetail{
  display: flex;
  flex-direction: column;
}
.headerAdd{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.topTelLink{
  line-height: 1;
}
.headerNav{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 1.2rem;
  transition: all .3s ease-in-out;
}
.headerNav li{
  padding: 0 1.2rem;
  line-height: 1;
  letter-spacing: 0.36rem;
  position: relative;
  color: #595757;
  display: flex;
  align-items: center;
}
.headerNav li::after {
  content: '';
  position: absolute;
  bottom:-1.2rem;
  left: 0;
  width: 100%;
  height: 0.16rem;
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: left top;/*左上基点*/
  background:#b5d6de;
}
.headerNav li:hover::after{
  transform: scale(1, 1);
}
.hamburger{
  display: none;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.hamburger span {
  display: block;
  background-color: #595757;
  position: absolute;
  height: 0.24rem;
  width: 4.8rem;
  transition: .3s;
  z-index: 99;
}
.hamburger.active span{
  background-color: #595757;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 1.6rem;
}
.hamburger span:nth-of-type(3) {
  top: 3.2rem;
}
.hamburger.active span:nth-of-type(1) {
  top: 1.6rem;
  transform: rotate(30deg);
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
  top: 1.6rem;
  transform: rotate(-30deg);
}
/*ーーーーー
  TopView
ーーーーーー*/
.topView{
  margin: 0 auto;
  padding-top: 6.4rem;
  width: 100vw;
}
.topView .splide__slide.is-active img{
  animation: zoomanime 5s linear 0s normal both;
  width: 100%;
  height: 100%;
}
@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.splide__arrow > svg {
  display: none;
}
.splide__track{
  overflow: visible;
}
/*ーーーー
  News
ーーーーー*/
.infoContent{
  max-width: 80%;
  margin: 12.8rem auto;
  height: 64rem;
}
.infoContent .titleWrap{
  margin: 2.4rem auto;
}
.infoContent .contentWrap{
  padding: 0 4.8rem;
  overflow: scroll;
  height: 48rem;
}
.infoList{
  border-bottom: #595757 dashed 0.1rem;
}
.info{
  margin-bottom: 24rem;
}
.infomation{
  margin-top: 12rem;
}
.infoWrap,
.infoListWrap{
  max-width: 80rem;
  margin: 0 auto 9.6rem;
}
.singleHead{
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0.8rem;
  border-bottom: #4e4b4b dashed 0.1rem;
  margin-bottom: 1.2rem;
}
.singleContent{
  margin-bottom: 12rem;
}
/*ーーーーー
  about
ーーーーーー*/
.aboutContent{
  background-color: #8ebbc6;
  padding-bottom: 9.6rem;
}
.titleWrap{
  margin: 0;
}
.aboutContent .sectionHead{
  padding: 6.4rem 0 9.6rem;
}
.aboutWrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.aboutImg{
  position: relative;
  width: 40%;
}
.about1{
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 20%;
  z-index: 9;
}
.about2{
  position: absolute;
  width: 55%;
}
.about3{
  position: absolute;
  width: 40%;
  top: 2%;
  right: 0;
}
.about3 img{
  border-radius: 50%;
}
.careerTxtarea{
  width: 55%;
}
.listHead{
  border-bottom: #f1f1f1 dashed 0.1rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  padding-top: 4.8rem;
}
.listData{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: #f1f1f1 solid 0.1rem;
  border-bottom: none;
}
.listData:last-of-type{
  border-bottom: #f1f1f1 solid 0.1rem;
}
.listTtl{
  width: 92%;
  border-right: #f1f1f1 solid 0.1rem;
  padding: 0.8rem;
}
.listsub{
  width: 8%;
  padding: 0.8rem;
}
/*ーーーーー
  lesson
ーーーーーー*/
.lessonWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lessonList{
  width: calc(96%/2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lessonList .listHead{
  display: inline-block;
  background: linear-gradient(transparent 60%, #b5d6de 40%);
  padding: 0 2.4rem;
}
.lessonContent .txt{
  width: 80%;
  text-align: center;
  margin: 2rem auto 4.8rem;
}
/*ーーーーー
  yoga
ーーーーーー*/
.yogaContent{
  padding: 4.8rem 0 16rem;
  background-color: #bfa8ceae;
  color: #f1f1f1;
}
.yogaContentWrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 4.8rem;
}
.yogaImg{
  width: 60%;
  position: relative;
}
.yoga img{
  border-radius: 4rem;
  position: absolute;
}
.img1 img{
  top: -6.4rem;
  left: -4.8rem;
  width: 70%;
}
.img2 img{
  right: 0;
  top: -2.4rem;
  width: 50%;
}
.img3 img{
  bottom: -12.8rem;
  right: 6.4rem;
  width: 50%;
}
.yogaWrap{
  width: 35%;
}
.yogaList .txt,
.yogaDetail{
  text-align: center;
}
.yogaDetail{
  margin-top: 2.4rem;
}
/*ーーーーー
  top btn
ーーーーーー*/
.backToTop {
  display: flex;
  width: 7.2rem;
  height: 7.2rem;
  position: fixed;
  bottom: 7.2rem;
  right: 5.4rem;
  z-index: 9;
  transition: none;
  background-color: #f6f6f6;
  border: #595757 solid 0.1rem;
  border-radius: 50%;
  flex-wrap: wrap;
  justify-content: center;
}
.backToTop i{
  text-align: center;
  line-height: 7.2rem;
  font-size: 2.4rem;
}
/*ーーーー
  Footer
ーーーーー*/
.footer{
  letter-spacing: 0.1rem;
  background-color: #7f7f7f;
  color: #f1f1f1;
  width: 100vw;
}
.footWrap{
  padding: 9.6rem 0 4.8rem;
}
.topMap iframe{
  width: 64rem;
  height: 32rem;
  margin-top: 2.4rem;
}
.footerAdd{
  line-height: 1.8;
}
.copyright{
  margin: 8rem auto 0;
  max-width: 120rem;
  font-size: 1rem;
}
