html,
body {
  height: 100%;
}

.firstView {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  width: 100%;
  height: calc(100% - 50px);
}
.firstView .logo {
  position: absolute;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.firstView .logo-inner {
  display: table-cell;
  vertical-align: middle;
}
.firstView .logo-header {
  overflow: hidden;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .firstView .logo-header {
	width: 385px;
	height: 378px;
	background-image: url("../img/logo-white.svg");
  }
}
@media (min-width: 768px) {
  .firstView .logo-header {
	width: 700px;
	height: 700px;
	background-image: url("../img/logo-white.svg");
  }
}
.firstView .logo-copy {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .firstView .logo-copy {
    margin-top: 28px;
    width: 213px;
    height: 158px;
    background-image: url("../img/logo-copy-mobile.svg");
  }
}
@media (min-width: 768px) {
  .firstView .logo-copy {
    margin-top: 39px;
    width: 408px;
    height: 93px;
    background-image: url("../img/logo-copy-desktop.svg");
  }
}
.firstView .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 1s linear, opacity 1s linear;
  transition: visibility 1s linear, opacity 1s linear;
}
.firstView .slide.stanby {
  visibility: hidden;
  opacity: 0;
}
.firstView .slide_item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.firstView .slick-track,
.firstView .slick-list {
  height: 100%;
}
.firstView .slick-dots {
  bottom: 19px;
  height: 8x;
  line-height: 0;
}
.firstView .slick-dots li {
  margin: 0 4px;
  width: 5px;
  height: 5px;
}
.firstView .slick-dots li button {
  padding: 4px;
  width: 5px;
  height: 5px;
}
.firstView .slick-dots li button::before {
  display: block;
  margin: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  opacity: 1;
}
.firstView .slick-dots li.slick-active button::before {
  background-color: #ccc;
  opacity: 1;
}

.works {
  margin-top: 64px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
.works-list {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
}
.works-list img {
  width: 135px;
  height:135px;
}
}
@media (min-width: 768px) {
.works-list {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 2px;
  padding-left: 2px;
}
}


@media (max-width: 767px) {
.works-item {
  margin: 4px;
  width: 135px;
  height: 135px;
  background-color: #aaa;
}
}
@media (min-width: 768px) {
.works-item {
  margin: 2px;
  width: 150px;
  height: 150px;
  background-color: #aaa;
}
}
.pageTop .content .section.cinfo .section-inner .movie {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}
.pageTop .content .section.cinfo .section-inner .movie h3 {
	font-weight: normal;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 50px;
	padding-bottom: 10px;
}
@media (min-width: 768px) {
.videobox{
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
}
@media (max-width: 767px) {
.videobox{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
