@charset "utf-8";
/*********************************
HOBBY ROUND 33 2025.11.09 STYLE-HR SHOP
last update - 2025.07.28
*********************************/ 
/*-------------------------------
 HR SHOP
---------------------------------*/
.item-detail-tab {
  display: none!important;
}
#ctg-hrshop {
  background-image: url(/event/afterrepo/assets/image/240511_hr30/ar04_00.jpg);
  background-position: center -3rem;
}
.shop-title {
  font-size: calc(var(--fs) * 2.6);
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #ccc;
  padding: calc(var(--rs) * 1.8) 1rem calc(var(--rs) * 1.5) 1rem;
  margin: 0 0 0 0;
  border-top: 6px double #fff;
  border-bottom: 6px double #fff;
}
.head-catch {
  text-align: center;
  background-color: rgba(212, 7, 40, 1);
  background-image: repeating-linear-gradient(-80deg, transparent, transparent 10px, rgba(195, 13, 35, 1) 10px, rgba(195, 13, 35, 1) 20px );
  padding: 3rem calc(var(--rs) * 2) 4rem;
}
.dealer-list--wrap {
  margin: 0 auto;
}
.list-btn-wrap {
  background: #fff;
}
.dealer-nav-wrap {
  background: #fff;
  padding: 3rem calc(var(--rs) * 2);
  margin-top: 4rem;
}
.dealer-list--nav {
  font-size: calc(var(--fs) * 2.8);
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 50%);
  padding-bottom: 1rem;
  text-wrap: pretty;
}
.list-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--rs) * 1);
  padding: calc(var(--rs) * 2);
}
.list-btn-li {
  text-align: left;
  width: calc(100% / 2 - var(--rs));
  flex: 1 0 auto;
  a {
    font-weight: bold;
    color: #fff;
    background: var(--c-link);
    border-radius: 0.5rem;
    padding: 1rem 0.5em 1rem 0.5em;
    display: block;
    position: relative;
    &:after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      right: 0.5em;
    }
    &:hover {
      background: var(--c-link-hover);
      text-decoration: none;
    }
  }
}
/* 検索システム */
.search-container {
  display: flex;
  justify-content: center;
  font-size: calc(var(--fs) * 1.5);
  background: hsl(46.05deg 100% 91.57%);
  padding: calc(var(--rs) * 2);
  flex-wrap: wrap;
  gap: calc(var(--rs) * 1);
  @media screen and (min-width: 767px) {
    justify-content: space-between;
  }
}
/* shop-list--textlink */
.item-wrap {
  background: #fff;
  box-shadow: var(--bs-cmn);
}
.item-wrap + .item-wrap {
  margin-top: calc(var(--rs) * 6);
}
.item-list--group {
  padding: calc(var(--rs) * 2) calc(var(--rs) * 1);
}
@media screen and (min-width: 767px) {
  .item-list--group {
    background: hsl(0deg 0% 100%);
  }
}
.list-title {
  padding: 0 0 0.5em 1.5em;
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  text-indent: -1.5em;
  position: relative;
}
.list-title::before {
  font-size: 70%;
  color: var(--c-main);
  vertical-align: middle;
  content: "\0025cf";
  margin-right: 0.5rem;
}
.list-title + .list-title {
  border-top: 0.2rem solid #edbfaf;
}
.item-col + .list-title {
  margin-top: 4rem;
}
.shop-item-list {
  padding: 1rem 0.5em;
  background: hsla(0,0%,100%,1.00);
  border-bottom: 2px solid hsla(15,63%,81%,1.00);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-item-group > .shop-item-list:nth-of-type(2n + 1) {
  background: #fffaf7;
}
.shop-item-group + .shop-item-group {
  margin-top: 2em;
}
.shop-item-list > a {
  color: inherit;
}
.shop-item-list > a::after {
  content: attr(data-link);
  margin: 0;
  color: var(--c-link);
  font-size: 75%;
  line-height: 1.5;
  vertical-align: middle;
  display: block;
}
.shop-item-list > a:hover,
.shop-item-list > a:hover::after{
  color: var(--c-link-hover);
  text-decoration: none;
}
.shop-item-list__price {
  padding-left: 1em;
  margin-left: auto;
  font-weight: bold;
  flex: 0 0 auto;
}
.shop-item-group + .shop-item-group {
  margin-top: 2em;
}
/* 抽選販売について */
.item-lottery--roule {
  background: #fff;
  padding: 2rem calc(var(--rs) * 1) 0;
}
.item-lottery--roule h5 {
  font-size: calc(var(--fs) * 2.4);
  line-height: 1;
  color: var(--c-dark);
  text-align: center;
  border: 2px solid var(--c-dark);
  border-left: none;
  border-right: none;
  padding: 1.4rem 0 1.2rem 0;
}
.cntsInner {
  padding: 2rem calc(var(--rs) * 1) 2rem;
}
.fs--text {
  padding: 0 0 1.5rem 0;
}
.fs--text strong {
  font-size: calc(var(--fs) * 1.8);
}
.fs--text a {
  font-size: calc(var(--fs) * 1.4);
}
.infoInner {
  padding: 1.5rem 0 1.5rem calc(var(--fs) * 1.6);
  & h6 {
    font-size: calc(var(--fs) * 1.8);
    font-weight: bold;
    color: var(--c-dark);
    line-height: 1;
    padding: 0.6rem 0 0.6rem 0;
    display: inline-block;
  }
  & dd {
    padding: 0 0 0 0;
  }
  & ul {
    font-size: calc(var(--fs) * 1.4);
    padding: 0.5rem 0 0 0;
  }
  &:nth-of-type(odd) {
    background: #fbfbf3;
  }
}
.infotbl {
  border-collapse: separate;
  border-spacing: 0 1rem;
  width: 100%;
  max-width: 100%;
}
.infotbl th {
  text-align: left;
  width: 5em;
}
.infotbl td:before {
  content: ":";
  position: absolute;
  left: 0;
}
.infotbl td {
  padding: 0 0 0 1.5em;
  position: relative;
}
.infotbl.infotbl-cls td {
  text-indent: -1em;
}
.infotbl.infotbl-cls th:after {
  content: inherit;
}
.note-inner {
  background: var(--c-dark);
  color: #fff;
}
.note-tit {
  font-size: calc(var(--fs) * 2);
  text-align: center;
  margin: 0 0 1rem 0;
}
.note-txt {
  font-weight: bold;
  text-align: center;
  margin: 0 0 1rem 0;  
}
@media screen and (min-width: 767px) {
  .note-txt {
    font-size: calc(var(--fs) * 1.6);
  }
}
.noteInfo {
  font-size: calc(var(--fs) * 1.4);
  color: var(--c-txt-base);
  background: #fff;
  margin: 0 auto;
  padding: 1.5rem calc(var(--fs) * 1) 1.5rem;
}
.noteInfo li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.noteInfo li:not(:last-of-type) {
  padding: 0 0 0.3rem 1em;
}
.note-inner {
  padding: 1rem calc(var(--rs) * 1) 1rem;
}
.item-note {
  text-indent: -1em;
  margin: 0 0 0 1em;
}
.item-note li:not(:last-of-type) {
  padding: 0 0 0.3em 0;
}
/*-------------------------------
 SHOP LIST -- PICT
---------------------------------*/
.list-cont {
  padding: 0 calc(var(--rs) * 1) 0;
  &+ .list-cont {
    margin: 4rem 0 0;
  }
  h4 {
    font-size: calc(var(--fs) * 2);
    color: var(--color-main);
    + p {
      padding: 0 0 1rem;
    }
    + .list-cont {
      padding: 1rem 0 0;
    }
  }
}
.list-title.list-title--none {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0 0 0;
}
.item-list-group {
  padding: 0 0 0;
}
.item-list__brand {
  width: 0;
  height: 0;
  overflow: hidden;
}
/* flex-col */
.item-col {
  display: grid;
  flex-flow: row wrap;
}
.item-col.col-2 {
  grid-template-columns: repeat(2 , 1fr);
}
.item-col.col-3 {
  grid-template-columns: repeat(2 , 1fr);
}
.item-col.col-4 > * ,
.item-col.col-5 > * {
  display: grid;
  grid-template-columns: calc(var(--rs) * 25) 1fr;
}
@media screen and (min-width: 767px) {
  .item-col.col-3 {
    grid-template-columns: repeat(3 , 1fr);
  }
  .item-col.col-4 > * ,
  .item-col.col-5 > * {
    display: block;
  }
  .item-col.col-4 {
    grid-template-columns: repeat(4 , 1fr);
  }
  .item-col.col-5 {
    grid-template-columns: repeat(5 , 1fr);
  }
}
.item-list.item-list-sup p {
  font-size: calc(var(--fs) * 2.8);
  font-weight: bold;
}
.item-list__detail {
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}
/* new tag */
.item-new::before {
  content: "";
  width: calc(var(--rs) * 4.5);
  height: calc(var(--rs) * 4.5);
  background: linear-gradient( -135deg, rgb(255 0 0 / 80%) 50% , rgb(0 0 0 / 0) 50%);
  display: block;
  position: absolute;
  top: -0.1rem;
  right: 0;
  z-index: 10;
}
.item-new::after {
  content: "NEW";
  width: calc(var(--rs) * 3.5);
  color: #fff;
  font-size: var(--rs);
  text-align: center;
  text-shadow: 0rem 0.2rem 0.1rem rgb(135 0 0), 0rem 0rem 0.1rem rgb(135 0 0);
  transform: rotate(45deg);
  position: absolute;
  top: calc(var(--rs) * 0.6);
  right: calc(var(--rs) * -0.3);
  left: inherit;
  z-index: 11;
}
.item-detail-tab.tab--col1 > * {
  min-width: 18%;
}
/* picture*/
.item-detail-pic {
  line-height: 0;
}
.item-detail-pic img {
  width: 100%;
  height: 100%;
}
/* item data */
.item-detail-data {
  padding-bottom: 1rem;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: #fff;
}
.item-detail-data > * {
  flex: 1 0 auto;
}
/* brand */
.item-detail-brand {
  width: 100%;
  padding: 0.4rem 0.8rem;
  background: #606c72;
  color: #fff;
  font-size: var(--fs);
  line-height: 1;
  display: block;
}
.item-detail-name {
  margin: 0.5rem 0.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.item-detail-name__title {
  margin-bottom: 0.4rem;
  color: #8f8f8f;
  font-size: calc(var(--fs) * 1.1);
  font-weight: normal;
  line-height: 1.1;
  display: inline-block;
}
/* price*/
.item-detail-price {
  margin: 0.5rem 0.8rem;
  text-align: right;
}
/* tab */
.item-detail-tab {
  margin: 0.5rem 0.8rem;
  text-align: right;
}
.item-detail-tab > * {
  min-width: 36%;
  padding: 0.2rem 0.5em;
  border-radius: 0.3rem;
  color: #fff;
  font-size: var(--fs-xs);
  text-align: center;
  display: none;
}
.item-detail-tab.tab--all > .item-detail-tab__all {
  background: #1a2cf1;
  display: inline-block;
}
.item-detail-tab.tab--some > .item-detail-tab__some {
  background: #00af03;
  display: inline-block;
}
.item-detail-tab.tab--online > .item-detail-tab__online {
  background: #f70051;
  display: inline-block;
}
.item-detail-notice {
  font-size: calc(var(--fs) * 1.2);
  text-indent: -1em;
  margin-left: 1em;
  padding: 0.5rem 0.8rem;
}
/* brand color
 .item-detail-brand {
  background: #fe5398;
}
 */
/* ブランドカラー:親idで制御
 .item-detail-brand {
  background: #fe5398;
}
 */
#shop-newlimit .shop-title ,
#shop-newlimit .item-detail-brand {
  background: #b50005;
}
#shop-new .shop-title ,
#shop-new .item-detail-brand {
  background: #03327a;
}
#shop-limit .shop-title ,
#shop-limit .item-detail-brand {
  background: #fb7f00;
}
#shop-lottery .shop-title ,
#shop-lottery .item-detail-brand {
  background: #7c9155;
}
#shop-preorder .shop-title ,
#shop-preorder .item-detail-brand {
  background: #1e052f;
}
.shop-preparation {
  font-size: calc(var(--fs) * 4);
  font-weight: bold;
  text-align: center;
  padding: calc(var(--fs) * 4) 0 0;
}