.site-title .logo {
  background: url(../../../images/layout04/en/logo_w.png) 50% 50% no-repeat;
  background-size: contain;
  width: 418px;
  height: 84px;
}

.title span {
  display: none;
}

.title h2 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.2;
  color: #121212;
  margin: 0;
  font-family: "Montserrat", serif;
  padding-left: 40px;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: fit-content;
}

.title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 24px;
  background: url(../../../images/layout04/common/index/title_ic.png) no-repeat;
  background-size: contain;
}

.news-sect .title h2 {
  width: fit-content;
  margin: 0 auto;
}

.album-sect .title h2 {
  width: fit-content;
  margin: 0 auto;
}
.about-sect .txt-box .index-about-editor .editor {
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .site-title .logo {
    width: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .site-title .logo {
    color: transparent;
    background: url(../../../images/layout04/en/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 249px;
    height: 50px;
  }
  .title span {
    font-size: 16px;
    padding-left: 30px;
  }

  .title h2 {
    font-size: 35px;
    padding-left: 30px;
    margin: 0 auto;
  }
  .title h2::before {
    width: 20px;
    height: 19px;
  }
}
