<style>
  .link {
    cursor: pointer;
    text-decoration: underline !important;
  }

  dl.lineup dt {
    font-size: 15px;
    font-weight: 700;
    margin-top: 1em;
    padding-bottom: 0.5em;
  }
  .eng{
    font-weight: 700;  
    font-size: 1.2em;
    font-family: serif;
  }
  .lineup ul li{
    padding-bottom: 0.5em;
  }
  h3 {
    background: #EEEEEE;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 15px 8px;
    min-height: 46px;
    border-left: 5px solid #CC0000;
    border-bottom: 1px solid #E0E0E0;
    line-height: 160%;
    margin: 1em 0 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .mv {
    margin: 1em auto;
    text-align: center;
  }
  .mv img {
  width:70%;
    }
  .event_title_ {
    background-color: unset;
    padding: 5px 40px 6px;
  }
  .event_title_::before {
    background-image: url(/img/category/crown.png);
    width: 35px;
    height: 35px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
  @media (max-width: 1280px) {
    .contents {
      padding: 0 20px;
    }
  }
  @media (max-width: 767px) {
    h3 {
    font-size: 16px;
    }
  .mv img {
  width:100%;
    }
  .event_  {
text-align: center;
  }
  div.event_ h2.event_title_ {
    display: inline-flex; 
   align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 16px 6px;
    background-color: unset;
  }
  div.event_ h2.event_title_::before {
    content: "";
    width: 24px;
    height: 24px;
    position: static;
    background-image: url(/img/category/crown.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  }
  /* ========================================
   店舗画像
======================================== */

.brand-shop-gallery{
    display:flex;
    justify-content:center;
    gap:16px;
    margin:24px auto;
    width:100%;
    max-width:780px;
}

.brand-shop-gallery a{
    display:block;
}

.brand-shop-gallery img{
    display:block;
    width:100%;
    height:auto;
    cursor:pointer;
    transition:opacity .2s ease;
}

.brand-shop-gallery img:hover{
    opacity:.85;
}

/* 横長画像 2枚 */
.gallery-wide a{
    flex:1;
}

/* 縦長画像 4枚 */
.gallery-narrow a{
    flex:1;
}
.gallery-wide img{
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.gallery-narrow img{
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
/* ========================================
   モーダル
======================================== */

.image-modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(95,95,95,.75);
}

.modal-inner{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.modal-content{
    display:block;
    max-width:90vw;
    max-height:90vh;
    width:auto;
    height:auto;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
}

.modal-close{
    position:absolute;
    top:-50px;
    right:-50px;
    width:44px;
    height:44px;
    border:none;
    border-radius:50%;
    background:rgba(80,80,80,.95);
    color:#fff;
    font-size:28px;
    line-height:44px;
    text-align:center;
    cursor:pointer;
    z-index:10001;
}

.modal-close:hover{
    background:#fff;
    color:#000;
}
@media (max-width: 767px) {

  .lineup{
    margin-bottom: 20px;
  }

  .brand-shop-gallery{
    margin: 10px auto;
    width: 90%;
  }

  .gallery-wide,
  .gallery-narrow{
      flex-wrap:wrap;
      gap:10px;
  }

  .gallery-wide a{
      width:100%;
      flex:none;
  }

  .gallery-narrow a{
      width:calc(50% - 5px);
      flex:none;
 }
  .modal-close{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:32px;
    top:-50px;
    right:-16px;
    }

}
</style>