@charset "UTF-8";

/* 色のカスタムプロパティ */
:root {
  --main-red: #dd2c00;
  --main-red02: #e60012;
  --main-yellow: #ffec8d;
  --main-black: #000000;
  --main-gray: #cccccc;
  --main-gray02: #ccc;
  --main-bg: #f1f1f1;
}

/* prettier-ignore */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
p {
  line-height: 1.4;
  margin-bottom: 10px;
}
/* prettier-ignore */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: var(--main-black);
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: var(--main-black);
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.fs-body-top .fs-l-header .wrapper {
  background: #eee;
}
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  margin-top: -15px;
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.6);
}
.fs-c-slick .slick-prev {
  left: 0 !important;
}
.fs-c-slick .slick-next {
  right: 0 !important;
}
.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  font-size: 30px;
  opacity: 1;
}
/**/
.fs-l-main {
  margin: 0px auto;
}
.fs-pt-carousel__track {
  position: relative;
  width: 1000px;
  margin: 5px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .fs-body-top .fs-l-header {
    margin-top: 0;
  }
}
.fs-body-top .fs-p-heading--lv2 {
  border-bottom: none;
  max-width: 100%;
  margin-bottom: 10px;
}
.fs-body-top .fs-p-heading--lv5 {
  margin-bottom: 20px;
}
.fs-p-heading--lv2:not(:first-child) {
  margin-top: 5px;
}
.fs-body-top .fs-l-pageMain {
}
.fs-body-top .fs-l-pageMain .accordion-wrapper {
  padding: 0;
}
.fs-body-top .no-disp-top {
  display: none;
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-l-pageMain {
    max-width: 660px;
  }
  .fs-body-top .fs-l-pageMain .main-container {
    max-width: 100%;
  }
  .fs-body-top .fs-l-pageMain .side-container {
  }
}

@media screen and (min-width: 1200px) {
  .fs-body-top .fs-l-pageMain .main-container {
    max-width: 980px;
  }
}
@media screen and (min-width: 768px) {
  .fs-body-top .side-cat-standard {
    display: none;
  }
}
.fs-body-top .feature-content {
  margin: 16px 0;
  max-width: 660px;
}
.fs-body-top .feature-content a {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 130px 1fr;
  color: #362e2b;
  text-decoration: none;
}
.fs-body-top .feature-content a:hover {
  color: #c45500;
}
.fs-body-top .feature-content a:hover img {
  opacity: 0.8;
}
.fs-body-top .feature-content .title {
  margin-left: 1rem;
}
.fs-body-top .feature-content .title h3 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(0%, #ffec8d), color-stop(80%, #ffec8d), color-stop(0%, #fff));
  background: -webkit-linear-gradient(#fff 60%, #ffec8d 0%, #ffec8d 80%, #fff 0%);
  background: linear-gradient(#fff 60%, #ffec8d 0%, #ffec8d 80%, #fff 0%);
  position: relative;
  padding: 0 4rem 0 0;
  font-size: 2rem;
}
.fs-body-top .feature-content .title h3::after {
  content: "≫";
  position: absolute;
  top: 80%;
  margin-left: 1.6rem;
  margin-top: -1.4rem;
}
.fs-body-top .feature-content .text {
  grid-column: 1 / -1;
}

@media screen and (min-width: 768px) {
  .fs-body-top .feature-content a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fs-body-top .feature-content a h3 {
    display: inline-block;
    padding: 0 60px 4px 6px;
    margin: 0 0 1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffec8d));
    background: -webkit-linear-gradient(transparent 50%, #ffec8d 50%);
    background: linear-gradient(transparent 50%, #ffec8d 50%);
  }
}

@media screen and (min-width: 1024px) {
  .fs-body-top .feature-content a {
    -ms-grid-columns: 216px 1fr;
    grid-template-columns: 216px 1fr;
  }
  .fs-body-top .feature-content .thumb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .fs-body-top .feature-content .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .fs-body-top .feature-content .text {
    -ms-grid-column: 2 / -1;
    grid-column: 2 / -1;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    margin-left: 1rem;
    margin-top: -8rem;
  }
}
.fs-body-top .search-standard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.fs-body-top .search-standard-container dl {
  width: calc(100% / 4 - 8px);
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  margin: 0;
  padding: 7px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.fs-body-top .search-standard-container dl:nth-child(4n) {
  margin-right: 0px;
}
.fs-body-top .search-standard-container dt {
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  height: 68px;
  margin-bottom: 10px;
}
.fs-body-top .search-standard-container p {
  color: var(--main-black);
}
.fs-body-top .search-standard-container dt img {
  margin-right: 10px;
}
.fs-body-top .search-standard-container dd {
  margin-left: 0;
}
.fs-body-top .search-standard-container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fs-body-top .search-standard-container ul li {
  display: inline-block;
  width: 49%;
  position: relative;
}
.fs-body-top .search-standard-container ul li a:hover {
  background: #ffeae9;
  border: 1px solid #ee8b74;
}
.fs-body-top .search-standard-container ul li a {
  margin-bottom: 5px;
  border: 1px solid #bbbbbb;
  padding: 7px 15px 7px 5px;
  font-size: 1.2rem;
  border-radius: 5px;
  background: #fefefe;
  color: #3c3c3c;
  display: block;
}
.fs-body-top .search-standard-container ul li > a {
  position: relative;
}
.fs-body-top .search-standard-container ul li > a:hover {
  color: var(--main-black);
  text-decoration: none;
}

.fs-body-top .search-standard-container ul li > a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--main-red);
  top: 50%;
  margin-top: -8px;
  right: 5px;
}

.fs-body-top .search-standard-container ul li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -4px;
}

.fs-body-top #searchCond {
  padding: 1rem;
  background: #fcfcfc;
  border: solid 1px #d2d2d2;
  max-width: 660px;
}

@media screen and (min-width: 768px) {
  .fs-body-top .top-search-container {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .fs-body-top .top-search-container td {
    padding: 10px 0;
  }
  .fs-body-top .top-search-container td label {
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fs-body-top .top-search-container td {
    display: list-item;
    list-style: none;
  }
  .fs-body-top .top-search-container .price-cell {
    display: inline-block;
    width: 48%;
  }
  .fs-body-top .top-search-container .jkeyword {
    max-width: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .fs-body-top .top-search-container .label-cell {
    text-align: right;
  }
}

.fs-body-top .fs-p-dateList,
.fs-body-top #topNewsBox {
  max-width: 980px;
  height: 230px;
  overflow: auto;
  margin: 0;
  line-height: 1.4;
}
.fs-body-top #topNewsBox tbody {
  font-size: 1.4rem;
}
.fs-body-top #topNewsBox td > *:first-child {
  color: #3c3c3c;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item,
.fs-body-top #topNewsBox .fs-pt-list__item {
  border: 1px dotted #adadad;
  border-width: 0 0 1px 0;
  padding: 8px 14px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 110px 1fr;
  -ms-grid-columns: 110px 1fr;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item .list-date,
.fs-body-top #topNewsBox .fs-pt-list__item .list-date {
  margin-right: 10px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item time,
.fs-body-top #topNewsBox .fs-pt-list__item time {
  background: transparent;
  color: #362e2b;
}

.fs-body-top .fs-p-dateList .fs-pt-list__item .list-content,
.fs-body-top #topNewsBox .fs-pt-list__item .list-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.fs-body-top #topNewsBox iframe {
  width: 100%;
  height: 230px;
  overflow: auto;
}

.fs-body-top #topNewsBox table {
  border-spacing: 0;
  border-collapse: collapse;
}
.fs-body-top #topNewsBox table th {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  padding: 10px 0 10px 10px;
  vertical-align: top;
}
.fs-body-top #topNewsBox table td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #f7f7f7;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-p-dateList,
  .fs-body-top #topNewsBox {
    margin: 0 0 40px;
  }
}
/* top_cat_serch */
.fs-body-top .top_cat_serch {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-bottom: 50px;
}
.fs-body-top .top_cat_serch_li .text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.fs-body-top .top_cat_serch_li .text a {
  color: var(--main-black);
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.7;
}
.fs-body-top .top_cat_serch_li .text a:hover {
  color: var(--main-red);
}
.fs-body-top .top_cat_serch_li .left {
  margin-right: 5px;
}
.fs-body-top .top_cat_serch .top_cat_serch_li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #f4f4f4;
}
.top_cat_serch .top_cat_serch_li h3 {
  padding: 8px 10px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0 10px 0;
}
.old_cat_serch .top_cat_serch_li h3 {
  background: #ffecbb;
}
.new_cat_serch .top_cat_serch_li h3 {
  background: #ffeae9;
}
.cat_serch_col {
  display: flex;
}
.fs-body-top .top_cat_serch .top_cat_serch_li h3 a {
  display: block;
  color: var(--main-black);
  font-weight: 900;
  position: relative;
}
.fs-body-top .top_cat_serch .top_cat_serch_li h3 a:hover {
  color: var(--main-red);
}
.fs-body-top .top_cat_serch .top_cat_serch_li h3 a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--main-red);
  top: 50%;
  margin-top: -8px;
  right: -3px;
}
.fs-body-top .top_cat_serch .top_cat_serch_li h3 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -4px;
}
@media screen and (max-width: 1024px) {
  .fs-body-top .top_cat_serch .top_cat_serch_li {
    width: calc(100% / 3 - 10px);
  }
}
/* top_cat_serch */
.top_special_serch {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-bottom: 50px;
}
.top_special_serch .top_special_serch_li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #f4f4f4;
  text-align: center;
}
.top_special_serch .top_special_serch_li a {
  color: var(--main-black);
}
.top_special_serch .top_special_serch_li img {
  margin: 15px 0;
}
.top_special_serch .top_special_serch_li h3 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 15px;
}
/* banner_area */
.banner_row_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.banner_row_box .banner_1col {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.banner_row_box .banner_3col {
  width: calc(100% / 3 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.banner_row_box .banner_3col img {
  width: 100%;
}
.banner_row_box .banner_2col {
  width: calc(100% / 2 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.banner_row_box .banner_2col img {
  width: 100%;
}
.banner_row_box .banner_5col {
  width: calc(100% / 5 - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.banner_row_box .banner_5col img {
  width: 100%;
}
.fs-body-top .fs-item-heading {
  margin-bottom: 20px;
}
.fs-body-top .fs-item-heading img {
  vertical-align: bottom;
}
.fs-body-top .fs-c-productListCarousel {
  background: #f1f1f1;
  padding: 22px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 980px;
}
.fs-body-top .fs-c-productListCarousel__ctrl {
  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
  min-width: 18px;
}
.fs-body-top .fs-c-productListCarousel__ctrl:first-child {
  padding-right: 40px;
}
.fs-body-top .fs-c-productListCarousel__ctrl:last-child {
  padding-left: 40px;
}
.fs-body-top .fs-c-slick .slick-slide {
  background: #fff;
  max-width: calc(100% / 3);
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-c-slick .slick-slide {
    background: #fff;
    margin-right: 18px;
    max-width: none;
  }
  .fs-body-top .fs-c-slick .fs-c-productListCarousel__list__item {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 256px;
    min-width: 130px;
    padding: 10px;
    height: 400px;
  }
  .fs-body-top .fs-c-slick .slide img {
    max-width: 120px;
  }
  .fs-body-top .fs-c-slick .fs-c-button--addToWishList--icon {
    display: none;
  }
  .fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    margin: 8px 0;
    line-height: 1.4;
  }
}
.fs-body-top .top-bnr-area {
  margin-top: 20px;
}
.fs-body-top .top-bnr-area > div {
  margin-bottom: 20px;
}
.fs-body-top .container_bnrarea {
  max-width: 660px;
  margin-bottom: 20px;
}
.fs-body-top .container_bnrarea .list-menu {
  max-width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-body-top .container_bnrarea .list-menu li {
  margin-bottom: 10px;
}
.fs-body-top .container_bnrarea a {
  position: relative;
  display: block;
  line-height: 1;
}
.fs-body-top .container_bnrarea a img {
  width: 100%;
  border: 1px solid #ccc;
}

.fs-body-top .container_bnrarea .container_bnrarea_big li {
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
}
.fs-body-top .container_bnrarea .container_bnrarea_sm li {
  width: 212px;
  margin: 0 12px 12px 0;
}
.fs-body-top .container_bnrarea .container_bnrarea_sm li:nth-child(3n) {
  margin: 0 0 12px 0;
}
.fs-body-top .bnr_B001 {
  margin-bottom: 10px;
}
.fs-body-top .bnr_B002 li {
  margin-bottom: 6px;
}
.fs-body-top .top-pick-area {
  background: #f1f1f1;
  padding-top: 6px;
  max-width: 660px;
}
.fs-body-top .top-pick-area li {
  text-align: center;
  margin: 0 auto 6px;
}
.fs-body-top .serviceBox {
  background: #f2f2f2;
}
.fs-body-top .serviceBox h2 {
  color: #e92e03;
  font-size: 1.4rem;
  padding: 10px 10px;
  border-bottom: 3px solid #e92e03;
  background: url(https://tools.itembox.design/item/common/img02/common_bg01.png) 0 0 repeat;
}
.fs-body-top .serviceBox .slideBannerList {
  padding: 10px;
}
.fs-body-top .fs-c-slick .slick-dots li button:before {
  color: #222;
}
.fs-body-top .fs-c-slick .slick-dots li.slick-active button:before {
  color: #428bca;
}
.fs-body-top .fs-l-footer__contents .accordion-wrapper {
  display: none;
}
.fs-body-top .accordion-wrapper .cat-new-goods {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.fs-body-top .accordion-wrapper .cat-secondhand {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.fs-pt-carousel__slide {
  border: 1px solid #ccc;
}

/*-----------------------
slider
------------------------*/
.swiper-wrapper {
  width: 100%;
  max-height: 262px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ccc;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #ccc;
}
.swiper-slide img {
  border: 1px solid #ccc;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #777777;
}
.swiper-pagination-bullet {
  background-color: #777777;
}
.swiper-box {
  position: relative;
  margin: 10px auto 30px;
}

/* 前への矢印 */
.swiper-button-prev {
  left: -40px;
}
/* 次への矢印 */
.swiper-button-next {
  right: -40px;
}
/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -20px !important;
}

/*-----------------------
main
------------------------*/
/* common */
.top_main_headline2 {
  color: var(--main-red02);
  font-size: 2.4rem;
  font-weight: 900;
  margin: 20px 0;
}
/* 202409 add----- */
.top_main_headline2_h3 {
  color: var(--main-red02);
  font-size: 2rem;
  font-weight: 900;
  margin: 20px 0;
}
/* //202409 add----- */
