@charset "utf-8";
video.movie {
  display: block;
  width: 100%;
  max-width: 40rem;
  height: auto;
  margin: auto;
  background-color: #000;
}
.movie_wrap {
  background-color: #333;
}

.flex_menu_wrap {
	display: flex;
    flex-direction: column;
    text-align: left;
	margin-bottom: 20px;
}

.flex_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
	column-gap: 20px;
	margin-bottom: 10px;
}

.flex_menu > .price {
    color: #D98898;
    font-weight: bold;
}