@charset "UTF-8";

body:not(#photoid) header#pattern4 .logo.logo02{
  display :none;
}
/*MVテキスト*/
#lv p span{
  color: transparent;
  width: 100%;
}
#lv p span::after{
  position: absolute;
  content: "About us";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
}
/*修正*/
#concept_top_text + section .parts_ttl{
  font-size: 23.5px;
}
#concept_top_text + section .ff_gothic{
  font-family: "Yu Gothic Medium" ,sans-serif;
}
@media screen and (max-width: 768px){
  #concept_top_text + section .parts_ttl{
    font-size: 17.5px;
  }
}

@media screen and (max-width: 550px){
	#about_us_btn+div .content_wrapper {
		display: flex;
    	       justify-content: center;
	}
	#about_us_btn+div .content_wrapper a {
		min-width: 120px;
	}
}