@charset "utf-8";
/****************************************
VOLKS ALL THAT'S HOBBY 45 2025.07.19 style
last update - 2025.06.25
****************************************/
.main-img {
  background: #fff url("/event/assets/image/ath/ath45_header_bg.jpg") 50% 0% no-repeat;
  line-height: 0;
  text-align: center;
  border-bottom: 1rem solid #000;
}
hr {
  max-width: 96%;
  margin: 4rem auto;
  border-color: var(--color-sc-light);
}
.container {
  padding: 0 0 calc(var(--rs)* 2);
}
/*-------------------------------
 VOLKS ALL THAT'S HOBBY 45
---------------------------------*/
.cont-title--band {
  background-color: var(--color-main);
  background-position: 0 0, 1.5rem 1.5rem;
  background-size: 3rem 3rem;
  border-top: 1rem double;
  border-bottom: 1rem double;
}
.event-cont {
  background: radial-gradient(#f2f2f2 3px, transparent 4px), radial-gradient(#f2f2f2 3px, transparent 4px), linear-gradient(#fff 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, #e9e9e9 75px, #e9e9e9 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, #e9e9e9 76px, #e9e9e9 77px, transparent 78px, transparent 109px), #fff;
  background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  padding: calc(var(--rs)* 8) calc(var(--rs)* 2);
}
.link-btn--page {
  gap: calc(var(--fs) * 1);
}
.link-btn--page li {
  flex: 1 1 48%;
}
@media screen and (max-width: 767px) {
  .link-btn--page li {
    flex: 1 1 100%;
  }
}
.cont-lead-wrap strong {
  color: var(--color-main);
  display: inline-block;
  padding: 0 0 calc(var(--fs) * 0.5);
}
.cont-txt--lead b {
  font-size: calc(var(--fs) * 1.8);
}
.list-title {
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  color: #03327a;
  padding-bottom: 0.5em;
}
.item-col.col-1 + .list-title {
  padding-top: 2em;
}
/* カラー制御 */
.link-btn--page li {
  a.item-cgm {
    background: #03327a;
  }
  a.item-vlk {
    background: #F65E9A;
  }
  a.item-Nlmt {
    background: #b50005;
  }
  a.item-pre {
    background: #f39801;
  }
}
#list-cgm .cont-title {
  background: #03327a;
}
#list-Nlmt .cont-title {
  background: #b50005;
}
#list-vlk .cont-title {
  background: #F65E9A;
}
#list-pre .cont-title {
  background: #f39801;
}
/* -- brand */
#list-cgm .item-detail-brand {
  background: #03327a;
}
#list-Nlmt .item-detail-brand {
  background: #b50005;
}
#list-vlk .item-detail-brand {
  background: #F65E9A;
}
#list-pre .item-detail-brand {
  background: #f39801;
}
.notice-cont {
  border-top: 0.2rem solid rgba(205, 239, 251, 0.9);
}
