@charset "utf-8";
/* CSS Document */
html{scroll-behavior: smooth;}

@font-face{
	font-family:JapanSans70 Regular;
	src:url(../fonts/JapanSans70.otf);
}

/*@font-face{
	font-family:Yu Gothib Regular;
	src:url(../fonts/yugothic.ttf);
}

@font-face{
	font-family:Yu Gothib Bold;
	src:url(../fonts/yugothib.ttf);
}
*/

ul,ol{margin:0px; padding:0px;}
ul li{ list-style-type:none}
body{font-family:"lorimer-no-2-condensed";  font-size:15px;  color:#fff;  line-height:normal; padding:0px; margin:0px;}

img{width:100%}
*{box-sizing: border-box; position:relative}

section{padding:150px 20px 50px; overflow:hidden}



h1,h2,h3,h4,h5,h6{margin:0px; position:relative}

h1{font-size:150px; text-transform:uppercase}

h2{font-family:"baucher-gothic-urw"; font-size:145px; letter-spacing:3px; text-transform:uppercase; }

h2.title-black-right{text-align:right; color:#000000; background-image:url('../images/h2-title-black-right.png'); background-repeat:no-repeat; background-position: bottom right;  }
h2.title-black-right:before{width:100%; height:3px; position:absolute; content:''; background-color:#000; left:-100%; bottom:18px;}

h2.title-white-right{text-align:right; color:#fff; background-image:url('../images/h2-title-white-right.png'); background-repeat:no-repeat; background-position: bottom right;  }
h2.title-white-right:before{width:100%; height:3px; position:absolute; content:''; background-color:#fff; left:-100%; bottom:18px;}

h2.title-white-left{background-image:url('../images/h2-title-white-left.png'); background-repeat:no-repeat; background-position: bottom left;}
h2.title-white-left:before{width:100%; height:3px; position:absolute; content:''; background-color:#fff; right:-100%; bottom:18px;}

h2.title-black-left{background-image:url('../images/h2-title-white-left.png'); background-repeat:no-repeat; background-position: bottom left;}
h2.title-black-left:before{width:100%; height:3px; position:absolute; content:''; background-color:#fff; right:-100%; bottom:18px;}

h3{font-size:44px; text-transform:uppercase; padding-bottom: 5px;}
h3:before{ position:absolute; width:100%; height:2px; content:''; background-color:#666666; bottom:0px;}

.left-side-title,.right-side-title{position:absolute; top:32px; color:#666666; font-size:16px; font-family:font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; text-align:center; font-weight: bold;}
.left-side-title:before,.right-side-title:before{width:2px; height:90px; position:absolute; content:''; background-color:#666666; top:-100px; left:48%;}
.left-side-title{left:0px;}
.right-side-title{right:0px;}
.left-side-title span,.right-side-title span{display:block; line-height: 1.2;}

.section-title{text-align:center; margin-top:-92px;}
.section-title.contact-icon{padding-top: 25px; background-image:url('../images/msg-bg.png'); background-repeat: no-repeat; background-position: center top; z-index:1;}
.sub-title{text-align:center; color:#666666; font-size: 16px; font-family:font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-weight: bold; margin-top: -10px; z-index:1}

.fontjapnese70{font-family:JapanSans70 Regular;}
.fontyugothic{font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

header{padding:20px;}
header .header-line{width:2px; background-color: #333333; height:150px; content:''; bottom:-20px; left:0px;  position:absolute; overflow:hidden}
header .header-line:before{width:3px; height:55px; background-color: #fff;content:''; bottom:0px; left:-1px;  position:absolute;animation: scrolldown 1.5s ease-in-out 0s infinite normal;}


@keyframes scrolldown {
  0% {
    top: -40px;
    height: 35px;
  }
  65% {
    top: 100%;
    opacity: 0;
    height: 75px;
  }
  67% {
    top: -40px;
    opacity: 0;
    height: 0px;
  }
  100% {
    top: -40px;
    opacity: 1;
    height: 35px;
  }
}

header{background-color:#000}
header .banner-area{height:100vh; display:flex; align-items:center; position:relative}
header .banner-area .banner-img{ text-align:right; width:100%;}
header .banner-area .banner-img img{max-width:75%}

header .banner-area .banner-title{ position:absolute; height:100%; left:0px; top:0px; display:flex; align-items: center}

/* header animation start */

.home header{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: transparent

}

header.-visible:before {
  transform: translate(0, 0);
}

header:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  content: '';
}

.banner-title span, .banner-img span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
  margin-top: 18px;
}



.banner-title span {
  transform: translate(0, 30px);
  font-size: 48px;
  transition-delay: 1s;
}

.banner-img span {
  transform: translate(0, 40px);
  font-size: 20px;
  transition-delay: 0.25s;
}


header.-visible .banner-title span, header.-visible .banner-img span{
  opacity: 1;
  transform: translate(0, 0);
}

/* header animation end */

.outer-container{max-width:1400px; margin:0px auto; position:relative; padding:0px 15px;}
.container{padding-left:50px; padding-right:50px; width:100%;}

.logo{position:fixed; left:20px; top:20px; z-index:1}

.logo img{max-width:149px; transition: .5s opacity}
.logo:hover img{ opacity:.6}
.navigation{position:fixed; right:20px; top:20px; text-align:right; font-family:"baucher-gothic-urw"; z-index:1;}
.navigation .hash img{ max-width:22px}
.navigation li{margin-bottom:5px; list-style-type:none}
.navigation a{color:#fff; font-size:36px; text-transform:uppercase; text-decoration:none; transition: .5s color, .5s padding }
.navigation a:hover{color:#746f69; padding-right:10px}



.breadcrumbs{
  display: flex;
  justify-content: flex-end;
}
.breadcrumbs a{
  text-decoration: none;
  color: #fff;
  position: relative;
  margin-left:10px;
  padding-left:25px;
}
.breadcrumbs a:before{
  width:15px; 
  height:1px; 
  position:absolute; 
  content:''; 
  background-color:#fff; 
  left:0px; 
  top:7px;
}
.breadcrumbs a:hover span{
  opacity: .5;
  transition: .1s;
}
.breadcrumbs span img{height: 30px; width: auto; margin-top: -3px;}
.breadcrumbs li:first-child a::before{display: none;}
.breadcrumbs li:last-child a:hover span{opacity: 1; cursor: default;}

ul.social-media li{ list-style-type:none; display:inline-block; margin-right:7px;}
ul.social-media li img{width:auto; transition: .5s opacity}
ul.social-media li img:hover{opacity:.6}
.creators-block ul.social-media li a img.niconicoicon,
ul.social-media li a img.niconicoicon{width: 60%;}

.works{background-image:url('../images/works-bg.jpg');}

.works-content{margin:60px 0px;}
.works-content.scroll{max-height:1000px; overflow-y:scroll; overflow-x: hidden; padding-right:15px;margin-top: 30px;}
.works-block{background-color:#000; padding:15px; height:100%;}
.works-block .attribute{font-size:18px; color:#666666; letter-spacing:0.03em; text-transform: uppercase}
.works-block .attribute-title-text{border-bottom:1px #333333 solid; padding-bottom:5px; /*padding-left:15px;*/ font-size:28px; letter-spacing: 0.02em; display:flex; gap:0 13px; align-items: baseline; flex-wrap: wrap;}
.works-block .attribute-title-text.fontjapnese70{font-size:23px}
.works-block .attribute-title-text .artist{font-size:0.67em; color: #888; display: inline-block;}
.works-block .attribute-title-text .artist.fontjapnese70{font-size:15px;}
/*.works-block .attribute-title-text .artist.br{margin-left: 0; display: block;}
@media(min-width:990px){
  .works-block .attribute-title-text .artist.br_pc{margin-left: 0; display: block;}
}*/

.works-block-header .attribute{
  background-color: #fff;
  display: inline-block;
  padding: 2px 10px 1px;
  line-height: 1;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  margin-left: -15px;
}


.works-block-content{padding-top:10px}

.works-block .attribute-text{letter-spacing: 0.02em; padding-left:15px; font-size:21px; margin-bottom:10px}
.works-block .attribute-property{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-size:10px; background-color:#666666; display:table; padding:1px 5px; margin-left:10px; letter-spacing: 0.05em;}
.works-block .attribute-text.fontjapnese70{ font-size: 18px; }
.works-block .attribute-text span.fontjapnese70{ font-size: 14px; margin-left: -5px;}

.w-item{
    opacity: 1;
    transition: .5s;
}
.w-item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0!important;
}
.list-btn{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: auto;
}
.list-btn span{
    color: #fff;
    font-size: 35px;
    font-family: "lorimer-no-2-condensed";
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.list-btn span:hover{

}
.list-btn.is-btn-hidden{
  display:none;
}


.pagination ul{margin:50px auto 0px;}
.pagination ul li img{ width:22px; vertical-align: 0;}
.pagination ul li{ display: inline-block;}
.pagination ul li a{padding:0px 7px; color:#fff; font-size:35px; font-family:"baucher-gothic-urw"; text-decoration:none}

.pagination ul li a:hover, .pagination ul li.active a{opacity: .3; }

.creators{background-color:#000000}
.creators.c_page{padding-left: 0; padding-right: 0;}

.creators h2{color:#000; text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }
.creators .creators-content{margin:60px 0px; background-color: #333; padding:65px 75px;}
.home .creators .creators-content{ background-color: transparent; padding:0px;}

.creators .creators-block{background-color:#333333; padding:15px; height:100%; padding-bottom:40px;}

.creators .creators-block .attribute-property{position:relative; padding-bottom:12px; margin-bottom:10px; font-size:20px}
.creators .creators-block .attribute-property:before{width:30px; height:1px; background-color:#666666; position:absolute; content:''; bottom:0px; transition:.5s width}

.creators .creators-block:hover .attribute-property:before{width:100%}

.creators .creators-block .attribute-title-text{border-bottom:1px #333333 solid; padding-bottom:5px; font-size:30px;}
.subcopy{font-size:0.67em; margin-left: -10px;}

.creators .creators-block .attribute-title-text.fontjapnese70{font-size:20px}
.creators .creators-block .attribute-text ul li{ list-style-type:none; display:inline-block; margin-right:7px;}
.creators .creators-block .attribute-text ul li img{width:auto;}

.creators-details{padding:30px 0px;}
.creators-details .attribute-property{font-size:27px; padding-left:20px}
.creators-details .profile-details{line-height:normal; font-size:14px; padding-left:20px}
.creators-details .attribute-text{padding-left:20px}
.creators-details .profile-img{width: 300px;max-width: 100%;}

.creators-attribute{ font-size:20px; color:#666666; text-transform:uppercase; margin-top:10px; margin-bottom:5px}
.creators-name{ font-size:60px; padding-bottom:5px; padding-left:18px}
.creators-name:before{position: absolute; width: 100%; height: 2px; content: ''; background-color: #666666; bottom: 0px; left:0px}
.creators-name.fontjapnese70{font-size: 45px;}

.youtube { width: 100%; aspect-ratio: 16 / 9; max-width: 650px;}
/*.youtube iframe { width: 100%; height: 100%;}*/

.licence-store{background-image:url('../images/works-bg.jpg');}
.licence-store .licence-store-content{margin:60px 0px;}
.licence-store .licence-store-content .comingsoon{font-size:50px}


.company{background-color:#000;}
.company .company-content{margin:60px 0px;}
.company h2{color:#000;text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;}
.company .company-content .company-content-block-title{font-size:35px; margin-bottom:20px}
.company .company-content .company-content-block{margin-bottom:75px}
.company .company-content .attribute{font-size:32px; color:#666666; letter-spacing:2px; text-transform: uppercase}


.location-attribute{font-size:20px; color:#666666; margin-bottom:5px;}
.location-attribute-text{font-size:18px; font-family:JapanSans70 Regular; margin-bottom:20px; padding-left:25px;}

.home .contact{background-image:url('../images/works-bg.jpg');}
.home .contact .contact-content{ background-image:none; padding:0px; margin:60px 0px;}
.contact-content{background-image:url('../images/works-bg.jpg'); display:table; padding:170px 100px 100px; margin-top:-96px}


.contact{background-color:#000}
.contact-form{padding:40px 0px 0px;}
.contact label{font-family:font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-weight: bold; font-size:18px;height: 100%; display: flex; align-items: center;}
input[type=text], input[type=email], input[type=tel],.contact .select,.contact .select-wrap label{height:70px; background-color:#666666; border:0px; width:100%; color: #fff; padding:0px 0px 0px 30px; font-weight:  normal; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-size:18px; -webkit-border-radius:0; -webkit-appearance:none;}
input[type=submit]{height:70px; background-color:#000; border:0px; width:100%; color: #fff; font-size:35px; font-family:"lorimer-no-2-condensed"; -webkit-border-radius:0; -webkit-appearance:none; font-weight: normal;}
textarea{background-color:#666666; border:0px; width:100%; min-height:200px; padding:20px 30px; font-family:font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; font-size:18px; color: #fff; -webkit-border-radius:0; -webkit-appearance:none;}
.contact .form-group{margin-bottom:30px}
.contact #submit:hover{
  opacity: .8;
  transition: .2s;
  cursor: pointer;
}
.contact label.max-h-70{
  max-height: 70px;
}

.contact-result{
  text-align: center;
  margin-top: 30px;
}




/* .google-map-overlay{position:relative; }
.google-map-overlay:before{position:absolute; width:100%; height:100%; background-color:rgba(0,0,0,.4); content:''; top:0px; left:0px; z-index:1} */

/*select{
   -webkit-appearance: none;
  -moz-appearance: none;
  background-image:url('../images/select-arrow.png'); background-position:right 20px center; background-repeat:no-repeat
}

 select.hide-select {
     display: none;
}*/
.contact .select-wrap label,.contact .select{
  margin-bottom: 0;
  cursor: pointer;
}
.contact .select-wrap{
  display: none;
  position: absolute;
  z-index: 100;
  width: calc(100% - 30px);
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 30%);
}
.contact .select-wrap input{
  opacity: 0;
  position: absolute;
}
.custom-select{
  background-image: none;
     /*background-image:url('../images/select-arrow.png'); background-position:right 20px center;*/
     /*background-repeat:no-repeat;*/
	 /*background-size:20px 20px;*/
     background-color: #666666;
     color: #fff;
	 line-height:70px;
	 height:70px;
	 padding:0px 0px 0px 30px;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
	 border:0px;
	 border-radius:0px;
   position: relative;
   z-index: 10; 
}
.select-open::after{
    content: '';
    background-size: 100%;
    background-image: url(../images/select-arrow.png);
    width: 22px;
    height: 18px;
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    bottom: 0;
    transition: .3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
     z-index: 30;
}
.select-open.active::after{
  transform: rotate(90deg);
}


 .select-options {
     display: block;
     position: absolute;
     top: 0px;
     right: 0;
     left: 0;
     z-index: 1;
     margin: 0;
     padding: 0;
     list-style: none;
     background-color: #666666;
     display:none;
  	 border-radius:3px;
}

 .select-options li {
     color: #fff;
     margin: 0;
	  line-height:70px;
     padding: 0px 0px 0px 30px;
    -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
     -webkit-transition: all 0.15s ease-in;
     transition: all 0.15s ease-in;
     z-index: -1;
     position: relative;
}
/*.select-options li:first-child{
  background-image:url('../images/select-arrow-active.png'); 
  background-position:right 20px center; 
  background-repeat:no-repeat;
	background-size:auto auto; background-color:transparent
}*/

 /*.select-options li:hover {
     background: #636161;
}*/





 .select-options li[rel="hide"] {
     display: none;
}


:placeholder {
  color: #ccc;
}


/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #333;

}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #333;

}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #fff;

}


footer{ background-color:#000; text-align:center; padding:50px 0px 30px}

footer .logo{position:relative; left:auto; top:auto; z-index:1}

.googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.btn-view-more, .btn-all-creators{transition: .5s background-position; padding-bottom:5px; color:#fff; font-size:35px; display:table;  text-transform:uppercase; font-family:"baucher-gothic-urw"; letter-spacing: 2px; padding-bottom:6px }
.btn-view-more:hover, .btn-all-creators:hover{color:#fff; text-decoration:none;}

.btn-view-more:before, .btn-all-creators:before{position:absolute; content:''; height:20px; bottom:0px; transition: .5s}

.btn-all-creators{padding-left:35px; width:160px;}
.btn-all-creators:before{left:0px; background-image:url('../images/btn-all-creators.png'); background-position:bottom left; width:160px;}
.btn-all-creators:hover:before{left:-15px; width:175px;}

.btn-view-more{padding-right:35px; text-align:right; width:142px;}
.btn-view-more:before{background-image:url('../images/btn-view-more.png'); right:0px; background-position:bottom right;  width:142px;}
.btn-view-more:hover:before{right: -15px; width:157px;}
.creators-block a{text-decoration: none; color: #fff;}



@media(min-width:768px)
{
  .pc{display: block;}
	.navigation ul{ display:block !important}
	.works-block{padding-bottom:40px;}
	.works-content.scroll{margin-left: 30px; margin-right: 30px;}
}


@media(max-width:767px)
{
  .pc{display: none;}
	.navigation ul{display:none;}
	header .banner-area .banner-title{padding-right:120px}
	.creators .creators-content{padding:30px;}
	.contact-content{padding: 130px 30px 30px}
  .c_page .creators-content{ padding: 30px 3.5%; }

  .btn-all-creators{margin-left: 3.5%;}
  .breadcrumbs{margin-right: 3.5%; margin-top: 50px;}
  .creators-details .profile-img{margin: 0 auto;}
}

@media(max-width:575px)
{ 
		.container{ padding-left:0px; padding-right:0px;}
		.contact-content{margin-top: -78px; }

		h2{font-size:110px;}


		h2.title-black-right{margin-right:25px; background-image: url(../images/h2-title-black-right-mobile.png);}
		h2.title-white-right{margin-right:25px; background-image: url(../images/h2-title-white-right-mobile.png);}
		h2.title-white-left{margin-left:25px; background-image: url(../images/h2-title-white-left-mobile.png);}

		h2.title-black-right:before, h2.title-white-left:before, h2.title-white-right:before{bottom: 13px;}

		.left-side-title, .right-side-title{top:25px}
		header .banner-area .banner-img img{max-width:none; width:100%}
		.company-details{padding-top:20px}

		.works-block.active .works-block-header::after{
      /*background-image:url('../images/select-arrow-active.png');*/
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }


		.works-block-header{  background-position:right top; background-repeat: no-repeat; padding-top:10px}
    .works-block-header::after{
      content: '';
      background-size: 100%;
      background-image:url('../images/select-arrow.png');
      width: 22px;
      height: 18px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
		.works-block-content{display:none;}
		.works-block.active .works-block-content{display:block}
		.location-attribute-text{padding-left:10px;}
}

@media(max-width:480px)
{
	.left-side-title, .right-side-title{top:15px}

	/*.pagination ul li a{padding:0px 5px; font-size:30px;}*/

	h2{font-size:80px;}

	.contact-content{margin-top: -58px; padding: 100px 30px 30px}

  .googlemap-bw iframe {
    height: 199px;
  }
  .creators-name{font-size: 50px;}
}
