@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: "Vision";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
}
/*修正*/
#vision_top_text + section .parts_ttl{
  font-size: 26px;
}
#vision_top_text + section .ff_gothic{
  font-family: "Yu Gothic Medium" ,sans-serif;
}
@media screen and (max-width: 768px){
  #vision_top_text + section .parts_ttl{
    font-size: 20px;
  }
}