/* AnyGiftデザイン調整 */
.anygift-about-button {
  color: #000 !important;
}
.anygift-gift-ui__container {
    width: 100% !important;
    margin: 20px auto !important;
}
/* AnyGiftデザイン調整ここまで */

/*@charset "Shift_JIS";*/
.anygift-gift-ui__container {
    width: 100% !important;
    margin: 20px auto !important;
}
*{
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  /*font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;*/
font-family:"Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  background: #fff !important;
  background-image: none !important;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  min-width: 1200px;
}
img{
  max-width:100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
ul,ol {
  list-style: none;
}
li {
  list-style: none;
}
.cInner{
  width:1200px;
  margin:0 auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* コンテナ幅テスト用 */
/* .fs-l-main{
  max-width: 1016px;
}
@media screen and (min-width: 1200px){
  .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 720px;
  }
} */

/* コピー不要（本デモサイト用） */

/*  　　　　　　　　*/
/* ここからコピー */
/*  　　　　　　　　*/


/* CV関連ページのサブカラム非表示 */
/* ↓メインおよびサブカラムのクラス名に応じて必ず調整↓ */
.fs-body-checkout .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain,
.fs-body-checkout-multiAddress-options .fs-l-pageMain,
.fs-body-checkout-multiAddress-confirm .fs-l-pageMain,
.fs-body-checkout-multiAddress-products .fs-l-pageMain,
.fs-body-checkout-multiAddress .fs-l-pageMain,
.fs-body-checkout-multi .fs-l-pageMain,
.fs-body-customerDetails .fs-l-pageMain,
.fs-body-checkout-amazon .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-cart-login .fs-l-pageMain{
  width: 100% !important;
  max-width: 100% !important;
  float: none;
}
.fs-body-checkout #side,
.fs-body-cart #side,
.fs-body-checkout-success #side,
.fs-body-checkout-multiAddress-options #side,
.fs-body-checkout-multiAddress-confirm #side,
.fs-body-checkout-multiAddress-products #side,
.fs-body-checkout-multiAddress #side,
.fs-body-checkout-multi #side,
.fs-body-customerDetails #side,
.fs-body-checkout-amazon #side,
.fs-body-my-addressbook-new #side,
.fs-body-cart-login #side{
  display: none !important;
}

.fs-body-checkout .fs-l-sideArea,
.fs-body-cart .fs-l-sideArea,
.fs-body-checkout-success .fs-l-sideArea,
.fs-body-checkout-multiAddress-options .fs-l-sideArea,
.fs-body-checkout-multiAddress-confirm .fs-l-sideArea,
.fs-body-checkout-multiAddress-products .fs-l-sideArea,
.fs-body-checkout-multiAddress .fs-l-sideArea,
.fs-body-checkout-multi .fs-l-sideArea,
.fs-body-customerDetails .fs-l-sideArea,
.fs-body-checkout-amazon .fs-l-sideArea,
.fs-body-my-addressbook-new .fs-l-sideArea,
.fs-body-cart-login .fs-l-sideArea{
  display: none !important;
}
/* //CV関連ページのサブカラム非表示 */

/*  　　　　　　　　*/
/* ボタン関連調整 */
/*  　　　　　　　　*/

.fs-c-button--primary {
  font-size: 18px;
  font-weight: bold;
  padding: 1.0em 1.5em;
}

/* 商品画像拡大ボタン */
.fs-c-productMainImage {
    position: relative;
}
.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 0; */
    padding: 0;
}
.fs-c-productMainImage .fs-c-productMainImage__expandButton.fs-c-buttonContainer button.fs-c-button--viewExtendedImage.fs-c-button--plain{
  padding: 10px;
}
.fs-c-productMainImage .fs-c-productMainImage__image,
.fs-c-productThumbnail .fs-c-productThumbnail__image{
  cursor: pointer;
}
.fs-c-productMainImage .fs-c-productMainImage__image:hover,
.fs-c-productThumbnail .fs-c-productThumbnail__image:hover{
  opacity: 0.8;
}
.fs-c-productThumbnail{
  margin-left: -4px;
  margin-right: -4px;
}
button.fs-c-button--viewExtendedImage.fs-c-button--plain:hover{
  text-decoration: none;
}

a.fs-c-button--viewProductDetail.fs-c-button--plain, button.fs-c-button--addToCart--list.fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #FFF !important;
  background: #ad0c0c;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
  font-weight: bold;
  font-size: 13px;
}
button.fs-c-button--subscribeToArrivalNotice--list.fs-c-button--plain {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #FFF !important;
  background: #333333;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
  font-weight: bold;
  font-size: 13px;
}

/*  　　　　　　　　*/
/* //ボタン関連調整 */
/*  　　　　　　　　*/

/*  　　　　　　　　*/
/* 商品詳細カート周り */
/*  　　　　　　　　*/

/* 数量ボタンに上下ボタン表示 */
.fs-c-quantity__select,
select[name="quantity"] {
    -webkit-appearance: menulist;
}
.fs-c-variationCart--withImage > li {
    -ms-grid-columns: auto 1fr 2em 128px;
    grid-template-columns: auto 1fr 40px 128px;
}
.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
    padding: 0;
}
.fs-c-variationList__item__cart.fs-c-variationCart .fs-c-variationCart__wishlist{
  /* padding-right: 10px; */
  justify-content: left;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy{
  display: block;
  margin: 12px 0;
}
.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 15px;
}
.fs-l-product2 .fs-c-productNameHeading.fs-c-heading{
  margin-bottom: 20px;
}
.fs-l-product2 .fs-c-returnedSpecialContract {
  margin-bottom: 8px;
}
/*  　　　　　　　　*/
/* //商品詳細カート周り */
/*  　　　　　　　　*/

/*  　　　　　　　　*/
/* 商品一覧 */
article.fs-c-productList__list__item {
  position: relative;
  padding-bottom: 70px;
}
article.fs-c-productList__list__item .fs-c-productListItem__control {
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 8px;
  right: 0;
}

/* 画像拡大ボタン削除（詳細ページへの誘導強化のため） */
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer{
  display: none;
}

/*  　　　　　　　　*/
/* //商品一覧 */
/*  　　　　　　　　*/

/* カートページ */
th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  min-width: 105px;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.fs-c-wishlistProduct {
    margin: 30px 0;
}



/*header*/
.header {
    text-align: left;
}

.layout_header {
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
}

/* ヘッダーインナー */
.header_inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* ヘッダー1 最上部ブロック
---------------------------------------- */
.header1 {
    font-size: 80%;
}

.header1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header1 a {
    color: inherit;
    text-decoration: inherit;
}

/* 最上部のメニュー */
.headnav {
    float: right;
    width: 50%;
    text-align: right;
}

.headnav a {
    color: inherit;
    text-decoration: inherit;
}

.list_headnav {
    line-height: 40px;
    text-align: right !important;
}

.list_headnav img {
    vertical-align: middle;
}

.list_headnav > li {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    z-index: 1;
}

.list_headnav > .has_child.help > a {
    padding: 0 40px 0 35px;
}

.list_headnav > li > a {
    position: relative;
    display: block;
    background: rgba(204, 204, 204, 0);
    z-index: 2;
    /*-webkit-transition: all 400ms ease;
    transition: all 400ms ease;*/
}
/*
.list_headnav > li img {
    margin: 0 3px;
}
*/

/* カート */
.list_headnav > .cart a {
   /* padding: 0 15px;*/
   /* background: #ccc;*/
}

/* has_childnならば矢印マークをつける
---------------------------------------- */
.list_headnav > .has_child > a {
    position: relative;
    padding: 0 30px 0 15px;
    text-decoration: inherit;
    font-weight: 500;
}

.list_headnav > .has_child > a:before,
.list_headnav > .has_child > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 2px;
    background: #666;
}

.list_headnav > .has_child > a:before {
    margin-right: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_headnav > .has_child > a:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* セカンドリスト設定
---------------------------------------- */
/* 初期設定 */
.list_headnav .list_second {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
    line-height: 1.5;
    background: #f5f5f5;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.list_headnav .list_second a {
    display: block;
    padding: 5px 10px;
}

/* is_open設定 */
.list_headnav > li.is_open > a {
    background: #f5f5f5;
}

.list_headnav > li.is_open .list_second {
    height: auto;
    padding: 10px 0;
    opacity: 1;
}

/* ヘッダー2 ロゴと検索
---------------------------------------- */
.header2 {
    font-size: 100%;
}

.header2 .header_inner {
    position: relative;
}

/* サイトロゴ */
.header2 .sitelogo {
    float: left;
    font-size: 24px;
    margin-top: -10px;
    padding: 0;
    text-align: center;
}

.header2 .privilege {
    display: inline;
    margin: 0 20px 0 0;
    color: #000;
    font-weight: bold;
}

.header2 .FS2_repeater {
    display: inline;
}

/* 検索窓 */
.searchbox {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.searchbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.input_text {
    display: inline-block;
    margin: 0 5px 0 0;
}

.input_text input {
    width: 200px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 0.8rem;
}

.input_submit {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.input_submit input {
    width: 37px;
    height: 37px;
    text-indent: -9999px;
    background: #fff url(https://lionheart1996.itembox.design/item/icon_search.png) no-repeat 50%;
    border: none;
    border-radius: 3px;
}

.search_keywords {
    margin: 5px 0 0;
    font-weight: bold;
}

.search_keywords a {
    color: inherit;
    font-weight: normal;
    text-decoration: inherit;
}

/* ヘッダー3 グロナビ
---------------------------------------- */

/* グロナビ */
.gnav {
    line-height: 45px;
    text-align: left;
    padding-left: 151px;
}

.gnav a {
    color: inherit;
    text-decoration: inherit;
    line-height: 1.5;
    font-weight: 500;
}

.list_gnav {
    position: relative;
    /*font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;*/
font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
   font-weight: 300;
}

.list_gnav > li {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    font-size: 0.9rem;
}

.list_gnav > li .label {
    position: relative;
}

.list_gnav > li .label a {
    display: block;
    padding: 0 15px;
    line-height: 45px;
}

/* has_childnならば矢印マークをつける
---------------------------------------- */
.list_gnav > .has_child .label a {
    position: relative;
    padding: 0 30px 0 15px;
    text-decoration: inherit;
}
.list_gnav > .has_child .label a:before,
.list_gnav > .has_child .label a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 1px;
    background: #000;
}

.list_gnav > .has_child .label a:before {
    margin-right: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_gnav > .has_child .label a:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* セカンドリスト設定
---------------------------------------- */
/* 初期設定 */
.list_gnav .second {
    position: absolute;
    /*left: 0;*/
    height: 0;
    overflow: hidden;
    margin: 4px 0 0;
    padding: 0 20px;
    text-align: left;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.95);
    border: solid 1px #ccc;
    box-shadow: 1px 1px 3px #CCCCCC;
    -webkit-box-shadow: 1px 1px 3px #CCCCCC;
    -moz-box-shadow: 1px 1px 3px #CCCCCC;
    opacity: 0;
    z-index: 101;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.list_gnav .second.center {
    right: 50%;
    left: auto;
}

.list_gnav .second.right {
    right: 5%;
    left: auto;
}

/* is_open設定
---------------------------------------- */
.list_gnav > .is_open .label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    border: 8px solid transparent;
    border-top: 8px solid #666;
    z-index: 102;
}

.list_gnav > .is_open .second {
    height: auto;
    opacity: 1;
    padding: 30px 20px;
}

/* グロナビ内側のメニュー */
.gnav_menu {
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 0 0 0 30px;
    vertical-align: top;
}

/* 線の設定 */
.gnav_menu:before {
    content: "";
    display: block;
    position: absolute;
    background: #ccc;
    width: 1px;
    height: 78%;
    margin: 0 0 0 -30px;
}

.gnav_menu:first-child:before {
    content: none;
}

/* 上部タイトル */
.gnav_menu > .title {
    margin: 0 0 20px;
    font-size: 93%;
    font-weight: bold;
}

/* 下部リスト */
.list_gnav_menu {
    font-size: 90%;
}

.list_gnav_menu > li {
    margin: 7px 0;
}

.gnav .list_gnav_menu > li {
    position: relative;
    padding-left: 16px;
    margin: 7px 0;
}

.gnav .list_gnav_menu > li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ブランドリスト */
.list_gnav_menu_brand {
    width: 180px;
}

.list_gnav_menu_brand > li {
    width: 180px;
    height: 60px;
    margin: 0 0 20px 0;
}

.list_gnav_menu_brand > li a {
    display: block;
    position: relative;
    width: 180px;
    height: 60px;
    background: #fff;
}

/* ブランドリスト */
.list_gnav_menu_brand {
    width: 380px;
    letter-spacing: -.4em;
}

.list_gnav_menu_brand > li {
    display: inline-block;
    margin-right: 20px;
    letter-spacing: normal;
    vertical-align: top;
}

.list_gnav_menu_brand > li:nth-child(2n) {
    margin-right: 0;
}

.list_gnav_menu_brand > li img,
.list_gnav_menu_brand > li span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 117%;
    letter-spacing: .05em;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* 線の設定 */
.brand .gnav_menu:before {
    height: 100%;
}

/* gnav SNSメニュー設定
---------------------------------------- */
.gnav .list_gnav_sns {
    margin: 0 20px;
    font-size: 80%;
}

.gnav .list_gnav_sns > li {
    padding: 15px 0;
    border-bottom: 1px solid #000;
}

.gnav .list_gnav_sns > li:last-child {
    border: none;
}

.gnav .list_gnav_sns .logo {
    display: inline-block;
    width: 151px;
    vertical-align: middle;
}

.gnav .list_gnav_sns .list {
    display: inline-block;
    vertical-align: middle;
}

.gnav .list_gnav_sns .list > li {
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

.gnav .list_gnav_sns .list > li img {
    vertical-align: middle;
    margin: 0 3px;
}

/* ミニヘッダー設定
---------------------------------------- */
.miniheader {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    text-align: right;
    background: #fff;
    z-index: 101;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: rgba(35, 35, 35, 0.6);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
}

/* ミニヘッダーのis_open設定 */
.miniheader.is_open {
    top: 0 !important;
}

.miniheader .header_inner {
    position: relative;
}

.miniheader .sitelogo {
    float: left !important;
    width: 151px;
    height: 28px;
    margin: 13px 0 0 !important;
    text-align: left !important;
    text-indent: -9999px;
    background: url(https://lionheart1996.itembox.design/item/logo_mini.png) no-repeat;
}

..miniheader .gnav .has_child a {
    color: #333;
}

.miniheader .gnav a:hover {
    color: #929292;
    transition: color 0.4s ease 0s;
}

.miniheader .sitelogo a:hover {
    /*background-color: rgba(255, 255, 255, 0.7);*/
    height: 24px;
}

.menu_miniheader {
    /*display: inline-block;*/
    text-align: left;
    line-height: 60px;
    vertical-align: top;
}

/* ミニヘッダー グロナビ */
.menu_miniheader .headnav,
.menu_miniheader .gnav {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.menu_miniheader .list_gnav {
    position: static;
}
.menu_miniheader .list_gnav > li {
    margin: 0;
}

.menu_miniheader .list_gnav > li .label a {
    color: #fff;
    padding-right: 8px;
    padding-left: 8px;
}

.menu_miniheader .list_gnav > .has_child .label a {
    padding-right: 23px;
    padding-left: 8px;
}
.menu_miniheader .list_gnav > .has_child .label a::before,
.menu_miniheader .list_gnav > .has_child .label a::after {
    right: 8px;
}

.menu_miniheader .list_gnav .second {
    margin-top: 0;
}

.menu_miniheader .list_gnav .second.center {
    right: 55%;
    left: auto;
}

.menu_miniheader .list_gnav > .is_open .label:after {
    bottom: -16px;
}

/* ミニヘッダー ヘッドナビ */
.menu_miniheader .headnav {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 0 0 20px;
    /*font-size: 80%;*/
    line-height: inherit;
    vertical-align: top;
}

.menu_miniheader .list_headnav {
    line-height: inherit;
}

.menu_miniheader .list_headnav > .cart a {
    color: #fff;
    background: inherit;
}
.menu_miniheader .input_submit {
    border: none;
}

.menu_miniheader .list_headnav > li.is_open > a {
    background: none;
}
.menu_miniheader .list_headnav > .has_child > a {
    color: #fff;
}
.menu_miniheader .list_headnav .list_second a {
    color: #333;
}

/* ミニヘッダー 検索窓 */
.menu_miniheader .searchbox {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
    line-height: inherit;
}
.menu_miniheader .searchbox:after {
    content: none;
}
.menu_miniheader .searchbox .input_submit input {
    width: 38px;
    height: 38px;
    background-size: 14px auto;
}

.menu_miniheader .searchbox .input_text input {
    width: 160px;
max-height: 39px;
}



/* ==================================== */
/* サイドバー設定 */
/* ==================================== */
/* 一覧ページ以外は非表示 */
/*.layout_menu {
    display: none;
}*/

.layout_menu {
    display: none;
}

/* 商品一覧,検索ページは表示 */
.FS2_body_Goods_GoodsGroupList_1 .layout_menu,
.FS2_body_Goods_GoodsGroupList_2 .layout_menu,
.FS2_body_Goods_GoodsGroupList_3 .layout_menu,
.FS2_body_Goods_GoodsGroupList_4 .layout_menu,
.FS2_body_Goods_GoodsGroupList_5 .layout_menu,
.FS2_body_Goods_GoodsSearchList .layout_menu {
    display: table-cell;
}

/* サイドバー */
.sidebar {
    width: 230px;
    /*font-size: 80%;*/
    text-align: left;
    font-size: 90%;
}

.sidebar a {
    color: inherit;
    text-decoration: inherit;
    font-weight: 500;
    font-size: 100%;
}


/* サイドボックス
---------------------------------------- */
.sidebox {
    margin: 40px 0;
　　border-top: 1px solid #333;
border-top: 0;
}
.sidebox:first-child {
    margin: 0;
    border-top: none;
}

.sidebox > .contents_title {
    padding: 25px 0 25px 2px;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: bold;
}

.sidebox > .btn_more {
    clear: both;
    display: inline-block;
    float: right;
    margin: 0 0 30px 0;
    padding-left: 14px;
    text-align: right;
    background: url(../../img01/icon_more.png) no-repeat left center;
    font-size: 12px;
}


/* サイドボックスのリスト
---------------------------------------- */
#FS2_body_Config ul.list_sidebox {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
}
.list_sidebox > li{
    position: relative;
    padding-left: 8px;
    background: #fff;
    line-height: 27px;
    list-style-type: none;
    -webkit-transition: background 400ms ease;
    transition: background 400ms ease;
}

.list_sidebox > li:hover,
.list_sidebox > li:active {
    background: #999;
}

.list_sidebox > li a,
.list_sidebox .list_sidebox_label {
    display: block;
}

.list_sidebox > li a:hover,
.list_sidebox .list_sidebox_label:hover {
    color: #fff;
    text-decoration: none;
}

.list_sidebox > li.feature_image {
    margin-bottom: 16px;
    padding-left: 0;
}
.list_sidebox > li.feature_image:hover {
    background: #fff;
}



/* サイドボックスのリスト（選択項目）
---------------------------------------- */
.list_sidebox > .selected_parent:hover,
.list_sidebox > .selected_parent:active {
    background: none;
}

.list_sidebox > .selected_parent > ul a {
    padding-left: 50px;
}


/* サイドボックスのリスト 第二階層
---------------------------------------- */
.list_sidebox .list_second {
    position: absolute;
    top: 0;
    left: 150px;
    width: 150px;
    height: 0;
    margin: 26px 0 0;
    padding: 10px 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbdbdb;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.list_sidebox .list_second.is-opened {
    height: auto;
    margin-top: -6px;
    opacity: 1;
}

.list_sidebox .list_second > li > a {
    position: relative;
    padding: 10px 20px;
}


/* サイドボックスのリスト 選択時設定
---------------------------------------- */
.list_sidebox .is_selected {
    position: relative;
}

.list_sidebox .is_selected > a {
    position: relative;
    background: #eee;
}

.list_sidebox .is_selected > a > .close {
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    cursor: pointer;
}

/* バツマーク */
.list_sidebox .is_selected > a > .close:before,
.list_sidebox .is_selected > a > .close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: -1px 0 0 -7px;
    background: #333;
}

.list_sidebox .is_selected > a > .close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_sidebox .is_selected > a > .close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}


/* サイドボックスの価格検索設定
---------------------------------------- */
.sidebox .price {
    padding-left: 8px;
    font-size: 13px;
}

.sidebox .price input[type="text"] {
    border: solid 1px #c8c8c8;
    background: #FFF;
    padding: 10px !important;
    border-radius: 3px;
    color: rgba(90,90,90,1.00);
    margin-bottom: 8px;
    width: 165px;
}


.sidebox .price button[type="submit"] {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px !important;
    font-weight: bold;
    color: #5e5e5e !important;
    border: 1px solid #c2c2c2;
    background: linear-gradient(to bottom, #f4f4f4, #f0f0f0);
    background: #f4f4f4\9;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2), inset 0px 1px 0px rgba(255,255,255,0.4);
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.sidebox .price button[type="submit"]:hover {
    opacity: 0.9;
    text-decoration: none;
}

#news .btn_more {
  display: none;
}

/* ==================================== */
/* フッター設定 */
/* ==================================== */
.footer {
    text-align: left;
}

.footer a {
    color: inherit;
    text-decoration: inherit;
    font-weight: 500;
}

.btn_pagetop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 11;
}

.footer_inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* 最近閲覧した商品ブロック
---------------------------------------- */
.footer .block_history .title {
    margin: 0 0 25px;
    padding: 0 0 7px;
    font-size: 107%;
    border-bottom: 1px solid;
}
.FS2_Recommend2_container_history span,
.FS2_Recommend2_container_history a,
.FS2_Recommend2_recommend a {
  font-weight: 500;
}

/* サービスブロック
---------------------------------------- */
.footer .block_service {
    margin: 80px 0;
}

/* リスト */
.list_footer_service {
    position: relative;
    letter-spacing: -.4em;
}

.list_footer_service > li {
    display: inline-block;
    width: 352px;
    padding: 0 24px;
    letter-spacing: normal;
    vertical-align: top;
}

/* 線の設定 */
.list_footer_service > li:before,
.list_footer_service > li:nth-child(3n):after {
    content: "";
    display: block;
    position: absolute;
    background: #ccc;
    top: 0;
    width: 1px;
    height: 100%;
    margin: 0 0 0 -24px;
}

.list_footer_service > li:nth-child(3n):after {
    left: auto;
    right: 0;
}

/* 画像 */
.list_footer_service .image {
    float: left;
    width: 80px;
}

.list_footer_service .image img {
    width: 100%;
}

/* テキスト */
.list_footer_service .info {
    float: right;
    width: 73%;
}

.list_footer_service .title {
    margin: 0 0 10px;
}

.list_footer_service .text {
    /*font-size: 80%;*/
}

/* フッターメニュー部分
---------------------------------------- */
.footer_menu {
    position: relative;
    padding: 35px 0;
    letter-spacing: -.4em;
}

.footer_menu img {
    vertical-align: middle;
}

.footer_menu .menu {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    letter-spacing: normal;
}

/* 各ブロック設定 1 */
.footer_menu .menu_1 {
    width: 130px;
}

/* 各ブロック設定 2 */
.footer_menu .menu_2 {
    width: 130px;
}

/* 各ブロック設定 3 */
.footer_menu .menu_3 {
    width: 330px;
}

/* 各ブロック設定 4 */
.footer_menu .menu_4 {
    width: 240px;
    padding-right: 0;
}

/* 各ブロック設定 5 */
.footer_menu .menu_5 {
    width: 180px;
}

/* 線の設定 */
.footer_menu .menu:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    width: 1px;
    height: 75%;
    margin: 0 0 0 -20px;
    background: #ccc;
}

/* メニュータイトル */
.footer_menu .menu > .title {
    margin: 0 0 10px;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: .05em;
}

.list_footer_menu {
    display: inline-block;
    font-size: 80%;
    vertical-align: top;
}

.list_footer_menu img {
    margin: 0 0 0 8px;
}

.list_footer_menu > li {
    margin: 10px 0;
}

/* 個別 menu3 */
.footer_menu .menu_3 .list_footer_menu {
    width: 160px;
}

/* 個別 menu4 */
.contact-form-link {
    border-bottom: 1px solid #ccc;
}

.contact-form-link__heading {
    display: inline-block;
    margin: .5em 0;
    padding: 0 0 0 30px;
    font-size: 100%;
    font-weight: bold;
    background: url("../../img01/icon_mail.png") no-repeat 0 50%;
    background-size: 26px auto;
}

.contact-form-link__link {
    font-size: 66.66667%;
    text-align: center;
}

.contact-form-link__item a {
    display: block;
    margin: 1em 0;
    padding: 1em 0;
    color: inherit;
    background: #eee;
    border-radius: 50px;
}

.footer_menu .menu_4 .list_foot_guide {
    text-align: center;
}

.footer_menu .menu_4 .list_foot_guide > li {
    padding: 4px 0;
    border-bottom: 1px solid #999;
}

.footer_menu .menu_4 .list_foot_guide > li:last-child {
    border: none;
}

.footer_menu .menu_4 .list_foot_guide > li a {
    display: block;
}

.footer_menu .menu_4 .list_foot_guide > li a:hover,
.footer_menu .menu_4 .list_foot_guide > li a:active {
    background: #fff;
}

.footer_menu .menu_5 li {
    margin-bottom: 10px;
    text-align: center;
}

/* フッターSNSメニュー部分
---------------------------------------- */
.footer_sns {
    /*font-size: 80%;*/
    line-height: 50px;
}

.footer_sns li {
    float: left;
    margin-right: 5px;
    letter-spacing: normal;
}

.footer_sns img {
    vertical-align: middle;
}

.footer_sns .list_footer_sns {
    display: inline-block;
    vertical-align: middle;
}

.footer_sns .list_footer_sns > li {
    display: inline-block;
    position: relative;
    margin: 0 24px 0 0;
    vertical-align: middle;
}

.footer_sns .list_footer_sns > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 20px;
    margin: -10px 0 0;
    background: #999;
}

.footer_sns .list_footer_sns > li:last-child:after {
    content: none;
}

.footer_sns .list_footer_sns > li > .logo {
    display: inline-block;
    margin: 0 22px 0 0;
    vertical-align: middle;
}

.footer_sns .list_footer_sns .list_second {
    display: inline-block;
    vertical-align: middle;
}

.footer_sns .list_footer_sns .list_second > li {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.footer_sns .list_footer_sns .list_second > li img {
    margin: 0 5px 0 0;
}

.footer_sns__banner {
    float: right;
}

/* フッターサイトメニュー部分
---------------------------------------- */
#footer_sitemenu {
    padding: 20px 0;
    /*font-size: 80%;*/

}

.list_footer_sitemenu {
    float: right;
}

.list_footer_sitemenu .navi li {
    float: left;
    margin-left: 5px;
    letter-spacing: normal;
}

.list_footer_sitemenu > li {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 13px;
}

.list_footer_sitemenu > li:before,
.list_footer_sitemenu > li:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -13px;
    width: 1px;
    height: 20px;
    margin: -10px 0 0;
    background: #999;
}

.list_footer_sitemenu > li:last-child:after {
    right: -13px;
    left: auto;
}

.footer_sitemenu .copyright {
    text-align: right;
}

/******テンプレート調整*******/
.fs-l-header {
  padding-top: 0px;
}
.fs-l-pageMain {
  text-align: left;
  max-width: 1200px !important;
  width: 1200px !important;
}
body#fs_ProductCategory .fs-l-pageMain ,
body#fs_Top .fs-l-pageMain ,
body#fs_ProductSearch .fs-l-pageMain {
  float: right;
  max-width: 922px !important;
  width: 922px !important;
}
.fs-p-drawer {
  display: none !important;
}

/*タイトル*/
.fs-c-heading--page ,
.fs-c-subSection__title {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}

/*パンくず*/
.fs-c-sortItems {
  font-size: 14px !important;
}
.fs-c-breadcrumb {
  font-size: 13px !important;
  text-align: left !important;
  width: 1200px !important;
  margin: 0 auto !important;
}
div.fs-c-breadcrumb {
  display: none;
}

/*商品一覧・商品検索結果*/
.fs-c-productName {
  text-align: left !important;
}
.fs-c-productName__copy  {
  font-size: 12px !important;
}
.fs-c-productName__name {
  font-size: 15px !important;
}
.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 {
  font-size: 1.5rem !important;
}
nav.fs-c-breadcrumb {
  margin-top: 10px !important;
}
.fs-c-productListItem__notice,
.fs-p-scrollingCartButton__label,
.fs-c-productPrice__addon{
  font-size: inherit;
}
.fs-c-price__currencyMark,
.fs-c-price__value {
  font-weight: bold;
}


/*固定のカートボタン*/
.fs-p-scrollingCartButton__icon {
  font-size: 40px;
}
.fs-p-cartItemNumber {
  font-size: 14px;
}
.fs-p-scrollingCartButton__label {
  font-size: 12px !important;
}

/*商品詳細*/
.fs-l-product2 .fs-l-productLayout {
  display: grid;
  grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2) !important;
  grid-gap: 16px;
  align-items: start;
}
.fs-l-productLayout {
  text-align: left;
}
.fs-c-productNameHeading {
  color: #3c3c3c;
  font-size: 1.4rem;
}
.fs-c-variationCart__variationName {
  -ms-grid-column: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: initial !important;
}
.fs-c-variationCart__variationName__name {
  font-size: 15px;
  width: 50%;
}
.fs-c-variationCart__variationName__stock,
.fs-c-variationCart__variationName__stock--lowInStock {
    font-size: 13px;
    width: 50%;
}
.fs-c-productThumbnail__image__caption {
  font-size: 12px;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
  font-size: 13px !important;
  padding-left: 0;
  padding-right: 0;
}
.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

/*カートページ*/
.fs-p-announcement__title {
  font-size: 20px;
  font-weight: bold;
}
.fs-c-featuredProduct {
  margin: 40px 0;
}
.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.fs-c-button--standard,
.fs-c-cartPayment, .fs-c-payWithAmazon,
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection ,
.fs-c-cartTable__actionButton__container > button{
  font-size: inherit;
}
.fs-c-button--primary ,
.fs-c-button--secondary {
  font-size: 16px;
}



/*個人情報取り扱いについて*/
.fs-c-documentColumn__heading {
  font-size: 18px;
  font-weight: bold;
}
.fs-c-documentArticle__heading {
  font-size: 18px;
  font-weight: bold;
}


/*トップページメインスライダー調整*/
body#fs_Top .fs-pt-carousel ul.slick-dots {
  position: relative;
  top: -40px;
}
body#fs_Top .fs-c-slick .slick-dots li {
  height: 20px !important;
  width: 20px !important;
}
body#fs_Top .fs-c-slick .slick-dots li button:before {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  color: #cccccc !important;
  opacity: 1 !important;
}
body#fs_Top .fs-c-slick .slick-dots li.slick-active button:before ,
body#fs_Top .fs-c-slick .slick-dots li button:hover:before,
body#fs_Top .fs-c-slick .slick-dots li button:focus:before{
  color: #333333 !important;
  opacity: 1 !important;
}


/*トップページ*/
body#fs_Top .fs-p-heading--lv2 {
  border-bottom: 0;
  color:inherit !important;
}
.front-loop {
  border-top: 1px solid #333;
  background: #fff;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
}
.front-loop h2 {
  /*font-family: "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;*/
  text-align: left;
  padding: 24px 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.btn_more {
  /*font-family: "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;*/
  width: 50%;
  margin: 10px auto 40px;
  padding-left: 0;
  background: #999;
  border-radius: 3px;
  letter-spacing: 0.05em;
  text-align: center;
}
.btn_more a,
.btn_more a:hover{
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
}
.btn_more a:hover{
  opacity: 0.8;
}
.FS2_Recommend2_ranking_horizontal ul li,
.FS2_Recommend2_recommend ul li {
  font-size: 90% !important;
}

/*login・logout*/
.login.my-true {
  display: none;
}
.logout.my-false {
  display: none;
}
.fs-c-postage__table__headerCell {
  font-size: 14px;
}


body#fs_Top .front-loop h2 {
    font-size: 32px !important;
    font-weight: 500 !important;
    padding: 40px 0 30px !important;
}
#press_post_content .post-thumbnail {
 position: relative;
 margin-bottom: 10px;
 overflow: hidden;
 width: 100%;
 height: 270px;
}
.post-thumbnail img {
    margin-bottom: 10px;
}

#press_post_content .post-thumbnail img {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
}

body.error404 .post-content .btn_more a, body#fs_Top #recent_post_content .btn_more a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
}

#recent_post_content ul {
    text-align: center;
}

.info_block {
    padding: 40px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.fs-c-button--addToCart--list.fs-c-button--plain,
.fs-c-button--addToCart--variation.fs-c-button--primary {
  background: #28435f !important;
  border-color: transparent;
}


/* 商品詳細カスタマイズ */
.fs-l-productLayout__item .fs-c-productNumber{
  display: block;
  padding: 10px 0;
  border: 0;
  border-top: solid 2px #ebebeb;
  border-bottom: solid 2px #ebebeb;
  line-height: 1;
  margin: 0;
}
.fs-l-productLayout__item .fs-c-productPointDisplay{
  display: block;
  background: transparent;
  padding: 10px 0;
  border: 0;
  border-bottom: solid 2px #ebebeb;
  line-height: 1;
  color: #333;
}
span.fs-c-productPointDisplay__quantity{
  color: #f04a2f;
}

.fs-c-button--addToCart--list.fs-c-button--plain, .fs-c-button--addToCart--variation.fs-c-button--primary{
  background: #2b6bcb !important;
}

.fs-c-variationCart__cartButton.fs-c-variationCart__cartButton--subscribeToArrivalNotice .fs-c-button--secondary{
  background: #f04a2f;
  border-color: #f04a2f;
}

button.fs-c-button--inquiryAboutProduct.fs-c-button--plain{
  padding: 12px;
  border: 1px solid #888;
  background: #efefef;
  font-weight: bold;
  text-align: center;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
  color: #333;
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed){
  padding-left: 8px;
}

#productImageSlider img{
padding:0 !important;
}

.fs-body-category ul.fs-c-subgroupList {
 margin: -5px !important; 
}

.fs-body-category li.fs-c-subgroupList__item {
 padding: 5px !important;
 max-width: 25% !important;
}

.fs-body-category a.fs-c-subgroupList__link {
  padding: 5px 7.5px !important;
  border-radius: 7.5px !important;
  transition: all 0.15s !important;
}

.fs-body-category a .fs-c-subgroupList__label {
  text-align: center;
  font-size: 14px;
}

.fs-body-category a.fs-c-subgroupList__link:hover {
  background: #2b6bcb !important;
  color: white !important;
}

.fs-body-category a.fs-c-subgroupList__link::after {
  content: none !important;
}


.mega-menu-heading {
  padding-bottom: 3px;
  border-bottom: 1px solid black;
}

.mega-flex {
  display: flex;
  margin-left: -15x;
  margin-right: -15px;
}

.mega-25 {
  margin-left: 15px;
  margin-right: 15px;
}

.list_gnav > li .label a, .list_gnav > .has_child .label a {
    padding: 0px 25px !important;
}

      .mega-flex {
        padding: 10px;
        flex-wrap: wrap;
        display: flex;
        list-style: none;
        margin: -20px;
        box-sizing: border-box;
      }
      .mega-wp-item {
        width: 33%;
        max-width: 33%;
        padding: 20px;
        display: flex;
        box-sizing: border-box;
        font-size: 12px;
      }

      .mega-wp-item-img {
        margin-right: 10px;
        width: 75px;
        flex: 0 0 75px;
      }

      .mega-wp-item-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .mega-wp-item-img.center-crop{
        overflow: hidden;
      }

      .mega-wp-item-img.center-crop img {
        max-width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
      }

      a.mega-wp-item-btn {
        display: block;
        margin-left: auto;
        background: #000;
        color: white;
        border-radius: 20px;
        padding: 0 10px;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
        font-size: 14px;
        width: 100px;
        position: relative;
        margin-top: 10px;
      }


.list_gnav > .special.is_open .second {
    width: 1200px;
    left: 0;
    right: 0;
}

.special .list_gnav_menu > li:before {
    content: none !important;
}

/* Collapse */
  .sidebox ul.js-collapse {
    display: none;
  }

  .js-collapse-toggle{
    padding: 5px 0;
    font-weight: 500;
    cursor: pointer;
  }

  /* Icons */
  .js-collapse-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    float: right;
  }

  .js-collapse-toggle::after {
    content: "\f067";
  }

  .js-collapse-toggle.open::after {
    content: "\f068";
  }

  .sidebox h3.js-collapse-toggle {
    padding: 7.5px 0 !important;
    font-weight: 600 !important;
  }


  #custom_html-4 {
    padding-bottom: 0 !Important;
  }

#info-strip {
  background: #ffffff;
  text-align: center;
}

#info-strip a {
  line-height: 30px;
  color: black;
  text-decoration: none;
}

/* 20191111追加 */
.allItems_list_items {
    margin-bottom:30px;
  }
  .allItems_list_items h2 {
    font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    padding: 24px 0;
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
  }
  .allItems_list_items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .allItems_list_items ul li {
    width: 50%;
  }
  .allItems_list_items ul li a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
            padding: 10px;
            border: 1px solid #999;
            margin-bottom: 10px;
  }
  .allItems_list_items ul li:nth-child(odd) a {
    margin-right: 10px;
  }
  .allItems_list_items ul li a:hover,
  .allItems_list_items ul li a:active,
  .allItems_list_items ul li a:focus {
    transition: .3s all;
    text-decoration:none;
    background:#f2f2f2;
  }
  .allItems_list_items ul li img {
    max-height:30px;
    margin-right:5px;
  }
.button-img {
    text-align: center;
}

/*クリスマスギフトにおすすめのアクセサリー特集*/
.freePageWidth01 .fs-c-documentArticle__heading {
    font-size: 18px;
    font-weight: bold;
    background: #f0f0f0;
    color: #000000;
    line-height: 40px;
    padding: 0 8px;
}
h2.fs-c-documentArticle__heading2 {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
	line-height: 1.7;
}
.fs-c-documentArticle__heading-L {
  text-align: left;
}
.fs-c-documentArticle__heading-C {
  text-align: center;
}
.fs-f-mainImg {
    margin-bottom: 1.5rem;
}
section.fs-c-recommendItemDetails {
    text-align: center;
    margin-bottom: 4rem;
}
section.fs-c-recommendItemDetails ul {
    text-align: left;
    margin: 1.5rem 0 1.8rem;
}
section.fs-c-recommendItemDetails .price {
    font-size: 1.7rem;
    font-weight: bold;
}
section.fs-c-recommendItemDetails .price span {
    font-size: 1rem;
    font-weight: normal;
}
section.fs-c-recommendItemDetails .fs-c-recommendItemBtn a:hover {
    text-decoration: none;
    background: #bbbbbb;
    color: #fff;
}
section.fs-c-recommendItemDetails .fs-c-recommendItemBtn a {
    display: inline-block;
    background: #276fc1;
    padding: 0.6rem 3rem;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}
section.freePageWidth01 {
    width: 950px;
    margin: 0 auto;
}

#top_news.js-includeWp--pc_main_visual {max-width:1000px;margin:auto;}
.fs-c-specTable {margin:auto;}

.showDetail_btn {
    display: block;
    width: 93%;
    max-width: 180px;
    margin: 10px auto 0 auto !important;
    background: #2b6bcb;
    color: #fff;
    text-align: center;
    padding: 6.5px 0;
    font-size: 13px;
    font-weight: bold !important;
    text-decoration: none;
    color: #fff !important;
    font-family: "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    border-radius: 6px;
}

.pointComment {
    background: #F9F9D6;
    padding: 15px;
    display: block;
    margin: 15px 0;
    line-height: 1.8;
}

/* 20200409 */
.ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    background: black !important;
    width: 30% !important;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    color: #fff;
    font-size: 16px !important;
    text-transform: uppercase;
    margin: auto;
    font-weight: normal !important;
    line-height: 1.5;
}

.ecbn-selection-page-wrapper .ecbn-selection-more-btn:hover {opacity: .8 !important;}

/* 特別のグループレイアウト 202012 */
.cateIntro {
 text-align: center;
 padding: 0 10px;
}
.cateBlock {
  /*margin-top: 50px;*/
  width: 100%;
  margin-bottom: 80px;
}
.cateBlock h2 {
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  font-size: 18px;
}
.cateBlock h2 span {
  font-size: .7em;
  display: block;
}
.cateBlock > p {
 margin-bottom: 10px;
}
.cateBlock_titleCenter{
  text-align: center;
  margin-top: 30px;
}
.cateBlock_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: -30px;
}
.cateBlock--half {
  width: 47%;
}
.cateBlock_btnMore {
  display: inline-block;
  padding: 0 20px;
  line-height: 32px;
  color: #000 !important;
  border: 2px solid #000;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 12px;
  /*font-weight: 400;*/
  width: 30%;
}
.cateBlock_btnMore:hover {
  text-decoration: none;
  opacity: .8;
}
/*.cateBlock img + h2 {
  margin-top: 30px;
}*/

.lh_brandconcept {
  background: url(https://lionheart1996.itembox.design/item/brand/brandconcept_pc.jpg) no-repeat top center;
  width: 100%;
}
.lh_brandconcept_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 200px 0 110px;
  display: flex;
  justify-content: flex-end;
}
.lh_brandconcept_info {
  width: 420px;
  text-align: center;
}
.lh_brandconcept_info p {
  font-size: 16px;
  line-height: 26px;
  margin: 72px 0 52px;
  letter-spacing: -1px;
  font-weight: 600;
}
a.lh_brandconcept_btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #000 !important;
  text-decoration: none;
  font-size: 24px;
  border: 1px solid #000;
  border-radius: 3px;
  line-height: 1;
  padding: 20px;
  font-weight: 700;
}
a.lh_brandconcept_btn:hover {
  opacity: .8;
}

body#fs_Top .front-loop h2 small {
    display: block;
    font-size: 17px;
}

/* 2021オンラインストア限定追加 */
#top_specialItem .specialItem {
  padding: 0;
  display: flex;
  justify-content: center;
}

#top_specialItem .specialItem li {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  vertical-align: top;
  float: none;
  background: #ffffff;
  padding: 0 1%;
  margin: 0 0;
  line-height: 1.5;
  width: 25%;
  min-height: 1px;
}
#top_specialItem .specialItem li a {
 min-height: 1px;
}
#top_specialItem li:nth-child(n+6){display:none;}

/* 2021メインビジュアル画像 */
#top_news.mainvisual_image {
 max-width: 1000px;
 margin: auto;
 padding-bottom: 45px;
}
#top_news.mainvisual_image a {
 display: block;
}

.slider_topBanner {
 width: 100%;
 max-width: 1200px;
 margin-bottom: 40px;
}

.slider_topBanner .slick-arrow {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 -webkit-appearance: none;
 border: none;
 outline: 0;
 background: none;
 font-size: 0;
 z-index: 10;
}
.slider_topBanner .slick-slide {
 margin: 0 10px 0 0;
}
.slider_topBanner .slick-prev {
 left: 5px;
}
.slider_topBanner .slick-prev::before {
 content: "";
 height: 30px;
 width: 30px;
 border: 2px solid #000;
 border-right: none;
 border-bottom: none;
 transform: rotate(-45deg);
 display: block;
}
.slider_topBanner .slick-next {
 right: 5px;
}
.slider_topBanner .slick-next::before {
 content: "";
 height: 30px;
 width: 30px;
 border: 2px solid #000;
 border-left: none;
 border-bottom: none;
 transform: rotate(45deg);
 display: block;
}

.topBanner ul {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

/* 20211007 */
.fs-body-cart .fs-l-main,
[class^="fs-body-checkout"] .fs-l-main{
 max-width: 1400px;
}
.fs-body-cart .fs-l-cart__contentsArea {
 -ms-grid-columns: 1fr 25%;
    grid-template-columns: 1fr 25%;
}
.fs-c-cartTableContainer {
    border: 0;
    border-radius:0;
    padding: 0;
}
.fs-body-cart .fs-l-cart__sideColumn {
 border: 0;
 padding: 15px;
 border-radius: 0;
 background: #ebebeb;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 25px;
 margin-bottom: 35px;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
 border-top: 0;
 border-right: 0;
 border-left: 0;
}
.fs-c-cartTable__headerCell {
    background: none;
 color: #000;
 border: 0;
 border-bottom: 1px solid #000;
}
.fs-c-cartTable__dataCell {
 padding: 15px 10px;
 vertical-align: middle;
}
.fs-c-cartTable__actionButton__container--buyItLater {display: none;}
.fs-body-cart .fs-c-cartDiscountInfo__note,
.fs-body-cart .fs-c-payWithAmazon__message,
.fs-body-cart .pointComment,
.fs-body-cart .fs-c-purchaseHere__message {display: none;}
.fs-body-cart .pointComment + .fs-p-announcement {display: none;}

.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
 background: none;
}
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__count th,
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__count td,
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__getPoint th,
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__getPoint td {
 border-top: 0;
}
.fs-c-orderTotalTable > tbody > tr:last-of-type {
 border-bottom: none;
}

.fs-body-cart .fs-c-button--primary,
[class^="fs-body-checkout"] .fs-c-totalAndActions button:not(.fs-c-button--image) {
    background: #5442db;
    border: 1px solid #5442db;
    border-radius: 8px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 25px;
    line-height: 73px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    box-shadow: none;
    min-width: 240px;
    width: 100%;
    max-width: 400px;
}
[class^="fs-body-checkout"] .fs-c-totalAndActions button:not(.fs-c-button--image) {
 margin-top: 37px;
}
.fs-c-button--unregisteredUserPurchase {
    border-radius: 5px;
    box-shadow: none;
    max-width: 400px;
 width: 100%;
}

.fs-c-cartTable__headerCell--quantity,
.fs-c-cartTable__headerCell--subtotal,
.fs-c-cartTable__headerCell--point,
.fs-c-cartTable__dataCell--point {
 text-align: center;
}
.fs-body-cart .fs-c-cartDiscountInfo__info {
 margin: 35px 0 0;
 font-size: 20px;
}
.fs-body-cart .fs-p-linkButton {
 border-radius: 5px;
 display: inline-block;
 line-height: 68px;
 padding: 0 10px;
 text-align: center;
 font-size: 20px;
 margin-right: 7px;
 width: 275px;
}
.fs-body-cart .fs-p-linkButton:nth-child(3){margin-right: 0;}
.fs-body-cart .fs-p-announcement__body p {
 margin-bottom: 20px;
 font-size: 20px;
}
.fs-body-cart .fs-c-wishlistProduct {
 display: none;
 
}
.fs-body-cart .fs-c-featuredProduct,
.fs-body-cart .fs-c-wishlistProduct {
 margin-top: 100px;
 max-width: 1400px;
}
.fs-body-cart .fs-c-featuredProduct__title,
.fs-body-cart .fs-c-wishlistProduct__title {
 font-size: 25px;
 padding: 0;
 margin-bottom: 25px;
 border: 0;
}
.fs-c-cartTable__productInfo,
.fs-c-cartTable__dataCell--subtotal,
.fs-c-cartTable__dataCell--point,
.fs-c-cartTable__price {
 font-size: 20px;
}
.fs-c-cartTable__dataCell--action {
 font-weight: bold;
 font-size: 20px;
}
.fs-c-button--cancel--cart {
 text-decoration: underline;
}

.fs-c-cartTable__product {
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
}
.fs-body-cart .itemList-pc--6 {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -10px;
}
.fs-body-cart .itemList-pc--6 .itemList__unit {
 width: 16.66%;
 padding: 0 10px;
 margin-bottom: 38px;
}
.fs-body-cart .itemList-pc--6 .itemList__unit .itemImg {
 margin-bottom: 10px;
     border: 1px solid #eaeaea;
}
.fs-body-cart .fs-l-cart__contentsArea {position: relative;}
.fs-c-continueShopping {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-align: start;
    align-self: start;
    grid-row: 2;
    grid-column: 2;
/* position: absolute;*/
 width: 100%;
 bottom: 0;
 right:0;
text-align: center;
}
.fs-c-button--continueShopping {
     background: none;
    border: none;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0;
    box-shadow: none;
 text-decoration: underline;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
     flex-basis: 360px;
    min-width: 360px;
}
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
 max-width: calc(100vw - (8px*45));
}
.fs-c-checkout-preview {
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    padding: 40px;
    background: #f5f5f5;
    color: #000;
}
.fs-c-checkout-preview__title {
 font-size: 25px;
 text-align: left;
 padding-bottom: 15px;
 margin-bottom: 25px;
}
.fs-c-checkout-preview__body {
 font-size: 15px;
 line-height: 2;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name {
 font-size: 25px;
}
.fs-c-checkout-preview__body .fs-c-button--standard {
    background: #ffffff;
    border: 1px solid #9d9d9d;
    border-radius: 8px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    padding:0 10px;
    box-shadow: none;
    min-width: 100px;
}

.fs-c-checkout-paymentMethodList {
 padding: 35px;
 background: #fff;
}
.fs-c-checkout-paymentMethod {
 border: 0;
}
.fs-c-checkout-paymentMethod__title {
 background: none;
 padding: 0;
 color: #000;
}
.fs-c-checkout-destination__destination,
.fs-c-checkout-customerInfo {
 margin-top: 35px;
}
.fs-c-checkout-delivery__method__title {display: none;}
.fs-c-checkout-delivery__method__message {
    background: none;
    border: none;
    color: #ff2626;
    margin: 0 0 30px;
    padding: 0;
}
.fs-c-checkout-delivery__method {
 padding: 0;
 background: none;
}
.fs-c-checkout-couponCodeInput {
 flex-wrap: wrap;
 padding: 35px 30px;
 background: #fff;
}
.fs-c-checkout-couponCodeInput__title {
 flex-basis: 100%;
 font-size: 25px;
}
.fs-c-checkout-couponCodeInput__input input {
 border: 2px solid #7f7f7f;
 font-size: 32px;
 padding: 15px 10px;
}
.fs-c-checkout-couponCodeInput__input {
 margin-right: 30px;
}
#fs-orderContents-container {
 margin-top: 100px;
}
#fs-orderContents-container .fs-c-checkout-preview {
    border: none;
    padding: 0;
    background: none;
}
.fs-c-cartTable__dataCell--quantity {
 text-align: center;
}
#fs-orderContents-container .fs-c-checkout-orderInfo__title.fs-c-checkout-preview__title {
 display: none;
}
[class^="fs-body-checkout"] .fs-c-cartTable__dataCell--quantity,
[class^="fs-body-checkout"] .fs-c-cartTable__dataCell--point {
 font-weight: bold;
}
.fs-c-returnedSpecialContract__link a {
 font-size: 15px;
}
.fs-c-returnedSpecialContract__link a::after {
 content: " >";
}

#fs_orderTotalContainer .fs-c-checkout-preview {
 padding: 23px;
 border: none;
 border-radius: 0;
}
#fs_orderTotalContainer .fs-c-checkout-preview .fs-c-checkout-preview__title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
 border-color: #000000;
 padding-top: 20px;
}
[class^="fs-body-checkout"] .fs-c-orderTotalTable > thead > tr th, [class^="fs-body-checkout"] .fs-c-orderTotalTable > thead > tr td, [class^="fs-body-checkout"] .fs-c-orderTotalTable > tfoot > tr th, [class^="fs-body-checkout"] .fs-c-orderTotalTable > tfoot > tr td, [class^="fs-body-checkout"] .fs-c-orderTotalTable > tbody > tr th, [class^="fs-body-checkout"] .fs-c-orderTotalTable > tbody > tr td {
 border: none;
}
[class^="fs-body-checkout"] .fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__grandTotal > th,
[class^="fs-body-checkout"] .fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__grandTotal > td {
 border-top: 1px solid #b3b3b3;
}
.fs-c-orderTotalTable {
 font-size: 20px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
[class^="fs-body-checkout"] .fs-c-orderTotalTable tr:not(.fs-c-orderTotalTable__grandTotal) th {
 font-size: 20px;
}
.fs-c-orderTotalTable__grandTotal th {
 font-size: 20px;
}
.fs-c-orderTotalTable__grandTotal td {
 font-size: 25px;
}
.fs-c-orderTotalTable__earnPoints td {
 font-weight: bold;
}

.fs-body-cart .fs-c-breadcrumb,
[class^="fs-body-checkout"] .fs-c-breadcrumb {
 max-width: 1400px;
 width: 100% !important;
 margin-bottom: 75px !important;
 color: #aeaeae;
}
.fs-body-cart .fs-c-breadcrumb a,
[class^="fs-body-checkout"] .fs-c-breadcrumb a {
  color: #aeaeae;
}

.stepCounter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 145px;
}
.stepCounter div {
    background: #eaeaea;
    padding: 5px 15px;
    border-radius: 25px;
    margin: 0 28px;
    font-size: 20px;
    font-weight: bold;
    color: #d3d3d3;
 position: relative;
    letter-spacing: -1px;

}
.stepCounter div::after {
 content: "\f054";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: -1.5em;
}
.stepCounter div:last-child::after {
 content: none;
}
.fs-body-cart .stepCounter div.shopping,
[class^="fs-body-checkout"] .stepCounter div.checkout {
 color: #000;
}

.fs-body-cart .fs-c-heading--page,
[class^="fs-body-checkout"] .fs-c-heading--page {
 display: none;
}

.fs-c-checkout-previewAndEdit__info {
 padding: 30px;
 background: #fff;
border: none;
    border-radius: 0;
    grid-template-columns: 9em 1fr;
}

/* 202110 */
.header1.parts_lionheart {
 border: none;
 padding: 8px 0 0;
}
/*body#fs_Top .header1.parts_lionheart .wrap,
.header1.parts_lionheart .wrap {
 width: 100%;
 max-width: 1680px;
 padding: 0 10px;
}*/
.header1.parts_lionheart .headtitle img {
 width: 100%;
}
.header1.parts_lionheart .headtitle a:first-child {
 margin-right: 35px;
}
.lh_headnav {
 float: right;
 width: 50%;
 text-align: right;
}
.header1.parts_lionheart .list_headnav > li {
 
}
.header1.parts_lionheart .list_headnav > li + li {
 margin-left: 28px;
}
.header1.parts_lionheart .list_headnav > li:last-child {
 width: 230px;
}
.header1.parts_lionheart .list_headnav form {
 flex: 230px;
 line-height: 31px;
 align-items: center;
}
#header .header1.parts_lionheart .input_submit button {
    background: #fff;
    border-radius: 0 3px 3px 0;
    color: #000;
    padding: 0 10px;
    line-height: 31px;
    border: 1px solid #000;
    border-left: none;
}
#header .header1.parts_lionheart .input_text {
 width: calc(100% - 36px);
}
#header .header1.parts_lionheart .input_text input {
 width: 100%;
 border-color: #000;
 border-right: none;
 padding: 7px 10px;
 padding-right: 0;
 line-height: 16px;
 max-height: 32px;
}
.layout_header {
 border-color: #c2c2c2;
}
.header2.parts_lionheart .header_inner {
 width: 100%;
 max-width: 1160px;
 padding: 0 10px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.list_gnav > li.special + li {
 padding: 0 12px 0 12px;
 flex: 0 0 176px;
}
.header2.parts_lionheart .list_gnav > li .label a, .header2.parts_lionheart .list_gnav > .has_child .label a {
 color: #000;
}
.header2.parts_lionheart .list_gnav > li .label a {
 line-height: 90px;
 font-size: 15px;
 white-space: nowrap;
}
.list_gnav .second {
 margin-top: 0;
}
.header2_logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
/*.header2_logo img {height: 42px;}*/
#info-strip {
    background: #000;
    text-align: center;
 font-size: 15px;
}
#info-strip a,
#info-strip a font,
#info-strip--red a,
#info-strip--red a font {
 color: #fff !important;
}
#info-strip--red {
  color: #fff;
 background: #f5422a;
 text-align: center;
 padding: 10px 5px;
 font-size: 15px;
}
.parts_lionheart.footer_banners {
 padding: 70px 0;
 max-width: 1200px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
}
.parts_lionheart.footer_banners .footer_bannersItem {
 width: calc(50% - 6px);
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.parts_lionheart.footer_banners .footer_bannersItem a {
 display: block;
 max-width: calc(50% - 6px);
 width: 50%;
}
.parts_lionheart.footer_banners .footer_bannersItem a:last-child {
 width: 100%;
 max-width: 712px;
 margin-top: 15px;
}
.footer_lionheart.parts_lionheart {
 background: #ececec;
}
.footer_lionheart.parts_lionheart .footer_upper_area {
 padding-top: 60px;
 margin-bottom: 100px;
}

.list_footer_sns i {
 font-size: 35px;
 vertical-align: middle;
 color: #000;
}

.footer_lower_logo {
 text-align: center;
 margin-bottom: 30px;
}
.footer_lionheart .footer_link_area {
 margin: 0 auto;
 justify-content: center;
}
.footer_lionheart .footer_link_list {
 width: 240px;
}
.footer_lionheart .footer_link_list h3 {
 border:none;
 font-size: 20px;
 font-weight: bold;
}
.footer_lionheart  a {
 font-size: 15px;
}
.parts_lionheart.footer_lionheart .footer_link_list:first-child {
 margin-right: 150px;
}
.parts_lionheart.footer_lionheart .footer_link_list:last-child {
 margin-left: 80px;
}
.parts_lionheart .footer_sns > .footer_inner {
 padding-bottom: 50px;
}

body:not([class*=lhme]) .fs-l-main {
 margin-top: 10px;
 padding: 0 8px;
/* max-width: 1690px;*/
}
body:not([class*=lhme]) .sidebar {
 width: 18%;
 max-width: 310px;
}
body#fs_ProductCategory:not([class*=lhme]) .fs-l-pageMain, body#fs_ProductSearch:not([class*=lhme]) .fs-l-pageMain {
 width: 77% !important;
 max-width: 1280px !important;
}
#top_news.mainvisual_image {
 max-width: 1920px;
 padding-bottom: 50px;
}
.topBanner {
  padding: 0 15px;
 max-width: 1230px;
 margin: 0 auto;
}
.topBanner ul {
 max-width: 100%;
 margin: 0 -11px;
}
.topBanner ul li {
 padding: 0 11px;
}

.itemList {
 margin: 0 -15px;
 display: flex;
 flex-wrap: wrap; 
}
.itemList .itemList__unit .itemImg {
 margin-bottom: 20px;
}
.itemList .itemList__unit .itemName {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-size: 15px;
}
.itemList .itemList__unit .itemPrice {
 font-size: 15px;
}
.itemList-pc--5 .itemList__unit {
 width: 20%;
 padding: 0 15px;
 margin-bottom: 45px;
 text-align: left;
}

.topItemsBlock h2 {
 font-size: 32px;
 padding: 70px 0 60px;
 text-align: center;
 font-weight: bold;
}
.itemBlock_btn {
 display: block;
 width: 100%;
 max-width: 400px;
 line-height: 54px;
 border: 1px solid #000;
 border-radius: 8px;
 text-align: center;
 font-size: 20px;
 transition: .3s;
 color: #000;
 margin: 15px auto 0;
}
.itemBlock_btn:hover,
.itemBlock_btn:focus,
.itemBlock_btn:active {
 transition: .3s;
 color: #fff;
 background: #000; 
}

#top_specialItem {
 margin-bottom: 90px;
}
#ranking_post_content .itemList__unit {
 position: relative;
}
#ranking_post_content .itemList__unit::before {
 content: "";
 display: block;
 width: 35px;
 height: 35px;
 border: #e6e6e6;
 color: #000;
 text-align: center;
 background: #fff;
 line-height: 33px;
 font-size: 15px;
 position: absolute;
 top: 0;
 left: 15px;
 font-weight: bold;
 z-index: 10;
}
#ranking_post_content .itemList__unit:nth-child(1)::before {
 content: "1";
 color: #fff;
 border-color: #d7b930;
 background: #d7b930;
}
#ranking_post_content .itemList__unit:nth-child(2)::before {
 content: "2";
 color: #fff;
 border-color: #a6acaf;
 background: #a6acaf;
}
#ranking_post_content .itemList__unit:nth-child(3)::before {
 content: "3";
 color: #fff;
 border-color: #bea183;
 background: #bea183;
}
#ranking_post_content .itemList__unit:nth-child(4)::before {
 content: "4";
}
#ranking_post_content .itemList__unit:nth-child(5)::before {
 content: "5";
}
#ranking_post_content .itemList__unit:nth-child(6)::before {
 content: "6";
}
#ranking_post_content .itemList__unit:nth-child(7)::before {
 content: "7";
}
#ranking_post_content .itemList__unit:nth-child(8)::before {
 content: "8";
}
#ranking_post_content .itemList__unit:nth-child(9)::before {
 content: "9";
}
#ranking_post_content .itemList__unit:nth-child(10)::before {
 content: "10";
}
/* TABS */
.tabList{
  margin-bottom:30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabList__unit{
  float:left;
  cursor: pointer;
  line-height:38px;
  text-align: center;
  font-size:15px;
  font-weight:normal;
  background:#fff;
  color:#000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.tabList__unit.active{
  border-color: #818181;
}
/*タブ２つ*/
.tabList--2 .tabList__unit{
  width:50%;
}
/*タブ3つ*/
.tabList--3 .tabList__unit{
  width:33.33333333%;
}
/*タブ4つ*/
.tabList--4 .tabList__unit{
  width:25%;
}
.dnone.tabContent {display: none;}

.tabItems ul {
 margin: 0 -1.5px;
 display: flex;
 flex-wrap: wrap; 
}
.tabItems ul li {
 width: 33.33%;
 padding: 1.5px;
}
.tabsBlock {
 margin-bottom: 100px;
}

.featureBlock ul {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -12px;
}
.featureBlock ul li {
 width: 20%;
 padding: 0 12px;
 text-align: left;
}
.featureBlock ul li > div {
 height: 240px;
 width: 100%;
 position: relative;
 overflow: hidden;
 margin-bottom: 15px;
 border: 1px solid #dfdfdf;
}
.featureBlock ul li > div img {
 height: 100%;
 width: auto;
 /*position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 max-width: none;*/
 object-fit: cover;
}
.featureBlock ul li > div a:hover img {opacity: 1;}
.featureBlock ul li a { 
 font-size: 15px;
}
.featureBlock ul li a .date-md {
 display: block;
}
#recent_post_content {
 margin-bottom: 110px;
}
.cont-coord-items .front-loop-cont > ul {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -13px;
}
.cont-coord-items .front-loop-cont > ul li {
 width: 20%;
 padding: 0 13px;
}
.cont-coord-items .front-loop-cont > ul li .post-title {display: none;}
.cont-coord-items .front-loop-cont > ul li .modelInfo {
 display: flex;
 align-items: center;
 padding: 6px 0 0;
 font-size: 15px;
}
.cont-coord-items .front-loop-cont > ul li .modelInfo span {
 display: inline-block;
 width: 35px;
 height: 35px;
 border-radius: 50%;
 overflow: hidden;
 margin-right: 6px;
}
.cont-coord-items .itemBlock_btn { 
 margin-top: 40px;
}
.cont-coord-items {
 margin-bottom: 110px;
}
#recom_post_content {
 margin-bottom: 110px;
}
#recom_post_content .itemList__unit {
 position: relative;
}
#recom_post_content .itemList__unit::before {
    content: "RECOMMEND";
    background: #ffa500;
    font-weight: bold;
    color: #fff;
    padding: 4px 6px;
    position: absolute;
    top: 0;
    left: 15px;
    font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
z-index: 10;
}
#press_post_content {
 margin-bottom: 75px;
}
.topItemsBlock #press_post_content h2 {
 padding-bottom: 30px;
}
#press_post_content .list {
 display: flex;
 margin: 0 -15px;
 align-items: flex-end; 
}
#press_post_content .list li {
 width: 20%;
 padding: 0 15px;
 font-size: 15px;
}
#press_post_content .list li article.post {
 margin: 0;
}
#press_post_content .list li article > a .post-text {
 display: flex;
 flex-wrap: wrap;
}
#press_post_content .list li article > a .post-text .post-title {
 padding: 0;
 margin: 0 !important;
 font-size: 15px;
 order: 0;
 font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#press_post_content .list li article > a .post-text .deta {
 order: 1;
}
#press_post_content .itemBlock_btn {
 margin-top: 58px;
}
.instagramBlock {
 max-width: 900px;
 margin: 0 auto 115px;
}
.instagramBlock .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
 display: block;
 width: 400px !important;
 line-height: 54px;
 border: 1px solid #000;
 border-radius: 8px;
 text-align: center;
 font-size: 20px !important;
 transition: .3s;
 color: #000 !important;
 margin: 65px auto 0;
 padding: 0;
 background: #fff !important;
}
.instagramBlock .ecbn-selection-page-wrapper .ecbn-selection-more-btn:active,
.instagramBlock .ecbn-selection-page-wrapper .ecbn-selection-more-btn:focus,
.instagramBlock .ecbn-selection-page-wrapper .ecbn-selection-more-btn:hover {
 transition: .3s;
 color: #fff !important;
 background: #000 !important;
}

.cont-news {
 max-width: 900px;
 margin: 0 auto;
}
body#fs_Top #recent_post_content .cont-news ul {
 background: #fff !important;
}
body#fs_Top #recent_post_content .cont-news li {
 background: #fff;
 padding: 25px 0;
 font-size: 15px;
}
body#fs_Top #recent_post_content .cont-news li a {
 padding: 0 !important;
 text-align: left;
 display: flex !important;
 align-items: center;
}
body#fs_Top #recent_post_content .cont-news li .date-md {
 font-weight: normal !important;
 color: #000;
 display: block;
 padding-right: 28px !important;
}
#top_news .itemBlock_btn {
 margin-top: 44px;
}
#top_news {
  margin-bottom: 50px;
 }

.lh_brandconcept {
    background: url(https://lionheart1996.itembox.design/item/webp/re_lh_brandBg_pc.webp) no-repeat top center;
 max-width: 1920px;
 margin: 0 auto;
    width: 100%;
 height: 700px;
 position: relative;
}
.lh_brandconcept_inner {
    width: 360px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: flex-end;
 position: absolute;
 bottom: 150px;
 left: 0;
 right: 0;
 margin: auto;
}
.lh_brandconcept_info {
    width: 100%;
    text-align: center;
}
a.lh_brandconcept_btn {
    display: block;
    width: 100%;
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    line-height: 1;
    padding: 18px;
    font-weight: 700;
}

.sidebox > .contents_title {
 padding: 10px 0;
 margin-bottom: 20px;
 border-bottom: 1px solid #000;
 font-size: 20px;
 color: #000;
 line-height: 1;
}
.sidebox h3 {
 font-size: 15px; 
}
.sidebox .js-collapse-toggle::after {
 padding-right: 15px;
}
body:not([class*=lhme]) .list_sidebox > li a, .list_sidebox .list_sidebox_label {
 font-size: 15px;
}
.sidebox {
    margin: 70px 0;
    border-top: 0;
}
.sidebox:first-of-type {margin-top: 0;}
.list_sidebox > li {
 line-height: 28px;
}

body:not([class*=lhme]) .fs-c-breadcrumb {
/* width: 100% !important;
 max-width: 1660px !important;*/
 padding: 15px 0;
}

body:not([class*=lhme]) .fs-l-pageMain {
    text-align: left;
   /* max-width: 1660px !important;
    width: 100% !important;*/
}

.header2 .searchbox form.parts_lionheart {display: none;}

.fs-c-checkout-wrappingInfo__info.fs-c-checkout-confirmationList > dt {display: none;}
.fs-c-checkout-wrappingInfo__info.fs-c-checkout-previewAndEdit__info {display: block;}
.fs-c-checkout-wrappingInfo__body::after {
 /*content: "※“有料ギフトBOX”のリボン掛けは対応しておりません。お客様自身でリボン掛けを行っていただきますようお願いいたします。";*/
 color: #ff2626;
 font-size: 12px;
}
.fs-c-checkout-wrappingInfo__body .fs-c-checkout-preview__inputConfirmation::after {
  /*content: "※ご指定いただくと“無料BOX”にリボンを掛けて配送させていただきます。";*/
 content: "※ご指定いただくと通常梱包に「LION HEART=リボン LHME=リボンステッカー」をつけて配送させていただきます。";
 color: #ff2626;
 font-size: 12px;
}
.fs-c-checkout-paymentInfo__body::after {
content: "※お客様都合での代金引換商品の受取拒否・保管期限切れによる返品は【往復送料と代引き手数料】をご請求させていただく場合がございます。";
 color: #ff2626;
 font-size: 12px;
}
a[name] {
 display: block;
 padding-top: 60px;
 margin-top: -60px;
}

body:not([class*=lhme]) .fs-l-footer {border: 0;}

.fs-l-productLayout__item .fs-c-productPointDisplay {
 border: 0;
 color: #000;
 padding: 0 0 10px;
 margin: 0;
}
.fs-l-productLayout__item .fs-c-productNumber {
  border: 0;
 color: #000;
 padding: 0;
 margin: 0;
}
.fs-c-variationAndActions {
 margin-top: 40px;
}

.lh_detailDescription {
 margin-top: 80px;
}
.lh_detailDescription + .lh_detailDescription {
 margin-top: 20px;
}
.lh_detailAccordion_title {
 background: #e8e8e8;
 font-size: 18px;
 padding: 0 15px;
 color: #000;
 line-height: 54px;
 pointer-events: none;
}
.lh_detailAccordion_content {
 padding: 20px 0;
}
.lh_detailAccordion_content table {
 border: 1px solid #c2c2c2;
}
.lh_detailAccordion_content table th,
.lh_detailAccordion_content table td {
 padding: 7px;
 border: 1px solid #c2c2c2;
}
.lh_detailAccordion_content table th {
 width: 7em;
}
.lh_detailAccordion_content table td {
 width: calc(100% - 7em);
}
.fs-body-product .cateBlock h2 {
 font-size: 20px;
 margin-bottom: 30px;
}
.fs-body-product .cateBlock h2 + br {display: none;}
.fs-body-product .cateBlock img + h2 {
 margin-top: 50px;
}

.fs-body-product .fs-l-page:not(.page_lhme) .fs-c-inquiryAboutProduct {
 display: none;
}

#itemCoord {display:none;}
.fs-body-product .fs-l-pageMain:not(.page_lhme) #itemCoord {
 display: block;
 max-width: 960px;
}
#itemCoord #post-coord-tagContent {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 35px;
}
#itemCoord #post-coord-tagContent::before {
 content: "このアイテムをつかったスタイリング";
 display: block;
 width: 100%;
 font-weight: normal;
 font-size: 100%;
 color: #000000;
 text-align: left;
 background: #ffffff;
}
#itemCoord #post-coord-tagContent article {
 width: 120px;
 padding: 10px;
 margin-bottom: 15px;
}
#itemCoord #post-coord-tagContent article p.deta, #itemCoord #post-coord-tagContent article p.deta + a {display: none;}
#itemCoord #post-coord-tagContent .modelInfo {
 display: flex;
 align-items: center;
 padding: 0;
 font-size: 10px;
}
#itemCoord #post-coord-tagContent .modelInfo span {
 display: inline-block;
 width: 25px;
 height: 25px;
 border-radius: 50%;
 overflow: hidden;
 margin-right: 6px;
}
#itemCoord #post-coord-tagContent .pagination {
 width: 100%;
 padding: 0;
 font-size: 12px;
}
/*.lh_recommendedItems {display: none;}*/
.fs-body-product .lh_recommendedItems {
 display: block;
 margin-bottom: 25px;
}
.fs-body-product .lh_recommendedItems h3 {/*text-align: center;*/}
.lh_recommendedItems .FS2_Recommend2_container_history {
 margin: 0;
}
.fs-body-product .fs-l-pageMain:not(.page_lhme) .FS2_Recommend2_container_history {
 margin: 0; 
}
.lh_recommendedItems .FS2_Recommend2_container_history .CrossHead {
 display: none;
}
.fs-body-product .fs-l-pageMain:not(.page_lhme) .FS2_Recommend2_container_history ul li {
 margin: 0 !important;
}

.featureBlock ul li > div.thumbnail {
 background: url(https://lionheart-store.com/wp/wp-content/uploads/2017/09/eyecatch_noimg.png) no-repeat center;
 background-size: auto 100%;
}

.allItems_ranking_3 h2, .allItems_ranking_3 .showDetail_btn,
.catePage_ranking h2, .catePage_ranking .showDetail_btn {display:none;}
.catePage_ranking ul li a,
.allItems_ranking_3 ul li a,
.catePage_ranking ul li a {text-align: left;}
.allItems_ranking_3 ul li img,
.catePage_ranking ul li img {margin-bottom: 20px;}
.allItems_ranking_3 ul li p,
.catePage_ranking ul li p {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-size: 15px;
 text-align: left;
}
.allItems_ranking_3 ul li .itemPrice,
.catePage_ranking ul li .itemPrice {
 font-size: 15px;
 text-align: left;
}

.fs-body-category article.fs-c-productList__list__item .fs-c-productListItem__control,
.fs-body-search article.fs-c-productList__list__item .fs-c-productListItem__control {display: none;}
.fs-body-category .fs-c-productListItem__productName,
.fs-body-search .fs-c-productListItem__productName {
 margin: 20px 0 0;
}
.fs-body-category .fs-c-productListItem__productName .fs-c-productName__name,
.fs-body-search .fs-c-productListItem__productName .fs-c-productName__name {
  overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-size: 15px;
 text-align: left;
}
.fs-body-category .fs-c-productName__copy,
.fs-body-search .fs-c-productName__copy {display: none;}
.fs-body-category .fs-c-price__currencyMark, 
.fs-body-category .fs-c-price__value,
.fs-body-search .fs-c-price__currencyMark, 
.fs-body-search .fs-c-price__value {font-weight: normal; font-size: 15px;}
.fs-body-category article.fs-c-productList__list__item,
.fs-body-search article.fs-c-productList__list__item {
 padding-bottom: 25px;
 border: 0;
}

.catePage_ranking {
    margin-bottom:30px;
  }
  .catePage_ranking h2 {
    font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    padding: 24px 0;
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
  }
  .catePage_ranking ul {
    text-align:center;
display: flex;
    justify-content: flex-start;
  }
  .catePage_ranking ul li {
    width: 30%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    vertical-align:top;
    margin-right: 5%;
  }
  .catePage_ranking ul li:last-child {margin-right:0;}
  .catePage_ranking ul li::before {
    content: "";
    padding: 8px 12px;
    position: absolute;
    color:#fff;
    font-weight:bold;
    top: 10px;
left:10px;
    z-index:10;
  }
  .catePage_ranking ul li:nth-child(1)::before {
    content: "1";
    background: #d7b930;
  }
  .catePage_ranking ul li:nth-child(2)::before {
    content: "2";
    background: #a6acaf;
  }
  .catePage_ranking ul li:nth-child(3)::before {
    content: "3";
    background: #bea183;
  }

.detailPage_listItem ul::after {
content: "";
   display: block;
   clear: both;
}
.detailPage_listItem ul li {
 display: block;
float: left;
background: #ffffff;
padding: 10px;
width: 120px;
margin: 0 5px 5px 0px;
line-height: 1.3;
font-size: 80%;
}
.detailPage_listItem ul li:nth-child(n + 9) {
display: none;
}
.fs-c-featuredProduct:not(.ecrec_cartFeatured) {display:none;}
.detail_cate_pickup_3 ul {
 text-align:center;
 margin: 0 -5px;
 margin-bottom:10px;
 display: flex;
 justify-content: flex-start;
}
.detail_cate_pickup_3 ul.itemList-pc--5.itemList-sp--2 .itemList__unit {
 width: 33.33%;
 display: block;
 margin-right: 0;
 position: relative;
 vertical-align:top;
 padding: 0 5px;
 margin-bottom: 0;
}
.detail_cate_pickup_3 ul.itemList-pc--5.itemList-sp--2 .itemList__unit img {
 margin-bottom: 5px;
}
.detail_cate_pickup_3 ul.itemList-pc--5.itemList-sp--2 .itemList__unit:nth-child(n+4) {
 display: none;
}
.lhme_side .sidebox > .contents_title, .parts_lhme .sidebox > .contents_title {
    border-bottom: 1px solid #bbbbbb;
    color: #333;
}

.fs-body-product .FS2_contents_container.bnr-coord {display: none;}

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

.categoryTitle {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    padding-bottom: 80px;
}
.categoryTitle:empty {
padding: 0;
}

.fs-body-category .page_lhme .fs-c-heading--page {display: none;}
.fs-body-search .allItems_list_items {display: none;}
.fs-body-category .showDetail_btn {display:none;}

.spOnly{
display:none!important;
}
.wrappingLinks {margin-top: 10px;}

/* ピアスの子カテゴリー非表示 */
.fs-body-category-pierce .row.cateList{
  display: none;
}