/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	PAGES
------------------------------------------------------------*/
#page {
  /*---------------
  	HEADER
  ---------------*/
  /*---------------
  	MAIN
  ---------------*/
  /*---------------
  	KV
  ---------------*/
  /*---------------
  	PROFILE
  ---------------*/
  /*---------------
  	PAGEBLOCK
  ---------------*/
  /*---------------
  	PAGEFOOTER
  ---------------*/
  /*---------------
  	LIVE
  ---------------*/
  /*---------------
  	LESSONS
  ---------------*/ }
  #page .header #burger {
    display: none; }
  #page .header #close {
    position: absolute;
    top: 40px;
    left: 50px; }
    @media screen and (max-width: 1800px) {
      #page .header #close {
        top: 2.08333vw;
        left: 2.60417vw; } }
    @media screen and (max-width: 751px) {
      #page .header #close {
        top: 4.66667vw;
        left: 4.66667vw; } }
    #page .header #close a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px; }
      @media screen and (max-width: 1800px) {
        #page .header #close a {
          width: 2.60417vw;
          height: 2.60417vw; } }
      @media screen and (max-width: 751px) {
        #page .header #close a {
          width: 6.66667vw;
          height: 6.66667vw; } }
      #page .header #close a span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 1px;
        background: #fff; }
        @media screen and (max-width: 1800px) {
          #page .header #close a span {
            width: 2.60417vw; } }
        @media screen and (max-width: 751px) {
          #page .header #close a span {
            width: 6.66667vw; } }
        #page .header #close a span:nth-child(1) {
          transform: translate(-50%, -50%) rotate(45deg); }
        #page .header #close a span:nth-child(2) {
          transform: translate(-50%, -50%) rotate(-45deg); }
  #page .main {
    background: #F0EDEC; }
  #page #kv {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100vh;
    background: #fff; }
    @media screen and (max-width: 751px) {
      #page #kv {
        padding: 1.33333vw; } }
    #page #kv .inner {
      position: relative;
      width: 100%;
      height: 100%; }
    #page #kv h1 {
      position: absolute;
      top: 40px;
      left: 145px;
      z-index: 11;
      width: 403px; }
      @media screen and (max-width: 1800px) {
        #page #kv h1 {
          top: 2.08333vw;
          left: 7.55208vw;
          width: 20.98958vw; } }
      @media screen and (max-width: 751px) {
        #page #kv h1 {
          display: none; } }
    #page #kv_txt {
      position: absolute;
      right: 110px;
      bottom: 0;
      width: 430px;
      padding: 0 0 60px;
      font-size: 22px;
      line-height: 1.81818;
      letter-spacing: 0.15em;
      color: #fff;
      overflow: hidden; }
      @media screen and (max-width: 1800px) {
        #page #kv_txt {
          right: 5.72917vw;
          padding: 0 0 3.125vw;
          width: 22.39583vw;
          font-size: 1.14583vw; } }
      @media screen and (max-width: 751px) {
        #page #kv_txt {
          right: auto;
          bottom: 19.33333vw;
          padding: 0 6.66667vw 0;
          width: auto;
          font-size: 4vw;
          line-height: 1.5; } }
      #page #kv_txt:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 0;
        width: 1px;
        height: 0%;
        background: #fff;
        transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1); }
        @media screen and (max-width: 751px) {
          #page #kv_txt:before {
            top: 0;
            left: -6.66667vw;
            width: 0vw;
            height: 1px; } }
      #page #kv_txt_inner {
        display: block;
        padding: 35px 35px 65px 35px;
        background: rgba(0, 0, 0, 0.5);
        transform: translateX(-100%);
        transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
        transition-delay: 500ms;
        overflow: hidden; }
        @media screen and (max-width: 1800px) {
          #page #kv_txt_inner {
            padding: 1.82292vw 1.82292vw 3.38542vw; } }
        @media screen and (max-width: 751px) {
          #page #kv_txt_inner {
            padding: 4vw 4vw 11.33333vw;
            transform: translateY(-100%); } }
        #page #kv_txt_inner span {
          display: inline-block;
          transform: translateX(-110%);
          transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
          transition-delay: 1000ms; }
          @media screen and (max-width: 751px) {
            #page #kv_txt_inner span {
              transform: translateY(-110%); } }
      #page #kv_txt.show #kv_txt_inner {
        transform: translateX(0%); }
        @media screen and (max-width: 751px) {
          #page #kv_txt.show #kv_txt_inner {
            transform: translateY(0%); } }
        #page #kv_txt.show #kv_txt_inner span {
          transform: translateX(0%); }
          @media screen and (max-width: 751px) {
            #page #kv_txt.show #kv_txt_inner span {
              transform: translateY(0%); } }
      #page #kv_txt.show:before {
        top: 0;
        height: 100%; }
        @media screen and (max-width: 751px) {
          #page #kv_txt.show:before {
            left: 0;
            width: 90.66667vw;
            height: 1px; } }
    #page #kv_scroll {
      position: absolute;
      left: 50%;
      bottom: 33px;
      z-index: 11;
      font-size: 25px;
      line-height: 1;
      text-align: center;
      color: #fff;
      transform: translate(-50%, 0); }
      @media screen and (max-width: 1800px) {
        #page #kv_scroll {
          bottom: 1.71875vw;
          font-size: 1.30208vw; } }
      @media screen and (max-width: 751px) {
        #page #kv_scroll {
          bottom: 4vw;
          font-size: 3.33333vw; } }
      #page #kv_scroll img {
        margin: 5px 0 0; }
        @media screen and (max-width: 1800px) {
          #page #kv_scroll img {
            width: 2.08333vw; } }
        @media screen and (max-width: 751px) {
          #page #kv_scroll img {
            margin: 0.66667vw auto 0;
            width: 5.33333vw; } }
  #page #profile {
    padding: 90px 0 0;
    color: #4C4D4D; }
    @media screen and (max-width: 751px) {
      #page #profile {
        padding: 8vw 6.66667vw 0; } }
    #page #profile .inner {
      margin: 0 auto;
      max-width: 1400px; }
      @media screen and (max-width: 1800px) {
        #page #profile .inner {
          margin: 0 10.41667vw;
          max-width: 100%; } }
      @media screen and (max-width: 751px) {
        #page #profile .inner {
          margin: 0;
          max-width: 100%; } }
    #page #profile dl {
      position: relative;
      display: flex;
      align-items: center;
      padding: 20px 0; }
      @media screen and (max-width: 1800px) {
        #page #profile dl {
          padding: 1.04167vw 0; } }
      @media screen and (max-width: 751px) {
        #page #profile dl {
          display: block;
          padding: 4vw 0 12vw; } }
      #page #profile dl:before, #page #profile dl:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #707070; }
      #page #profile dl:before {
        top: 0; }
      #page #profile dl:after {
        bottom: 0; }
      #page #profile dl dt {
        width: 31.07143%; }
        @media screen and (max-width: 751px) {
          #page #profile dl dt {
            width: 100%; } }
        #page #profile dl dt span {
          display: block; }
        #page #profile dl dt .label {
          font-size: 20px;
          line-height: 1;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 1800px) {
            #page #profile dl dt .label {
              font-size: 1.04167vw;
              line-height: 1; } }
          @media screen and (max-width: 751px) {
            #page #profile dl dt .label {
              font-size: 4vw;
              line-height: 1;
              letter-spacing: 0.05em; } }
        #page #profile dl dt .name {
          padding: 10px 0 0;
          font-size: 32px;
          line-height: 1.3125;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 1800px) {
            #page #profile dl dt .name {
              padding: 0.52083vw 0 0;
              font-size: 1.66667vw; } }
          @media screen and (max-width: 751px) {
            #page #profile dl dt .name {
              padding: 2.66667vw 0 0;
              font-size: 4.66667vw;
              line-height: 1;
              letter-spacing: 0.05em; } }
      #page #profile dl dd {
        position: relative;
        padding: 0 0 0 40px;
        width: 68.92857%;
        font-size: 22px;
        line-height: 1.81818;
        letter-spacing: 0.05em;
        text-align: justify; }
        @media screen and (max-width: 1800px) {
          #page #profile dl dd {
            padding: 0 0 0 2.08333vw;
            font-size: 1.14583vw; } }
        @media screen and (max-width: 751px) {
          #page #profile dl dd {
            padding: 4.66667vw 0 0;
            width: 100%;
            font-size: 4vw;
            line-height: 1.66667;
            letter-spacing: 0.05em; } }
        #page #profile dl dd:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background: #707070; }
          @media screen and (max-width: 751px) {
            #page #profile dl dd:after {
              display: none; } }
    #page #profile p {
      padding: 90px 0 0;
      font-size: 28px;
      line-height: 2.14286;
      letter-spacing: 0.05em;
      font-weight: 500;
      text-align: justify; }
      @media screen and (max-width: 1800px) {
        #page #profile p {
          padding: 4.6875vw 0 0;
          font-size: 1.45833vw; } }
      @media screen and (max-width: 751px) {
        #page #profile p {
          padding: 10.66667vw 0 0;
          font-size: 4vw;
          line-height: 1.83333;
          letter-spacing: 0.05em;
          font-weight: 400; } }
      #page #profile p.dialogue {
        color: #7B7B7B; }
    #page #profile p + p {
      padding: 60px 0 0; }
      @media screen and (max-width: 1800px) {
        #page #profile p + p {
          padding: 3.125vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page #profile p + p {
          padding: 8vw 0 0; } }
    #page #profile figure {
      display: block;
      padding: 100px 0 0;
      width: 100%; }
      @media screen and (max-width: 1800px) {
        #page #profile figure {
          padding: 5.20833vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page #profile figure {
          padding: 10.66667vw 0 0; } }
      #page #profile figure img {
        width: 100%; }
  #page .pageblock {
    margin: 0 auto;
    padding: 100px 0 0;
    color: #2E2E2E; }
    @media screen and (max-width: 1800px) {
      #page .pageblock {
        padding: 5.20833vw 0 0; } }
    @media screen and (max-width: 751px) {
      #page .pageblock {
        padding: 10.66667vw 0 0; } }
    #page .pageblock .inner {
      position: relative;
      margin: 0 auto;
      max-width: 1400px; }
      @media screen and (max-width: 1800px) {
        #page .pageblock .inner {
          margin: 0 10.41667vw;
          max-width: 100%; } }
      @media screen and (max-width: 751px) {
        #page .pageblock .inner {
          margin: 0 6.66667vw;
          max-width: 100%; } }
      #page .pageblock .inner:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 250px;
        height: 1px;
        background: #707070;
        transform: translateX(-50%); }
        @media screen and (max-width: 1800px) {
          #page .pageblock .inner:before {
            width: 13.02083vw; } }
        @media screen and (max-width: 751px) {
          #page .pageblock .inner:before {
            width: 24.66667vw; } }
    #page .pageblock h2 {
      padding: 100px 0 0;
      font-size: 40px;
      line-height: 1.5;
      letter-spacing: 0.05em;
      font-weight: 700; }
      @media screen and (max-width: 1800px) {
        #page .pageblock h2 {
          padding: 5.20833vw 0 0;
          font-size: 2.08333vw; } }
      @media screen and (max-width: 751px) {
        #page .pageblock h2 {
          padding: 10.66667vw 0 0;
          font-size: 4.66667vw;
          line-height: 1.57143;
          letter-spacing: 0.07em; } }
    #page .pageblock p {
      padding: 60px 0 0;
      font-size: 28px;
      line-height: 2.14286;
      letter-spacing: 0.05em;
      text-align: justify; }
      @media screen and (max-width: 1800px) {
        #page .pageblock p {
          padding: 3.125vw 0 0;
          font-size: 1.45833vw; } }
      @media screen and (max-width: 751px) {
        #page .pageblock p {
          padding: 8vw 0 0;
          font-size: 4vw;
          line-height: 1.83333;
          letter-spacing: 0.05em; } }
      #page .pageblock p .dialogue, #page .pageblock p.dialogue {
        color: #7B7B7B; }
    #page .pageblock h2 + p {
      padding: 35px 0 0; }
      @media screen and (max-width: 1800px) {
        #page .pageblock h2 + p {
          padding: 1.82292vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page .pageblock h2 + p {
          padding: 4.66667vw 0 0; } }
    #page .pageblock figure + p {
      padding: 100px 0 0; }
      @media screen and (max-width: 1800px) {
        #page .pageblock figure + p {
          padding: 5.20833vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page .pageblock figure + p {
          padding: 10.66667vw 0 0; } }
    #page .pageblock figure {
      display: block;
      padding: 100px 0 0;
      width: 100%; }
      @media screen and (max-width: 1800px) {
        #page .pageblock figure {
          padding: 5.20833vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page .pageblock figure {
          padding: 10.66667vw 0 0; } }
      #page .pageblock figure img {
        width: 100%; }
    #page .pageblock .txtlist {
      padding: 60px 0 0; }
      @media screen and (max-width: 1800px) {
        #page .pageblock .txtlist {
          padding: 3.125vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page .pageblock .txtlist {
          padding: 8vw 0 0; } }
      #page .pageblock .txtlist li {
        font-size: 28px;
        line-height: 2.14286;
        letter-spacing: 0.05em;
        text-align: justify; }
        @media screen and (max-width: 1800px) {
          #page .pageblock .txtlist li {
            font-size: 1.45833vw; } }
        @media screen and (max-width: 751px) {
          #page .pageblock .txtlist li {
            font-size: 4vw;
            line-height: 1.83333;
            letter-spacing: 0.05em; } }
        #page .pageblock .txtlist li span {
          display: inline-block;
          width: 1em; }
    #page .pageblock .attention {
      padding: 100px 0 0;
      font-size: 20px;
      line-height: 1.77778; }
      @media screen and (max-width: 1800px) {
        #page .pageblock .attention {
          padding: 5.20833vw 0 0;
          font-size: 1.04167vw; } }
      @media screen and (max-width: 751px) {
        #page .pageblock .attention {
          padding: 10.66667vw 0 0;
          font-size: 3.73333vw;
          line-height: 1.42857; } }
      #page .pageblock .attention li {
        padding: 1em 0 0; }
        #page .pageblock .attention li:first-child {
          padding: 0; }
    #page .pageblock .attention + figure {
      padding: 100px 0 0; }
      @media screen and (max-width: 1800px) {
        #page .pageblock .attention + figure {
          padding: 5.20833vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page .pageblock .attention + figure {
          padding: 10.66667vw 0 0; } }
  #page .pagefooter {
    position: relative;
    margin: 0 auto;
    max-width: 1400px; }
    @media screen and (max-width: 1800px) {
      #page .pagefooter {
        margin: 0 10.41667vw;
        max-width: 100%; } }
    @media screen and (max-width: 751px) {
      #page .pagefooter {
        margin: 0 auto;
        max-width: 100%; } }
    #page .pagefooter .photo_copyright {
      padding: 30px 0 0;
      font-size: 22px;
      line-height: 1.81818;
      letter-spacing: 0.05em;
      text-align: left; }
      @media screen and (max-width: 1800px) {
        #page .pagefooter .photo_copyright {
          padding: 1.5625vw 0 0;
          font-size: 1.14583vw; } }
      @media screen and (max-width: 751px) {
        #page .pagefooter .photo_copyright {
          padding: 2.66667vw 6.66667vw 0;
          font-size: 3.46667vw;
          line-height: 1.34615;
          letter-spacing: 0.05em; } }
    #page .pagefooter .backtop {
      padding: 90px 0 0;
      text-align: center; }
      @media screen and (max-width: 1800px) {
        #page .pagefooter .backtop {
          padding: 4.6875vw 0 0; } }
      @media screen and (max-width: 751px) {
        #page .pagefooter .backtop {
          padding: 13.33333vw 0 0; } }
      #page .pagefooter .backtop a {
        position: relative;
        display: inline-block;
        padding: 0 0 20px;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 1800px) {
          #page .pagefooter .backtop a {
            padding: 0 0 1.04167vw;
            font-size: 1.04167vw; } }
        @media screen and (max-width: 751px) {
          #page .pagefooter .backtop a {
            padding: 0 0 2vw;
            font-size: 3.46667vw;
            line-height: 1;
            letter-spacing: 0.1em; } }
        #page .pagefooter .backtop a:before, #page .pagefooter .backtop a:after {
          content: '';
          display: block;
          position: absolute; }
        #page .pagefooter .backtop a:before {
          bottom: 0.5px;
          left: -10%;
          width: 1px;
          height: 15px;
          background: #707070;
          transform-origin: bottom;
          transform: rotate(55deg);
          transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
          @media screen and (max-width: 1800px) {
            #page .pagefooter .backtop a:before {
              height: 0.78125vw; } }
          @media screen and (max-width: 751px) {
            #page .pagefooter .backtop a:before {
              width: 0.26667vw;
              height: 2.66667vw; } }
        #page .pagefooter .backtop a:after {
          right: 0;
          bottom: 0;
          width: 110%;
          height: 1px;
          background: #707070;
          transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
          @media screen and (max-width: 751px) {
            #page .pagefooter .backtop a:after {
              width: 110%;
              height: 0.26667vw; } }
        .pc #page .pagefooter .backtop a:hover:before {
          transform: translateX(-30px) rotate(55deg); }
        .pc #page .pagefooter .backtop a:hover:after {
          transform: translateX(-30px); }
  #page #live1 #kv .inner {
    background: url("../img/live/1/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live1 #kv .inner {
        background: url("../img/live/1/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live2 #kv .inner {
    background: url("../img/live/2/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live2 #kv .inner {
        background: url("../img/live/2/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live3 #kv .inner {
    background: url("../img/live/3/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live3 #kv .inner {
        background: url("../img/live/3/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live4 #kv .inner {
    background: url("../img/live/4/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live4 #kv .inner {
        background: url("../img/live/4/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live5 #kv .inner {
    background: url("../img/live/5/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live5 #kv .inner {
        background: url("../img/live/5/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live6 #kv .inner {
    background: url("../img/live/6/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live6 #kv .inner {
        background: url("../img/live/6/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live7 #kv .inner {
    background: url("../img/live/7/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live7 #kv .inner {
        background: url("../img/live/7/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live8 #kv .inner {
    background: url("../img/live/8/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live8 #kv .inner {
        background: url("../img/live/8/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live9 #kv .inner {
    background: url("../img/live/9/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live9 #kv .inner {
        background: url("../img/live/9/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live10 #kv .inner {
    background: url("../img/live/10/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live10 #kv .inner {
        background: url("../img/live/10/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live11 #kv .inner {
    background: url("../img/live/11/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live11 #kv .inner {
        background: url("../img/live/11/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #live12 #kv .inner {
    background: url("../img/live/12/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #live12 #kv .inner {
        background: url("../img/live/12/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #lessons1 #kv .inner {
    background: url("../img/lessons/1/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #lessons1 #kv .inner {
        background: url("../img/lessons/1/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #lessons2 #kv .inner {
    background: url("../img/lessons/2/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #lessons2 #kv .inner {
        background: url("../img/lessons/2/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #lessons3 #kv .inner {
    background: url("../img/lessons/3/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #lessons3 #kv .inner {
        background: url("../img/lessons/3/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #lessons4 #kv .inner {
    background: url("../img/lessons/4/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #lessons4 #kv .inner {
        background: url("../img/lessons/4/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #lessons5 #kv .inner {
    background: url("../img/lessons/5/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #lessons5 #kv .inner {
        background: url("../img/lessons/5/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }
  #page #lessons6 #kv .inner {
    background: url("../img/lessons/6/kv.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 751px) {
      #page #lessons6 #kv .inner {
        background: url("../img/lessons/6/sp_kv.jpg") center center no-repeat;
        background-size: cover; } }

/*# sourceMappingURL=pages.css.map */
