@charset "UTF-8";

a#text + section .content_wrapper {
    flex-direction: column;
}
.heading.block_header_2.align-center {
    background: #fff;
    width: 70%;
    margin: 0 auto;
    line-height: 70px;
}
body#photoid .heading.block_header_2.align-center h2.h {
    color: var(--i_txt_color)!important;
}
.inner_item_img a {
    transition: 0.3s ease-in-out;
}
.inner_item_img a:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}
body#photoid *.composite_box01 .inner_item_txt .h {
    color: var(--i_txt_color) !important;
}
.composite_box01 .inner_item_txt {
    background: #fff;
    margin-top: 0px !important;
    padding: 10px 0;
}
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: "Family photo";
  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;
}