@charset "utf-8";

/* 旧フリーページ用 - 追加css */

@media screen and (min-width: 768px){
.header1 i{
    font-size: 12px !important;
    line-height: 12px !important;
}
.miniheader .header_inner > :nth-child(2),
.miniheader .header_inner > :nth-child(3){
    display: none !important;
}
.miniheader .menu_miniheader > :is(:nth-child(2), :nth-child(3),:nth-child(4),:nth-child(7),:nth-child(8)){
    display: none !important;
}
.miniheader .headnav > ul.list_headnav.fs-clientInfo{
    display: block !important;
}
.miniheader .headnav > ul.list_headnav .logout{
    display: none !important;
}
}
@media screen and (max-width: 767px){
    body.opened .header .parts_lionheart .gnav.is_open .gnav_wrap{
        overflow: auto !important;
    }
}

/* 旧フリーページ用 - 追加css */

@media screen and (min-width: 768px){
/* 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;
}
}

@media screen and (max-width: 767px){
/* AnyGiftデザイン調整 */
.anygift-about-button {
  color: #000 !important;
}
.anygift-gift-ui__container {
    width: 100% !important;
    margin: 20px auto !important;
}
.ag-cursor-pointer ag-appearance-none ag-border-none ag-bg-transparent ag-outline-none ag-h-[44px] ag-w-[139px] ag-rounded-full ag-text-center ag-text-[13px] ag-font-bold ag-text-white ag-border-anygift-key-green ag-from-anygift-darkgrad-blue ag-to-anygift-darkgrad-green ag-bg-gradient-to-r hover:ag-opacity-75 anygift-variant-box__select-button__enabled {
    margin-left: -20px;
    font-size: 12px;
    width: auto;
    padding-top: 2px;
}
.anygift-variant-box__select-button__disabled {
    margin-left: -20px;
    font-size: 12px;
    width: auto;
    padding-top: 2px;
}
/* AnyGiftデザイン調整ここまで */

/*@charset "Shift_JIS";*/
/* ---------------------------------------*/
/* Reset Style */
/* ---------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#content {
    width: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 8px;
}

img, object {
    border: 0;
    vertical-align: bottom;
}

input {
    font-size: 100%;
    vertical-align: middle;
}

textarea {
    font-size: 100%;
}

.FS2_subContents_container dl dt {
    margin: 0 0 8px;
    padding-bottom: 8px;
}

/* ---------------------------------------*/
/* Global */
/* ---------------------------------------*/
body {
    font-family: "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4;
    background: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    /*font-weight: 600;*/
}

body, table, input, textarea, select, option {
   /* font-family: "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif;*/
    line-height: 1.4;
  background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

.FS2_subContents_container h2 {
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

strong,
strong a,
strong font,
strong span {
    font-weight: bold;
}

img, object {
    border: 0;
    vertical-align: bottom;
}
a:visited,
a:link {
    color: #000;
    text-decoration: none;
}

img:not([width]) {
    /*zoom: .5;  Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ---------------------------------------*/
/* Modules */
/* ---------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* sp-slidemenu-min.js REQUIRED */
#FS2_layout_body {
    z-index: 1;
}

.slidemenu {
    top: 0;
    left: 0;
    width: 240px;
    position: fixed;
    visibility: hidden;
    z-index: -1;
}

.slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slidemenu .slidemenu-content {
    position: relative;
}

/* ---------------------------------------*/
/* Libralies */
/* ---------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ---------------------------------------*/
/* global */
/* ---------------------------------------*/
#FS2_Preview {
    display: none;
}

#FS2_layout_body {
    background: #fff;
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
/* ヘッダーブロック1
---------------------------------------*/
.header1 {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background: #666;
    z-index: 102;
    color: #fff;
}

.header1 a {
    color: #fff;
}

.header1.is_open {
    position: absolute;
}

.header1_spacer {
    height: 80px;
}

/* ヘッダーメッセージ */
.head_massage {
    height: 24px;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    border-bottom: 1px solid #898989;
}

/* サイトロゴ */
.sitelogo {
    width: 151px;
    width: 120px;
    margin: 10px auto 0 !important;
}

.sitelogo img {
    width: 100%;
}

/* スクロール時 */
.header1.is_scroll {
    height: 55px;
}

.header1.is_scroll .head_massage {
    display: none;
}

.header1.is_scroll .gnav,
.header1.is_scroll .cart-button,
.header1.is_scroll .searchbox {
    /*top: -24px;*/
}

/* ヘッダー 検索
---------------------------------------*/
.searchbox {
    position: absolute;
    top: 0;
    width: 100%;
}

.searchbox > .button {
    position: absolute;
    top: 40px;
    left: 4px;
    width: 45px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.searchbox > .button img {
    width: 20px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* ヘッダー 検索 閉じるアイコン */
.searchbox.is_open > .button img {
    margin-left: -100px;
}

.searchbox > .button:before,
.searchbox > .button:after {
    content: "";
    display: block;
    position: absolute;
    top: 65%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -2px 0 0 -10px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.searchbox > .button:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.searchbox > .button:after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
}

.searchbox.is_open > .button:before,
.searchbox.is_open > .button:after {
    opacity: 1;
}

.searchbox.is_open > .button:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.searchbox.is_open > .button:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* ヘッダー 検索 インナー
---------------------------------------*/
.searchbox .inner {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    z-index: 1;
    padding: 20px 65px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.searchbox.is_open .inner {
    top: 55px;
    height: auto;
    opacity: 1;
}

.searchbox_input .input_text input {
    width: 100%;
    padding: 10px;
    border: 1px solid #898989;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.searchbox_input .input_submit input {
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    margin-right: 20px;
    text-indent: -9999px;
    background: #999 url(https://lionheart1996.itembox.design/item/sp_icon_search.gif) no-repeat 50%;
    background-size: 15px auto;
    border: none;
    border-radius: 3px;
}

/* キーワード */
.search_keywords {
    margin: 0 0 10px;
    font-size: 83%;
}

.search_keywords > a {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 4px 12px;
    color: #fff;
    background: #666;
    border-radius: 30px;
}

/* ヘッダーグロナビ
---------------------------------------*/
.gnav {
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    position: absolute;
    top: 0;
    width: 100%;
    text-decoration: none;
}

.gnav a {
    text-decoration: none;
}

.searchbox .label,
.cart-button .label {
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    font-size: 75%;
    text-align: center;
}

/* ハンバーガーメニュー */
.btn_gnav {
    position: absolute;
    top: 30px;
    right: 0;
    width: 44px;
    height: 44px;
    z-index: 2;
}

.btn_gnav > .s1,
.btn_gnav > .s2,
.btn_gnav > .s3 {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0 0 0 -10px;
    background: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn_gnav > .s1 {
    top: 8px;
}

.btn_gnav > .s2 {
    top: 14px;
}

.btn_gnav > .s3 {
    top: 20px;
}

.btn_gnav > .label {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    font-size: 75%;
    text-align: center;
}

/* ボタンのアニメーション */
.gnav.is_open .btn_gnav > .s1 {
    top: 16px;
    -webkit-transform: rotateZ(225deg);
            transform: rotateZ(225deg);
}

.gnav.is_open .btn_gnav > .s2 {
    opacity: 0;
}

.gnav.is_open .btn_gnav > .s3 {
    top: 16px;
    -webkit-transform: rotateZ(315deg);
            transform: rotateZ(315deg);
}

.header .gnav_wrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 102;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.gnav.is_open .gnav_wrap {
    /*top: 80px;*/
    opacity: 1;
top: 55px;
    height: auto;
}

/* ヘッダー カートボタン
---------------------------------------*/
.cart-button {
    position: absolute;
    top: 0;
    width: 100%;
}

.cart-button__button {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 44px;
}
.cart-button__button img {
    width: 20px;
    margin-bottom: 0.5px;
}

/* ヘッドメニューモーダル
---------------------------------------*/
.headmenu_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.95);
    z-index: 101;
}

/* サイトナビ
---------------------------------------*/
.sitenav {
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

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

.list_sitenav {
    display: table;
    width: 100%;
    font-size: 75%;
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    letter-spacing: -.4em;
}

.list_sitenav > li {
    display: table-cell;
    width: 20%;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #898989;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.list_sitenav > li:first-child {
    border-left: none;
}

.list_sitenav > li.mypage {
    width: 22%;
}

.list_sitenav > li a {
    display: block;
    padding: 6px 0;
    font-size: 140%;
    color: #898989;
}

/* ヘッダーのバナー
---------------------------------------*/
.list_header_banner {
    display: table;
    width: 100%;
}

.list_header_banner > li {
    display: table-cell;
    width: 50%;
}

.list_header_banner > li img {
    width: 100%;
}

/* ヘッダーのニュース
---------------------------------------*/
.header_news {
    padding: 6px 7px 7px 12px;
    font-size: 75%;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: -.4em;
    text-align: left;
    background: #f2f2f2;
}

.header_news a {
    color: inherit;
}

.header_news .info {
    display: inline-block;
    width: 15%;
    margin: 0 2% 0 0;
    padding: 5px 0;
    text-align: center;
    letter-spacing: .05em;
    vertical-align: middle;
    background: #fff;
}

.header_news .news {
    display: inline-block;
    width: 82%;
    letter-spacing: .05em;
    vertical-align: middle;
}

/* ヘッダーのようこそテキスト
---------------------------------------*/
.header .welcome {
    padding: 10px;
    text-align: right;
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
/* ページトップボタン */
.btn_totop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}

/* フッターのカテゴリリスト
---------------------------------------*/
.footer_categorybox {
    background: #f2f2f2;
    padding: 10px;
}

/* 第二階層スタイル
---------------------------------------*/
.list_category .list_second {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.list_category > li.is_open .list_second {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.list_category .list_second > li {
    border-bottom: 1px solid #fff;
}

.list_category .list_second > li > .label {
    position: relative;
    color: #fff;
    background: #898989;
    z-index: 2;
}

.list_category .list_second > li > .label > a {
    padding: 12px;
}

/* 右矢印アイコン */
.list_category .list_second > li > .label:before,
.list_category .list_second > li > .label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 2px;
    background: #fff;
}

.list_category .list_second > li > .label:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_category .list_second > li > .label:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* プラスアイコン */
.list_category .list_second > li.has_child > .label:before,
.list_category .list_second > li.has_child > .label:after {
    width: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list_category .list_second > li.has_child > .label:before {
    margin-top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.list_category .list_second > li.has_child > .label:after {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

/* マイナスアイコン */
.list_category .list_second > li.has_child.is_open > .label:before {
    opacity: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.list_category .list_second > li.has_child.is_open > .label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* 第三階層スタイル
---------------------------------------*/
.list_category .list_third {
    position: relative;
    top: -20px;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
    color: #000;
    background: #fff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list_category .list_second > li.is_open .list_third {
    height: auto;
    overflow: visible;
    top: 0;
    margin: 5px 0;
    opacity: 1;
}

.list_category .list_third > li {
    border-bottom: 1px solid #898989;
}

.list_category .list_third > li:last-child {
    border: none;
}

.list_category .list_third > li > .label {
    position: relative;
}

.list_category .list_third > li > .label > a {
    padding: 12px 12px 12px 28px;
}

/* 右矢印アイコン */
.list_category .list_third > li > .label:before,
.list_category .list_third > li > .label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    width: 7px;
    height: 2px;
    background: #898989;
}

.list_category .list_third > li > .label:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_category .list_third > li > .label:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* フッターのメニューリスト
---------------------------------------*/
#FS2_footer {
    border-top: 1px solid #ccc;
}
.gnav_wrap {
    background: #fff;
}

.gnav_wrap > .title {
    padding: 10px;
    font-size: 150%;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: .05em;
    text-align: center;
}

/* メニューリスト アイテム
---------------------------------------*/
.list_gnav a {
    color: inherit;
}

.list_gnav > li {
    border-bottom: 1px solid #ccc;
}

.list_gnav > li > .label {
    position: relative;
    z-index: 2;
}

.list_gnav > li a {
    display: block;
    padding: 15px !important;
    color: #898989;
}

.list_gnav > li > .list_second {
    position: relative;
    top: -20px;
    height: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* メニューオープン */
.list_gnav > li.is_open .list_second {
    top: 0;
    height: auto;
    margin: 5px 0;
    opacity: 1;
    padding: 0;
}

/* メニューリスト 右矢印アイコン
---------------------------------------*/
.list_gnav > li > .label:before,
.list_gnav > li > .label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 2px;
    background: #898989;
}

.list_gnav > li > .label:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_gnav > li > .label:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* メニューリスト プラスアイコン
---------------------------------------*/
.list_gnav > li.has_child > .label:before,
.list_gnav > li.has_child > .label:after {
    width: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list_gnav > li.has_child > .label:before {
    margin-top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.list_gnav > li.has_child > .label:after {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

/* メニューリスト マイナスアイコン
---------------------------------------*/
.list_gnav > li.has_child.is_open > .label:before,
.list_gnav > li.has_child.is_open > .label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.list_gnav > li.has_child.is_open > .label:after {
    opacity: 0;
}

/* メニューリスト 第二階層
---------------------------------------*/
.list_gnav .list_second {
    padding: 0 20px;
    color: #000;
    background: #fff;
}

.list_gnav .list_second > li {
    border-bottom: 1px solid #ccc;
}

.list_gnav .list_second > li.is_open > .label {
    border-bottom: 1px solid #ccc;
}

.list_gnav .list_second > li:last-child {
    border-bottom: none;
}

.list_gnav > li:last-child > .list_second > li:last-child {
    border-bottom: 1px solid #ccc;
}

.list_gnav .list_second > li a {
    padding-left: 28px;
}

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

.list_gnav .list_second > li > .list_third {
    position: relative;
    top: -20px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* メニューリスト 第二階層--バリエーション2
---------------------------------------*/
.list_gnav > li > .list_second.bg_clr--2{
    background: #333;
}

.list_second > li.with_icon,
.list_collection > li.with_icon{
    position: relative;
    padding-left: 50px;
}
  
li > .item_icon{
    max-height: 25px;
    position: absolute;
    left: 15px;
    top: calc(50% - 12.5px);
}
  
.list_gnav > li > .list_second > .with_icon > a.item_cate{
    color: #fff;
    line-height: 40px;
    padding: 5px 0px;
}

/* メニューオープン */
.list_gnav .list_second > li.is_open > .list_third {
    top: 0;
    height: auto;
    margin: 5px 0;
    opacity: 1;
}

/* メニューリスト 第二階層 右矢印アイコン */
.list_gnav .list_second > li > .label:before,
.list_gnav .list_second > li > .label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    width: 7px;
    height: 2px;
    background: #898989;
}

.list_gnav .list_second > li > .label:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_gnav .list_second > li > .label:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* メニューリスト 第二階層 プラスアイコン
---------------------------------------*/
.list_gnav .list_second > li.has_child > .label a {
    padding-left: 13px;
}

.list_gnav .list_second > li.has_child > .label:before,
.list_gnav .list_second > li.has_child > .label:after {
    right: 10px;
    left: auto;
    width: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list_gnav .list_second > li.has_child > .label:before {
    margin-top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.list_gnav .list_second > li.has_child > .label:after {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

/* メニューリスト 第二階層 マイナスアイコン
---------------------------------------*/
.list_gnav .list_second > li.has_child.is_open > .label:before,
.list_gnav .list_second > li.has_child.is_open > .label:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.list_gnav .list_second > li.has_child.is_open > .label:after {
    opacity: 0;
}

/* メニューリスト 第三階層
---------------------------------------*/
.list_gnav .list_third > li {
    border-bottom: 1px solid #898989;
}

.list_gnav .list_third > li:last-child {
    border-bottom: none;
}

.list_gnav .list_third > li a {
    padding-left: 28px;
}

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

/* メニューリスト 第三階層 右矢印アイコン */
.list_gnav .list_third > li > .label:before,
.list_gnav .list_third > li > .label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    width: 7px;
    height: 2px;
    background: #898989;
}

.list_gnav .list_third > li > .label:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_gnav .list_third > li > .label:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
/* コレクション
---------------------------------------- */
.footer_collection div {
    text-align: center;
    margin-bottom: 24px;
}

.footer_collection img {
    width: 100%;
    margin-bottom: 8px;
}

/* 検索ブロック
---------------------------------------- */
.footer_search {
   margin-top: 24px;
}
.footer_search h3 {
     background: #999;
    color: #fff;
    padding: 8px 16px;
    line-height: 1;
}
.footer_search .footer_inner ul  {
    width: 100%;
}
.footer_search .footer_inner li {
    margin-top: -1px;
    line-height: 40px;
    border: 1px solid #ddd;
    text-align: center;
}
.footer_search .footer_inner li:nth-child(odd) {
    border-right: none;
    border-left: none;
}
.footer_search .footer_inner li:nth-child(even) {
    border-right: none;
}
.footer_search .footer_inner .list_guide li,
.footer_search .footer_inner .list_search-price li {
    border-right: none;
    border-left: none;
}
.footer_search .list_search-item li {
    display: inline-block;
    width: 49.3%;
}
.footer_search .list_search-price li {
    display: block;
    width: 100%;
}
.footer_search .footer_inner a {
    padding: 8px 0;
    display: block;
}
.footer_searchbox {
     background: #999;
    padding: 24px 16px
}
.footer_searchbox .footer_searchbox_inner {
    padding: 20px 65px 20px 20px;
}

.footer_searchbox .input_text {
    width: 100%;
}
.footer_searchbox .input_text,
.footer_searchbox .input_submit {
    display: inline-block;
}
.footer_searchbox .input_text input {
    width: 100%;
    padding: 10px;
    border: 1px solid #898989;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_searchbox .input_submit input {
    position: absolute;
    right: 0;
    margin-top: -48px;
    margin-right: 30px;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background: #fff url(https://lionheart-store.com/wp-content/uploads/2017/12/sp_icon_search_g.png) no-repeat 50%;
    background-size: 15px auto;
    border: none;
    border-radius: 3px;
}


/* ガイドブロック
---------------------------------------- */
/*.footer_guide {
   margin-top: 24px;
}*/
.footer_guide .footer_inner ul  {
    width: 100%;
}
.footer_guide .footer_inner li {
    margin-top: -1px;
    line-height: 40px;
    padding: 8px 1%;
    border: 1px solid #ddd;
}
.footer_guide li {
    position: relative;
    list-style: none;
}

.footer_guide li:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer_guide li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    width: 7px;
    height: 2px;
    background: #898989;
}
.footer_guide li:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer_guide li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 13px;
    width: 7px;
    height: 2px;
    background: #898989;
}

.footer_guide .footer_inner li a {
    padding-left: 24px;
}

/* SNSブロック
---------------------------------------- */
.footer_sns .footer_inner {
    border-bottom: 1px solid #ddd;
    /*margin-top: -18px;*/
}
.footer_sns .list_footer_sns {
    display: table;
    width: 100%;
}
.footer_sns .footer_inner li {
    display: inline-block;
    list-style: none;
}
.footer_sns .footer_inner .list_footer_sns_2in1 {
    text-align: center;
    /*display: table;
    width: 100%;*/
}
.footer_sns .footer_inner .list_footer_sns_2in1 li {
    width: 49%;
    text-align: center;
    padding: 24px 0;
}
.footer_sns .footer_inner .list_footer_sns_2in1 li:nth-child(odd) {
    border-right: 1px solid #ddd;
}

.footer_sns .footer_inner .list_footer_sns_2in1 li img {
    width: 50%;
}
.footer_sns .list_footer_sns_3in1 {
    border-top: 1px solid #ddd;
letter-spacing: -1em;
}
.footer_sns .list_footer_sns_3in1 li {
    width: 32.5%;
    line-height: 27px;
    border-right: 1px solid #ddd;
    padding: 10px 0;
    letter-spacing: normal;
}
.footer_sns .list_footer_sns_3in1 li img {
    margin-left: 8px;
}
.footer_sns .list_footer_sns_3in1 li:nth-child(3) {
    border-left: none;
    border-right: none;
}
.footer_sns .list_footer_sns li a {
    display: block;
    padding: 8px 0;
    margin: 0;
}

/* お問い合わせボタン
---------------------------------------- */
.btn_contact {
    margin: 20px 40px;
}

.btn_contact img {
    width: 100%;
}

/* フッターのサイトメニュー
---------------------------------------- */
.list_footer_sitemenu {
    margin: 10px 0;
    text-align: center;
}

.list_footer_sitemenu > li {
    display: block;
    position: relative;
    margin: 0 2px 0 6px;
    line-height: 30px;
}

.list_footer_sitemenu a {
    color: inherit;
}

.copyright {
    margin: 10px 0;
    text-align: center;
}

/* ---------------------------------------*/
/* 全パーツ共通角丸コンテナ 初期化 */
/* ---------------------------------------*/
.FS2_contents_container, .FS2_memberOnly, .FS2_NoItemMessage, .FS2_upper_comment, .FS2_lower_comment, .FS2_ItemComment, .FS2_middle_comment {
    background: none;
    margin: 1em 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
}

.FS2_contents_container ul {
    width: 100%;
}

.FS2_contents_container li.FS2_iconArrow {
    display: inline;
    border-bottom: none;
    line-height: inherit;
}

.FS2_contents_container li.FS2_iconArrow a {
    display: inline-block;
    border-bottom: none;
    line-height: inherit;
    margin: 0 1em 5px 0;
    padding: 0 1.5em 0 0;
    white-space: nowrap;
}

.FS2_contents_container {
    margin: 1em 0px;
}
form#fs_form {
    padding: 0 7px;
}
/* ==================================== */
/* 汎用スタイル */
/* ==================================== */
/* ==================================== */
/* 汎用ブロック */
/* ==================================== */
.block_content {
    clear: both;
    margin: 0 0 30px;
}

/* ==================================== */
/* 汎用タイトル */
/* ==================================== */
.contenttitle,
h1.FS2_PageTitle {
    margin: 30px 0 20px;
    font-weight: normal;
    font-size: 150%;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: .05em;
    text-align: center;
    border: none;
}

.contenttitle2,
h1.FS2_PageTitle2 {
    margin: 10px 0 20px;
    font-size: 150%;
    font-weight: normal;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .07em;
    text-align: center;
}

/* ==================================== */
/* 汎用アイテムリスト */
/* ==================================== */
.list_muitem {
    font-size: 75%;
    letter-spacing: -.4em;
}

.list_muitem > li {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
    letter-spacing: normal;
    vertical-align: top;
}

.list_muitem > li > a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.list_muitem a {
    color: inherit;
}

.list_muitem .image {
    margin: 0 0 5px;
}

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

.list_muitem .price {
    font-weight: bold;
}

.list_muitem .rank {
    height: 15px;
    margin: 0 0 10px;
    text-align: center;
}

.list_muitem .rank img {
    width: auto;
    height: 100%;
}

/* ==================================== */
/* 汎用アイテムリスト 2カラム */
/* ==================================== */
.list_muitem_2 > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.list_muitem_2 > li:nth-child(even) {
    margin-right: 0;
}

/* ==================================== */
/* 汎用アイテムリスト 3カラム */
/* ==================================== */
.list_muitem_3 > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

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

/* ==================================== */
/* 汎用アイテムリスト 4カラム */
/* ==================================== */
.list_muitem_4 > li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 2%;
}

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

/* ==================================== */
/* 汎用アイテムリスト 5カラム */
/* ==================================== */
.list_muitem_5 > li {
    width: 17%;
    margin-right: 3%;
    margin-bottom: 3%;
}

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

/* ==================================== */
/* 汎用ボタン */
/* ==================================== */
.mubutton,
.mubutton--right,
.mubutton--down {
    margin: 1em 0;
    font-size: 100%;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
    text-align: center;
}

.mubutton a,
.mubutton--up a,
.mubutton--right a,
.mubutton--down a,
.mubutton--left a {
    position: relative;
    display: inline-block;
    padding: 1em 50px;
    color: #333;
    text-decoration: none;
    border: 1px solid;
}

.mubutton--up a::after,
.mubutton--right a::after,
.mubutton--down a::after,
.mubutton--left a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    margin: -3px 0 0;
    color: #333;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform-origin: 67% 33%;
    transform-origin: 67% 33%;
}
.mubutton--up a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mubutton--right a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mubutton--down a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mubutton--left a::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.mubutton .arrow {
    display: inline-block;
    width: 6px;
    height: 1.5em;
    margin: 0 .5em 0 0;
    text-indent: -9999px;
    background: url(../../../../design/img01/arrow2.png) no-repeat 50%;
}

.mubutton .arrow2 {
    display: inline-block;
    width: 9px;
    height: 1.5em;
    margin: 0 .5em 0 0;
    text-indent: -9999px;
    background: url(../../../../design/img01/arrow3.png) no-repeat 50%;
}

.mubutton .arrow3 {
    display: inline-block;
    width: 6px;
    height: 1.5em;
    margin: 0 .5em 0 0;
    text-indent: -9999px;
    background: url(../../../../design/img01/arrow4.png) no-repeat 50%;
}

/* ==================================== */
/* 汎用WPページャー */
/* ==================================== */
.wp-pagenavi {
    position: relative;
    text-align: center;
    margin: 1em 0;
    padding-right: 23px;
    padding-left: 23px;
}

.wp-pagenavi a {
    color: inherit;
}

.wp-pagenavi span.current {
    display: inline-block;
    min-width: .7em;
    font-size: 80%;
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #f2f2f2 !important;
    padding: .4em .8em;
}

.wp-pagenavi span.extend {
    vertical-align: bottom;
    border: none;
}

.wp-pagenavi a.page {
    display: inline-block;
    min-width: .7em;
    font-size: 80%;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: .4em .8em;
}

.wp-pagenavi a.page:hover {
    color: #999;
    border: 1px solid #e6e6e6;
}

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
    display: inline-block;
    width: 8px;
    height: 14px;
    text-indent: -9999px;
    vertical-align: middle;
    background-color: none !important;
    border: none !important;
}

.wp-pagenavi a.first {
    background: url(../../../../design/img01/sp_arrow_first.png) no-repeat 50%;
    background-size: 10px auto;
}

.wp-pagenavi a.previouspostslink {
    background: url(../../../../design/img01/sp_arrow_left.png) no-repeat 50%;
    background-size: 6px auto;
}

.wp-pagenavi a.nextpostslink {
    background: url(../../../../design/img01/sp_arrow_right.png) no-repeat 50%;
    background-size: 6px auto;
}

.wp-pagenavi a.last {
    background: url(../../../../design/img01/sp_arrow_last.png) no-repeat 50%;
    background-size: 10px auto;
}

/* ==================================== */
/* 汎用ブランド選択タブ */
/* ==================================== */
.brand_menu_box {
    width: 100%;
    overflow: hidden;
}

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

.list_brand_menu_tab {
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: -.4em;
    border-bottom: 1px solid #ccc;
}

.list_brand_menu_tab > li {
    display: inline-block;
    margin: 0 5px;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
    vertical-align: middle;
}

.list_brand_menu_tab > li a {
    display: inline-block;
    position: relative;
    height: 30px;
    padding: 0 12px;
    vertical-align: inherit;
}

.list_brand_menu_tab > li img,
.list_brand_menu_tab > li span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
}

/* ブランドメニューのis_selected設定 */
.list_brand_menu_tab > .is_selected a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #666;
}

/* ブランドメニューのis_open設定 */
.brand_menu_content {
    position: relative;
    right: -20px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.brand_menu_content.is_open {
    right: 0;
    height: auto;
    overflow: visible;
    opacity: 1;
}

/* ==================================== */
/* 汎用bxslider矢印 */
/* ==================================== */
.mu_bx_arrow {
    position: relative;
}

.mu_bx_arrow .bx-prev,
.mu_bx_arrow .bx-next {
    position: absolute;
    display: block;
    bottom: -45px;
    left: 10px;
    width: 45px;
    height: 30px;
    color: #05355b;
    font-size: 92%;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
    text-align: right;
    text-transform: uppercase;
    line-height: 32px;
}

.mu_bx_arrow .bx-next {
    left: auto;
    right: 10px;
    text-align: left;
}

.mu_bx_arrow .bx-prev:before,
.mu_bx_arrow .bx-prev:after,
.mu_bx_arrow .bx-next:before,
.mu_bx_arrow .bx-next:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #898989;
}

.mu_bx_arrow .bx-prev:before,
.mu_bx_arrow .bx-next:before {
    margin-top: 3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.mu_bx_arrow .bx-prev:after,
.mu_bx_arrow .bx-next:after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.mu_bx_arrow .bx-next:before {
    margin-top: -3px;
    right: 0;
}

.mu_bx_arrow .bx-next:after {
    margin-top: 3px;
    right: 0;
}

/* ==================================== */
/* フィルタリングテーブル */
/* ==================================== */
.block_filtering {
    color: #666;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.block_filtering a {
    color: inherit;
}

/* フィルタリングメニューの項目名 */
.block_filtering > .title {
    position: relative;
    background: #fff;
    z-index: 2;
}

.block_filtering > .title a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    background: url(../../../../design/img01/ico_search.png) no-repeat 10px 50%;
    background-size: 17px auto;
}

/* 下矢印アイコン */
.block_filtering > .title a:before,
.block_filtering > .title a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 2px;
    background: #666;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.block_filtering > .title a:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.block_filtering > .title a:after {
    margin-right: -8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* フィルタリングメニューボックス */
.filteringbox {
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: -20px 0 0;
    text-align: center;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 1;
}

.filteringbox form {
    background: #fff;
}

/* フィルタリングメニューボックスのis_open設定 */
.block_filtering.is_open .filteringbox {
    height: auto;
    overflow: visible;
    margin-top: 0;
    opacity: 1;
}

/* is_open設定 上矢印アイコン */
.block_filtering.is_open > .title a:before {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}

.block_filtering.is_open > .title a:after {
    margin-right: -8px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}

/* フィルタリングメニューのオプションリスト */
.table_option {
    width: 100%;
    margin: 0 0 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.table_option th,
.table_option td {
    padding: 7px 10px;
    text-align: left;
    border-top: 1px solid #ccc;
}

.table_option th {
    width: 75px;
    font-weight: bold;
    background: #f2f2f2;
}

.table_option select {
    width: 98%;
}

/* フィルタリングメニューの絞り込みボタン */
.filteringbox .input_submit {
    display: inline-block;
    position: relative;
    margin: 5px 0;
    text-align: center;
}

.filteringbox .input_submit input {
    padding: 10px 70px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    background: #333;
    border: none;
}

/* 右矢印アイコン */
.filteringbox .input_submit:before,
.filteringbox .input_submit:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 2px;
    background: #fff;
}

.filteringbox .input_submit:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.filteringbox .input_submit:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* フィルタリングメニューのリセットリンク */
.filteringbox .reset {
    margin: 5px 0 10px;
}

.filteringbox .reset a {
    text-decoration: underline;
}

/* ==================================== */
/* パーツ設定 */
/* ==================================== */
/* ランキング */
/* スタイリング */
.block_styling .list_muitem li {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
}

.block_styling .list_muitem_2 li {
    height: 0;
    padding-bottom: 49%;
}

.block_styling .list_muitem_3 li {
    height: 0;
    padding-bottom: 32%;
}

.block_styling .list_muitem .image {
    margin: 0;
}

.block_styling .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: url(../../../../design/img01/bggrad.png) no-repeat;
    background-size: 100% 100%;
}

.block_styling .info .date {
    padding: 5px;
}

.block_styling .info .shop {
    display: none;
}

.block_styling .info .text {
    display: none;
}

/* ==================================== */
/* 商品ページ共通設定 */
/* ==================================== */
/* 価格テキスト */
.FS2_itemPrice_text {
    margin: 10px 0 0;
}

.FS2_tagPrice {
    color: inherit;
}

.itemPrice {
    margin: 0 .2em;
    color: inherit;
    font-weight: inherit;
    font-size: 100%;
}

.sale_item .itemPrice {
    font-weight: bold;
    font-size: 200%;
}

/* ==================================== */
/* 商品一覧ページ設定 */
/* ==================================== */
/* 上部コメント部分 */
.block_cat_upper {
    font-size: 80%;
    text-align: center;
}

/* ブランドロゴ */
.block_cat_upper .brandname {
    margin: 20px 0 20px;
}

/* 在庫切れ */
.itemStock {
    text-align: center;
    border: none;
    background: #a3a3a3;
    color: #fff;
    border-radius: 3px;
    font-size: 80%;
}

/* ローカルナビ */
.list_lnav {
    margin: 20px 0;
}

.list_lnav > li {
    position: relative;
    display: inline-block;
}

.list_lnav a {
    display: block;
    padding: 2px 10px;
    color: #666;
    text-decoration: none;
}

/* ソートボタン */
.FS2_Sort {
    margin-bottom: 0;
    padding: 0;
    text-align: right;
    background: none;
}

.FS2_Sort_btn {
    display: inline-block;
    color: #898989;
    padding: 8px 15px;
    background: #f2f2f2;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}

/* ページャー */
.FS2_pagination .FS2_pagenationList a {
    color: inherit;
}

.FS2_pagination .FS2_pagenationList li {
    margin: 0 2px;
    background: #fff;
    border: 1px solid #ccc;
}

.FS2_pagination .FS2_pagenationList li.FS2_pagination_current {
    color: inherit;
    font-weight: inherit;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.FS2_pagination .FS2_paginationArrows .FS2_pagination_arrow_left a {
    display: block;
    width: 20px;
    height: 2em;
    text-indent: -9999px;
    background: url(../../../../design/img01/pager_prev.png) no-repeat 50%;
    background-size: 8px auto;
}

.FS2_pagination .FS2_paginationArrows .FS2_pagination_arrow_right a {
    display: block;
    width: 20px;
    height: 2em;
    text-indent: -9999px;
    background: url(../../../../design/img01/pager_next.png) no-repeat 50%;
    background-size: 8px auto;
}

/* アイテムリスト */
.FS2_Alternateness_bg {
    background: none;
}

table.FS2_container_ItemList {
    display: block;
    width: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.FS2_container_ItemList tbody {
    display: block;
    width: 100%;
}

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

.fs_goods_container {
    display: block;
    float: left;
    width: 50%;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fs_goods_container:nth-child(2n-1) {
    clear: both;
}

.fs_goods_container a {
    color: inherit;
}

.FS2_container_ItemList .FS2_thumb {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

.FS2_container_ItemList .FS2_thumb img {
    width: 100%;
    border: 1px solid #ddd;
}

.FS2_container_ItemList td {
    display: block;
    padding: 0;
    vertical-align: middle;
}

br + .FS2_eye_catch_icon,
br + .FS2_original_icons,
br + .FS2_itemPrice_text {
    margin-top: 10px;
}

/* アイコン設定 */
.FS2_eye_catch_icon img,
.FS2_original_icons img,
.FS2_Preorder_icon img {
    width: auto;
    height: 16px;
}

/* 下部コメント */
.block_cat_lower {
    margin: 0 10px;
}

/* ==================================== */
/* 商品詳細ページ設定 */
/* ==================================== */
.FS2_Search,
.FS2_Utility1_container,
.FS2_Utility2_container {
    display: none;
}

.FS2_Name_and_Price li {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    line-height: inherit;
}

.FS2_Figure li {
    margin: 0;
    padding: 0;
}

.FS2_TweetButton_area {
    margin: 1em 0;
    text-align: center;
}

.FS2_TweetButton_area li {
    display: inline-block;
    vertical-align: bottom;
}
.FS2_TweetButton_area .fb-share-button {
    height: 20px;
    margin: 0 10px;
}

/* 独自画像スライダー */
.itemslider {
    position: relative;
    margin: 20px 35px 30px;
    text-align: center;
}

.itemslider img {
    width: 99%;
    border: 1px solid #ddd;
}

.itemslider .bx-pager {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}

.itemslider .bx-pager-item {
    display: inline-block;
    margin: 0 6px;
}

.itemslider .bx-pager-link {
    display: block;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    background-color: #ccc;
    border-radius: 20px;
}

.itemslider .bx-pager-link.active {
    background-color: #898989;
}

.itemslider .bx-prev,
.itemslider .bx-next {
    position: absolute;
    display: block;
    top: 50%;
    left: -35px;
    width: 30px;
    height: 40px;
    margin-top: -20px;
    text-indent: -9999px;
}

.itemslider .bx-next {
    left: auto;
    right: -35px;
}

.itemslider .bx-prev:before,
.itemslider .bx-prev:after,
.itemslider .bx-next:before,
.itemslider .bx-next:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    background: #898989;
}

.itemslider .bx-prev:before,
.itemslider .bx-next:before {
    margin-top: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.itemslider .bx-prev:after,
.itemslider .bx-next:after {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.itemslider .bx-next:before {
    margin-top: -5px;
}

.itemslider .bx-next:after {
    margin-top: 5px;
}

/* 画像ALT表示 */
.FS2_additional_image_detail_alt {
    width: auto;
    margin: .5em 0;
}

/* 商品名 */
.itemTitle {
    margin: 0 0 .3em;
    padding: 0;
    font-size: 125%;
    line-height: inherit;
}

/* 商品番号 */
.FS2_Name_and_Price li.itemNumber {
    margin: .5em 0;
    font-size: 83%;
}

/* 販売期間表示 */
.sellTerms {
    padding: 1.5em 0 0;
    font-size: 83%;
    text-align: center;
}

/* バリエーションラベル */
.FS2_VariationLabel {
    display: none;
}

/* バリエーションごとにカートボタンを表示 */
#FS2_Variation_cartbutton {
    font-weight: bold;
    font-size: 92%;
    border-bottom: 1px solid #ddd;
}

#FS2_Variation_cartbutton .FS2_VariationValueList {
    border-top: 1px solid #ddd;
    position: relative;
    margin: 0;
    z-index: 0;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > h2 {
    display: block;
    position: absolute;
    top: 0;
    width: 25%;
    color: inherit;
    font-weight: inherit;
    background: inherit;
    border: none;
    padding: 1.2em 0;
    top: 50%;
  z-index: 0;
  transform: translate(0, -50%);
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul {
    display: table;
    width: 75%;
    margin: 0.6em 0 0.6em 25%;
    border: none;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li {
    border: none;
    overflow: hidden;
    display: table-row;
    font-size: inherit;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li:nth-child(odd) {
    background: #fff;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li:nth-child(even) {
    border: none;
    background: none;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    word-break: break-all;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_value,
#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_stock,
#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container {
    padding: .4em 0;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_value {
    padding-left: 3%;
    width: 20%;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_stock {
    width: 15%;
    padding-left: 2%;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_stock > span {
    display: block;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_Variation_stock > span + span {
    margin-top: 5px;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container {
    width: 100%;
    margin: 0;
    padding-left: 3%;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container img,
#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container input {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* アイテム説明ブロック
--------------------------------------- */
p.FS2_PageTitle {
    display: none;
}

.block_itemdetail_description {
    margin: 0;
}

/* アイテム説明タイトル */
.block_itemdetail_description:before {
    content: "アイテム説明";
    display: block;
    margin: 0 0 5px;
    padding: 0 0 2px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

/* 説明テキスト */
.block_itemdetail_description .textbox p {
    margin: 1em 0;
}

/* スペックリスト */
.block_itemdetail_description .list_spec {
    position: relative;
    margin: 1em 0;
}

.block_itemdetail_description .list_spec dt {
    position: absolute;
    left: 0;
    font-weight: bold;
}

.block_itemdetail_description .list_spec dd {
    margin: 0 0 .5em;
    padding: 0 0 .5em 5em;
}

.block_itemdetail_description .size_table {
    width: 100%;
    text-align: center;
    font-size: 86%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.block_itemdetail_description .size_table th {
    padding: 5px;
    font-weight: normal;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #f2f2f2;
}

.block_itemdetail_description .size_table td {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

/* 商品下部コメント */
.item_lower {
    margin: 0 10px;
}

/* スライダー */
.slidewrap {
    position: relative;
    margin: 0 25px;
    font-size: 83%;
}

.list_slider {
    position: relative;
}

.list_slider li {
    display: inline-block;
    width: 32%;
}

.list_slider img {
    width: 100%;
}

.list_slider a {
    color: inherit;
}

.list_slider .image {
    margin: 0 0 .5em;
}

.slidewrap .bx-prev,
.slidewrap .bx-next {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 25px;
    height: 25px;
    margin: -12px 0 0;
    text-indent: -9999px;
    background-image: url(../../../../design/img01/sp_arrow_left2.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 6px auto;
}

.slidewrap .bx-next {
    right: -30px;
    left: auto;
    background-image: url(../../../../design/img01/sp_arrow_right2.png);
}

/* ==================================== */
/* 商品ページ下 コメントパターン */
/* ==================================== */
/* 商品ページ下のランキング
---------------------------------------- */
.detail_lower_content .block_content.ranking {
    margin: 0 10px 30px;
}

.detail_lower_content .block_content.ranking > .ttl_content {
    margin: 20px 0;
    font-size: 150%;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: .05em;
    text-align: center;
}

/* レコメンド
---------------------------------------- */
.fs_sp_slide_view {
        background-image: url(../../../../design/img01/arrow_t.png);
}

h1.FS2_accordion_btn {
        background-image: url(../../../../design/img01/arrow_b.png);
}
.FS2_Recommend2_Cart_container_ItemList tbody,
.FS2_RecommendItemList tbody,
.FS2_Recommend2_container_ItemList tbody,
.FS2_Recommend2_History_container_ItemList tbody {
    display: block;
    width: 100%;
}
.FS2_Recommend2_Cart_container_ItemList  tbody tr(2n-1),
.FS2_RecommendItemList tbody tr(2n-1),
.FS2_Recommend2_container_ItemList tbody tr(2n-1),
.FS2_Recommend2_History_container_ItemList tr(2n-1) {
    clear: both;
}
.FS2_Recommend2_Cart_container_ItemList tr,
.FS2_RecommendItemList tr,
.FS2_Recommend2_container_ItemList tr,
.FS2_Recommend2_History_container_ItemList tr {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    padding: 16px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.FS2_Recommend2_Cart_container_ItemList tr th,
.FS2_RecommendItemList tr th,
.FS2_Recommend2_container_ItemList tr th,
.FS2_Recommend2_History_container_ItemList tr th {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.FS2_Recommend2_Cart_container_ItemList tr td,
.FS2_RecommendItemList tr td,
.FS2_Recommend2_container_ItemList tr td,
.FS2_Recommend2_History_container_ItemList tr td {
    display: block;
    padding: 0;
    vertical-align: middle;
}
.FS2_Recommend2_recommend ul li,
.FS2_Recommend2_ranking_horizontal ul li,
.FS2_Recommend2_recommend-wp ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
    background: #ffffff;
    padding: 0 1%;
    margin: 0 0 16px 0px;
    line-height: 1.5;
    font-size: 80%;
}

.FS2_Recommend2_ranking_horizontal ul li,
.FS2_Recommend2_recommend-wp ul li {
    width: 49.4% !important;
}
.FS2_Recommend2_recommend ul li {
    width: 49.4% !important;
}

.FS2_Recommend2_recommend ul li:before {
    padding: 4px 6px;
}

/* ==================================== */
/* システムスタイル設定 */
/* ==================================== */
.pan a {
    color: inherit;
}

.CrossHead {
    margin: 20px 0 5px 0;
}

.system_content p {
    margin: 1em 0;
}

/* ダイアログ */
.FS2_sp_dialog_contents {
    width: 90%;
    left: 50%;
    margin: 0 0 0 -45%;
}

/* ボタン設定 */
body .FS2_Button_P {
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    background: #0081d5;
    border: none;
    padding: 12px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
    text-shadow: none;
}

body .FS2_Button_N {
    font-size: 100%;
    font-weight: normal;
    color: #898989;
    background: #ddd;
    border: none;
    padding: 12px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px;
    text-shadow: none;
}

/* 買い物を続ける ボタン */
.FS2_body_Cart_ShoppingCart .FS2_Button_container {
    margin: 1em 0;
}

/* 購入フロー図 */
.FS2_orderFlow {
    margin: 1.5em 0 0;
}

/* ==================================== */
/* 各ページ設定 - Config */
/* ==================================== */

#FS2_body_Config .FS2_contents_container p {
    padding-bottom: 8px;
}
#FS2_body_Config .FS2_contents_container ul {
    list-style-type: disc;
    padding-left: 1.3em;
    margin-left: 0.5em;
    padding-bottom: 8px;
}

/* ==================================== */
/* 各ページ設定 - マイページ */
/* ==================================== */
/* マイページのタイトル */
#FS2_body_MyPage .FS2_PageTitle {
    margin: 10px -10px;
    padding: 0 10px 2px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
}

/* マイページトップのリスト
-------------------------------------------- */
.FS2_body_MyPage_MyPageTop .FS2_contents_container {
    margin-bottom: 40px;
}

.FS2_body_MyPage_MyPageTop .FS2_contents_container .FS2_iconArrow {
    display: block;
    border-bottom: 1px solid #898989;
    padding: 0;
}

.FS2_body_MyPage_MyPageTop .FS2_contents_container .FS2_iconArrow:last-child {
    border-bottom: 1px solid #898989;
}

.FS2_body_MyPage_MyPageTop .FS2_contents_container .FS2_iconArrow a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 0 10px 20px;
    background: none;
}

/* 矢印 */
.FS2_body_MyPage_MyPageTop .FS2_contents_container .FS2_iconArrow a:before,
.FS2_body_MyPage_MyPageTop .FS2_contents_container .FS2_iconArrow a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 5px;
    height: 2px;
    background: #898989;
}

.FS2_body_MyPage_MyPageTop .FS2_contents_container .FS2_iconArrow a:before {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.FS2_body_MyPage_MyPageTop .FS2_contents_container .FS2_iconArrow a:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* マイページトップの会員情報表示ブロック
-------------------------------------------- */
.list_memberinfo {
    margin: 10px;
    padding: 10px 15px;
    font-size: 83%;
    border: 5px solid #f2f2f2;
}

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

.list_memberinfo > dt {
    clear: left;
    float: left;
    width: 40%;
    margin: 5px 0;
}

.list_memberinfo > dd {
    float: left;
    width: 58%;
    margin: 5px 0 5px 2%;
    font-weight: bold;
}

.list_memberinfo > dd:before {
    content: ":";
    position: absolute;
    margin: 0 0 0 -2%;
}

.error_content {
    margin-top: 16px;
    background: #fff;
    color: #e73656;
    border-top: 1px solid #e73656;
    border-bottom: 1px solid #e73656;
    border-left: none;
    border-right: none;
    padding: 8px 8px 6px;
    text-align: center;
}
/* ==================================== */
/* 会員登録 */
/* ==================================== */
/* コンテンツ部分 */
.FS2_table td,
.FS2_table th {
   padding: 8px;
   font-size: 120%;
}
.FS2_icon_require {
   padding: 4px;
   background: #e73656;
}

.FS2_MemberEntryEdit_table td input[type="text"],
.FS2_MemberEntryEdit_table td input[type="email"],
.FS2_MemberEntryEdit_table td input[type="tel"],
.FS2_MemberEntryEdit_table td input[type="password"],
.FS2_MemberEntryEdit_table td select,
.FS2_MemberEntryEdit_table td textarea {
    margin: .4em;
    padding: 4px;
    font-size: 120%;
    background: #f2f2f2;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}

.FS2_assist_message {
    background-color: #e73656;
    border-radius: 3px;
    padding: 6px
}

.fs-l-additionalProduct--wishlist {overflow:hidden;}

/* ==================================== */
/* 各ページ設定 - 共通 */
/* ==================================== */
/* コンテンツ部分 */
.pagebody {
    margin: 0 10px;
}

/* ==================================== */
/* 各ページ設定 - インデックス */
/* ==================================== */
/* プロモーションエリア
---------------------------------------- */
/* メイン部分スライダー
---------------------------------------- */
.paslider {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
}
.paslider img {
    width: 100%;
}

.list_paslider {
    position: relative;
}
.list_paslider .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.list_paslider .slick-dots li {
    display: inline-block;
}
.list_paslider .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 8px;
    padding: 0;
    text-indent: -9999px;
    background: #fff;
    border: none;
    border-radius: 50%;
}
.list_paslider .slick-dots li.slick-active button {
    background: #666;
}

/* サブプロモエリア
---------------------------------------- */
.sub_promoarea {
    margin: 0 10px;
}
.sub_promoarea p {
    float: left;
    margin: 5px 0 5px 10px;
    width: calc(50% - 5px);
}
.sub_promoarea p:nth-child(odd) {
    margin-left: 0;
}
.sub_promoarea p img {
    width: 100%;
}


/* ==================================== */
/* 各ページ設定 - ご利用ガイド */
/* ==================================== */
.block_guide {
    position: relative;
}

.list_guideqaindex {
    margin: 0 10px 10px;
    font-size: 75%;
    letter-spacing: -.4em;
}

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

.list_guideqaindex > li {
    display: inline-block;
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 2%;
    letter-spacing: normal;
    vertical-align: top;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

.list_guideqaindex > li .icon {
    text-align: center;
    margin: 0 0 2px;
}

.list_guideqaindex > li .icon img {
    width: 32px;
}

.list_guideqaindex > li .ttl_guideqaindex {
    position: relative;
    font-size: 140%;
    text-align: center;
    margin: 0 0 16px;
    padding: 0 0 12px;
}

.list_guideqaindex > li .ttl_guideqaindex:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: 0 0 0 -15px;
    background: #898989;
}

.list_guideqamenu {
    margin-left: 10px;
}

.list_guideqamenu > li {
    margin: 10px 0;
    font-size: 120%;
}

.list_guideqamenu > li a {
    display: block;
    position: relative;
    padding: 0 0 0 3px;
}

/* 矢印 */
.list_guideqamenu > li a:before,
.list_guideqamenu > li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -6px;
    width: 5px;
    height: 2px;
    background: #898989;
}

.list_guideqamenu > li a:before {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.list_guideqamenu > li a:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* ガイド下層ページ */
/* ガイド下層 コンテンツ部分 */
.guide_content {
    margin: 0 10px;
}

.guide_content .contenttitle {
    margin: 10px -10px;
    padding: 0 10px 2px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
}

.guide_content .contenttitle img {
    width: 28px;
}

.guide_content p {
    margin: 15px 0;
}

.guide_content img {
    max-width: 100%;
}

.guide_content .image_right {
    float: right;
    max-width: 100%;
    margin-top: 0;
    margin-left: 15px;
}

.guide_content .image_left {
    float: left;
    max-width: 100%;
    margin-top: 0;
    margin-right: 15px;
}

.guide_content .image_center {
    text-align: center;
}

.guide_content .contentbox1 {
    margin: 20px 0;
}

.guide_content .contentbox1 > .title {
    margin: 15px 0;
    padding: 1px 6px;
    font-weight: bold;
    border-left: 2px solid #898989;
}

.guide_content .contentbox2 {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

/* 戻るボタン */
.guide_getback {
    text-align: center;
}

.guide_getback a {
    display: inline-block;
    position: relative;
    width: 80%;
    padding: 15px 0;
    color: #fff;
    background: #333;
    border-radius: 3px;
}

/* 矢印 */
.guide_getback a:before,
.guide_getback a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 2px;
    background: #fff;
}

.guide_getback a:before {
    margin-top: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.guide_getback a:after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* ==================================== */
/* 各ページ設定 - よくあるお問い合わせ */
/* ==================================== */
.page_faq {
    margin: 0 10px;
}

.page_faq .contenttitle {
    margin: 10px -10px;
    padding: 0 10px 2px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
}

/* メニュー部分設定 非表示
---------------------------------------- */
.faqmenu {
    display: none;
}

/* 回答部分設定
---------------------------------------- */
.answerblock > .title {
    margin: 20px 0;
    padding: 0px 6px;
    border-left: 3px solid #898989;
}

.answerbox > .title {
    position: relative;
    margin: 0 0 5px;
    padding: 9px;
    background: #f2f2f2;
}

.list_answerbox {
    position: relative;
    top: -20px;
    margin: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.list_answerbox > li {
    margin: 10px 0 20px;
}

.list_answerbox .item_q {
    position: relative;
    margin: 10px 0;
    padding: 0 0 5px 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.list_answerbox .item_q:before {
    content: "Q";
    position: absolute;
    left: 3px;
    color: #898989;
    font-weight: normal;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
}

.list_answerbox .item_a {
    position: relative;
    margin: 10px 0 10px 20px;
    padding: 0 0 5px 18px;
}

.list_answerbox .item_a:before {
    content: "A";
    position: absolute;
    left: 3px;
    color: #fd0107;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
}

.list_answerbox .item_a p {
    margin: 0 0 15px;
}

.list_answerbox .item_a p + p {
    margin: 15px 0;
}

/* 回答部分のis_open設定
---------------------------------------- */
.answerbox.is_open .list_answerbox {
    top: 0;
    height: auto;
    overflow: visible;
    margin: 10px 0;
    opacity: 1;
}

/* +/- アイコン */
.answerbox > .title:before,
.answerbox > .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 9px;
    height: 1px;
    background: #898989;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.answerbox > .title:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}

.answerbox > .title:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.answerbox.is_open > .title:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.answerbox.is_open > .title:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
}

/* ==================================== */
/* 各ページ設定 - ポイントおまとめページ */
/* ==================================== */
.page_point_omatome {
    margin: 0;
}

.page_point_omatome img {
    max-width: 100%;
}

/* リンクボタン */
.page_point_omatome .btn_link {
    margin: 30px 0;
    text-align: center;
    color: #fff;
}

.page_point_omatome .btn_link a {
    display: inline-block;
    position: relative;
    padding: 15px 45px 15px 30px;
    color: inherit;
    text-decoration: inherit;
    background: #898989;
    border-radius: 3px;
}

/* 矢印 */
.page_point_omatome .btn_link a:before,
.page_point_omatome .btn_link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 2px;
    background: #fff;
}

.page_point_omatome .btn_link a:before {
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.page_point_omatome .btn_link a:after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* 導入部ブロック */
.page_point_omatome > .intro {
    margin: 0 0 30px;
}

.page_point_omatome .img_title img {
    width: 100%;
    margin: 10px 0;
}

.page_point_omatome > .intro .copy {
    margin: 10px 0;
    font-weight: bold;
    font-size: 125%;
    text-align: center;
}

.omatome_img_card {
    text-align: center;
    margin: 10px 25px;
}

/* 規約ページのコンテンツボックス */
.omatomebox {
    margin: 10px 10px 30px;
}

.omatomebox > .title {
    position: relative;
    margin: 20px -10px 10px;
    padding: 10px 25px;
    font-weight: bold;
    background: #eee url(../../../../design/img01/circle.png) no-repeat 10px 50%;
    background-size: 9px auto;
    border-top: 1px solid #898989;
}

.omatomebox > .title:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #898989;
}

/* 会員登録方法ブロック */
.howtoregister {
    position: relative;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #eee;
}

.howtoregister + .howtoregister {
    margin-top: 35px;
}

.howtoregister + .howtoregister:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    width: 14px;
    height: 10px;
    margin: 0 0 0 -14px;
    background: url(../../../../design/img01/arrow4.png) no-repeat;
    background-size: 14px auto;
}

.howtoregister p {
    margin: 10px 0;
}

.howtoregister p:last-child {
    margin-bottom: 0;
}

.howtoregister .image {
    float: right;
    margin: 0 0 20px 50px;
}

.howtoregister .image {
    zoom: .5;
}

.howtoregister .title {
    color: #898989;
    font-size: 125%;
}

.omatomebox .benefitbox {
    margin: 20px 0;
}

.omatomebox .benefitbox > .title {
    margin: 20px 0 10px;
    color: #898989;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 1px solid;
}

.omatomebox .benefitbox > .title:before {
    content: "■";
    margin: 0 8px 0 0;
}

/* 会員ランク説明部分 */
.omatomebox .member_rank {
    margin: 30px 0 10px;
}

/* 会員ランクテーブル */
.omatomebox .table_member_rank {
    width: 100%;
    margin: 20px 0 10px;
    font-size: 80%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.omatomebox .table_member_rank caption {
    margin: 0 0 15px;
    color: #898989;
    font-size: 125%;
    font-weight: bold;
    text-align: left;
}

.omatomebox .table_member_rank th,
.omatomebox .table_member_rank td {
    padding: 3px 1px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    vertical-align: middle;
}

.omatomebox .table_member_rank th {
    background: #F5F5F5;
    font-weight: bold;
}

.omatomebox .table_member_rank .notes {
    color: #fb0303;
    font-size: 80%;
}

/* 注記リスト */
.omatomebox .list_notes {
    font-size: 80%;
}

.omatomebox .list_notes > li {
    margin: 8px 0;
}

.omatomebox .list_notes .notes {
    margin-right: 5px;
    color: #fb0303;
    font-weight: bold;
}

/* ==================================== */
/* 各ページ設定 - 規約ページ */
/* ==================================== */
.page_memberagreement {
    margin: 0 10px;
}

.page_memberagreement .contenttitle {
    margin: 10px -10px;
    padding: 0 10px 2px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #000;
}

/* 導入部ブロック */
.page_memberagreement > .intro {
    margin: 0 0 10px;
}

.page_memberagreement .reg_title {
    margin-right: -10px;
    margin-left: -10px;
}

.page_memberagreement .reg_title img {
    width: 100%;
}

/* カードをお持ちの方 */
.page_memberagreement .list_lmenu > li.havecard {
    width: 520px;
}

.page_memberagreement .list_lmenu > li.havecard a {
    background: url(../../../../design/img01/arrow3.png) no-repeat 95% 50%;
}

/* 規約ページのコンテンツボックス */
.memagreebox {
    margin: 20px 0;
}

.memagreebox > .title {
    position: relative;
    margin: 20px -10px 10px;
    padding: 10px 25px;
    font-weight: bold;
    background: #eee url(../../../../design/img01/circle.png) no-repeat 10px 50%;
    background-size: 9px auto;
    border-top: 1px solid #898989;
}

.memagreebox > .title:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #898989;
}

.memagreebox > .intro {
    margin: 10px 0;
    font-weight: bold;
}

.memagreebox .reg_img_benefits img {
    width: 100%;
}

.memagreebox .benefitbox {
    margin: 20px 0;
}

.memagreebox .benefitbox > .title {
    margin: 10px -10px;
    padding: 8px;
    color: #898989;
    font-weight: bold;
    vertical-align: middle;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
}

.memagreebox .benefitbox > .title img {
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 40px;
    height: auto;
}

.memagreebox .benefitbox .link {
    text-align: center;
    margin: 15px 0;
    font-size: 80%;
    font-weight: bold;
}

.memagreebox .benefitbox .link a {
    display: inline-block;
    position: relative;
    padding: 15px 45px 15px 30px;
    color: inherit;
    text-decoration: inherit;
    border: 1px solid #ccc;
    background: #f2f2f2;
}

/* 矢印 */
.memagreebox .benefitbox .link a:before,
.memagreebox .benefitbox .link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 2px;
    background: #898989;
}

.memagreebox .benefitbox .link a:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.memagreebox .benefitbox .link a:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* 会員ランク説明部分 */
.memagreebox .member_rank {
    margin: 10px 0;
}

/* 会員ランクテーブル */
.memagreebox .table_member_rank {
    width: 100%;
    margin: 10px 0;
    font-size: 75%;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.memagreebox .table_member_rank th,
.memagreebox .table_member_rank td {
    padding: 5px 2px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    vertical-align: middle;
}

.memagreebox .table_member_rank th {
    background: #F5F5F5;
    font-weight: bold;
}

.memagreebox .table_member_rank .notes {
    color: #fb0303;
    font-size: 80%;
}

/* 注記リスト */
.memagreebox .list_notes {
    font-size: 80%;
}

.memagreebox .list_notes > li {
    margin: 8px 0;
}

.memagreebox .list_notes .notes {
    margin-right: 5px;
    color: #fb0303;
    font-weight: bold;
}

/* 同意ボタン部分 */
.FS2_contents_container.FS2_MemberAgreement_container {
    border: none;
}

.FS2_MemberAgreement_container .FS2_PageTitle {
    margin: 0 0 10px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

.FS2_MemberAgreement_container .FS2_MemberAgreement_container {
    border-color: #ccc;
    border-radius: 0;
}

.FS2_MemberAgreementButton_container br {
    display: none;
}

.FS2_body_Member_MemberAgreement #submit {
    display: inline-block;
    width: 44%;
    margin: 0 1% 0 0;
}

.FS2_body_Member_MemberAgreement #submit_0 {
    display: inline-block;
    width: 44%;
    margin: 0 0 0 1%;
}

/* ==================================== */
/* WPコンテンツ */
/* ==================================== */
/* コンテントタイトル */
.contenttitle3 {
    margin: 15px 0;
    padding: 0 10px;
    font-size: 180%;
    font-weight: normal;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .07em;
    text-align: left;
}

.contenttitle3 .sub {
    font-size: 60%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.contenttitle3 .sub:before {
    content: "/";
    margin-right: 5px;
}

/* 戻るボタン */
.getback {
    margin: 50px 0;
}

.getback a {
    position: relative;
    margin: 0 0 0 10px;
    padding: 7px 10px 7px 24px;
    color: inherit;
    text-decoration: inherit;
    background: #f2f2f2;
}

/* 矢印 */
.getback a:before,
.getback a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 2px;
    background: #000;
}

.getback a:before {
    margin-top: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.getback a:after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* その他のコンテンツ */
.othercontents {
    margin: 20px 10px;
}

.othercontents > .title {
    margin: 10px -10px;
    padding: 7px 10px;
    color: #666;
    font-weight: bold;
    background: #e6e6e6;
}

/* ==================================== */
/* スナップページ */
/* ==================================== */
/* スナップ一覧ページ
--------------------------------------- */
.list_muitem.list_snapitems {
    margin: 10px 10px 20px;
}

.list_muitem.list_snapitems > li {
    padding: 1%;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* スナップ詳細ページ
--------------------------------------- */
.block_snapdetail {
    margin: 0 10px;
}

/* 日付 */
.block_snapdetail .entry_date {
    font-size: 80%;
}

/* タイトル */
.block_snapdetail .entry_title {
    margin: 5px 0 20px;
    font-size: 120%;
    font-weight: bold;
}

/* 画像エリア */
.block_snapdetail .imagebox {
    margin: 0 10%;
}

.block_snapdetail .imagebox > p {
    border: 1px solid #e6e6e6;
    padding: 4px;
}

.block_snapdetail .imagebox > p img {
    width: 100%;
}

/* 本文 */
.block_snapdetail .entry_body {
    margin: 20px 0;
}

.block_snapdetail .entry_body p {
    margin: 20px 0;
}

/* 使用アイテム */
.item_usage {
    margin: 20px 0 40px;
}

.item_usage > .title {
    margin: 0 0 17px;
    padding: 0 0 5px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

/* ==================================== */
/* トピックスページ */
/* ==================================== */
/* トピックス一覧ページ
--------------------------------------- */
.list_topicsitems {
    margin: 0 0 20px;
}

.list_topicsitems a {
    color: inherit;
}

.list_topicsitems > li {
    border-bottom: 1px solid #ccc;
}

.list_topicsitems > li a {
    display: block;
    padding: 12px 10px;
}

.list_topicsitems > li a:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list_topicsitems .image {
    float: left;
    width: 140px;
}

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

.list_topicsitems .text {
    margin-left: 150px;
}

/* トピックス詳細ページ
--------------------------------------- */
.block_topicsdetail {
    margin: 0 10px;
}

/* テキストエリア */
/* 日付 */
.block_topicsdetail .entry_date {
    font-size: 80%;
}

/* タイトル */
.block_topicsdetail .entry_title {
    margin: 5px 0 15px;
    padding: 0 0 10px;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

/* 本文 */
.block_topicsdetail .entry_body {
    margin: 20px 0;
}

.block_topicsdetail .entry_body p {
    margin: 20px 0;
}

/* 画像エリア */
.block_topicsdetail .imagebox_inner {
    position: relative;
}

.block_topicsdetail .imagebox_inner .bx-viewport {
    padding: 10px 0;
}

.block_topicsdetail .list_images > li {
    text-align: center;
}

.block_topicsdetail .list_images img {
    width: 70%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/* 画像スライダコントロール */
.block_topicsdetail .imagebox_inner .bx-prev,
.block_topicsdetail .imagebox_inner .bx-next {
    position: absolute;
    top: 50%;
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

.block_topicsdetail .imagebox_inner .bx-next {
    right: 0;
}

/* 矢印 */
.block_topicsdetail .imagebox_inner .bx-prev:before,
.block_topicsdetail .imagebox_inner .bx-prev:after,
.block_topicsdetail .imagebox_inner .bx-next:before,
.block_topicsdetail .imagebox_inner .bx-next:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 40%;
    width: 14px;
    height: 3px;
    background: #999;
    border-radius: 4px;
}

.block_topicsdetail .imagebox_inner .bx-prev:before,
.block_topicsdetail .imagebox_inner .bx-next:before {
    margin-top: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.block_topicsdetail .imagebox_inner .bx-prev:after,
.block_topicsdetail .imagebox_inner .bx-next:after {
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.block_topicsdetail .imagebox_inner .bx-next:before {
    margin-top: -4px;
}

.block_topicsdetail .imagebox_inner .bx-next:after {
    margin-top: 4px;
}

/* サムネイル */
.block_topicsdetail .list_imagesnav {
    padding: 7px 0;
    text-align: center;
    letter-spacing: -.4em;
}

.block_topicsdetail .list_imagesnav > li {
    display: inline-block;
    width: 38px;
    margin: 4px;
    letter-spacing: normal;
    vertical-align: middle;
}

.block_topicsdetail .list_imagesnav > li a {
    display: block;
    border: 1px solid #ccc;
}

.block_topicsdetail .list_imagesnav > li a.active {
    border-color: #898989;
}

.block_topicsdetail .list_imagesnav > li img {
    width: 100%;
}

/* ==================================== */
/* カタログページ */
/* ==================================== */
/* カタログ一覧ページ
--------------------------------------- */
.list_catalogitems a {
    color: inherit;
    text-decoration: inherit;
}

.list_catalogitems > li {
    border-bottom: 1px solid #e6e6e6;
}

.list_catalogitems > li a {
    padding: 18px 0;
    display: block;
    text-decoration: inherit;
}

.list_catalogitems .image {
    width: 180px;
    margin: 0 auto 15px;
}

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

.list_catalogitems .text {
    font-size: 140%;
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
    text-align: center;
}

/* カタログ詳細ページ
--------------------------------------- */
.block_catalogdetail > .contenttitle3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 150%;
    text-align: center;
}

.block_catalogdetail > .contenttitle3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 52px;
    height: 2px;
    margin-left: -26px;
    background: #000;
}

/* 画像エリア */
.block_catalogdetail .imagebox {
    margin: 0 10%;
}

.block_catalogdetail .imagebox_inner {
    position: relative;
}

.block_catalogdetail .list_images > li {
    text-align: center;
}

.block_catalogdetail .list_images img {
    width: 90%;
}

.block_catalogdetail .list_images .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 90%;
    margin: 0 0 0 -45%;
    padding: 7px 10px;
    font-size: 83%;
    text-align: left;
    background: rgba(255, 255, 255, 0.6);
}

/* 画像スライダコントロール */
.block_catalogdetail .imagebox_inner .bx-prev,
.block_catalogdetail .imagebox_inner .bx-next {
    position: absolute;
    top: 50%;
    left: -10%;
    margin: -5% 0 0;
    width: 10%;
    height: 10%;
    text-indent: -9999px;
}

.block_catalogdetail .imagebox_inner .bx-next {
    left: auto;
    right: -10%;
}

/* 矢印 */
.block_catalogdetail .imagebox_inner .bx-prev:before,
.block_catalogdetail .imagebox_inner .bx-prev:after,
.block_catalogdetail .imagebox_inner .bx-next:before,
.block_catalogdetail .imagebox_inner .bx-next:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 20%;
    width: 14px;
    height: 3px;
    background: #999;
    border-radius: 4px;
}

.block_catalogdetail .imagebox_inner .bx-prev:before,
.block_catalogdetail .imagebox_inner .bx-next:before {
    margin-top: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.block_catalogdetail .imagebox_inner .bx-prev:after,
.block_catalogdetail .imagebox_inner .bx-next:after {
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.block_catalogdetail .imagebox_inner .bx-next:before {
    margin-top: -4px;
}

.block_catalogdetail .imagebox_inner .bx-next:after {
    margin-top: 4px;
}

/* サムネイル */
.block_catalogdetail .list_imagesnav {
    padding: 10px 0;
    text-align: center;
    letter-spacing: -.4em;
}

.block_catalogdetail .list_imagesnav > li {
    display: inline-block;
    width: 38px;
    margin: 4px;
    letter-spacing: normal;
    vertical-align: middle;
}

.block_catalogdetail .list_imagesnav > li a {
    display: block;
}

.block_catalogdetail .list_imagesnav > li img {
    width: 100%;
    opacity: .3;
}

.block_catalogdetail .list_imagesnav > li a.active img {
    opacity: 1;
}

/* Amazon login payment */
.FS2_CheckoutInformation_list > li {
    margin-bottom: 4px;
    padding: 5px;
    border-radius: none;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.FS2_EditButton, .FS2_SetButton {
    color: #fff;
    border-radius: 3px;
    background: #898989;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.FS2_EditButton::before, .FS2_SetButton::before {
    border: none;
}

.FS2_CheckoutButton {
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #898989;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.FS2_CheckoutButton::before {
    border: none;
}

#FS2_MembershipCardBlock img {
    width: 280px;
}

#FS2_body_Password .sp_pass_txt {
    color: #FF3366;
    font-weight: bold;
    padding-left: 10px;
}

/* SPレディースカテゴリ配下ブランドバナー */
.item_list_brand_bnr_area {
    margin-top: -13px;
}

.item_list_brand_bnr_list {
    display: table;
    width: 100%;
    font-size: 75%;
    font-weight: bold;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: -.4em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.item_list_brand_bnr_list .center_bnr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.item_list_brand_bnr_list li {
    display: table-cell;
    width: 20%;
    letter-spacing: .05em;
    vertical-align: middle;
    text-align: center;
}

.item_list_brand_bnr_list li a {
    display: block;
    padding: 10px 0;
    color: #000;
}

.item_list_brand_bnr_list span {
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.mens_item_list_brand_bnr_area {
    margin-top: -13px;
}

.mens_item_list_brand_bnr_list {
    display: table;
    width: 100%;
    font-size: 75%;
    font-weight: bold;
    font-family: 'Julius Sans One', sans-serif;
    letter-spacing: -.4em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mens_item_list_brand_bnr_list .left_bnr {
    border-right: 1px solid #ccc;
}

.mens_item_list_brand_bnr_list li {
    display: table-cell;
    width: 20%;
    letter-spacing: .05em;
    vertical-align: middle;
    text-align: center;
}

.mens_item_list_brand_bnr_list li a {
    display: block;
    padding: 10px 0;
    color: #000;
}

.mens_item_list_brand_bnr_list span {
    font-family: 'Julius Sans One', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: .05em;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.FS2_WishListEntry {
    background-color: #777;
    padding: 8px;
}

.FS2_ArrivalInformation {
    background-color: #777;
    padding: 8px;
}

.FS2_ItemInquiry {
    background-color: #777;
    padding: 8px;
}

.FS2_MailRecommend {
    background-color: #777;
    padding: 8px;
}

.FS2_WishListRegistered {
    background-color: #0081d5;
    padding: 8px;
    color: #fff !important;
    font-weight: bold !important;
}

.FS2_Button li a {
    color: #fff !important;
}

.sale_item .FS2_special_price {
    color: #ff0000;
    font-size: 80%;
}

.sale_item .itemPrice {
    color: #ff0000;
    font-size: 120%;
}

.sale_item .FS2_itemPrice_addition {
    color: #ff0000;
}

.review_guide .catch {
    font-size: 15px;
    font-weight: bold;
    color: #898989;
}

.review_guide .catch span {
    font-size: 20px;
}

.review_guide .review_guide_box {
    margin: 0px 0 10px 0;
    padding: 10px 20px;
}

.review_guide .review_guide_box_last {
    margin: 0px 0 10px 0;
    padding: 10px 20px;
}

.review_attention_box {
    margin: 10px 10px 40px;
    background-color: #efefef;
    padding: 20px;
}

.review_attention_box h5 {
    margin-bottom: 20px;
    color: #ff0000;
}

.review_attention_box li {
    margin-bottom: 10px;
    font-size: 13px;
}

.FS2_Recommend2_Cart_container_Item img {
    width: 100%;
}

.FS2_Recommend2_Cart {
    margin-bottom: 50px;
}

.agreement_block{
    margin-bottom: 20px;
    padding:0 20px;
}

.agreement_block h3{
    margin-bottom: 10px;
}

.FS2_eye_catch_icon{
display:none;
}

.sale_obi img{
    width: 100%;
}

.sp_navi_item_title{
    padding: 15px 15px 15px 0;
    font-weight: bold;
}
/****************ここまで前のfutureshopのoriginal CSS****************/

/***********************ここからコマクリ用CSS************************/
.fs-l-header {
  padding-top: 0 !important;
}
.fs-l-footer {
  border-top: 0 !important;
}
.fs-p-drawer {
  display: none !important;
}

/*pankuzu*/
div.fs-c-breadcrumb {
  display: none;
}
.fs-c-breadcrumb__list {
  font-size: 11px;
}
.fs-c-sortItems {
  font-size: 12px !important;
}


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

/*商品一覧・商品検索結果*/
article.fs-c-productList__list__item {
  position: relative;
  padding-bottom: 70px;
}
article.fs-c-productList__list__item .fs-c-productListItem__control {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 8px;
  right: 0;
}
.fs-c-productName {
  text-align: left !important;
}
.fs-c-productName__copy  {
  font-size: 12px !important;
}
.fs-c-productName__name {
  font-size: 13px !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{
  font-size: inherit;
}
.fs-c-productPrice__addon {
  font-size: 12px;
}
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: #2b6bcb !important;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
  font-weight: bold;
  font-size: 12px;
}
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: 12px;
}
.fs-c-productName__copy, .fs-c-productName__variation {
  font-size: 12px;
}

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

/*商品詳細*/
.fs-c-productNameHeading{
  padding-top: 15px;
}
.fs-c-productPrices.fs-c-productPrices--productDetail {
    padding-top: 15px;
}
.fs-c-productNameHeading__name {
  font-size: 16px;
  display: block;
  line-height: 1.6
}
.fs-c-productNameHeading__copy {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
.fs-c-productNumber ,
.fs-c-productPointDisplay{
  font-size: inherit;
}
.fs-c-productNumber {
  font-size: 12px;
  border: 0;
  padding: 10px 0;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
}
.fs-c-productPointDisplay{
  background: transparent;
  color: #333;
  border: 0;
  padding: 5px 0 10px 0;
  border-bottom: 2px solid #ebebeb;
      margin-bottom: 15px;
}
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;
}
.fs-c-variationCart__cartButton..fs-c-button--secondary{
  background:#f04a2f;
}
.fs-c-variationLabel {
  font-size: 14px;
  font-weight: bold;
}
.fs-c-variationCart__variationName__shippingDate,
.fs-c-variationCart__variationName__stock,
.fs-c-button--primary.fs-c-button--addToCart--variation {
  font-size: inherit;
}
.fs-c-button--secondary,
.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  font-size: inherit;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.fs-p-card__title {
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  margin-top: 8px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fs-c-variationCart__variationName__stock {
  color: red;
}
.fs-c-productThumbnail__image__caption {
  font-size: 10px;
}


/*商品詳細ページの返品特約についてボタン*/
.fs-c-returnedSpecialContract {
  background: #777777;
  margin-bottom: 0 !important;
}
.fs-c-returnedSpecialContract a {
  color: #ffffff;
  padding: 0 10px;
  display: block;
}

/*商品詳細ページのお問い合わせボタン*/
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  background: #efefef;
  color: #333;
  border: solid 1px #888888;
  text-align: center;
  padding: 0;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct span {
}
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    width: 100%;
    padding: 12px;
}
.fs-p-productDescription.fs-p-productDescription--short .FS2_contents_container.bnr-coord{
 display: none;
}

/*カートページ*/
.fs-p-announcement__title {
  font-size: 20px;
  font-weight: bold;
}
.fs-c-featuredProduct {
  margin: 40px 0;
}
.fs-c-featuredProduct__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-cartTable__dataCell--subtotal,
.fs-c-cartTable__dataCell--unitPrice {
  font-size: inherit;
}
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title,
.fs-p-announcement__title  {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.fs-c-wishlistProduct {
    margin-top: 45px;
}

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

/*トップページメインスライダー調整*/
body#fs_Top .fs-pt-carousel ul.slick-dots {
  position: relative;
  top: -40px;
}
body#fs_Top .fs-c-slick .slick-dots li {
  height: 17px !important;
  width: 17px !important;
}
body#fs_Top .fs-c-slick .slick-dots li button:before {
  font-size: 17px !important;
  width: 17px !important;
  height: 17px !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;
}

/*トップページ*/
.cont-items-list ul li{
  display: inline-block;
  border:1px solid #ccc;
  background: #fff;
  margin: 4px 4px;
  border-radius: 3px;
  text-align: left;
  width: 46.72%;
}
.cont-items-list ul li a{
  padding: 10px 10px;
  display: block;
  line-height: 35px;
}
.cont-items-list ul li img{
  margin-right: 8px;
}


.front-loop {
  border-top: 1px solid #333;
  background: #fff;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
}
.front-loop.cont-items-list{
  border-top: none;
}
.front-loop h2 {
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
  text-align: left;
  padding: 24px 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
body#fs_Top .fs-p-heading--lv2 {
  border-bottom: 0;
  color:inherit !important;
}
.post-content .btn_more,
#recent_post_content .btn_more {
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
  width: 50%;
  margin: 20px auto;
  padding-left: 0;
  background: #999;
  border-radius: 3px;
  letter-spacing: 0.05em;
  text-align: center;
}
.post-content .btn_more a,
#recent_post_content .btn_more a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 8px 0;
  color: #fff;
}
.fs-c-postage__table__headerCell {
  font-size: 12px;
}

body#fs_Top .front-loop h2 {
    font-size: 22px;
}

.custom-html-widget > p{
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif !important;
  padding: 24px 0 !important;
  margin: 0 !important;
  font-weight: bold !important;
  font-size: 22px !important;
  text-align: center !important;
  border:0 !important;
}

/* SearchBox Fix*/

.header .searchbox_input form {
text-align: center;
display: flex;
justify-content: center;
}
.searchbox_input .input_submit,
.searchbox_input .input_text {
  display: inline-block;
}
.searchbox_input .input_submit button,
.footer_searchbox .input_submit button {
    background: black;
    border-radius: 0 3px 3px 0;
    color: white;
    padding: 0 10px;
    line-height: 38px;
}
.searchbox_input .input_submit button i {
 color: white;
font-size: 12px;
line-height: 12px;
}
.searchbox_input .input_text input,
.footer_searchbox .input_text input {
line-height: 38px;
font-size: 16px;
box-sizing: border-box;
border-radius: 3px 0 0 3px;
max-height: 38px;
}
.fs-c-sortItems, .fs-c-listControl__status, .fs-c-pagination {
    margin-left: auto !important;
    margin-right: auto !important;
}
.fs-c-listControl {
    width: 100%;
}

.fs-c-productListItem__control > *:last-child {
    margin-left: auto;
    margin-right: auto;
}
.fs-c-variationCart--withImage .fs-c-variationCart__cartButton{
  padding-left: 5px;
}
.fs-c-button--addToCart--list.fs-c-button--plain,
.fs-c-button--addToCart--variation.fs-c-button--primary {
  /* background: #28435f !important; */
  border-color: transparent;
      padding: 0.8em 0.8em 0.6em;
}


.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed){
  padding-left: 8px;
}


@media screen and (max-width: 767px) {
  .fs-body-category li:not(:last-child) a.fs-c-subgroupList__link {
    border-bottom-color: transparent !important;
  }
}

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

li.nested-collapse {
  padding: 0 !important;

}

li.nested-collapse,
li.nested-collapse li:last-child,
li.nested-collapse .js-collapse-toggle:last-of-type{
  border-bottom: none !important;
}

.list_items.js-collapse li:not(.other) {
  position: relative;
  padding-left: 50px;
}

.list_items.js-collapse li img {
  max-height: 25px;
  position: absolute;
  left: 15px;
  top: calc(50% - 12.5px);
}

.top_filters_inner { margin: 0 -8px; }

  .top_filters_inner h3 {
    background: #000;
    padding: 17px 16px;
    border-bottom: 1px solid #333;
    color: #fff;
    line-height: 1;
  }

  .top_filters_inner ul.js-collapse:not(.start-open) {
    display: none;
  }

  /* Start Open */
  .nested-collapse ul.js-collapse.start-open {
    display: block ;
  }

  .top_filters_inner li {
    background: #333 !important;
    border: none !important;
    border-bottom: 1px solid #575757 !important;
    text-align: left;
    margin-top: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top_filters_inner li a {
    line-height: 40px;
    padding: 5px 0;
    display: block;
    color: #fff;
  }

.fs-body-top .fs-l-main {
    margin-top: 0;
}

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

#info-strip a {
  line-height: 24px;
  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;
    font-size: 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 7px 5px;
            margin-bottom: 5px;
            margin-left: 2px;
            border: 1px solid #999;
  }
  .allItems_list_items ul li:nth-child(odd) a {
    margin-right: 2px;
    margin-left: 0;
padding-left:5px !important;
  }
  .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: 25px;
    margin-right:5px;
  }
#top_specialItem .specialItem {
    padding:0;
display: flex;
    justify-content: space-between;
  }
  #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 16px 0px;
    line-height: 1.5;
    font-size: 80%;
    width:32.5%;
  }
  #top_specialItem .specialItem li a {
    display: block;
  }
  #top_specialItem .specialItem li .itemPrice {
    font-size: 12px;
    color: #000000;
  }
  #top_specialItem .btn_more {
    background: black;
    width:50%;
    font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    padding-left: 0px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 32px auto 40px;
    border-radius: 3px;
  }
  #top_specialItem .btn_more a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 8px 0;
    color: #fff;
  }
  body#fs_Top #top_specialItem .btn_more:hover {
    opacity: 0.8;
    text-decoration: none;
  }

/*クリスマスギフトにおすすめのアクセサリー特集*/
.fs-c-documentArticle .fs-c-recommendItemDetails p {
    line-height: 1.8;
}
.fs-c-documentArticle__heading.fs-c-documentArticle__heading-L {
    text-align: left;
    font-size: 0.9rem;
}
.freePageWidth01 .fs-c-documentArticle__heading {
    background: #f0f0f0;
    color: #000000;
}

h2.fs-c-documentArticle__heading2 {
    font-weight: bold;
    font-size: 1.0rem;
    margin-bottom: 1.3rem;
    text-align: center;
}
.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;
}
.fs-l-pageMain .fs-c-slick .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
}

/* トップページ ITEM　追加スタイル */
.top_pierce_pickup .detail_cate_pickup_3 ul {
padding: 0 8px;
}
.top_pierce_pickup .detail_cate_pickup_3 ul li {
background: transparent !important;
padding: 0;
border: none !important;
}

.top_pierce_pickup .detail_cate_pickup_3 ul li a .itemPrice {
font-size:12px;
}
.top_pierce_pickup h4 {
text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.top_pierce_pickup a {
display: block;
padding: 10px;
width: 50%;
margin: 15px auto 25px;
background: #000;
text-align: center;
color: #fff !important;
font-size: 12px;
text-decoration:none;
border-radius:3px;
}
.top_pierce_pickup a:focus {
text-decoration:none;
opacity:.7;
}
.top_pierce_pickup .detail_cate_pickup_3 ul li a {
margin: 0;
    background: transparent;
    line-height: 1.5;
    font-size: 10px;
    width: 100%;
    color: #000 !important;
    font-weight:normal;
    text-align: left;
}

/* CART POPUP */
.cartPopup_btn {
  width: 90%;
  text-align: center;
  background: #2b6bcb;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  margin: 15px auto;
  border-radius: 0px;
  cursor: pointer;
  display: block;
}
.cartPopup_btn:hover {opacity: .8;}
.cartOverlay {
 display: none;
 opacity: 0;
 transition: .5s opacity;
}
.cartOverlay.popup_opened {
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0,0,0,0.8);
  transition: .5s opacity;
  z-index: 9999;
}
.moduleCartWrap.popup_opened {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: auto;
  max-height: 80vh;
  width: 98%;
  padding: 20px 15px;
  background: #fff;
  overflow-y: scroll;
 -webkit-pointer-events: all;
}
.popupTitle_wrap {
  margin-bottom: 15px;
}
.popup_itemName {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 25px;
}
.popup_priceTag {
  font-weight: bold;
  font-size: 1rem;
}
.popup_priceTag span {
  font-size: 80%;
}
.moduleCartWrap .fs-c-variationLabel {
  font-size: 1rem;
}
.popupClose_button {
  position: absolute;
  top: 23px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.popupClose_button span {
  display: block;
  width: 25px;
  height: 2px;
  background: #900a0a;
}
.popupClose_button span:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 0;
}
.popupClose_button span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 0px;
}

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

.top_pierce_pickup .detail_cate_pickup_3 ul li a.showDetail_btn {
    color: #fff !important;
}

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

/* 202020409 */
.ecbn-selection-page-wrapper .ecbn-selection-more-btn {
  font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
  width: 50%;
  display: block;
  text-transform: uppercase;
  margin: 32px auto 40px;
  padding-left: 0;
  background: #000000;
  border-radius: 3px;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding-right: 0 !important;
}
/*202020519*/
body#fs_Top .front-loop.js-includeWp--top_coordinate,
body#fs_Top .front-loop.cont-coord-items {
 border-top: none !important;
 margin-bottom: 0 !important;
}
.topSearch {
 padding: 20px 10px;
 text-align: center;
}
.topSearch .searchbox_input form {
 text-align: center;
 display: flex;
 justify-content: center;
}
.topSearch .searchbox_input .input_text {
 width: 100%;
}

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

.brandBanner_wrap {
 margin: 2em auto;
 padding: 8px;
}

.lh_brandconcept {
  width: 100%;
}
.lh_brandconcept_inner {
  position: relative;
  text-align: center;
}
.lh_brandconcept_info {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.lh_brandconcept_info p {
  font-size: 12px;
  line-height: 20px;
  margin: 26px 0 14px;
  font-weight: 600;
  color: #fff;
}
a.lh_brandconcept_btn {
  display: block;
  width: 185px;
  margin: auto;
  background: #fff;
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 0px;
  line-height: 1;
  padding: 10px;
  font-weight: 700;
}

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

/* 2021カルーセル */
.slider_topBanner {
 width: 100%;
 max-width: 1200px;
 margin: 24px 0;
}
.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 5px;
}
.slider_topBanner .slick-prev {
 left: -5px;
}
.slider_topBanner .slick-prev::before {
 content: "";
 height: 15px;
 width: 15px;
 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: 15px;
 width: 15px;
 border: 2px solid #000;
 border-left: none;
 border-bottom: none;
 transform: rotate(45deg);
 display: block;
}

.top_pierce_pickup h2 {
 font-size: 22px;
 text-align: center;
font-family: Volkhov, "Noto Sans Japanese", YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
    padding: 0 0 24px;
    margin: 0;
    font-weight: bold;
}
.top_pierce_pickup h2 small {
 display: block;
 font-size: 13px;
}

/* 202103追加 */
.slick-counter {
 text-align: center;
}
.fs-body-product .fs-c-breadcrumb {
 display: none;
}
.fs-body-product .fs-l-main {
 margin-top: 0px;
}
.fs-body-product .fs-c-productNameHeading {
 padding-top: 0;
}
.fs-body-product .fs-c-productNameHeading__copy {
 margin-bottom: 5px;
}
.fs-body-product .fs-c-productNumber {
 border: none;
 padding: 0;
}
.fs-body-product .fs-c-productPrices.fs-c-productPrices--productDetail {
 padding: 0;
}
.fs-body-product .fs-c-productPrice {
 display: inline-flex;
 padding-right: 10px;
}
.fs-body-product .fs-c-productPointDisplay {
 border: none;
 margin: 0;
 padding: 0;
}
.AmazonPay_message {
 display: flex;
 align-items: flex-start;
 font-size: 16px;
 justify-content: center;
}
.AmazonPay_message img {
 max-width: 33.33%;
 margin: 5px 10px 0 0;
}
.fs-body-product .cartPopup_btn {
 margin-bottom: 0;
}

.list_items--more {
  display: flex;
  flex-wrap: wrap;
  background: #333;
}
.list_items--more li {
  width: 50%;
  display: flex;
  align-items: center;
}
.list_items--more li:nth-of-type(odd) {
  border-right: 1px solid #575757 !important;
}
.list_items--more li:nth-of-type(n + 5) {
  display: none;
}
.list_items--more li a {
  line-height: normal;
  padding: 10px 0;
}
.list_items--more li a.bangle {
  font-size: 85%;
}
.list_items--trigger {
  display: block;
  padding: 13px 16px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.list_items--trigger::after {
    content: "\f067";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    float: right;
}

.topBanner ul {
    display: flex;
}

.fs-c-button--carousel {
 overflow: hidden;
}

/* 20210401 LHME */
.lhmeTop_searchbox {
 padding: 0 3%;
 margin: 10% 0 0;
}
.lhmeTop_searchbox form {
 display: flex;
}
.lhmeTop_searchbox .input_text,
.lhmeTop_searchbox .input_submit {
 border: none;
 display: inline-block;
}
.lhmeTop_searchbox .input_text input {
 border: 1px solid #00b3e6 !important;
}
.lhmeTop_searchbox .input_submit button {
 background: #00b3e6;
}

/* 20210401 */
.lhme_recommendedItems {display: none;}
.page_lhme .lhme_recommendedItems {display: block;}
.page_lhme .specialItem {
 padding: 0;
 display: flex;
 justify-content: space-between;
 margin-bottom: 0 !important;
}
.page_lhme .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 16px 0px;
 line-height: 1.5;
 font-size: 80%;
 width: 32.5%;
}
.page_lhme .specialItem li a {
 display: block;
}
.page_lhme .specialItem li p {font-size: 10px; text-decoration: underline;color:#00b3e6;}
.page_lhme .specialItem li .itemPrice {font-size: 12px;}
.page_lhme .lhme_recommendedItems .CrossHead,
.page_lhme .lhme_detailHistory .CrossHead{
 font-weight: normal;
 font-size: 120%;
 color: #333;
 text-align: left;
 padding: 0;
 background: transparent;
 margin: 0;
 border-bottom: 0;
font-size: 15px;
    font-weight: 600;
    padding-bottom: 12px;
}

.page_lhme .lh_detailHistory,
.lhme_detailHistory { display: none;}
.page_lhme .lhme_detailHistory {display: block;margin-bottom: 20px;}

.header_25th {
 width: 40px;
 position: absolute;
 top: 0;
}
.header_25th a {
 position: absolute;
 top: 42px;
 left: 73px;
 width: 40px;
 overflow: hidden;
 text-align: center;
 z-index: 2;
 line-height: 1;
 transition: none;
}
.re_header1.is_scroll .header_25th a {
 top: 18px;
}

/* 20211007 */
.fs-body-cart .fs-l-main {
 padding: 0 15px;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.fs-body-cart .fs-c-heading--page, .fs-body-checkout  .fs-c-heading--page {
 padding: 0;
 font-size: 17px;
 font-weight: bold;
 padding-bottom: 0px;
 margin-bottom: 15px;
 text-align: center;
 color: #000;
 border: 0;
 line-height: 1.4;
}
.fs-body-cart .fs-c-heading--page::after {
 content: "1/3";
 display: block;
 text-align: center;
}
.fs-body-checkout  .fs-c-heading--page::after {
  content: "2/3";
 display: block;
 text-align: center;
}
.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-body-cart .fs-p-flexibleColumn {
 flex-wrap: nowrap;
}
.fs-body-cart .fs-p-flexibleColumn > * {
 padding: 0;
 margin: 0;
}
.fs-body-cart .fs-p-linkButton {
 border-radius: 5px;
 display: inline-block;
 line-height: 38px;
 padding: 0 2px;
 text-align: center;
 margin-right: 3px;
 flex-grow: 1;
}
.fs-body-cart .fs-p-linkButton:nth-child(3){margin-right: 0;}
.fs-body-cart .fs-p-announcement__body p {
 margin-bottom: 15px;
}

.fs-body-cart #fs-totalsArea-wrapper {
 background: #f3f3f3;
 margin: 30px -15px;
 padding: 0 15px 25px;
 font-size: 20px; 
}
.fs-body-cart .fs-c-cartTable__row,
.fs-body-checkout .fs-c-cartTable__row {
     -ms-grid-columns: 100px 1fr 1fr;
    grid-template-columns: 100px 1fr 1fr;
}
.fs-c-cartTable__dataCell--product {
     -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-row: 1;
    grid-row: 1;
 padding-top: 25px;
}
.fs-body-cart .fs-c-cartTable__product,
.fs-body-checkout .fs-c-cartTable__product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
    grid-gap: 8px;
}
.fs-body-cart .fs-c-cartTable__product > .fs-c-cartTable__productImage,
.fs-body-checkout .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    padding-right: 0;
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity {
    -ms-grid-column: 2;
    grid-column: 2;
    justify-content: flex-start;
 padding: 0 0 0 16px;
}
.fs-body-checkout .fs-c-cartTable__dataCell--quantity {
    -ms-grid-column: 2;
    grid-column: 2;
    justify-content: flex-start;
    padding-left: 8px;

}
.fs-body-checkout .fs-c-cartTable__dataCell--subtotal, .fs-body-checkout .fs-c-cartTable__dataCell--unitPrice {
     -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2;
    justify-content: flex-start;
    padding-left: 8px;

}
.fs-body-checkout .fs-c-cartTable__dataCell--point {
     -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/ span 2;
justify-content: flex-start;
 text-align: left;
    padding-left: 8px;
}
.fs-body-cart .fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity {
 width: calc(100% - 3em);
}
.fs-body-cart .fs-c-cartTable__dataCell--action {
    -ms-grid-column: 2;
    grid-column: 3;
}
.fs-body-checkout .fs-c-cartTable__dataCell--point::before, .fs-body-checkout .fs-c-cartTable__dataCell--quantity::before, .fs-body-checkout .fs-c-cartTable__dataCell--subtotal::before {
 font-weight: normal;
}
.fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-button--cancel--cart {text-align: left; font-weight: bold;color: #000;}
.fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-button--cancel--cart .fs-c-button__label {text-decoration: underline;}
.fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice {
 -ms-grid-column: 1;
 -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
}
.fs-c-cartTable__dataCell--point {
  -ms-grid-column: 1;
 -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
  padding-bottom: 25px;
}
.fs-body-cart .fs-c-orderTotalTable {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.fs-body-cart .fs-c-cartTable__actionButton__container--buyItLater {display: none;}
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__count th, .fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__count td {
border-top: none;
padding: 17px 0;
}
.fs-body-cart .fs-c-orderTotalTable > tbody > tr:last-of-type {border-bottom: none;}
.fs-body-cart .fs-c-orderTotalTable__mainRow {font-weight: bold; padding: 0;}
.fs-body-cart .fs-c-orderTotalTable__mainRow th {font-weight: bold; padding: 23px 0 0;}
.fs-body-cart .fs-c-orderTotalTable__mainRow > td {font-size: 25px; padding: 23px 0 0;}
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__getPoint {
 font-size: 16px;
 font-weight: bold;
}
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__getPoint th,
.fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__getPoint td {
 font-weight: bold;
 border-top: 0;
 padding: 10px 0 0;
}
.fs-body-cart .fs-c-buttonContainer {
 padding: 0;
}
.fs-body-cart .fs-c-buttonContainer .fs-c-button--primary {
 color: #fff !important;
 font-weight: bold;
 font-size: 20px;
 width: 100%;
 max-width: 410px;
 background: #5442db;
 line-height: 65px;
 border-radius: 8px;
 border: 0;
 padding: 0;
}

.fs-body-cart .fs-c-cartDiscountInfo__info {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 font-size: 16px;
 font-weight: normal;
}
.fs-body-cart .fs-c-cartPayment.fs-c-purchaseHere {
 margin-top: 50px;
}
.fs-body-cart .fs-c-buttonContainer--unregisteredUserPurchase {
 margin-top: 24px;
}
.fs-body-cart .fs-c-button--secondary {
    border-radius: 5px;
    color: #ffffff !important;
    padding: 0;
    width: 100%;
 max-width: 410px;
 line-height: 45px;
}

.fs-body-checkout {
 color: #000;
}
.fs-body-checkout .fs-l-main {
 padding: 0 15px;
 color: #000;
}
.fs-body-checkout .fs-c-checkout-preview {
 background: #f5f5f5;
 border-color: #c8c8c8;
 color: #000;
}
.fs-c-checkout-customerInfo,
.fs-c-checkout-destination__list {
 font-size: 13px;
 line-height: 2;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name,
.fs-c-checkout-delivery__method__title {
 font-size: 17px;
}
.fs-c-checkout-destination__name {
 margin-bottom: 1em;
}
.fs-c-checkout-preview__title {
 text-align: left;
 font-weight: bold;
 font-size: 16px;
 padding-bottom: 20px;
 margin-bottom: 25px;
}
#fs-orderContents-container .fs-c-checkout-preview {
 background: #fff;
 border: 0;
 padding: 0;
}
.fs-body-checkout .fs-c-button--standard {
 background: #fff;
 color: #333;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 28px;
  min-width: 50px;
  box-shadow: none;
}
.fs-c-checkout-paymentMethodList {
 padding: 15px;
 background: #fff;
}
.fs-c-checkout-paymentMethodList > li {border: none;}
.fs-c-checkout-paymentMethod__title {
 padding: 0;
 line-height: 2.5;
 background: #fff;
}
.fs-c-checkout-delivery__method {
 padding: 0;
 background: transparent;
}
.fs-c-checkout-delivery__method__message {
 padding: 0;
 background: transparent;
 color: #ff2626;
 border: 0;
 margin-bottom: 20px;
}
.fs-c-checkout-couponCodeInput {
 padding: 15px;
 background: #fff; 
}
.fs-c-checkout-couponCodeInput__title { 
 font-size: 16px;
 margin-bottom: 8px;
}
.fs-c-checkout-couponCodeInput #fs_couponCode {
 border-color: #000;
 font-size: 30px;
 font-weight: bold;
}
.fs-c-checkout-couponCodeInput > *:not(:last-child) {
 margin-right: 20px;
}
.fs-c-checkout-couponCodeInput__input {
 flex-basis: calc(100% - 90px);
}
.fs-c-checkout-previewAndEdit__info {
 border: 0;
 padding: 15px;
 background: #fff;
}
.fs-c-checkout-confirmationList {
     -ms-grid-columns: 9em 1fr;
    grid-template-columns: 9em 1fr;
}
.fs-c-checkout-confirmationList > dd {
 font-size: 16px;
  font-weight: bold;
}
#fs-orderContents-container {
 margin-top: 75px;
}
#fs-orderContents-container .fs-c-checkout-preview__title {
 text-align: center;
 padding-bottom: 0;
 border: 0;
}
.fs-c-returnedSpecialContract {
 background: none;
padding: 0;
 color: #333333;
text-align: right;
}
.fs-c-returnedSpecialContract a {
  color: #333333;
  padding: 0;
}
.fs-c-returnedSpecialContract a::after {
 content: " >";
}
#fs_orderTotalContainer {
 margin-top: 50px;
}
#fs_orderTotalContainer .fs-c-checkout-preview {
 border: 0;
 background: none;
 padding: 0;
}
#fs_orderTotalContainer .fs-c-checkout-preview__title {
 padding: 0 0 8px;
 text-align: center;
 margin-bottom: 8px;
}
.fs-c-confirmOrder .fs-c-button--primary {
 color: #fff !important;
 font-weight: bold;
 font-size: 20px;
 width: 100%;
 max-width: 410px;
 background: #5442db;
 line-height: 65px;
 border-radius: 8px;
 border: 0;
 padding: 0;
 margin-top: 15px;
}
.fs-c-totalAndActions button:not(.fs-c-button--image) {
 font-size: 20px;
 min-height: 2em;
}

.fs-body-checkout .fs-p-footerPageTop {display: none;}

.fs-c-wishlistProduct {display: none;}
.fs-body-cart .itemList-sp--3 {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -7.5px;
}
.fs-body-cart .itemList-sp--3 .itemList__unit {
 width: 33.33%;
 padding: 0 7.5px;
 margin-bottom: 38px;
}
.fs-body-cart .itemList-sp--3 .itemList__unit .itemImg {
 margin-bottom: 10px;
     border: 1px solid #eaeaea;
}
.fs-body-cart .fs-c-wishlistProduct__title, .fs-body-cart .fs-c-featuredProduct__title {
 font-size: 16px;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 15px;
border: 0;
color: #000;
}
.fs-c-cartTable__row {
 border-color: #eaeaea;
 margin-bottom: 0;
}
.fs-c-cartTable__row:first-of-type {
 border-top: 1px solid #eaeaea;
}
.fs-c-button--continueShopping {
 background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    line-height: 48px;
    padding: 0;
    box-shadow: none;
 width: 100%;
 max-width: 245px;
 min-width: 200px;
 margin: 40px auto 100px;
 display: block;
 font-size: 16px !important;
}
.fs-c-button--continueShopping:focus,
.fs-c-button--continueShopping:active,
.fs-c-button--continueShopping:hover {
 background: #000;
 color: #fff;
}
.fs-body-cart .fs-c-breadcrumb__list,
.fs-body-checkout .fs-c-breadcrumb__list {
  padding: 10px 15px;
}
.fs-body-cart .fs-c-breadcrumb__list,
.fs-body-checkout .fs-c-breadcrumb__list,
.fs-body-cart .fs-c-breadcrumb__list a:visited, .fs-body-cart .fs-c-breadcrumb__list a:link, 
.fs-body-checkout .fs-c-breadcrumb__list a:visited, .fs-body-checkout .fs-c-breadcrumb__list a:link {
 color: #9c9c9c;
}

/* RENEWAL */
.header1_spacer, .header1 {height: 55px;}

.re_header1 .account-button {
    position: absolute;
    top: 0;
    right: 40px;
    width: 40px;
    height: 52px;
    z-index: 2;
    text-align: center;
}
.re_header1 .account-button__button {
 line-height: 52px;
}
.re_header1 .account-button img {
 vertical-align: middle;
}
.re_header1 .btn_gnav {
    position: absolute;
    top: 0;
    left: 15px;
    width: 40px;
    height: 52px;
    z-index: 2;
    line-height: 52px;
}
.re_header1 .btn_gnav img {
 vertical-align: middle;
}
.re_header1 .gnav .buttonmenu--open {
    display: none;
}
.re_header1 .gnav.is_open .buttonmenu--closed {
    display: none;
}
.re_header1 .gnav.is_open .buttonmenu--open {
    display: inline-block;
}
.re_header1 .searchbox > .button {
    position: absolute;
    top: 40px;
left: 45px;
    /*left: 35px;*/
    width: 40px;
    height: 52px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
    line-height: 52px;
}
.re_header1 .searchbox > .button {
    top: 0;
}
.re_header1 .searchbox > .button img {
    vertical-align: middle;
}
.re_header1 .searchbox.is_open > .button img {
    margin-left: 0;
}
.re_header1 .cart_button {
    position: absolute;
    top: 0;
    width: 40px;
    height: 52px;
    line-height: 52px;
    z-index: 2;
    text-align: center;
    right: 0;
}
.re_header1.is_scroll .cart_button {
    top: 0;
}
.re_header1 .cart_button img {
    vertical-align: middle;
}
.header1.is_scroll .account-button {
top: 0;
}

.parts_lhme .head_massage {display: none;}
.re_header1.parts_lionheart.is_open {
  pointer-events: none;
  border-color: #3e3e3e;
}
.parts_lionheart .gnav.is_open {
 width: 100%;
 height: 100%;
 background: rgba(51, 51, 51, 0.95);

}
.header .parts_lionheart .gnav_wrap {
 position: absolute;
    top: 0;
    left: -10px;
    height: auto;
  width: 88%;
 pointer-events: all;
}
.parts_lionheart .searchbox.is_open .inner {
 pointer-events: all;
}
.header .parts_lionheart .gnav.is_open .gnav_wrap {
 opacity: 1;
    top: 0;
 left: 0;
}

.drawer_header {
 height: 55px;
 position: relative;
 display: flex;
 align-items: center;
 padding: 0 15px; 
}
.re_header1 .drawer_header .btn_gnav {
 left: auto;
 right: 0;
}

.parts_lionheart .list_gnav > li > .label:before, .parts_lionheart .list_gnav > li > .label:after {
 height: 1px;
 background: #000;
}
.parts_lionheart .list_gnav .list_second > li > .label:before, .parts_lionheart .list_gnav .list_second > li > .label:after {
 right: 18px;
 left: auto;
  height: 1px;
 background: #000;
}
.parts_lionheart .list_gnav > li a {color: #000 !important;}
.parts_lionheart .list_gnav .list_second {padding: 0;}
.parts_lionheart .list_gnav .list_second > li a {padding-left: 15px;}
.parts_lionheart .list_gnav > li,
.parts_lionheart .list_gnav .list_second > li {border-color: #dededd;}
.parts_lionheart .list_gnav .list_second > li:first-child {border-top: 1px solid #dededd;}
.drawer_title {
 line-height: 30px;
 font-size: 12px;
 background: #e8e8e8;
 padding: 0 15px;
}
.re_header1.parts_lionheart .list_gnav > li a {color: #000;}

.re_header1.parts_lionheart {
 border-bottom: 1px solid #959595;
}
.header .sitenav.parts_lionheart {
 background: #fff;
 border-bottom: 1px solid #eaeaea;
}
.re_sitenav.parts_lionheart  .list_sitenav > li a {
 color: #000;
}
.parts_lionheart .list_sitenav>li {
 border-color: #e7e7e7;
}
.re_sitenav.parts_lionheart .list_sitenav_childmenu li {
 display: block;
 padding: 0;
 text-align: center;
}
.re_sitenav.parts_lionheart .list_sitenav_childmenu li .label {
    position: relative;
}
.re_sitenav.parts_lionheart .list_sitenav_childmenu li .label::before,
.re_sitenav.parts_lionheart .list_sitenav_childmenu li .label::after {
 content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 7px;
    height: 1px;
    background: #000;
}
.re_sitenav.parts_lionheart .list_sitenav_childmenu li .label:after {
    margin-top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.re_sitenav.parts_lionheart .list_sitenav_childmenu li .label:before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.re_sitenav.parts_lionheart .list_sitenav_childmenu li a {
 text-align: left;
 padding: 15px;
}

#info-strip {
 color: #fff;
 background: #000;
 font-size: 12px;
}
#info-strip a, #info-strip a font,
#info-strip--red a, #info-strip--red a font {
 color: #fff !important;
 font-weight: normal;
}
#info-strip--red {
  color: #fff;
 background: #f5422a;
 font-size: 12px;
 text-align: center;
 padding: 13px 5px;
}
.searchbox_input form,
.parts_lionheart .searchbox_input form {
 width: 100%;
}
.footer_search.parts_lionheart {margin-top: 0;}
.searchbox .inner, 
.parts_lionheart .searchbox .inner {
 padding: 20px 15px;
}
.searchbox_input .input_submit button i,
.parts_lionheart .searchbox_input .input_submit button i {
 color: #000;
}
.parts_lionheart .footer_searchbox {
     padding: 15px 15px 30px;
}
.searchbox_input .input_text input,
.parts_lionheart .searchbox_input .input_text input, .parts_lionheart .footer_searchbox .input_text input {
 border-color: #000;
 padding-right: 0;
 max-height: 40px;
 border-right: none;
 height: 40px;
}
.searchbox_input .input_submit button,
.parts_lionheart .searchbox_input .input_submit button, .parts_lionheart .footer_searchbox .input_submit button {
    background: transparent;
    border-radius: 0 3px 3px 0;
    color: #000;
    padding: 0;
    line-height: 38px;
 border: 1px solid #000;
 border-left: none;
 width: 40px;
}

.parts_lionheart .footer_searchbox .input_text input {
 border-right: none !important;
 padding-right: 0;
}
.searchbox_input .input_text,
.parts_lionheart .searchbox_input .input_text,
.parts_lionheart .footer_searchbox .input_text {
 width: calc(100% - 40px);
}
body:not([class*=lhme]) .topSearch {
 padding: 15px 0;
}
body.fs-body-category .topSearch {
 padding: 15px;
}
.parts_lionheart .list_gnav > li.is_open .list_second {
 margin: 0;
}

.footer_bannerArea {
 padding: 30px 15px 0;
}
.list_banner {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -2.5px;
}
.list_banner li {
 width: 50%;
 padding: 0 2.5px;
 margin-bottom: 5px;
} 
.footer_logo.parts_lionheart {
 padding: 70px 15px 20px;
}
.footer_sns.parts_lionheart .footer_sns_icons {
 padding: 40px 30px 70px;
}
.list_footer_sitemenu,
.copyright {
 font-size: 12px;
}

body.fs-body-top:not([class*=lhme]) .fs-l-main {
 padding: 0 15px;
}
.topBanner {
 margin-bottom: 42px;
}
.topBanner ul {
 margin: 0 -5px;
}
.topBanner ul li {
 padding: 0 5px;
}
.topItemsBlock h2 {
 font-size: 26px;
 padding: 28px 0;
 text-align: center;
 font-weight: bold;
}
.itemList {
 margin: 0 -6px;
 display: flex;
 flex-wrap: wrap; 
}
.itemList .itemList__unit .itemImg {
 margin-bottom: 6px;
}
.itemList .itemList__unit .itemName {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-size: 10px;
}
.itemList .itemList__unit .itemPrice {
 font-size: 10px;
}
.itemList-sp--2 .itemList__unit {
 width: 50%;
 padding: 0 6px;
 margin-bottom: 28px;
}
.topItemsBlock:not(#ranking_post_content) .itemList-sp--2 .itemList__unit:nth-child(n + 5) {display: none;}
#ranking_post_content .itemList-sp--2 .itemList__unit:nth-child(n + 7) {display: none;}

.itemBlock_btn {
 display: block;
 width: 100%;
 max-width: 300px;
 line-height: 38px;
 border: 1px solid #000;
 border-radius: 4px;
 text-align: center;
 font-size: 16px;
 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: 33px;
 height: 33px;
 border: #e6e6e6;
 color: #000;
 text-align: center;
 background: #fff;
 line-height: 31px;
 font-size: 16px;
 position: absolute;
 top: 0;
 left: 6px;
 font-weight: bold;
}
#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:17px;
}
.tabList__unit{
  float:left;
  cursor: pointer;
  line-height:27px;
  text-align: center;
  font-size:12px;
  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: 90px;
}

.featureBlock ul {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -7px;
}
.featureBlock ul li {
 width: 50%;
 padding: 0 7px;
 margin-bottom: 28px;
}
.featureBlock ul li > div {
 height: 48vw;
 width: 100%;
 position: relative;
 overflow: hidden;
 border: 1px solid #cfcfcf;
}
.featureBlock ul li > div img {
 height: 100%;
 width: auto;
 /*position: absolute;
 top: 0;
 left: -50%;
 bottom: 0;
 margin: auto;
 max-width: none;*/
 object-fit: cover;
}
.featureBlock ul li > div a:hover img {opacity: 1;}
.featureBlock ul li a { 
 font-size: 10px;
}
.featureBlock ul li a .date-md {
 display: block;
}
.featureBlock ul li:nth-child(n + 5) {display: none;}

.cont-coord-items .front-loop-cont > ul {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -12px;
}
.cont-coord-items .front-loop-cont > ul li {
 width: 50%;
 padding: 0 12px;
 margin-bottom: 28px;
}
.cont-coord-items .front-loop-cont > ul li:nth-child(n + 5) {display: none;}
.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: 3px 0 0;
 font-size: 10px;
}
.cont-coord-items .front-loop-cont > ul li .modelInfo span {
 display: inline-block;
 width: 25px;
 height: 25px;
 border-radius: 50%;
 overflow: hidden;
 margin-right: 3px;
}
.cont-coord-items .itemBlock_btn { 
 margin-top: 20px;
}
.cont-coord-items {
 margin-bottom: 50px;
}
#recent_post_content {
 margin-bottom: 75px;
}
#recom_post_content {
 margin-bottom: 90px;
}
#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: 6px;
    font-family: YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Arial, Verdana, sans-serif, serif;
}
#press_post_content {
 margin-bottom: 75px;
}
.topItemsBlock #press_post_content h2 {
 padding-bottom: 24px;
}
#press_post_content .list {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -7.5px;
}
#press_post_content .list li {
 padding: 0 7.5px;
 margin-bottom: 28px;
 /*padding: 9px 0;
 border-bottom: 1px solid #dbdbdb;*/
 width: 50%;
}
#press_post_content .list li:nth-child(n + 5) {display: none;}
#press_post_content .list li:first-child {
  /*border-top: 1px solid #dbdbdb;*/
}
#press_post_content .list li article.post {
 margin: 0;
}
#press_post_content .list li article > a {
 /*display: flex; */
}
#press_post_content .list li article > a .post-thumbnail {
 /*width: 82px;
 margin-right: 9px;*/
 overflow: hidden;
 height: 52vw;
 width: 100%;
 position: relative;
 margin-bottom: 10px;
}
#press_post_content .list li article > a .post-thumbnail img {
 position: absolute;
 width: 100%;
 height: auto;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
}
#press_post_content .list li article > a .post-text {
 font-size: 12px !important;;
}
#press_post_content .list li article > a .post-text .post-title {
 padding: 0;
 margin-top: 5px !important;
}

.instagramBlock {
 margin-bottom: 30px;
}
.instagramBlock .ecbn-selection-page-wrapper .ecbn-selection-more-btn {
  display: block;
 width: 100%;
 max-width: 300px;
 line-height: 38px;
 border: 1px solid #000;
 border-radius: 4px;
 text-align: center;
 font-size: 16px;
 transition: .3s;
 color: #000;
 margin: 30px auto 0;
 padding: 0;
 background: #fff;
}
.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;
 background: #000; 
}
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: 12px;
}
body#fs_Top #recent_post_content .cont-news li:nth-child(n + 4) {display: none;}
body#fs_Top #recent_post_content .cont-news li a {
 padding: 0 !important;
}
body#fs_Top #recent_post_content .cont-news li .date-md {
 font-weight: normal !important;
 color: #7d7d7d;
 display: block;
}
#top_news .itemBlock_btn {
 margin-top: 24px;
}
#top_news:not(.mainvisual_image) {
 margin-bottom: 60px;
}
#press_post_content .itemBlock_btn {
 margin-top: 0;
}
.lh_brandconcept {
 margin-bottom: 38px;
}
.lh_brandconcept_info {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
a.lh_brandconcept_btn {
    width: 269px;
    border: none;
    line-height: 1;
}
.lh_brandconcept_info p {
    font-size: 12px;
    line-height: 20px;
    margin: -40px 0 17px;
    font-weight: 600;
    color: #000;
}
.memberBnr_wrap {
 padding: 0 15px;
}

.fs-c-checkout-pointInfo__usePoint__label {
 font-size: 15px;
}
.fs-c-checkout-pointInfo__usePoint__number {
 font-size: 20px;
 color: #e80000;
}
.fs-c-checkout-addressee__data__name {
 font-size: 20px;
}

.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;
 display: block;
 margin-top: 1em;
}
.footer_lhme_link .footer_inner a {
    border: none;
    width: 92%;
    padding: 0;
    display: block;
    margin: 0 auto;
}

a[name] {
 display: block;
 padding-top: 60px;
 margin-top: -60px;
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
 background: #f3f3f3;
}

.fs-body-product .fs-c-productPointDisplay {
 margin-bottom: -5px;
 font-size: 12px;
}

.fs-body-product .fs-l-page:not(.page_lhme) .specialItem {
 padding: 0;
 display: flex;
 justify-content: space-between;
 margin-bottom: 0 !important;
}
.fs-body-product .fs-l-page:not(.page_lhme) .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 16px 0px;
 line-height: 1.5;
 font-size: 80%;
 width: 32.5%;
}
.fs-body-product .fs-l-page:not(.page_lhme) .specialItem li p {
 font-size: 10px;
}
.fs-body-product .fs-l-page:not(.page_lhme) .specialItem li .itemPrice {
 font-size: 12px;
}
.fs-body-product .fs-l-page:not(.page_lhme) .specialItem li .showDetail_btn {
 display: none !important;
}
.lh_detailHistory h3 {
 font-size: 15px;
 font-weight: 600;
 padding-bottom: 12px;
/* text-align: center;*/
}

.detail_giftLink {display: none !important;}
/*.page_lhme .detail_giftLink {display: table !important;}*/

.favBtn_block.cartPopup_btn {
 display: none;
}
.fs-body-product .fs-l-page .favBtn_block.cartPopup_btn {
 display: block;
 background: #fff;
 color: #000;
 border: 1px solid #000;
 border-radius: 5px;
 font-size: 15px;
 padding: 13px 0;
}
.lh_detailDescription {
 margin: 0 -15px;
}
.lh_detailAccordion_title {
 background: #e8e8e8;
 font-size: 15px;
 padding: 0 15px;
 color: #000;
 line-height: 50px;
 position: relative;
 cursor: pointer;
}
.lh_detailAccordion_title::after {
 content: "";
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 width: 8px;
 height: 8px;
 position: absolute;
 top: 50%;
 right: 25px;
 transform: translateY(-50%) rotate(45deg);
 transition: .3s;
}
.lh_detailAccordion_title.open::after {
 transition: .3s;
 transform: translateY(-50%) rotate(-135deg);
}
.lh_detailAccordion_content {
 padding: 15px;
 font-size: 12px;
}
.lh_detailAccordion_content + .lh_detailAccordion_content {
 margin-top: 25px;
}
.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;
 position: relative;
 padding-bottom: 20px;
 margin-bottom: 30px;
}
.fs-body-product .fs-l-page.page_lhme .cateBlock h2,
.fs-body-product .fs-l-page.page_lhme .cateBlock h2.cateBlock_titleCenter {
 padding-bottom: 0;
 text-align: left;
}
.fs-body-product .cateBlock h2 + br {display: none;}
.fs-body-product .fs-l-page:not(.page_lhme) .cateBlock h2::after {
 content: "";
 background: #eaeaea;
 width: 75px;
 height: 5px;
 position: absolute;
 bottom: 0;
 right: 0;
 left: 0;
 margin: auto;
}
.fs-body-product .fs-l-page:not(.page_lhme) .cateBlock img + h2 {
 margin-top: 50px;
}
.detailBanners ul {
 display: flex;
 flex-wrap: wrap;
 margin: 0 -3px;
}
.detailBanners ul li {
 max-width: 50%;
 padding: 0 3px;
 margin-bottom: 10px;
}
.fs-body-product .fs-l-page:not(.page_lhme) .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
 border-color: #000;
 background: #fff;
 color: #000;
}

#itemCoord {display:none;}
.fs-body-product .fs-l-page:not(.page_lhme) #itemCoord {
 display: block;
 max-width: 960px;
}
#itemCoord #post-coord-tagContent {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 15px;
 justify-content: space-between;
}
#itemCoord #post-coord-tagContent::before {
 content: "このアイテムをつかったスタイリング";
 display: block;
 width: 100%;
 font-size: 15px;
 font-weight: 600;
 padding-bottom: 12px;
 color: #000000;
 text-align: left;
 background: #ffffff;
}
#itemCoord #post-coord-tagContent article {
 padding: 0 1%;
 margin: 0 0 16px 0px;
 line-height: 1.5;
 width: 32.5%;
}
#itemCoord #post-coord-tagContent article:nth-child(n + 7) {display: none;}
#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: 3px 0 0;
 font-size: 10px;
}
#itemCoord #post-coord-tagContent .modelInfo span {
 display: inline-block;
 width: 25px;
 height: 25px;
 border-radius: 50%;
 overflow: hidden;
 margin-right: 3px;
}
#itemCoord #post-coord-tagContent.post-loop-wrap .post-thumbnail.gr4 {
 width: 100% !important;
}
#itemCoord #post-coord-tagContent::after {
 content: "";
 display: block;
 width: 32.5%;
}
#itemCoord #post-coord-tagContent .pagination {
 width: 100%;
 padding: 0;
 font-size: 10px;
}
.AmazonPay_message {
 align-items: flex-end;
}
.AmazonPay_message img {
 max-width: 35%;
 margin: 0px 10px 0px 0;
}
.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%;
}
.parts_lionheart .list_gnav .drawer_brand .list_second > li a {
 background: #f3f3f3;
 padding-left: 25px;
}

.allItems_ranking_3 h2, .allItems_ranking_3 .showDetail_btn,
.catePage_ranking h2, .catePage_ranking .showDetail_btn {display:none !important;}
.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: 6px;}
.allItems_ranking_3 ul li p,
.catePage_ranking ul li p {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-size: 10px;
 text-align: left;
}
.allItems_ranking_3 ul li .itemPrice,
.catePage_ranking ul li .itemPrice {
 font-size: 10px;
 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: 6px 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: 10px !important;
 text-align: left;
}
.fs-body-category article.fs-c-productList__list__item,
.fs-body-search article.fs-c-productList__list__item {
 padding-bottom: 20px;
 border: 0;
}
.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: 10px;}
.fs-body-category .fs-c-productListItem__viewMoreImageButton,
.fs-body-search .fs-c-productListItem__viewMoreImageButton {
 display: none;
}
.fs-body-category .fs-c-mark,
.fs-body-search .fs-c-mark,
.fs-body-category .fs-c-preorderMessage,
.fs-body-search .fs-c-preorderMessage,
.fs-body-category .fs-c-productPrices,
.fs-body-search .fs-c-productPrices {
 font-size: 10px;
}

.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: calc((100% - 9px) / 3);
    display: inline-flex;
    padding-right: 5px;
    position: relative;
    vertical-align: top;
    flex-direction: column;
    justify-content: space-between;
margin-right: 4.5px;
  }
  .catePage_ranking ul li:last-child {
    padding-right:0;
    margin-right: 0;
  }
  .catePage_ranking ul li::before {
    content: "";
    padding: 6px 10px;
    position: absolute;
    color:#fff;
    font-weight:bold;
    top: 0;
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 {
padding: 0;
display: flex;
justify-content: space-between;
margin-bottom: 0;
}
.detailPage_listItem ul li {
   display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  vertical-align: top;
  float: none;
  background: #ffffff;
  padding: 0 1%;
  margin: 0 0 16px 0px;
  line-height: 1.5;
  font-size: 80%;
  width: 32.5%;
}
.detailPage_listItem ul li:nth-child(n + 4) {
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;
 margin-bottom: 0;
 padding: 0 5px;
}
.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;
}
.categoryTitle {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding-bottom: 40px;
}
.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 !important;}
.catePage_ranking ul li {
 width: 33.33%;
 margin: 0;
 padding: 0;
 padding: 0 5px;
}
.catePage_ranking ul li:last-child {
 padding-right: 5px;
}
.pcOnly{
display:none!important;
}
.topBanner ul.flwrap {flex-wrap:wrap;margin: 0;gap:5px;}
.topBanner ul.flwrap li {padding: 0;}

.wrappingLinks {margin-top: 10px;}

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