:root {
  --scrollbar-size-px: 0px;
}

.contents-wrapper {
  line-height: 1;
}

.contents-wrapper div, .contents-wrapper span, .contents-wrapper applet, .contents-wrapper object, .contents-wrapper iframe,
.contents-wrapper h1, .contents-wrapper h2, .contents-wrapper h3, .contents-wrapper h4, .contents-wrapper h5, .contents-wrapper h6, .contents-wrapper p, .contents-wrapper blockquote, .contents-wrapper pre,
.contents-wrapper a, .contents-wrapper abbr, .contents-wrapper acronym, .contents-wrapper address, .contents-wrapper big, .contents-wrapper cite, .contents-wrapper code,
.contents-wrapper del, .contents-wrapper dfn, .contents-wrapper em, .contents-wrapper img, .contents-wrapper ins, .contents-wrapper kbd, .contents-wrapper q, .contents-wrapper s, .contents-wrapper samp,
.contents-wrapper small, .contents-wrapper strike, .contents-wrapper strong, .contents-wrapper sub, .contents-wrapper sup, .contents-wrapper tt, .contents-wrapper var,
.contents-wrapper b, .contents-wrapper u, .contents-wrapper i, .contents-wrapper center,
.contents-wrapper dl, .contents-wrapper dt, .contents-wrapper dd, .contents-wrapper ol, .contents-wrapper ul, .contents-wrapper li,
.contents-wrapper fieldset, .contents-wrapper form, .contents-wrapper label, .contents-wrapper legend,
.contents-wrapper table, .contents-wrapper caption, .contents-wrapper tbody, .contents-wrapper tfoot, .contents-wrapper thead, .contents-wrapper tr, .contents-wrapper th, .contents-wrapper td,
.contents-wrapper article, .contents-wrapper aside, .contents-wrapper canvas, .contents-wrapper details, .contents-wrapper embed,
.contents-wrapper figure, .contents-wrapper figcaption, .contents-wrapper footer, .contents-wrapper header, .contents-wrapper hgroup,
.contents-wrapper menu, .contents-wrapper nav, .contents-wrapper output, .contents-wrapper ruby, .contents-wrapper section, .contents-wrapper summary,
.contents-wrapper time, .contents-wrapper mark, .contents-wrapper audio, .contents-wrapper video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.contents-wrapper article, .contents-wrapper aside, .contents-wrapper details, .contents-wrapper figcaption, .contents-wrapper figure,
.contents-wrapper footer, .contents-wrapper header, .contents-wrapper hgroup, .contents-wrapper menu, .contents-wrapper nav, .contents-wrapper section {
  display: block;
}

.contents-wrapper ol, .contents-wrapper ul {
  list-style: none;
}

.contents-wrapper blockquote, .contents-wrapper q {
  quotes: none;
}

.contents-wrapper blockquote:before, .contents-wrapper blockquote:after,
.contents-wrapper q:before, .contents-wrapper q:after {
  content: '';
  content: none;
}

.contents-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 1199px) {
  .contents-wrapper .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .contents-wrapper .sp {
    display: none !important;
  }
}

.contents-wrapper .anchor {
  position: relative;
}

.contents-wrapper .anchor .anchor-point {
  position: absolute;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bestseller-container {
  background-color: white;
}

@media screen and (min-width: 1200px) {
  .bestseller-container .bestseller-inner {
    padding-top: 61px;
    padding-bottom: 45px;
    width: calc(1190 / 1366 * 100vw - 1190 / 1366 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1920px) {
  .bestseller-container .bestseller-inner {
    width: 1672.62079px;
  }
}

@media screen and (max-width: 1199px) {
  .bestseller-container .bestseller-inner {
    width: calc(329 / 375 * 100vw - 329 / 375 * var(--scrollbar-size-px));
    -moz-column-gap: calc(26 / 375 * 100vw - 26 / 375 * var(--scrollbar-size-px));
    column-gap: calc(26 / 375 * 100vw - 26 / 375 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(11 / 375 * 100vw - 11 / 375 * var(--scrollbar-size-px));
  }
}

.bestseller-container .section-title {
  color: black !important;
}

.bestseller-container .sub-title5s {
  color: black !important;
}

.bestseller-container .list-wrapper {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .bestseller-container .list-wrapper {
    gap: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .bestseller-container .list-wrapper {
    width: calc(329 / 375 * 100vw - 329 / 375 * var(--scrollbar-size-px));
    -moz-column-gap: calc(26 / 375 * 100vw - 26 / 375 * var(--scrollbar-size-px));
    column-gap: calc(26 / 375 * 100vw - 26 / 375 * var(--scrollbar-size-px));
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(11 / 375 * 100vw - 11 / 375 * var(--scrollbar-size-px));
    padding-bottom: calc(38 / 375 * 100vw - 38 / 375 * var(--scrollbar-size-px));
  }
}

.bestseller-container .bestseller-list {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .bestseller-container .bestseller-list {
    gap: 5px;
    margin-top: 9px;
  }
}

@media screen and (max-width: 1199px) {
  .bestseller-container .bestseller-list {
    flex-direction: column;
    row-gap: calc(18 / 375 * 100vw - 18 / 375 * var(--scrollbar-size-px));
    width: calc(152 / 375 * 100vw - 152 / 375 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 1199px) {
  .bestseller-container .bestseller-item {
    height: calc(219 / 375 * 100vw - 219 / 375 * var(--scrollbar-size-px));
  }
}

.bestseller-container .bestseller-item a img {
  width: 100%;
}

.bestseller-container .bestseller-name {
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .bestseller-container .bestseller-name {
    margin-top: 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .bestseller-container .bestseller-name {
    letter-spacing: -.01em;
    font-size: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    height: calc(40 / 375 * 100vw - 40 / 375 * var(--scrollbar-size-px));
  }
}

.bestseller-container .price {
  line-height: 1.5;
}

@media screen and (min-width: 1200px) {
  .bestseller-container .price {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .bestseller-container .price {
    font-size: calc(10 / 375 * 100vw - 10 / 375 * var(--scrollbar-size-px));
    margin-top: calc(5 / 375 * 100vw - 5 / 375 * var(--scrollbar-size-px));
  }
}
