﻿/* ------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html, body {
  width: 100%;
}
html {
  font-size: 62.5%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
body {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Avenir Next', 'Avenir', 'Segoe UI', 'Verdana', 'Helvetica Neue', 'Helvetica', "Sawarabi Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
  color: #333;
}
body.fixed {
  position: fixed;
}
@media screen and (min-width:640px) {
  html {
    font-size: 100%;
  }
}
div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  font-size: 100%;
  font-size: 14px;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media screen and (min-width:640px) {
  div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 100%;
    font-size: 18px;
  }
}
ul {
  list-style-type: none;
}
a {
  cursor: pointer;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  color: #ff8691;
  font-weight: 600;
  text-decoration: underline;
}
a:hover, a:active {
  opacity: 0.9;
}
a.btn {
  background-color: rgba(135, 155, 173, 0.8);
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;
	touch-action: manipulation;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}
body {
  background-color: #FFFEF6;
}
img {
  max-width: 100%;
  height: auto;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
#wrap {
  max-width: 768px;
  min-width: 320px;
  min-height: 90vh;
  height: auto;
  margin: 0 auto;
  padding-top: 46px;
  background-color: #fff;
  overflow-x: hidden;
}
@media screen and (min-width:410px) {
  #wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width:640px) {
  #wrap {
    padding-top: 80px;
  }
}
#wrap.wrap_top {
  padding: 0 !important;
}
#contents {
  width: 100%;
  -webkit-transfrom: translate3d(0, 0, 0);
}
sup {
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
  margin: 15px auto;
  color: #888;
}
video {
  width: 100%;
  display: block;
}
.ad {
  width: 100%;
}


/* ---- header-new --------------------------------*/
.header {
  max-width: 768px;
  min-width: 320px;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 10;
  background-image: url(/image/site/a_bg_head.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: transparent;
  height: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header.white {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 3px 0 8px rgba(200, 200, 200, 0.3);
}
.header h1 {
  margin-left: 2%;
  padding: 0;
  font-size: 1rem;
  line-height: 0;
  text-align: left;
  padding: 0;
  width: 40%;
}
.header h1 a {
  display: inline-block;
}
.header h1 img {
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2%;
  margin-top: 2%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.header .menu {
  cursor: pointer;
  position: relative;
}
.header .header_right {
  width: 45%;
  margin-left: auto;
  margin-right: 8px;
  text-align: right;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .header_right p, .header .header_right a {
  display: inline-block;
}
.header .header_right img {
  display: block;
}
.header .header_right .header_menu, .header .header_right .header_close {
  position: absolute;
  right: 0;
  top: 0;
}
.header .header_right .header_close {
  display: none;
  z-index: 10;
}
.header .header_right .fav {
  margin-right: 5px;
}
.header .header_right_size {
  width: 20%;
}
.header .btn_regist {
  position: absolute;
  top: 0px;
  right: 3%;
  max-width: 70%;
  top: 45%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.header .btn_regist a {
  background-color: #ff8691;
  color: #fff;
  padding: 6px 14px;
  line-height: 100%;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 0 6px rgba(124, 116, 116, 0.5);
  display: inline-block;
}
.header .btn_regist a.btn_regist_login {
  background-color: #fff;
  color: #ff8691;
  margin-left: 6px;
}
@media screen and (min-width:640px) {
  .header .btn_regist a {
    font-size: 1.3rem
  }
  .header .btn_regist a.btn_regist_login {
    margin-left: 15px;
  }
}
.header_nav {
  width: 100%;
  max-width: 768px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.99);
  color: #333;
  font-weight: normal;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 9;
}


/*nav*/
.header_menu_waku {
  width: 100%;
  height: 100%;
  margin: 0 auto 2.8rem auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3rem;
}
.header_menu_waku::-webkit-scrollbar {
  width: 5px;
}
.header_menu_waku::-webkit-scrollbar-thumb {
  background-color: rgba(255, 205, 226, 0.50);
  border-radius: 3px;
}
.header_menu_waku::-webkit-scrollbar-track {
  background-color: transparent;
}
.header_menu_waku a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #4d4d4d;
}
.header_menu_waku .header_menu_main a.menu {
  padding: 0.5rem 5% 0.5rem 12%;
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #4d4d4d;
  font-weight: 600;
}
.header_menu_waku .header_menu_main a.menu:before {
  position: absolute;
  content: '';
  border-top: 2px solid #ff8691;
  top: 2rem;
  left: 0;
  width: 8%;
}
.header_menu_waku .header_menu_main {
  margin-bottom: 1.5rem;
}
.header_menu_waku .header_menu_main {
  margin: 2rem auto;
}
.header_menu_waku .header_menu_main a.menu.active,
.header_menu_waku .header_menu_main a.menu:hover,
.header_menu_waku .header_menu_main a.menu:active{
  color: #fff;
}
.header_menu_waku .header_menu_main a.menu.active span,
.header_menu_waku .header_menu_main a.menu:hover span,
.header_menu_waku .header_menu_main a.menu:active span{
  background-color:#ff8691;
  margin-left: -15%;
  padding: 2px 8px 2px 15%;
}



/*kirekara*/
.header_menu_instructor {
  width: 85%;
  margin: 2rem auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_menu_instructor li {
  width: 30%;
  margin-right: 5%;
}
.header_menu_instructor li a, .header_menu_instructor li img {
  display: block;
  width: 100%;
}
.header_menu_instructor li:last-child {
  margin-right: 0;
}



/* ------------------------ kirekara_common ---------------------------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.fade {
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -ms-transition: all 500ms;
}
.fadein {
  opacity: 1;
}
.more_btn {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding: 3rem 0;
}
.more_btn a {
  background-color: #f2abab;
  display: inline-block;
  width: 70%;
  padding: 1rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-indent: 2rem;
}
.more_btn a:after {
  content: '+';
  margin-left: 3rem;
}
.feature_bnr {
  width: 100%;
  margin: 3rem auto;
}
.feature_bnr img, .feature_bnr a {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.headline h3 {
  color: #808080;
  font-size: 1.8rem;
  width: 100%;
  margin: 3.5rem auto;
  letter-spacing: 0.5rem;
  text-indent: 0.5rem;
  text-align: center;
  font-weight: 600;
}
.headline h3 span {
  display: inline-block;
  border-bottom: 3px solid #f9ced4;
  padding-bottom: 1rem;
  margin: 0.5rem auto;
  position: relative;
}
.headline h3 span:before, .headline h3 span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.headline h3 span:before {
  border: solid 14px transparent;
  border-top: solid 14px #f9ced4;
}
.headline h3 span:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
.headline.margin h3 {
  margin: 4rem auto 2rem auto;
}
@media screen and (max-width:320px) {
  .headline h3 {
    font-size: 1.6rem;
  }
}

/*------ movie list ------*/
.movie_list {
  width: 100%;
  padding: 1% 5% 0 5%;
}
.movie_list li {
  background-color: #fff;
  width: 100%;
  margin: 2rem auto;
  box-shadow: 0 0px 8px rgba(219, 209, 209, 0.8);
  display: block;
  position:relative;
  padding-bottom:4.2rem;
}
.movie_list li a {
  display: block;
  text-decoration: none;
  color: #333;
}
.movie_list li a img {
  display: block;
  width:100%;
  height:auto;
}
.movie_list li a .desc {
  padding: 0.8rem 2.5% 1rem 2.5%;
}
.movie_list li a .desc p.title {
  font-size: 1.35rem;
  line-height: 160%;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.movie_list li a .desc .detail {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1rem;
  position:absolute;
  width:95%;
  margin:0 auto;
  bottom:0.7rem;
  left:2.5%;
}
.movie_list li a .desc .detail img {
  height:3.5rem;
  width:auto;
}
.movie_list li a .desc .detail .name {
  color: #b0b0b0;
  font-size: 1.3rem;
  margin: 0 2%;
}
.movie_list li a .desc .detail .level {
  margin-left: auto;
  background-color: #bbb;
  color: #fff;
  border-radius: 1.3rem;
  font-size: 1rem;
  padding: 0.2rem 4% 0.15rem 4%;
  line-height: 100%;
  min-width: 20%;
  text-align: center;
  letter-spacing: 0.08rem;
  text-indent: 0.08rem;
}
.movie_list li a .desc .detail .level.easy {
  background-color: #96dc9d;
}
.movie_list li a .desc .detail .level.normal {
  background-color: #ffc57e;
}
.movie_list li a .desc .detail .level.hard {
  background-color: #f17e86;
}

/*------ tieup list ------*/
.tieup_list {
  width: 100%;
  margin: 2rem auto;
}
.tieup_list li {
  width: 100%;
  margin-bottom: 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}
.tieup_list li a {
  display: block;
  width: 100%;
}
.tieup_list li video {
  width: 80%;
  margin: 3.5rem auto;
  display: inline-block !important;
}
.tieup_list li .check {
  position: absolute;
  bottom: -7rem;
  right: 0;
  width: 15rem;
  height: auto;
}
.tieup_list li:nth-child(1) {
  background-image: url(/image/site/a_tieup_bg1.jpg);
}
.tieup_list li:nth-child(2) {
  background-image: url(/image/site/a_tieup_bg2.jpg);
}
.tieup_list li:nth-child(3) {
  background-image: url(/image/site/a_tieup_bg3.jpg);
}
/*------ instructor_list ------*/
.instructor_list {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.instructor_list li {
  width: 33%;
  margin-right: 0.5%;
}
.instructor_list li a, .instructor_list li img {
  display: block;
  width: 100%;
}
.instructor_list.two li {
  width: 49.75%;
  margin-right: 0.5%;
}
.instructor_list li:last-child, .instructor_list.two li:last-child {
  margin-right: 0;
}
/*------ square_bnr ------*/
.square_bnr_list {
  width: 90%;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.square_bnr_list li {
  width: 47%;
  margin-right: 6%;
}
.square_bnr_list li:last-child {
  margin-right: 0;
}
.square_bnr_list li a {
  display: block;
}
.square_bnr_list li img {
  display: block;
  transition: all 0.4s;
}
.square_bnr_list li .popular {
  box-shadow: -8px 8px 0 #fff1eb;
}
.square_bnr_list li .biginner {
  box-shadow: -8px 8px 0 #e7f8ec;
}
.square_bnr_list li .popular:active img,
.square_bnr_list li .biginner:active img,
.square_bnr_list li .popular:hover img,
.square_bnr_list li .biginner:hover img{
  -moz-transform: translate(-5px, 5px);
  -webkit-transform: translate(-5px, 5px);
  -o-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}