@charset "UTF-8";

/* //////////////////////////////////////////////////////////////////// */
/* ///// index.php          /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

.fs-preview-header {
    display: none !important;
}

.fs-l-main {
    position: relative;
    margin-top: 140px;
    max-width: 10000px;
    display: block;
}

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

    .fs-l-main {
        margin-top: 200px;
    }

}

.noMain #contsArea .topConts {
    padding: 0 0 80px;
}


#thumbs .swiper-slide {
    width: 30%;
}

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


.itemStatusIcon {
    text-align: center;
}

.itemStatusIcon p {
    padding: .6em .8em .6em;
    border: 1px solid;
    display: inline-block;
    margin: 0 auto 1rem;
    line-height: 1;
}


div.detailBlock {
    width: 100%;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

div.detailBlock div.imgSet {
    width: 100%;
    margin: 0 auto 40px;
}


div.detailBlock div.imgSet img {
    width: 100%;
}


div.detailBlock div.imgSet .thumbSlide,
div.detailBlock div.imgSet .overSlide {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

div.detailBlock div.imgSet .thumbSlide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 2px;
}

div.detailBlock div.imgSet .thumbSlide .slick-slide,
div.detailBlock div.imgSet .overSlide .slick-slide {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.detailBlock div.imgSet .thumbSlide .slick-current,
div.detailBlock div.imgSet .overSlide .slick-current {
    border: 1px solid #aaaaaa;
}

.thumbSlide .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /*    background: rgba(255,255,255,0.6);*/
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.thumbSlide .next {
    right: 0;
}

.thumbSlide .prev {
    left: 0;
}

.thumbSlide .next::after,
.thumbSlide .prev::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.thumbSlide .next::after {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.thumbSlide .prev::after {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}


div.detailBlock div.fs-l-productLayout__item--2 p.itemNum {
    margin: 0 0 5px;
}

div.detailBlock div.fs-l-productLayout__item--2 h1.itemName {
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 10px;
}

div.detailBlock div.fs-l-productLayout__item--2 p.itemPrice {
    text-align: center;
}

div.detailBlock div.fs-l-productLayout__item--2 p.itemAbout {
    margin: 40px 0 50px;
}


.manualBlk {
    margin-top: 20px;
}

.manualBlk a p {
    text-decoration: underline;
}

div.detailBlock div.fs-l-productLayout__item--2 .bnrBlk {
    margin: 20px auto 0;
    width: 90%;
}

.fs-c-productNotice--outOfStock {
    padding: 2rem 0
}

div.detailBlock .fs-c-productPrice {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.detailBlock div.fs-l-productLayout__item--2 .commentBlk {
    margin: 1rem auto 3rem;
    width: 90%;
    text-align: left;
    line-height: 1.6;
}

div.detailBlock div.fs-l-productLayout__item--2 .commentBlk p {
    text-align: left;
    line-height: 1.8;
}

div.detailBlock div.fs-l-productLayout__item--2 .jpName {
    text-align: center;
    line-height: 1.5;
}


.fs-l-productLayout {
    flex-flow: wrap;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto 40px;
}


@media screen and (min-width:961px) {
    div.detailBlock {
        display: block;
        margin: 0 auto 100px;
    }

    .fs-l-productLayout {
        flex-flow: wrap;
        max-width: 1240px;
        padding: 0 20px;
        margin: 0 auto 40px;
    }

    .noMain #contsArea .topConts {
        padding: 60px 0 80px;
    }

    .itemStatusIcon {
        text-align: left;
    }

    div.detailBlock div.imgSet .mainSlide {
        width: 100%;
    }

    div.detailBlock div.fs-l-productLayout__item--2 {
        width: 100%;
    }

    div.detailBlock div.fs-l-productLayout__item--2 h1.itemName,
    div.detailBlock div.fs-l-productLayout__item--2 p.itemPrice {
        text-align: left;
    }

    div.detailBlock div.fs-l-productLayout__item--2 dl.specBlk {
        width: 100%;
    }

    div.detailBlock div.fs-l-productLayout__item--2 .manualBlk {
        margin: 30px auto 0;
        width: 100%;
        text-align: left;
    }

    div.detailBlock div.fs-l-productLayout__item--2 .bnrBlk {
        margin: 30px auto 0;
        width: 100%;
    }


    div.detailBlock div.fs-l-productLayout__item--2 .commentBlk {
        width: 100%;

    }

    div.detailBlock .fs-c-productPrice {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    div.detailBlock div.fs-l-productLayout__item--2 dl.specBlk.STxt {
        font-size: 1.4rem;
    }

    div.detailBlock div.fs-l-productLayout__item--2 dl.specBlk dt {
        width: 35%;
    }

    div.detailBlock div.fs-l-productLayout__item--2 dl.specBlk dd {
        width: 65%;
    }

    div.detailBlock div.fs-l-productLayout__item--2 .jpName {
        text-align: left;
        width: 100%;
    }

}

.relationBlk h3 {
    margin: 0 auto 40px;
}



/*==================
itemタグ
==================*/
div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags {
    text-align: center;
    letter-spacing: -.4em;
    margin: 0 auto 10px;
}

div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags li {
    padding: 6px 10px 2px;
    background: #666666;
    margin: 0 5px 0;
    color: #ffffff;
    letter-spacing: normal;
    display: inline-block;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
}

div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags li.limited {
    background: #b29051;
    color: #ffffff;
}

div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags li.reserve {
    background: #6E0023;
    color: #ffffff;
}

/*item タグ 表示リスト*/
div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags li.new {
    display: inline-block;
}

div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags li.numlimited {
    display: inline-block;
}

/*//item タグ 表示リスト*/


/* //item AREA//////////////////// */
div.itemBlock {
    width: 100%;
    margin: 0 auto 60px;
    padding: 20px 0 0;
}

div.itemBlock ul.itemList {
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.itemBlock ul.itemList li {
    letter-spacing: 0.05em;
    width: 45.8%;
    margin: 0 2% 4%;
    vertical-align: top;
    text-align: center;
    position: relative;
    display: inline-block;
}

div.itemBlock ul.itemList li figure {
    line-height: 1;
}

div.itemBlock ul.itemList li figure img {
    width: 100%;
    height: auto;
}

div.itemBlock ul.itemList li div.creditList {
    text-align: center;
    width: 100%;
    margin: 12px 0 0;
}

div.itemBlock ul.itemList li div.creditList p.itemName {
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin: 0 auto 5px;
}

div.itemBlock ul.itemList li div.creditList span {}

@media screen and (min-width:800px) {
    div.itemBlock ul.itemList {
        width: 90%;
    }

    div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags {
        text-align: left;
    }

    div.detailBlock div.fs-l-productLayout__item--2 ul.itemTags li {
        padding: 6px 10px 0;
        margin: .5rem 1rem 0 0;
    }
}

@media screen and (min-width:1024px) {
    div.itemBlock {
        padding: 20px 0 0;
    }

    div.itemBlock ul.itemList {
        width: 100%;
        max-width: 1240px;
        padding: 0 20px;
    }

    div.itemBlock ul.itemList li {
        max-width: 360px;
        width: calc((100% - 120px)/3);
        margin: 0 20px 40px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    div.itemBlock ul.itemList li figure {
        line-height: 1;
    }

    div.itemBlock ul.itemList li figure img {
        width: 100%;
        height: auto;
    }

    div.itemBlock ul.itemList li div.creditList {
        text-align: center;
        width: 100%;
        margin: 10px 0 0;
    }

    div.itemBlock ul.itemList li div.creditList span {
        line-height: 2em;
        display: inline-block;
    }

    div.itemBlock ul.itemList li a {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
}


/*btn*/

/*
.fs-c-button--primary,
.fs-c-button--secondary {
    padding: 2rem 0 1.8rem;
    background: #000;
    opacity: .4;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
}
*/

.fs-c-button--addToCart--detail.fs-c-button--primary {
    position: relative;
    padding: 2rem 0 1.8rem;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    background: #999;
    border: none;
}

.fs-c-button--addToCart--detail.fs-c-button--primary .fs-c-button__label {
    position: relative;
    z-index: 3;
}

.fs-c-button--addToCart--detail.fs-c-button--primary::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: linear-gradient(180deg, #C1B283 0%, #A6997E 100%);
    transition: .2s all ease-in;
}

.fs-c-button--addToCart--detail.fs-c-button--primary:hover::after {
    opacity: 0;
}

.fs-c-button--addToWishList--detail,
.fs-c-button--primary:hover,
.fs-c-button--particular.is-disabled:hover {
    opacity: .4;
}

.chkOn .fs-c-button--addToWishList--detail,
.chkOn .fs-c-button--primary {
    opacity: .65;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.chkOn .fs-c-button--addToWishList--detail:hover,
.chkOn .fs-c-button--primary:hover {
    opacity: 1;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.fs-c-productActionButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fs-c-productQuantityAndWishlist__quantity {
    position: relative;
    width: 100%;
    padding: 0 0 0 3em;
}

.fs-c-button--addToCart--detail .fs-c-button__label {}

.fs-c-productQuantityAndWishlist__quantity::before {
    content: "数量";
    position: relative;
    text-align: left;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

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


.fs-c-inquiryAboutProduct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0;
}

.fs-c-productQuantityAndWishlist__wishlist {
    grid-column: 2;
    width: 100%;
    margin: 0 auto 1rem;
}

.fs-c-button--inquiryAboutProduct {
    text-align: left;
    margin: 1rem auto 0 0;
    display: none;
}

.favoriteSet {
    text-align: left;
    margin: 0 auto 1rem 0;
    line-height: 1.4;
    font-size: 1.5rem;
}



/*selectBox*/
.fs-c-variationAndActions {
    margin: 2rem 0 1.5rem;

}

.fs-c-variationAndActions .fs-c-variationAndActions__variation {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 1.5rem 0;
    margin: 0 auto 1rem;
}

.fs-c-variationAndActions .fs-c-dropdown__menu {
    border: none;
    padding: 0;
}

.fs-c-variationAndActions .fs-c-dropdown__menu {
    /* padding: 0 1em 0 0; */
}

.fs-c-variationAndActions .fs-c-dropdown::after {
    position: absolute;
    top: 40%;
    right: 1em;
    bottom: 1px;
    height: .8em;
    width: .8em;
    background: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #333333;
    content: "";
    pointer-events: none;
    -webkit-transform: translate(0, -50%)rotate(45deg);
    transform: translate(0, -50%)rotate(45deg);
    border-radius: 0;
    border-left: none;
    padding: 0;
}

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

/*future shop 非表示*/
.fs-c-productPrice__main__label,
.fs-c-variationLabel__label,
.fs-c-stockSignLegend,
.fs-p-drawer__heading {
    display: none;
}



[type="hidden"]:focus,
[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="date"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="time"]:focus,
[type="datetime-local"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
    outline: none;
}


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

.fs-c-dropdown {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 1.5rem 0;
    margin: 0 auto;
    width: 100%;
}

.fs-c-dropdown::after {
    position: absolute;
    top: 40%;
    right: 1em;
    bottom: 1px;
    height: .8em;
    width: .8em;
    background: none;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #333333;
    content: "";
    pointer-events: none;
    -webkit-transform: translate(0, -50%)rotate(45deg);
    transform: translate(0, -50%)rotate(45deg);
    border-radius: 0;
    border-left: none;
    padding: 0;
}

.fs-c-dropdown__menu {
    border: none;
    padding: 0;
}

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

/*==================
recommend
==================*/

.relationBlk {}

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

.relationBlk .fs-c-featuredProduct__header {
    display: none;
}

.relatedArea{
    display: none;
}

.relationBlk .fs-c-featuredProduct {
    padding: 20px 0;
}

.relationBlk .fs-c-productListItem__control {
    display: none;

}

.relationBlk .fs-c-productListItem__productName {
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0 auto 8px;
    font-size: 1.5rem;
}

.relationBlk .fs-c-productListItem__prices .fs-c-productPrice {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.relationBlk .BtnCenter {
    margin: 0 auto 12rem;
}

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

.relationBlk .BtnCenter:hover {
    background: #000;
}

.relationBlk .BtnCenter:hover p {
    color: #fff;
}


@media screen and (min-width:641px) {
    .relationBlk .fs-c-featuredProduct__list {
        max-width: 900px;
        width: 90%;
        margin: 0 auto;
    }
}


.raLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4rem auto 0;
}

.raLists .raList {

    width: 45%;

    margin: 0 2.0% 40px;
}

.raLists .raList a {}

@media screen and (min-width:1024px) {
    .raLists {
        max-width: 1200px;
        margin: 6rem auto 0;
    }

    .raLists .raList {
        width: calc(25% - 40px);
        margin: 0 20px 40px;

    }

    .raLists .raList a {}


}

/*特集バナー*/
.bnrBlk {
    position: relative;
}

.bnrBlk:before {
    content: "特集記事はこちらをクリック";
    font-size: 1.1rem;
    position: absolute;
    bottom: 1.5rem;
    left: 2rem;
    top: auto;
    right: auto;
    margin: auto;
    color: #fff;
    z-index: 10;
}

@media screen and (min-width: 960px) {
    .fs-l-product2 .fs-l-productLayout {
        grid-template-columns: calc(58% - 30px / 2) calc(42% - 30px / 2);
        grid-gap: 30px;
    }
}

.imgSliderSet {
    display: flex;
}

.thumSlide-wrap {
    position: relative;
}

.mainSlide {
    position: relative;
}

.thumSlide .swiper-wrapper {}

.thumSlide .swiper-slide img {
    border: solid 1px #CCC8C8;
    cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: 0;
    background: none;
    width: 100%;
    height: 14px;
}

.swiper-button-prev,
.swiper-button-next {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
}

.swiper-button-prev {
    margin-bottom: 10px;
}

.swiper-button-next {
    top: auto;
    bottom: 0;
    margin-top: 10px;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    display: inline-block;
    content: ' ';
    width: 7px;
    height: 7px;
    border-top: 2px solid #707070;
    border-left: 2px solid #707070;
}

.swiper-button-prev::before {
    transform: rotate(45deg);
}

.swiper-button-next::before {
    transform: rotate(225deg);
}

.mainSlide::after {
    content: '';
    width: 35px;
    height: 50px;
    background: url("https://ctizenbulova.itembox.design/item/s/common/img/zoom_icon.png") no-repeat;
    position: absolute;
    bottom: 2%;
    right: 5%;
    background-size: contain;
    z-index: 100;
}


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

    .imgSliderSet {
        flex-direction: row-reverse;
    }

    .thumSlide {
        height: 72vw;
    }

    .thumSlide-wrap {
        width: 18%;
        padding: 22px 0;
    }

    .mainSlide {
        width: 79%;
    }
}

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

    .thumSlide {
        height: min(41vw, 508px);
    }

    .thumSlide-wrap {
        width: 17%;
    }

    .mainSlide {
        width: 80%;
    }

}

@media screen and (max-width:960px) {
    .imgSliderSet {
        padding: 0 20px;
    }
}

@media screen and (max-width:640px) {

    .imgSliderSet {
        flex-direction: column;
    }

    .thumSlide-wrap {
        width: 100%;
        padding: 0 20px;
    }

    .mainSlide {
        width: 100%;
        margin-bottom: 40px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 14px;
        height: 100%;
    }

    .swiper-button-prev {
        margin-bottom: 0;
    }

    .swiper-button-next {
        margin-top: 0;
        right: 0;
        left: auto;
    }

    .swiper-button-prev::before {
        transform: rotate(315deg);
    }

    .swiper-button-next::before {
        transform: rotate(135deg);
    }
}

.fs-c-productActionButton {
    position: relative;
    padding-right: 40px;
}

.fs-c-productQuantityAndWishlist__wishlist {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
}

.fs-c-button--addToWishList--detail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    width: 28px;
    height: 28px;
    overflow: hidden;
}

.fs-c-button--addToWishList--detail .fs-c-button__label {
    display: none;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    margin: 0;
    font-size: 2.4rem;
}

.productNumber {
    margin-bottom: 20px !important;
}

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

    .productNumber {
        text-align: left;
    }

}

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

    .itemStatusIcon,
    .itemTags,
    .fs-c-productNameHeading.fs-c-heading,
    .fs-c-productQuantityAndWishlist, {
        margin: 0 20px;
    }
}

/*guarantee*/

.guarantee {
    text-align: left;
    margin-top: 20px;
}

.guarantee h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.guarantee-list {
    display: flex;
    gap: 15px;
}

.guarantee-item {
    width: 25%;
}

.guarantee-item-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 110px;
    font-size: 1.2rem;
    background: #fff;
    border: solid 1px #8D8D8D;
}

.guarantee-item-in.item-special,
.guarantee-item-in.item-special svg {
    transition: all .2s;
}

.guarantee-item-in.item-special:hover {
    color: #fff;
    background: #BBAC82;
    opacity: 1;
}

.guarantee-item-in.item-special:hover svg {
    fill: #fff;
}

.guarantee-item-in i {
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guarantee-txt dt {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.guarantee-txt dd {
    font-size: 1.2rem;
    line-height: 1.5;
}

.fs-c-productQuantityAndWishlist {
    display: flex;
    align-items: center;
    gap: 10px;
}


@media screen and (max-width:640px) {

    .guarantee-list {
        justify-content: space-between;
        gap: 10px;
    }

    .guarantee-item {
        flex: 1;
    }
}


.itemAccent {
    text-align: left;
    background: linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(255, 255, 255, 1) 50%);
    padding-top: 60px;
    margin-bottom: 50px;
}

.itemAccent-wrap {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.itemAccent-title {
    position: relative;
    color: #C7B18D;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.itemAccent-title::after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 5px;
    background: #C7B18D;
}

.itemAccent-desc .itemAccent-desc-txt {
    margin-bottom: 30px;
    font-size: 1.7rem;
    line-height: 1.5;
}

.movieSet{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.movieSet .youtubeBlk {
    position: relative;
    width: 100%;
    /* padding-top: 56.25%; */
}

.movieSet .youtubeBlk iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


dl.specBlk {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    margin: 20px auto 0;
    line-height: 1.4;
    text-align: left;
    font-size: 1.7rem;
}

dl.specBlk dt {
    width: 7em;
    position: relative;
    white-space: nowrap;
}

dl.specBlk dt::after {
    content: ":";
    position: absolute;
    top: 0;
    right: -.75em;
}

dl.specBlk dt:not(:last-of-type),
dl.specBlk dd:not(:last-of-type) {
    margin-bottom: 5px;
}

dl.specBlk dd {
    width: calc(100% - 7em);
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


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

    .itemAccent-desc-btn {
        margin-left: 0;
    }

    .itemAccent-desc,
    .itemAccent-spec {
        width: 47%;
    }
}

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

    .itemAccent-title {
        font-size: 2.0rem;
    }

    .itemAccent-spec {
        flex-direction: column-reverse;
    }

    .itemAccent-spec .movieSet {
        width: 100%;
        margin-right: 0;
    }

    dl.specBlk {
        margin-bottom: 20px;
    }

    .itemAccent-wrap{
        flex-direction: column;
        gap: 40px;
    }
}

.rabImgSet {
    margin-bottom: 20px;
}

.rtsName {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.collectionArea {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    border-top: solid 1px #CCC8C8;
    padding-top: 50px;
}

.swiper-button-disabled {
    display: none;
}

@media screen and (min-width: 961px) {
    .storeArea {
        margin-bottom: 0 !important;
    }

    .storeBlock {
        width: 100% !important;
        max-width: 10000px !important;
    }

    .fs-l-main {
        margin-bottom: 0 !important;
    }

    .footerArea {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.sizeSet .mt20 {
    margin-top: 0 !important;
}

.fs-c-productNotice--outOfStock{
    display: none;
}

.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
    position: relative;
    padding: 2rem 0 1.8rem;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    background: #999;
    border: none;
    background: linear-gradient(180deg, #C4C4C4 0%, #6C6C6C 100%);
    border: none;
    min-width: 100%;
}


.fs-c-productListItem__imageContainer{
    margin-bottom: 1em;
}

.fs-c-productListItem__productName{
    font-weight: bold;
    margin-bottom: 0.5em;
}

.fs-c-productListCarousel__list__item{
    max-width: 9999px!important;
    min-width: 0!important;
    margin: 0!important;
}

.fs-c-featuredProduct .slick-slide > div{
    padding: 0 10px;
}

@media screen and (max-width:640px) {
    /*TB*/

    .fs-c-featuredProduct .slick-slide {
        width: calc((100vw - 64px) / 2);
    }

}

@media screen and (min-width:641px) {
    /*TB*/

    .fs-c-featuredProduct .slick-slide {
        width: calc((100vw - 186px) / 3);
    }

}

@media screen and (min-width:961px) {
    /*PC*/

    .fs-c-featuredProduct .slick-slide {
        width: min(calc((100vw - 192px) / 4), 200px);
    }

}