@charset "UTF-8";
/* CSS Document */
@import url(common.css);
@import url("sp.css"); 


/*reset*/
/*VARIABLES*/

.container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px;
  box-sizing: border-box;
}

.container > * {
  max-width: 100%;
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}