@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;

  --main-yellow02: #f1aa00;
}

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;
}

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: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}

/*img:hover {
  opacity: .8;
}*/
/* top sidenav */
/*.side-cat dd ul {
    margin: 10px 0 0;
    padding: 0 !important;
    font-size: 1.4rem;
    list-style-type: none;
}
.side-cat dd ul a {
    position: relative;
    display: block !important;
    padding-right: 16px !important;
}
.side-cat dd ul li {
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 8px !important;
    padding: 0 8px 8px 8px !important;
}
.side-cat dd ul a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5803 !important;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.side-cat dd ul li::before {
    content: none !important;
}*/
.fs-body-top {
  /* top sidenav */
  /* feature area */
  /* standard */
  /* searchCond */
  /* news area */
  /* top category table */
  /* item slider area  */
  /* banner area */
  /* service box */
  /* slick */
  /* sp top accordion */
}

/*.fs-body-top .fs-l-header {
  margin-bottom: 0;
  padding-top: 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;
    /*padding-top: 8px;*/
  }
}

.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-p-heading--lv5 {
    background: url(https://tools.itembox.design/item/img/top/bnr_area/top_tit_bg.gif) 0 0 no-repeat;
  }*/
  .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: .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 .top-title-classic {
    width: 100%;
    height: 38px;
    display: inline-block;
    background-color: #004C8A;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    border: solid 1px #004C8A;
    background: rgb(0,90,162);
    background: -moz-linear-gradient(top,  rgb(0,90,162) 0%, rgb(0,76,138) 100%);
    background: -webkit-linear-gradient(top,  rgb(0,90,162) 0%,rgb(0,76,138) 100%);
    background: linear-gradient(to bottom,  rgb(0,90,162) 0%,rgb(0,76,138) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aa2', endColorstr='#004c8a',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #80dbff;
    -moz-box-shadow: inset 0px 1px 0px #80dbff;
    box-shadow: inset 0px 1px 0px #80dbff;
    border-radius: 4px 4px 0 0;
}
.fs-body-top .top-title-classic_02 {
    width: 100%;
    height: 38px;
    display: inline-block;
    background-color: #276e2c;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    border: solid 1px #276e2c;
    background: rgb(34,135,41);
    background: -moz-linear-gradient(top,  rgba(34,135,41,1) 0%, rgba(39,110,44,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(34,135,41,1) 0%,rgba(39,110,44,1) 100%);
    background: linear-gradient(to bottom,  rgba(34,135,41,1) 0%,rgba(39,110,44,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228729', endColorstr='#276e2c',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #9ce6a1;
    -moz-box-shadow: inset 0px 1px 0px #9ce6a1;
    box-shadow: inset 0px 1px 0px #9ce6a1;
    border-radius: 4px 4px 0 0;
}
.fs-body-top .top-title-classic_03 {
    width: 100%;
    height: 38px;
    display: inline-block;
    background-color: #e92e03;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    border: solid 1px #e92e03;
    background: rgb(233,46,3);
    background: -moz-linear-gradient(top,  rgba(233,46,3,1) 0%, rgba(207,38,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(233,46,3,1) 0%,rgba(207,38,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(233,46,3,1) 0%,rgba(207,38,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92e03', endColorstr='#cf2600',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #ffa692;
    -moz-box-shadow: inset 0px 1px 0px #ffa692;
    box-shadow: inset 0px 1px 0px #ffa692;
    border-radius: 4px 4px 0 0;
}
.fs-body-top .top-title-classic_04 {
  width: 100%;
  height: 38px;
  display: inline-block;
  background-color: #555;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  border: solid 1px #555;
  background: rgb(102,102,102);
  background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(85,85,85,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(85,85,85,1) 100%);
  background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(85,85,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #979797;
    -moz-box-shadow: inset 0px 1px 0px #979797;
    box-shadow: inset 0px 1px 0px #979797;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.fs-body-top .top-title-classic_04 span {
  position: absolute;
    top: 17px;
    right: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0;
}
.fs-body-top .top-title-classic_05 {
  width: 100%;
  height: 38px;
  display: inline-block;
  background-color: #fa4d00;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  border: solid 1px #fa4d00;
  background: rgb(255,97,26);
  background: -moz-linear-gradient(top,  rgba(255,97,26,1) 0%, rgba(250,77,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,97,26,1) 0%,rgba(250,77,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,97,26,1) 0%,rgba(250,77,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff611a', endColorstr='#fa4d00',GradientType=0 );
    -webkit-box-shadow: inset 0px 1px 0px #ffa279;
    -moz-box-shadow: inset 0px 1px 0px #ffa279;
    box-shadow: inset 0px 1px 0px #ffa279;
    border-radius: 4px 4px 0 0;
}*/
.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: 2.0rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  height: 68px;
  margin-bottom: 10px;
}

.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::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #252525;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -2px;
}*/
.fs-body-top .search-standard-container ul li>a {
  position: relative;
}

.fs-body-top .search-standard-container ul li>a:hover {
  color: #3c3c3c;
  text-decoration: none;
}

.fs-body-top .search-standard-container ul li>a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dd2c00;
  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: #3c3c3c;
  text-decoration: underline;
}

.fs-body-top .top_cat_serch_li .text a:hover {
  color: #dd2c00;
}

.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 7px 10px;
  font-size: 1.4rem;
  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: #3c3c3c;
  font-weight: 900;
  position: relative;
}

.fs-body-top .top_cat_serch .top_cat_serch_li h3 a:hover {
  color: #dd2c00;
}

.fs-body-top .top_cat_serch .top_cat_serch_li h3 a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dd2c00;
  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: #3c3c3c;
}

.top_special_serch .top_special_serch_li img {
  margin: 15px 0;
}

.top_special_serch .top_special_serch_li h3 {
  font-size: 2rem;
  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 a::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://tools.itembox.design/item/img/top/bnr_area/arrow_big.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 6%;
  right: 2%;
}*/
.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 #topSubClm p {
  margin-top: 3px;
}*/
.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;
}

/*fs_original*/
/*.item-search-container .searchBox .txtBox {
    width: 100%;
    max-width: 500px;
    border: solid 2px #333;
    padding: 0 8px;
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px 0 0 3px;
    line-height: 1.3;
    border-right: none;
    height: 34px;
}
.item-search-container .searchBox input[type="submit"] {
    -webkit-appearance: button;
    background-color: #333;
    padding: 5px 12px;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    height: 34px;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    cursor: pointer;
}*/
/*.side-cat .mega-head a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5803;
    top: 50%;
    margin-top: -5px;
    right: 4px;
}
.side-cat .mega-head a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
}
.side-cat .mega-head a {
    position: relative;
    display: block;
    padding: 12px 18px 12px 44px;
}
.side-cat h3 {
    margin: 0;
}*/

/*-----------------------
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 40px;
}

/* 前への矢印 */
.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;
}

/* 202511 add----- */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
  background: url('https://tools.itembox.design/item/img/top/slider/img_slider_arrow_next.png') center center /contain no-repeat;
  width: 10px;
  height: 25px;
  position: absolute;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
  background: url('https://tools.itembox.design/item/img/top/slider/img_slider_arrow_prev.png') center center /contain no-repeat;
  width: 10px;
  height: 25px;
  position: absolute;
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(255, 255, 255, 0.7);
  padding: 60px 18px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transform: translateY(-35%);
}

.swiper-button-next {
  right: -15px !important;
}

.swiper-button-prev {
  left: -15px !important;
}

/* swiper-box02 の next/prev ボタンスタイル */
.swiper-box02 {
  position: relative;
  margin-bottom: 40px;
}

.swiper-box02 .swiper-button-next:after,
.swiper-box02 .swiper-rtl .swiper-button-prev:after {
  content: '';
  background: url('https://tools.itembox.design/item/img/top/slider/img_slider_arrow_next.png') center center /contain no-repeat;
  width: 10px;
  height: 25px;
  position: absolute;
}

.swiper-box02 .swiper-button-prev:after,
.swiper-box02 .swiper-rtl .swiper-button-next:after {
  content: '';
  background: url('https://tools.itembox.design/item/img/top/slider/img_slider_arrow_prev.png') center center /contain no-repeat;
  width: 10px;
  height: 25px;
  position: absolute;
}

.swiper-box02 .swiper-button-next,
.swiper-box02 .swiper-button-prev {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 18px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transform: translateY(-15%);
}

.swiper-box02 .swiper-button-next {
  right: -15px !important;
}

.swiper-box02 .swiper-button-prev {
  left: -15px !important;
}

/* swiper-box02 のスライドアニメーション（楽天市場風） */
.swiper-box02 .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-box02 .swiper-slide {
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: transform, opacity;
}

.swiper-box02 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

/* スライド切り替え時のスムーズなアニメーション */
.swiper-box02 .swiper-slide-active {
  opacity: 1;
}

.swiper-box02 .swiper-slide {
  opacity: 1;
}




/*-----------------------
main
------------------------*/
/* common */
.top_main_headline2 {
  color: #e60012;
  font-size: 2.4rem;
  font-weight: 900;
  margin: 20px 0;
}

/* 202409 add----- */
.top_main_headline2_h3 {
  color: #e60012;
  font-size: 2.0rem;
  font-weight: 900;
  margin: 20px 0;
}

/* //202409 add----- */

/* 202511 add----- */

.fs-l-page .fs-l-main {
  margin: 24px auto 24px;
}

.top_main_headline2_top {
  margin-top: 0;
}

/* 20260403 add----- */
/* 見出し */

.top_main_headline2 {
  color: var(--main-black);
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 20px 0;
}

/* TOP共通パーツ */
.top_to_category_btn {
  text-align: right;
  margin-bottom: 20px;
}

.top_to_category_btn .__link {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  padding: 10px 25px 10px 15px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}


.banner_row_box {
  margin-bottom: 40px;
}

.banner_row_box.__mb10 {
  margin-bottom: 10px;
}

.industry_bnr_sp a:hover {
  text-decoration: none;
}

/*  定番商品（フリーパーツ） ↓↓ */
.fs-body-top .search-standard-container {
  margin-bottom: 30px;
}

.fs-body-top .search-standard-container dt {
  font-size: 1.8rem;
}

.fs-body-top .search-standard-container ul li.__old>a::before {
  background: var(--main-yellow02);
}

/* 注目テンポスオリジナル商品 */

.fs-body-top .fs-c-productListCarousel {
  margin-bottom: 40px;
  background-color: #fff;
}

.fs-body-top .fs-c-productName__copy {
  display: none;
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-c-slick .slick-slide {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-top .fs-c-slick .fs-c-productListCarousel__list__item {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 147px;
    min-width: 130px;
    padding: 10px;
    height: 270px;
  }
}



/* 余白の調整 */
.fs-body-top .top_cat_serch {
  margin-bottom: 40px;
}

.top_special_serch {
  margin-bottom: 40px;
}