@media (max-width: 767px) {
    .hdrTop.hdr--primaryBg {
        background: #1b1b1b!important;
    }
.hdrMiddle.hdrMiddle--logoCenter .hdrInner {
    margin-top: -1px;
        margin-bottom: -1px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopSec .row img {
    max-width: 100%;
    width: 100%;
  }
  #hdrLogo img {
    width: 78px;
  }
}
@media (max-width: 767px) {
  .infoSec ul li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
    .searchSec .cateList > *:not(:last-child) .cateList__children {
        margin-bottom: 0px;
    }
  .searchSec .cateList__children {
    margin-top: 5px;
  }
    .searchSec .row.cateList {
        gap: 15px 0;
    }
}

/* 20241213_追加CSS */
ul.megaMenu__inner.row li a {
    text-align: center;
    font-weight: 300;
}

.brandblk .dc--typeB {
display: flex;
flex-wrap: wrap;
}

.brandblk .color_bg .dc--typeB li {
    width: 50%;
}
.brandblk li .dc--typeB a {
    border-bottom: none;
    padding: 6px 7px !important;
    text-align: center;
}
.hdrCatMenu_category .col-12 {
min-height: 20px;
text-align: left;
}

.hdrCatMenu__col ul.row.open {
    display: flex !important;
    border: 1px solid #dfdfdf;
}

.hdrCatMenu__col .hdrCatMenu_category {
overflow: scroll;
height: calc(100vh - 120px);
}

.gNav .downMenu ul a {
    text-align: left !important;
    background: #F5F5F5;
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555555 !important;
}

.gNav .downMenu ul a:hover {
    background: #F5F5F5 !important;
}

a.megaMenu__arrow:hover::after {
    margin-left: 0px !important;
}

.hdrTop.hdr--primaryBg {
    background: #231815;
    color: #ffffff;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
@media (max-width: 767px) {
 .hdrTop.hdr--primaryBg {
    height: 25px;
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #231815 !important;
 }
}

section.recommendSec {
background: #F2F2F2;
padding: 60px 0;
}
@media (max-width: 767px) {
 section.recommendSec {
 padding: 30px 0;
 }
}

.recommendSec li.itemList__unit a {
    background: #fff;
    padding: 10px;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background: #231815;
    color: #ffffff;
}

/* 20241219_追加CSS */
.fr3-item__productPrice__addon {
  display:none;
}

.newarrivalSec .fr3-item,
.archexclusiveSec .fr3-item,
.vieweditemSec .fr3-item {
    width: 100%;
    position: relative;
    transition: 0.1s;
    padding: 10px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    height: 100%;
}
.recommendSec .fr3-item {
    width: 100%;
    position: relative;
    transition: 0.1s;
    padding: 10px;
    background: #fff;
    height: 100%;
}

.newarrivalSec .fr3-item:active, .newarrivalSec .fr3-item:hover,
.archexclusiveSec .fr3-item:active, .archexclusiveSec .fr3-item:hover,
.vieweditemSec .fr3-item:active, .vieweditemSec .fr3-item:hover {
    transition: 0.2s;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.recommendSec .fr3-item:active, .recommendSec .fr3-item:hover {
    transition: 0.2s;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

.newarrivalSec .fr3-item:hover img,
.archexclusiveSec .fr3-item:hover img,
.recommendSec .fr3-item:hover img,
.vieweditemSec .fr3-item:hover img {
    opacity: 0.7;
}



.newarrivalSec .fr3-productListStatic,
.archexclusiveSec .fr3-productListStatic,
.recommendSec .fr3-productListStatic,
.vieweditemSec .fr3-productListStatic {
    padding: 0 0px;
    margin-bottom: 20px;
}


.newarrivalSec .fs-p-heading--lv2,
.archexclusiveSec .fs-p-heading--lv2,
.recommendSec .fs-p-heading--lv2,
.vieweditemSec .fs-p-heading--lv2 {
    display: none;
}

.newarrivalSec .fr3-item__productName,
.newarrivalSec .fr3-item__productPrice,
.archexclusiveSec .fr3-item__productName,
.archexclusiveSec .fr3-item__productPrice,
.recommendSec .fr3-item__productName,
.recommendSec .fr3-item__productPrice,
.vieweditemSec  .fr3-item__productName,
.vieweditemSec  .fr3-item__productPrice {
    line-height: 24px;
    margin-bottom: 0;
    font-size: 14px;
    color: #1b1b1b;#1b1b1b;
}

.newarrivalSec .fr3-item__productName,
.archexclusiveSec .fr3-item__productName,
.recommendSec .fr3-item__productName,
.vieweditemSec .fr3-item__productName {
    font-family: "Noto Sans JP" !important;
}
.newarrivalSec .fr3-item__productPrice,
.archexclusiveSec .fr3-item__productPrice,
.recommendSec .fr3-item__productPrice,
.vieweditemSec .fr3-item__productPrice {
    padding-right: 60px;
}


.fs-c-variationCart__variationName__name {
    text-align: center;
}
.fs-body-product .fs-c-variationCart__variationName__name {
    text-align: left;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
    display: block;
    margin: 12px 0;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-weight: 500;
}



/*商品説明大*/
.grad-trigger {
 display: none;
}
.detail_itemtxt {
 margin-bottom: 50px;
}
.detail_sec .detail_middle_title {
 font-size: 20px;
 font-weight: bold;
 line-height: 40px;
}
.detail_sec .detail_middlebar_title {
 font-size: 16px;
 font-weight: bold;
 line-height: 28px;
 padding: 12px 15px;
 margin-bottom: 20px;
 background: #e0e0e0;
}
.detail_sec .detail_txt {
 line-height: 26px;
}
.detail_sec .detail_txt .float_img {
 float: left;
 padding-right: 8px;
 padding-bottom: 8px;
 width: 38%;
}
.detail_sec .status_table {
 width: 100%;
}
.detail_sec .status_table th {
 font-weight: bold;
 line-height: 28px;
 padding: 12px 15px;
 background: #e0e0e0;
 text-align: left!important;
 white-space: nowrap;
}
.detail_sec .status_table td:first-child, .detail_sec .status_table td:last-child {
 padding: 12px 15px;
}
.detail_sec .status_table td {
 line-height: 28px;
 padding: 12px 15px;
 border-bottom: solid 1px #cccccc;
}
.detail_sec {
 margin-bottom: 20px;
 overflow-x: auto;
 display: block;
}
.detail_sec .detail_table dt {
 position: relative;
 width: 40%;
 line-height: 30px;
}
.detail_sec .detail_table dt:after {
 position: absolute;
 right: 0;
 content:"：";
 padding: 0 3px;
}
.detail_sec .detail_table {
 display: flex;
 flex-wrap: wrap;
}
.detail_sec .detail_table dd {
 width: 60%;
 line-height: 30px;
}
.detail_sec .detail_table dd a {
 text-decoration: underline;
}
/*↑商品説明大↑*/

/*スライダー・ページャー間*/
@media (max-width: 767px) {
.mainSliderSec .slick-list img {
 padding-bottom: 10px;
 }
}

/*商品詳細 STYLING～RELATEDITEM*/
.itemContainer {
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 max-width: 100%;
}

/*SP serch*/
@media (max-width: 767px) {
 .searchSec {
  margin-bottom: 80px!important;
 }
}

/*スタスタ STAFF START*/
h2.fs-c-coordinationCatalog__title {
 font-family: 'DONEGAL ONE';
}

.fs-c-coordinationListItem__image__image {
 margin: 20px 0;
}

.fs-c-coordinationCatalog__title {
 color: #333333!important;
}

/*ドロワーAIレコメンド*/
.fs-p-heading--lv2 {
 border-bottom: 1.5px solid currentColor!important;
 color: #3c3c3c;
 font-size: 14px;
}

/*旧サイト会員へのパスワード再設定案内*/
li.fs-pt-list__item {
 text-align: center;
 font-weight: 500;
 color: #AD8020;
}
ul.registerPass {
 margin-bottom: 20px;
}

/*マイページポイントカラー変更*/
.fs-p-accountInfo__point__point__available__number {
 color: #AD8020!important;
}

/*通信欄フォントサイズ変更*/
.fs-c-checkout-communicationTextarea {
 font-size: 1.2em!important;
}

#fs_anchor_deliveryService_courier_multipleOrder {
    padding-top: 150px;
    margin-top: -150px;
}
@media (max-width: 767px) {
	#fs_anchor_deliveryService_courier_multipleOrder {
	    padding-top: 60px;
	    margin-top: -60px;
	}
}

/*スタスタ STAFF START 調整*/
.fs-c-coordinationComment {
 font-size: 14px;
 line-height: 26px;
}
@media (max-width: 767px) {
 .fs-c-coordinationComment {
 font-size: 12px;
 }
 .fs-c-coordinationTagList__item {
 font-size: 12px;
 }
}
.fs-c-staffCoordinationSearch__heading {
 font-size: 14px!important;
 font-weight: 500!important;
}
.fs-c-staffCoordinationSearchControl__list {
 margin: 20px 0;
}
.fs-c-staffCoordinationSearchControl__label {
 margin:8px 0 20px!important;
 font-size: 14px!important;
}
.fs-c-coordinationProduct__title {
 margin: 30px 0 20px;
 color: #333333!important;
}
.fs-c-staffDetail__profile {
 line-height: 26px;
}
@media (max-width: 767px) {
 .fs-c-staffDetail__profile {
  font-size: 12px;
 }
}
section.stylingSec {
 margin-bottom: 0px!important;
}
h2.fs-c-coordinationCatalog__title {
 font-size: 32px;
 font-style: normal;
 font-weight: 400;
 line-height: 48px;
 letter-spacing: 3px;
 border-bottom: none!important;
}
.fs-c-coordinationProduct__title {
 font-size: 32px;
 font-style: normal;
 font-weight: 400;
 line-height: 48px;
 letter-spacing: 3px;
 border-bottom: none!important;
}
@media (max-width: 767px) {
 h2.fs-c-coordinationCatalog__title {
  font-size: 20px;
 }
}
@media (max-width: 767px) {
.fs-c-coordinationProduct__title {
  font-size: 20px;
 }
}
.fs-c-coordinationCatalog.fs-c-coordinationCatalog--product.is-sortedByNewestFirst {
 margin: 20px 0 60px;
}
.fs-c-coordinationCatalog:not(:first-child) {
 margin-top: 3em!important;
}
/*スタッフスタート レーベル削除*/
a.fs-c-coordinationListItem__staffInfo__label {
 display: none;
}
a.fs-c-staffDetail__label {
 display: none;
}
a.fs-c-staffListItem__profile__label {
 display: none;
}
a.fs-c-coordinationStaffInfo__label {
 display: none;
}

/*スタッフスタートスタッフ情報の行間調整*/
.fs-c-staffDetail__data {
 gap: 10px;
}
.fs-c-staffListItem__profile {
 gap: 10px;
}
.fs-c-coordinationListItem__staffInfo__profile {
  gap: 5px;
}
.fs-c-coordinationStaffInfo__profile {
  gap: 7px;
}

.slick-dots {
 z-index: 1;
}

/* ブランドやカテゴリー説明のCSS(いしべ) */
.group_detail {
 line-hight: 1;
}

/*** PCドロワー内「最近閲覧した商品」調整 ***/
.drawer__itemList.wpHide .fr3-productListCarousel__responsive_2 .fr3-productListCarousel__slide {
    flex: 0 0 calc((100% - 16px* 1) / 2);
}

/* あと払い（ペイディ）Paidy 調整CSS（いしべ） */
