@charset "utf-8";
/* CSS Document */

/* section layout
-------------------------------------------*/
.section {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #bcbcbc;
}

/* content
-------------------------------------------*/
.content-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}


/* video content layout
-------------------------------------------*/
.main > .contents {
  border: none;
}
.content-video {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: white;
}
.content-video > video {
  width: 100%;
}
