<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.-genreTit01{
  margin: 0 0 1em;
}


/*--ジャンルの商品一覧　非表示--*/

.block-goods-list--pager-top.block-goods-list--pager.pager,
.block-thumbnail-t,
.block-goods-list--pager-bottom.block-goods-list--pager.pager
{
  /* display: none; */
}
/*--//ジャンルの商品一覧　非表示--*/



.block-genre-page--event .block-top-event--goods{
  /* display: none; */
  margin-bottom: 50px;
  border-bottom: 1px dotted #ccc;
  /* padding: 0 15px 30px; */
  padding: 0 0 30px;
}


.block-genre-page--event .block-top-event--goods .block-thumbnail-t{
  display: block;
}

.block-category-top-nav {
  display: none;
}

.block-genre-page--event .block-top-event--image{
  padding: 0;
  border: none;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.block-genre-page--event .block-top-event--image a{
  pointer-events: none;
}

.-genreBox01{
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  font-weight: normal;
  /* border-bottom: 1px dotted #ccc; */
}

.-genreBox01 strong{
  font-weight: bold;
}
.-genreBox01 .-red01{
  color: #c00;
}

.-genreBox01_titImg01{
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
  margin: 0 0 15px;
  padding: 0;

  height: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
}
.-genreBox01 img{
  display: inline-block;
  width: 100%;
  height: auto;
}

.-genreBox01_stit01{
  padding: 0 15px;
  margin: 0 0 .5em;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;

  height: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
}
.-genreBox01_ul01{
  padding: 0 15px;
  margin: 0 0 .5em;
  list-style: none;
}
.-genreBox01_ul01&gt;li{
  list-style: disc;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 .5em 1.5em;
}

.-genreBox01_stxt01{
  font-size: 13px;
  padding: 0 15px;
}




/* メーカーCMP用ボタン */
.-evCmn01_btn01{
  display: flex;
  justify-content: center;
  margin: 2em 0;
}
.-evCmn01_btn01&gt;a{
  /* max-width: 323px;
  width: 100%; */
	min-width: 323px;
  background-color: #c00;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-size: 24px;
  line-height: 1.4;
  /* padding: 10px; */
	padding: 10px 30px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 5px 0 #900;
  transition: .5s ease;
  text-decoration: none;
}
.-evCmn01_btn01&gt;a:hover{
  background-color: #900;
  transition: .2s ease;
  text-decoration: none;
}
.-evCmn01_btn01&gt;a::before{
  content: '';
  width: 15px;
  border-left: 13px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.-evCmn01_btn01&gt;a&gt;span:nth-of-type(2){
  font-size: .5em;
}
/* //メーカーCMP用ボタン */



@media screen and (max-width:767px) {
  .block-genre-page--event .block-top-event--goods{
    padding: 0 0 15px;
    margin: 0 4vw 25px;
  }
  .-genreBox01{
    padding: 0 4vw;
  }

  .-genreBox01_stit01{
    padding: 0;
    font-size: 16px;
  }
  .-genreBox01_ul01{
    padding: 0;
  }
  .-genreBox01_ul01&gt;li{
    font-size: 14px;
  }
  .-genreBox01_stxt01{
    font-size: 13px;
    padding: 0 15px;
  }
  .block-genre-page--event .block-top-event--goods .block-thumbnail-t{
    padding: 0;
    margin: 4vw 0;
  }


  
/* メーカーCMP用ボタン */
.-evCmn01_btn01{
  /* display: flex;
  justify-content: center;
  margin: 2em 0; */
}
.-evCmn01_btn01&gt;a{
	min-width: auto;
  /* background-color: #c00;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center; */
  font-size: 16px;
  /* line-height: 1.4; */
  /* padding: 10px; */
	padding: 10px 20px;
  /* border-radius: 5px; */
  /* position: relative; */
  box-shadow: 0 3px 0 #900;
  /* transition: .5s ease; */
  /* text-decoration: none; */
}
.-evCmn01_btn01&gt;a:hover{
  /* background-color: #900;
  transition: .2s ease;
  text-decoration: none; */
}
.-evCmn01_btn01&gt;a::before{
  content: '';
  width: 15px;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  /* position: absolute; */
  left: 7px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}
/* //メーカーCMP用ボタン */
}</pre></body></html>