@charset "UTF-8";

.products-contents-wrap {
  padding: 100px 0;
  @media only screen and (max-width:767px){
    padding: 50px 0;
  }
}

.products-contents-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products-contents-flex-in {
  width: calc(50% - 20px);
  @media only screen and (max-width:767px){
    width: 100%;
  }

  iframe {
    aspect-ratio: 16 / 10.6;
  }
}

.products-contents-movie {
  aspect-ratio: 16/10.6;
  background-color: #000;
  display: grid;
  align-items: center;
}

.products-contents-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  margin: 10px 0 100px;
  @media only screen and (max-width:767px){
    font-size: 20px;
    margin: 10px 0 50px;
  }
}
