@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&Open+Sans:wght@600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
html body {
  margin: 0;
  background: #fff;
  color: #3b3b3b;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0em;
  overflow-x: hidden;
  position: relative;
}
.wrapper {
  height: auto;
}
h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}
b, strong {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #fff;
  cursor: pointer;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  outline-width: 0;
  text-decoration: none;
}
small {
  font-size: 80%;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: initial;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* ============= common class ================ */
.inner {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.button {
  width: 160px;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 90%;
  font-family: "Cantarell", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 3.5;
  display: block;
  position: relative;
}
@media screen and (min-width:768px) {
  .button {
    width: 200px;
  }
}
.button::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
a.button:hover {
  background: #ededed;
  color: #000;
  opacity: 1;
}
a.button:hover::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
/* ============= header ================ */
#site_header {
  width: 100%;
  height: 60px;
  background: transparent;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background:#000;
}
@media screen and (min-width:768px) {
  #site_header {
    height: 80px;
  }
}
@media screen and (min-width:992px) {
  #site_header {
    height: 100px;
  }
}
#site_header.scroll {
  background: #000;
}
@media screen and (max-width:991px) {
  #site_header {
    background: #000;
  }
}
#site_header > .inner {
  max-width: inherit;
}
#site_header h1 img {
  width: 150px;
  height: auto;
  margin-left:15px;
}
@media screen and (min-width:576px) {
  #site_header h1 img {
    width: 180px;
    margin-left: 20px;
  }
}
@media screen and (min-width:992px) {
  #site_header h1 img {
    width: 240px;
    margin-left: 50px;
  }
}
#site_header #global_nav li {
  border-bottom: 2px solid transparent;
  font-family: "Oswald";
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff !important;
}
#site_header #global_nav li a {
  color: #fff !important;
}
@media screen and (min-width:992px) {
  #site_header #global_nav li {
    font-size: 0.95rem;
    letter-spacing: 0.8px;
    padding: 0 1rem;
  }
}
@media screen and (min-width:1200px) {
  #site_header #global_nav li {
    padding: 0 2rem;
  }
}
#site_header #global_nav li:hover {
  border-bottom: 2px solid #fff;
}
#site_header #global_nav li a {
  padding: 0.5rem;
  display: block;
}
#site_header #global_nav li a:hover {
  opacity: 1;
}
#site_header .email {
  max-width: 100px;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site_header .email img {
  max-width: 40px;
  padding-right: 3px;
}
@media screen and (min-width:992px) {
  #site_header .email img {
    max-width: 50px;
    padding-right: 7px;
  }
}
/* ============= main ================ */
#main_contents section:first-child {
  padding-top: 60px;
}
@media screen and (min-width:768px) {
  #main_contents section:first-child {
    padding-top: 80px;
  }
}
@media screen and (min-width:992px) {
  #main_contents section:first-child {
    padding-top: 100px;
  }
}
#main_contents .section_title {
  color: #000;
  font-family: "Cantarell";
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (min-width:768px) {
  #main_contents .section_title {
    font-size: 3rem;
  }
}
#main_contents .section_title span {
  position: relative;
  z-index: 1;
}
#main_contents .section_title span::before {
  content: '';
  color: #ededed;
  font-family: "Cantarell";
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: -0.75em;
  right: 0.5em;
  z-index: -1;
}
@media screen and (min-width:768px) {
  #main_contents .section_title span::before {
    font-size: 1.5em;
  }
}
#main_contents .section_title.vision span::before {
  content: 'VISION';
  color: #fff;
}
#main_contents .section_title.service span::before {
  content: 'SERVICE';
}
#main_contents .section_title.case span::before {
  content: 'CASE STUDY';
}
#main_contents .section_title.apparel span::before {
  content: 'APPAREL BRAND';
}
#main_contents .section_title.joinus span::before {
  content: 'JOIN US';
}
#main_contents #mv {
  width: 100%;
  /*★★★★height: 100vh;*/
  position: relative;
}
@media screen and (min-width:768px) {
  /*★★★★
  #main_contents #mv {
    height: 550px;
  }
  */
}
@media screen and (min-width:992px) {
  #main_contents #mv {
   /*★★★★ max-height: 850px;
	height: 850px;
	height: inherit;
	height: 100%;*/
  }
}

@media screen and (min-width:1200px) {
  #main_contents #mv {
   /*★★★★ max-height: 100vh;
	height: 100vh;*/
  }
}

#main_contents #mv > div {
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  
}
#main_contents #mv .main img, #main_contents #mv .main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#main_contents #mv .layer {
  background: rgba(0, 0, 0, 0.2) url('../img/mv_layer.png');
}
#main_contents #mv .text {
  height: calc(100% - 60px);
  margin-top: 60px;
  border: 0;
}
@media screen and (min-width:768px) {
  #main_contents #mv .text {
    height: calc(100% - 80px);
    margin-top: 80px;
  }
}
@media screen and (min-width:992px) {
  #main_contents #mv .text {
    height: calc(100% - 100px);
    margin-top: 100px;
  }
}
#main_contents #mv .text > .inner {
  max-width: 900px;
}
@media screen and (min-width:1200px) {
  #main_contents #mv .text > .inner {
    max-width: 1100px;
  }
}
@media screen and (min-width:430px) {
  #main_contents #mv .text .caption {
    max-width: 400px;
  }
}
@media screen and (min-width:768px) {
  #main_contents #mv .text .caption {
    max-width: 600px;
  }
}
@media screen and (min-width:992px) {
  #main_contents #mv .text .caption {
    max-width: 768px;
  }
}
#main_contents #mv .text .caption img {
  width: 100%;
}
@media screen and (min-width:768px) {
  #main_contents #mv .text .caption img {
    width: 75%;
  }
}
#main_contents #concept {
  padding: 50px 0;
  background: #ededed;
}
@media screen and (min-width:768px) {
  #main_contents #concept {
    padding: 100px 0;
  }
}
#main_contents #concept .logo {
  width: 75%;
  max-width: 150px;
}
@media screen and (min-width:768px){
  #main_contents #concept .logo {
      max-width: 300px;
  }
}
#main_contents #main_text .content {
  padding: 2rem 1rem;
}
#main_contents #main_text .content:first-child {
  padding-top: 50px;
}
#main_contents #main_text .content:last-child {
  padding-bottom: 50px;
}
@media screen and (min-width:768px) {
  #main_contents #main_text .content {
    padding: 3rem 1rem;
  }
  #main_contents #main_text .content:first-child {
    padding-top: 5rem;
  }
  #main_contents #main_text .content:last-child {
    padding-bottom: 5rem;
  }
}
#main_contents #main_text .image img {
  margin-right: auto;
  display: block;
}
@media screen and (min-width:768px) {
  #main_contents #main_text .content:nth-child(even) .image {
    order: 1;
  }
  #main_contents #main_text .content:nth-child(even) .image img {
    margin-left: auto;
    margin-right: 0;
  }
}
#main_contents .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width:768px) {
  #main_contents .text {
    border-top: 1px solid #000;
  }
}
#main_contents .text .content_title {
  font-family: "Cantarell";
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media screen and (min-width:375px) {
  #main_contents .text .content_title {
    font-size: 2rem;
  }
}
@media screen and (min-width:768px) {
  #main_contents .text .content_title {
    font-size: 2rem;
  }
}
@media screen and (min-width:992px) {
  #main_contents .text .content_title {
    font-size: 2rem;
  }
}
#main_contents .text .content_title span {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
  /*font-size: 0.7rem;*/
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
#main_contents .text .content_title small {
  font-size: 0.9rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  display: block;
}
@media screen and (min-width:375px) {
  #main_contents .text .content_title small {
    font-size: 1rem;
  }
}
#main_contents .text p {
  width: 100%;
  word-wrap: break-word;
}
#main_contents .text .more {
  width: 160px;
  display: block;
}
@media screen and (min-width:768px) {
  #main_contents .text .more {
    width: 200px;
  }
}
#main_contents #joinus {
  background: #fff;
}
#main_contents #joinus .photo {
  padding-bottom: 3rem;
  background-image: linear-gradient(180deg, transparent 0%, transparent 50%, #ededed 50%, #ededed 100%);
}
@media screen and (min-width:768px) {
  #main_contents #joinus .photo {
    padding-bottom: 5rem;
  }
}
#main_contents #joinus .photo img:first-child {
  width: 65%;
  margin-bottom: 1rem;
}
#main_contents #joinus .photo img:last-child {
  width: 100%;
}
@media screen and (min-width:768px) {
  #main_contents #joinus .photo img:first-child {
    width: 39.2%;
    margin-bottom: 0;
  }
  #main_contents #joinus .photo img:last-child {
    width: 60%;
  }
}
#main_contents #joinus .main {
  background-image: -webkit-linear-gradient(90deg, transparent 0%, transparent 70%, #c91e1e 30%, #c91e1e 100%);
  background-image: linear-gradient(90deg, transparent 0%, transparent 70%, #c91e1e 30%, #c91e1e 100%);
}
#main_contents #joinus .main > .inner {
  padding: 5rem 0;
}
@media screen and (min-width:768px) {
  #main_contents #joinus .main > .inner {
    padding: 6rem 0;
    background: url('../img/bg_joinus_ver2.png') right center/50% no-repeat;
  }
}
#main_contents #joinus .sp_image {
  margin-right: -1rem;
  margin-left: auto;
}
#main_contents #joinus .text {
  border-top: 0;
}
@media screen and (min-width:768px) {
  #main_contents #joinus .text {
    min-height: 350px;
    max-height: 400px;
  }
}
#main_contents #joinus .text p {
  width: 70%;
}
#main_contents #contact {
  width: 100%;
  padding: 60px 0 25px 0;
  background: url('../img/bg_contact.jpg') center/cover no-repeat;
  color: #fff;
  position: relative;
}
@media screen and (min-width:768px) {
  #main_contents #contact {
    padding: 100px 0 55px 0;
  }
}
@media screen and (min-width:992px) {
  #main_contents #contact {
    padding: 140px 0 85px 0;
  }
}
#main_contents #contact::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#main_contents #contact > .inner {
  max-width: 768px;
  position: relative;
  z-index: 0;
}
#main_contents #contact .box {
  width: 90%;
  border: 1px solid #fff;
  position: relative;
}
@media screen and (min-width:768px) {
  #main_contents #contact .box::after {
    content: '';
    width: 70px;
    height: 1rem;
    background: url('../img/icon_arrow.png') center/contain no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -2rem;
  }
}
@media screen and (min-width:992px) {
  #main_contents #contact .box {
    width: 100%;
  }
  #main_contents #contact .box::after {
    width: 90px;
  }
}
@media screen and (min-width:768px) {
  #main_contents #contact .box h3 {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    position: relative;
  }
  #main_contents #contact .box h3::after {
    content: '';
    width: 1px;
    height: 1rem;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }
}
#main_contents #contact .box h3 img {
  width: 10rem;
}
#main_contents #contact .box p {
  font-size: 90%;
}
@media screen and (min-width:768px) {
  #main_contents #contact .box p {
    font-size: 100%;
  }
}
#main_contents #contact .box span img {
  width: 1.5rem;
}
#main_contents #contact address {
  font-family: "Cantarell";
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width:992px) {
  #main_contents #contact address {
    font-size: 1.25rem;
  }
}
/* ============= footer ================ */
#site_footer {
  padding-top: 80px;
  background: #000;
  color: #fff;
}
#site_footer > .inner {
  max-width: 768px;
}
#site_footer .sitelogo {
  
  max-width: 200px;
}

@media screen and (min-width:768px) {
  #site_footer .sitelogo {
    max-width: 300px;
  }
}


#site_footer .footer_title {
  width: 100%;
  font-family: "Cantarell";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
}
#site_footer .footer_title::before, #site_footer .footer_title::after {
  content: '';
  width: calc((100% - 17.5em)/2);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  display: block;
}
#site_footer .footer_title::after {
  left: auto;
  right: 0;
}
#site_footer .brands img {
  width: 75%;
}
#site_footer .access {
  line-height: 2;
  order: 1;
}
@media screen and (min-width:768px) {
  #site_footer .access {
    order: 0;
  }
}
#site_footer .access address {
  font-family: "Cantarell";
  font-weight: 400;
  letter-spacing: 0.01em;
}
#site_footer .access .button {
  width: 100%;
  max-width: 160px;
}
@media screen and (min-width:768px) {
  #site_footer .access .button {
    max-width: 200px;
  }
}
@media screen and (min-width:992px) {
  #site_footer .access .button {
    width: 85%;
  }
}
#site_footer .map iframe {
  width: 100%;
  height: 270px;
  border: 0;
}
@media screen and (min-width:768px) {
  #site_footer .map iframe {
    height: 350px;
  }
}
#site_footer .map iframe, #site_footer .map object, #site_footer .map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#site_footer .copyright {
  background: #000;
  font-family: "Cantarell";
  font-weight: 400;
  font-size: 70%;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  #site_footer .copyright {
    font-size: 90%;
  }
}
/*20210416榎田追記*/
/*フォント指定クラス*/
.font-set-01 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "遊ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif !important;
}
.font-set-02 {
  font-family: "Oswald" !important;
}
.font-set-03 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}
/*スマホ版GNの背景を指定*/
#global_nav.show {
  background-color: rgba(0, 0, 0, 1);
}
/*TOPページの人物写真の大きさを揃える為*/
.mw-1100 {
  max-width: 1100px;
}


@media screen and (max-width:767px) {
	
	#main_contents #mv {
    width: inherit;
    height: inherit;
    position: relative;
	}
	
	#main_contents #mv > div {
	  width: inherit;
	  height: inherit;
	  position: static;
	  
	}
	
	.main{
		
		position:relative !important;
			
	}
	
	#main_contents #mv > div.layer{
		
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top:0;
	  left:0;
		
	}
	
	


}