@charset "UTF-8";

#sub_main {
  background: url(../images/bg-buy.jpg) no-repeat center top/cover;
}

/* =======================================================
* shop
* ======================================================= */
#shop h2 {
  margin-bottom: 50px;
}
#shop h3 span {
  font-size: 1.2rem;
  display: block;
}

#shop strong {
  color: var(--color-primary);
}

#shop .flex {
  margin-bottom: 80px;
}

@media screen and (max-width:768px) {
  #shop h2 {
    margin-bottom: 30px;
  }

  #shop .flex {
    margin-bottom: 60px;
  }
    #shop iframe {
      height: 200px;
    }
}