@charset "UTF-8";

/* --------------------------------
* css reset
* -------------------------------- */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{
  color:#000;background:#FFF;
  }
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
  pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
  margin:0;padding:0;
  }
  table{
  border-collapse:collapse;border-spacing:0;
  }
  fieldset,img{ border:0; }
  address,caption,cite,code,dfn,em,strong,th,var{
  font-style:normal;font-weight:normal;
  }
  li { list-style:none; } caption,th{ text-align:left; }
  h1,h2,h3,h4,h5,h6{
  font-size:100%;font-weight:normal;
  }
  q:before,q:after{ content:''; }
  abbr,acronym{ border:0;font-variant:normal; }
  sup{ vertical-align:text-top; }
  sub{ vertical-align:text-bottom; }
  input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
  input,textarea,select{ *font-size:100%; }
  legend{ color:#000; }

  a {
    text-decoration: none;
  }
  a:link {color:#03a3d2;} /*未訪問のリンクの色*/
a:visited {color:#03a3d2;} /*訪問済みのリンクの色*/
a:hover {color:#03a3d2;} /*カーソルが乗っているリンクの色*/
a:active {color:#03a3d2;} /*クリック中のリンクの色*/

img {
  width: 100%;
}

/* --------------------------------
* base
* -------------------------------- */
html {
  font-size: 16px;
  font-family: 'Roboto', 'arial', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  color: #252525;
}
body {
  text-align: center;
  letter-spacing: 1.5px;
  background-color: rgba(255, 255, 255, 0.1);
}
/* --------------------------------
* parts
* -------------------------------- */

.wrap {
  display: none;
}

.hedding {
  display:flex;
  max-width: 960px;
  justify-content: center;
  align-items:center;
  text-align:center;
  margin: 0 auto 120px;
}

.heading_b {
  font-size: 3rem;
  color: #000;
  font-weight: 100;
  letter-spacing: 0.3em;
}
.heading_w {
  font-size: 3rem;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.3em;
}
.frame {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
#loader img{
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
/* --------------------------------
* header
* -------------------------------- */
#header {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 64px 0;
  box-sizing: border-box;
}
.mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.top {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.news {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  background: rgba(102, 126, 133, 0.5);
  color: #fff;
  border-radius: 8px;
}
.site_title {
  display: block;
  margin-bottom: 40px;
  max-width: 100%;
}
.site_title img{
    width: 100%;
    height: auto;
    opacity: 1 !important;
}
.news_item {
  display: flex;
  align-items: center;
  padding: 32px 4px;
  border-top: 1px dashed #fff;
}

.news_item:first-child {
  border-top: none;
}

li.news_item span:first-child {
  padding-right: 16px;
  width: 5em;
}
/* --------------------------------
* movies
* -------------------------------- */
#movies {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 120px 16px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
}
.movies_title {
  font-size: 1.5em;
  font-weight: bold;
}
.detail_01 {
  margin-top: 24px;
  font-size: 1em;
}

.detail_02 {
  margin-top: 16px;
  font-size: 0.9em;
}

.detail_03 {
  margin-top: 24px;
  font-size: 1em;
  font-size: 0.9em;
}

.detail_02 ul li {
  border-bottom: 1px solid #252525;
  padding: 8px 0;
}

.detail_02 ul li:last-child {
  border-top: 0
}

.movies_list {
  display: inline-block;
  margin: 0 auto;
  max-width: 960px;
}

.movies_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 120px auto 0;
}

.movies_item:first-child {
  justify-content: center;
  margin: 0 auto;
}

.movies_img {
  display: block;
  width: 320px;
  margin-right: 32px;
}

.movies_info {
  width: calc(100% - 352px);
  text-align: left;
}

/* --------------------------------
* works
* -------------------------------- */
#works {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 120px 16px;
  box-sizing: border-box;
  background-color: rgba(102, 126, 133, 0.7);
  color: #fff;
}
.works_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
.works_item {
  display: block;
  width: calc(50% - 16px);
  margin-right: 32px;
}
.works_item:nth-child(n + 3) {
  margin-top: 64px;
}
.works_item:nth-child(even) {
  margin-right: 0;
}
.wrap-iframe {
  position: relative;
  width: 100%;
}
.wrap-iframe:before {
  content:"";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}
.wrap-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works_info_list {
  text-align: left;
}

.works_info_list li:nth-child(n + 2) {
  margin-top: 12px;
  padding: 0 4px 12px;
  border-bottom: 1px solid #fff;
}

.works_info_list li:nth-child(3) {
  font-weight: bold;
}

/* --------------------------------
* company
* -------------------------------- */
#company {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 120px 16px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.8);
}
.company_info_list {
  display: flex;
  justify-content: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
#company tr{
  text-align: left;
  border-bottom: 1px solid #252525;
}
#company td{
  padding: 32px 0;
  word-wrap: break-word;
}
#company .company_info_item td:nth-child(1) {
  width: 5em;
}
#company .company_info_item td:nth-child(2) {
  width: 1em;
  padding: 32px 16px;
}
/* --------------------------------
* member
* -------------------------------- */
#member {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 120px 16px;
  box-sizing: border-box;
  background: linear-gradient(to bottom,rgba(102, 126, 133, 0.7),rgba(102, 126, 133, 0.7) 90%,rgba(255, 255, 255, 0.1));
  color: #fff;
}
.member_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto 120px;
  text-align: left;
  box-sizing: border-box;
}
.member_list ul {
  display: flex;
  flex-wrap: wrap;
}
.member_list ul li {
  width: calc(50% - 8px);
  border-bottom: 1px solid #fff;
  padding: 32px 8px;
  box-sizing: border-box;
  text-align: left;
}
.member_list ul li:nth-child(odd) {
  margin-right: 16px;
}
.member_img {
  display: block;
  max-width: 320px;
  margin-right: 16px;
}
.member_info {
  display: inline-block;
  max-width: calc(100% - 336px);
  text-align: left;
}
.m_director_name_1 {
  font-size: 1.7em;
  margin-bottom: 16px;
}
.m_director_name_2 {
  font-size: 1.3em;
  margin-bottom: 16px;
}
.m_info {
  font-size: 1em;
}
/* --------------------------------
* footer
* -------------------------------- */
.footer {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0 64px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
/* --------------------------------
* media query　768px
* -------------------------------- */
@media (max-width: 768px) {

html {
  font-size: 13px;
}

.heading_b,.heading_w {
  font-size: 2.5rem;
}
.movies_img{
  width: 100%;
  margin-right: 0;
}
.movies_img img{
display: block;
width: 100%;
margin: 0 auto;
}
.movies_info {
  display: inline-block;
  width: 100%;
  margin: 30px auto;
  float: none;
  text-align: left;
}
.movies_title {
  font-size: 1.2em;
}
.detail_01 {
  margin-top: 16px;
  font-size: 1em;
}
.detail_02 {
  font-size: 1em;
}
.works_info {
  max-width: 300px;
  height: auto;
  margin: 0 auto 16px;
  font-size: 1em;
}
.works_list {
  margin: 0 auto 0;
}
.works_01 {
  float: none;
  padding: 0 15px 0;
}
/* member */
#member {
  background: linear-gradient(to bottom,rgba(102, 126, 133, 0.7),rgba(102, 126, 133, 0.7) 97%,rgba(255, 255, 255, 0.1));
}
.member_img {
  max-width: 100%;
  margin: 0 auto;
}
.member_list {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 56px;
}
.member_list ul li:nth-child(odd) {
  margin-right: 0;
}
.member_list ul li {
  width: 100%;
}
.member_info {
  float: none;
  width: 660px;
  margin: 30px 0 0;
  max-width: 100%;
}

}
/* --------------------------------
* media query　480px
* -------------------------------- */
@media (max-width: 480px) {


#movies, #works, #company, #member {
  padding: 64px 16px 120px;
}
  
.hedding {
  margin: 0 auto 64px;
}

.site_title {
  margin-bottom: 32px;
}

.movies_list {
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

/* news */
.news_item {
  display: block;
  padding: 16px 0;
}

.news_item span {
  display: block;
}

.news_item span:nth-child(2) {
  margin-top: 4px;
}

/* movies */

.movies_item {
  margin: 56px auto 0;
}

.detail_02 {
  margin-top: 8px;
}

.detail_03 {
  margin-top: 16px;
}

/* work */
.works_item {
  width: 100%;
  margin-right: 0;
}

.works_item:nth-child(n + 2) {
  margin-top: 64px;
}

}

.bg-video {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

video{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}

.pace-running .wrap {
  display:none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #5d7a84;
  color: #5d7a84;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #5d7a84, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

iframe {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
iframe.lazyloaded {
  opacity: 1;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}