@charset "UTF-8";

header#pattern4 .logo.logo01{
  display :none;
}
header .logo, header .logo02 a {
    max-width: 150px;
}
/*MVテキスト*/
#lv p span{
  font-size: 0;
  width: 100%;
  color: transparent;
}
#lv p span::after{
  position: absolute;
  content: "ALBUM";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 3.5rem;
  width: 100%;
  word-break: break-word;
}
@media screen and (max-width: 800px){
  #lv p span::after{
    font-size: 2.7rem;
  }
}
/*ロゴリンク無し*/
header#pattern4 .logo a,
.footer_logo a{
  pointer-events: none;
}

#album_others+section .heading.block_header_1 p, 
#album_others+section .heading.block_header_6 .h {
    font-size: 3.0rem;
}
@media screen and (max-width: 800px){
	#album_others+section .heading.block_header_1 p, 
	#album_others+section .heading.block_header_6 .h {
		font-size: 2.6rem;
	}
}