/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* ブランド名 */
.loop-brand-name {
  margin-bottom: 0;
  line-height: 1.1;
}

/* 商品名 */
.woocommerce-loop-product__title {
  margin-top: -6px !important;
}

.single-brand-name {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.single-product .product_title {
  margin-top: -4px !important;  /* 詰め感調整 */
  line-height: 1.25;
}

.event-ticket-box{
 text-align:center;
 margin:40px 0;
}

.event-ticket-btn{
 display:inline-block;
 background:#c9a45c;
 color:#fff;
 padding:18px 40px;
 font-size:22px;
 border-radius:8px;
 text-decoration:none;
 font-weight:bold;
 box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

.event-ticket-btn:hover{
 background:#b89347;
}

.ticket-stock{
 margin-top:12px;
 font-size:18px;
 color:#c00;
 font-weight:bold;
}
