/* 詳細検索調整 */
#detailsearch_cateboxWrap,
#side_detailsearch_cateboxWrap {
    margin-top: 15px;
}

#sds_submit {
    border: solid 1px #4F504F;
    color: #4F504F;
}

.detailsearch_btn {
    margin-top: 15px;
}

.detailsearch_btn a {
    background: #F2F2F2;
    border-radius: 50px;
    display: block;
    position: relative;
    line-height: 24px;
    padding: 10px 20px;
    font-weight: 500;
}

.detailsearch_btn a::before,
.detailsearch_btn a::after {
    right: 20px !important;
    border: none;
    width: 2px !important;
    height: 12px !important;
    background: #1b1b1b;
}

.detailsearch_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(90deg) translateY(-50%) !important;
    transform-origin: top center !important;
    transition: 0.15s;
}

.detailsearch_btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
}

.detailsearch_btn a.open::before {
    transform: rotate(90deg) translateY(-50%) !important;
}

.detailsearch_btn ul {
    margin-top: 15px;
    list-style: none;
}

.detailsearch_btn .side__detailSearch {
    margin-bottom: 0;
}

.h2C small,
.h2C a,
.h2E small,
.h2E a {
    color: #1b1b1b;
}

@media (max-width: 767px) {
    .newsSec .h2A small {
        font-size: 12px;
    }

    .brandSec .row [class*="col-"] p img {
        vertical-align: text-bottom;
    }
}

/* 下層CSS */
.category_fvSec .cate_mv {
    margin: 0 auto 60px;
}

.category_fvSec .cate_maintxt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .category_fvSec .cate_mv {
        margin: 0 -20px 30px;
    }

    .cate_rankSec .container {
        padding: 0;
    }

    .cate_rankSec .itemList .itemList__unit:nth-of-type(n+10) {
        display: none;
    }
}

@media (min-width: 1200px) {
    .fr_contentsSlider.itemList .slick-list {
        padding: 5px 0;
    }

    .fr_contentsSlider .itemList__unit {
        margin-bottom: 0;
    }

    .fr_contentsSlider .slick-arrow {
        transform-origin: top left top left;
        margin: 0;
        display: block;
        width: 40px;
        height: 40px;
        transform-origin: top;
    }

    .fr_contentsSlider .slick-arrow:before {
        content: none;
    }

    .fr_contentsSlider .slick-next,
    .fr_contentsSlider .slick-prev {
        z-index: 2;
    }

    .fr_contentsSlider .slick-next {
        transform: rotate(45deg) translate(0, -50%);
        border-top: #1b1b1b 1px solid;
        border-right: #1b1b1b 1px solid;
        right: 25px;
    }

    .fr_contentsSlider .slick-prev {
        transform: rotate(45deg) translate(0, -50%);
        border-bottom: #1b1b1b 1px solid;
        border-left: #1b1b1b 1px solid;
        left: 25px;
    }

    .fr_contentsSlider .itemList__unit {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .fr_contentsSlider.noDots .slick-dots {
        display: none !important;
    }
}

/*@media (max-width: 1240px) {
  .fr_contentsSlider .slick-arrow {
    width: 20px;
    height: 20px;
    transform-origin: top;
  }
  .fr_contentsSlider .slick-next {
    right: 0px;
  }
  .fr_contentsSlider .slick-prev {
    left: 00px;
  }
}*/

.item_tagList li {
    display: inline-block;
    list-style: none;
    border: 0.3px solid #000000;
    padding: 3px 8px;
    margin: 10px 5px 0 0;
    font-size: 14px;
}

.item_setList li {
    list-style: none;
}

.item_setList li a {
    text-decoration: none;
}

.itemdetail_tabSec {
    margin-top: 40px;
}
.fs-l-productLayout__item .itemdetail_tabSec{
    margin-bottom: 4rem;
}

.itemdetail_tabSec .tabSwitch {
    /* max-width: 500px; */
    margin: auto;
}

.itemdetail_tabSec .tabSwitch li {
    padding: 15px 0;
    margin-bottom: 0;
}

.itemdetail_tabSec .tabSwitch li.active {
    border-color: #1B1B1B;
    color: #1B1B1B;
}

.itemdetail_tabSec .tabSwitch li:last-child:after {
    content: none;
}

.tabContents{
    line-height: 2em;
}

.slider {
    margin-bottom: 12px;
}

.thumbnail {
    margin-bottom: 24px;
}

.thumbnail .slick-track {
    transform: unset !important;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.thumbnail-img {
    opacity: 0.3;
    transition: opacity .3s linear;
    float: none;
    margin: 4px 6px;
    flex-basis: 56px;
    min-width: 56px;
}

.thumbnail-img.slick-cloned {
    display: none !important;
}

.thumbnail .slick-current {
    opacity: 1;
}

#toCart {
    display: block;
    position: fixed;
    z-index: 995;
    bottom: 60px;
    right: 10px;
}

#toCart a {
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #414141;
    color: #fff;
    border-radius: 100px;
}

@media (min-width: 1200px) {
    #toCart {
        display: none;
    }
}

.drawer__nav .drawer_snsNavwrap .snsNav a {
    border: none;
}

/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}

/*タブのスタイル*/
.rnk_tab .tab_ttl,
.rec_tab .rec_ttl {
    border-right: 1px solid #929292;
    color: #929292;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 2.75vw;
    margin: 0;
    padding: 0.7em 3vw;
    text-align: center;
    transition: all 0.2s ease;
}

.rnk_tab .tab_ttl.last,
.rec_tab .rec_ttl.last {
    border-right: none;
}

@media (min-width: 600px) {

    .rnk_tab .tab_ttl,
    .rec_tab .rec_ttl {
        font-size: 1.0em;
        padding: 0.7em 0;
        width: 150px;
    }

    .rnk_tab .tab_ttl.first,
    .rec_tab .rec_ttl.first {
        margin-left: calc(50% - 300px);
    }
}

/*選択されているタブのスタイルを変える*/
.rnk_tab input:checked+.tab_ttl,
.rec_tab input:checked+.rec_ttl {
    border-bottom: 2px solid #1d1d1d;
    color: #1d1d1d;
}

.rnk_tab .tab_ttl:hover,
.rec_tab .rec_ttl:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.rnk_tab input[name="tab_ttl"],
.rec_tab input[name="rec_ttl"] {
    display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content,
#tab03:checked~#tab03_content,
#tab04:checked~#tab04_content,
#tab05:checked~#tab05_content,
#rec01:checked~#rec01_content,
#rec02:checked~#rec02_content,
#rec03:checked~#rec03_content,
#rec04:checked~#rec04_content,
#rec05:checked~#rec05_content {
    display: block;
}

/*タブ切り替えの中身のスタイル*/
.rnk_tab .tab_content,
.rec_tab .tab_content {
    clear: both;
    display: none;
    overflow: hidden;
    padding-top: 40px;
}

/* 調査追記・商品詳細 */
.fs-p-productDescription.fs-p-productDescription--full {
    margin-bottom: 12px;
    line-height: 24px;
}

.sticy-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.fs-c-productPointDisplay {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .fs-system-product .fs-l-productLayout__item.fs-l-productLayout__item--2 {
        position: relative;
        align-self: stretch;
    }

    .fs-system-product .fs-l-productLayout__item.fs-l-productLayout__item--2 .fs-l-productLayout__item--2--inner {
        position: sticky;
        top: 50px;
    }
}

@media screen and (min-width: 960px) {

    .fs-body-product .fs-system-product .fs-l-productLayout__item--1,
    .fs-body-product .fs-system-product .fs-l-productLayout__item--2 {
        max-width: 100%;
    }

    .sticy-menu {
        position: static;
    }
}

/* 商品詳細・商品タグ周辺 */
.fs-l-productLayout__item--2 .fs-c-productPointDisplay{
    margin-bottom: 12px;
}
.fs-l-productLayout__item--2 .item_tagList{
    margin-bottom: 22px;
}
.fs-l-productLayout__item--2 .item_tagList li{
    padding: .5em .6em .6em;
}
.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
.fs-l-productLayout__item--2 .fs-p-snsArea{
    margin-top: 12px;
}

/* 商品詳細：カートジャンプボタン */
.cart-jump {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 999;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 14px;
    padding: .5em 1.4em .6em;
    line-height: 24px;
    letter-spacing: .06em;
    background: rgb(153, 4, 4);
    border: none;
}
.cart-jump::before{
    content: '\e91f';
    font-family: 'fs-icon'!important;
    font-size: 1em;
    color: #fff;
    margin-right: .3em;
}

/* 全ページ共通：ヘッダーのブレークポイント調整 */
@media (max-width: 1390px) {
    .hdrMiddle .pcOnly {
        display: none !important;
    }
}

@media (max-width: 1390px) {
    .hdrMiddle .spOnly {
        display: block !important;
    }

    #hdrLogo {
        position: absolute;
        left: 80px;
        margin: auto;
        padding-top: 5px;
        max-width: 180px;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    #hdrLogo {
        left: 55px;
    }
}

@media (min-width: 1389px) {
    .hdrMiddle .spOnly {
        display: none !important;
    }
}

/*　商品詳細・スライダー部分を正方形にする */
.fs-c-productCarouselMainImage .slick-dotted.slick-slider {
    margin-bottom: .5rem;
}

.fs-c-productCarouselMainImage .slick-list {
    aspect-ratio: 1 / 1;
    height: auto !important;
    padding: 0 !important;
}

.fs-c-productCarouselMainImage .slick-track,
.fs-c-productCarouselMainImage .slick-slide>div,
.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image,
.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image img {
    height: 100%;
}

.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image img {
    object-fit: contain;
}

/* 調査追記・購入履歴 */
.fs-l-page .fs-l-main {
    justify-content: center;
    gap: 3rem;
}

.fs-c-orderHistoryItem__header {
    padding: 16px;
    gap: 8px;
}

.fs-c-orderHistoryItem__orderInfo {
    gap: 8px 32px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
}

.fs-c-orderHistoryItem__orderInfo__info {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.fs-c-orderHistoryItem__orderInfo__info dt {
    width: 7em;
}

.fs-c-orderHistoryItem__orderSummary {
    margin: 0;
}

.fs-c-buttonContainer {
    justify-content: flex-end;
    padding: 0;
}

.fs-c-orderHistoryItem__header__button {
    padding: 0;
}

@media screen and (min-width: 600px) {
    .fs-c-orderHistoryItem__header {
        flex-direction: row;
    }

    .fs-c-orderHistoryItem__orderInfo {
        flex-direction: row;
        align-items: center;
    }

    .fs-c-orderHistoryItem__orderInfo__info {
        flex-direction: column;
        align-items: flex-start;
    }
}