@charset "UTF-8";

/* common */
@media screen and (max-width: 767px) {
  .info__wrap {
    margin-top: 46px;
  }

  .fx__container {
    margin-top: 34px;
  }
}
@media screen and (min-width: 768px) {

  .fs-l-main .search__window__wrap {
    display: none;
  }
  .info__wrap {
    margin-top: 90px;
  }
}


/* --==========================================================================================

ブランドトップ 用

==========================================================================================-- */
:is(.fs-body-category-pokemon, .fs-body-category-yugioh, .fs-body-category-mtg, .fs-body-category-duelmasters, .fs-body-category-onepiece, .fs-body-category-ws, .fs-body-category-builddivide, .fs-body-category-dbh, .fs-body-category-dbfw) .fs-c-productList__list__item:nth-child(n + 25) {
  display: none;
}

/* .brand_top_mv_wrap .slick-list {
  overflow: visible;
}
.brand_top_mv_wrap .slick-slide {
  margin: 0 2.08vw;
}
.brand_top_mv_wrap .slick-slide.slick-active {
  scale: 110%;
}
.brand_top_mv_wrap .slick-slide:not(.slick-active) {
  opacity: 0.6;
} */

.brand_top_mv_wrap .slick-prev:before {
  content: "\e90b";
}
.brand_top_mv_wrap .slick-next:before {
  content: "\e90c";
}
.brand_top_mv_wrap .slick-prev:before,
.brand_top_mv_wrap .slick-next:before {
  cursor: pointer;
  font-family: "fs-icon";
  color: white;
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.brand_top_mv_wrap .slick-dots:not(:has(li:nth-child(2))) {
	display: none;
}

@media screen and (max-width: 767px) {
  :is(.fs-body-category-pokemon, .fs-body-category-yugioh, .fs-body-category-mtg, .fs-body-category-duelmasters, .fs-body-category-onepiece, .fs-body-category-ws, .fs-body-category-builddivide, .fs-body-category-dbh, .fs-body-category-dbfw) .fs-c-productList__list__item:nth-child(n + 13) {
    display: none;
  }

  .sp__scroll.new__products {
    margin-bottom: 60px;
  }

  .brand_top_mv_wrap {
    margin-top: 20px;
    overflow: hidden;
  }
  .brand_top_mv_wrap .slick-list {
    padding: 0px 7.4%!important;
  }
  .brand_top_mv_wrap .slick-slide a {
    display: block;
    padding: 10px;
  }
  .brand_top_mv_wrap .slick-slide img {
    box-shadow: 0px 5px 10px 0px #0000001A;
  }
  /* .brand_top_mv_wrap .slick-list {
    margin-top: 2.77vw;
    padding: 0px 8%!important;
  } */
  .brand_top_mv_wrap :is(.slick-prev, .slick-next) {
    background: none;
    height: 40px;
    width: 40px;
  }
  .brand_top_mv_wrap .slick-prev {
    left: 6vw;
    top: calc(50% - 10%);
  }
  .brand_top_mv_wrap .slick-next {
    right: 6vw;
    top: calc(50% - 10%);
  }
  .brand_top_mv_wrap :is(.slick-prev, .slick-next)::before {
    font-size: 40px;
  }
  .brand_top_mv_wrap .slick-dots {
    bottom: -22px;
  }
  .brand_top_mv_wrap .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 4px;
  }
  .brand_top_mv_wrap .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .brand_top_mv_wrap .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #727272;
    border-radius: 50%;
  }
}

@media screen and (min-width: 768px) {

  .sp__scroll.new__products {
    margin-bottom: 80px;
  }


  .brand_top_mv_wrap {
    max-width: calc(1390px + 20px);
    margin: 20px auto 0;
    overflow: hidden;
  }
  .brand_top_mv_wrap .slick-slide a {
    display: block;
    padding: 10px;
  }
  .brand_top_mv_wrap .slick-slide img {
    box-shadow: 0px 5px 10px 0px #0000001A;
  }
  /* .brand_top_mv_wrap .slick-list {
    margin-top: min(2.77vw, 40px);
    padding: 0px min(12.5%, 180px)!important;
  } */
  .brand_top_mv_wrap :is(.slick-prev, .slick-next) {
    background: none;
    height: 60px;
    width: 60px;
    z-index: 1;
  }
  .brand_top_mv_wrap .slick-prev {
    /* left: min(11.8vw, 196px); */
    left: 0;
    /* top: calc(50% - 5%); */
    top: 50%;
  }
  .brand_top_mv_wrap .slick-next {
    /* right: min(11.8vw, 196px); */
    right: 0;
    /* top: calc(50% - 5%); */
    top: 50%;
  }
  .brand_top_mv_wrap :is(.slick-prev, .slick-next)::before {
    font-size: 60px;
  }
  .brand_top_mv_wrap .slick-dots {
    bottom: -22px;
  }
  .brand_top_mv_wrap .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 4px;
  }
  .brand_top_mv_wrap .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .brand_top_mv_wrap .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #727272;
    border-radius: 50%;
  }

}







/* --==========================================================================================

カテゴリ内商品一覧 用

==========================================================================================-- */

/* -----------------------------------------------
商品一覧
----------------------------------------------- */

/* 見出し・グループコメント */
.group_head-comment h1 {
  background: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding-left: 1em;
  position: relative;
}
.group_head-comment h1:after {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  width: 100%;
  height: 100%;
}
.group_head-comment p {
  line-height: 1.47;
}

/* 並び替えエリア（見出し直下） */
div.sort__wrap {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-align-items: flex-start;
	align-items: flex-start;
}
.sort__wrap h2 {
  border-left: 2px solid #000;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.48;
  padding-left: 1em;
}
.sort__select__box {
  position: relative;
}
.sort__select__box > strong {
  border-bottom: 1px solid #1D9BF0;
  color: #1D9BF0;
  display: block;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.48;
  padding-right: 1.5em;
  position: relative;
  cursor: pointer;
}
.sort__select__box > strong:after {
  content: "";
  aspect-ratio: 1 / 1;
  border-top: 2px solid #1D9BF0;
  border-right: 2px solid #1D9BF0;
  position: absolute;
  top: .4em;
  right: 0;
  transform: rotate(135deg);
}
.fs-c-productListItem__viewMoreImageButton,
.sort__select__box .fs-c-sortItems__label,
.sort__select__box .fs-c-listControl {
  display: none;
}
.sort__wrap ul.fs-c-sortItems__list {
  border: 1px solid #c5c5c5;
  position: absolute;
  top: 24px;
  right: 0;
  background: #fff;
  width: auto;
}
.sort__wrap .fs-c-sortItems__list {
  z-index: 2;
}
.sort__wrap .fs-c-sortItems__list li.is-active,
.sort__wrap .fs-c-sortItems__list li:has(a:hover) {
  background: #f8f8f8;
}
.sort__wrap .fs-c-sortItems__list li {
  cursor: default;
  box-sizing: border-box;
  padding: 2px 10px;
}
.sort__wrap .fs-c-sortItems__list li > * {
  word-break: keep-all;
  display: block;
}

/* ナンバリング用 */
body {
  counter-reset: cnt;
}
.fs-l-main:has(.sort__wrap .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-child(1).is-active) .fs-c-productList__list.ranking__list article:nth-child(-n+6):after,
.product__list__wrap.product__list__wrap__ranking .fs-c-productList__list.ranking__list article:nth-child(-n+6):after {
  color: #fff;
  counter-increment: cnt;
  content: counter(cnt);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><rect x="0" width="30" height="30" fill="%23727272"/></svg>');
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.fs-l-main:has(.sort__wrap .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-child(1).is-active) .fs-c-productList__list.ranking__list  article:nth-child(-n+3):after,
.product__list__wrap.product__list__wrap__ranking .fs-c-productList__list.ranking__list  article:nth-child(-n+3):after {
  color: #000;
}
.fs-l-main:has(.sort__wrap .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-child(1).is-active) .fs-c-productList__list.ranking__list  article:nth-child(1):after,
.product__list__wrap.product__list__wrap__ranking .fs-c-productList__list.ranking__list  article:nth-child(1):after {
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="35" viewBox="0 0 30 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H30V35L15 29L0 35V0Z" fill="%23E7EA4F"/></svg>');
}
.fs-l-main:has(.sort__wrap .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-child(1).is-active) .fs-c-productList__list.ranking__list  article:nth-child(2):after,
.product__list__wrap.product__list__wrap__ranking .fs-c-productList__list.ranking__list  article:nth-child(2):after {
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="35" viewBox="0 0 30 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H30V35L15 29L0 35V0Z" fill="%23D9D9D9"/></svg>');
}
.fs-l-main:has(.sort__wrap .fs-c-sortItems__list .fs-c-sortItems__list__item:nth-child(1).is-active) .fs-c-productList__list.ranking__list  article:nth-child(3):after,
.product__list__wrap.product__list__wrap__ranking .fs-c-productList__list.ranking__list  article:nth-child(3):after {
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="35" viewBox="0 0 30 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H30V35L15 29L0 35V0Z" fill="%23F4A74C"/></svg>');
}


@media screen and (max-width: 767px) {

  /* 見出し・グループコメント */
  div.group_head-comment {
    margin-bottom: 66px;
  }
  .group_head-comment {
    margin-top: 29px;
  }
  .group_head-comment h1 {
    font-size: 1.8rem;
    line-height: 1.4488;
    padding: .4em 0 .6em 15px;
  }
  .group_head-comment h1 {
    width: calc(100% - 3px);
  }
  .group_head-comment h1:after {
    top: 3px;
    left: 3px;
  }
  .group_head-comment p {
    font-size: 1.5rem;
    line-height: 1.66;
  }

  /* 並び替え */
  div.sort__wrap {
    margin-bottom: 28px;
  }
  .sort__wrap h2 {
    font-size: 1.7rem;
  }
  .sort__select__box > strong {
    font-size: 1.4rem;
    padding-bottom: 3px;
  }
  .sort__select__box > strong:after {
    width: 8px;
  }
  .sort__wrap .fs-c-sortItems__list li > * {
    font-size: 1.6rem;
    padding: .3em .5em .4em;
  }

  /* ナンバリング用 */
  .fs-c-productList__list.ranking__list article:nth-child(-n+6):after {
    font-size: 1.6rem;
    line-height: 1.5em;
    left: 8px;
    width: 1.5em;
    height: 1.75em;  
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .4)); 
  }

  /* 商品一覧 */
  div.fs-c-productList__list {
    margin-bottom: 90px;
  }
  main:has(.fs-c-pagination__item) div.fs-c-productList__list {
    margin-bottom: 30px;
  }
  .product__list__wrap {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 768px) {

  /* 見出し・グループコメント */
  div.group_head-comment {
    margin-bottom: 80px;
  }
  .group_head-comment h1 {
    font-size: 1.8rem;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .group_head-comment h1 {
    width: calc(100% - 2px);
  }
  .group_head-comment h1:after {
    top: 2px;
    left: 2px;
  }
  .group_head-comment p {
    font-size: 1.7rem;
    line-height: 25px;
  }

  /* 並び替え */
  div.sort__wrap {
    margin-bottom: 28px;
  }
  .sort__wrap h2 {
    font-size: 1.7rem;
  }
  .sort__select__box > strong {
    font-size: 1.4rem;
    padding-bottom: 3px;
  }
  .sort__select__box > strong:after {
    width: 8px;
  }
  .sort__wrap .fs-c-sortItems__list li > * {
    font-size: 1.4rem;
  }

  /* ナンバリング用 */
  .fs-c-productList__list.ranking__list article:nth-child(-n+6):after {
    font-size: 2rem;
    line-height: 30px;
    left: 8px;
    width: 30px;
    height: 35px;  
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .4)); 
  }

  /* 商品一覧 */
  div.fs-c-productList__list {
    margin-bottom: 90px;
  }
  main:has(.fs-c-pagination__item) div.fs-c-productList__list {
    margin-bottom: 30px;
  }
  .product__list__wrap {
    margin-bottom: 88px;
  }
}



/* -----------------------------------------------
人気のパックから探す
----------------------------------------------- */
.fs-l-main .pack__wrap li.pack__list__item {
  overflow: hidden;
}
.fs-l-main .pack__list .pack__list__item a {
  display: block;
}
.fs-l-main .pack__list .pack__list__item a span {
  display: none;
}

@media screen and (max-width: 767px) {

  .fs-l-main .pack__wrap {
    margin-top: 62px;
    margin-bottom: 30px;
  }
  .fs-l-main .pack__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .fs-l-main .pack__wrap li.pack__list__item {
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #98989840;
    width: 22.6%;
    margin-bottom: 3%;
  }
  .fs-l-main .pack__wrap .pack__list__item:not(:nth-child(4n)) {
    margin-right: 3.2%;
  }

}

@media screen and (min-width: 768px) {

  .fs-l-main .pack__wrap {
    margin-top: 88px;
    margin-bottom: 30px;
  }
  .fs-l-main .pack__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .fs-l-main .pack__wrap li.pack__list__item {
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #98989840;
    width: 10%;
    margin-bottom: 1%;
  }
  .fs-l-main .pack__wrap .pack__list__item:not(:nth-child(9n)) {
    margin-right: 1.25%;
  }

}



/* -----------------------------------------------
その他のパックから探す
----------------------------------------------- */
.etc__pack__wrap .acc__sw {
  position: relative;
}
.etc__pack__wrap .acc__sw:before,
.etc__pack__wrap .acc__sw:after {
  content: "";
  aspect-ratio: 1 / 1;
  position: absolute;
}
.etc__pack__wrap .acc__sw:before {
  background: #333333;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.etc__pack__wrap .acc__sw:after {
  top: 50%;
  transform: translateY(-66%) rotate(135deg);
  transition: all .3s;
}
.etc__pack__wrap.acc__open .acc__sw:after {
  top: 50%;
  transform: translateY(-36%) rotate(315deg);
}
.fs-l-main .pack__text__list .pack__text__list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.fs-l-main .pack__text__list__item:before {
  content: '';
  aspect-ratio: 1 / 1;
  background-color: #000;
}
.fs-l-main .pack__text__list__item a {
  text-decoration: underline;
  font-weight: 500;
  color: #1D9BF0;
}

@media screen and (max-width: 767px) {

  .etc__pack__wrap {
    margin-bottom: 46px;
  }
  .etc__pack__wrap .acc__sw:before {
    width: 35px;
  }
  .etc__pack__wrap .acc__sw:after {
    right: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    width: 14px;
  }
  .fs-l-main .etc__pack__inner .pack__text__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 15px 13px;
    padding-top: 15px;
  }
  .fs-l-main .pack__text__list__item:before {
    width: 1.2em;
    margin-right: 0.5em;
  }
  .fs-l-main .pack__text__list__item a {
    font-size: 1.7rem;
    line-height: 24.62px;
    letter-spacing: 0.02em;
  }

}

@media screen and (min-width: 768px) {

  .etc__pack__wrap {
    margin-bottom: 52px;
  }
  .etc__pack__wrap .acc__sw:before {
    width: 35px;
  }
  .etc__pack__wrap .acc__sw:after {
    right: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    width: 14px;
  }
  .fs-l-main .etc__pack__inner .pack__text__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 15px 13px;
    padding-top: 15px;
  }
  .fs-l-main .pack__text__list__item:before {
    width: 1.2em;
    margin-right: 0.5em;
  }
  .fs-l-main .pack__text__list__item a {
    font-size: 1.7rem;
    line-height: 24.62px;
    letter-spacing: 0.02em;
  }

}



/* -----------------------------------------------
特集ページから探す
----------------------------------------------- */
@media screen and (max-width: 767px) {
  
  .feature__link__wrap {
    margin-bottom: 46px;
  }
  .fs-l-main .feature__link__list .feature__link__list__item {
    margin-bottom: 2.8%;
  }

}

@media screen and (min-width: 768px) {
  
  .feature__link__wrap {
    margin-bottom: 32px;
  }
  .fs-l-main .feature__link__inner .feature__link__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .fs-l-main .feature__link__list .feature__link__list__item {
    width: 32.2%;
    margin-bottom: 1.4%;
  }
  .fs-l-main .feature__link__list .feature__link__list__item:not(:nth-child(3n)) {
    margin-right: 1.7%;
  }

}



/* -----------------------------------------------
レアリティから探す
----------------------------------------------- */
.rarity__wrap .rarity__inner {
  background: #F4F4F4;
}
.fs-l-main .rarity__inner .rarity__list {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.fs-l-main .rarity__list__item a {
  background: #fff;
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
}

@media screen and (max-width: 767px) {
  
  .rarity__wrap {
    margin-bottom: 46px;
  }
  .rarity__wrap .rarity__inner {
    padding: 21px 0 17px;
    position: relative;
  }
  .rarity__wrap .rarity__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #F4F4F4;
  }
  .fs-l-main .rarity__inner .rarity__list {
    width: 100%;
    position: relative;
  }
  .fs-l-main .rarity__list .rarity__list__item {
    width: 18%;
    margin-bottom: 2.5%;
  }
  .fs-l-main .rarity__list .rarity__list__item:not(:nth-child(5n)) {
    margin-right: 2.5%;
  }
  .fs-l-main .rarity__list__item a:has(span.size_15) {
    font-size: 1.5rem;
  }
  .fs-l-main .rarity__list__item a {
    height: 46px;
    border-radius: 10px;
    font-size: 2rem;
    transition: all .3s;
  }
  
}

@media screen and (min-width: 768px) {

  .rarity__wrap {
    margin-bottom: 45px;
  }
  .rarity__wrap .rarity__inner {
    padding: 18px 0 14px;
  }
  .fs-l-main .rarity__inner .rarity__list {
    width: 94.667%;
    max-width: 852px;
    margin: auto;
  }
  .fs-l-main .rarity__list .rarity__list__item {
    width: 7.62%;
    margin-bottom: .7%;
  }
  .fs-l-main .rarity__list .rarity__list__item:not(:nth-child(12n)) {
    margin-right: .778%;
  }
  .fs-l-main .rarity__list__item a:has(span.size_15) {
    font-size: 1.5rem;
  }
  .fs-l-main .rarity__list__item a {
    height: 46px;
    border-radius: 10px;
    font-size: 2rem;
    transition: all .3s;
  }
  .fs-l-main .rarity__list__item a:hover {
    background: #cfcfcf;
  }

}




/* -----------------------------------------------
タイプから探す
----------------------------------------------- */
.type__wrap .type__inner {
  background: #F4F4F4;
}
.fs-l-main .type__inner .type__list {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.fs-l-main .type__list__item a {
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
}
.fs-l-main .type__list__item a span.color__black {
  color: #000;
}

@media screen and (max-width: 767px) {
  
  .type__wrap {
    margin-bottom: 46px;
  }
  .type__wrap .type__inner {
    padding: 21px 0 17px;
    position: relative;
  }
  .type__wrap .type__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #F4F4F4;
  }
  .fs-l-main .type__inner .type__list {
    width: 100%;
    position: relative;
  }
  .fs-l-main .type__list .type__list__item {
    width: 18%;
    margin-bottom: 2.5%;
  }
  .fs-l-main .type__list .type__list__item:not(:nth-child(5n)) {
    margin-right: 2.5%;
  }
  .fs-l-main .type__list__item a {
    height: 46px;
    border-radius: 0 13px 0 0;
    font-size: 1.5rem;
    transition: all .3s;
  }
  .fs-l-main .type__list__item a:has(span.size_13) {
    font-size: 1.3rem;
    letter-spacing: -.07em;
  }
  
}

@media screen and (min-width: 768px) {
  
  .type__wrap {
    margin-bottom: 45px;
  }
  .type__wrap .type__inner {
    padding: 18px 0 14px;
  }
  .fs-l-main .type__inner .type__list {
    width: 94.667%;
    max-width: 852px;
    margin: auto;
  }
  .fs-l-main .type__list .type__list__item {
    width: 7.62%;
    margin-bottom: .7%;
  }
  .fs-l-main .type__list .type__list__item:not(:nth-child(12n)) {
    margin-right: .778%;
  }
  .fs-l-main .type__list__item a {
    height: 46px;
    border-radius: 0 13px 0 0;
    font-size: 1.5rem;
    transition: all .3s;
  }
  .fs-l-main .type__list__item a:has(span.size_13) {
    font-size: 1.3rem;
    letter-spacing: -.07em;
  }
  .fs-l-main .type__list__item a:hover {
    background: #cfcfcf;
  }

}



/* -----------------------------------------------
レギュレーションから探す
----------------------------------------------- */
.regulation__wrap .regulation__inner {
  background: #F4F4F4;
}
.fs-l-main .regulation__inner .regulation__list {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.fs-l-main .regulation__list__item a {
  background: #fff;
  width: 100%;
  text-align: center;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  padding: 0 .54em;
}

@media screen and (max-width: 767px) {
  
  .regulation__wrap {
    margin-bottom: 46px;
  }
  .regulation__wrap .regulation__inner {
    padding: 21px 0 17px;
    position: relative;
  }
  .regulation__wrap .regulation__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #F4F4F4;
  }
  .fs-l-main .regulation__inner .regulation__list {
    width: 100%;
    position: relative;
  }
  .fs-l-main .regulation__list .regulation__list__item {
    margin: 0 2.2% 2.8% 0;
  }
  .fs-l-main .regulation__list__item a:has(span.size_15) {
    font-size: 1.5rem;
  }
  .fs-l-main .regulation__list__item a {
    height: 46px;
    font-size: 2rem;
    transition: all .3s;
    border-radius: 10px;
  }
  .fs-l-main .regulation__list__item a:hover {
    background: #cfcfcf;
  }
  
}

@media screen and (min-width: 768px) {
  
  .regulation__wrap {
    margin-bottom: 45px;
  }
  .regulation__wrap .regulation__inner {
    padding: 18px 0 14px;
  }
  .fs-l-main .regulation__inner .regulation__list {
    width: 94.667%;
    max-width: 852px;
    margin: auto;
  }
  .fs-l-main .regulation__list .regulation__list__item {
    margin-right: .9%;
    margin-bottom: .9%;
  }
  .fs-l-main .regulation__list__item a:has(span.size_15) {
    font-size: 1.5rem;
  }
  .fs-l-main .regulation__list__item a {
    height: 46px;
    font-size: 2rem;
    transition: all .3s;
    border-radius: 10px;
  }
  .fs-l-main .regulation__list__item a:hover {
    background: #cfcfcf;
  }

}







/* --==========================================================================================

タグページ 用

==========================================================================================-- */


/* -----------------------------------------------
人気のカードから探す
----------------------------------------------- */
@media screen and (max-width: 767px) {
  
  .popular__link__wrap {
    margin-bottom: 46px;
  }
  .fs-l-main .popular__link__list .popular__link__list__item {
    margin-bottom: 2.8%;
  }

}

@media screen and (min-width: 768px) {
  
  .popular__link__wrap {
    margin-bottom: 32px;
  }
  .fs-l-main .popular__link__inner .popular__link__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .fs-l-main .popular__link__list .popular__link__list__item {
    width: 32.2%;
    margin-bottom: 1.4%;
  }
  .fs-l-main .popular__link__list .popular__link__list__item:not(:nth-child(3n)) {
    margin-right: 1.7%;
  }

}







/* --==========================================================================================

トレカ一覧 用

==========================================================================================-- */

/* -----------------------------------------------
ブランドから探す
----------------------------------------------- */
@media screen and (max-width: 767px) {
  
  .fs-body-category-all .brand__wrap:has( + .feature__link__wrap) {
    margin-bottom: 32px;
  }

}

@media screen and (min-width: 768px) {
  
  .fs-body-category-all .brand__wrap:has( + .feature__link__wrap) {
    margin-bottom: 32px;
  }

}

/* --==========================================================================================

検索結果 用

==========================================================================================-- */
.fs-body-search .feature__link__wrap {
  margin-bottom: 0;
}
.fs-body-search .product__list__wrap .head__fx > a {
  display: none;
}

@media screen and (max-width: 767px) {
  .fs-body-search .product__list__wrap {
    margin-top: 42px;
  }
  .fs-body-search .feature__link__wrap {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-search .product__list__wrap {
    margin-top: 72px;
  }
  .fs-body-search .feature__link__wrap {
    margin-top: 64px;
  }
}

/* --==========================================================================================

パック情報、このパックの特徴

==========================================================================================-- */
h2.con__heading {
  font-weight: 700;
  position: relative;
}
h2.con__heading::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.card__info__table .card__table__wrap {}
.card__table__wrap table {
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  width: 100%;
}
.card__table__wrap table tr {}
.card__table__wrap table tr:has(> :nth-child(2):last-child) * {
  width: 50%;
}
.card__table__wrap table tr:has(> :nth-child(3):last-child) * {
  width: 33.3%;
}
.card__table__wrap table tr:has(> :nth-child(4):last-child) * {
  width: 25%;
}
.card__table__wrap table tr:has(> :nth-child(5):last-child) * {
  width: 20%;
}
.card__table__wrap table tr > * {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.4rem;
  padding: .7em .8em;
  text-align: left;
}
.card__table__wrap table th {
  background: #f8f8f8;
}

.card__description p {
  font-weight: 500;
}
.card__description p + p {
  margin-top: 1rem;
}
.card__description p a {
  color: #1D9BF0;
}

@media screen and (max-width: 767px) {
  h2.con__heading {
    font-size: 1.7rem;
    line-height: 1.448;
    letter-spacing: 0.02em;
    padding-left: 18px;
  }
  h2.con__heading::before {
    width: 2px;
    height: calc(100% - 0.08em);
  }
  
  .card__table__wrap {
    margin-top: 14px;
    padding-bottom: 40px;
  }

  .card__description {
    margin-top: 14px;
  }
  .card__description p {
    font-size: 1.5rem;
    line-height: 1.448;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) {
  h2.con__heading {
    font-size: 1.7rem;
    line-height: 1.448;
    letter-spacing: 0.02em;
    padding-left: 18px;
  }
  h2.con__heading::before {
    width: 2px;
    height: calc(100% - 0.08em);
  }

  .card__table__wrap {
    margin-top: 16px;
    padding-bottom: 60px;
  }

  .card__description {
    margin-top: 16px;
  }
  .card__description p {
    font-size: 1.5rem;
    line-height: 1.448;
    letter-spacing: 0.02em;
  }
}