div#content {
  margin-top: 0;
}

.entry-content.cf .home_top_wrap {
  width: auto;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
}
header.article-header {
  display: none;
}
main#main {
  padding-top: 0;
}
.entry-content.cf {
  margin-top: 0;
}

.entry-content.cf .home_top_wrap h2.home_top_h2 {
  position: absolute;
  z-index: 2;
  top: 47%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2em;
  line-height: 1.6;
  font-weight: 900;
  text-shadow: 0 0.1em 0.15em rgba(0, 0, 0, 0.8);
}
.entry-content.cf .home_top_wrap h2.home_top_h2 > span {
  display: block;
}
.entry-content.cf .home_top_wrap h2.home_top_h2 > span.top1 {
  font-size: 0.9em;
  font-weight: 500;
}
.entry-content.cf .home_top_wrap h2.home_top_h2 > span.top2 {
  font-size: 0.64em;
  line-height: 0.4;
  font-weight: 300;
}

footer.article-footer {
  display: none;
}

.article h4.h4_1_lead {
  border: none;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.7;
}
.article h2.h2_title {
  color: #7e2700;
  background-color: transparent;
  font-weight: 300;
}
.article h2.h2_title.h2_title_1 {
  font-size: 5em;
}

/* ** For desktop : Start ** */
@media screen and (min-width: 1024px) {
  div#content-in {
    position: relative;
  }
  .entry-content.cf .home_top_wrap {
    width: auto;
    margin-left: calc(50% - 50vw - 150px);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    position: relative;
  }
  .entry-content.cf .home_top_wrap .metaslider ul.slides li img {
    height: 90vh;
    object-fit: cover;
  }
  .entry-content.cf .home_top_wrap h2.home_top_h2 {
    padding-left: 300px;
  }
}
/* ** For desktop : End ** */

.entry-content.cf .home_top_wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 15px;
  z-index: 2;
  background-image: url(https://dev.hiroodaira.com/wp-content/uploads/2026/03/home_bg_under_slide.webp);
  background-repeat: repeat-x;
}

/* スライド画像にズーム効果 */
.metaslider .flexslider .slides li {
  overflow: hidden;
  background-color: #000;
}
.metaslider .flexslider .slides li img {
  transform: scale(1);
  transition: transform 4s ease-in-out;
  transform-origin: top left;
  opacity: 0.7;
}
/* 表示中スライドにズーム */
.metaslider .flexslider .slides li.flex-active-slide img {
  transform: scale(1.1);
}
