*:focus {
outline: none;
} 
.fs-l-page {
    overflow-x: hidden;
}
.fs-l-main p {
    margin: 1rem 0;
}

.fs-l-main h2 {
    font-size: 16px;
    line-height: 1.6em;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/* breadcrumbs */
.fs-c-breadcrumb {
    max-width: 1100px;
    margin: auto;
    width: 96%;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
    background: #f7f7f7;
    margin-top: 20px;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list li.fs-c-breadcrumb__listItem,
.fs-c-breadcrumb ol.fs-c-breadcrumb__list li.fs-c-breadcrumb__listItem a{
    font-size: 1.1rem;
    padding: 3px;
}
@media screen and (max-width: 1000px) {
.fs-c-breadcrumb  {
    padding-top: 65px;
} 
}

/*商品詳細ページ*/

#fs_form p {
    font-size: 1.2rem;
}
#fs_form strong {
    font-size: 1.6rem;
    font-weight: bold;
}
/*商品ページTOP*/ 
.fs-c-productMarks {
    margin: 10px 0 5px;
    color: #fff;
}
span.fs-c-productMark__label {
    font-size: 1.1rem;
    padding: 10px;
    color: #fff;
}
li.fs-c-productMark__item {
    margin: 0 5px 5px 0;
}
li.fs-c-productMark__item span.mark_new {
    border-radius: 15px;
}
.mark_new span.fs-c-productMark__label {
    color: #000;
}
.happybag span.fs-c-productMark__label {
    color: red;
}
.fs-c-mark--preorder {
    color: #fff;
    background: #95af4b;
    display: block;
    margin-right: 2px;
    font-size: 0.8em;
    line-height: 1;
    padding: 4px 8px;
    width: 84.48px;
}
.fs-c-mark--preorder .fs-c-mark__label {
    font-size: 1.1rem;
    padding: 10px;
}
#item_top h1 {
    font-size: 2.2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    
    #item_top {
    width: 96%;
    margin: 15px auto;
}
    #item_top_wrap, #item_txt_mv02, #btn_block {
        display: flex;
        flex-direction: column-reverse;
    }
    .fs-c-productMarks {
        margin: 0;
        justify-content: center;
    }
    .fs-c-productList__list article .fs-c-productMarks {
        justify-content: flex-start;
    }
    
    #item_top h1 {
        text-align: center;
        margin-top: 15px;
        font-size: 18px;
        line-height: 1.8em;
        
}
    
    .main_visual2 {
        padding-top: 20px;
    }
}


/*商品詳細 スライダーnew*/
.fs-c-productCarouselMainImage .fs-c-buttonContainer {
    align-items: center;
    justify-content: flex-start;
    padding: 8px 0;
}
.fs-c-button--plain {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #1e5d9b;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 0;
}
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    content: "\e912";
    font-size: 30px;
}
.fs-c-button--plain::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.color_li figcaption {
    height: 40px;
    text-align: center;
    font-size: 11px;
}
@media screen and (min-width: 769px) {
.fs-c-productCarouselMainImage__carousel {
    width: 70%;
    float: left;
    padding-top: 20px;
}
.fs-c-productCarouselMainImage__expandButton {
    width: 70%;
    float: left;
}
.fs-c-productCarouselMainImage__thumbnailList {
    width: 30%;
    display: table-cell !important;
    padding: 50px 0 0 20px;
    position: relative;
    overflow: auto;
}
.fs-c-productCarouselMainImage__thumbnailList:before {
    content: 'IMAGE';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.fs-c-productCarouselMainImage__thumbnailList li {
    float: left;
    width: 11%;
    position: relative;
}
li.color_thumb01 {
    clear: both;
    padding-top: 30px;
    margin-top: 10px;
}
li.color_thumb01:before {
    content: 'COLOR';
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    top: 0;
}
li.color_thumb02,
li.color_thumb03 {
    padding-top: 40px;
}
}
@media screen and (max-width: 768px) {
    .fs-c-productCarouselMainImage__thumbnailList > li {
        flex-basis: 100px;
    }
    .fs-c-productCarouselMainImage {
        padding-top: 10px;
    }
 }

/*商品詳細*/
@media screen and (min-width: 769px) {
#page_flex {
    clear: both;
    display: flex;
}
#item_wrap {
    width: 70%;
    padding-top: 20px;
}
#side {
    width: 30%;
    padding: 20px 0 30px 30px;
}
.onlyPC {
    display: block;
}
.onlySP {
    display: none;
}
}
#item_wrap .fs-c-productNameHeading__copy {
    font-size: 16px;
    font-weight: bold; 
}
#item_wrap .fs-c-productNameHeading__name {
    display: none;
}
.item_txt01 {
    padding: 20px 0;
}
.fs-l-main .item_txt01 h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px solid blanchedalmond;
    margin: 30px 0;
}
/*商品詳細detail*/
.fs-p-productDescription--full {
    padding-bottom: 40px;
}
.fs-p-productDescription--full h2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 20px 0 5px;
    letter-spacing: 0.2rem;
}
.fs-p-productDescription--full table {
    width: 100%;
}
.fs-p-productDescription--full tr {
    border-bottom: 1px solid #ccc;
}
.fs-p-productDescription--full tr:last-child {
    border-bottom: 1px solid #000;
}
.fs-p-productDescription--full th {
    font-size: 13px;
    text-align: left;
    width: 20%;
    min-width: 80px;
    padding: 15px 0;
}
.fs-p-productDescription--full td {
    font-size: 13px;
    padding: 15px 0 10px;
    word-break: break-word;
}
/*商品詳細movie*/
.page_movie {
    padding: 30px 0 20px;
}
.page_movie h2 {
    font-size: 18px;
    padding-bottom: 10px;
}
.page_movie h2 img {
    width: 27px;
    height: auto;
    vertical-align: middle;
}
.page_movie h2 span {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}
.page_movie iframe {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
/*商品詳細closeup*/
.page_closeup h2 {
    border-bottom: 1px solid #000;
    padding: 20px 0 5px;
    letter-spacing: 0.2rem;
}
.comment_flex {
    display: flex;
}
.comment_flex .comment_img {
    width: 70%;
    padding-top: 15px;
}
.comment_flex .comment_txt {
    width: 30%;
    padding-top: 30px;
}
.comment_txt ul {
    padding-left: 20px;
}
.comment_txt li {
    list-style: disc;
    padding-bottom: 15px;
    font-size: 13px;
}
ul.closeup_col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 20px;
}
.closeup_col4 li {
    width: 30%;
    font-size: 13px;
}


/*商品詳細series*/
.series_txt {
    padding-top: 40px;
}
.series_txt h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px solid blanchedalmond;
    margin-bottom: 10px;
}
.series_txt p {
    padding: 10px;
}
.series_txt p.toread {
    background: url(../common/icon-blog.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 36px;
}
.series_txt a.linkto {
    display: flex;
    width: 60%;
    border: 1px solid #ccc;
    align-items: center;
    margin-bottom: 10px;
}
.series_txt a.linkto img {
    width: 50%;
}
.series_txt a.linkto h3 {
    width: 60%;
    font-size: 16px;
    padding: 10px;
}

/*商品詳細howto*/
#howto {
    margin-top: -100px;
    padding-top: 100px;
}
.fs-p-productDescription--short h2.howto {
    background: gainsboro;
    padding: 10px 0 5px 35px;
    margin-top: 20px;
}
h2.howto span {
    color: #fff;
    font-style: italic;
}
.item_flex2 {
    background: gainsboro;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.item_flex2 div {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    align-items: center;
}
.item_flex2 div:nth-of-type(even) {
    flex-flow: row-reverse
}
.item_flex2 div:nth-of-type(odd) img {
    width: 55%;
    padding-right: 15px;
}
.item_flex2 div:nth-of-type(even) img {
    width: 55%;
    padding-left: 15px;
}
#fs_form .item_flex2 div p {
    width: 40%;
    font-size: 1.2rem;
}


/*商品詳細 購入ボタンブロック*/
#item_btn_wrap {
    border: 5px solid #eee;
    padding: 15px;
}
#item_btn_wrap #item_btn_flex {
    display: flex;
    justify-content: space-between;
}
#item_left {
    width: 70%;
}
#item_right {
    width: 30%;
    text-align: right;
}
#item_btn_wrap .fs-c-productNumber span {
    font-size: 12px;
}
#item_btn_wrap h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
}
.fs-c-productPrice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
	color:#333 !important;
}
.fs-c-productPrices .fs-c-productPrice--member{
color:#c40009 !important;
}
.fs-c-productPrice__main {
    display: flex;
    align-items: baseline;
    font-size: 12px;
}
.fs-c-productPrice__main__label {
    font-size: 12px;
    padding-right: 5px;
}
.fs-c-productPrice__main__price .fs-c-price__currencyMark,
.fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 16px;
    font-weight: bold;
}
.fs-c-productPrice__addon__label {
    font-size: 12px;
    padding-left: 5px;
}
.fs-c-productPrice__addon__label:before {
    content: '('
}
.fs-c-productPrice__addon__label:after {
    content: ')'
}
#item_btn_wrap .fs-c-variationLabel__label {
    display: none;
}
.fs-c-variationCart--withImage > li {
    display: flex;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    padding: 15px 0;
}
.fs-c-variationCart > li + li {
    margin: 0;
}
.fs-c-variationCart__variationName__name {
    font-size: 13px;
}
.fs-c-variationCart__wishlist {
    margin-right: 10px;
}
.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary {
    background: url(../common/icon_mail.png), lightblue;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px;
    border: none;
    color: #fff;
    height: 35px;
}
.fs-l-main .fs-c-button__label {
    font-size: 13px;
}
.fs-c-variationCart__variationName__stock--outOfStock {
    color: chocolate;
}
.about_wishlist {
    text-align: right;
    padding-top: 10px;
}
.about_wishlist img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
#fs_form .about_wishlist p {
    font-size: 12px;
}
.link_border {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
.link_border02 {
    border-bottom: 1px dashed #000;
    padding-bottom: 3px;
}
.fs-p-snsArea {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    align-items: flex-end;
}
.fs-p-snsArea .fb_iframe_widget {
    padding: 0 10px;
}
@media screen and (max-width: 768px) {
.onlyPC {
    display: none;
}
.onlySP {
    display: block;
}    
     
#item_wrap {
    width: 100%;
}
#side {
    display: none;
}
.to_guide {
    text-align: center;
}
.to_guide a {
    font-size: 14px;
    font-weight: bold;
    background: #eee;
    padding: 15px 30px;
    display: block;
    width: 270px;
    margin: auto;
}
.item_index {
    margin-top: 30px;
    border-top: 2px solid #aaa;
}
.item_index h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}
.item_index ul {
    display: flex;
    flex-wrap: wrap;
}
.item_index ul li a {
    font-size: 12px;
    font-weight: bold;
    background: #eee;
    padding: 10px 15px;
    margin: 0 5px 5px 0;
    display: inline-block;
}
.series_txt a.linkto {
    width: 100%;
}
#item_wrap .fs-c-productNameHeading__copy {
    font-size: 15px;
    font-weight: normal; 
}
.comment_flex {
    display: block;
}
.comment_flex .comment_img {
    width: 100%;
}
.comment_flex .comment_txt {
    width: 100%;
    padding-top: 30px;
}
.closeup_col4 li {
    width: 48%;
    padding-bottom: 15px;
}
}
@media screen and (max-width: 600px) { 
    .fs-p-productDescription--short h2.howto {
        padding: 10px 15px 5px 35px;
    }
    .item_flex2 div {
        display: block;
    }
    .item_flex2 div:nth-of-type(odd) img,
    .item_flex2 div:nth-of-type(even) img {
        width: 100%;
        padding: 0 15px;
    }
    #fs_form .item_flex2 div p {
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    #item_btn_wrap {
        padding: 0;
    }
    #flex_left {
        width: 100%;
    }
    #flex_right {
        width: 100%;
        text-align: left;
    }
    .fs-c-productPrice {
        justify-content: flex-start;
    }
    #item_btn_wrap #item_btn_flex {
    display: block;
    padding: 15px;
}
.fs-c-variationCart__cartButton {
    width: 150px;
}
.fs-c-button--subscribeToArrivalNotice--variation {
    background: lightblue;
}
.fs-c-variationCart__variationName__name {
    width: 83px;
}
.fs-c-variationCart--withImage .fs-c-variationCart__image {
    margin-right: 0;
}
.fs-c-variationAndActions {
    padding: 0 5px 0 5px;
}
.fs-c-variationCart {
    padding: 0;
}
    .fs-c-variationCart__wishlist {
    margin-right: 5px;
}
.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary {
    background-size: 15px;
}
}
@media screen and (max-width: 374px) { 
  
.fs-c-variationCart__variationName__name {
    width: 65px;
}
.fs-c-variationCart__cartButton {
    width: 120px;
}
}
/*商品詳細 テキスト*/
.fs-p-productDescription--short {
    padding-top: 20px;
}
.fs-p-productDescription--short h2,
.fs-p-productDescription--short h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #aaa;
    cursor: pointer;
    position: relative;
    padding: 20px 0 5px 35px;
}
.fs-p-productDescription--short h2:after,
.fs-p-productDescription--short h3:after{
    content: "\e90c";
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 30px;
}

.fs-p-productDescription--short h3.active:after {
    transform: rotate(-90deg);
}

.fs-p-productDescription--short div.inner {
    display: none;
}
.fs-p-productDescription--short div.inner-open {
    display: block;
}

.item_txt_flex {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 30px;
}
.item_txt_flex div {
    width: 30%;
}
#fs_form .item_txt_flex div p {
    font-size: 12px;
}
.item_care {
    border: 5px solid #eee;
    padding: 15px;
    margin: 30px 0;
}
.item_care h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
}
#fs_form .item_care p {
    font-size: 12px;
    margin: 15px 0 10px;
}
.item_care a {
    font-size: 14px;
    font-weight: bold;
}
/*オプション*/
.fs-c-productOption {
    padding: 15px 15px 0;
}
.fs-c-productOption__name {
    padding: 10px 0 10px 10px;
}
.fs-c-productOption__label {
    font-size: 14px;
    line-height: 1;
}
.fs-c-requiredMark {
    color: red;
}
.fs-c-requiredMark::before {
    font-size: 1em;
}
.fs-c-productOption__comment {
    font-size: 12px;
    padding-bottom: 10px;
}

/*商品詳細 メニュー*/
.side_nav_ttl {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid #000;
    padding: 10px;
    display: block;
    background: #f7f7f7;
}
.side_nav ul li a {
    font-size: 12px;
    display: block;
}
.sidemenu_open ul.sidemenu_lv2 {
    display: none;
}
.sidemenu_lv2 li a {
    padding: 10px 0 10px 20px;
    border-bottom: 1px dashed #000;
}
ul.sidemenu_lv1 .active ul.sidemenu_lv2 {
    display: block;
}
ul.sidemenu_lv1 li.active {
    display: block;
}
li.sidemenu_open {
    cursor: pointer;
    position: relative;
}
li.sidemenu_open span {
    font-size: 12px;
    display: block;
    padding: 10px;
    border-bottom: 1px dashed #000;
}
li.sidemenu_lv1_list a {
    padding: 10px;
}
li.sidemenu_open > span:after {
            content: '+';
            position: absolute;
            top: 0;
            right: 10px;
            font-size: 16px;
            padding-top: 8px;
}
li.active > span:after {
            content: '-';
            position: absolute;
            top: 0;
            right: 10px;
            font-size: 16px;
            padding-top: 8px;
}
.sidemenu_link {
    border-top: 1px solid #000;
    border-bottom: none;
    position: relative;
}
.sidemenu_link:after {
    content: '>';
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    padding-top: 10px;
    
}
.sidemenu_lv1_list ul.sidemenu_lv2 li:last-child a {
    border-bottom: none;
}
.sidemenu_lv1_list .side_nav_ttl {
    border-top: 1px solid #000;
}
.sidemenu_last {
    border-bottom: 1px dashed #000;
}

/*おすすめ*/
.item_recommend_ttl,.fs-c-wishlistProduct__title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 8px 10px;
    border-bottom: 1px solid #000;
    margin: 0 auto 10px;
    max-width: 1100px;
    width: 96%;
    
}
.fs-c-featuredProduct, .fs-c-wishlistProduct {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.fs-c-productListCarousel__list__item {
    flex-basis: 200px;
    max-width: 200px;
    min-width: 200px;
    margin: 0 8px;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice__main__price .fs-c-price__currencyMark, 
.fs-c-productListCarousel__list__item .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 13px;
}
.fs-c-productListCarousel__list__item .fs-c-salesPeriod__date,
.fs-c-productListCarousel__list__item .fs-c-productListItem__productDescription,
.fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName a span.fs-c-productName__copy,
.fs-c-productListCarousel__list__item .fs-c-productMarks,
.fs-c-productListCarousel__list__item .fs-c-productListItem__control
{
    display: none;
}
.fs-c-button--carousel .fs-c-button__label {
    display: none;
}
.fs-c-button--carousel {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 4.4rem;
    line-height: 1;
    min-height: 1em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-c-button--carousel::before {
    font-family: 'fs-icon' !important;
    content: "\e90b";
    speak: none;
    font-size: 45px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fs-c-button--carousel--next::before {
    content: "\e90c";
    font-family: 'fs-icon' !important;
    speak: none;
    font-size: 45px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fs-c-slick.slick-slider a {
    display: flex;
    flex-direction: column-reverse;
}
.fs-c-button--viewProductDetail span {
    display: none;
}
.fs-c-featuredProduct__title {
    display: none;
}

/*SHOPPING GUIDE*/
#guide_bottom {
    margin-top: 30px;
    border-top: 2px solid #aaa;
    padding-bottom: 15px;
}
#guide_bottom h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;  
    padding: 15px 0;
}
#guide_bottom p:first-child {
    text-align: center;
    padding: 15px 0;
}
#guide_bottom p{
    font-size: 12px;
    padding: 0 15px;
}
#guide_bottom strong {
    font-size: 14px;
}
#guide_bottom small {
    font-size: 11px;
    padding: 10px 0;
    display: block;
    color: #999;
}
#guide_bottom ul {
    margin-left: 35px;
    padding-bottom: 10px;
}
#guide_bottom li {
    font-size: 12px;
    list-style-type: disc;
}
.guide_bottom_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guide_bottom_wrap div {
    width: 23%;
    border-top: 1px solid #aaa;
    padding-bottom: 20px;
}
.guide_bottom_wrap div.tel-box,
.guide_bottom_wrap div.mail-box {
    width: 100%;
    border-top: none;
    background: #eee;
    margin: 0 auto 15px;
    padding-bottom: 0;
    text-align: center;
}
#guide_bottom .tel-box p {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 5px 0;
}
.tel-box img {
    width: 15px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}
.tel-box span {
    font-size: 12px;
    display: block;
    padding: 15px 0;
}
.mail-box img {
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}
#guide_bottom .mail-box p {
    font-weight: bold;
}
#guide_bottom p.shipment {
    font-weight: bold;
    background: antiquewhite;
    padding: 15px;
    margin: 0 10px;
}
#guide_bottom .shipment small {
    padding: 5px 0;
}
#guide_bottom p.pointbox {
    background: beige;
    padding: 10px 15px;
    margin: 10px 10px 0;
}
#guide_bottom p.remindmail img {
    width: 130px;
    height: auto;
    vertical-align: middle;
    padding-right: 5px;
}#guide_bottom p span.returntxt {
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px dashed red;
}
a.link_border03 {
    border-bottom: 1px solid #dadada;
    font-size: 12px;
    font-weight: bold;
    display: table;
    margin: 15px 15px 15px auto;
}
/*SHOP LIST*/
#shop_list {
    margin-top: 30px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    padding: 0 15px 30px;
}
#shop_list h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;  
    padding: 15px 0;
}
.shop_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_left {
    width: 40%;
    margin-right: 30px;
}
.shop_left img {
    width: 300px;
    height: auto;
    margin-left: auto;
    display: block;
}
.shop_right {
    width: 60%;
}
.shop_right p {
    font-size: 14px;
}
.shop_right a {
    font-size: 14px;
    font-weight: bold;
    background: #eee;
    padding: 15px 30px;
    margin: 30px 0;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    #guide_bottom {
        padding-bottom: 0;
    }
    #guide_bottom strong {
        font-size: 12px;
    }
    .guide_bottom_wrap div {
    width: 47%;
    padding-bottom: 5px
    }
    #guide_bottom p {
        padding: 0 5px;
    } 
    #guide_bottom p:first-child {
        padding: 5px 0;
    } 
    #guide_bottom .guide_bottom_wrap div:first-child small {
        padding: 0 0 10px;
    }
    a.link_border03 {
    border: none;
    margin: 10px 0 5px auto;
    color: cornflowerblue;
    }
    .guide_bottom_wrap div.tel-box, .guide_bottom_wrap div.mail-box {
        margin: 0 auto 5px;
    }
    #guide_bottom .tel-box p {
        padding: 10px 5px 0;
    }
    .tel-box span {
        padding: 0 0 10px;
    }
    .mail-box p {
        padding: 10px 0;
    }
    #guide_bottom .mail-box small {
        padding: 0 0 10px;
    }
    .shop_flex {
        align-items: flex-start;
    }
    #guide_bottom p.shipment, #guide_bottom p.pointbox {
        margin: 0;
        padding: 10px;
    }
    #guide_bottom ul {
        margin-left: 18px;
    }
    #shop_list {
        padding: 0 0 30px;
    }
    
}
@media screen and (max-width: 480px) {
.shop_flex {
    display: block;
}
.shop_left {
    width: 100%;
    margin-right: 0;
}
.shop_left img {
    width: 100%;
    height: auto;
}
.shop_right {
    width: 100%;
    text-align: center;
}
.shop_right p {
    font-size: 14px;
    text-align: left;
    padding: 15px 0 0;
}
.shop_right a {
    margin: 30px 0 0;
}
}

/*グループページ*/
.fs-l-main .main-visual {
    margin: 20px auto;
    max-width: 1100px;
    width: 96%;
}

.fs-c-subgroup {
    max-width: 1100px;
    margin: auto;
    width: 96%;
}

.fs-c-listControl {
    margin: 10px 0 30px;
    text-align: center;
}
.fs-c-subgroupList {
  width: 100%;
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
   }
  .fs-c-subgroupList li.fs-c-subgroupList__item {
    width: 48%;
    margin-bottom: 4rem; }
    
    .fs-c-subgroupList__label {
      font-size: 1.6rem;
      font-weight: bold;
      font-family: "Montserrat", Montserrat, sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  }
      
    .fs-c-sortItems {
        text-align: center;
    }    
    .fs-c-sortItems .fs-c-sortItems__label {
        display: none;
    }
    .fs-c-sortItems__list {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .fs-c-sortItems__list li.fs-c-sortItems__list__item {
        margin: 15px 10px;
    }
    .fs-c-sortItems__list li.fs-c-sortItems__list__item a {
        font-size: 1.3rem;
        padding: 5px 10px;
        background: antiquewhite;
    }
    .fs-c-sortItems__list li.fs-c-sortItems__list__item.is-active span {
        font-size: 1.3rem;
        padding: 5px 10px;
        background: orange;
        color: #fff;
    }
    .fs-c-listControl .fs-c-listControl__status span {
        font-size: 13px;
    }
    .fs-l-main p.item-comment {
         text-align: center;
         font-size: 1.6rem;
     }

@media screen and (max-width: 1000px) {
    .fs-p-scrollingCartButton {
    position: fixed;
    top: 10px;
    right: 15px;
}
}
.fs-p-scrollingCartButton__button {
    display: block;
    line-height: 1;
    opacity: 0.9;
    padding: 8px;
    position: relative;
    text-align: center;
}
.fs-p-scrollingCartButton__icon {
    font-size: 3.6rem;
}
[class*="fs-icon--"] {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fs-p-scrollingCartButton__label {
    display: none;
}
.fs-p-cartItemNumber {
    background: #E25B33;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 2px;
    right: 2px;
}

/*商品一覧表示*/
.fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
}
.fs-c-productList__list article {
    width: 30%;
    margin: 0 10px 3rem;
}
h2.fs-c-productListItem__productName a {
    display: flex;
    flex-direction: column-reverse;
}
h2.fs-c-productListItem__productName a span.fs-c-productName__name {
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1.8em;
}
h2.fs-c-productListItem__productName a span.fs-c-productName__copy {
    display:none;
}

/*ページネーション*/
.fs-c-pagination {
    justify-content: center;
}
.fs-c-pagination__item {
    flex: initial;
    font-size: 14px;
}
.fs-c-pagination a {
    background: #eee;
    margin: 10px;
    padding: 10px;
}
.fs-c-pagination__item.is-active {
    background: orange;
    margin: 10px;
    padding: 10px;
}
.fs-c-pagination__item--next {
    height: 31px;
}


@media screen and (max-width: 768px) {
    .fs-c-productList__list {
    justify-content: space-between;
}
.fs-c-productList__list article {
    width: 49%;
    margin: 0 0 3rem;
}
.fs-l-main p.item-comment {
         text-align: left;
         
     }
}



      
/*お気に入りボタン*/      
.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label, 
.fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label, 
.fs-c-button--particular.fs-c-button--displayPassword .fs-c-button__label, 
.fs-c-button--particular.fs-c-button--hidePassword .fs-c-button__label,
.fs-c-button--particular .fs-c-button__label {
    display: none; }   
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, 
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, 
.fs-c-button--particular.fs-c-button--displayPassword::before, 
.fs-c-button--particular.fs-c-button--hidePassword::before,
.fs-c-productQuantityAndWishlist__wishlist.fs-c-button--addToWishList--detail::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.2rem;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon, 
.fs-c-productQuantityAndWishlist__wishlist.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon, 
.fs-c-button--particular.fs-c-button--displayPassword, 
.fs-c-button--particular.fs-c-button--hidePassword {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "\e919";
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
/*項目選択ボタン,予約,在庫なし,個別送料,会員価格*/
.fs-c-button--particular {
    background: #f7f7f7;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    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: 0 0 2px #b2b2b2;
    display: flex;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
    background: none;
    border: none;
    box-shadow: none;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular:before {
    font-family: 'fs-icon' !important;
    content: "\e919";
    font-size: 2.2rem;
}
.fs-c-productQuantityAndWishlist {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    float: left;
    margin-top: 15px;
    width: 70%;
}
.fs-c-productQuantityAndWishlist__quantity:before {
    content: '数量';
    font-size: 12px;
    width: 60px;
}
.fs-c-productQuantityAndWishlist__quantity {
    display: flex;
    align-items: center;
    max-width: none;
}
.fs-c-quantity__select {
    font-size: 14px;
}
.fs-c-productActionButton {
    margin-top: 15px;
}
.fs-c-button--addToCart--detail.fs-c-button--primary {
    background: darksalmon;
    border: none;
    color: #fff;
    height: 35px;
    width: 100%;
    display: inline-block;
    margin-left: auto;
    min-width: 140px;
}
.fs-c-productPointDisplay {
    text-align: right;
}
.fs-c-productNotice--outOfStock,
.fs-c-productListItem__outOfStock {
    color: red;
    font-size: 12px;
}
.fs-c-productPostage {
    text-align: right;
    font-size: 14px;
}
.fs-c-productPostage span {
    font-size: 14px;
}
.fs-c-productMembersLoginLink {
    font-size: 12px;
    white-space: nowrap;
}
@media screen and (min-width: 481px) {
    .onlySSP {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .onlySSP {
        display: block;
    }
    .fs-c-productQuantityAndWishlist {
        float: none;
        width: auto;
    }
    .fs-c-button--addToCart--detail {
        margin: 0 15px 15px auto;
        width: 180px;
    } 
    .fs-c-productQuantityAndWishlist__quantity {
        padding-left: 15px;
    }
    .fs-c-productOption {
        padding: 15px;
}
    .fs-c-productNotice--outOfStock {
        padding: 0 15px;
        font-size: 12px;
}
.fs-c-productPreorderMessage {
    padding: 15px;
}
.fs-c-productPointDisplay {
    text-align: left;
}
.fs-c-productPostage {
    padding-right: 15px;
}
.fs-c-productMembersLoginLink {
    display: block;
    padding: 15px;
}
.fs-c-productListCarousel__list__item {
    flex-basis: 140px;
    max-width: 140px;
    min-width: 140px;
    margin: 0 4px;
}
.fs-c-productListCarousel__list__item .fs-c-productName__copy {
    display: none;
}
.fs-c-button--addToCart--detail.fs-c-button--primary {
    margin: 0 15px;
}
.fs-c-sortItems__list li.fs-c-sortItems__list__item {
    margin: 2px;
}
/*product*/
  .fs-c-subgroupList li.fs-c-subgroupList__item {
    width: 100%;
    margin-bottom: 3rem; }
  .product dl {
    width: 100%; }
    .product dl dd {
      width: 100%; }
}
/*modal*/
.fs-c-modal__header {
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 8px 16px;
}
.fs-c-modal__inner h2 {
    font-size: 14px;
    line-height: 2em;
    font-weight: bold;
}
.fs-c-modal__inner .fs-c-productName__copy {
    display: none;
}
.fs-c-modal__inner .fs-c-stockNotificationsMessage {
    font-size: 14px;
    padding: 10px 0 0;
}
.fs-c-modal__inner span,
.fs-c-modal__inner input,
.fs-c-modal__inner label 
{
    font-size: 13px;
}
.fs-c-modal__close::before {
    font-size: 2em;
}
.fs-c-checkout-checkoutMethod.is-active,
.fs-c-checkout-paymentMethod.is-active,
.fs-c-checkout-pointSetting.is-active,
.fs-c-checkout-deliveryMethod.is-active {
    border: 2px solid #666666;
}
.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title,
.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title,
.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title,
.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
    background: #666666;
    color: #f7f7f7;
    color: #ffffff;
}
.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) {
    border: 2px solid #e5e5e5;
}
.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) .fs-c-checkout-checkoutMethod__title:not(.is-active) {
    background: #e5e5e5;
}
.fs-c-checkout-addresseeList {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.fs-c-checkout-addresseeList > li,
.fs-c-checkout-paymentMethodList > li {
    box-sizing: border-box;
}
.fs-c-checkout-addressee {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    background: #ffffff;
    color: #333333;
    padding: 8px;
    border: 1px solid #e5e5e5;
}
.fs-c-checkout-paymentMethod__title,
.fs-c-checkout-pointSetting__title {
    background: #f7f7f7;
    color: #333333;
}
.fs-c-creditCardIcons {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
} 
.fs-c-checkout-deliveryMethod__option__title {
    border-bottom: 1px solid currentColor;
    font-size: 1.2rem;
}
.fs-c-checkout-deliveryMethod__option__setting {
    background: rgba(126, 126, 126, 0.08);
    padding: 8px;
    margin: 8px 0;
}
.fs-c-checkout-deliveryMethod__option__setting dd {
    margin-left: 0;
}

.fs-body-category-category .main-visual,
.fs-body-category-series .main-visual,
.fs-body-category-others .main-visual,
.fs-body-category-price .main-visual,
.fs-body-category-season .main-visual {
    display: none;
}

.fs-body-category-category .fs-c-productList,
.fs-body-category-bag .fs-c-productList,
.fs-body-category-wallet .fs-c-productList,
.fs-body-category-other_c .fs-c-productList,
fs-body-category-case .fs-c-productList,
.fs-body-category-accessories .fs-c-productList,
.fs-body-category-fashion .fs-c-productList,
.fs-body-category-series .fs-c-productList,
.fs-body-category-others .fs-c-productList,
.fs-body-category-price .fs-c-productList,
.fs-body-category-season .fs-c-productList {
    /*display: none;*/
}
.fs-c-productListCarousel {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.m_mode {
    text-align: center;
    margin-top: 30px;
}