/* Rset Css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
embed {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
html {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
input,
button,
textarea,
select {
  font-family: source-han-sans-japanese, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
}
ol,
ul {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* base */
body {
  background: #fff;
  color: #333;
  font-size: 88%;
  font-family: source-han-sans-japanese, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", 繝｡繧､繝ｪ繧ｪ, Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 167%;

  -webkit-font-feature-settings: "palt";
  -ms-user-select: none;
}

/* lp_header */
.lp_header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.lp_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px 40px;
  max-width: 1050px;
  width: 100%;
}
.lp_header .inner .logo {
  display: inline-block;
  margin-right: 10px;
}
.lp_header .inner .logo img {
  width: 134px;
}

/* lp_footer */
.lp_footer {
  margin: 40px auto 0 auto;
  width: 100%;
  border-top: #dedede 1px solid;
  background: #fff;
}
.lp_footer .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  max-width: 1050px;
  width: 100%;
}
.lp_footer .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_footer .link li {
  position: relative;
  margin: 0 15px;
  color: #666;
  font-size: 14px;
  line-height: 1em;
}
.lp_footer .link li a {
  color: #06c;
  font-size: 12px;
}
.lp_footer .link li + li::before {
  position: absolute;
  left: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: #666;
  content: "";
}
.lp_footer .copy {
  font-size: 12px;
}

.lp_content_wrap .lp_content_wrap_inner {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 970px;
}

.lp_content_wrap .lp_content_wrap_inner .main_title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.8;
	border-bottom: 1px solid #cccccc;
}

.lp_content_wrap_inner .lead{
	font-size: 18px;
	text-align: right;
}

.lp_content_wrap_inner .main_sub_text{
	font-size: 24px;
	line-height: 1.4;
}

.lp_content_wrap_inner a{
	text-decoration: underline;
	color: #06c;
}

.lp_content_wrap .lp_content_wrap_inner .content_text{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content.company_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content.interview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content .content_item {
  flex: 0 1 303px;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content .content_item.movie_l {
  flex: 0 1 970px;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content .content_item:not(:nth-child(n+5)) {
  margin-bottom: 30px;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content .content_item .movie_item {
  position: relative;
  margin: 0 auto;
  max-width: 970px;
  max-height: 545px;
  width: 100%;
  text-align: left;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content .content_item .movie_item .jstream-eqPlayer {
  background-color: #fff !important;
}

.lp_content_wrap .lp_content_wrap_inner .movie_content.company_content .content_item:first-child{
	margin-right: 30px;
}

.lp-figureMovie {
    position: relative;
    width: 100%;
    max-width: 970px;
    max-height: 545px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    text-align: left;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt50{
	margin-top: 50px!important;
}

@media screen and (max-width: 925px) {
	.lp_content_wrap .lp_content_wrap_inner .movie_content.company_content {
  justify-content: space-around;
}
}

@media screen and (max-width: 768px) {
  /* lp_header */
  .lp_header .inner {
    padding: 15px;
  }
  .lp_header .inner .logo img {
    width: 100px;
  }

  /* lp_footer */
  .lp_footer {
    position: relative;
    bottom: 0;
  }
  .lp_footer .inner {
    flex-direction: column;
    text-align: center;
  }
  .lp_footer .link {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .lp_footer .link .copy {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .lp_footer .link .copy::before {
    display: none;
  }

  .lp_content_wrap .lp_content_wrap_inner {
    padding: 40px 20px;
  }

	.lp_content_wrap .lp_content_wrap_inner .movie_content,
	.lp_content_wrap .lp_content_wrap_inner .movie_content.company_content{
    /*justify-content: center;*/
		justify-content: space-around;
  }

  .lp_content_wrap .lp_content_wrap_inner .movie_content .content_item:nth-child(n+5):not(:last-child) {
    margin-bottom: 30px;
  }
	
	.set_flex{
		width: 303px;
		margin: 0 auto;
	}
	
	.lp_content_wrap .lp_content_wrap_inner .movie_content.company_content .content_item:first-child{
	margin-right: 0;
}
}