@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap');
@import "business.css";

.font-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-sc {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.youtube {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 40px;
}

.youtube__mov {
  aspect-ratio: 16 / 9;
}

.youtube__info {
  padding: 0 20px;
}

.youtube__info strong {
  color: #7b7b7b;
  font-size: 20px;
  font-weight: 600;
}

.youtube__info strong + div {
  color: #7b7b7b;
  font-size: 14px;
  padding: 15px 0;
}

.youtube__link {
  display: flex;
  gap: 10px;
}

.youtube__link a {
  padding: 4px 20px;
  color: var(--primary);
  background-color: #f8f8f8;
  border: 1px solid var(--primary);
  border-radius: 4px;
  cursor: pointer;
}

.youtube__link a:hover {
  color: #f13c6a;
  border-color: #f13c6a;
}

.youtube__link + div {
  color: #7b7b7b;
  font-size: 14px;
  padding-top: 44px;
}

.youtube__link + div a:hover {
  text-decoration: underline;
}

.gallery {
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.gallery img {
  width: 100%;
}