/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 78:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.recommend-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.recommend-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 28px 16px ;
}

.recommend-item {
  box-sizing: border-box;
  text-align: left;
}

.recommend-item iframe {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  margin-bottom: 8px;
  border: none;
}

.recommend-item p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.recommend-item a {
  display: inline-block;
  font-size: 12px;
  padding: 8px 24px;
  background-color: #FFD812;
  color: #000000;
  text-decoration: none;
  border-radius: 9999px;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  transition: all 0.2s ease;
}

.recommend-item a:hover {
  opacity: 0.85;
}

/* モバイル対応 */
@media (max-width: 767px) {
  .recommend-wrapper {
    padding: 20px;
  }

  .recommend-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
</style>
#section-firework-embed {
    margin: 1rem;
  }