#topImg img {
  width: 100%; }

.container {
  padding-top: 140px;
  padding-bottom: 130px; }
  @media (max-width: 1024px) {
    .container {
      padding-top: 70px;
      padding-bottom: 65px; } }
  @media (max-width: 480px) {
    .container {
      padding-top: 30px;
      padding-bottom: 40px; } }

.spec {
  text-align: center;
  font-size: 20rem;
  line-height: 1.75;
  margin-bottom: 120px; }
  @media (max-width: 1024px) {
    .spec {
      margin-bottom: 60px; } }
  @media (max-width: 480px) {
    .spec {
      font-size: 14rem;
      margin-bottom: 40px; } }
  .spec span {
    font-weight: 700; }

.productList {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .productList {
      justify-content: space-between; } }
  .productList dl {
    width: 33.333%;
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 480px) {
      .productList dl {
        width: 49%;
        margin-bottom: 20px; } }
    .productList dl dt {
      margin-top: 15px;
      font-size: 12rem;
      font-weight: 900; }
      @media (max-width: 480px) {
        .productList dl dt {
          margin-top: 10px;
          font-size: 10rem;
          font-weight: 500; } }

.youtube {
  position: relative;
  width: 560px;
  height: 315px;
  margin: 150px auto 0; }
  @media (max-width: 1024px) {
    .youtube {
      margin-top: 75px;
      width: 96%;
      height: auto;
      padding-top: 54%; } }
  @media (max-width: 480px) {
    .youtube {
      margin-top: 40px; } }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
