.top_mark {
  font-family: "Noto Serif";
  padding: 2.5rem 0;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: black;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.title_main {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
}

.title-menu {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  top: 50%;
  left: 0%;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .top_mark {
    padding: 2rem 0;
  }

  .title_main {
    font-size: 3.5rem;
    line-height: 6rem;
  }

  .title-menu {
    font-size: 1.5rem;
  }
}

.cp_img {
  margin: 1rem 0;
}