@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.7;
}

/*------------ 全体 ------------*/
html {
}
html>body {
  background-color: #000000;
  color: #FFF;
  word-break: break-all;
  font-size: 16px;
}
._hover{
	transition: opacity 0.3s linear;
	opacity: 1;
}
._hover:hover{
	opacity: 0.7;
}
*{
  box-sizing: border-box;
}
.font-arial{
  font-family: 'arial black',"Helvetica Neue" , Helvetica;
}
.anim-fadeUp {
    -webkit-transition: opacity .8s,-webkit-transform .8s;
    transition: opacity .8s,-webkit-transform .8s;
    transition: transform .8s,opacity .8s;
    transition: transform .8s,opacity .8s,-webkit-transform .8s;
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
.anim-fadeUp.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.anim-fade {
    transition: opacity .8s;
    opacity: 0;
}
.anim-fade.is-show {
    opacity: 1;
}

/*------------ WRAPPER ------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content-inner{
	width:1000px;
	margin:0 auto;
  position: relative;
}

/*------------ HEADER ------------*/


/*------------ NAVI ------------*/


/*------------ TOP ------------*/
#mv>.content-inner,
.flex-mv-li{
  height: 800px;
}
#mv>.content-inner{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#mv .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#mv .img-scroll{
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
#mv .img-scroll img{
	animation: scroll 2.5s ease-in-out infinite;
  position: relative;
}
@keyframes scroll {
  0% {
    top:0px;
  }
  
  50% {
    top:10px;	
  }

  100% {
    top:0px;	
  }
}
.flex-mv{
  display: flex;
}
.flex-mv-li{
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  background-attachment: fixed;
}
.flex-mv-li:nth-child(1){
  background-image: url("../images/img_mv01.jpg");
  /*background-position: right center;*/
  background-position: calc((100vw - 1920px) / 2) center;
}
.flex-mv-li:nth-child(2){
  background-image: url("../images/img_mv02.jpg");
  /*background-position: left center;*/
  background-position: 50vw center;
}
#about{
  padding: 160px 0;
}
.flex-about{
  display: flex;
}
.flex-about-li{
  width: 50%;
}
.flex-about-li:nth-child(1){
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.ttl-about{
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  padding: 20px;
  padding-right: 0;
  border-left: 1px solid #FFF;
}
.flex-about-li:nth-child(2){
  letter-spacing: .06em;
}
.bg-pic{
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-pic.pic01{
  background-image: url("../images/bg_pic01.jpg");
}
.bg-pic.pic02{
  background-image: url("../images/bg_pic02.jpg");
}
#profile{
  padding: 160px 0;
}
.flex-profile{
  display: flex;
}
.flex-profile-li:nth-child(1){
  padding: 0 90px;
}
.flex-profile-li:nth-child(2){
  padding: 0 20px 0 40px;
}
#profile .flex-profile:nth-child(even){
  flex-direction: row-reverse;
}
#profile .flex-profile:nth-child(n+2){
  margin-top: 70px;
}
.flex-profile-li .name-wrap{
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: flex;
  align-content: flex-end;
  align-items: baseline;
}
.flex-profile-li .name{
  font-size: 24px;
}
.flex-profile-li .name-jp{
  font-size: 16px;
  color: #a0a0a0;
  margin-left: 20px;
}
.flex-profile-li .body{
  font-size: 14px;
}
#biography{
  padding: 160px 0;
}
.ttl-biography{
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 130px;
}
.flex-biography{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-biography-li{
  width: calc((100% - (40px * 2)) / 3);
  margin-left: 40px;
}
.flex-biography-li:nth-child(3n+1){
  margin-left: 0;
}
.flex-biography-li:nth-child(n+4){
  margin-top: 40px;
}
.flex-biography-li .mov{
  padding-top: 56.25%;
  position: relative;
}
.flex-biography-li .mov iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/*------------ FOOTER ------------*/

footer{
  background: url("../images/bg_pic03.jpg") no-repeat center -1140px;
  background-size: 1920px auto;
  background-attachment: fixed;
}
.footer-inner{
  height: 480px;
  text-align: center;
  padding-top: 195px;
}
footer .logo{
}
footer .contact{
  margin-top: 35px;
}
footer .contact a{
  color: inherit;
  text-decoration: none;
}
footer .contact a:hover{
  text-decoration: underline;
}
address{
  margin-top: 120px;
  font-size: 12px;
}



@media (min-width:769px) {
  .sp{
    display:none !important;
  }
}
@media (max-width:768px) {
  .pc{
    display:none !important;
  }
  body{
    -webkit-text-size-adjust: 100%;
    overflow: auto;
  }
  img{
    max-width:100%;
    height:auto;
  }
  .content_inner{
    width:100%;
  }

/*------------ 全体 ------------*/
  html>body {
    font-size: 3.7vw;
  }

/*------------ WRAPPER ------------*/
  #wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content-inner{
    width:100%;
    padding: 0 6vw;
  }
/*------------ TOP ------------*/
  #mv>.content-inner{
    height: 100vh;
  }
  .flex-mv-li{
    height: 50vh;
  }
  #mv>.content-inner{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #mv .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 45vw;
  }
  #mv .img-scroll{
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 20vw;
  }
  #mv .img-scroll img{
    animation: scroll 2.5s ease-in-out infinite;
    position: relative;
  }
  .flex-mv{
    flex-direction: column;
  }
  .flex-mv-li{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: scroll;
  }
  .flex-mv-li:nth-child(1){
    background-position: center center;
  }
  .flex-mv-li:nth-child(2){
    background-position: center center;
  }
  #about{
    padding: 12vw 0;
  }
  .flex-about{
    flex-direction: column;
  }
  .flex-about-li{
    width: 100%;
  }
  .flex-about-li:nth-child(1){
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .ttl-about{
    font-size: 8vw;
    padding: 2vw 0 2vw 4vw;
  }
  .flex-about-li:nth-child(2){
    letter-spacing: .06em;
    margin-top: 6vw;
  }
  .bg-pic{
    height: 75vw;
    background-attachment: scroll;
  }
  #profile{
    padding: 12vw 0;
  }
  .flex-profile{
    display: flex;
    flex-direction: column;
  }
  .flex-profile-li:nth-child(1){
    padding: 0;
  }
  .flex-profile-li:nth-child(1) img{
    width: 100%;
  }
  .flex-profile-li:nth-child(2){
    padding: 0;
    margin-top: 6vw;
  }
  #profile .flex-profile:nth-child(even){
    flex-direction: column;
  }
  #profile .flex-profile:nth-child(n+2){
    margin-top: 12vw;
  }
  .flex-profile-li .name-wrap{
    margin-bottom: 4vw;
  }
  .flex-profile-li .name{
    font-size: 8vw;
  }
  .flex-profile-li .name-jp{
    font-size: 5vw;
    margin-left: 4vw;
  }
  .flex-profile-li .body{
    font-size: 3.6vw;
  }
  #biography{
    padding: 12vw 0;
  }
  .ttl-biography{
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .flex-biography{
    flex-direction: column;
  }
  .flex-biography-li{
    width: 100%;
    margin-left: 0;
  }
  .flex-biography-li:nth-child(3n+1){
    margin-left: 0;
  }
  .flex-biography-li:nth-child(n+2){
    margin-top: 6vw;
  }


/*------------ FOOTER ------------*/

  footer{
    background-position: center bottom;
    background-size: cover;
    background-attachment: scroll;
  }
  .footer-inner{
    height: 100vw;
    text-align: center;
    padding-top: 35vw;
  }
  footer .logo img{
    width: 50vw;
    display: inline-block;
  }
  footer .contact{
    margin-top: 2vw;
  }
  footer .contact a{
    color: inherit;
    text-decoration: none;
  }
  footer .contact a:hover{
    text-decoration: underline;
  }
  address{
    margin-top: 37vw;
    font-size: 3vw;
  }
}



