/* CSS Document */
/*--------------------------------------------------------------------
  owner-inv
--------------------------------------------------------------------*/



html, body {
	height: 100%;
	margin: 0;
}
.item {
	margin: 0 0 30px;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 9em;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	color: #398fdf;
}
.item:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.item img {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 2%;
}
.movie_text {
	font-size: 16px;
}
.movie_heading {
	margin: 0 0 10px 42%;
	border-bottom: 2px solid #003894;
	font-size: 130%;
	font-weight: bold;
	color: #222;
}
.movie_desc {
	margin: 10px 0 2em;
	color: #666;
	font-size: 90%;
	line-height: 1.3;
}
.hash_text {
	position: absolute;
	bottom: 10px;
	margin-left: 41%;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 1000px) {
.movie_text {
	font-size: calc(16px - ((16 - 13) * (((1000px - 640px) - (100vw - 640px)) / (1000 - 640))));
}
}
@media screen and (max-width: 640px) {

.item img {
	margin-bottom: 1%;
}
.movie_heading {
	font-size: 110%;
}
.movie_text {
	font-size: 13px;
}
.hash_text {
	margin-left: 0;
}
}





.layer {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    z-index: 99999;
}
.video_box {
	position: absolute;
	max-width: 1200px;
    width: 90%;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video {
    width: 100%;
    max-height: 80vh;
}
.cross {
    position: absolute;
    cursor: pointer;
    font-size: 38px;
    font-weight: 600;
    top: -40px;
    right: 2px;
    color: #fff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}






/*--------------------------------------------------------------------
  movie（ホームから持ってきたエリア）
--------------------------------------------------------------------*/
.movie {
  margin-top: 20px;
}
.movie .inner {
  max-width: 880px;
  margin: 0 auto;
}
.movie .inner ul {
  width: 100%;
}
.movie .inner ul li {
  display: inline-block;
  width: 49%;
}
.movie .inner ul li .movieWrapper {
  position: relative;
  height: 0;
  padding: 0 0 56.24%;
  overflow: hidden;
  margin: 15px 0;
}
.movie .inner ul li .movieWrapper video {
  position: absolute;
  top: 1px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie .inner ul li:nth-of-type(1) {
  float: left;
}
.movie .inner ul li:nth-of-type(2) {
  float: right;
}
.movie .inner ul li:nth-of-type(2) div {
  padding: 25px 20px 20px;
}
.movie .inner ul li:nth-of-type(2) p {
  display: inline-block;
  width: 100%;
  float: right;
}

@media screen and (max-width: 768px) {
  .movie {
    margin-top: 0;
  }
  .movie .inner {
    padding: 0 10px;
    max-width: 880px;
    margin: 0 auto;
  }
  .movie .inner ul {
    width: 100%;
  }
  .movie .inner ul li {
    display: inline-block;
    width: 100%;
  }
  .movie .inner ul li:nth-of-type(1) {
    float: none;
  }
  .movie .inner ul li:nth-of-type(1) iframe {
    width: 100%;
    height: 248px;
  }
  .movie .inner ul li:nth-of-type(2) {
    float: none;
  }
  .movie .inner ul li:nth-of-type(2) h2 {
    padding: 25px 20px 20px;
  }
  .movie .inner ul li:nth-of-type(2) p {
    float: none;
  }
}

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