@charset "utf-8";


/*--------------------------------------------------------------------------------
左メニュー
--------------------------------------------------------------------------------*/
.leftmenuframe_{
	display: none;
}
div.container_{
	background: #FFF;
}


/*--------------------------------------------------------------------------------
mainframe
--------------------------------------------------------------------------------*/
div.container_ {
	width: 100%;
}
div.container_ div.contents_ {
	width: 1000px;
	margin: 0 auto;
}
div.container_ div.contents_ div.mainframe_{
	float: none;
	width: 960px;
	margin: 0 auto;
}
div.contents_{
	margin-bottom: 0;
}

/*--------------------------------------------------------------------------------
左カラム調整
--------------------------------------------------------------------------------*/

/* 各種 幅 高さ */
div.goodsimg_,
div.goodsimg_ .img_L_,
div.goodsimg_ .bx-wrapper,
.goodsproductdetail_ .goodsimg_ img.src_l_{
	width: 480px;
}
div.goodsimg_ .bx-wrapper{
	height: 480px;
}

/* スライダー関連 */
#gallery div.etc_goodsimg_item_{
	width: 51px;
	height: 51px;
	margin: 0 0 8px 8px;
}
#gallery div.etc_goodsimg_item_:nth-child(8n+1){
	margin-left: 0;
}

/* キーワード関連 */
.hashtag_ .goodsttl_{
	display: none;
}
.hashtagIn_ span:before{
	display: none;
}
.hashtag_ .hashtagIn_{
	margin:0 0 15px;
	overflow: hidden;
	height: 43px
}
.hashtag_ .hashtagIn_ span{
	display: inline-block;
	margin: 0 5px 5px 0;
}
.hashtag_ .hashtagIn_ span:last-child{
	margin-left: 0;
}
.hashtag_ .hashtagIn_ a{
	display: inline-block;
	font-size: 13px;
	border: 1px solid #C2CBD4;
	border-radius: 100px;
	background: #DDE4EC;
	color: #001960;
	line-height: 1;
	padding: 9px 15px;
	text-decoration: none;
}
.hashtag_ .hashtagIn_ a:before{
	content: "#";
	margin-right: 2px;
}
.hashtag_ .hashtagIn_ a:hover{
	opacity: 0.7;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container{
	height: 43px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	bottom: -5px;
}

/* 商品に関する注意事項 ボタン */
div.goodsproductdetail_ .goodscomment3_ .goodsttl_{
	position: relative;
	cursor: pointer;
	background: #1B294E;
	color: #FFF;
	width: 200px;
	text-align: center;
	padding: 10px;
	margin-top: 25px;
}
div.goodsproductdetail_ .goodscomment3_ .goodsttl_:before,
div.goodsproductdetail_ .goodscomment3_ .goodsttl_:after{
	content: "";
	width: 11px;
	height: 1px;
	background: #FFF;
	position: absolute;
	right: 15px;
	top: 50%;
}
div.goodsproductdetail_ .goodscomment3_ .goodsttl_:after{
	transform: rotate(90deg);
}
#gallery_s .goodscomment3_{
	font-size: 0;
}
#gallery_s .goodscomment3_ > *:not(h2){
	display: none;
}
#attention_word_{
	display: none;
}
#gallery_s .attention_word_{
	display: block !important;
	font-size: 12px;
}

/*--------------------------------------------------------------------------------
右カラム調整
--------------------------------------------------------------------------------*/

/* 幅 */
div.goodsspec_{
	width: 440px;
}

/* 並び順 */
.goodsspec_{
	display: flex;
	flex-direction: column;
}
.goodsspec_ > p{
	order: 100;
}
.goodsspec_ > .shoplist_{
	order: 10;
}

/* ロゴ */
.Brandtag_ span{
	width: 150px;
	height: 25px;
	background-size: contain;
	background-position: left top;
	position: relative;
}
.Brandtag_ span a{
	display: block;
	height: 25px;
}

/* カラーバリエーション */
div.cartbox_ div.colors_ div.color2_{
	width: 11.8%;
	padding-top: calc(11.8% - 8px);
	margin: 0.4% 0 0.4% 0.8%;
	background-size: cover;
	position: relative;
	overflow: visible;
}
div.cartbox_ div.colors_ div.color2_:nth-child(4n+1){
	clear: none;
	margin-left: 0.8%;
}
div.cartbox_ div.colors_ div.color2_:nth-child(8n+1){
	clear: both;
	margin-left: 0;
}

/* カートボタン */
div.cartbox_{
	text-align: center;
}
input.btn_cart_l_{
	display: block;
	margin: 0 auto;
}
input.btn_cart_l_ + br{
	display: none;
}
.option_buttons_{
	text-align: left;
	margin: 7px 0 14px;
}
.option_buttons_ li:first-child{
	margin: 0;
}

/* 取扱いショップ ボタン*/
.shoplist_ .shopttl_{
	height: 51px;
	line-height: 51px;
	padding: 0;
	border: 2px solid #1B294F;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1B294F;
	background: #FFF;
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
}
/* モーダル関係 */
.goodscomment3_ + .goodscomment3_{
	display: none;
}
.shoplist_ > *:not(h2){
	display: none;
}

/* 一緒に購入されている商品 */
#block_of_recommend{
	clear: both;
	width: 960px;
	margin: 0 auto 40px;
}


/*--------------------------------------------------------------------------------
モーダルウインドウ
--------------------------------------------------------------------------------*/

body.modal_open_{
	overflow: hidden;
}
.modal_attention_bg_,
.modal_shop_bg_,
.modal_postage_bg_{
	display: none;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	height: 100%;
	align-items: center;
	top: 0;
	left: 0;
	justify-content: center;
	background: rgba(0,0,0,0.85);
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 100000;
}
.modal_attention_bg_[style*="block"],
.modal_shop_bg_[style*="block"],
.modal_postage_bg_[style*="block"]{
	display: flex !important;
}

.modal_attention_wrapper_,
.modal_shop_wrapper_,
.modal_postage_wrapper_{
	width: 800px;
	padding: 81px 0 40px;
	margin: auto;
	position: relative; 
}
.modal_attention_in_,
.modal_shop_in_,
.modal_postage_in_{
	text-align: left;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.modal_attention_in_{
	padding: 0 100px 40px;
}
.modal_attention_in_{
	background: #FFF;
}
.modal_close_{
	box-sizing: border-box;
	width: 41px;
	height: 41px;
	border: 1px solid #FFF;
	position: absolute;
	top: -51px;
	right: 0px;
	cursor: pointer;
}
.modal_close_:before,
.modal_close_:after{
	content: "";
	width: 27px;
	height: 1px;
	background: #FFF;
	position: absolute;
	left: 6px;
	top: 19px;
}
.modal_close_:hover{
	opacity: 0.7;
}
.modal_close_:before{
	transform: rotate(45deg);
}
.modal_close_:after{
	transform: rotate(-45deg);
}
.shopplace_ + ul li:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.shopplace_ + ul li{
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #cccccc;
}

.modal_click_area_{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.modal_attention_in_  .goodscomment3_ .goodsttl_{
	background-image: none;
	background: #001260;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	width: calc(100% + 200px);
	margin: 0 0 40px -100px;
}

.modal_attention_in_  .goodscomment3_{
	font-size: 15px;
	line-height: 1.7;
}
.modal_attention_in_  .goodscomment3_ b{
	color: #001960;
	font-weight: bold;
}

.modal_shop_in_ .shopplace_{
	background-image: none;
	background: #001260;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.modal_shop_in_ ul{
	background: #FFF;
	padding: 40px 80px 15px;
}
.modal_shop_in_ ul + .shopplace_{
	margin-top: 30px;
}
.modal_shop_in_ ul:after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.modal_shop_in_ ul li{
	float: right;
	width: 290px;
}
.modal_shop_in_ ul li:nth-child(odd){
	clear: both;
	float: left;
}
.shopplace_ + ul li{
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.modal_shop_in_ .stock_ br{
	display: none;
}
.modal_shop_in_ .shopname_{
	margin-bottom: 25px;
	min-height: calc(2em * 1.7) 
}
.modal_shop_in_ .shopname_ + p{
	width: 160px;
}

/*--------------------------------------------------------------------------------
下段コンテンツ
--------------------------------------------------------------------------------*/

div.rightmenuframe_{
	/*width: 960px;*/
	width: 100%;
	margin: 0 auto 40px;
	float: none;
}
#block_of_rightmenu_bottom {
	/*width: 960px;*/
	width: 100%;
	margin: 0 auto;
}
#block_of_itemhistory {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* 一緒に購入されている商品 */
#block_of_recommend{
	margin-bottom: 60px;
}
#goods_box1 div.StyleQ_Frame_ div.StyleQ_Item_{
	width: 14.5%;
	margin:0 0 0 2.6%;
}
#goods_box1 div.StyleQ_Frame_ .StyleT_Line_:nth-child(2) div.StyleQ_Item_:first-child {
	margin-left:2.6%;
}
#goods_box1 div.StyleQ_Frame_ div.StyleQ_Item_:nth-child(6n+1){
	margin-left: 0;
}
#goods_box1 div.StyleQ_Frame_ div.StyleQ_Item_ div.img_{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#goods_box1 div.StyleQ_Frame_ div.StyleQ_Item_ div.img_ img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 140px;
}
#block_of_recommend h2.ttl_recommend_{
	margin:60px 0 25px !important;
}

/* この商品を見た人は、こんな商品も見ています */
div#_rcmdjp_display_1{
	margin-bottom: 60px;
}
#_rcmdjp_display_1 div.sidebox_ h2{
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background: #e5e5e5 !important;
	color: #333;
	margin-bottom: 25px;
}
#_rcmdjp_display_1 .bx-viewport .bx-controls{
	display: none;
}
#_rcmdjp_display_1 .bx-viewport{
	width: 100% !important;
	height: auto !important;
}
#_rcmdjp_display_1 .bx-viewport ul{
	width: 100% !important;
}
#_rcmdjp_display_1 .bx-viewport li.bx-clone{
	display: none !important;
}
#_rcmdjp_display_1 .bx-viewport li:nth-child(n+8){
	display: none !important;
}
#_rcmdjp_display_1 .bx-viewport li.rcmdli{
	width: 14.5% !important;
	margin: 0 2.6% 0 0 !important;
}
#_rcmdjp_display_1 .bx-viewport li.rcmdli .StyleT_Line_{
	width: 100% !important;
	margin: 0 !important;
}
#_rcmdjp_display_1 .bx-viewport li:nth-child(7){
	margin-right: 0 !important;
}
#_rcmdjp_display_1 .goods_name_ img{
	width: 100%;
	margin-bottom: 10px;
}
#_rcmdjp_display_1 div.StyleT_Frame_ div.StyleT_Item_{
	width: 100%;
}

/* 最近閲覧したお勧めの商品 */
div.StyleI_Frame_{
	width: 925px;
	padding: 0 20px;
}
#sidebox_itemhistory h2{
/*	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background: #e5e5e5 !important;
	color: #333;
	margin-bottom: 25px;*/
	background-color: inherit !important;
}
div.StyleI_Frame_ div.StyleT_Item_ {
	width: 180px;
}
div.StyleI_Frame_ div.StyleT_Item_ div.img_{
	width: 180px;
}
div.StyleI_Frame_ div.StyleT_Item_ div.img_ img{
	width: auto;
	height: auto;
	max-width: 180px;
	max-height: 180px;
}
div.wrapper_ div#block_of_itemhistory div.StyleI_Frame_ div.StyleT_Item_:nth-child(5n){
	/*margin-right: 15px !important;*/
}
div.wrapper_ div#block_of_itemhistory div.StyleI_Frame_{
	/*overflow: visible;*/
	width: 960px;
}
div.wrapper_ div#block_of_itemhistory div.StyleI_Frame_ .bx-wrapper a.bx-prev{
	left: -0px;
}
div.wrapper_ div#block_of_itemhistory div.StyleI_Frame_ .bx-wrapper a.bx-next{
	right: -0px;
}
div.wrapper_ div#block_of_itemhistory #itemHistoryDetail.arr_off div.StyleI_Frame_ .bx-wrapper a.bx-prev,
div.wrapper_ div#block_of_itemhistory #itemHistoryDetail.arr_off div.StyleI_Frame_ .bx-wrapper a.bx-next{
	display: none;
}
#itemHistoryDetail .goods_ .bx-controls .bx-prev,
#itemHistoryDetail .goods_ .bx-controls .bx-next {
	width: 60px;
	height: 60px;
	top: 80px;
}
#itemHistoryDetail .goods_ .bx-controls .bx-prev::after,
#itemHistoryDetail .goods_ .bx-controls .bx-next::after {
	top: 22px;
	width: 15px;
	height: 15px;
}
#itemHistoryDetail .goods_ .bx-controls .bx-prev {
	left: -80px;
}
#itemHistoryDetail .goods_ .bx-controls .bx-prev::after {
	transform: rotate(45deg);
	left: 24px;
}
#itemHistoryDetail .goods_ .bx-controls .bx-next {
	right: -80px;
}
#itemHistoryDetail .goods_ .bx-controls .bx-next::after {
	transform: rotate(-135deg);
	left: 19px;
}
/*--------------------------------------------------------------------------------
在庫切れの場合の処理
--------------------------------------------------------------------------------*/
div.cartbox_ div.colors_ div.color2_.color_DisableStock_{
	position: relative;
}
div.cartbox_ div.colors_ div.color2_.color_DisableStock_:after{
	content: "SOLD";
	white-space: pre;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #666;
	text-shadow: 0 0 8px rgba(255,255,255,1);
	background: rgba(255,255,255,0.7);
}
ul.sizeSelectBox li.size_DisableStock_ a{
	background: #F4F4F4;
	color: #BBB;
}

/*--------------------------------------------------------------------------------
margin調整
--------------------------------------------------------------------------------*/
#gallery_s,
#gallery_s + .goodsspec_{
margin-bottom: 50px;
}

/*--------------------------------------------------------------------------------
お問い合わせボタン、お気に入りボタン改修
--------------------------------------------------------------------------------*/
.option_buttons_ li{
	box-sizing: border-box;
	background: #1B294E;
	position: relative;
}
.option_buttons_ li:nth-child(1){
	width: 270px;
}
.option_buttons_ li:nth-child(2){
	width: 156px;
	margin-left: 13px;
}
.option_buttons_ li:before{
	content: "";
	box-sizing: border-box;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #FFF;
}
.option_buttons_ li a{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 21px 10px;
	position: relative;
	z-index: 10;
}
.option_buttons_ li a:hover{
	text-decoration: none;
}
.option_buttons_ li img{
	display: none;
}

.option_buttons_ li:nth-child(1) a:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 11px;
	background: url(../img/usr/common/icon_btn_contact.png) no-repeat center center / 100% 100%;
	margin-right: 8px;
	vertical-align: middle;
}


.option_buttons_ li:nth-child(2) a:before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../img/usr/common/icon_btn_bookmark.png) no-repeat center center / 100% 100%;
	margin-right: 8px;
	vertical-align: middle;
}

/*--------------------------------------------------------------------------------
送料モーダル
--------------------------------------------------------------------------------*/
div.goodsspec_ div.icon_ span{
	position: relative;
}
.posage_hukidashi_{
	position: absolute;
	bottom: calc(100% + 9px);
	left: 50%;
	transform: translate(-50%,0);
	color: #FFF;
	padding: 8px 13px;
	background: #1b294e;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	font-size: 12px;
}
.posage_hukidashi_:before{
	content:"";
	width: calc(100% - 26px);
	height: 1px;
	background: #FFF;
	position: absolute;
	left: 13px;
	bottom: 7px;
}
.posage_hukidashi_:after{
	content:"";
	width: 0;
	height: 0;
	border-top: 8px solid #1b294e;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
}
.modal_postage_wrapper_{
	max-width: 920px;
    width: 100%;
}
@media all and (-ms-high-contrast: none){
    .modal_postage_wrapper_{
        margin: 0;/* IE10以上 */
    }
}
.modal_postage_in_{
	background: #FFF;
	padding: 0 55px 55px 55px;
	font-size: 13px;
	line-height: 25px;
}
.modal_postage_in_ h3{
	background: #001260;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	width: calc(100% + 110px);
	margin: 0 0 40px -55px;
}
.modal_postage_in_ p:nth-of-type(1){
	margin-bottom: 30px;
}
.modal_postage_in_ h4{
	background: #f5f5f5;
	padding: 8px 8px 8px 11px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.modal_postage_in_ table{
	width: 100%;
}
.modal_postage_in_ tr > *{
	vertical-align: top;
	text-align: left;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.6;
	white-space: nowrap;
}
.modal_postage_table_{
    width: 100%;
    overflow-x: auto;
}
/* --------------------------------------------------------------------
	SNSリスト
--------------------------------------------------------------------- */
.top_official_sns_ .inner_ {
	width: 908px;
	margin: 0 auto;
}
.top_official_sns_ .sns_list_ dl {
	width: 150px;
}
.top_official_sns_ .sns_list_ dl dt {
	width: 150px;
}
.top_official_sns_ .sns_list_ dl dt a {
	height: 150px;
}