body {
    color: #666;
    font-family: arial, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Osaka, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
letter-spacing:0.5px;
}

a:hover {
text-decoration:none !important;
}

/* --- 商品詳細パンくずリスト --- */
.fs-c-breadcrumb {
    font-size: 1.2rem;
    max-width: 1194px;
    margin: 0 auto;
}

/* --- 商品詳細左メニュー --- */
.fs-p-drawer__heading {
display:none;
}

.fs-p-sideMenu a {
    padding: 4px;
}

.fs-p-sideMenu a:hover {
color:#aaa;
background:none;
}

.fs-p-sideMenu .fs-pt-menu__heading {
    padding: 0;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    content: none;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
}

ul.category_group {
    display:grid;
list-style: none;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
}

.category_item{
text-align:center;
width:100%;
margin-bottom: 30px;
}

.category_item a{
display:inline;
text-decoration:none;
font-size:80%;
color:#000;
}

.category_item a:hover{
text-decoration:none;
color:#aaa;
}

.category_item img:hover{
opacity:0.7;
}



/* --- 商品詳細真ん中写真 --- */


@media screen and (min-width: 960px){
.fs-l-product4 .fs-l-productLayout {
    grid-gap: 30px;
}}

.fs-c-productThumbnail__image {
    margin: 0px;
}

.fs-c-productThumbnail {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
gap:0 10px;
}

.fs-c-productThumbnail__image > img {
object-fit: cover;
width: 60px;
    height: 60px;
}



/* --- 商品詳細右商品情報 --- */
.fs-c-productNameHeading {
    color: #333; 
    font-size: 1.5rem;
}

.fs-c-heading {
    -moz-font-feature-settings:normal;
    -webkit-font-feature-settings:normal;
    font-feature-settings: normal;
    font-weight: normal;
}

.fs-c-productNumber {
    border: none;
    display: inline-block;
    font-size: 1.2rem;
    padding:0;
}

.fs-c-productNumber__number {
    font-weight: normal;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.5rem;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #333;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
 white-space: pre-wrap;
    content: "（";
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
    content: "）";
}

.fs-c-button--particular {
    background: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 0;
    color: #3c3c3c;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: none;
    display: flex;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    content: inherit;
}

.fs-c-button--addToCart--detail {
    background: #fff;
    border: 1px solid #666;
    border-radius: 0px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.7em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
margin-bottom: 20px;
}

.fs-c-button--addToCart--detail:hover {
    background: #666;
    border: 1px solid #666;
    border-radius: 0px;
    color: #fff;
}

.fs-p-card {
    background: #fff;
    border: 1px solid #bbb;
    margin: 8px 0;
    padding: 12px;
}

.fs-p-card__title {
    border-bottom: none;
    font-size: 1.5rem;
    margin-top: 8px;
    text-align: center;
    padding-bottom: 0px;
}


/* --- ヘッダー右上 --- */
.fs-p-headerNavigation {
    margin: auto;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: end; 
    flex-wrap: wrap;
}

.fs-p-headerNavBar {
    background: #fff;
    border-bottom: none;
    color: #333;
}

.fs-p-headerNavigation__link,.fs-p-headerNavigation__link:visited {
    color: #333;
}

.fs-p-inputGroup {
    display: flex;
    align-items: stretch;
    border: 1px solid #aaa;
    background: #aaa;
}

.fs-p-inputGroup__button {
    background:#aaa;
    border: none;
    color: #ffffff;
    width: 2.2em;
    flex-shrink: 0;
}



/* --- TOP広告カルーセル --- */
.fs-pt-carousel__track {
    position: relative;
    margin-bottom: 40px;
}

/* --- TOP臨時休業メッセージ --- */
.fs-p-messageBoard {
    background-color: #fff;
    border: 1px dashed #777;
    border-radius: 0px;
    color: #666;
    margin-bottom: 24px;
    padding: 16px 20px;
}

.fs-p-messageBoard__heading {
    display: block;
    font-weight: 700;
    margin-bottom: 0px;
}

/* --- TOPお知らせ --- */
.fs-pt-list {
    margin-bottom: 30px;
}

.fs-p-dateList{
margin-top: 4px;
}

.fs-p-dateList > li {
    border: none;
    border-width: 1px 0 0 0;
    padding: 0 0 4px;
}

.fs-p-dateList > li time:first-child {
    background: none;
    color: #666;
    line-height: 1.2;
    padding: 2px 4px 1.6px 0px;
}

.fs-p-dateList > li a {
color: #437f9d;
}

.fs-p-dateList > li a:hover {
opacity:0.7;
color: #358aa7;
text-decoration:none;
}

.fs-pt-list--noMarker > li + li {
margin-top: 0px;
}


/* --- TOPカテゴリー一覧 --- */
.category_item a {
    display: inline;
    text-decoration: none;
    font-size: 100%;
    color: #666;
}

.category_item img {
    border-style: none;
    width: 100%;
}

ul.category_group {
    gap: 0 20px;
}

/* --- TOPコラム --- */
.fs-pt-column__heading {
    font-weight:normal;
font-size: 1.5rem;
    padding-top: 10px;
}

.fs-pt-column--3 {
margin-top:40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
}

/* --- TOPフッター --- */

.fs-l-footer__utility {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    margin-bottom:0px;
    padding: 0 8px;
}

.fs-p-footerUtilityMenu__list span {
padding: 0 8px;
}

.fs-p-footerUtilityMenu__list a::before {
    display: inline-block;
    content: none;
}

.fs-l-footer {
    position: relative;
    border-top: none;
   background-color:#fff;
    color: #666;
    margin-top: 80px;
}

.fs-p-footerCopyright {
    color: #666;
    background-color:#fff;
    text-align: center;
    padding: 0 0 40px;
}

.fs-p-footerPageTop {
    position: absolute;
    bottom: 0;
    left: inherit;
    right: 1%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    max-width: 1216px;
}


/* --- TOP左メニュー --- */
.fs-p-headerUtilityMenu__list.is-ready {
    display:block;
margin-top:40px;
}

.fs-p-headerUtilityMenu__list > li {
    margin-left: 0;
    margin-bottom: 6px;
}

.fs-p-headerUtilityMenu__list > li + li {
    margin-left: 0;
margin-bottom:6px;
}

.fs-p-headerUtilityMenu__list a::before {
    content: none;
}

/* --- 一覧タイトル --- */
.fs-c-heading--page {
    padding:0 0 10px;
}

.fs-c-heading--page {
    border-bottom: 1px solid #7c8790;
    color: #7c8790;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0 0 1em;
    text-align: center;
}

/* --- 一覧サブカテゴリ --- */
.fs-c-subgroup {
    margin: 40px 0;
}

.fs-c-subgroupList__link {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    background: #fff;
    border: 1px solid #7c8790;
    color: inherit;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 1.2em;
    grid-template-columns: auto 1fr 1.2em;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    height: 100%;
    padding: 20px;
    text-decoration: none;
}

/* --- 一覧ページャー --- */
.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

/* --- 一覧商品 --- */

.fs-c-productList__list__item {
    border-bottom: none;
    padding: 16px 0px;
}

.fs-c-productListItem__control > *:last-child {
    margin-left: auto;
    display: none;
}

.fs-c-productListItem__productName a{
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    margin: 8px 0;
color:#333;
line-height:1.5;
}

/* --- 一覧カートに入れるボタン --- */
.fs-c-button--plain:hover {
    color: #437f9d;
    text-decoration: none;
opacity:0.7;
}

/* --- 一覧商品名の長さに関係なく価格の上下位置を統一 --- */
.fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 0;
    min-height: 40px;
}

.fs-c-productListItem__productName a {
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.fs-c-productList__list__item {
    border-bottom: none;
    padding: 36px 0px;
}

.fs-c-buttonContainer {
    padding: 0;
text-align:left;
}


/* --- 一覧商品列 --- */
@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22% 22% 22% 22%;
    grid-template-columns: 22% 22% 22% 22%;
grid-gap:0 4%;
margin-bottom: 50px;
  }

  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 1;

    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 50;
    grid-row: 50;
  }
}

/* --- TOPページアイコンの丸数字ラベル --- */
.fs-p-cartItemNumber {
    background: #437f9d;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 2px;
    right: 2px;
}

/* --- TOPページ左メニュー上の検索窓 --- */
.fs-p-headerNavigation__search2 {
display:none;
}

/* --- TOPページ左上の会員名下のポイント --- */
.fs-p-memberInfo {
    display: none;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

/* --- TOPページカートボタン --- */
.fs-p-headerNavigation__link:link {
    color: #666;
}

/* --- TOPページSNS --- */
.shopSNS{
display:flex;
flex-direction: row;    
margin-top:40px;
gap: 0 10px;
}

.shopSNS a:hover{
opacity:0.5;
}

/* --- TOPページSNS --- */
.fs-p-headerUtilityMenu a:hover{
color: #aaa;
}


/* --- 商品一覧再入荷お知らせ --- */
.fs-c-button--subscribeToArrivalNotice--list{
display:none;
}

/* --- 商品一覧並び替え上下スペース --- */
.fs-c-productList__controller {
    padding-top: 50px;
}


/*---　ギフトラッピング　---*/
.giftwrap p{
font-size: 95%;
color: #666;
letter-spacing: 0.5px;
line-height: 2.4;
margin: 24px 0 0;}

.giftwrap h4{
color: #666;
font-size: 95%;
font-weight: normal;
    padding: 0 0 5px;
    margin: 0;}


#FS2_Group_giftwrapping {
display:none;}

.gw{
display: flex;
flex-direction: row;
}

.gw-item {
width: 50%;
}



/*---------------------------space-----------------------*/
.padRgt31{ padding-right:31px;}
.padBottom60{padding-bottom:60px;}
.mgnTop10{margin-top:10px;}
.padTop0{padding-top:0px;}
.padTop55{padding-top:55px;}
.padTop25{padding-top:25px;}
.padTop12{padding-top:12px;}
.padTop1{padding-top:1px;}
.padTop2{padding-top:2px;}
.padTop3{padding-top:3px;}
.padTop4{padding-top:4px;}
.padTop5{padding-top:5px;}
.padTop6{padding-top:6px;}
.padTop7{padding-top:7px;}
.padTop8{padding-top:8px;}
.padTop9{padding-top:9px;}
.padTop10{padding-top:10px;}
.padTop15{padding-top:15px;}
.padTop17{padding-top:17px;}
.padTop26{padding-top:26px;}
.padTop40{padding-top:40px;}
.padTop44{padding-top:44px;}
.padTop52{padding-top:52px;}
.padTop60{padding-top:60px;}
.mgnTop18{margin-top:18px;}
.padTop18{padding-top:18px;}
.padTop20{padding-top:20px;}
.padTop24{padding-top:24px;}
.padTop25{padding-top:25px;}
.padTop26{padding-top:26px;}
.padTop28{padding-top:28px;}
.padTop38{padding-top:38px;}
.padTop62{padding-top:62px;}
.padTop64{padding-top:64px;}
.padTop70{padding-top:70px;}
.padTop80{padding-top:80px;}
.mgnTop30{margin-top:30px;}
.padTop30{padding-top:30px;}
.padTop35{padding-top:35px;}
.padTop42{padding-top:42px;}
.padLft10{padding-left:10px;}
.padLft12{padding-left:12px;}
.padLft20{padding-left:20px;}
.padLft25{padding-left:25px;}
.padLft30{padding-left:30px;}
.padTop13 {padding-top:13px;}
.padTop13,  x:-moz-any-link, x:default {padding-top:13px; margin-top:1px;}
.padTop30{padding-top:30px;}
.padTop500{ padding-top:500px;}
.padTop110{ padding-top:110px;}
.padTop100{ padding-top:100px;}
.padTop50{padding-top:50px;}
.padTop68{padding-top:68px;}
.padTop78{padding-top:78px;}



/*---　注文履歴のフッターメニューのセンター揃え　---*/
@media screen and (min-width: 960px){
.fs-p-footerUtilityMenu__list {
    justify-content: center;
}
}

/*---　マイページのポイント以外をセンター揃え　---*/
@media screen and (min-width: 600px){
.fs-c-accountService {
    justify-content: center;
    column-gap: 20px;
    flex-basis: 100% !important;
}
}

/* --- 代引き手数料の30万以上を削除 --- */
.fs-c-commissionTable tr:nth-child(5){
display:none;
}

/* --- ご注文手続き内返品特約リンク外す --- */
.fs-c-returnedSpecialContract{
display:none;
}

/* --- 商品詳細、商品についてのお問い合わせ --- */
.fs-c-inquiryAboutProduct{
padding-bottom:20px;
margin-top: -14px;
}

/* --- マイページ、お気に入り表示削除 --- */
.fs-c-wishlistProduct__footer {
    display: none;
}


/* --- 再入荷お知らせボタン上下マージン --- */
.fs-c-buttonContainer {
    padding: 4px 0 0px;
}

.fs-c-button--secondary {
    margin: 0 0;
}

.fs-c-inquiryAboutProduct {
    margin: 0 0 30px !important;
    display: block;
text-align:right;
}

/* --- カートの「お気に入りリスト」に入っている商品 --- */
.fs-c-wishlistProduct {
    margin: 70px 0 0 !important;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: 1px solid currentColor;
    color: #7c8790;
    font-size: 1.6rem;
padding-bottom:4px;
}

.fs-c-productListItem__imageContainer{
margin-bottom:6px;
}

.fs-c-productListCarousel__list__item {
    flex-basis: 132px;
    max-width: 132px;
    min-width: 132px;
    margin: 10px 20px;
}

/* --- カート合計金額の罫線ズレ --- */
.fs-c-orderTotalTable > tbody > tr > th {
    vertical-align: inherit;
}

/* --- カート合計金額のちょっと浮き --- */
.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
    padding: 8px 8px 6px;
}

#fs_CustomPage .fs-c-heading {
display:none;
}


/* --- TOPカルーセルimgを100%の幅で見せる --- */
.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
    width: 100%;
    max-width: 928px;
}

@media screen and (min-width: 768px) and (max-width:769px)  {
.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
    width: 100%;
    max-width: 724px;
  }
}


/* --- タブレットフッターをPCと同じに --- */
@media screen and (min-width: 768px) {
  .fs-p-footerUtilityMenu {
    margin-top: 0;
    padding: 8px;
  }
  .fs-p-footerUtilityMenu__list {
    display: flex;
    flex-wrap: wrap;
font-size: 1.25rem;
  }
  .fs-p-footerUtilityMenu__list > li + li {
    margin-left: 16px;
  }
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: none;
  }
  .fs-p-footerUtilityMenu__list span {
    padding: 0;
  }
  .fs-p-footerUtilityMenu__list a::before {
    display: none;
  }
  .fs-p-footerUtilityMenu__list a::after {
    display: none;
  }

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: none;
}

/* --- カテゴリー一覧をPCと同じに --- */
.fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22% 22% 22% 22%;
    grid-template-columns: 22% 22% 22% 22%;
    grid-gap: 0 4%;
    margin-bottom: 50px;
}}

@media screen and (min-width:768px) and (max-width:959px) {
/* --- タブレットの左右にマージンを --- */
.fs-l-page {
    margin: 0 2%;
}

.fs-c-productMainImage__image img {
    margin: 0 14%;
}

.fs-l-header__leftContainer{
align-self: start;
}

.fs-p-welcomeMsg{
    margin-bottom: 10px;
}

.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login {
 margin-bottom: 30px;
}

.fs-p-drawer {
    padding-left: 20px;
    padding-right: 50px;
    transition-duration: 0.3s;
box-shadow: 1px 1px 5px #e2e2e2;
}}


/* --- ニュース --- */
.news-container{
width:75%;
margin:0 auto;
font-size:16px;
color:#666;
line-height:2;
}

.news-title{
font-size:200%;
text-align:center;
padding:0;
line-height:1.4;
}

.news-summary{
display:block;
width:100%;
padding:30px 30px 28px;
font-size:18px;
text-align:center;
line-height:2;
}

.news-container img{
margin-bottom:30px;
}

.news-notice{
display:block;
width:100%;
padding:24px 30px 22px;
margin-top:40px;
font-size:14px;
text-align:left;
background:#ddd;
}

.news-notice li{
padding-left:1em;
text-indent:-1em;
list-style-type:none;
}

.fs-l-header__logo {
    grid-row: 1;
    grid-column: 1;
}




/* --- 新ヘッダーメニュー --- */

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
padding: 0 20px;
}

.menu {
    position: relative;
    width: 76%;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: auto;
    margin-right: 40px;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
}

.menu > li a {
    display: block;
    color: #666;
    line-height: 40px;
}

.menu > li > ul > li a {
    display: block;
    color: #666;
    line-height: 34px;
}

.menu > li a:hover {
    color: #aaa;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    list-style-type: none;
    color: #666;
    background:#fff;
    font-weight:normal !important;
}


.menu__third-level li {
}

.menu__second-level li a:hover {
    background: #fff;
    color:#aaa;
}

.menu__third-level li a:hover {
    background: #fff;
}

.menu__fourth-level li a:hover {
    background: #fff;
}

/* 下矢印 */
.init-bottom1:after, .init-bottom2:after, .init-bottom3:after, .init-bottom4:after, .init-bottom5:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 12px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level1, li.menu__mega ul.menu__second-level2, li.menu__mega ul.menu__second-level3, li.menu__mega ul.menu__second-level4, li.menu__mega ul.menu__second-level5, li.menu__mega ul.menu__second-level6 {
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    padding: 20px 40px 40px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    background:#fff;
    z-index:999;
    list-style-type: none;
}



li.menu__mega ul.menu__second-level1 {
    width: 70%;
min-width:700px;
}

li.menu__mega ul.menu__second-level2 {
    width: 20%;
min-width:240px;
left:92px;
}

li.menu__mega ul.menu__second-level3 {
    width: 20%;
min-width:260px;
left:194px;
}

li.menu__mega ul.menu__second-level4 {
    width: 20%;
min-width:220px;
left:317px;
}

li.menu__mega ul.menu__second-level5 {
    width: 20%;
min-width:220px;
left:420px;
}

li.menu__mega ul.menu__second-level6 {
    width: 20%;
min-width:220px;
top:120px;
left: inherit;
right:0px;
}

li.menu__mega:hover ul.menu__second-level1, li.menu__mega:hover ul.menu__second-level2, li.menu__mega:hover ul.menu__second-level3, li.menu__mega:hover ul.menu__second-level4, li.menu__mega:hover ul.menu__second-level5, li.menu__mega:hover ul.menu__second-level6 {
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level1 > li {
    float: left;
    width: 25%;
    border: none;
}

.sub-menu-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
    height:40px;
}

.sub-menu-right li{
    list-style-type: none;
}

.sub-menu-icon img{
display:inline-block;
    width:24px;
margin-right:20px;
}

.sub-menu-upper {
    display: block;
text-align:right;
position: absolute;
    top: 30px;
    right: 42px;
}


/* --- 新メインビジュアル --- */
.main-visual{
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
text-align:center;
}

@media screen and (min-width:768px) {
.main-visual{
width: 94vw;
position: relative;
left: 50%;
transform: translateX(-50%);
text-align:center;
}}

/* --- TOPカルーセル --- */

.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
    width: 100%;
    max-width: inherit;
}

/* --- 新注意文言 --- */
.fs-p-noticeList{
text-align:center;
}

.fs-p-noticeList a{
display: inline-block;
    margin: 50px 0;
    list-style: none;
    padding: 10px 0;
border-bottom:1px solid #437f9d;
box-sizing: border-box;
color:#437f9d;
}

.fs-p-noticeList a:hover{
opacity:0.65;
}

/* --- 新カテゴリー --- */
ul.category_group {
    display: grid;
    list-style: none;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
}

@media screen and (min-width:768px) {
.category_item a {
    font-size: 117%;
}

ul.category_group {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}}

ul.category_group {
    gap: 40px 100px;
margin-bottom: 100px;
}

/* --- 新ラッピング --- */
.giftwrap-wrapper{
    display:block;
    margin-top: 80px;
}

.gw1{
display:block;
width:100%;
margin-bottom: 40px;
}

.gw2{
display:block;
width:100%;
margin-bottom: 40px;
}

@media screen and (min-width:768px) {
.giftwrap-wrapper{
    display:flex;
    margin-top: 80px;
    width: 86vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.gw1{
width:48%;
margin-right:2%;
}

.gw2{
width:48%;
margin-left:2%;
}
}

.gw1, .gw2{
border-top:1px solid #ccc;
padding:6px 0 24px;
}

/* --- body幅 --- */
.fs-l-pageMain {
    max-width: 1200px;
    width: 100%;
}

.fs-l-main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fs-l-page {
    margin: 0 2%;
}

/* --- フッター --- */
.fs-p-footerUtilityMenu__list > li:nth-child(5):hover{
opacity:0.5;
}

/* --- 商品グループ一覧 --- */
.fs-body-category .fs-c-button--plain.fs-c-button--viewMoreImage::before {
    content: "\e912";
display:none;
}

.fs-c-button--addToCart--list{
display:none;
}

.fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 0;
    min-height: inherit;
}

.fs-c-breadcrumb {
    font-size: 1.2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.fs-c-breadcrumb__list {
    padding: 8px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #666;
}

/* --- 商品詳細 --- */
.fs-c-productNameHeading {
    color: #666;
    font-size: 1.5rem;
}

/* --- 罫線薄く --- */
.fs-c-subgroupList__link {
    border: 1px solid #bbb;
}

.fs-c-sortItems {
    border: 1px solid #bbb;
}

.fs-c-sortItems__list {
    border-left: 1px solid #bbb;
}

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
    border: 1px solid #bbb;
}

.fs-c-sortItems__label {
    border: none;
}

/* --- インスタグラム --- */
.instafeed {
    display:block;
width: 86vw;
position: relative;
    left: 50%;
transform: translateX(-50%);
border-top: 1px solid #ccc;
    padding: 6px 0 24px;
margin-bottom: 50px;
}

.long-caption{
    color: #666;
    font-size: 12px;
}

/* --- コラム --- */
.fs-pt-column__item:nth-child(2), .fs-pt-column__item:nth-child(3) {
    padding: 0 8px;
}

.fs-pt-column__item:nth-child(1) {
    padding: 0 8px 0 0;
}

.fs-pt-column__item:nth-child(4) {
    padding: 0 0 0 8px;
}

/* --- 詳細検索フィールド --- */
.fs-p-productSearch__form {
    background: rgba(126, 126, 126, 0.08);
    padding: 32px;
    transform: inherit;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.fs-p-productSearch {
    border-bottom: none;
    display: grid;
    grid-template: auto 1fr / 1fr auto;
    padding: 0;
}

.fs-c-inputTextGroup__item {
    flex: 1 1 50%;
    margin-right: 5px;
}

.fs-c-inputTextGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.fs-l-main {
    margin: 24px auto 200px;
    padding: 8px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .fs-p-productSearch__field {
        display: grid;
        grid-gap: 60px;
        grid-template-rows: auto auto;
        grid-template-columns: calc(50% - 15px* 2) calc(50% - 15px* 2);
    }
}