@charset "UTF-8";
/* CSS Document */
body {
	 background: linear-gradient(-45deg, rgba(255, 0, 161, .3), rgba(246, 255, 0, .5)) fixed;
     background-size: cover;
	 background-size: 100vw;
	 height: 1720px;
	 min-height: 100vh;
     font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	 position: relative;
}

/*ヘッダー*/
header{
	width: 100%;
	height: 100px;
	padding: 0 0 0 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0 6px 25px 0 rgba(0, 0, 0, .1);
}

#header {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}

h1{
	margin:0;
	padding: 0;
	font-size: 20px;
}

a{
	text-decoration: none;
	color: #000000;
}

ul{
	list-style: none;
	margin: 0;
	display: flex;
}

li{
	margin: 15px;
	font-size: 15px;
}

.close{
	display: none;
}

.menu{
	margin: 0 20px 0 auto;
}

.rogo{
	margin-top: 4.8px;
}

.menu{
	margin-bottom: 2px;
}

.list_item{
	font-family:  Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.06em;
	font-style: oblique;
	text-align: center;
	font-size: 26px;
	box-sizing: border-box;
}
.list_item_text{
	margin-top: 5px;
	font-style: normal;
	letter-spacing: 0.06em;
	color: #808080;
	display: block;
	font-size: 9px;
	box-sizing: border-box;
}
/*ヘッダー*/

/*フッター*/
footer{
	position: absolute;
	background-color: #FFFFFF;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 210px;
	box-shadow:  0 -5px 25px 0 rgba(0, 0, 0, .1);
}

.f_logo{
	margin-top: 50px;
	text-align: center;
}

.f_menu{
	 display: flex;
	 margin-top: 11px;
	 margin-right: auto;
 	 margin-left : auto;
}

.f_list_item{
	font-size: 12px;
	font-weight: 600;
	color: #808080;
	margin-left: 9px;
	margin-right: 9px;
}

.copyright{
	font-weight: 500;
    margin-top: 40px;
	text-align: center;
}

.copyright_main{
	font-size: 11px;
	color: #808080;
}
/*フッター*/

/*メイン*/

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 200px;
  overflow: hidden;
  padding-top: 100px;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}

/*メイン*/

main{
	max-width: 100vw;
}

section{
	 margin-right: auto;
 	 margin-left : auto;
	 padding-left: 10px;
	 padding-right: 10px;
	 max-width:880px;
}

.profile{
	width: 520px;	
	height: auto;
	display: flex;
	margin-top: 30px;
	margin-bottom: 16px;
}

.title{
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.08em;
	font-style: oblique;
	font-size: 26px;
	margin-left: 6px;
	margin-bottom: -5px;
}

.photo{
	position:relative;
}

.instructor_photo{
	position: absolute;
	padding: 3px;
	background-color: #000;
	border-radius: 10px;
	z-index: 1;
}

.box {
  top:12px;
  left: 12px;
  position: absolute;
  width: 165px;
  height: 165px;
  background-image   : radial-gradient(#ff5076 30%, transparent 33%),
                       radial-gradient(#ff5076 30%, transparent 33%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
  border-radius: 10px;
  z-index: 0;
}

.profile_text{
	padding-top: 23px;
	padding-left: 48px;
	color: #ff5076;
}

.position{
	font-weight: 600;
	font-size: 12px;
}
.name{
	padding-top: 7px;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.02em;
	font-size: 30px;
}

.profile_maintext{
	font-weight: 500;
	font-size: 14px;
	padding-top: 7px;
	letter-spacing: 0.02em;
	line-height: 22px;
}

.hukidasi{
	position: relative;
	z-index: 0;
	margin-top: 20px;
	left: 40px;
}

.hukidasi p{
	font-weight: 500;
	position: absolute;
	top: 60px;
	left: 32px;
	width: 360px;
	line-height: 26px;
	z-index: 1;
}

.access{
	margin-top:6px;
}

.access_title{
    font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.09em;
	font-style: oblique;
	font-size: 26px;
	margin-left: 14px;
	margin-bottom: -4px;
	width: 510px;
}

.box2{
	position: relative;
}

.access_text{
	font-weight: 500;
	width: 443px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 34px;
	line-height: 24px;
	position: absolute;
	z-index: 2;
	font-size: 14px;
}

.studio_link{
	font-size: 12px;
	margin-left: 60px;
	margin-top: 88px;
	font-weight: 500;
	width: 100%;
    max-width: 370px;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    color: #00bcbc;
    border: 2px solid #00bcbc;
    border-radius: 8px;
    position: absolute;
    z-index: 2;
}

.map{
	margin-top: 130px;
	margin-left: 40px;
	width: 433px;
	height: 177px;
	border: 2.6px solid;
	border-radius: 10px;
	position: absolute;
    z-index: 2;
}

.acccess_box{
	width: 510px;
	height: 343px;
	background-color: #FFFFFF;
	border: 2.6px solid;
	border-radius: 10px;
	position:absolute;
	z-index: 1;
}

.box_shadow_2{
  top:18px;
  left: 18px;
  width: 510px;
  height: 343px;
  background-image   : radial-gradient(#00bcbc 30%, transparent 33%),
                       radial-gradient(#00bcbc 30%, transparent 33%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
  border-radius: 12px;
  position: absolute;
  z-index: 0;
}

.course{
	margin-top: -443px;
	margin-left: 545px;
	position: relative
}

.course_box{
	margin-top: 16px;
	margin-right: 10px;
	width:330px;
	height: 766px;
	background-color: #FFFFFF;
	border: 2.6px solid;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
}

.box_shadow_3{
  top: 34px;
  left: 18px;
  width: 330px;
  height: 767px;
  background-image   : radial-gradient( #ff5076 30%, transparent 33%),
                       radial-gradient( #ff5076 30%, transparent 33%);
  background-position: 0 0, 5px 5px;
  background-size    : 10px 10px;
  border-radius: 12px;
  position: absolute;
  z-index: 0;
}

.course_title_group{
	display: flex;
	position: absolute;
	z-index:  2;
}

.course_title{
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 600;
	letter-spacing: 0.09em;
	font-style: oblique;
	font-size: 26px;
	margin-left: 10px;
	margin-top: -5px
	
}

.course_week{
	margin-left: 92px;
	margin-top: 22px;
}

.course_week_2{
	margin-top: 22px;
	margin-left: 3px;
}

.circle{
	margin-left: 6px;
	display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background :#ff5a85;
    text-align:center;
    line-height: 40px;
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
}

.course_text{
	padding-top: 70px;
	padding-left: 30px;
	width: 300px;
	height: 700px;
	position: absolute;
	z-index: 2;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
}

.course_1a{
	background: #ffbb24;
    text-align:center;
    line-height: 30px;
	width: 150px;
	color: #FFFFFF;
	border-radius:6px;
}

.course_1b{
	margin-top: 16px;
	border: 3px solid #ffbb24;
	padding-left: 20px;
    line-height: 30px;
	width: 230px;
	color: #000000;
	border-radius: 8px;
}

.blank_1{
	padding-left: 40px;
}

.course_2a{
	margin-top:20px;
	background: #ff5076;
    text-align:center;
    line-height: 30px;
	width: 150px;
	color: #FFFFFF;
	border-radius:6px;
}

.course_2b{
	margin-top: 16px;
	border: 3px solid #ff5076;
	padding-left: 18px;
    line-height: 30px;
	width: 259px;
	color: #000000;
	border-radius:8px;
}

.blank_2{
	padding-left: 20px;
}

.course_3a{
	margin-top: 20px;
	background: #00bcbc;
    text-align:center;
    line-height: 30px;
	width: 136px;
	color: #FFFFFF;
	border-radius:6px;
}

.course_3b{
	margin-top: 16px;
	border: 3px solid #00bcbc;
	padding-left: 16px;
    line-height: 30px;
	width: 259px;
	color: #000000;
	border-radius:8px;
}

.blank_3{
	padding-left: 20px;
}

.course_3c{
	padding-top: 10px;
	width: 278px;
	font-size: 14px;
	line-height: 22px;
	color: #00bcbc;
	margin-bottom: 10px;
}



.course_4a{
	margin-top: 0px;
	background: #8165F4;
    text-align:center;
    line-height: 30px;
	width: 136px;
	color: #FFFFFF;
	border-radius:6px;
}
.course_4b{
	margin-top: 16px;
	border: 3px solid #8165F4;
	padding-left: 16px;
    line-height: 30px;
	width: 259px;
	color: #000000;
	border-radius:8px;
}

.blank_4{
	padding-left: 3px;
}

.course_4c{
	padding-top: 10px;
	width: 278px;
	font-size: 14px;
	line-height: 22px;
	color: #8165F4;
	margin-bottom: 0px;
}




.course_button{
	margin-left: 100px;
	font-size: 12px;
	font-weight: 500;
    width: 60px;
    padding: 4px 10px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 8px;
}


.radioflag{
	
	margin-top: 14px;
	text-align: center;
}
.radio{
	margin-bottom: -5px;
	width: 90px;
}

.flag{
	width: 135px;
}

.dance_people{
	margin-top: 840px;
	text-align: center;
	
}

.boy_1{
	width: 200px;
}

.girl{
	width: 200px;
	margin-right: 16px;
	margin-left: -20px;
}

.boy_2{
	width: 210px;
}











@media(max-width: 930px){
	
test {
float: none;
}	
/*ヘッダー*/
	.rogo{
		width: 180px;
		margin-left: -6px;
	}
	
	.close{
		display: initial;
		color: #fff;
	}
	
	.menu{
		display: none;
	}
	
	#hamburger{
		position: relative;
        display: block;
        width: 30px;
        height: 25px;
        margin: 0 60px 0 auto;
	}
	
	#hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #000000;
   transform: translateY(-50%);
   border-radius: 10px;
}
	
	#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #000000;
   border-radius: 10px;
}
	
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 70%;
   height: 2px;
   background-color: #000000;
   border-radius: 10px;
}
	
	.list_item,.list_item_text{
		color: #FFFFFF;
	}
	
	.list_item_text{
		color: #FFFFFF;
	}
	
	.menu {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}
	
   .menu ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}
	
.menu li {
	padding-top: 12px;
   font-size: 13px;
   font-weight: 600;
}
	
   .menu .close {
      position: relative;
      padding-left: 20px;
   }
   .menu .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .menu .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
	
.toggle {
   transform: translateY( 0 );
   opacity: 1;
}

.rogo {
   padding: 0 4%;
}	
	
	/*ヘッダー*/

/*メイン*/
	body{
		height: 2120px;
	}
	
	section{
		 display:flex;
     flex-direction: column;
	}
.loop_wrap {
  height: 120px;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}
	
.section{
	align-items: center;
}
	
	.profile{
		margin-top: 20px;
		width: 330px;
	}
	
	.title{
	font-size: 18px;
	margin-left: 8px;
	margin-bottom: -4px;
}

.photo{
	position:relative;
}

.instructor_photo{
	padding: 2px;
	width: 110px;
}

.box {
  top:12px;
  left: 12px;
  width: 110px;
  height: 110px;
  background-position: 0 0, 4px 4px;
  background-size    : 8px 8px;
}

.profile_text{
	padding-top: 16px;
	padding-left: 30px;
	color: #ff5076;
}
	
.position{
	display: none;
	order: 1;
}
.name{
	margin-top: -20px;
	margin-bottom: -2px;
	font-size: 20px;
}

.profile_maintext{
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 22px;
}	
	
	.hukidasi_png{
		width: 320px;
	}

.hukidasi{
	margin-top: -16px;
    left: 4px;
}

.hukidasi p{
	font-size: 13px;
	top: 40px;
	left: 30px;
	width: 260px;
	line-height: 20px;
}
	
.access{
	margin-top:10px;
}

.access_title{
	letter-spacing: 0.09em;
	font-size: 22px;
	width: 317px;
}

.access_text{
	width: 290px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 18px;
	line-height: 22px;
	font-size: 13px;
}

.studio_link{
	font-size: 10px;
	margin-left: 17px;
	margin-top: 92px;
    max-width: 280px;
    padding: 5px 6px;
}

.map{
	margin-top: 134px;
	margin-left: 22px;
	width: 286px;
	height: 160px;
}

.acccess_box{
	width: 325px;
	height: 312px;
	background-color: #FFFFFF;
	border: 2px solid;
	border-radius: 10px;
}

.box_shadow_2{
  top:16px;
  left: 16px;
  width: 325px;
  height: 312px;
  background-image   : radial-gradient(#00bcbc 30%, transparent 33%),
                       radial-gradient(#00bcbc 30%, transparent 33%);
  background-position: 0 0, 4px 4px;
  background-size    : 8px 8px;
  border-radius: 12px;
  position: absolute;
  z-index: 0;
}

	
.course{
	margin-top: 348px;
	margin-left: -332px;
}

.course_box{
	margin-top: 16px;
	width: 325px;
	height: 713px;
	border: 2px solid;
}

.box_shadow_3{
  top: 34px;
  left: 10px;
  width: 330px;
  height: 713px;
  background-image   : radial-gradient( #ff5076 30%, transparent 33%),
                       radial-gradient( #ff5076 30%, transparent 33%);
  background-position: 0 0, 4px 4px;
  background-size    : 8px 8px;
}
	
.course_title{
	font-size: 22px;
	margin-top: -1px	
}

.course_week{
	margin-left: 105px;
	margin-top: 22px;
	width: 50px;
}

.course_week_2{
	margin-top: 22px;
	margin-left: 3px;
	width: 50px;
	letter-spacing: -2px;
}

.circle{
	margin-left: -10px;
    width: 36px;
    height: 36px;
}

.course_text{
	padding-top: 70px;
	padding-left: 24px;
}

.course_1a{
}

.course_1b{
	margin-top: 10px;
	border: 2px solid #ffbb24;
}

.blank_1{
	padding-left: 45px;
}

.course_2a{
	margin-top:20px;
}

.course_2b{
	margin-top: 10px;
	border: 2px solid #ff5076;
}

.blank_2{
	padding-left: 30px;
}

.course_3a{
	margin-top: 20px;
}

.course_3b{
	margin-top: 10px;
	border: 2px solid #00bcbc;
}

.blank_3{
	padding-left: 30px;
}

.course_3c{}
	
	
	
	.course_4a{
	margin-top: 20px;
}

.course_4b{
	margin-top: 10px;
	border: 2px solid #8165F4;
}

.blank_4{
	padding-left: 2px;
}

.course_4c{}
	
	
	
	

.course_button{
	}
	
	.radioflag{
		margin-top: -16px;
	}	
	

.radio{
	margin-top: 10px;
	}
	
	
	
	.dance_people{
		margin-top: 770px;
	}
	
	.boy_1{
	width: 100px;
}

.girl{
	width: 100px;
	margin-right: 0px;
	margin-left: -22px;
}

.boy_2{
	width: 110px;
}

}