.shopnavi > li > a > span {line-height: 1.4em!important;}
#head_container {background-color:#fff!important}
.FS2_Search {display:none;}
.FS2_Utility1_container {display:none;}
.FS2_Utility2_container {display:none;}
#FS2_footer {background-color:#fff!important;margin-bottom:0;}


/*-------------------------------------------
商品一覧ページ
-------------------------------------------*/

#orgSpLayout{
	margin: 0 10px;
}

.orgCover img {
	margin-top : 10px;
}

#orgSpLayout h1{
	font-size: 90%;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	padding:1em 0;
}

#orgSpLayout h2{
	font-size: 80%;
	text-align:left;
	font-weight:normal;
	word-break: break-all;
}


/*-------------------------------------------
商品一覧の小カテゴリ
-------------------------------------------*/
h1.FS2_PageTitle {
    font-size: 110%;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 5px;
}

.FS2_contents_container li.FS2_iconArrow {
    padding: 8px 7px;
}


/*-------------------------------------------
ショッピングカートのサムネール
-------------------------------------------*/
.FS2_Cart_Item_Thumbnail img {
    width:120px;
}


/*-------------------------------------------
ショッピングカートの商品名
-------------------------------------------*/
.FS2_Cart_Item_table td {
    word-break: break-all;
}


/*-------------------------------------------
ショッピングカートのバナーリスト
-------------------------------------------*/
.bnr_cart {
    margin: 0 auto;
    padding-top: 10px;
    width: 94%;
}

.bnr_cart li {
    margin-bottom: 5px;
}

/*-------------------------------------------
カートボタン位置調整
-------------------------------------------*/
input {
    vertical-align: middle;
}


/*-------------------------------------------
インスタSP
-------------------------------------------*/
.instatitle {
    margin-top: 10px;
    font-size: 110%;
    text-align: center;
}

ul.instaphoto {
    margin-top: 5px;
    text-align: center;
}

ul.instaphoto li {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}


/*-------------------------------------------
商品一覧コンテナ
-------------------------------------------*/
.FS2_container_ItemList td {
    padding-left: 5px;
    font-size: 90%;
    line-height: 140%;
    word-break: break-all;

}


/*-------------------------------------------
ソーシャルボタン
-------------------------------------------*/
iframe#twitter-widget-0 {
    vertical-align: bottom;
}

iframe.line-it-button {
    vertical-align: bottom;
}


/*-------------------------------------------
商品詳細
-------------------------------------------*/
#FS2_Variation_cartbutton .FS2_VariationValueList > h2 {
    background: #444344;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li {
     text-align: center;
}


/*-------------------------------------------
商品一覧ページを横2つ
-------------------------------------------*/
.fs_goods_container{
        width: 48%;
        margin: 1%;
        border: none;
        float: left;
        position: relative;
}

.fs_goods_container th{
        width:100%;
        float:left;
}

.fs_goods_container td{
       width:97%;
       float:left;
       text-align:left;
       padding:0 2%;
       font-size:70%;
       word-break: break-all;
       margin-bottom: 15px;
}

.fs_goods_container th img{
 width:100%;
}

.FS2_Alternateness_bg {
       background:#fff;
}

.FS2_body_Goods_BundleGoodsList .fs_goods_container:nth-of-type(2n+1),
#FS2_GoodsSearchList .fs_goods_container:nth-of-type(2n+1),
#FS2_CategoryList .fs_goods_container:nth-of-type(2n+1) {
clear: left;
}


/*-------------------------------------------
お気に入り
-------------------------------------------*/
.FS2_Item_Thumbnail img {
     width: 150px;
}


/*-------------------------------------------
クーポン
-------------------------------------------*/

.FS2_CouponBlock h3 {
    text-align: center;
}

p.FS2_CouponRequirements {
    text-align: center;
}


/*-------------------------------------------
商品詳細のアイテム画像表示
-------------------------------------------*/

#FS2_ItemDetail .FS2_ItemThumbnails {
	position: relative;
}

#FS2_ItemDetail .FS2_thumbnail_flick_btn_container {

}

#FS2_ItemDetail .fs_sp_flick_btn_right {
	background: none;
	padding: 20px 10px;
	height: 30px;
	margin: 0;
	width: 20px;
	dislplay: block;
	position: absolute;
	top: 150px;
	right: 0;
	z-index: 2;
	text-align: center;
}

#FS2_ItemDetail .fs_sp_flick_btn_right:before {
	content: ">";
	font-size: 30px;
	position: absolute;
	right: 10px;
	background-color: lightgray;
	padding: 0 6px;
	opacity: 0.5;
}

#FS2_ItemDetail .fs_sp_flick_btn_left {
	background: none;
	padding: 20px 10px;
	height: 30px;
	margin: 0;
	width: 20px;
	dislplay: block;
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
	text-align: center;
}

#FS2_ItemDetail .fs_sp_flick_btn_left:before {
	content: "<";
	font-size: 30px;
	position: absolute;
	left: 10px;
	background-color: lightgray;
	padding: 0 6px;
	opacity: 0.5;
}

#FS2_ItemDetail .fs_sp_flick_container {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

#FS2_ItemDetail .fs_sp_flick_item_container {
	width: 100%;
	float: none;
}

#FS2_ItemDetail .FS2_thumbnail_container img {
	width: 100%;
	height: auto;
}


/* 商品詳細リニューアルデザイン 2021.11.09 */
#FS2_layout_body {
     background: #fff;
}

#FS2_layout_body {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
}
#FS2_layout_body form#form {
    order: 9;
    width: 100%;
}
#FS2_header {
    order: 0;
    width: 100%;
}

#FS2_layout_body .pan {
    order: 1;
    width: 100%;
    padding: 10px 5px;
    background: #f0f0f0;
}
.FS2_upper_comment {
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.FS2_upper_comment:not(.FS2_SeniorDesign_comment) {
    order: 3;
}
.FS2_SeniorDesign_comment {
    order: 4;
}
.FS2_ItemThumbnails {
    order: 5;
	width: 100%;
}
.FS2_TweetButton_area {
    order: 6;
    width: 100%;
}
.FS2_Name_and_Price {
    order: 7;
}
.FS2_Figure {
    order: 8;
    width: 100%;
}
.FS2_ItemComment {
    order: 10;
}
.FS2_Button {
    order: 9;
    width: 100%;
}
.FS2_Button .FS2_ItemInquiry {
    display: none;
}
.FS2_RecommendItemList {
    order: 12;
    /*display: none;*/
}
.FS2_Search {
    order: 13;
}
.FS2_Utility1_container {
    order: 14;
}
.FS2_Utility2_container {
    order: 15;
}
#FS2_Logout_popup {
    order: 16;
}
.item-recommond_wrap {
    order: 11;
    width: 95%;
    margin: 0 auto 3em;
}
#_rcmdjp_display_1 {
	order: 16;
	width: 100%;
}
	#recommend_flick .footer {
		text-align: center;
	}
#_rcmdjp_display_2 {
	order: 17;
}
#FS2_footer {
    order: 18;
    width: 100%;
}

.FS2_contents_container {
    order: 5;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
}

#FS2_ItemDetail .fs_sp_flick_btn_left {
    top: 450px;
    width: 110px;
    padding: 0;
}
    #FS2_ItemDetail .fs_sp_flick_btn_left:before {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        width: 100px;
        height: 1px;
        background: #000;
    }
    #FS2_ItemDetail .fs_sp_flick_btn_left:after {
        content: "";
        position: absolute;
        top: 11px;
        left: 10px;
        display: block;
        width: 10px;
        height: 1px;
        background: #000;
        transform: rotate(-45deg);
        visibility: inherit;
    }
#FS2_ItemDetail .fs_sp_flick_btn_right {
    top: 450px;
    width: 110px;
    padding: 0;
}
    #FS2_ItemDetail .fs_sp_flick_btn_right:before {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        width: 100px;
        height: 1px;
        background: #000;
    }
    #FS2_ItemDetail .fs_sp_flick_btn_right:after {
        content: "";
        position: absolute;
        top: 11px;
        right: 10px;
        display: block;
        width: 10px;
        height: 1px;
        background: #000;
        transform: rotate(45deg);
        visibility: inherit;
    }
#FS2_ItemDetail .fs_sp_flick_container {
	    /*height: 420px;*/
	    width: auto;
    margin-bottom: 60px;
}

.FS2_TweetButton_area > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.FS2_TweetButton_area #twitter-widget-0 {
    margin-right: 20px;
}

.FS2_Name_and_Price > ul {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
}
    .FS2_Name_and_Price li {
        border-bottom: none;
        padding: 7px 0px;
        width: 100%;
    }
    .FS2_Name_and_Price li:nth-child(1) {
        order: 0;
        margin: 3px auto;
        width: 90%;
    }
    .FS2_Name_and_Price li .itemTitle {
        margin: 0;
    }
    .FS2_Name_and_Price li.itemNumber {
        order: 1;
        margin: 3px auto;
        width: 87%;
    }
    .FS2_Name_and_Price li.FS2_itemPrice_area {
        order: 2;
        margin: 3px auto;
        width: 87%;
    }
    .FS2_Name_and_Price li.FS2_point_area {
        order: 4;
    }
        .FS2_point {
            color: #FF0000;
            text-align: center;
            margin: 0 auto;
            font-size: 12px;
            width: 80%;
        }
    .FS2_Name_and_Price li:nth-child(5) {
        order: 3;
    }
        .sellTerms {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(90% - 2px);
            background: transparent;
            border: 1px solid #000;
            padding: 0.5em 0;
            font-size: 12px;
            margin: 0 auto;
        }

    #FS2_ItemDetail .FS2_noStockText {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    .FS2_ReturnedSpecialContract_link {
        float: none;
        text-align: right;
    }
    .FS2_ReturnedSpecialContract_link a {
        color: #000;
    }

    #FS2_layout_body .FS2_ItemComment {
        width: 90%;
        margin: 20px auto 0;
    }

    .FS2_Button li {
        border-bottom: none;
    }
    .FS2_Button li a {
        background: none;
        text-align: right;
        margin: 0 0 8px 0;
    }

    p.FS2_PageTitle {
        display: none;
    }

.top_ttl2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.15em;
    text-align: left;
    margin: 0 auto 15px;
    width: 100%;
}
.prev .ico {
    left: 5%;
}
.next .ico {
    right: 5%;
}

#FS2_Variation_cartbutton .FS2_VariationValueList > ul > li > span.FS2_VariationInCartButton_container input {
    width: 100%;
}

#FS2_SystemNav {
    width: 100%;
order: 10;
}

header + #h_text_sp {
	margin-top: 51px;
}

