@charset "utf-8";
html, body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #000000;
	line-height: 1.5;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	font-size: 14px;
}
a {
	text-decoration: underline;
	color: #000000;
}
#wrap {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 222px;
	position: relative;
	background-image: url(/images/header/header_bg.png);
}
#header .logo {
	position: absolute;
	left: 76px;
	top: 79px;
}
#header nav ul li {
	position: absolute;
}
#header nav ul .whats {
	top: 83px;
	left: 343px;
}
#header nav ul .works {
	top: 82px;
	left: 438px;
}
#header nav ul .staff {
	top: 79px;
	left: 515px;
}
#header nav ul .gallery {
    top: 80px;
    left: 595px;
    z-index: 1;
}
#header nav ul .profile {
	top: 87px;
	left: 674px;
}
#header nav ul .recruit {
	top: 97px;
	left: 763px;
}
#header nav ul .contact {
	top: 87px;
	left: 845px;
}
.load {
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	-ms-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
#top {
	border-radius: 5px;
	border: 4px solid #FFFFFF;
	/*-webkit-box-shadow: 5px 5px 10px 5px rgba(255,255,255,0.30);
	box-shadow: 5px 5px 10px 5px rgba(255,255,255,0.30);*/
	position: absolute;
	position: relative;
	width: 1000px;
	height: 560px;
	overflow: hidden;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
#top .base {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#top .pilot {
	position: absolute;
	bottom: -500px;
	left: 340px;
}
#top .eye {
	position: absolute;
	bottom: 289px;
	left: 567px;
}
#top .bill {
	position: absolute;
	bottom: -350px;
	left: 100px;
}
#top .earth {
	left: -80px;
	top: -80px;
	position: absolute;
	/* [disabled]width: 170px;
*/
}
#top .mobpilot {
	right: -300px;
	position: absolute;
	bottom: 110px;
}
#top .human {
	left: 450px;
	position: absolute;
	bottom: 97px;
}
#top .ufo {
	top: -60px;
	position: absolute;
	right: -80px;
}
#top .comet {
	top: -40px;
	position: absolute;
	left: -380px;
}
#top .rocket {
	position: absolute;
	left: -800px;
	bottom: -500px;
}
#top .star01 {
	top: 90px;
	position: absolute;
	left: 250px;
}
#top .star02 {
	top: 30px;
	position: absolute;
	right: 90px;
}
#top .star03 {
	top: 90px;
	position: absolute;
	left: 660px;
}
#top .star04 {
	top: 230px;
	position: absolute;
	left: 50px;
}
.main {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 50px;
	position: relative;
}
.title {
	text-align: center;
	margin-bottom: 40px;
}
.conts-box {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 880px;
	border-radius: 10px;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#whats {
	position: relative;
	color: #FFFFFF;
	padding-bottom: 30px;
}
#whats h1 {
	width: 500px;
	margin-top: 35px;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 0;
}
#whats .human {
	position: absolute;
	/* [disabled]top: 180px;
*/
	/* [disabled]left: 30px;
*/
	width: 350px;
}
#whats .bomb {
	position: absolute;
	top: -50px;
	right: 10px;
	width: 500px;
}
#whats .txt-box {
	position: absolute;
	top: 220px;
	width: 540px;
	right: 20px;
}
#whats .txt-box p {
	margin: 0 0 20px 0;
	line-height: 1.6;
	text-shadow: 0 0 2px #333;
}
.whats_conts {
	overflow: hidden;
	margin: 90px 0 0 0;
}
.whats_conts .whats_image {
	float: left;
	width: 400px;
	text-align: center;
}
.whats_conts .whats_image img {
	width: 250px;
	margin: 20px 0 0 0;
}
.whats_conts .txt-box {
	width: 600px;
	float: right;
}
.whats_conts .txt-box p {
	margin: 0 0 20px 0;
}
#works {
	color: #fff;
	padding-right: 0px;
}
#works #production {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 70px 0;
	padding-left: 30px;
	padding-right: 30px;
}
#works #production .works_box {
	width: 290px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	transition-property: all;
	transition: 0.3s linear;
	margin-bottom: 25px;
}
#works #production .works_box:hover {
	opacity: 0.7;
}
#works #production .works_box:first-child,
#works #production .works_box:nth-child(2){
	margin-right: 20px;
}
#works #production .works_box figure.photo {
	margin: 0 0 20px 0;
}
#works #production .works_box figure.photo img {
	width: 100%;
	border: 4px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#works #production .works_box .tv, #works #production .works_box .time {
	font-size: 12px;
}
#works #production .works_box .name {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 3px;
}
#works .note {
	text-align: center;
}
#works #dispatch {
	overflow: hidden;
	margin: 50px 0 30px 0;
	padding-left: 40px;
}
#works #dispatch .column {
	width: 50%;
	float: left;
}
#works #dispatch h2.tv {
	border: 1px solid #fff;
	display: inline-block;
	padding: 5px 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#works #dispatch .tv_box {
	margin: 0 0 50px 0;
}
#works #dispatch .tv_box ul li {
	margin: 0 0 5px 0;
}
#works #dispatch .tv_box ul li:before {
	content: '● ';
}
#staff .button {
	color: #fff;
}
#staff .button ul {
	text-align: center;
	height: 220px;
}
#staff .button:first-of-type {
	margin: 0 auto 40px auto;
}
#staff .button ul li {
	width: 134px;
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
#staff .button ul li:hover, #staff .button ul li.select {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#staff .button ul li.select {
	position: relative;
}
#staff .button ul li.select:after {
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -15px;
	left: 45%;
}
#staff .button ul li figure.icon {
	margin: 0 0 10px 0;
}
#staff .button ul li .part {
	font-size: 12px;
}
#staff .button ul li .name {
	font-size: 18px;
}
#staff .conts-box {
	overflow: hidden;
	padding: 50px;
	box-sizing: border-box;
	margin: 50px auto;
}
#staff .conts-box.hide {
	display: none;
}
#staff .conts-box h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
#staff .conts-box h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
#staff .conts-box .head {
	font-size: 16px
}
#staff .conts-box p {
	margin: 0 0 25px 0;
}
#staff .conts-box .txt {
	float: left;
	width: 450px;
}
#staff .conts-box figure.photo {
	width: 280px;
	float: right;
}
#staff .conts-box figure.photo img {
	margin-bottom: 30px;
	border-radius: 5px;
	display: block;
}
#profile .contact {
	width: 160px;
	position: absolute;
	top: -10px;
	right: 60px;
}
#profile .contact img {
	width: 100%;
}
#profile .conts-box .txt {
	text-align: center;
	margin-bottom: 20px;
}
#profile .conts-box .tbl {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}
#profile .conts-box .tbl dt, #profile .conts-box .tbl dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#profile .conts-box .tbl dt {
	width: 30%;
	text-align: right;
	position: relative;
	border-right: 1px solid #000000;
	padding-right: 50px;
}
#profile .conts-box .tbl dd {
	width: 70%;
	padding-left: 50px;
}
#contact .conts-box .txt {
	text-align: center;
	margin-bottom: 30px;
}
#contact .conts-box .tbl {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
}
#contact .conts-box .tbl dt, #contact .conts-box .tbl dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
}
#contact .conts-box .tbl dt {
	width: 30%;
	text-align: right;
	/* [disabled]position: relative;
*/
	/* [disabled]top: 8px;
*/
}
#contact .conts-box .tbl dd {
	width: 70%;
}
#recruit .head {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#recruit .photo {
	text-align: center;
	margin: 0 auto;
	width: 880px;
}
#recruit .photo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	border: 6px solid #FFFFFF;
	width: 100%;
}
#recruit .conts-box {
	position: relative;
	margin: 30px auto;
}
#recruit .conts-box .popup {
	position: absolute;
	top: 40px;
	right: 230px;
}
#recruit .conts-box .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#recruit .conts-box .ttl span {
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
#recruit .conts-box .lead {
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
#recruit .conts-box .conts {
	padding: 0 30px;
	margin-bottom: 30px;
}
#recruit .conts-box .conts p {
	margin-bottom: 20px;
}
#recruit .conts-box .tbl {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
#recruit .conts-box .tbl dt, #recruit .conts-box .tbl dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#recruit .conts-box .tbl dt {
	width: 30%;
	text-align: right;
	position: relative;
	border-right: 1px solid #000000;
	padding-right: 50px;
}
#recruit .conts-box .tbl dd {
	width: 70%;
	padding-left: 50px;
	padding-right: 20px;
}
#entry .conts-box .txt {
	text-align: center;
	margin-bottom: 20px;
}
#entry .conts-box .tbl {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
}
#entry .conts-box .tbl dt, #entry .conts-box .tbl dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
#entry .conts-box .tbl dt {
	width: 30%;
	text-align: right;
}
#entry .conts-box .tbl dd {
	width: 70%;
}
.input_txt {
	font-size: 16px;
	padding: 8px;
	border: 2px solid #000000;
	position: relative;
	top: -8px;
}
.input_txt.s {
	width: 150px;
}
.input_txt.m {
	width: 270px;
}
.input_txt.l {
	width: 550px;
}
.input_txt.tel {
	width: 90px;
}
.input_txt.area {
	width: 70%;
}
.submit-btn, .btn-top, .btn-entry {
	text-align: center;
}
.submit-btn .submit, .submit-btn .back, .btn-top a, .btn-entry a {
	background-color: #000000;
	padding-top: 0;
	width: 260px;
	line-height: 60px;
	font-weight: bold;
	color: #FFFFFF !important;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	display: inline-block;
	margin-bottom: 30px;
	background-image: url(/images/common/arrow_w.png);
	background-size: 26px auto;
	background-repeat: no-repeat;
	background-position: 90% center;
	-webkit-box-shadow: 4px 4px #CCCCCC;
	box-shadow: 4px 4px #CCCCCC;
	text-decoration: none;
}
.submit-btn .back {
	background-color: #666666;
	background-image: none;
}
.submit-btn .submit:hover, .submit-btn .back:hover, .btn-top a:hover, .btn-entry a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: 4px;
	left: 4px;
}
.error {
	color: #c70000;
	display: block;
}

/*gallery*/

#gallerybk {
	text-align: center;
}

#gallerybk h2 {
    border: 1px solid #fff;
    display: inline-block;
    padding: 5px 20px;
    font-weight: normal;
    margin: 20px 0;
	color: #fff;
}

.gallery_list {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.gallery_list li {
	width: 180px;
	margin: 0 10px 25px 10px;
}

.gallery_list li a {
	display: block;
	text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}

.gallery_list li a:hover {
	opacity: 0.7;
}

.gallery_list li .thumb {
	width: 100%;
	height: 120px;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 6px solid #FFFFFF;
	margin-bottom: 10px;
}

.gallery_list li .caption {
	font-size: 12px;
	color: #fff;
	text-align: left;
}

.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
    position: fixed;
    left: 0;
    top: 0 !important;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    height: 100%;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	border: 6px solid #FFFFFF;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images_20181124/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images_20181124/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images_20181124/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images_20181124/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.title_results {
    text-align: center;
    margin-bottom: 30px;
}
.title_results img {
    height: 46px;
}
.title_results_sub {
    margin-bottom: 20px;
}
.title_results_sub img {
    margin-bottom: 20px;
    height: 30px;
}