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

.fs-c-productMarks {
  display: none; }

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

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

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

@media print, screen and (min-width: 768px) {
  .c-newsContents {
    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 {
      transition: opacity .3s ease; }
      .c-newsList_nodeLink:hover {
        opacity: .5; } }

.c-newsList_nodeHead {
  display: flex;
  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 {
  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 {
      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) {
  .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: flex;
  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 {
  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 {
  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: flex;
  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 {
  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 {
  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: 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%;
      transform: translateY(-50%);
      width: 29px;
      height: 29px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 1001;
      width: 29px;
      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 {
        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 {
        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 {
        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: 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;
    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 {
      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 {
      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: 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; }

@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: flex;
      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: flex;
    gap: 7px; } }

.c-youtubeList_nodeThumbnail {
  aspect-ratio: 250 / 140; }
  @media print, screen and (min-width: 768px) {
    .c-youtubeList_nodeThumbnail {
      flex-shrink: 0;
      width: 48.8%; } }
  .c-youtubeList_nodeThumbnail img {
    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: flex;
  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 {
  flex-shrink: 0; }

.c-youtubeList_nodeInfo_category {
  display: flex;
  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: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  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; } }

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

#header {
  background-color: #ffffff; }

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

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

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

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

@media print, screen and (min-width: 768px) {
  .c-brandGallery {
    display: flex; } }

@media print, screen and (min-width: 768px) {
  .topSection-artsAndCrafts .c-brandGallery {
    flex-direction: row-reverse; } }

@media print, screen and (min-width: 768px) {
  .c-brandGallery_head {
    width: calc( 100% * 1/3); } }

.c-brandGallery_head img {
  width: 100%; }

.c-brandGallery_list {
  display: flex;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 767px) {
    .c-brandGallery_list {
      margin-top: 20px; } }
  @media print, screen and (min-width: 768px) {
    .c-brandGallery_list {
      width: calc( 100% * 2/3); } }
  @media print, screen and (min-width: 768px) {
    .topSection-artsAndCrafts .c-brandGallery_list {
      flex-direction: row-reverse; } }

.c-brandGallery_listNode {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em; }
  @media print, screen and (min-width: 768px) {
    .c-brandGallery_listNode:nth-of-type(1), .c-brandGallery_listNode:nth-of-type(6) {
      background-color: #ffffff; } }
  @media print, screen and (min-width: 768px) {
    .c-brandGallery_listNode:nth-of-type(2), .c-brandGallery_listNode:nth-of-type(4) {
      background-color: #f8f8f8; } }
  @media print, screen and (min-width: 768px) {
    .c-brandGallery_listNode:nth-of-type(3), .c-brandGallery_listNode:nth-of-type(5) {
      background-color: #efefef; } }
  @media print, screen and (max-width: 767px) {
    .c-brandGallery_listNode:nth-of-type(2), .c-brandGallery_listNode:nth-of-type(3), .c-brandGallery_listNode:nth-of-type(6) {
      background-color: #efefef; } }
  @media print, screen and (max-width: 767px) {
    .c-brandGallery_listNode {
      width: 50%; } }
  @media print, screen and (min-width: 768px) {
    .c-brandGallery_listNode {
      width: 33.33%; } }

.c-brandGallery_listNode_img img {
  width: 100%; }

.c-brandGallery_listNode_cover {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 10px; }
  @media print, screen and (max-width: 767px) {
    .c-brandGallery_listNode_cover {
      bottom: 24px;
      letter-spacing: .08em;
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .c-brandGallery_listNode_cover {
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.37);
      font-weight: bold;
      letter-spacing: .2em;
      color: #ffffff;
      opacity: 0;
      transition: opacity .3s ease; } }
  @media print, screen and (min-width: 768px) {
    .c-brandGallery_listNode_link:hover .c-brandGallery_listNode_cover {
      opacity: 1; } }

@media print, screen and (max-width: 1024px) {
  .c-news {
    margin-top: 64px; } }

@media print, screen and (min-width: 1025px) {
  .c-news {
    margin-top: 40px; } }

.topMainvisual {
  min-height: 450px; }
  @media print, screen and (min-width: 768px) {
    .topMainvisual {
      padding: 0 40px; } }

.topMainvisual_slider {
  position: relative;
  opacity: 1;
  transition: opacity .3s ease; }
  .topMainvisual_slider .slick-arrow {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1001;
    width: 29px;
    filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); }
    @media print, screen and (min-width: 768px) {
      .topMainvisual_slider .slick-arrow {
        transition: opacity .3s ease; }
        .topMainvisual_slider .slick-arrow:hover {
          opacity: .5; } }
    .topMainvisual_slider .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; }
  .topMainvisual_slider .slick-prev {
    left: -15px; }
    .topMainvisual_slider .slick-prev::before {
      transform: translate(-50%, -50%) rotate(180deg); }
  .topMainvisual_slider .slick-next {
    right: -15px; }
    .topMainvisual_slider .slick-next::before {
      transform: translate(-50%, -50%); }
  .topMainvisual_slider.slick-initialized {
    opacity: 1; }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_slider .slick-arrow {
      top: auto;
      transform: translateY(0);
      bottom: 16px; } }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_slider .slick-prev {
      left: 33%; } }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_slider .slick-next {
      right: 33%; } }

.topMainvisual_slider_node {
  position: relative; }
  .topMainvisual_slider_node img {
    width: 100%; }

.topMainvisual_slider_nodeInner {
  position: absolute;
  color: #ffffff;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_slider_nodeInner {
      bottom: 26px;
      left: 50%;
      transform: translateX(-50%); } }
  @media print, screen and (min-width: 768px) {
    .topMainvisual_slider_nodeInner {
      bottom: 15px;
      left: 20px; } }
  .black .topMainvisual_slider_nodeInner {
    color: #000000; }

.topMainvisual_slider_nodeCount {
  letter-spacing: .4em; }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_slider_nodeCount {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .topMainvisual_slider_nodeCount {
      font-size: 11px; } }

.topMainvisual_slider_nodeTitle {
  display: none;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: .2em; }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_slider_nodeTitle {
      font-size: 16px; } }
  @media print, screen and (min-width: 768px) {
    .topMainvisual_slider_nodeTitle {
      font-size: 18px; } }

.topMainvisual_slider_nodeLink {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-bottom: 1px solid #ffffff; }
  @media print, screen and (max-width: 767px) {
    .topMainvisual_slider_nodeLink {
      margin-top: 36px; } }
  @media print, screen and (min-width: 768px) {
    .topMainvisual_slider_nodeLink {
      margin-top: 36px; } }
  .black .topMainvisual_slider_nodeLink {
    border-bottom: 1px solid #000000; }

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

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

.topItems_title {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .topItems_title {
      margin-bottom: 26px; } }

.topItems_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  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) {
    .topItems_button {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .topItems_button:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .topItems_button {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .topItems_button {
      margin-top: 60px; } }

.topFullvisual img {
  width: 100%; }

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

@media print, screen and (max-width: 767px) {
  .topTopics_slider {
    display: flex;
    overflow: auto; } }

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

@media print, screen and (min-width: 768px) {
      .topTopics_slider .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; }
    .topTopics_slider .slick-prev {
      left: 14.4%; }
      .topTopics_slider .slick-prev::before {
        transform: translate(-50%, -50%) rotate(180deg); }
    .topTopics_slider .slick-next {
      right: 14.4%; }
      .topTopics_slider .slick-next::before {
        transform: translate(-50%, -50%); }
    .topTopics_slider .slick-arrow {
      top: 42%; } }

@media print, screen and (max-width: 767px) {
  .topTopics_sliderNode {
    width: calc( 82% + 15px);
    flex-shrink: 0;
    padding-left: 15px; } }

@media print, screen and (min-width: 768px) {
  .topTopics_sliderNode {
    padding: 0 20px; } }

@media print, screen and (max-width: 767px) {
  .topTopics_sliderNode:last-of-type {
    width: calc( 82% + 30px);
    padding-right: 15px; } }

.topTopics_sliderNode_link {
  display: inline-block;
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .topTopics_sliderNode_link {
      transition: opacity .3s ease; }
      .topTopics_sliderNode_link:hover {
        opacity: .5; } }
  @media print, screen and (min-width: 768px) {
    .topTopics_sliderNode_link {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap; } }

.topTopics_sliderNode_img {
  width: 100%; }
  .topTopics_sliderNode_img img {
    width: 100%; }

.topTopics_sliderNode_title {
  width: 100%;
  margin-top: 26px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.21;
  white-space: initial; }
  @media print, screen and (max-width: 767px) {
    .topTopics_sliderNode_title {
      font-size: 13px; } }

.topTopics_sliderNode_lead {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.8;
  white-space: normal; }
  @media print, screen and (min-width: 768px) {
    .topTopics_sliderNode_lead {
      width: calc( 100% - 85px);
      padding-right: 45px; } }

.topTopics_sliderNode_ViewMore {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.8;
  color: #539fc7; }
  @media print, screen and (max-width: 767px) {
    .topTopics_sliderNode_ViewMore {
      margin-top: 12px; } }
  @media print, screen and (min-width: 768px) {
    .topTopics_sliderNode_ViewMore {
      width: 85px; } }

.topTopics_button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  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) {
    .topTopics_button {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .topTopics_button:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .topTopics_button {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .topTopics_button {
      margin-top: 60px; } }

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

@media print, screen and (min-width: 768px) {
  .twoDays_Contents {
    display: flex;
    align-items: center;
    min-width: 1024px;
    max-width: 1120px;
    padding: 0 40px;
    margin: auto; } }

@media print, screen and (min-width: 768px) {
  .twoDays_gallery {
    width: 47%; } }

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

@media print, screen and (min-width: 768px) {
  .twoDays_galleryImg + .twoDays_galleryImg {
    margin-left: 18px; } }

.twoDays_galleryImg img {
  width: 100%; }

@media print, screen and (min-width: 768px) {
  .twoDays_info {
    width: 53%;
    padding-left: 64px; } }

.twoDays_infoText {
  letter-spacing: .08em;
  line-height: 1.8; }
  @media print, screen and (max-width: 767px) {
    .twoDays_infoText {
      margin-top: 20px;
      font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .twoDays_infoText {
      font-size: 13px; } }
  .twoDays_infoText p + p {
    margin-top: 20px; }
  .twoDays_infoText a {
    display: inline-block;
    color: #539fc7; }
    @media print, screen and (min-width: 768px) {
      .twoDays_infoText a {
        transition: opacity .3s ease; }
        .twoDays_infoText a:hover {
          opacity: .5; } }

.twoDays_info_viewMore {
  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) {
    .twoDays_info_viewMore {
      transition: opacity .3s ease; }
      .twoDays_info_viewMore:hover {
        opacity: .5; } }
  .twoDays_info_viewMore::before {
    display: block;
    position: absolute;
    top: calc( 50% - 1px/2);
    left: 0;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #adadad; }

.twoDays_infoSns {
  display: flex;
  align-items: flex-end;
  margin-top: 20px; }

.twoDays_infoSns_icon {
  display: inline-block; }
  @media print, screen and (min-width: 768px) {
    .twoDays_infoSns_icon {
      transition: opacity .3s ease; }
      .twoDays_infoSns_icon:hover {
        opacity: .5; } }
  .twoDays_infoSns_icon svg {
    fill: #6a6a6a; }
  .twoDays_infoSns_icon + .twoDays_infoSns_icon {
    margin-left: 30px; }
  .twoDays_infoSns_icon.instagram svg {
    width: 15px;
    height: 15px; }
  .twoDays_infoSns_icon.facebook svg {
    width: 6px;
    height: 15px; }
  .twoDays_infoSns_icon.twitter svg {
    width: 18px;
    height: 15px; }

/*
TOP10
------------------------------------*/
@media print, screen and (max-width: 767px) {
  .topRankingSection {
    padding: 64px 0 0; } }

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

@media print, screen and (max-width: 1024px) {
  .topRankingTitle {
    margin-bottom: 32px; } }

@media print, screen and (min-width: 1025px) {
  .topRankingTitle {
    margin-bottom: 64px; } }

.topRankingWrap {
  position: relative; }
  @media print, screen and (max-width: 767px) {
    .topRankingWrap {
      overflow-x: auto;
      overflow-y: hidden;
      padding-left: 30px;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .topRankingWrap::-webkit-scrollbar {
        display: none; } }

.topRankingLoading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media print, screen and (max-width: 767px) {
  .topRankingList {
    white-space: nowrap;
    font-size: 0;
    height: 230px; } }

@media print, screen and (min-width: 768px) {
  .topRankingList {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    height: 600px; } }

@media print, screen and (max-width: 767px) {
  .topRankingList_node {
    display: inline-block;
    width: 48%;
    margin-right: 15px;
    vertical-align: top; } }

@media print, screen and (min-width: 768px) {
  .topRankingList_node {
    width: calc((100% - (40px * 5)) / 5);
    margin-right: 40px;
    margin-bottom: 80px; } }

@media print, screen and (max-width: 767px) {
  .topRankingList_node:last-child {
    margin-right: 30px; } }

@media print, screen and (max-width: 374px) {
  .topRankingList_node:last-child {
    margin-right: 15px; } }

.topRankingList_link {
  display: block; }
  @media print, screen and (min-width: 1025px) {
    .topRankingList_link {
      transition: opacity .3s ease; } }
  @media print, screen and (min-width: 1025px) {
    .topRankingList_link:hover {
      opacity: .5; } }

.topRankingList_thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%; }

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

.topRankingList_thumbnail_index {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-color: #999999; }
  .topRankingList_node:nth-child(1) .topRankingList_thumbnail_index {
    background-color: #E1D358; }
  .topRankingList_node:nth-child(2) .topRankingList_thumbnail_index {
    background-color: #C0C0C0; }
  .topRankingList_node:nth-child(3) .topRankingList_thumbnail_index {
    background-color: #BB9585; }

.topRankingListLabel {
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #FFF; }

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

.topRankingListCopy {
  display: block;
  margin-top: 15px;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.3;
  color: #adadad; }

.topRankingListName {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.3;
  white-space: normal; }

.topRankingList_detail_productPrices {
  display: flex;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.3; }
  .topRankingList_detail_productPrices::after {
    content: none; }

/*
ブランドバナー
------------------------------------*/
@media print, screen and (max-width: 767px) {
  .topBrandBanner {
    margin-top: 64px; } }

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

.topBrandBanner_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .topBrandBanner_list {
      gap: 16px; } }

@media print, screen and (max-width: 767px) {
  .topBrandBanner_listNode {
    width: 50%;
    aspect-ratio: 188 / 255; } }

@media print, screen and (min-width: 768px) {
  .topBrandBanner_listNode {
    width: calc(50% - 16px / 2);
    aspect-ratio: 512 / 256; } }

.topBrandBanner_listNode:nth-child(1), .topBrandBanner_listNode:nth-child(4) {
  background-color: #f8f8f8; }

.topBrandBanner_listNode:nth-child(2), .topBrandBanner_listNode:nth-child(3) {
  background-color: #efefef; }

.topBrandBanner_listLink {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  @media print, screen and (min-width: 768px) {
    .topBrandBanner_listLink {
      transition: opacity .3s ease; }
      .topBrandBanner_listLink:hover {
        opacity: .5; } }
  @media print, screen and (max-width: 767px) {
    .topBrandBanner_listLink {
      line-height: 1.5;
      padding-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .topBrandBanner_listLink {
      line-height: 1.25;
      padding-top: 40px; } }
  .newBrand .topBrandBanner_listLink {
    font-size: 12px;
    color: #adadad;
    letter-spacing: 0.2em;
    text-align: center; }

.topBrandBanner_listLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .topBrandBanner_listLogo img {
      max-width: none; } }
  @media print, screen and (max-width: 767px) {
    .topBrandBanner_listLogo.sds img {
      height: 71px; } }
  @media print, screen and (max-width: 767px) {
    .topBrandBanner_listLogo.aac img {
      height: 33px; } }
  @media print, screen and (max-width: 767px) {
    .topBrandBanner_listLogo.noc img {
      height: 80px; } }
  @media print, screen and (min-width: 768px) {
    .topBrandBanner_listLogo.noc img {
      height: 96px; } }
  @media print, screen and (max-width: 767px) {
    .topBrandBanner_listLogo.cku img {
      height: 18px; } }
  @media print, screen and (min-width: 768px) {
    .topBrandBanner_listLogo.cku img {
      height: 24px; } }

.topBrandBanner_listTitle {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #adadad;
  text-align: center; }
  @media print, screen and (max-width: 767px) {
    .topBrandBanner_listTitle {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .topBrandBanner_listTitle {
      margin-top: 40px; } }

/*
 オリジナルブランド
------------------------------------*/
@media print, screen and (min-width: 768px) {
  .topOriginalBrand {
    margin: 120px auto; } }

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

.topOriginalBrand_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: auto; }
  @media print, screen and (min-width: 768px) {
    .topOriginalBrand_list {
      gap: 40px 16px; } }
  @media print, screen and (max-width: 767px) {
    .topOriginalBrand_list {
      gap: 40px 0; } }

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

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

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

.topOriginalBrand_listImg {
  width: 100%; }
  @media print, screen and (min-width: 768px) {
    .topOriginalBrand_listImg {
      aspect-ratio: 512 / 256; } }
  @media print, screen and (max-width: 767px) {
    .topOriginalBrand_listImg {
      aspect-ratio: 1 / 1; } }
  .topOriginalBrand_listImg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.topOriginalBrand_listLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .topOriginalBrand_listLogo {
      height: 56px;
      margin: 12px auto 0; } }
  @media print, screen and (min-width: 768px) {
    .topOriginalBrand_listLogo {
      height: 80px;
      margin: 20px auto 0; } }

.topOriginalBrand_listLogo_img:has(img[src$="logo-sds.svg"]) {
  aspect-ratio: 116.5 / 63.9; }
  @media print, screen and (max-width: 767px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-sds.svg"]) {
      width: 82px; } }
  @media print, screen and (min-width: 768px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-sds.svg"]) {
      width: 116px; } }

.topOriginalBrand_listLogo_img:has(img[src$="logo-aac.svg"]) {
  aspect-ratio: 145.04 / 31.95; }
  @media print, screen and (max-width: 767px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-aac.svg"]) {
      width: 102px; } }
  @media print, screen and (min-width: 768px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-aac.svg"]) {
      width: 145px; } }

.topOriginalBrand_listLogo_img:has(img[src$="logo-noc.svg"]) {
  aspect-ratio: 72 / 71.44; }
  @media print, screen and (max-width: 767px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-noc.svg"]) {
      width: 50px; } }
  @media print, screen and (min-width: 768px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-noc.svg"]) {
      width: 72px; } }

.topOriginalBrand_listLogo_img:has(img[src$="logo-cku.svg"]) {
  aspect-ratio: 103.49 / 21.22; }
  @media print, screen and (max-width: 767px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-cku.svg"]) {
      width: 72px; } }
  @media print, screen and (min-width: 768px) {
    .topOriginalBrand_listLogo_img:has(img[src$="logo-cku.svg"]) {
      width: 103px; } }

.topOriginalBrand_listLogo_img img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/*
 セレクトブランド
------------------------------------*/
@media print, screen and (min-width: 768px) {
  .topSelectBrand {
    width: 100%;
    overflow: hidden;
    margin: 120px auto; } }

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

.topSelectBrand_list {
  position: relative;
  margin: auto;
  white-space: nowrap; }
  .topSelectBrand_list .slick-arrow {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1001;
    width: 29px;
    filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.16)); }
    @media print, screen and (min-width: 768px) {
      .topSelectBrand_list .slick-arrow {
        transition: opacity .3s ease; }
        .topSelectBrand_list .slick-arrow:hover {
          opacity: .5; } }
    .topSelectBrand_list .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; }
  .topSelectBrand_list .slick-prev {
    left: -2%; }
    .topSelectBrand_list .slick-prev::before {
      transform: translate(-50%, -50%) rotate(180deg); }
  .topSelectBrand_list .slick-next {
    right: -2%; }
    .topSelectBrand_list .slick-next::before {
      transform: translate(-50%, -50%); }
  @media print, screen and (max-width: 767px) {
    .topSelectBrand_list {
      overflow: auto;
      padding-left: 15px; } }
  @media print, screen and (min-width: 768px) {
    .topSelectBrand_list {
      width: calc(26.25% + 8px * 2); } }
  .topSelectBrand_list .slick-list {
    overflow: visible; }
  .topSelectBrand_list .slick-arrow {
    top: 38%; }

.topSelectBrand_listNode {
  display: inline-block; }
  @media print, screen and (max-width: 767px) {
    .topSelectBrand_listNode {
      width: calc(66.67% + 15px);
      padding-right: 15px; } }
  @media print, screen and (min-width: 768px) {
    .topSelectBrand_listNode {
      width: 100%;
      padding: 8px; } }

.topSelectBrand_listImg {
  aspect-ratio: 336 / 168;
  width: 100%; }
  .topSelectBrand_listImg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.topSelectBrand_listLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0; }
  @media print, screen and (max-width: 767px) {
    .topSelectBrand_listLogo {
      height: 38px; } }
  @media print, screen and (min-width: 768px) {
    .topSelectBrand_listLogo {
      height: 56px; } }
  .topSelectBrand_listLogo img {
    height: 100%; }

.topSelectBrand_listCount {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: "Lato", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0; }

.topSelectBrand_listCountCurrent,
.topSelectBrand_listCountTotal {
  width: 35px;
  text-align: center; }

.topSelectBrand_listCountTotal {
  border-left: 1px solid #2c2c2c; }

/*
新着アイテム
------------------------------------*/
.topNewArrival_listWrap {
  max-width: 1120px;
  margin: auto; }
  .topNewArrival_listWrap .fs-c-productPrices {
    display: flex;
    align-items: flex-end;
    letter-spacing: .08em; }
  .topNewArrival_listWrap .fs-c-productPrice--selling {
    order: 2;
    font-size: 12px; }
  .topNewArrival_listWrap .fs-c-productPrice--listed + .fs-c-productPrice--selling {
    color: #ff2626;
    padding-left: 8px; }
  .topNewArrival_listWrap .fs-c-productPrice--listed {
    order: 1;
    color: #adadad;
    text-decoration: line-through;
    font-size: 10px; }
  .topNewArrival_listWrap .fs-c-productName__copy,
  .topNewArrival_listWrap .c-itemSlider_nodeCategory {
    display: block;
    margin-top: 15px;
    font-size: 10px;
    letter-spacing: .08em;
    line-height: 1.3;
    color: #adadad; }
  .topNewArrival_listWrap .fs-c-productName__name,
  .topNewArrival_listWrap .c-itemSlider_nodeName {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.3;
    white-space: normal; }
  .topNewArrival_listWrap .fs-c-productPrices,
  .topNewArrival_listWrap .c-itemSlider_nodePrice {
    display: flex;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: .08em;
    line-height: 1.3; }
    .topNewArrival_listWrap .fs-c-productPrices::after,
    .topNewArrival_listWrap .c-itemSlider_nodePrice::after {
      content: none; }
  .topNewArrival_listWrap .fs-c-productMarks {
    display: none; }
  @media print, screen and (max-width: 767px) {
    .topNewArrival_listWrap {
      padding: 0 20px; } }
  @media print, screen and (min-width: 768px) {
    .topNewArrival_listWrap {
      padding: 0 40px; } }
  .topNewArrival_listWrap .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap; }
    @media print, screen and (max-width: 767px) {
      .topNewArrival_listWrap .fs-c-productList__list {
        gap: 64px 15px; } }
    @media print, screen and (min-width: 768px) {
      .topNewArrival_listWrap .fs-c-productList__list {
        gap: 76px 64px; } }
  .topNewArrival_listWrap .fs-c-productList__list__item {
    display: inline-block; }
    @media print, screen and (min-width: 768px) {
      .topNewArrival_listWrap .fs-c-productList__list__item {
        transition: opacity .3s ease; }
        .topNewArrival_listWrap .fs-c-productList__list__item:hover {
          opacity: .5; } }
    @media print, screen and (max-width: 767px) {
      .topNewArrival_listWrap .fs-c-productList__list__item {
        width: calc(50% - 15px / 2); } }
    @media print, screen and (min-width: 768px) {
      .topNewArrival_listWrap .fs-c-productList__list__item {
        width: calc(25% - (64px * 3) / 4); } }

.topNewArrival_more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  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) {
    .topNewArrival_more {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .topNewArrival_more:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .topNewArrival_more {
      margin-top: 32px; } }
  @media print, screen and (min-width: 768px) {
    .topNewArrival_more {
      margin-top: 80px; } }

/*
ブログ
------------------------------------*/
.topBlog_list {
  max-width: 1120px;
  margin: auto; }
  @media print, screen and (max-width: 767px) {
    .topBlog_list {
      padding: 0 30px; } }
  @media print, screen and (min-width: 768px) {
    .topBlog_list {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      padding: 0 40px; } }

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

@media print, screen and (max-width: 767px) {
  .topBlog_listNode + .topBlog_listNode {
    padding-top: 17px;
    margin-top: 17px;
    border-top: 1px solid #efefef; } }

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

.topBlog_listImg {
  flex-shrink: 0; }
  @media print, screen and (max-width: 767px) {
    .topBlog_listImg {
      width: 39.37%; } }
  @media print, screen and (min-width: 768px) {
    .topBlog_listImg {
      width: 36.89%; } }

.topBlog_listTitle {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.topBlog_listDate {
  margin-top: 12px;
  font-size: 11px;
  color: #adadad; }

.topBlog_listWriter {
  margin-top: 8px;
  color: #adadad; }
  @media print, screen and (max-width: 767px) {
    .topBlog_listWriter {
      font-size: 11px; } }
  @media print, screen and (min-width: 768px) {
    .topBlog_listWriter {
      font-size: 12px; } }

.topBlog_more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  border-radius: 4px;
  border: 1px solid;
  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) {
    .topBlog_more {
      max-width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .topBlog_more:hover {
      background-color: #2c2c2c;
      border-color: #2c2c2c;
      color: #ffffff; } }
  @media print, screen and (max-width: 767px) {
    .topBlog_more {
      margin-top: 30px; } }
  @media print, screen and (min-width: 768px) {
    .topBlog_more {
      margin-top: 60px; } }
