@import "../../../free/003/css/view/style.css";

.lp-embody section.main-visual .komasan-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
}

.lp-embody section.main-visual .loop_container {
  max-width: 100%;
  overflow: hidden;
}
  .lp-embody section.main-visual .loop_wrap {
  display: flex;
  /* width: 100vw;
  height: 300px; */
  width: max-content;
  height: 250px;
  overflow: hidden;
  background: url(../../img/bg_lp_avatar.jpg) no-repeat 0 15cqw;
  background-size: contain;
  background-color: var(--site-color-white);;
}

.lp-embody section.main-visual .loop_wrap img {
  width: auto;
  height: 100%;
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.lp-embody section.main-visual h2 {
  padding: 9% 19% 2% 7%;
}

.lp-embody.bnr-area {
  background: #7d705d;
}

.lp-embody.lp-yudo .menu-list {
  padding: 40px 0 20px;
}

.lp-embody.lp-yudo .catch {
  padding: 100px 20px 0;
}

.lp-embody.lp-yudo .catch::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  background: linear-gradient(0deg, #fffdf0 5%, #fffdf0 30%, #7d705d 80%);
  display: block;
  width: 100%;
  height: 100px;
}

.lp-embody.lp-yudo .menu-list .menu-title::after {
  bottom: 20px;
  right: 8cqw;
}
.lp-yudo .menu-list .menu-title {
  padding: 20px 11% 40px;
}

.lp-embody .movie-area {
  position: relative;
  background: #fffdf0;
  container-type: inline-size;
  padding: 40px 20px 20px;
}
.lp-embody .movie-area .movie-catch p,
.lp-embody .movie-area .movie-catch p * {
  color: #7d705d;
}

.lp-embody .movie-area .movie-catch p:first-child {
  position: relative;
  padding: 12px 10px;
  margin-bottom: 24px;
  border: 1px solid #7c6a4f;
  border-radius: 10px;
}

.lp-embody .movie-area .movie-catch p:nth-child(2) {
  font-size: 1.2rem;
}
.lp-embody .movie-area .movie-catch p>span {
  font-size: 1.5rem;
}
.lp-embody .movie-area .movie-catch p:first-child::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px;
  border: 8px solid transparent;
  border-top: 16px solid #FFFDEF;
  z-index: 2;
}
.lp-embody .movie-area .movie-catch p:first-child::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -17px;
  border: 8px solid transparent;
  border-top: 16px solid #7c6a4f;
  z-index: 1;
}

.lp-embody .movie-area .movie-catch p:nth-child(2)>span>span {
  background: linear-gradient(transparent 70%, #ffb8ac 70%);
  padding: 0 4px;

}

.lp-embody .movie-area .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 20px 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}