a:hover{text-decoration:none;}
.fs-l-header{ padding:0px;}
.fs-l-main{ 
    padding:0px; margin: 0px auto;
    max-width:1260px;
}
.fs-l-sideArea{ max-width:280px;}
.fs-p-drawer{padding:0px;}

.fs-p-productDescription--full .conta_banner a{background:none;}

.fs-c-subgroupList__item {
    flex-grow: inherit;
}

.fs-c-subgroupList__link{
    padding:5%;
    font-size: 90%;
    line-height: 150%;
}
.fs-c-subgroupList__link::after{ font-size:16px;}

.fs-c-dropdown::after{
   box-sizing:content-box;
}

.first_guiest.my-true { display: none; }
.member_guiest.my-false { display: none; }

.sp_on { display: none; }


.hd_register.my-true,.m_register.my-true { display: none; }
.hd_mypage.my-false,.m_mypage.my-false { display: none; }
.hd_login.my-true,.m_login.my-true { display: none; }
.hd_logout.my-false,.m_logout.my-false { display: none; }

.fix_regist.my-true { display: none; }
.fix_my.my-false { display: none; }

/* デフォルトのフォントサイズ調整 */
p{ margin:0;}

/* フッターのデフォルトcss打ち消し */
.fs-l-footer {
    position: relative;
    border-top: none;
    background-color: #fff;
    color: #000;
    margin: 0;
}

.free_marg{ margin-top:50px;}

.fs-c-breadcrumb__list--subgroup{ display: none; }

.fs-p-cartItemNumber{
    top: 0px;
    display:block;
    right: -8px;
    font-size: 0.7rem;
}

.fs-c-productList__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fs-c-productListItem{
    width: 30%;
    margin: 0 5% 5% 0;
}
.fs-c-productListItem:nth-child(3n){
    margin-right: 0;
}

/* 項目選択肢のセレクトボックス 2019年10月3日追記*/
.fs-c-dropdown__menu {
    line-height: 2em;
}

.item-vi_tit,
.item-vi_txt {
  text-align: center !important;
}
  
.fs-body-product .item-vi_tit {
  font-size: 30px !important;
  line-height: 36px !important;
  margin-bottom: 5px !important;
}
  
.fs-body-product .item-vi_txt {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}
  
.fs-body-product .item-vi_video {
  max-width: 700px !important;
  width: 100% !important;
}

.fs-body-product .nume,
.fs-body-product .itemwrapper {
  margin-left: auto !important;
  margin-right: auto !important;
}

.fs-body-product .del_bnr_pdc img {
  width: 100%;
  height: auto;
}

.fs-body-product .comment-wrapper .yumincho {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 700px !important;
}

.fs-body-product .fs-l-pageMain .del_bnr {
  margin-left: auto !important;
  margin-right: auto !important;
}

.fs-body-product .fs-l-pageMain .del_bnr_ty {
  width: 100% !important;
}

.fs-p-drawer.fs-l-sideArea {
  overflow: unset;
}

.fs-p-drawer.fs-l-sideArea .l_cates li,
.fs-p-drawer.fs-l-sideArea .side_series_con li {
  list-style: none;
}

/*サムネイルバリエーション名非表示*/
#fs_ProductDetails .fs-c-productThumbnail__image__caption {
   display: none;
}

/*拡大画像を画面真ん中に表示*/
#fs_ProductDetails .fs-c-productImageModal__inner{
    margin-top:2%;
}

/*商品画像フリックパーツ・拡大画像背景の透過表示*/
#fs_ProductDetails .fs-c-photoswipe .pswp__bg {
    opacity: 0.7!important;
}

img {
  height: auto;
}

/*￥マークのサイズの縮小*/
.fs-c-price__currencyMark {
    font-size: 65%;
} 
