@charset "UTF-8";

/* CSS Document */
/* ==================================================
Youtube
================================================== */
/* Common */
#yt-wrap {
  position: relative;
}
#yt-player {
  outline: solid 1px #fff;
  position: relative;
}

/* DeskTop, NotePc */
@media print,screen and (min-width: 1024px) {
  .box-inner {
    padding-top: 50px;
  }
  #yt-wrap {
    width: 980px;
    padding-top: 555px;
  }
  #yt-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
/* SmartPhone */
@media screen and (max-width: 1023px) {
  #yt-wrap {
    width: 100%;
    padding-top: 56.25%;
  }
  #yt-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}