body.tf-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-second {
  --color-section01: hsl(170,50%, 50%);
  --color-section02: hsl(250, 50%, 50%);
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.top-second-mugen {
  position: relative;
  z-index: 9;
  width: min(70%, 520px);
}
.top-second-sikaku-left {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 50%;
}
@media print, screen and (992px <= width) {
  .top-second-sikaku-left {
    width: 30%;
  }
}
.top-second-sikaku-right {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50%;
}
@media print, screen and (992px <= width) {
  .top-second-sikaku-right {
    width: 30%;
  }
}
.top-second-maru {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
}
.top-second-line {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
  max-height: 100%;
  margin: auto;
}
@media print, screen and (768px <= width) {
  .top-second-line {
    top: 15%;
    height: 70%;
  }
}
.top-second-tate {
  position: absolute;
  z-index: 2;
  top: 100%;
  bottom: 0%;
  width: 1px;
  background-color: #ddd;
}
.top-second-tate01 {
  left: 15%;
}
.top-second-tate02 {
  left: 30%;
}
.top-second-tate03 {
  left: 70%;
}
.top-second-tate04 {
  left: 85%;
}

.svg-hidden {
  visibility: hidden;
}

.header-adjust {
  display: none;
}

.top-mv {
  position: relative;
  z-index: 0;
  min-height: 500px;
}
@media print, screen and (768px <= width) {
  .top-mv {
    min-height: 100vh;
  }
}

@keyframes kf_top_mv_bar {
  0% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(150%);
  }
}
.top-blog {
  display: grid;
  grid-template-columns: 100%;
  gap: 1em 0;
}
@media print, screen and (992px <= width) {
  .top-blog {
    grid-template-columns: 1fr 1fr;
    gap: 1em 2em;
  }
}
.top-blog-item {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 0 1em;
  align-items: center;
  color: inherit;
}
@media print, screen and (992px <= width) {
  .top-blog-item {
    grid-template-columns: 150px auto;
  }
}