@font-face {
  font-family: at_m;
  src: url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Gothic_Medium.woff2") format("woff2"), url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Gothic_Medium.woff") format("woff");
}
@font-face {
  font-family: at_b;
  src: url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Heavy_Gothic.woff2") format("woff2"), url("https://bagmania.itembox.design/item/assets/font/AT_Sackers_Heavy_Gothic.woff") format("woff");
}
[class^=tab-panel_].__ranking .__ranking-gerne, [class*=" tab-panel_"].__ranking .__ranking-gerne {
  justify-content: flex-start;
  margin: 0;
}

[class^=tab-panel_].__ranking [class^=tgl-swi_].active > p, [class^=tab-panel_].__ranking [class*=" tgl-swi_"].active > p, [class*=" tab-panel_"].__ranking [class^=tgl-swi_].active > p, [class*=" tab-panel_"].__ranking [class*=" tgl-swi_"].active > p {
  border-bottom: 2px solid #000;
  padding-bottom: 0.2rem;
}

[class^=tab-panel_].__ranking [class^=tgl-swi_] p, [class^=tab-panel_].__ranking [class*=" tgl-swi_"] p, [class*=" tab-panel_"].__ranking [class^=tgl-swi_] p, [class*=" tab-panel_"].__ranking [class*=" tgl-swi_"] p {
  border-bottom: 2px solid transparent;
  padding-bottom: 0.2rem;
}

[class^=tab-panel_].__ranking [class^=tgl-swi_] p:hover, [class^=tab-panel_].__ranking [class^=tgl-swi_] p:active, [class^=tab-panel_].__ranking [class^=tgl-swi_] p:focus, [class^=tab-panel_].__ranking [class*=" tgl-swi_"] p:hover, [class^=tab-panel_].__ranking [class*=" tgl-swi_"] p:active, [class^=tab-panel_].__ranking [class*=" tgl-swi_"] p:focus, [class*=" tab-panel_"].__ranking [class^=tgl-swi_] p:hover, [class*=" tab-panel_"].__ranking [class^=tgl-swi_] p:active, [class*=" tab-panel_"].__ranking [class^=tgl-swi_] p:focus, [class*=" tab-panel_"].__ranking [class*=" tgl-swi_"] p:hover, [class*=" tab-panel_"].__ranking [class*=" tgl-swi_"] p:active, [class*=" tab-panel_"].__ranking [class*=" tgl-swi_"] p:focus {
  border-bottom: 2px solid #000;
}

[class^=tab-panel_].__ranking > * + *, [class*=" tab-panel_"].__ranking > * + * {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  [class^=tab-panel_].__ranking > * + *, [class*=" tab-panel_"].__ranking > * + * {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  [class^=tab-panel_].__ranking [class^=tgl-swi_] p, [class^=tab-panel_].__ranking [class*=" tgl-swi_"] p, [class*=" tab-panel_"].__ranking [class^=tgl-swi_] p, [class*=" tab-panel_"].__ranking [class*=" tgl-swi_"] p {
    font-size: 1.4rem;
    margin: 0 0.5rem;
    color: #000;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  [class^=tab-panel_].__ranking [class^=tgl-swi_] p, [class^=tab-panel_].__ranking [class*=" tgl-swi_"] p, [class*=" tab-panel_"].__ranking [class^=tgl-swi_] p, [class*=" tab-panel_"].__ranking [class*=" tgl-swi_"] p {
    margin: 0 1.5rem;
  }
}

.fs-p-heading--lv2 {
  display: none !important;
}

.fr3-productListStatic {
  padding: 0;
  gap: 2rem 1.5rem;
}

.fr3-item__productName {
  line-height: 1.25;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .fr3-item__productName {
    font-size: 1.4rem;
  }
}
.fr3-item__productPrice {
  color: #333;
}
.fr3-item__productPrice__price {
  line-height: 1.25;
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .fr3-item__productPrice__price {
    font-size: 1.4rem;
  }
}
.fr3-item__productPrice__addon {
  line-height: 1.25;
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .fr3-item__productPrice__addon {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .__ranking .fr3-productListStatic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .__ranking .fr3-productListStatic {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
.__ranking .fr3-item {
  border: 1px solid #c8c8c8;
  counter-increment: rank;
  position: relative;
  z-index: 0;
}
.__ranking .fr3-item__rankContainer {
  display: none !important;
}
.__ranking .fr3-item:before {
  content: "0" counter(rank);
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: at_b, sans-serif;
  letter-spacing: 0.05em;
  line-height: 100%;
  color: #646464;
  font-size: 1.6rem;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .__ranking .fr3-item:before {
    font-size: 3rem;
  }
}
.__ranking .fr3-item:nth-child(n+10):before {
  content: counter(rank);
}
.__ranking .fr3-item:nth-child(1) {
  background-color: #e2e2e2;
  grid-column: 1/3;
}
@media screen and (min-width: 900px) {
  .__ranking .fr3-item:nth-child(1) {
    grid-row: 1/3;
  }
}
.__ranking .fr3-item:nth-child(1) .fr3-item__productName {
  font-size: 1.4rem;
  padding: 15px 15px 0;
}
@media screen and (min-width: 768px) {
  .__ranking .fr3-item:nth-child(1) .fr3-item__productName {
    font-size: 1.6rem;
    padding: 40px 15px 0;
  }
}
.__ranking .fr3-item:nth-child(1) .fr3-item__productPrice {
  padding: 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .__ranking .fr3-item:nth-child(1) .fr3-item__productPrice {
    padding: 0 15px 40px;
  }
}
.__ranking .fr3-item:nth-child(1) .fr3-item__productPrice__price {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .__ranking .fr3-item:nth-child(1) .fr3-item__productPrice__price {
    font-size: 1.6rem;
  }
}
.__ranking .fr3-item:nth-child(1):before {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  color: #000;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .__ranking .fr3-item:nth-child(1):before {
    font-size: 4rem;
  }
}
@media screen and (min-width: 900px) {
  .__ranking .fr3-item:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 900px) {
  .__ranking .fr3-item:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 900px) {
  .__ranking .fr3-item:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 900px) {
  .__ranking .fr3-item:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
.__ranking .fr3-item__link {
  display: block;
  gap: 0;
}
.__ranking .fr3-item__productName {
  padding: 0 15px;
}
.__ranking .fr3-item__productPrice {
  padding: 0 15px 15px;
}
@media screen and (min-width: 768px) {
  .__ranking .fr3-item__productPrice {
    padding: 0 15px 40px;
  }
}
.__ranking .fr3-item__imageContainer {
  display: block;
  margin: 0;
  padding: 15px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .__ranking .fr3-item__imageContainer {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .__ranking .fr3-item__imageContainer img {
    width: auto;
  }
}
.__ranking .fr3-item__imageContainer img:hover, .__ranking .fr3-item__imageContainer img:active, .__ranking .fr3-item__imageContainer img:focus {
  opacity: 1 !important;
}

.fs-body-top .__ranking .fr3-item:nth-child(n+6) {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .fs-body-top .__ranking .fr3-item__imageContainer img {
    width: 100%;
  }
}

.category_ranking .fr3-item {
  background-color: #fff;
  counter-increment: crank;
  position: relative;
  z-index: 0;
}
.category_ranking .fr3-item:nth-child(n+5) {
  display: none !important;
}
.category_ranking .fr3-item__rankContainer {
  display: none !important;
}
.category_ranking .fr3-item:before {
  content: "0" counter(crank);
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: at_b, sans-serif;
  letter-spacing: 0.05em;
  line-height: 100%;
  color: #000;
  font-size: 1.5rem;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .category_ranking .fr3-item:before {
    font-size: 2rem;
  }
}
.category_ranking .fr3-item:nth-child(n+10):before {
  content: counter(crank);
}
.category_ranking .fr3-item__link {
  padding: 15px 15px 0;
}
.category_ranking .fr3-item__productPrice {
  padding: 0 15px 15px;
}

.fr3-productListCarousel {
  position: relative;
  display: block;
}
@media screen and (min-width: 640px) {
  .fr3-productListCarousel__slides {
    padding-bottom: 3rem;
  }
}
.fr3-productListCarousel__ButtonContainer {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  width: 20px;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .fr3-productListCarousel__ButtonContainer {
    width: 50px;
  }
}
.fr3-productListCarousel__ButtonContainer button {
  background: url(https://bagmania.itembox.design/item/assets/img/btn_slider.svg) no-repeat center top 26%/100% auto;
}
@media screen and (min-width: 768px) {
  .fr3-productListCarousel__ButtonContainer button {
    background-position: center top min(9vw, 120px);
  }
}
.fr3-productListCarousel__ButtonContainer button img {
  display: none;
}
.fr3-productListCarousel__ButtonContainer:first-of-type {
  left: -1rem;
  transform: scale(-1, 1);
}
@media screen and (min-width: 640px) {
  .fr3-productListCarousel__ButtonContainer:first-of-type {
    left: -2.4rem;
  }
}
.fr3-productListCarousel__ButtonContainer:last-of-type {
  right: -1rem;
}
@media screen and (min-width: 640px) {
  .fr3-productListCarousel__ButtonContainer:last-of-type {
    right: -2.4rem;
  }
}

_::-webkit-full-page-media, _:future, :root .fr3-item:before {
  line-height: 2;
}

_::-webkit-full-page-media, _:future, :root .__ranking .fr3-item:first-child:before {
  padding-bottom: 0;
  padding-top: 1rem;
  line-height: 1;
}/*# sourceMappingURL=recommend.css.map */