@charset "utf-8";

/**
 * style.css
 */

body {
  width: 100%;
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

h1 {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

h2 {
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  height: 16px;
}

section {
  min-width: 320px;
  margin: 0 0 10px;
  opacity: 0;
  transition: 1.20s;
}

section.visible {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 10px;
  }
}

/*
 * header.
 */

header {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 20;
  display: none;
  opacity: 0;
}

header div {
  width: 36px;
  height: 36px;
}

header div a img {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 960px) {
  header {
    display: block;
  }
}

/*
 * for_top
 */

div.for_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 50;
  display: none;
  width: 36px;
  height: 36px;
}

div.for_top a img {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 640px) {
  div.for_top {
    z-index: 19;
  }
}

/*
 * nav
 */

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 120px;
  height: 100%;
  padding: 20px 20px 0;
  background-color: #c8c8c8;
}

nav .logo img {
  width: 96px;
  height: 36px;
}

nav .logo {
  padding: 12px 0 0;
  text-align: center;
}

nav ul {
  padding: 40px 0 0;
}

nav ul li {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

nav ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

nav ul li a:hover {
  color: #88aaca;
}

nav .sns {
  padding: 40px 0 0;
  text-align: center;
}

nav .sns a {
  margin: 0 8px;
}

nav .sns a img {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 960px) {
  nav {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: inherit;
    padding: 0;
    background-color: #fff;
  }

  nav .logo {
    height: 36px;
    padding: 10px;
    line-height: 36px;
    text-align: left;
    border-bottom: 1px solid #999;
  }

  nav ul {
    padding: 0;
  }

  nav ul li {
    height: 36px;
    padding: 0 10px;
    line-height: 36px;
    text-align: left;
    border-bottom: 1px solid #999;
  }

  nav ul li a {
    display: block;
  }

  nav .sns {
    padding: 0;
  }

  nav .sns a {
    display: block;
    height: 16px;
    padding: 8px 10px;
    margin: 0;
    line-height: 16px;
    text-align: left;
    border-bottom: 1px solid #999;
  }
}

/*
 * article
 */

article {
  padding: 0 0 0 160px;
  margin: 0 0 20px;
}

@media screen and (max-width: 960px) {
  article {
    padding: 0;
  }
}

/*
 * footer
 */

footer {
  background-color: #000;
  padding: 20px 0;
  margin: 50px 0 0;
  z-index: 20;
  position: relative;
}

footer .sns {
  text-align: center;
}

footer .sns a {
  color: #fff;
}

footer .sns a img {
  width: 16px;
  height: 16px;
}

footer .copyright {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  footer .copyright {
    font-size: 9px;
  }
}

/*
 * section#top
 */
#top .scroll-box {
	/* opacity: 0; */
	position: absolute;
	bottom: 0;
	right: 50px;
	transform: translate(-50%, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  z-index: 2;
}

#top .scroll-box::after {
	content: '';
	position: absolute;
	top: 122px;
	transform: translateX(0px);
	display: block;
	width: 1px;
	height: 170px;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
	#top .scroll-box::after {
		height: 50px;
    top: 14px;
	}
}

#top .scroll-box p {
	color: #fff;
	letter-spacing: 1em;
	transform: translate(4px, -20px);
	writing-mode: vertical-rl;
}
@media screen and (max-width: 767.9px) {
	#top .scroll-box p {
		transform: translate(6px, -20px);
    writing-mode: unset;
	}
}

#top .scroll-bar {
	display: inline-block;
	width: 1px;
	height: 170px;
	background-color: transparent;
	transform: translateX(0);
	overflow: hidden;
}
/* @media screen and (max-width: 767.9px) {
	#top .scroll-bar {
		transform: translateX(0.6px);
	}
} */

#top .scroll-bar span {
	display: inline-block;
	width: 1px;
	height: 170px;
	background-color: #fff;
	animation: scroll 3s ease-in infinite;
}

@keyframes scroll {
	0% {
		transform-origin: top;
		transform: scale(1, 0);
	}
	50% {
		transform-origin: top;
		transform: scale(1, 1);
	}
	50.1% {
		transform-origin: bottom;
		transform: scale(1, 1);
	}
	100% {
		transform-origin: bottom;
		transform: scale(1, 0);
	}
}
#top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: normal;
  justify-content: center;
  height: auto;
  max-height: 100%;
}

#top .box {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 0 0 0px;
    overflow: hidden;
    text-align: center;
    left: -160px;
    margin-right: -160px;
}

video.bg-video {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.video-guard {
    background: transparent;
}
#top .box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; 
}
#top .box img.logo {
  width: 196px;
  height: 350px;
}

#top .box .feed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 350px;
  height: 0;
  padding: 350px 0 0;
  background-color: #fff;
}

#top .box .feed img {
  width: 168px;
}
#top .text{
  opacity: 0;
  position: relative;
  padding-top: 50px;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  #top .box {
    margin-bottom: 60px;
    left: unset;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  #top .text{
    font-size: 13px;
  }
  #top .scroll-box{
    left: 50%;
    bottom: 0;
  }
  #top .box video {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -1px;
    margin-bottom: -5px;
  }
  #top .scroll-bar{
    height: 50px;
  }
  #top .scroll-bar span{
    height: 50px;
  }
}
#top .screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

#top .screen .logo {
  width: 100%;
}

#top .screen .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

#top .screen .sc_sp {
  display: none;
}

#top .caption {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  padding: 15px;
  opacity: 0;
  transition: 1.20s;
}

#top .caption p {
  position: relative;
  z-index: 10;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Open Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#top .caption .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
}

@media screen and (max-width: 1280px) {
  #top .caption {
    padding: 12px;
  }

  #top .caption p {
    position: relative;
    z-index: 10;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 960px) {
  #top .caption {
    top: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 640px) {
  #top {
    min-width: 320px;
    max-width: 480px;
    margin: 0 auto;
  }

  #top .screen .logo {
    min-width: 320px;
    max-width: 480px;
    object-fit: inherit;
    margin: 10px auto 0;
  }

  #top .screen .caption_sp {
    font-size: 11px;
    letter-spacing: 1.1px;
    line-height: 21px;
    font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Open Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    justify-content: center;
    padding: 0 0 30px;
  }

  #top .screen .img {
    min-width: 320px;
    max-width: 480px;
    height: auto;
    object-fit: inherit;
    margin: 0 auto;
  }

  #top .screen .sc_pc {
    display: none;
  }

  #top .screen .sc_sp {
    display: block;
  }

  #top .caption {
    display: none;
  }
}

/*
 * section#works
 */

#works {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: inherit;
  margin: 20% 0 0;
}

#works h2 {
  padding: 10px 0 0 10px;
}

#works .wrap {
  min-width: 300px;
  margin: 0 auto;
}

#works .wrap .scroll ul {
  float: left;
  min-width: 300px;
  max-width: 780px;
}

#works .wrap .scroll ul li {
  position: relative;
  float: left;
  height: 150px;
  margin: 0 0 10px;
  overflow: hidden;
  opacity: 0;
  transition: 1.25s;
}

#works .wrap .scroll ul li.visible {
  opacity: 1;
}

#works .wrap .scroll ul li a div.hover_filter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 150px;
  background-color: #000;
  opacity: 0;
}

#works .wrap .scroll ul li a div.hover_text {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 150px;
  padding: 48px 0 0;
  margin: 8px 0 0;
  opacity: 0;
}

#works .wrap .scroll ul li a div.hover_text p {
  height: 15px;
  margin: 5px 0 0;
  font-size: 9px;
  line-height: 15px;
  color: #fff;
  text-align: center;
}

#works .wrap .scroll ul li a div.hover_text p.one {
  margin: 13px 0 0;
}

#works .wrap .scroll ul li a img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

#works .wrap .nav a {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  margin: 5px 20px 0 0;
  background-color: #999;
  border-radius: 12px;
}

#works .wrap .nav a.active {
  background-color: #88aaca;
}

#works .caption {
  font-size: 0;
}

#works .caption a {
  position: relative;
  display: inline-block;
  padding: 5px 26px 5px 10px;
  margin: 0 0 0 10px;
  font-size: 0;
  line-height: 0;
  background-color: #fff100;
  color: #000;
}

#works .caption a span{
  font-size: 10px;
  line-height: 16px;
}

#works .caption a img{
  position: absolute;
  top: 4px;
  right: 8px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 640px) {
  #works {
    margin: 20% 0 10px;
  }

  #works h2 {
    padding: 10px 0 0 5px;
  }

  #works .caption a {
      margin: 0 0 0 5px;
  }
}

/*
 * section#vision
 */

#vision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20% 0 0;
  align-items: center;
  justify-content: center;
}

#vision .box{
  width: 80%;
}

#vision div {
  width: 100%;
}

#vision .screen .img {
  width: 100%;
}

#vision .screen .sc_sp {
  display: none;
}

#vision h2 {
  padding: 10px 0 0;
  text-align: center;
}
#vision .text{
  text-align: center;
  margin-bottom: 60px;
}
#vision .text p{
    font-family: MetricWeb, sans-serif;
    display: inline-block;
    background: #fef102;
    font-size: 35px;
    font-weight: bold;
    color: #221816;
}
#vision .sp_text{
  margin-right: -5px;
}
#vision .sp_br{
  display: block;
}
@media screen and (max-width:1215px) {
  #vision .text p{
    margin-bottom: 15px;
  }
  #vision .sp_br{
    display: none;
  }
}
@media screen and (max-width:1015px) {
  #vision .text p{
    font-size: 18px;
  }
  #vision .text p:first-child{
    margin-right: -5px;
  }
}
@media screen and (max-width: 960px) {
  #vision .box{
    width: 96%;
  }  

  #vision div h3 {
    font-size: 13px;
  }

  #vision .screen .sc_pc {
    display: none;
  }
  
  #vision .screen .sc_sp {
    display: block;
  }
  
}

@media screen and (max-width: 640px) {
  #vision {
    margin: 0;
  }
  #vision .text p{
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
  }
  #vision .text p:first-child{
    margin-right: 0px;
  }
  #vision .sp_text{
    margin-right: 0px;
  }
  #vision .sp_br{
    display: none;
  }
}

/*
 * section#company
 */

#company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20% 0 0 0;
  align-items: center;
  justify-content: center;
}

#company h2 {
  padding-top: 10px;
}

#company .box {
  width: 90%;
  padding: 0 5px;
}

#company .box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Open Sans', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#company .box .wrap .list {
  width: 48%;
  margin: 0 2% 0 0;
}

#company .box .wrap .list h3 {
  padding: 0 10px 10px 0;
  font-size: 13px;
  font-weight: 600;
}

#company .box .wrap .list dl dt {
  float: left;
  width: 20%;
  padding: 0;
  font-size: 11px;
  line-height: 24px;
  text-align: justify;
}

#company .box .wrap .list dl dd {
  float: left;
  width: 70%;
  padding: 0 0 0 10px;
  font-size: 11px;
  line-height: 24px;
}

#company .box .wrap .list dl {
  padding: 10px 0 0;
}

@media screen and (max-width: 640px) {
  #company {
    height: inherit;
    max-height: inherit;
  }
  #company .box .wrap {
    display: block;
  }
  #company .box .wrap .list {
    width: 100%;
  }
  #company .box .wrap .list h3 {
    padding: 0 0 5px;
  }
  #company .box .wrap .list dl {
    padding: 0 0 32px;
  }
  #company .box .wrap .list dl dt {
    float: inherit;
    width: 100%;
    padding: 5px 0 0;
    font-weight: 600;
  }
  #company .box .wrap .list dl dd {
    float: inherit;
    width: 100%;
    padding: 5px 0 10px;
  }
  #company .box .wrap .list:nth-child(3) {
    padding: 10px 0 0;
    border-top: 1px solid #999;
    border-left: 0;
  }
}

/*
 * section#map
 */

#access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 20% 0 0 0;
}

#access h2 {
  padding: 10px 0 0;
}

#access .box {
  width: 100%;
  height: 90%;
  max-height: 540px;
  margin: 0 auto;
}

#access .box #google_map {
  width: 100%;
  height: 90%;
  max-height: 540px;
}

#access .box p {
  padding: 8px 0 0;
  font-size: 10px;
  line-height: 15px;
  color: #000;
}

@media screen and (max-width: 640px) {
  #access h2 {
    padding: 10px 0 0 1%;
  }
}

/*
 * popup
 */

.gallery {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: none;
  width: 100%;
  height: 100%;
}

.gallery .view_title {
  margin: 48px 0 0;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.gallery .view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.gallery .view .main {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 800px;
  height: 70%;
  min-height: 350px;
  margin: 12px auto 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.gallery .thumb {
  text-align: center;
}

.gallery .thumb a {
  display: inline-block;
  width: 100px;
  height: 60px;
  margin: 0 5px;
  overflow: hidden;
}

.gallery .thumb a img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

.gallery .close {
  position: absolute;
  top: 0;
  right: -46px;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
}

.gallery .close img {
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 960px) {
  .gallery .close {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .gallery .thumb a {
    width: 80px;
    height: 40px;
  }

  .gallery .thumb a img {
    width: 80px;
    height: 40px;
  }

  .gallery .next {
    right: 2%;
  }

  .gallery .prev {
    left: 2%;
  }
}

@media screen and (max-width: 400px) {
  .gallery .thumb a {
    width: 60px;
  }

  .gallery .thumb a img {
    width: 60px;
  }
}

.filter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #1a1d21;
}
