@charset "UTF-8";

@media print, screen and (min-width: 768px) {

  .index__content #key2 {
    display: none;
  }

  .index__content #movekey {
    width: 100%;
    overflow: hidden;
    margin: 0 0 100px 0;
    position: relative;
  }

  .index__content #movekey div.move_container {
    width: 100%;
    height: auto;
    margin: -58px auto -68px auto;
    z-index: -1;
  }

  .index__content #movekey div.move_container div.move_inner {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  .index__content #movekey div.move_container div.move_inner iframe#youtube {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

}




@media print, screen and (max-width: 767px) {

/* *********************
  .index__content #movekey {
    display: none;
  }
******************* */



  .index__content #key2 {
    display: none;
  }

  .index__content #movekey {
    width: 100%;
    overflow: hidden;
    margin: 75px 0 25px 0;
    position: relative;
  }

  .index__content #movekey div.move_container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: -1;
  }

  .index__content #movekey div.move_container div.move_inner {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }

  .index__content #movekey div.move_container div.move_inner iframe#youtube {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }



}