@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* components
-----------------------------------------------------------------*/
.fs-c-productCarouselMainImage__expandButton,
.fs-c-stockSignLegend__legend,
.fs-c-productListItem__viewMoreImageButton,
.fs-c-productListItem__control.fs-c-buttonContainer,
.fs-c-productListItem__productDescription,
.fs-c-productPrice__addon {
  display: none; }

@media print, screen and (max-width: 767px) {
  .c-news {
    margin: 66px 30px; } }

@media print, screen and (min-width: 768px) {
  .c-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 856px;
    margin: 80px auto; } }

@media print, screen and (min-width: 768px) {
  .c-news .c-sectionTitle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 21%;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial; } }

@media print, screen and (min-width: 768px) {
  .c-newsContents {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media print, screen and (max-width: 767px) {
  .c-newsList {
    min-height: 50px; } }

@media print, screen and (min-width: 768px) {
  .c-newsList {
    min-height: 100px; } }

.c-newsList_node {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef; }
  .c-newsList_node + .c-newsList_node {
    margin-top: 15px; }

.c-newsList_nodeLink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .c-newsList_nodeLink {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .c-newsList_nodeLink:hover {
        opacity: .5; } }

.c-newsList_nodeHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #adadad;
  line-height: 1.3; }
  @media print, screen and (max-width: 767px) {
    .c-newsList_nodeHead {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .c-newsList_nodeHead {
      font-size: 12px; } }

.c-newsList_nodeHead_date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: .08em;
  font-weight: 100; }

.c-newsList_nodeHead_category {
  padding-left: 14px;
  margin-left: 14px;
  letter-spacing: .2em;
  border-left: 1px solid #adadad;
  font-weight: 100;
  word-break: beak-word; }

.c-newsList_nodeTitle {
  margin-top: 7px;
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8; }

.c-newsViewmore {
  display: inline-block;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-top: 40px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #adadad; }
  @media print, screen and (min-width: 768px) {
    .c-newsViewmore {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .c-newsViewmore:hover {
        opacity: .5; } }
  .c-newsViewmore::before {
    display: block;
    position: absolute;
    top: calc( 50% - 1px/2);
    left: 0;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #adadad; }

@media print, screen and (max-width: 767px) {
  .c-youtube {
    margin: 64px auto; } }

@media print, screen and (min-width: 768px) {
  .c-youtube {
    max-width: 1070px;
    padding: 0 15px;
    margin: 120px auto; } }

.c-youtubeList {
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .c-youtubeList {
      white-space: nowrap;
      overflow: auto;
      padding: 0 15px 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-youtubeList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 40px 16px; } }

@media print, screen and (max-width: 767px) {
  .c-youtubeList_node {
    display: inline-block;
    width: 240px;
    vertical-align: top; } }

@media print, screen and (min-width: 768px) {
  .c-youtubeList_node {
    width: calc((100% - 16px) / 2); } }

@media print, screen and (max-width: 767px) {
  .c-youtubeList_node + .c-youtubeList_node {
    margin-left: 15px; } }

@media print, screen and (min-width: 768px) {
  .c-youtubeList_nodeLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px; } }

.c-youtubeList_nodeThumbnail {
  aspect-ratio: 250 / 140; }
  @media print, screen and (min-width: 768px) {
    .c-youtubeList_nodeThumbnail {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 48.8%; } }
  .c-youtubeList_nodeThumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.c-youtubeList_nodeInfo {
  white-space: normal; }
  @media print, screen and (max-width: 767px) {
    .c-youtubeList_nodeInfo {
      margin-top: 15px; } }

.c-youtubeList_nodeInfo_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.2em;
  color: #adadad;
  font-size: 11px; }

.c-youtubeList_nodeInfo_date {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.c-youtubeList_nodeInfo_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: 8px; }
  .c-youtubeList_nodeInfo_category::before {
    content: "│";
    font-size: 13px; }

.c-youtubeList_nodeInfo_title {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5; }

.c-youtubeViewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
  -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff; }
  @media print, screen and (max-width: 767px) {
    .c-youtubeViewmore {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .c-youtubeViewmore:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .c-youtubeViewmore {
      margin-top: 34px; } }
  @media print, screen and (min-width: 768px) {
    .c-youtubeViewmore {
      margin-top: 64px; } }

@media print, screen and (max-width: 767px) {
  .topSection .c-itemSlider_wrapper .fs-c-productList__list {
    padding-bottom: 15px; } }

#_rcmdjp_display_1 .fs-c-productPrices,
#_rcmdjp_display_2 .fs-c-productPrices,
.fs-c-featuredProduct .fs-c-productPrices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: .08em; }

#_rcmdjp_display_1 .fs-c-productPrice--selling,
#_rcmdjp_display_2 .fs-c-productPrice--selling,
.fs-c-featuredProduct .fs-c-productPrice--selling {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px; }

#_rcmdjp_display_1 .fs-c-productPrice--listed + .fs-c-productPrice--selling,
#_rcmdjp_display_2 .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff2626;
  padding-left: 8px; }

#_rcmdjp_display_1 .fs-c-productPrice--listed,
#_rcmdjp_display_2 .fs-c-productPrice--listed,
.fs-c-featuredProduct .fs-c-productPrice--listed {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #adadad;
  text-decoration: line-through;
  font-size: 10px; }

@media print, screen and (max-width: 767px) {
  #_rcmdjp_display_1,
  #_rcmdjp_display_2,
  .fs-c-featuredProduct {
    margin-top: 64px; } }

@media print, screen and (min-width: 768px) {
  #_rcmdjp_display_1,
  #_rcmdjp_display_2,
  .fs-c-featuredProduct {
    margin-top: 120px; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list,
  .c-itemSlider_wrapper {
    padding-bottom: 15px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrices,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrices,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrices,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrices,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrices,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: .08em; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--selling,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--selling {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--listed + .fs-c-productPrice--selling,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff2626;
  padding-left: 8px; }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list .fs-c-productPrice--listed,
.fs-c-featuredProduct__list .fs-c-productList__list .fs-c-productPrice--listed,
.fs-c-featuredProduct__list .c-itemSlider .fs-c-productPrice--listed,
.c-itemSlider_wrapper .fs-c-productListCarousel__list .fs-c-productPrice--listed,
.c-itemSlider_wrapper .fs-c-productList__list .fs-c-productPrice--listed,
.c-itemSlider_wrapper .c-itemSlider .fs-c-productPrice--listed {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #adadad;
  text-decoration: line-through;
  font-size: 10px; }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list,
  .fs-c-featuredProduct__list .fs-c-productList__list,
  .fs-c-featuredProduct__list .c-itemSlider,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list,
  .c-itemSlider_wrapper .fs-c-productList__list,
  .c-itemSlider_wrapper .c-itemSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto; } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list,
  .fs-c-featuredProduct__list .fs-c-productList__list,
  .fs-c-featuredProduct__list .c-itemSlider,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list,
  .c-itemSlider_wrapper .fs-c-productList__list,
  .c-itemSlider_wrapper .c-itemSlider {
    min-width: 1024px;
    max-width: 1200px;
    display: block;
    position: relative;
    padding: 0 60px;
    margin: 48px auto 0; }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow,
    .fs-c-featuredProduct__list .c-itemSlider .slick-arrow,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow,
    .c-itemSlider_wrapper .c-itemSlider .slick-arrow {
      display: inline-block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 29px;
      height: 29px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 1001;
      width: 29px;
      -webkit-filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16));
      filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow,
      .fs-c-featuredProduct__list .c-itemSlider .slick-arrow,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow,
      .c-itemSlider_wrapper .c-itemSlider .slick-arrow {
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow:hover,
        .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow:hover,
        .fs-c-featuredProduct__list .c-itemSlider .slick-arrow:hover,
        .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow:hover,
        .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow:hover,
        .c-itemSlider_wrapper .c-itemSlider .slick-arrow:hover {
          opacity: .5; } }

@media print, screen and (min-width: 768px) {
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-arrow::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-arrow::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-arrow::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-arrow::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-arrow::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 9px;
        background-image: url(../svg/slider_arrow-b.svg);
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center; }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-prev,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-prev,
    .fs-c-featuredProduct__list .c-itemSlider .slick-prev,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-prev,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-prev,
    .c-itemSlider_wrapper .c-itemSlider .slick-prev {
      left: 30px; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-prev::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-prev::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-prev::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-prev::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-prev::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-prev::before {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-next,
    .fs-c-featuredProduct__list .fs-c-productList__list .slick-next,
    .fs-c-featuredProduct__list .c-itemSlider .slick-next,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-next,
    .c-itemSlider_wrapper .fs-c-productList__list .slick-next,
    .c-itemSlider_wrapper .c-itemSlider .slick-next {
      right: 30px; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list .slick-next::before,
      .fs-c-featuredProduct__list .fs-c-productList__list .slick-next::before,
      .fs-c-featuredProduct__list .c-itemSlider .slick-next::before,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list .slick-next::before,
      .c-itemSlider_wrapper .fs-c-productList__list .slick-next::before,
      .c-itemSlider_wrapper .c-itemSlider .slick-next::before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list.checkedItem .c-itemSlider,
  .c-itemSlider_wrapper.checkedItem .c-itemSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    width: 155px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px; } }

@media print, screen and (max-width: 374px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    width: 145px; } }

@media print, screen and (min-width: 768px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem,
  .fs-c-featuredProduct__list .c-itemSlider_node,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem,
  .c-itemSlider_wrapper .c-itemSlider_node {
    max-width: 216px;
    padding: 0 20px; } }

@media print, screen and (max-width: 767px) {
  .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem:last-of-type,
  .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem:last-of-type,
  .fs-c-featuredProduct__list .c-itemSlider_node:last-of-type,
  .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem:last-of-type,
  .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem:last-of-type,
  .c-itemSlider_wrapper .c-itemSlider_node:last-of-type {
    width: 170px;
    padding-right: 15px; } }

.fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a,
.fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a,
.fs-c-featuredProduct__list .c-itemSlider_node a,
.c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a,
.c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a,
.c-itemSlider_wrapper .c-itemSlider_node a {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a,
    .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a,
    .fs-c-featuredProduct__list .c-itemSlider_node a,
    .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a,
    .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a,
    .c-itemSlider_wrapper .c-itemSlider_node a {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item.fs-c-productListItem a:hover,
      .fs-c-featuredProduct__list .fs-c-productList__list__item.fs-c-productListItem a:hover,
      .fs-c-featuredProduct__list .c-itemSlider_node a:hover,
      .c-itemSlider_wrapper .fs-c-productListCarousel__list__item.fs-c-productListItem a:hover,
      .c-itemSlider_wrapper .fs-c-productList__list__item.fs-c-productListItem a:hover,
      .c-itemSlider_wrapper .c-itemSlider_node a:hover {
        opacity: .5; } }

.fs-c-featuredProduct__list .c-itemSlider_nodeLink,
.c-itemSlider_wrapper .c-itemSlider_nodeLink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .fs-c-featuredProduct__list .c-itemSlider_nodeLink,
    .c-itemSlider_wrapper .c-itemSlider_nodeLink {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .fs-c-featuredProduct__list .c-itemSlider_nodeLink:hover,
      .c-itemSlider_wrapper .c-itemSlider_nodeLink:hover {
        opacity: .5; } }

.fs-c-featuredProduct__list .fs-c-productListItem__imageContainer img,
.fs-c-featuredProduct__list .c-itemSlider_nodeImg img,
.c-itemSlider_wrapper .fs-c-productListItem__imageContainer img,
.c-itemSlider_wrapper .c-itemSlider_nodeImg img {
  width: 100%; }

.fs-c-featuredProduct__list .fs-c-productName__copy,
.fs-c-featuredProduct__list .c-itemSlider_nodeCategory,
.c-itemSlider_wrapper .fs-c-productName__copy,
.c-itemSlider_wrapper .c-itemSlider_nodeCategory {
  display: block;
  margin-top: 15px;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.3;
  color: #adadad; }

.fs-c-featuredProduct__list .fs-c-productName__name,
.fs-c-featuredProduct__list .c-itemSlider_nodeName,
.c-itemSlider_wrapper .fs-c-productName__name,
.c-itemSlider_wrapper .c-itemSlider_nodeName {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.3;
  white-space: normal; }

.fs-c-featuredProduct__list .fs-c-productPrices,
.fs-c-featuredProduct__list .c-itemSlider_nodePrice,
.c-itemSlider_wrapper .fs-c-productPrices,
.c-itemSlider_wrapper .c-itemSlider_nodePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.3; }
  .fs-c-featuredProduct__list .fs-c-productPrices::after,
  .fs-c-featuredProduct__list .c-itemSlider_nodePrice::after,
  .c-itemSlider_wrapper .fs-c-productPrices::after,
  .c-itemSlider_wrapper .c-itemSlider_nodePrice::after {
    content: none; }

.fs-c-featuredProduct__list .fs-c-productMarks,
.c-itemSlider_wrapper .fs-c-productMarks {
  display: none; }

.fs-c-productMark__mark {
  font-size: 10px;
  letter-spacing: .02em;
  padding: 0; }

.fs-c-productMark__item {
  margin-right: 18px; }

.c-label-new {
  color: #ff2626; }

.c-label-standard {
  color: #539fc7; }

.c-label-limited {
  color: #005d2a; }

.c-label-restock {
  color: #539fc7; }

.c-label-sold {
  color: #6a6a6a; }

display: -webkit-box;

display: -ms-flexbox;

display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 11px;
font-weight: bold;
letter-spacing: .2em;
border-radius: 4px;
border: 1px solid;
-webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
-o-transition: border .3s ease, background-color .3s ease, color .3s ease;
transition: border .3s ease, background-color .3s ease, color .3s ease;
@media print, screen and (max-width: 767px) {
  max-width: 100%; }

width: 250px;
height: 50px;
margin: auto;
border-color: #adadad;
background-color: #ffffff;
@media print, screen and (min-width: 768px) {
  :hover {
    background-color: #2c2c2c;
    border-color: #2c2c2c;
    color: #ffffff; } }

.flywheel-recommend__frame {
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .flywheel-recommend__frame {
      margin-top: 64px; } }
  @media print, screen and (min-width: 768px) {
    .flywheel-recommend__frame {
      margin-top: 120px; } }
  .flywheel-recommend__frame .fs-p-heading--lv2 {
    font-size: 0; }
    @media print, screen and (max-width: 767px) {
      .flywheel-recommend__frame .fs-p-heading--lv2 {
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 768px) {
      .flywheel-recommend__frame .fs-p-heading--lv2 {
        margin-bottom: 60px; } }
    .flywheel-recommend__frame .fs-p-heading--lv2::before, .flywheel-recommend__frame .fs-p-heading--lv2::after {
      display: block;
      text-align: center; }
    .flywheel-recommend__frame .fs-p-heading--lv2::before {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: .2em; }
    .flywheel-recommend__frame .fs-p-heading--lv2::after {
      font-size: 12px;
      letter-spacing: .08em; }
      @media print, screen and (max-width: 767px) {
        .flywheel-recommend__frame .fs-p-heading--lv2::after {
          margin-top: 14px; } }
      @media print, screen and (min-width: 768px) {
        .flywheel-recommend__frame .fs-p-heading--lv2::after {
          margin-top: 22px; } }

[data-frame-id="ranking_std"],
[data-frame-id="ranking_aac"] {
  display: none; }
  [data-frame-id="ranking_std"] .fs-p-heading--lv2::before,
  [data-frame-id="ranking_aac"] .fs-p-heading--lv2::before {
    content: 'ランキング'; }
  [data-frame-id="ranking_std"] .fs-p-heading--lv2::after,
  [data-frame-id="ranking_aac"] .fs-p-heading--lv2::after {
    content: 'RANKING'; }

.fs-body-category-standardsupply [data-frame-id="ranking_std"] {
  display: block; }

.fs-body-category-artsandcrafts [data-frame-id="ranking_aac"] {
  display: block; }

[data-frame-id="recommend_std"],
[data-frame-id="recommend_aac"] {
  display: none;
  position: relative; }
  [data-frame-id="recommend_std"] .fs-p-heading--lv2::before,
  [data-frame-id="recommend_aac"] .fs-p-heading--lv2::before {
    content: 'おすすめのアイテム'; }
  [data-frame-id="recommend_std"] .fs-p-heading--lv2::after,
  [data-frame-id="recommend_aac"] .fs-p-heading--lv2::after {
    content: 'RECOMMEND ITEMS'; }

.fs-body-category-standardsupply [data-frame-id="recommend_std"].is-active {
  display: block; }

.fs-body-category-artsandcrafts [data-frame-id="recommend_aac"].is-active {
  display: block; }

.brandNewarrival_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
  -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media print, screen and (max-width: 767px) {
    .brandNewarrival_more {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .brandNewarrival_more:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }

[data-frame-id="recommend_detail"] .fs-p-heading--lv2::before {
  content: 'おすすめのアイテム'; }

[data-frame-id="recommend_detail"] .fs-p-heading--lv2::after {
  content: 'RECOMMEND ITEMS'; }

[data-frame-id="history"] .fs-p-heading--lv2::before {
  content: '最近チェックしたアイテム'; }

[data-frame-id="history"] .fs-p-heading--lv2::after {
  content: 'CHECKED ITEMS'; }

.fr3-productListStatic {
  gap: 0 !important;
  font-size: 0; }
  @media print, screen and (max-width: 767px) {
    .fr3-productListStatic {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      overflow: auto; } }
  @media print, screen and (min-width: 768px) {
    .fr3-productListStatic {
      min-width: 1024px;
      max-width: 1200px;
      display: block !important;
      position: relative;
      padding: 0 60px !important;
      margin: 48px auto 0; }
      .fr3-productListStatic .slick-arrow {
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 29px;
        height: 29px;
        background-color: #ffffff;
        border-radius: 50%;
        z-index: 1001;
        width: 29px;
        -webkit-filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16));
        filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      .fr3-productListStatic .slick-arrow {
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .fr3-productListStatic .slick-arrow:hover {
          opacity: .5; } }
  @media print, screen and (min-width: 768px) {
        .fr3-productListStatic .slick-arrow::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 5px;
          height: 9px;
          background-image: url(../svg/slider_arrow-b.svg);
          background-size: 5px 9px;
          background-repeat: no-repeat;
          background-position: center; }
      .fr3-productListStatic .slick-prev {
        left: 30px; }
        .fr3-productListStatic .slick-prev::before {
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
          -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg); }
      .fr3-productListStatic .slick-next {
        right: 30px; }
        .fr3-productListStatic .slick-next::before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
  [data-frame-id="ranking_std"] .fr3-productListStatic,
  [data-frame-id="ranking_aac"] .fr3-productListStatic {
    white-space: nowrap; }
  [data-frame-id="recommend_std"] .fr3-productListStatic,
  [data-frame-id="recommend_aac"] .fr3-productListStatic {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
    @media print, screen and (max-width: 767px) {
      [data-frame-id="recommend_std"] .fr3-productListStatic,
      [data-frame-id="recommend_aac"] .fr3-productListStatic {
        gap: 64px 15px !important;
        padding: 0 15px !important; } }
    @media print, screen and (min-width: 768px) {
      [data-frame-id="recommend_std"] .fr3-productListStatic,
      [data-frame-id="recommend_aac"] .fr3-productListStatic {
        gap: 80px 64px !important; } }
  @media print, screen and (max-width: 767px) {
    .fr3-productListStatic .fr3-item {
      width: 155px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-left: 15px; } }
  @media print, screen and (max-width: 374px) {
    .fr3-productListStatic .fr3-item {
      width: 145px; } }
  @media print, screen and (min-width: 768px) {
    .fr3-productListStatic .fr3-item {
      max-width: 216px;
      width: 20%;
      padding: 0 20px; } }
  @media print, screen and (max-width: 767px) {
    .fr3-productListStatic .fr3-item:last-of-type {
      width: 170px;
      padding-right: 15px; } }
  .fr3-productListStatic .fr3-item a {
    display: inline-block; }
    @media print, screen and (min-width: 768px) {
      .fr3-productListStatic .fr3-item a {
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .fr3-productListStatic .fr3-item a:hover {
          opacity: .5; } }
  [data-frame-id="recommend_std"] .fr3-productListStatic .fr3-item,
  [data-frame-id="recommend_aac"] .fr3-productListStatic .fr3-item {
    padding: 0; }
    @media print, screen and (max-width: 767px) {
      [data-frame-id="recommend_std"] .fr3-productListStatic .fr3-item,
      [data-frame-id="recommend_aac"] .fr3-productListStatic .fr3-item {
        width: calc(50% - 15px / 2); } }
    @media print, screen and (min-width: 768px) {
      [data-frame-id="recommend_std"] .fr3-productListStatic .fr3-item,
      [data-frame-id="recommend_aac"] .fr3-productListStatic .fr3-item {
        width: calc(25% - (64px * 3) / 4); } }
  .fr3-productListStatic .fr3-item__productName {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.3;
    white-space: normal; }
  .fr3-productListStatic .fr3-item__productPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px; }
    .fr3-productListStatic .fr3-item__productPrice::after {
      content: none; }
  .fr3-productListStatic .fr3-item__productPrice__price {
    font-size: 12px !important;
    letter-spacing: .08em;
    line-height: 1.3; }
  .fr3-productListStatic .fr3-item__productPrice__addon {
    display: none; }

.fr3-item__rank {
  width: 26px !important;
  height: 26px !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  background-color: #999999 !important; }
  .fr3-item__rank[data-item-rank="1"] {
    background-color: #E1D358 !important; }
  .fr3-item__rank[data-item-rank="2"] {
    background-color: #C0C0C0 !important; }
  .fr3-item__rank[data-item-rank="3"] {
    background-color: #BB9585 !important; }

.brandPickup {
  background-color: #F8F8F8;
  display: none; }
  .fs-body-category-standardsupply .brandPickup,
  .fs-body-category-artsandcrafts .brandPickup {
    display: block; }
  @media print, screen and (max-width: 767px) {
    .brandPickup {
      padding: 64px 0; } }
  @media print, screen and (min-width: 768px) {
    .brandPickup {
      padding: 80px 0; } }
  .brandPickup .fs-p-heading--lv2 {
    display: none;
    margin-top: 0; }

.brandPickup_block .flywheel-recommend__frame {
  display: none;
  margin-top: 0; }

.fs-body-category-standardsupply .brandPickup_block [data-frame-id="pickup1_std"], .fs-body-category-standardsupply
.brandPickup_block [data-frame-id="pickup2_std"] {
  display: block; }

.fs-body-category-artsandcrafts .brandPickup_block [data-frame-id="pickup1_aac"], .fs-body-category-artsandcrafts
.brandPickup_block [data-frame-id="pickup2_aac"] {
  display: block; }

.brandPickup_block .fr3-productListStatic {
  margin-top: 0; }
  @media print, screen and (min-width: 768px) {
    .brandPickup_block .fr3-productListStatic {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; } }
  @media print, screen and (min-width: 768px) and (max-width: 767px) {
    .brandPickup_block .fr3-productListStatic {
      gap: 64px 15px !important;
      padding: 0 15px !important; } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .brandPickup_block .fr3-productListStatic {
      gap: 80px 64px !important; } }

@media print, screen and (min-width: 768px) {
  .brandPickup_block .fr3-item {
    padding: 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 767px) {
    .brandPickup_block .fr3-item {
      width: calc(50% - 15px / 2); } }
  @media print, screen and (min-width: 768px) and (min-width: 768px) {
    .brandPickup_block .fr3-item {
      width: calc(25% - (64px * 3) / 4); } }

@media print, screen and (max-width: 767px) {
  .brandPickup_block + .brandPickup_block {
    margin-top: 64px; } }

@media print, screen and (min-width: 768px) {
  .brandPickup_block + .brandPickup_block {
    margin-top: 120px; } }

.brandPickup_blockTitle {
  font-size: 16px;
  letter-spacing: 0.24em;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .brandPickup_blockTitle {
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 768px) {
    .brandPickup_blockTitle {
      margin-bottom: 40px; } }

.brandPickup_blockMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
  -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff; }
  @media print, screen and (max-width: 767px) {
    .brandPickup_blockMore {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .brandPickup_blockMore:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .brandPickup_blockMore {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .brandPickup_blockMore {
      margin-top: 40px; } }

.c-itemsRefine_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .c-itemsRefine_head {
      height: 45px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_head {
      height: 60px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_head span {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_head:hover span {
      opacity: .5; } }

.c-itemsRefine_head_text {
  padding-right: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  color: #6a6a6a; }

.c-itemsRefine_head_icon {
  position: relative;
  width: 10px;
  height: 10px; }
  .c-itemsRefine_head_icon span {
    display: block;
    position: absolute;
    top: calc( 50% - 1px/2);
    top: calc( 50% - 1px/2);
    width: 10px;
    height: 1px;
    background-color: #6a6a6a;
    -webkit-backface-visibility: hidden; }
    .c-itemsRefine_head_icon span:nth-of-type(1) {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .is-navOpen .c-itemsRefine_head_icon span:nth-of-type(1) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

.c-button-w {
  margin-top: 60px; }

.fs-c-productPrices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: .08em; }

.fs-c-productPrice--selling {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px; }

.fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff2626;
  padding-left: 8px; }

.fs-c-productPrice--listed {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #adadad;
  text-decoration: line-through;
  font-size: 10px; }

.fs-c-productPrices {
  font-size: 12px; }

.fs-c-productPrice--selling {
  font-size: 12px; }
  .fs-c-productPrice--listed + .fs-c-productPrice--selling {
    padding-left: 8px; }

.fs-c-productPrice--listed {
  font-size: 10px; }

.fs-c-productList__list {
  display: -ms-grid;
  display: grid; }
  @media print, screen and (max-width: 767px) {
    .fs-c-productList__list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 26px 15px;
      margin-top: 22px; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-productList__list {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      gap: 40px 64px;
      margin-top: 44px; } }
  @media print, screen and (max-width: 767px) {
    .c-itemList .fs-c-productList__list {
      gap: 48px 15px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemList .fs-c-productList__list {
      gap: 64px 16px; } }

.fs-c-productList__list__item.fs-c-productListItem {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .fs-c-productList__list__item.fs-c-productListItem {
      padding-top: 44px; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-productList__list__item.fs-c-productListItem {
      padding-top: 44px; } }
  .fs-c-productList__list__item.fs-c-productListItem a {
    display: inline-block; }
    @media print, screen and (min-width: 768px) {
      .fs-c-productList__list__item.fs-c-productListItem a {
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .fs-c-productList__list__item.fs-c-productListItem a:hover {
          opacity: .5; } }

.fs-c-productListItem__image.fs-c-productImage img {
  width: 100%; }

.fs-c-productName__copy {
  display: block;
  margin-top: 15px;
  letter-spacing: .08em;
  line-height: 1.3;
  color: #adadad; }
  @media print, screen and (max-width: 767px) {
    .fs-c-productName__copy {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-productName__copy {
      font-size: 12px; } }

.fs-c-productName__name {
  display: block;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.3; }
  @media print, screen and (max-width: 767px) {
    .fs-c-productName__name {
      margin-top: 9px;
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-productName__name {
      margin-top: 12px;
      font-size: 13px; } }

.fs-c-productListItem__prices.fs-c-productPrices {
  letter-spacing: .08em; }
  @media print, screen and (max-width: 767px) {
    .fs-c-productListItem__prices.fs-c-productPrices {
      margin-top: 8px;
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-productListItem__prices.fs-c-productPrices {
      margin-top: 13px;
      font-size: 12px; } }

.fs-c-productMarks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  padding-bottom: 10px; }

.fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%; }

.c-itemList {
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (max-width: 767px) {
    .c-itemList {
      padding-top: 16px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemList {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 21.167% 1fr;
      grid-template-columns: 21.167% 1fr;
      gap: 0 50px;
      max-width: 1280px;
      padding: 112px 40px 0; } }
  #fs-page-error-container + .c-itemList,
  .c-news + .c-itemList,
  .brandStandard + .c-itemList {
    padding-top: 0; }
  .fs-body-category-standardsupply .c-itemList,
  .fs-body-category-artsandcrafts .c-itemList {
    display: none; }

/* 商品グループイメージ画像想定(カテゴリ) */
.categoryMainvisual {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .categoryMainvisual {
      max-width: 1120px;
      padding: 0 40px;
      margin: auto; } }
  .categoryMainvisual img {
    width: 100%; }
  .is-first .categoryMainvisual {
    display: block; }
    @media print, screen and (max-width: 767px) {
      .is-first .categoryMainvisual + .c-itemList {
        padding-top: 40px; } }
    @media print, screen and (min-width: 768px) {
      .is-first .categoryMainvisual + .c-itemList {
        padding-top: 96px; } }
    @media print, screen and (max-width: 767px) {
      .is-first .categoryMainvisual + .topicsSection {
        padding-top: 40px; } }
    @media print, screen and (min-width: 768px) {
      .is-first .categoryMainvisual + .topicsSection {
        padding-top: 64px; } }

/* 商品グループTOPICS想定 */
@media print, screen and (max-width: 767px) {
  .topicsSection {
    display: none;
    padding: 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .topicsSection::-webkit-scrollbar {
      display: none; } }

@media print, screen and (max-width: 374px) {
  .topicsSection {
    margin: 0 15px; } }

@media print, screen and (min-width: 768px) {
  .topicsSection {
    position: absolute;
    opacity: 0;
    overflow: hidden; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .topicsSection {
    max-width: 100%; } }

@media print, screen and (max-width: 767px) {
  .is-first .topicsSection {
    display: block; } }

@media print, screen and (min-width: 768px) {
  .is-first .topicsSection {
    position: relative;
    opacity: 1; } }

@media print, screen and (max-width: 767px) {
  .is-first .topicsSection + .c-itemList {
    padding-top: 40px; } }

@media print, screen and (min-width: 768px) {
  .is-first .topicsSection + .c-itemList {
    padding-top: 54px; } }

@media print, screen and (max-width: 1024px) {
  .topicsTitle-en {
    font-size: 15px; } }

@media print, screen and (max-width: 1024px) {
  .is-first .c-pageTitle + .categoryMainvisual {
    margin-top: -12px; } }

@media print, screen and (min-width: 1025px) {
  .is-first .c-pageTitle + .categoryMainvisual {
    margin-top: -24px; } }

@media print, screen and (max-width: 767px) {
  .topicsList {
    white-space: nowrap; } }

@media print, screen and (min-width: 768px) {
  .topicsList {
    overflow: hidden;
    white-space: nowrap;
    max-width: 1200px;
    min-width: 1024px;
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 768px) {
  .topicsList {
    position: relative; }
    .topicsList .slick-arrow {
      display: inline-block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 29px;
      height: 29px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 1001;
      width: 29px;
      -webkit-filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16));
      filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      .topicsList .slick-arrow {
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .topicsList .slick-arrow:hover {
          opacity: .5; } }

@media print, screen and (min-width: 768px) {
      .topicsList .slick-arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 9px;
        background-image: url(../svg/slider_arrow-b.svg);
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: center; }
    .topicsList .slick-prev {
      left: 30px; }
      .topicsList .slick-prev::before {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .topicsList .slick-next {
      right: 30px; }
      .topicsList .slick-next::before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .topicsList .slick-arrow {
      top: 42%; } }

@media print, screen and (max-width: 767px) {
  .topicsList_node {
    display: inline-block; } }

@media print, screen and (min-width: 768px) {
  .topicsList_node {
    display: inline-block;
    width: 356px;
    padding: 0 16px; } }

.topicsList_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (min-width: 1025px) {
    .topicsList_link:hover {
      opacity: .5; } }

.topicsList_thumbnail {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .topicsList_thumbnail {
      width: 35%; } }
  @media print, screen and (min-width: 768px) {
    .topicsList_thumbnail {
      width: 120px; } }
  .topicsList_thumbnail:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%; }

.topRankingList_thumbnail_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }
  .topRankingList_thumbnail_img.noimage {
    border: 1px solid #efefef; }

.topicsList_detail {
  padding-left: 12px; }
  @media print, screen and (max-width: 767px) {
    .topicsList_detail {
      width: 55%; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .topicsList_detail {
      padding-right: 12px; } }
  @media print, screen and (min-width: 768px) {
    .topicsList_detail {
      width: 200px; } }

.topicsList_detail_title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: .08em;
  line-height: 1.5;
  white-space: normal; }
  @media print, screen and (max-width: 767px) {
    .topicsList_detail_title {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .topicsList_detail_title {
      font-size: 12px; } }

.topicsList_detail_date {
  margin-top: 12px;
  letter-spacing: .08em;
  line-height: 1.1;
  color: #adadad; }
  @media print, screen and (max-width: 767px) {
    .topicsList_detail_date {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .topicsList_detail_date {
      font-size: 11px; } }

.topicsList_detail_label {
  margin-top: 6px;
  letter-spacing: .2em;
  line-height: 1.3;
  color: #adadad; }
  @media print, screen and (max-width: 767px) {
    .topicsList_detail_label {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .topicsList_detail_label {
      font-size: 11px; } }

@media print, screen and (max-width: 767px) {
  .is-itemgroup .fs-l-main {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .is-itemgroup .fs-l-main {
    margin-top: 113px; } }

@media print, screen and (max-width: 767px) {
  .is-itemgroup.has-information .fs-l-main {
    margin-top: 91px; } }

@media print, screen and (min-width: 768px) {
  .is-itemgroup.has-information .fs-l-main {
    margin-top: 152px; } }

@media print, screen and (min-width: 768px) {
  .is-itemgroup .brandMainvisual {
    max-width: 1120px;
    padding: 0 40px;
    margin: auto; } }

.is-itemgroup .c-itemList .c-sectionTitle {
  display: none; }

@media print, screen and (max-width: 1024px) {
  .is-itemgroup .c-pageTitle + .categoryMainvisual {
    margin-top: 0px; } }

@media print, screen and (min-width: 1025px) {
  .is-itemgroup .c-pageTitle + .categoryMainvisual {
    margin-top: 0px; } }

@media print, screen and (max-width: 1024px) {
  .is-itemgroup .topicsSection + .c-section {
    margin-top: 0px; } }

@media print, screen and (min-width: 1025px) {
  .is-itemgroup .topicsSection + .c-section {
    margin-top: 0px; } }

@media print, screen and (max-width: 767px) {
  .is-simple .fs-l-main {
    margin-top: 60px; } }

@media print, screen and (min-width: 768px) {
  .is-simple .fs-l-main {
    margin-top: 113px; } }

@media print, screen and (max-width: 767px) {
  .is-simple.has-information .fs-l-main {
    margin-top: 91px; } }

@media print, screen and (min-width: 768px) {
  .is-simple.has-information .fs-l-main {
    margin-top: 152px; } }

.is-simple .c-itemList .c-sectionTitle,
.is-simple .brandMainvisual,
.is-simple .c-news,
.is-simple .c-youtube,
.is-simple .brandStandard,
.is-simple .brandItem_title,
.is-simple .itemgroupInfo {
  display: none; }

.is-simple .c-itemList {
  margin-top: 0px;
  padding-top: 0px; }

.is-simple .c-itemCategory {
  display: block; }

.fs-l-main {
  margin-top: 0; }
  @media print, screen and (max-width: 767px) {
    .has-information .fs-l-main {
      margin-top: 31px; } }
  @media print, screen and (min-width: 768px) {
    .has-information .fs-l-main {
      margin-top: 39px; } }

.brandMainvisual img {
  width: 100%; }

@media print, screen and (max-width: 767px) {
  .c-itemList .fs-c-productList {
    padding: 0 15px; } }

@media print, screen and (max-width: 767px) {
  .c-items {
    margin: 24px 15px 0; } }

@media print, screen and (min-width: 768px) {
  .c-items {
    max-width: 1120px;
    padding: 0 40px;
    margin: 24px auto 0; } }

.c-itemsRefine_listWrap {
  display: none; }
  @media print, screen and (max-width: 767px) {
    .c-itemsRefine_listWrap {
      margin: 15px 15px 0; } }

.fs-c-subgroup {
  display: none; }
  @media print, screen and (max-width: 767px) {
    .fs-c-subgroup {
      padding-bottom: 16px; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-subgroup {
      padding-bottom: 24px; } }

.c-itemsRefine_list,
.fs-c-subgroupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 767px) {
    .c-itemsRefine_list + .c-itemsRefine_list,
    .fs-c-subgroupList + .c-itemsRefine_list, .c-itemsRefine_list +
    .fs-c-subgroupList,
    .fs-c-subgroupList +
    .fs-c-subgroupList {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_list + .c-itemsRefine_list,
    .fs-c-subgroupList + .c-itemsRefine_list, .c-itemsRefine_list +
    .fs-c-subgroupList,
    .fs-c-subgroupList +
    .fs-c-subgroupList {
      margin-top: 40px; } }

.c-itemsRefine_listHead {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .08em; }

.c-itemsRefine_listNode,
.fs-c-subgroupList__item {
  padding-right: 12px; }
  @media print, screen and (max-width: 767px) {
    .c-itemsRefine_listNode,
    .fs-c-subgroupList__item {
      width: 50%;
      margin-top: 16px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemsRefine_listNode,
    .fs-c-subgroupList__item {
      width: 16.66%;
      margin-top: 24px; } }
  .c-itemsRefine_listNode a,
  .fs-c-subgroupList__item a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 1.4;
    color: #6a6a6a; }
    @media print, screen and (min-width: 768px) {
      .c-itemsRefine_listNode a,
      .fs-c-subgroupList__item a {
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .c-itemsRefine_listNode a:hover,
        .fs-c-subgroupList__item a:hover {
          opacity: .5; } }
    @media print, screen and (min-width: 768px) {
      .c-itemsRefine_listNode a,
      .fs-c-subgroupList__item a {
        display: inline-block; } }

.c-itemCategory {
  display: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .c-itemCategory {
      padding-top: 15px;
      margin-bottom: 30px; } }
  @media print, screen and (min-width: 768px) {
    .c-itemCategory {
      padding-top: 32px;
      margin-bottom: 60px; } }

.fs-c-productList__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media print, screen and (max-width: 767px) {
    .fs-c-productList__controller {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 40px; } }
  @media print, screen and (max-width: 374px) {
    .fs-c-productList__controller {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-productList__controller {
      margin-top: 80px; } }
  .fs-c-productList__list + .fs-c-productList__controller {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.fs-c-sortItems,
.fs-c-listControl__status {
  font-size: 12px;
  letter-spacing: .08em;
  color: #6a6a6a; }

.fs-c-sortItems {
  position: relative; }

@media print, screen and (max-width: 374px) {
  .fs-c-listControl__status {
    margin-top: 20px; } }

@media print, screen and (min-width: 768px) {
  .fs-c-listControl__status {
    margin-right: 40px; } }

.fs-c-sortItems__label {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media print, screen and (min-width: 768px) {
    .fs-c-sortItems__label {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .fs-c-sortItems__label:hover {
        opacity: .5; } }
  @media print, screen and (min-width: 768px) {
    .fs-c-sortItems__label {
      min-width: 130px; } }
  .fs-c-sortItems__label::after {
    display: block;
    content: "";
    width: 7px;
    height: 4px;
    margin-left: 8px;
    background-image: url(../svg/pulldown_arrow.svg);
    background-size: 7px 4px;
    background-repeat: no-repeat;
    background-position: center; }
  .fs-c-sortItems__label.is-open::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.fs-c-sortItems__list {
  display: none;
  position: absolute;
  top: 28px;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  padding: 5px; }
  @media print, screen and (max-width: 767px) {
    .fs-c-sortItems__list {
      right: 0;
      min-width: 130px; } }

.fs-c-sortItems__list__item + .fs-c-sortItems__list__item {
  margin-top: 3px; }

.fs-c-sortItems__list__item.is-active {
  color: #adadad; }

.fs-c-sortItems__list__item__label {
  display: block;
  width: 100%;
  padding: 14px 10px;
  font-size: 13px;
  letter-spacing: .08em;
  background-color: #f8f8f8; }

.fs-c-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px; }

.fs-c-pagination__item {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 50%;
  letter-spacing: 0; }
  @media print, screen and (min-width: 768px) {
    .fs-c-pagination__item {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .fs-c-pagination__item:hover {
        opacity: .5; } }
  .fs-c-pagination__item + .fs-c-pagination__item {
    margin-left: 12px; }
  .fs-c-pagination__item.is-active {
    color: #005d2a;
    border: 1px solid #005d2a;
    background: transparent; }

span.fs-c-pagination__item {
  pointer-events: none; }

.fs-c-pagination__item--prev,
.fs-c-pagination__item--next {
  font-size: 20px; }

.brandStandard_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 768px) {
    .brandStandard_list {
      min-width: 1024px;
      max-width: 1120px;
      padding: 0 40px;
      margin: auto; } }

@media print, screen and (min-width: 768px) {
  .brandStandard_listNode:nth-of-type(odd) {
    background-color: #f8f8f8; } }

@media print, screen and (min-width: 768px) {
  .brandStandard_listNode:nth-of-type(even) {
    background-color: #efefef; } }

@media print, screen and (min-width: 768px) {
  .brandStandard_listNode:nth-of-type(n+4) {
    margin-top: 16px; } }

@media print, screen and (max-width: 767px) {
  .brandStandard_listNode:nth-of-type(4), .brandStandard_listNode:nth-of-type(5) {
    background-color: #f8f8f8; } }

@media print, screen and (max-width: 767px) {
  .brandStandard_listNode:nth-of-type(2), .brandStandard_listNode:nth-of-type(3), .brandStandard_listNode:nth-of-type(6) {
    background-color: #efefef; } }

@media print, screen and (max-width: 767px) {
  .brandStandard_listNode {
    width: 50%; } }

@media print, screen and (min-width: 768px) {
  .brandStandard_listNode {
    width: calc( (100% - 32px) / 3); } }

.brandStandard_listNode_link {
  display: inline-block;
  display: block;
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    .brandStandard_listNode_link {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .brandStandard_listNode_link:hover {
        opacity: .5; } }
  .brandStandard_listNode_link img {
    max-width: 100%; }

.brandStandard_listNode_name {
  position: absolute;
  left: 50%;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 11px;
  letter-spacing: .2em;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .brandStandard_listNode_name {
      bottom: 24px;
      letter-spacing: .08em;
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .brandStandard_listNode_name {
      font-weight: bold; } }

.brandOverview {
  display: none;
  background-color: #f8f8f8; }
  @media print, screen and (max-width: 767px) {
    .brandOverview {
      padding: 42px 30px 28px;
      margin-top: 70px; } }
  @media print, screen and (min-width: 768px) {
    .brandOverview {
      padding: 80px 40px 70px;
      margin-top: 130px; } }
  .fs-body-category-standardsupply .brandOverview,
  .fs-body-category-artsandcrafts .brandOverview,
  .fs-body-category-nicotamaoutdoorclub .brandOverview {
    display: block; }

.brandOverview_img {
  display: none;
  text-align: center; }
  .fs-body-category-standardsupply .brandOverview_img.standardSupply {
    display: block; }
  .fs-body-category-artsandcrafts .brandOverview_img.artsandcrafts {
    display: block; }
  .fs-body-category-nicotamaoutdoorclub .brandOverview_img.nicotamaoutdoorclub {
    display: block; }

.brandOverview_text {
  font-size: 13px;
  letter-spacing: .08em; }
  @media print, screen and (max-width: 767px) {
    .brandOverview_text {
      margin-top: 34px;
      line-height: 1.8; } }
  @media print, screen and (min-width: 768px) {
    .brandOverview_text {
      margin-top: 40px;
      line-height: 2.5;
      text-align: center; } }

@media print, screen and (max-width: 767px) {
  .itemgroupInfo {
    margin: 0 15px; } }

@media print, screen and (min-width: 768px) {
  .itemgroupInfo {
    max-width: 1120px;
    margin: auto; } }

@media print, screen and (min-width: 768px) {
  .itemgroupInfo.is-text {
    padding: 0 40px; } }

.itemgroupInfo.is-text .itemgroupInfo_inner {
  border-bottom: 1px solid #efefef; }
  @media print, screen and (max-width: 767px) {
    .itemgroupInfo.is-text .itemgroupInfo_inner {
      padding: 35px 0; } }
  @media print, screen and (min-width: 768px) {
    .itemgroupInfo.is-text .itemgroupInfo_inner {
      padding: 60px 0; } }

.itemgroupTitle {
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.22; }
  @media print, screen and (max-width: 767px) {
    .itemgroupTitle {
      font-size: 15px; } }
  @media print, screen and (min-width: 768px) {
    .itemgroupTitle {
      font-size: 18px; } }

.itemgroupCatch {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    .itemgroupCatch {
      margin-top: 12px; } }
  @media print, screen and (min-width: 768px) {
    .itemgroupCatch {
      margin-top: 20px; } }

.fs-c-noResultMessage {
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: center; }

.fs-c-mark--preorder,
.fs-c-productListItem__preorderMessage,
.fs-c-productListItem__salesPeriod {
  display: none; }

.itemList_refine {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  @media print, screen and (max-width: 767px) {
    .itemList_refine {
      margin: 0 15px; } }
  @media print, screen and (min-width: 768px) {
    .itemList_refine {
      min-width: 1024px;
      max-width: 1120px;
      padding: 0 40px;
      margin: auto; } }
  .itemList_refine .fs-c-listControl {
    display: none; }

.newArrival {
  display: none; }
  @media print, screen and (max-width: 767px) {
    .newArrival {
      margin-top: 84px; } }
  @media print, screen and (min-width: 768px) {
    .newArrival {
      margin-top: 120px; } }
  .fs-body-category-standardsupply .newArrival.is-active,
  .fs-body-category-artsandcrafts .newArrival.is-active {
    display: block; }

.newArrival_listWrap {
  max-width: 1120px;
  margin: auto; }
  @media print, screen and (max-width: 767px) {
    .newArrival_listWrap {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .newArrival_listWrap {
      padding: 0 40px; } }
  .newArrival_listWrap .fs-c-productMarks,
  .newArrival_listWrap .fs-c-productName__copy {
    display: none; }
  .newArrival_listWrap .fs-c-productListItem {
    padding-top: 0; }

.newArrival_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
  -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff; }
  @media print, screen and (max-width: 767px) {
    .newArrival_more {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .newArrival_more:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .newArrival_more {
      margin-top: 32px; } }
  @media print, screen and (min-width: 768px) {
    .newArrival_more {
      margin-top: 80px; } }

.relatedTopics {
  display: none;
  max-width: 1120px;
  margin: auto; }
  @media print, screen and (max-width: 767px) {
    .relatedTopics {
      padding: 0 30px;
      margin-top: 48px; } }
  @media print, screen and (min-width: 768px) {
    .relatedTopics {
      padding: 0 40px;
      margin-top: 80px; } }
  .relatedTopics + .c-news {
    margin-top: 120px; }

@media print, screen and (min-width: 768px) {
  .relatedTopics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px; } }

@media print, screen and (min-width: 768px) {
  .relatedTopics_listNode {
    width: calc(33.33% - 128px / 3); } }

@media print, screen and (max-width: 767px) {
  .relatedTopics_listNode + .relatedTopics_listNode {
    margin-top: 30px; } }

.relatedTopics_listLink {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .relatedTopics_listLink {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .relatedTopics_listLink:hover {
        opacity: .5; } }

.relatedTopics_listTitle {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.8; }

.relatedTopics_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
  -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
  transition: border .3s ease, background-color .3s ease, color .3s ease;
  width: 250px;
  height: 50px;
  margin: auto;
  border-color: #adadad;
  background-color: #ffffff;
  margin-top: 64px; }
  @media print, screen and (max-width: 767px) {
    .relatedTopics_more {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .relatedTopics_more:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }

.c-youtube {
  display: none; }

@media print, screen and (min-width: 768px) {
  .narrowDown {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    margin-top: 160px; } }

.fs-body-category-standardsupply .narrowDown,
.fs-body-category-artsandcrafts .narrowDown {
  display: none; }

.narrowDown_spHead {
  width: calc(100% - 30px);
  padding: 0 15px;
  height: 49px;
  margin: 0 15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.narrowDown_spHead_icon {
  position: relative; }
  .narrowDown_spHead_icon::before, .narrowDown_spHead_icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 1px;
    background-color: #6a6a6a; }
    @media print, screen and (max-width: 767px) {
      .narrowDown_spHead_icon::before, .narrowDown_spHead_icon::after {
        content: ""; } }
  .narrowDown_spHead_icon::after {
    rotate: 90deg; }

.narrowDown_spHead_icon {
  width: 10px;
  height: 10px; }

@media print, screen and (max-width: 767px) {
  .narrowDown_inner {
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 101%;
    width: 100%;
    height: calc(100dvh - 60px);
    z-index: 9999;
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease; } }

@media print, screen and (max-width: 767px) {
  .is-spNarrowDownOpen .narrowDown_inner {
    left: 0; } }

@media print, screen and (max-width: 767px) {
  .has-information:not(.is-scrolled) .narrowDown_inner {
    top: 91px;
    height: calc(100dvh - 91px); } }

@media print, screen and (max-width: 767px) {
  .narrowDown_form {
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    height: calc(100dvh - 49px - 60px);
    padding-bottom: 160px; } }

@media print, screen and (max-width: 767px) {
  .has-information:not(.is-scrolled) .narrowDown_form {
    height: calc(100dvh - 49px - 91px); } }

.narrowDown_title {
  font-weight: bold;
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 767px) {
    .narrowDown_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px;
      height: 49px;
      padding: 0 30px;
      background-color: #f8f8f8;
      font-size: 13px;
      border-bottom: 1px solid #efefef; } }
  @media print, screen and (min-width: 768px) {
    .narrowDown_title {
      margin-bottom: 24px;
      color: #6a6a6a;
      font-size: 12px; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_title::before {
      content: "";
      width: 6px;
      height: 8px;
      margin-right: 2px;
      background-image: url(../svg/slider_arrow-b.svg);
      background-size: 6px 8px;
      background-repeat: no-repeat;
      background-position: center;
      rotate: 180deg; } }
  @media print, screen and (min-width: 768px) {
    .narrowDown_title::after {
      content: "："; } }

.narrowDown_block {
  border-bottom: 1px solid #efefef; }
  .narrowDown_block:nth-child(1 of .narrowDown_block) {
    border-top: 1px solid #efefef; }

.narrowDown_blockTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.08em;
  font-weight: bold;
  cursor: pointer; }
  @media print, screen and (max-width: 767px) {
    .narrowDown_blockTitle {
      padding: 18px 30px;
      font-size: 13px; } }
  @media print, screen and (min-width: 768px) {
    .narrowDown_blockTitle {
      padding: 24px 0;
      font-size: 12px; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_blockTitle.is-show {
      background-color: #f8f8f8; } }

.narrowDown_blockTitle_icon {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .narrowDown_blockTitle_icon {
      width: 10px;
      height: 10px; } }
  @media print, screen and (min-width: 768px) {
    .narrowDown_blockTitle_icon {
      display: block;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #6A6A6A;
      border-right: 1px solid #6A6A6A;
      rotate: 45deg; } }
  .narrowDown_blockTitle_icon:before, .narrowDown_blockTitle_icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 1px;
    background-color: #6A6A6A; }
    @media print, screen and (max-width: 767px) {
      .narrowDown_blockTitle_icon:before, .narrowDown_blockTitle_icon:after {
        content: ""; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_blockTitle_icon::after {
      rotate: 90deg;
      -webkit-transition: rotate .3s ease;
      -o-transition: rotate .3s ease;
      transition: rotate .3s ease; } }
  @media print, screen and (max-width: 767px) {
    .is-show .narrowDown_blockTitle_icon::after {
      rotate: 0deg; } }
  @media print, screen and (min-width: 768px) {
    .is-show .narrowDown_blockTitle_icon {
      rotate: -135deg;
      top: 2px; } }

.narrowDown_blockContent {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .narrowDown_blockContent {
      padding-bottom: 24px; } }

.narrowDown_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }
  @media print, screen and (min-width: 768px) {
    .narrowDown_list {
      gap: 12px; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_list {
      border-top: 1px solid #efefef; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_block-color .narrowDown_list {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_block-color .narrowDown_list .narrowDown_listItem:nth-child(odd) {
      border-right: 1px solid #efefef;
      padding-left: 20px; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_block-color .narrowDown_list:has(.narrowDown_listItem:nth-child(even):last-child) .narrowDown_listItem:nth-last-child(2) {
      border-bottom: none; } }

.narrowDown_listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }
  @media print, screen and (max-width: 767px) {
    .narrowDown_listItem {
      border-bottom: 1px solid #efefef;
      padding: 17px 0 17px 30px; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_listItem:last-child {
      border-bottom: none; } }
  .narrowDown_listItem input {
    display: none; }

.narrowDown_listItem_label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #adadad; }

.narrowDown_listItem_label::after {
  content: "";
  position: absolute;
  display: none; }

.narrowDown_listItem_label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .narrowDown_listItem_label:has([type="radio"]:checked), .narrowDown_listItem_label:has(.narrowDown_listItem_pseudoRadio:checked) {
    pointer-events: none; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_cb)::before {
    border-radius: 2px; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_cb)::after {
    top: 5px;
    left: 4px;
    width: 8px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    rotate: -45deg; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_cb):has(:checked)::before {
    background-color: #005d2a;
    border-color: #005d2a; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_cb):has(:checked)::after {
    display: block; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_radio)::before, .narrowDown_listItem_label:has(.narrowDown_listItem_pseudoRadio)::before {
    border-radius: 50%; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_radio)::after, .narrowDown_listItem_label:has(.narrowDown_listItem_pseudoRadio)::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #005d2a; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_radio):has(:checked)::before, .narrowDown_listItem_label:has(.narrowDown_listItem_pseudoRadio):has(:checked)::before {
    border-color: #005d2a; }
  .narrowDown_listItem_label:has(.narrowDown_listItem_radio):has(:checked)::after, .narrowDown_listItem_label:has(.narrowDown_listItem_pseudoRadio):has(:checked)::after {
    display: block; }

.narrowDown_textInput {
  width: 100%;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  border: 1px solid #adadad;
  border-radius: 4px;
  padding: 16px;
  outline: none; }
  .narrowDown_textInput::-webkit-input-placeholder {
    color: #adadad; }
  .narrowDown_textInput::-moz-placeholder {
    color: #adadad; }
  .narrowDown_textInput:-ms-input-placeholder {
    color: #adadad; }
  .narrowDown_textInput::-ms-input-placeholder {
    color: #adadad; }
  .narrowDown_textInput::placeholder {
    color: #adadad; }

.narrowDown_listItem_labelText {
  font-size: 12px;
  letter-spacing: 0.08em; }

.narrowDown_price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 767px) {
    .narrowDown_price {
      max-width: calc(63% + 60px);
      padding: 24px 30px; } }
  .narrowDown_price span {
    font-size: 13px; }

@media print, screen and (max-width: 767px) {
  .narrowDown_keyword {
    padding: 24px 30px; } }

@media print, screen and (min-width: 768px) {
  .narrowDown_keyword {
    padding-bottom: 24px; } }

.narrowDown_control {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px; }
  @media print, screen and (min-width: 768px) {
    .narrowDown_control {
      margin-top: 24px; } }
  @media print, screen and (max-width: 767px) {
    .narrowDown_control {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      padding: 20px 30px;
      z-index: 10;
      border-top: 1px solid #efefef; } }

.narrowDown_button {
  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;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  font-size: 12px; }
  .narrowDown_button.submit {
    background-color: #005d2a;
    color: #fff;
    font-weight: bold; }
  .narrowDown_button.reset {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    font-weight: 500;
    color: #6a6a6a; }
