<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(master_sp.css);
/* テンプレート */

/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
	margin: 0 10px 10px;
	padding: 0px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #009fcc;
	color: #009fcc;
}
h1.category_name_ {
	margin: 0 10px 10px;
	padding: 0px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #009fcc;
	color: #009fcc;
}
h1.category_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.genre_name_ {
	margin: 0 10px 10px;
	padding: 0px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #009fcc;
	color: #009fcc;
}
h1.genre_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.event_name_ {
	margin: 0 10px 10px;
	padding: 0px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #009fcc;
	color: #009fcc;
}
h1.event_name_img_ {
	margin: 10px 0;
	text-align: center;
}
.top_comment_ {
	margin: 0 10px 20px;
	font-weight: bold;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	margin: 20px 10px;
	font-size: 10px;
}
.navitopicpath_ a {
	margin: 0 0.5em;
	white-space: normal;
	text-decoration: underline;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	white-space: nowrap;
}
/* ページジャンプ */
.navipage_ {
	margin: 0 10px;
	text-align: right;
}
.navipage_.top_ {
	/* ページジャンプ上部 */
	margin-bottom: 10px;
}
.navipage_.bottom_ {
	/* ページジャンプ下部 */
	margin-top: 10px;
}

.navipage_ .navipage_sum_ {}

.navipage_ nav a,
.navipage_ nav span {
	margin: 0 1px;
}
.navipage_ a {
	white-space: nowrap;
	padding: 3px 6px;
	display: inline-block;
	border: 1px solid #bfcddf;
}
.navipage_now_ {
	padding: 3px 6px;
	display: inline-block;
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	background: #fee;
	border: 1px solid #f99;
}

.navipage_ .navipage_reverse_ {}

.navipage_ .navipage_forward_ {}

/* 並び替え */
.navisort_ {
	margin: 2px 0;
	overflow: hidden;
	border-bottom: 2px solid #ffcccc;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color: #cc0000;
	text-decoration: none;
	margin: 2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin: 2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	/* margin: 0 10px 10px; */
	overflow: hidden;
	border-bottom: dotted 1px #009cff;
}
.navistyle_ dt {
	/* padding: 2px 2px 2px 6px; */
	border-top: dotted 1px #009cff;
	background: #f0f4f6;
}
.navistyle_ dd {
	padding: 10px;
	font-size: 12px;
}
.navistyle_now_ {
	color: #cc0000;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
.navistyle_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* ブランド絞込 */
.brand_name_ {}

.brand_name_now_ {
	color: #cc3300;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.brand_name_ a {
	padding: 5px;
	display: inline-block;
}
/* メーカー絞込 */
.maker_name_ {}

.maker_name_now_ {
	color: #cc3300;
	text-decoration: none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}
.maker_name_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* 商品分類絞込 */
#goods_class_filter_ {
	padding-bottom: 3px;
}

#goods_class_filter_ dd {}

#goods_class_filter_ .class_filter_ {
	margin-right: 10px;
}
#goods_class_filter_ .class_filter_ .selected_ {
	background-color: #ffeeff;
}

/* --------------------------------------------------------------------
	Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	position: absolute;
	z-index: 9999;
}
#suggestZipArea .itemNotFound {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-style: italic;
}
#suggestZipArea .itemLine {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	list-style: none;
	white-space: nowrap;
	color: #000000;
}
#suggestZipArea .selected {
	background-color: #ffdddd;
	color: #c00000;
}
#suggestZipArea .itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}

#suggestZipArea .itemLine .itemName {}

/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
.topiclist_body_ {}

.topiclist_body_ .topic_title_ {
	margin-bottom: 10px;
	padding: 5px 10px;
	clear: both;
	font-weight: bold;
	color: #009fcc;
	border-bottom: dotted 1px #009fcc;
}
.topiclist_body_ figure {
	padding: 0 10px 10px;
}
.topiclist_body_ article {
	padding: 0 10px 20px;
}
/* トピック一覧 */
div.topiclist_ {
	margin: 0 0 10px;
}
div.topiclist_ .topiclist_head_ {
	padding: 5px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background: #009fcc;
	color: #ffffff;
	margin-bottom: 10px;
}

div.topiclist_ .topiclist_body_ {}

div.topiclist_ .topiclist_body_ li {
	border-bottom: 1px dotted #ccc;
	padding: 0 10px;
	display: none;
}
div.topiclist_ .topiclist_body_ li:nth-of-type(1),
div.topiclist_ .topiclist_body_ li:nth-of-type(2),
div.topiclist_ .topiclist_body_ li:nth-of-type(3),
div.topiclist_ .topiclist_body_ li:nth-of-type(4),
div.topiclist_ .topiclist_body_ li:nth-of-type(5) {
	display: list-item;
}
div.topiclist_ .topiclist_body_ li figure {
	display: table-cell;
	padding: 0px;
}
div.topiclist_ .topiclist_body_ li p {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-left: 10px;
}
div.topiclist_ .topiclist_body_ li p span.txt_ {
	font-size: 12px;
}
div.topiclist_ .topiclist_body_ li:last-child {
	border-bottom: none;
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
	padding: 5px;
	display: block;
}
div.topiclist_ .topiclist_body_ li a {
	padding-right: 20px;
	background: url(../img/usr/link_goods.png) right center no-repeat;
}

div.topiclist_ .more_btn_ {
	border: #009fcc solid 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 44px;
	margin: 20px 10px;
	text-align: center;
}
div.topiclist_ .more_btn_.active span {
	background: url(../img/usr/link_more_active.png) center 90% no-repeat;
	background-size: 10px;
}
div.topiclist_ .more_btn_ span {
	display: block;
	background: url(../img/usr/link_more.png) center 90% no-repeat;
	padding: 0 10px 5px 20px;
	color: #009fcc;
	font-weight: bold;
	background-size: 10px;
}

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}

div.goodsproductdetail_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* 商品画像 */
div.goodsimg_ {}

/*
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
	text-align:center;
}
div.goodsimg_ .img_L_ img {
	max-width: 100%;
}
div.goodsimg_ .img_L_ .comment_ {
	text-align:left;
	margin-top: 5px;
}
div.goodsimg_ .img_L_ .img_c_{
	margin-bottom: 20px;
	text-align: center;
}
div.goodsimg_ .img_c_ img {
	max-width: 200px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ .img_L_ .bxslider li img{
	width:100%;
}
*/
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 10px 10px;
}
div.goodsimg_ .img_L_ img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
div.goodsimg_ .img_L_ .comment_ {
	text-align: left;
	margin-top: 5px;
}
div.goodsimg_ .img_c_ {
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
#goods_comment {
	padding: 0 10px;
	text-align: center;
	margin-bottom: 3px;
}
.etc_goodsimg_ {
	margin: 0 10px;
}
.etc_goodsimg_line_ {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
.etc_goodsimg_item_ {
	float: left;
	width: 15%;
	margin: 0 1% 0 0;
	/*	border: 1px solid #e3e3e3;*/
	box-sizing: border-box;
}
.etc_goodsimg_item_:first-child {
	margin-left: 2%;
}
.etc_goodsimg_item_:last-child {
	margin-right: 2%;
}
.etc_goodsimg_item_ a {
	text-align: center;
	display: block;
}
.etc_goodsimg_item_ img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

/**/

/* 商品画像バリエーション */
/**/

/* 商品スペック */
div.goodsspec_ {
	margin-bottom: 10px;
	padding: 0 10px;
}

table.goodsspec_ {
	width: 100%;
	margin-bottom: 20px;
	vertical-align: middle;
	border-top: 1px dotted #009ece;
}
table.goodsspec_ th {
	text-align: left;
	padding: 5px 10px;
	background: #f0f4f6;
	border-bottom: 1px dotted #009ece;
	width: 30%;
	box-sizing: border-box;
}
table.goodsspec_ td {
	text-align: right;
	padding: 5px 10px;
	border-bottom: 1px dotted #009ece;
}

dl.goodsspec_ {
	margin: 0 10px;
	margin-bottom: 10px;
}
dl.goodsspec_ dt,
dl.goodsspec_ dd {
	display: block;
}
dl.goodsspec_ dt {
	padding: 2px 10px;
	background-color: #f0f4f6;
	border-top: 1px dotted #009ece;
}
dl.goodsspec_ dd {
	font-size: 14px;
	padding: 2px 10px;
	text-align: right;
}
dl.goodsspec_ dd:last-child {
	border-bottom: 1px dotted #009ece;
}
dl.goodsspec_ dd .price_box_ small {
	display: block;
}
.to_detaillink_ {
	margin: 0 10px 0 0;
	text-align: right;
}
.to_detaillink_ a {
	padding-left: 20px;
	display: inline-block;
	background: url(../img/usr/blank.png) left center no-repeat;
}

table.common_infomation_ {
	width: 100%;
	margin-bottom: 20px;
	vertical-align: middle;
	border-top: 1px dotted #009ece;
}
table.common_infomation_ th {
	text-align: left;
	padding: 5px 10px;
	background: #f0f4f6;
	border-bottom: 1px dotted #009ece;
	width: 30%;
	box-sizing: border-box;
}
table.common_infomation_ td {
	padding: 5px 10px;
	border-bottom: 1px dotted #009ece;
}

.attach_ {
	margin: 10px 0 20px;
}
.attach_ &gt; li a {
	display: block;
	min-height: 25px;
	padding: 0 0 0 40px;
	color: #999999;
	text-decoration: underline;
}
.attach_ .attach_link_ {
	border-bottom: 1px dotted #009ece;
	border-top: 1px dotted #009ece;
	line-height: 1.5;
	padding: 10px 0;
}
.attach_ .attach_link_ a {
	background: url("../img/usr/common/icon_file.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
}
.attach_ .attach_text_ {
	border-bottom: 1px dotted #009ece;
	padding: 10px 0;
}
.attach_ .attach_text_ a {
	background: url("../img/usr/common/icon_link.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
}

/* 入荷案内申込関係 */
div.backorder_variation_unit_ {
	margin: 0 10px 20px;
	padding: 10px;
	vertical-align: middle;
	background: #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/**/
/* カートボタン関係 */
div.cartbox_ {
	margin: 0 0 20px;
	vertical-align: middle;
}
div.cartbox_ h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background: #009fcc;
	color: #ffffff;
}
div.cartbox_ span.variationlist_ {
	padding-right: 4px;
	vertical-align: top;
	text-align: center;
	width: 100%;
	display: block;
}
div.cartbox_ .quantity_ {
	display: inline-block;
	margin: 0 10px;
	width: 25%;
	text-align: right;
}
div.cartbox_ .btn_cart_l_ {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 40px;
	text-align: center;
	margin: 10px 0;
	width: 200px;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
}
div.cartbox_ input.btn_cart_l_ {
	height: 40px;
}

div.cartbox_ div.btn_cart_l_ {}

div.cartbox_ .orange_button_ {
	background-image: -moz-linear-gradient(top, #feac39 0%, #feac39 49%, #ff9500 50%, #ff9500);
	background-image: -webkit-gradient(linear,
		left top,
		left bottom,
		from(#feac39),
		color-stop(0.49, #feac39),
		color-stop(0.5, #ff9500),
			to(#ff9500));
}
div.cartbox_ .green_button_ {
	background-image: -moz-linear-gradient(top, #a2d700 0%, #a2d700 49%, #92c201 50%, #92c201);
	background-image: -webkit-gradient(linear,
		left top,
		left bottom,
		from(#a2d700),
		color-stop(0.49, #a2d700),
		color-stop(0.5, #92c201),
			to(#92c201));
}
div.cartbox_ .purple_button_ {
	background-image: -moz-linear-gradient(top, #c6a0ec 0%, #c6a0ec 49%, #a593e8 50%, #a593e8);
	background-image: -webkit-gradient(linear,
		left top,
		left bottom,
		from(#c6a0ec),
		color-stop(0.49, #c6a0ec),
		color-stop(0.5, #a593e8),
			to(#a593e8));
	width: 230px;
}
div.cartbox_ .gray_button_ {
	background-color: #cccccc;
}
div.cartbox_ .blue_button_ {
	background-color: #009ece;
}

/**/
/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
	margin-bottom: 10px;
	width: 100%;
}
/**/
/* バリエーションボックス */
div.cartbox_ p.guide_ {
	background: #fff;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ p.message_ {
	padding-left: 5px;
}
div.cartbox_ div.colors_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	display: inline-block;
	margin: 2px 5px 2px 5px;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.colors_ div.color2_ {
	display: inline-block;
	margin: 2px 5px 2px 5px;
	white-space: nowrap;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	background-position: center;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border: solid 2px #d0d0d0;
	background-color: #fff;
	cursor: pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border: dashed 2px #d0d0d0;
	background-color: #909090;
	cursor: pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border: solid 2px #ffc0c0;
	background-color: #ffe0e0;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border: dashed 2px #ffc0c0;
	background-color: #909090;
	color: #ffc0c0;
}
div.cartbox_ div.colors_ br,
div.cartbox_ div.sizes_ br {
	clear: left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	display: inline-block;
	padding: 5px 10px;
	margin: 2px 5px 2px 5px;
	white-space: nowrap;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border: solid 1px #d0d0d0;

	background-color: #fff;
	cursor: pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border: solid 1px #d0d0d0;
	background-color: #909090;
	cursor: pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border: solid 1px #ffc0c0;
	background-color: #ffe0e0;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border: solid 1px #d0d0d0;
	background-color: #909090;
	color: #ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position: absolute;
	z-index: 10;
	color: #ff4a4a;
	font-weight: bold;
}
/**/

div.goodscomment1_ {
	border: 1px dashed #009fcc;
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
}
div.goodscomment2_ {
	background: none repeat scroll 0 0 #f0f4f6;
	padding: 15px;
	margin-bottom: 20px;
}
div.goodscomment2_ .movie_ {
	margin-bottom: 10px;
	width: 100%;
}
div.goodscomment2_ .movie_ img {
	width: 100%;
}
div.goodscomment2_ dt {
	color: #009dd0;
	font-weight: bold;
	margin-bottom: 5px;
}

div.goodscomment2_ dd {}

div.goodscomment3_ {
	font-size: 12px;
	margin-bottom: 20px;
	padding: 0 10px;
}
div.goodscomment3_ dl {
	margin-bottom: 20px;
}
div.goodscomment3_ dt {
	color: #009dd0;
	font-weight: bold;
	margin-bottom: 5px;
}
div.goodscomment4_ {
	margin-bottom: 20px;
}
div.goodscomment5_ {
	margin-bottom: 20px;
}
div.rulescomment_ {
	margin-bottom: 20px;
}
div.goods_ div.accessory_list_ {
	margin: 10px 0px;
}
.option_buttons_ {
	margin: 20px 0;
	overflow: hidden;
}
.option_buttons_ li {
	display: inline-block;
	float: left;
}
.option_buttons_ li:first-child {
	margin-right: 5px;
}
.option_buttons_ li input {
	font-size: 10px;
}
.option_buttons_ li.social_ {
	/*	text-align: center;*/
}
.option_buttons_ li.social_ div.socialbutton_ {
	margin-bottom: 15px;
}

/* 酒類関連追加 */
.alcholWrap_detail {
	font-size: 13px;
	padding: 0 10px;
}
.alcholWrap_detail .attTxt {
	color: #ff0000;
}
.alcholWrap_detail .signBlock {
	margin: 10px 0;
}
.alcholWrap_detail .signBlock p {
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}
.alcholWrap_detail .signBlock dl {
	margin-bottom: 8px;
}
.alcholWrap_detail .signBlock dt {
	background: #ccc;
	margin-bottom: 4px;
	padding: 2px 0;
	text-align: center;
}

/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
div.goods_ {
	margin: 0 0px 10px;
}

ul.goods_p_ {}

ul.goods_p_ li {
	border-bottom: 1px solid #ccc;
}
ul.goods_p_ li:first-child {
	border-top: 1px solid #ccc;
}
ul.goods_p_ li a {
	padding: 10px 30px 10px 0;
	display: block;
	text-decoration: none;
	background: url(../img/usr/link_goods.png) 97% center no-repeat;
}
ul.goods_p_ li div.nolink_ {
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
ul.goods_p_ li figure.img_,
ul.goods_p_ li div.desc_ {
	display: table-cell;
	vertical-align: top;
}
ul.goods_p_ li figure.img_ {
	width: 100px;
}
ul.goods_p_ li figure.img_ img {
	width: 100px;
	display: block;
}
ul.goods_p_ li div.desc_ {
	padding-left: 10px;
}

ul.goods_p_ li div.desc_ div.name_ {}

ul.goods_p_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_p_ li a div.desc_ div.name_ .name1_ {
	color: #00377f;
}
ul.goods_p_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.goods_p_ li div.desc_ .price_box_ small {
	display: block;
}

/* 上下レイアウト */
ul.goods_t_ {
	display: flex;
	display: -webkit-box;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
ul.goods_t_:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
ul.goods_t_ li:first-child {
	border-right: 1px dotted #ccc;
}
ul.goods_t_ li {
	box-flex: 1.1;
	padding: 0 10px;
	box-sizing: border-box;
	width: 50%;
}

ul.goods_t_ li &gt; a {
	display: table;
	width: 145px;
	margin: 0 auto;
}
ul.goods_t_ li figure.img_ {
	width: 145px;
	margin: 0 auto 5px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 0;
}
ul.goods_t_ li figure.img_ &gt; span {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
ul.goods_t_ li figure.img_ &gt; span.icon_area_.btm {
	bottom: 0;
	top: auto;
}
ul.goods_t_ li figure.img_ img {
	max-width: 145px;
	max-height: 145px;
	/*	display: block;*/
}
ul.goods_t_ li div.desc_ {
	position: relative;
	padding-bottom: 40px;
}
.event_ ul.goods_t_ li div.desc_ {
	padding-bottom: 0;
}
ul.goods_t_ li div.desc_ div.name_ {
	font-size: 12px;
	margin-bottom: 5px;
	visibility: hidden;
}

ul.goods_t_ li div.desc_ div.name_ .name1_ {}

ul.goods_t_ li a div.desc_ div.name_ .name1_ {}

ul.goods_t_ li div.desc_ div.name_ .name2_ {}

ul.goods_t_ li div.desc_ .price_box_ {
	margin-bottom: 5px;
}
ul.goods_t_ li div.desc_ .price_box_ small {
	display: block;
}
ul.goods_t_ li div.desc_ .cart_btn_ {
	position: absolute;
	bottom: 0;
}
ul.goods_t_ li div.desc_ .cart_btn_ {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 30px;
	text-align: center;
	/*margin:10px 0;*/
	width: 100%;
	border: none;
	color: #ffffff;
	display: block;
}
ul.goods_t_ li div.desc_ input.cart_btn_ {
	height: 30px;
}

ul.goods_t_ li div.desc_ .orange_button_ {
	background-color: #ff9500;
}
ul.goods_t_ li div.desc_ .green_button_ {
	background-color: #a2d700;
}
ul.goods_t_ li div.desc_ .purple_button_ {
	background-color: #dfbfff;
}
ul.goods_t_ li div.desc_ .gray_button_ {
	background-color: #cccccc;
}
ul.goods_t_ li div.desc_ .blue_button_ {
	background-color: #009ece;
}

ul.goods_t_ li .rank_icon {
	margin: 0 5px 5px;
}
ul.goods_t_ li .rank_icon img {
	width: 100%;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
	margin: 0 10px;
	margin-bottom: 10px;
}
dl.goodssearch_ dt,
dl.goodssearch_ dd {
	display: block;
	white-space: nowrap;
}
dl.goodssearch_ dt {
	padding: 2px 10px;
	background-color: #f0f4f6;
	border-top: 1px dotted #009ece;
	margin-bottom: 5px;
}
dl.goodssearch_ dd {
	padding: 5px;
	margin-bottom: 20px;
}
/**/

/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */
div.sub_category_ {
	margin-top: 10px;
}
/* カテゴリー一覧 */
nav.CategoryStyleG_ {}

nav.CategoryStyleG_ h2 {
	padding: 5px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background: #009fcc;
	color: #ffffff;
}
nav.CategoryStyleG_ ul.layer0_ {
	padding-left: 0;
	background: #f0f0f0;
}
nav.CategoryStyleG_ ul.layer1_ {
	background: #f0f0f0;
}
nav.CategoryStyleG_ ul.layer2_ {
	background: #f0f0f0;
}
nav.CategoryStyleG_ ul.layer3_ {
	background: #f0f0f0;
}
nav.CategoryStyleG_ ul li {
	border-top: 1px solid #ccc;
	width: 100%;
	word-break: break-all;
}

nav.CategoryStyleG_ ul li.nochild_ {}

nav.CategoryStyleG_ ul.layer0_ li {
	background-color: #fff;
}
nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li {
	background-color: transparent;
}
nav.CategoryStyleG_ ul li p.parent_,
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li a .name_ {
	text-decoration: underline;
}
nav.CategoryStyleG_ ul li a .comment_,
nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.CategoryStyleG_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
nav.CategoryStyleG_ ul.layer1_ li p.parent_ {
	padding-left: 30px;
}
nav.CategoryStyleG_ ul.layer2_ li p.parent_ {
	padding-left: 60px;
}
nav.CategoryStyleG_ ul.layer3_ li p.parent_ {
	padding-left: 90px;
}
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .name_,
nav.CategoryStyleG_ ul.layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}

div.CategoryStyleL_ div.name_ {
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #eae5e3;
	border-left: 1px solid #eae5e3;
	border-right: 1px solid #eae5e3;
	background: #ffffff url(../img/usr/sb/menu_arrow2.png) 50% right no-repeat;
}
div.CategoryStyleL_ div.name_ {
	border-bottom: 1px solid #eae5e3;
	margin-bottom: 2px;
}
div.CategoryStyleL_ div.comment_ {
	padding: 2px 2px 4px 10px;
}

/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル一覧 */
nav.GenreStyle_ {}

nav.GenreStyle_ h2,
nav.topGenreStyle_ h2 {
	padding: 5px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background: #009fcc;
	color: #ffffff;
}
nav.GenreStyle_ .list_all_btn_,
nav.topGenreStyle_ .list_all_btn_ {
	border: #009fcc solid 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 44px;
	margin: 20px 10px;
	text-align: center;
}
nav.GenreStyle_ .list_all_btn_ a,
nav.topGenreStyle_ .list_all_btn_ a {
	display: block;
	background: url(../img/usr/sb/common/icon_arrow02.png) 95% no-repeat;
	padding: 0 10px 0 20px;
	color: #009fcc;
	font-weight: bold;
}
nav.GenreStyle_ ul {
	display: flex;
	display: -moz-box;
	display: -webkit-box;
	width: 100%;
}
nav.GenreStyle_ ul li {
	border-bottom: 1px solid #ccc;
	word-break: break-all;
	box-flex: 1.1;
	-moz-box-flex: 1.1;
	-webkit-box-flex: 1.1;
	min-width: 50%;
	max-width: 50%;
}
nav.GenreStyle_ ul li:nth-child(2n) {
	border-left: solid 1px #dddddd;
}
nav.GenreStyle_ ul li a {
	background: url(../img/usr/sb/common/icon_arrow02.png) 95% no-repeat;
	display: block;
	padding: 5px 10px;
	line-height: 35px;
	color: #009fcc;
}
/* トップページ-作品から探す- */
nav.topGenreStyle_ ul {
	width: 100%;
}
nav.topGenreStyle_ ul li {
	border-bottom: 1px solid #ccc;
}
nav.topGenreStyle_ ul li a {
	background: url(../img/usr/sb/common/icon_arrow02.png) 95% no-repeat;
	display: block;
	padding: 5px 10px;
	line-height: 35px;
	color: #009fcc;
}

/* --------------------------------------------------------------------
ブランド
-------------------------------------------------------------------- */
nav.topGenreStyle_ table.brand {
	text-align: center;
	margin-top: -16px;
}
nav.topGenreStyle_ table.brand tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
nav.topGenreStyle_ table.brand td {
	vertical-align: middle;
	font-size: 11px;
	padding: 4px;
	width: 50%;
}
nav.topGenreStyle_ table.brand td span {
	text-align: left;
}
nav.topGenreStyle_ table.brand td:nth-child(odd) {
	border-right: 1px solid #ccc;
}

/* 改修 2021.11.01 */
.reBland {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.reBland .overBox {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

.reBland .overBox::-webkit-scrollbar {
	display: none;
}

.reBland .blandBox {
	display: inline-block;
	min-width: 100%;
	padding: 6px 2px 4px 16px;
}

.reBland .d-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 100%;
}

.reBland .blandBox a {
	display: block;
	width: 132px;
	margin-right: 14px;
	text-align: center;
}

.reBland a img {
	width: 100%;
	border-radius: 10px;
}

.reBland a span {
	display: block;
	width: 100%;
	height: 42px;
}

.reBland a span img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 85%;
	border-radius: 0px;
}

.reBland a figcaption {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding-top: 4px;
	font-size: 11px;
	text-align: left;
	line-height: 1.2;
}

/* ブランド一覧ページ */
.reBlandList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.reBlandList:after,
.reBlandList:before {
	content: "";
	display: block;
	width: 33%;
	max-width: 288px;
	height: 0px;
}

.reBlandList:before {
	order: 1;
}

.reBlandList a {
	display: block;
	width: 33%;
	max-width: 288px;
	margin-top: 15px;
	padding: 0px 9px 15px 9px;
	box-sizing: border-box;
	color: inherit;
}

.reBlandList a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.reBlandList a span {
	display: block;
	margin: 0px;
	padding: 0px;
}

.reBlandList a span:first-of-type {
	width: 100%;
	height: 50px;
	margin: 9px 0px 4px 0px;
}

.reBlandList a span:first-of-type img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80%;
}

.reBlandList a span:last-of-type {
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}

@media (max-width: 576px) {
	.reBlandList a {
		width: 50%;
	}
}

/* --------------------------------------------------------------------
メッセージBOXへの回答-twitterモーメント-
-------------------------------------------------------------------- */
dl.msgBox {
	align-items: center;
	display: flex;
	margin: 0 auto 24px;
	width: 95%;
}
dl.msgBox dd {
	font-size: 11px;
}
dl.msgBox dd span {
	color: #f00;
}
dl.msgBox dt img {
	margin-right: 16px;
	width: 200px;
}

/*
nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
	background: #F0F0F0;
}
nav.GenreStyle_ ul.layer1_ {
	background: #F0F0F0;
}
nav.GenreStyle_ ul.layer2_ {
	background: #F0F0F0;
}
nav.GenreStyle_ ul.layer3_ {
	background: #F0F0F0;
}
nav.GenreStyle_ ul li.nochild_ {
}
nav.GenreStyle_ ul.layer0_ li {
	background-color: #FFF;
}
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	background-color: transparent;
}
nav.GenreStyle_ ul li p.parent_,
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.GenreStyle_ ul li a .name_{
	text-decoration: underline;
}
nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.GenreStyle_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
nav.GenreStyle_ ul.layer1_ li p.parent_{
	padding-left: 30px;
}
nav.GenreStyle_ ul.layer2_ li p.parent_{
	padding-left: 60px;
}
nav.GenreStyle_ ul.layer3_ li p.parent_{
	padding-left: 90px;
}
nav.GenreStyle_ ul.layer0_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
nav.GenreStyle_ ul.layer1_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
nav.GenreStyle_ ul.layer2_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
nav.GenreStyle_ ul.layer3_ li.nochild_ .name_,
nav.GenreStyle_ ul.layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}
*/

/* 作品から探す */
nav.top_search_title_wrap h2 {
	padding: 6px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #009fcc;
	color: #ffffff;
	position: relative;
}
nav.top_search_title_wrap h2 span {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 7px;
	right: 10px;
}
nav.top_search_title_wrap h2 span a {
	color: #fff;
	text-decoration: underline;
}
nav.top_search_title_wrap .top_search_title table {
	width: 100%;
}
nav.top_search_title_wrap .top_search_title table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 5px;
	text-align: center;
	vertical-align: middle;
	width: 33%;
}
nav.top_search_title_wrap .top_search_title table td:nth-child(3n) {
	border-right: none;
}
nav.top_search_title_wrap .top_search_title table td img {
	width: 100%;
}
nav.top_search_title_wrap .top_search_title table td img.hstyle {
	/* height: 50%; */
	max-height: 100px;
	width: auto;
}
nav.top_search_title_wrap dl.blockNo24_ {
	margin: 0 0 20px;
}
nav.top_search_title_wrap dl.blockNo24_ dt {
	background: #dcf5fc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #009fcc;
	font-weight: bold;
	padding: 14px 0;
}
nav.top_search_title_wrap dl.blockNo24_ dd {
	border-top: none;
}
nav.top_search_title_wrap dl.blockNo24_ dd ul {
	width: 100%;
}
nav.top_search_title_wrap dl.blockNo24_ dd ul li {
	border-bottom: 1px solid #ccc;
}
nav.top_search_title_wrap dl.blockNo24_ dd ul li a {
	background: url(../img/usr/sb/common/icon_arrow02.png) 95% no-repeat;
	display: block;
	padding: 5px 10px;
	line-height: 35px;
	color: #009fcc;
}

/* ジャンル詳細 */
div.sub_genre_ {
	margin-top: 10px;
}
div.sub_genre_ nav.GenreStyle_ ul {
	display: block;
	width: 100%;
}
div.sub_genre_ nav.GenreStyle_ ul li {
	border: 1px solid #ccc;
	border-top: none;
	word-break: break-all;
	min-width: 100%;
}
div.sub_genre_ nav.GenreStyle_ ul li:first-child {
	border-top: 1px solid #ccc;
}
div.sub_genre_ nav.GenreStyle_ ul li:nth-child(2n) {
	border: 1px solid #ccc;
	border-top: none;
}
div.sub_genre_ nav.GenreStyle_ ul li a {
	background: none;
	display: block;
	padding: 5px 10px;
	line-height: 35px;
	color: #666666;
}
div.sub_genre_ nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
	background: #f0f0f0;
}
div.sub_genre_ nav.GenreStyle_ ul.layer1_ {
	background: #f0f0f0;
}
div.sub_genre_ nav.GenreStyle_ ul.layer2_ {
	background: #f0f0f0;
}
div.sub_genre_ nav.GenreStyle_ ul.layer3_ {
	background: #f0f0f0;
}

div.sub_genre_ nav.GenreStyle_ ul li.nochild_ {}

div.sub_genre_ nav.GenreStyle_ ul.layer0_ li {
	background-color: #fff;
}
div.sub_genre_ nav.GenreStyle_ ul.layer1_ li,
div.sub_genre_ nav.GenreStyle_ ul.layer2_ li,
div.sub_genre_ nav.GenreStyle_ ul.layer3_ li {
	background-color: transparent;
}
div.sub_genre_ nav.GenreStyle_ ul li p.parent_,
div.sub_genre_ nav.GenreStyle_ ul li a,
div.sub_genre_ nav.GenreStyle_ ul li span.nolink_ {
	vertical-align: top;
	display: table-cell;
}
div.sub_genre_ nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
div.sub_genre_ nav.GenreStyle_ ul li a .name_ {
	text-decoration: underline;
	padding-left: 40px;
}
div.sub_genre_ nav.GenreStyle_ ul li a .comment_,
div.sub_genre_ nav.GenreStyle_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
div.sub_genre_ nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
div.sub_genre_ nav.GenreStyle_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
div.sub_genre_ nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
div.sub_genre_ nav.GenreStyle_ ul.layer1_ li p.parent_ {
	padding-left: 30px;
}
div.sub_genre_ nav.GenreStyle_ ul.layer2_ li p.parent_ {
	padding-left: 60px;
}
div.sub_genre_ nav.GenreStyle_ ul.layer3_ li p.parent_ {
	padding-left: 90px;
}
div.sub_genre_ nav.GenreStyle_ ul.layer0_ li.nochild_ .name_,
div.sub_genre_ nav.GenreStyle_ ul.layer0_ li.nochild_ .comment_ {
	padding-left: 40px;
}
div.sub_genre_ nav.GenreStyle_ ul.layer1_ li.nochild_ .name_,
div.sub_genre_ nav.GenreStyle_ ul.layer1_ li.nochild_ .comment_ {
	padding-left: 70px;
}
div.sub_genre_ nav.GenreStyle_ ul.layer2_ li.nochild_ .name_,
div.sub_genre_ nav.GenreStyle_ ul.layer2_ li.nochild_ .comment_ {
	padding-left: 100px;
}
div.sub_genre_ nav.GenreStyle_ ul.layer3_ li.nochild_ .name_,
div.sub_genre_ nav.GenreStyle_ ul.layer3_ li.nochild_ .comment_ {
	padding-left: 130px;
}

div.sub_genre_ nav.GenreStyle_ ul li.nochild_ a {
	display: block;
}


/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント詳細 */

/* イベント一覧 */
div.event_ {
	margin-bottom: 10px;
}
div.event_ h2.event_banner_ {
	margin: 0 10px 10px;
	text-align: center;
}
div.event_ h2.event_title_ {
	margin-bottom: 10px;
	padding: 5px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background: #009fcc;
	color: #ffffff;
}

div.event_ h2.event_title_ a {}

div.event_ h2.event_title_ span.nolink_ {}

div.event_ .list_all_btn_ {
	border: #009fcc solid 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 44px;
	margin: 20px 10px;
	text-align: center;
}
div.event_ .list_all_btn_ a {
	display: block;
	background: url(../img/usr/sb/common/icon_arrow02.png) 95% no-repeat;
	padding: 0 10px 0 20px;
	color: #009fcc;
	font-weight: bold;
}
/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
div.review_info_ {
	padding: 0 10px 10px;
}
div.review_count_summary_ {
	margin-bottom: 5px;
	padding: 6px;
	background: #f8f8f8;
	border: 1px solid #ccc;
}
div.review_count_summary_ dl dt,
div.review_count_summary_ dl dd {
	display: inline;
}

div.review_count_summary_ dl.review_score_ {}

div.review_count_summary_ dl.review_score_ dt {
	font-weight: bold;
}

div.review_count_summary_ dl.review_count_ {}

div.review_count_summary_ dl.review_count_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ dd {
	padding-left: 4px;
}

div.review_desc_ {}

div.review_desc_ .btn_review_ {
	text-align: right;
}
.review_pagenav_ {
	margin: 0 0 10px 0;
	clear: both;
	background: #f0f0f0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
/**/
/* レビュー ページ切換 */
div#page_changer_top {}

div#page_changer_top .pager_ref_ {
	margin: 2px 5px;
	color: #003780;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}
div#page_changer_top .pager_now_ {
	margin: 2px 5px;
	color: #cc0000;
	font-weight: bold;
	white-space: nowrap;
}
/**/
/* レビュー記事 */
.review_line_ {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.review_line_:first-child {
	border-top: 1px solid #ccc;
}
.review_line_title_ {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	background: #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.review_line_body_ {
	padding: 5px;
}

div.review_line_summary_ {}

div.review_line_summary_ dl dt,
div.review_line_summary_ dl dd {
	display: inline;
}

div.review_line_summary_ dl.review_line_name_ {}

div.review_line_summary_ dl.review_line_name_ dt {
	font-weight: bold;
}
div.review_line_summary_ dl.review_line_name_ dd {
	padding-left: 4px;
}

div.review_line_summary_ dl.review_line_score_ {}

div.review_line_summary_ dl.review_line_score_ dt {
	font-weight: bold;
}
.review_line_comment_ {
	padding: 2px;
	word-break: break-all;
}
.review_line_ .moderate_vote_ {
	padding: 5px 0 0;
	border-top: 1px dotted #ccc;
}
.review_line_ .mode_lay_ {
	position: absolute;
	display: none;
	z-index: 1;
	padding: 0;
	background-color: #ffffff;
	border: solid 1px #ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_top_ {
	text-align: right;
	padding: 10px;
	background-color: #ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_ {
	padding: 10px 20px;
	border-top: solid 1px #ffcc33;
}

.review_line_ .moderate_info1_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ span {
	text-decoration: underline !important;
}
.review_line_ .moderate_other_ {
	display: none;
}
.review_line_ .moderate_other_ dl dt,
.review_line_ .moderate_other_ dl dd {
	display: inline;
}
.review_line_ .moderate_other_ dl {
	padding-left: 10px;
}
.review_line_ .moderate_other_ dl dd {
	padding-left: 4px;
}

#review_form {
	margin: 0 10px 20px;
}

/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {}

div.review_ div.review_header_,
div.review_ div.review_middle_,
div.review_ div.review_footer_,
div.review_ div.review_complete_ {
	margin: 0 10px 10px;
}
dl.review_list_ {
	margin: 0 10px;
	border-bottom: none;
	margin-bottom: 10px;
}
dl.review_list_ dt,
dl.review_list_ dd {
	display: block;
	white-space: nowrap;
}
dl.review_list_ dt {
	padding: 5px;
	background-color: #f0f4f6;
	border-top: 1px dotted #009fcc;
	margin-bottom: 5px;
}
dl.review_list_ dd {
	padding: 5px 10px;
	margin-bottom: 20px;
}
div.review_ input[type="text"],
div.review_ textarea {
	display: block;
}

dl.review_list_ li .count_msg_ {}

/**/

/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 5px;
}
/**/

/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */

div.quickorder_ {}

div.quickorder_ div.add_order_block_ {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background: #f0f0f0;
}
div.quickorder_ div.add_order_block_ span {
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	-moz-text-shadow: 0 -1px 1px #ccc;
	-webkit-text-shadow: 0 -1px 1px #ccc;
	text-shadow: 0 -1px 1px #ccc;
	background: #dfdfdf -moz-linear-gradient(top, #ffffff, #dfdfdf);
	background: #dfdfdf -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: #dfdfdf linear-gradient(top, #ffffff, #dfdfdf);
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #333 0 1px 1px -1px;
	-webkit-box-shadow: #333 0 1px 1px -1px;
	box-shadow: #333 0 1px 1px -1px;
}
div.quickorder_ ul.quickorder_list_ {
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
}
div.quickorder_ ul.quickorder_list_ li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ {
	margin-bottom: 10px;
	padding-right: 45px;
	position: relative;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="text"] {
	padding: 5px 0;
	text-indent: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.code_ {
	text-align: left;
	width: 96%;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.qty_ {
	padding-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 35px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ {
	display: table;
	width: 100%;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure {
	padding: 10px;
	display: table-cell;
	vertical-align: top;
	width: 100px;
	background: #f0f0f0;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure img {
	max-width: 100px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure figcaption.price_box_ small {
	display: block;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ {}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	color: #00377f;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dd {
	padding-left: 3em;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ {
	margin-bottom: 10px;
	font-size: 12px;
	color: #c00;
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dd {
	padding-left: 3em;
}

div.quickorder_ .onProcess_ {
	background-image: url(../img/usr/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.quickorder_ .selected {
	color: #00dd00;
	background-color: #fff;
}
div.quickorder_ span.unit_ {
	margin: 5px;
}
#suggestArea {
	background-color: white;
	border: 1px solid black;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 50px;
	left: 5px;
	color: black;
}
.itemNotFound {
	text-align: center;
	color: #777777;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
}
.itemLine {
	padding: 0px 5px 0px 5px;
	height: 20px;
	line-height: 20px;
	list-style: none;
	white-space: nowrap;
}
.itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

.itemLine .itemName {}

.delButton {}

/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */

div.questionnaire_ {}

div.questionnaire_ div.questionnaire_name_ {
	font-weight: bold;
}
div.questionnaire_ h3 {
	font-weight: bold;
	border-left: solid 3px #009fcc;
	padding-left: 7px;
	line-height: 1;
	margin: 5px 0;
}
.questionnaire_input_ textarea {
	width: 95%;
}
.formdetail_.questionnaire_input_ + .submit_:before {
	content: "フォーム内容を送信した時点で、株式会社ムービックの返品・交換におけるガイドラインに同意したものとみなします。";
	display: block;
	text-align: left;
	position: relative;
	margin-top: 8px;
}

/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
table.coupon_ {
	width: 100%;
	border: 1px solid #cccccc;
	border-bottom: none;
	margin: 0 0 10px;
}
table.coupon_ th,
table.coupon_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}
table.coupon_ th {
	background-color: #f8f8f8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	関連商品
--------------------------------------------------------------------- */
div.title_block_ {
	padding: 5px 5px 5px 8px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.point_table_ {
	margin: 0 10px;
}
table.point_ {
	width: 100%;
	border-top: 1px dotted #009ece;
	margin: 0 0 10px;
}
table.point_ th,
table.point_ td {
	padding: 1px 5px;
	border-bottom: 1px dotted #009ece;
	text-align: left;
}
table.point_ th {
	background: #f0f4f6;
	vertical-align: middle;
	width: 35%;
	/* font-weight: normal; */
}

table.point_ td {
	font-weight: normal;
}

/* --------------------------------------------------------------------
	モーダルウィンドウ
-------------------------------------------------------------------- */
#test_body {
	clear: both;
}
#lean_overlay {
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
	background-color: #fff !important;
}
/*ポップアップ部分*/
#popup_ {
	padding: 20px 0;
	display: none;
	background: none;
	width: 100%;
	min-width: 320px;
	box-sizing: border-box;
	position: fixed !important;
	height: 100%;
	overflow: auto;
	background: rgba(255, 255, 255, 1);
	-webkit-overflow-scrolling: touch;
}
#popup_ dl {
	margin: 0 10px 20px;
	overflow: hidden;
}
#popup_ dt {
	border-bottom: 2px solid #009fcc;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #009fcc;
	margin-bottom: 10px;
}
#popup_ dl.gmenu dd a {
	border: solid 1px #009fcc;
	border-radius: 3px;
	background: url(../img/usr/sb/common/icon_arrow01.png) 95% no-repeat #fff;
	display: block;
	line-height: 30px;
	padding: 0 10% 0 10px;
	margin: 0 10px 5px;
	color: #333333;
}
#popup_ dl dl {
	margin: 0 10px;
	overflow: hidden;
}
#popup_ dd dt {
	border-bottom: none;
	float: left;
	margin-right: 10px;
	width: 50px;
}
#popup_ dd dd {
	float: left;
	font-size: 12px;
	margin: -60px 0 0 60px;
	line-height: 1.3;
}
#close_btn_bottom {
	display: block;
	background: #000;
	margin: 0 10px;
}

/* 閉じるボタン */
a.modal_close {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: -webkit-gradient(linear,
		left top,
		left bottom,
		color-stop(1, #e1e1e1),
		color-stop(0.49, #efefef),
			color-stop(0, #fefefe));
	background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 49%, #e1e1e1 100%);
	background: -moz-linear-gradient(top, #fefefe 0%, #efefef 49%, #e1e1e1 100%);
	background: -o-linear-gradient(top, #fefefe 0%, #efefef 49%, #e1e1e1 100%);
	background: -ms-linear-gradient(top, #fefefe 0%, #efefef 49%, #e1e1e1 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #efefef 49%, #e1e1e1 100%);
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}
/* 閉じるボタン(モーダルフッター) */
a.modal_close2 {
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 50px;
	margin-bottom: 100px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
.bnr_block,
.bnr_block2 {
	padding: 0 5px;
	text-align: center;
}
.bnr_block &gt; a {
	display: inline-block;
	padding: 0 5px;
	width: 46%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.bnr_block2 &gt; a {
	display: inline-block;
	padding: 0 3px;
	width: 32%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.bnr_block &gt; a img,
.bnr_block2 &gt; a img {
	width: 100%;
}
.bnr_block h2,
.bnr_block2 h2 {
	border-left: 4px solid #009fcc;
	font-size: 16px;
	margin: 0 6px 8px;
	padding-left: 8px;
	text-align: left;
}

/* トピック */
.topics_info_ {
	margin: 0 auto 24px;
}
.topics_info_ h2 {
	padding: 5px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	background: #009fcc;
	color: #ffffff;
}
.topics_info_ li {
	border-bottom: solid 1px #cccccc;
	font-size: 12px;
	padding: 10px 8px 10px 16px;
}
.topics_info_ li:last-child {
	border: none;
}
.topics_info_ li span {
	font-weight: bold;
}
.topics_info_ li a {
	display: block;
	padding-right: 30px;
	background: url(../img/usr/link_goods.png) right center no-repeat;
}
.topics_info_ img {
	margin-left: 10px;
}

/* フッター */
.footer_feed {
	/* margin: 10px 10px 10px; */
	overflow: hidden;
}
.footer_feed &gt; a {
	display: inline-block;
	margin-right: 10px;
}
.footer_feed &gt; span {
	display: inline-block;
	margin-right: 10px;
	float: right;
}
.footer_feed &gt; span &gt; img {
	height: 40px;
}

/* フェア表示 */
ul.fairList {
	margin-bottom: 20px;
}
ul.fairList a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
ul.fairList li .logo {
	width: 100px;
	height: auto;
	padding-left: 8px;
	display: block;
}
ul.fairList li .fairName {
	padding: 8px 12px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
ul.fairList li .fairName img {
	vertical-align: middle;
	margin-right: 3px;
}
ul.fairList li .fairDate {
	font-weight: normal;
	font-size: 12px;
}

/* --------------------------------------------------------------------
	商品詳細
-------------------------------------------------------------------- */
.related_ {
	margin: 0 10px;
}
.related_ a {
	color: #009ecc;
}

.icon_area_ .icon_area_ {
	line-height: 1;
	margin: 0 10px;
}
.icon_area_ .icon_area_ img {
	margin: 0 5px 5px 0;
}

/* --------------------------------------------------------------------
	詳細　SNSボタン
--------------------------------------------------------------------- */
div.sns_btn {
	margin: 10px;
	overflow: hidden;
}
div.sns_btn span {
	float: left;
	margin-right: 5px;
}

/* --------------------------------------------------------------------
	アニくじ　抽選結果発表
--------------------------------------------------------------------- */
#anikuji_page {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}
#anikuji_page img {
	width: 100%;
}
#anikuji_pageheader p {
	margin: 0px 0px 10px 0px;
}
#anikuji_pageinner {
	margin: 0 auto;
	padding: 6px 10px 20px 10px;
	background: #fff;
}

#anikuji_page p {
	text-align: center;
}
#anikuji_pagebody {
	padding: 6px 0px 0px 0px;
}
.anikuji_pagebody_contents {
	overflow: hidden;
	padding: 2% 5% 2% 10%;
	margin: 0px auto 20px auto;
	position: relative;
	width: 85%;
	display: table;
}
*html .anikuji_pagebody_contents {
	zoom: 1;
}
div.anikuji_pagebody_inner {
	position: relative;
	padding-right: 5px;
}

.anikuji_pagebody_contents div.left {
	width: 60px;
	padding-left: 35px;
}
.anikuji_pagebody_contents div.center {
	text-align: left;
	padding: 0px 10px;
}
.anikuji_pagebody_contents div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.anikuji_pagebody_contents div.right {
	width: 15%;
}
.anikuji_pagebody_mark {
	width: 135px;
	height: 129px;
	position: absolute;
	top: -5px;
	left: -5px;
	background-size: 68px 65px !important;
	-webkit-background-size: 68px 65px !important;
	-moz-background-size: 68px 65px !important;
}
.anikuji_pagebody_contents {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.anikuji_pagebody_contents img {
	width: 100% !important;
}
#a .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/a.png) no-repeat;
}
#a .anikuji_pagebody_contents {
	background: #feebeb;
	border: 3px solid #ff0000;
}

#b .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/b.png) no-repeat;
}
#b .anikuji_pagebody_contents {
	background: #e5e5fe;
	border: 3px solid #0000ff;
}

#c .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/c.png) no-repeat;
}
#c .anikuji_pagebody_contents {
	background: #fdf9e4;
	border: 3px solid #ffd700;
}
#d .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/d.png) no-repeat;
}
#d .anikuji_pagebody_contents {
	background: #e4fee4;
	border: 3px solid #008000;
}
#e .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/e.png) no-repeat;
}
#e .anikuji_pagebody_contents {
	background: #dff6fe;
	border: 3px solid #00bfff;
}
#f .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/f.png) no-repeat;
}
#f .anikuji_pagebody_contents {
	background: #f3e7fe;
	border: 3px solid #8a2be2;
}
#g .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/g.png) no-repeat;
}
#g .anikuji_pagebody_contents {
	background: #fee1f0;
	border: 3px solid #ff69b4;
}
#h .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/h.png) no-repeat;
}
#h .anikuji_pagebody_contents {
	background: #f2ffdf;
	border: 3px solid #adff2f;
}
#i .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/i.png) no-repeat;
}
#i .anikuji_pagebody_contents {
	background: #feefdd;
	border: 3px solid #ff8c00;
}
#j .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/j.png) no-repeat;
}
#j .anikuji_pagebody_contents {
	background: #fffdea;
	border: 3px solid #f0e68c;
}
#k .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/k.png) no-repeat;
}
#k .anikuji_pagebody_contents {
	background: #f5f0fe;
	border: 3px solid #9370db;
}
#l .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/l.png) no-repeat;
}
#l .anikuji_pagebody_contents {
	background: #e2e2fd;
	border: 3px solid #191970;
}
#m .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/m.png) no-repeat;
}
#m .anikuji_pagebody_contents {
	background: #e7f8fe;
	border: 3px solid #add8e6;
}
#n .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/n.png) no-repeat;
}
#n .anikuji_pagebody_contents {
	background: #fee1e8;
	border: 3px solid #8a0829;
}
#o .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/o.png) no-repeat;
}
#o .anikuji_pagebody_contents {
	background: #f1f0f0;
	border: 3px solid #808080;
}
#p .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/p.png) no-repeat;
}
#p .anikuji_pagebody_contents {
	background: #eaf3da;
	border: 3px solid #556b2f;
}
#q .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/q.png) no-repeat;
}
#q .anikuji_pagebody_contents {
	background: #f3eae3;
	border: 3px solid #8b4513;
}
#r .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/r.png) no-repeat;
}
#r .anikuji_pagebody_contents {
	background: #feedf0;
	border: 3px solid #ffc0cb;
}
#s .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/s.png) no-repeat;
}
#s .anikuji_pagebody_contents {
	background: #ebebeb;
	border: 3px solid #000000;
}
#t .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/t.png) no-repeat;
}
#t .anikuji_pagebody_contents {
	background: #fef8ed;
	border: 3px solid #f5deb3;
}
#u .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/u.png) no-repeat;
}
#u .anikuji_pagebody_contents {
	background: #dbfef5;
	border: 3px solid #01dfa5;
}
#v .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/v.png) no-repeat;
}
#v .anikuji_pagebody_contents {
	background: #e7edff;
	border: 3px solid #5882fa;
}
#w .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/w.png) no-repeat;
}
#w .anikuji_pagebody_contents {
	background: #f7ffe0;
	border: 3px solid #bfff00;
}
#x .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/x.png) no-repeat;
}
#x .anikuji_pagebody_contents {
	background: #fee7f3;
	border: 3px solid #fe2e9a;
}
#y .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/y.png) no-repeat;
}
#y .anikuji_pagebody_contents {
	background: #f3f3f3;
	border: 3px solid #bdbdbd;
}
#z .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/z.png) no-repeat;
}
#z .anikuji_pagebody_contents {
	background: #f4ffe8;
	border: 3px solid #d0f5a9;
}
#lastone .anikuji_pagebody_mark {
	background: url(../img/anikuji/mark/lastone.png) no-repeat;
}
#lastone .anikuji_pagebody_contents {
	background: #fef6db;
	border: 3px solid #dba901;
}
#anikuji_page2 {
	padding: 0px 10px 10px 10px;
	text-align: center;
}
#anikuji_page2 p.pagetitle img {
	width: 100%;
}

#anikuji_page2 p.pagetext img {
	width: 80% !important;
}
.anikuji_btn {
	background: #369bdf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 0px;
	text-align: center;
	border: none;
	width: 100%;
	display: block;
	font-size: 16px;
	color: #fff;
}

#anikuji_pageinner p.after_rship {
	font-size: 20px;
	margin: 5px;
}
#anikuji_pageinner span {
	font-size: 20px;
}
#anikuji_pageinner p.before_rship {
	font-size: 25px;
	margin: 5px;
}
#anikuji_pageinner .red {
	color: red;
}

/* 送料1回追加分 */
p.kuji_before {
	color: #ff0000;
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}
p.kuji_after {
	color: #333;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 30px;
	text-align: center;
}
p.kuji_after span {
	color: #ff0000;
}
div.anikuji_infoTxt {
	margin: 16px auto;
	padding: 10px;
}
div.anikuji_infoTxt span {
	color: #f00;
}
#anikuji_page3 {
	background: #fff;
	padding-bottom: 30px;
}
#anikuji_page3 .kuji_conditionsWrap {
	margin: 0 auto;
}
#anikuji_page3 .kuji_conditionsWrap img {
	text-align: center;
	width: 98%;
}
dl.kuji_conditions {
	font-size: 14px;
	margin: 20px auto 0;
	width: 96%;
}
dl.kuji_conditions dt {
	color: #00a0c9;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
dl.kuji_conditions dd li {
	list-style: none;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 4px;
	margin-left: 1em;
	text-indent: -1em;
}
dl.kuji_conditions dd li span {
	color: #ff0000;
}

/* --------------------------------------------------------------------
ヘッダー検索フォーム
--------------------------------------------------------------------- */
form.search_form_ {
	padding: 10px 125px 10px 10px;
}
form.search_form_ .search_button_ {
	right: 85px;
	padding: 0;
	width: 30px;
	height: 30px;
	border: none;
	background: #ff9300 url(/img/usr/sb/common/search_button_image.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
}
.link_detail {
	display: block;
	width: 65px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	white-space: nowrap;
}
.link_detail a {
	color: #fff;
	text-decoration: underline;
}
.link_detail a:hover {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
** 一定時間で消えるボックス
-----------------------------------------------------------------------------*/
#addBnr {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
}
#addBnr dl {
	display: table;
	margin: 6px 20px 0;
}
#addBnr dl dt {
	color: #fff;
	width: 30%;
	display: table-cell;
	vertical-align: middle;
}
#addBnr dd {
	width: 70%;
	display: table-cell;
}
#addBnr dd img {
	width: 86%;
}
#addBnr p img {
	margin: 20px 10px 10px;
	width: 96%;
}
/* バナーがない場合 */
#addBnr dl.type01 dt {
	width: 20%;
}
#addBnr dl.type01 dt img {
	height: 30%;
	margin-right: 10px;
}
#addBnr dl.type01 dd {
	color: #fff;
	display: table-cell;
	font-size: 12px;
	vertical-align: middle;
	width: 80%;
}
#addBnr dl.type01 dd a {
	color: #fff;
}

/*-----------------------------------------------------------------------------
** 2020/2 ヘッダー改修
-----------------------------------------------------------------------------*/
header {
	width: 100%;
}
header .header_top_ {
	border-bottom: 2px solid #009fcc;
}
header .header_top_ #top_gnav_area_,
header .header_top_ #top_gnav_area_ &gt; div {
	display: flex;
	align-items: center;
}
h1#sitelogo {
	width: 160px;
	padding: 12px 4%;
}
#top_gnav_area_ a img {
	display: block;
	width: 134px;
}
#top_gnav_area_ div[class*="icon_"] a img {
	width: 32px;
	max-width: 9vw;
	margin: 0 auto;
}
#top_gnav_area_ a img[src*="nav_mypage"] {
	width: 24px;
}

.search_form_.lyt-page-top + div.wrapper_ {
	margin-top: 48px;
}
.search_form_ + div.wrapper_ .contents_ {
	/* padding-top: 20px; */
	padding-top: 8px;
}
.search_form_ + div.wrapper_ .contents_ .navitopicpath_ {
	margin-top: 0;
}
.search_form_.lyt-page-top + div.wrapper_ .chumoku {
	margin-top: 12px;
}

form.search_form_ {
	padding: 12px;
	background-color: #e1f8fe;
	width: 100%;
	box-sizing: border-box;
	z-index: 2;
	position: absolute;
	top: -100%;
}
form.search_form_.lyt-page-top {
	top: 64px;
}
form.search_form_.js-view {
	position: fixed;
	padding: 12px;
	background-color: #e1f8fe;
	width: 100%;
	box-sizing: border-box;
	/* top: 52px; */
	top: 62px;
}
form.search_form_ input.keyword_ {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	/* height: auto; */
	height: 35px;
	border: 1px solid #ccc;
}
form.search_form_ .search_button_ {
	right: 12px;
	background-image: none;
	text-indent: 0;
	padding: 8px 12px;
	width: auto;
	height: auto;
	line-height: 1.2;
	top: 12px;
	border-radius: 0 4px 4px 0;
}
form.search_form_ .placeholder_ {
	top: 20px;
	left: 20px;
}
form.search_form_ .search_btn_title {
	/* display: block; */
	display: none;
	border: 1px solid #aaa;
	text-align: center;
	border-radius: 8px;
	margin: 12px 0 20px;
	padding: 8px;
	line-height: 1;
	position: relative;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
form.search_form_ .search_btn_title:link,
form.search_form_ .search_btn_title:visited {
	color: #666;
	text-decoration: none;
}
form.search_form_ .search_btn_title:after {
	content: "&gt;";
	font-weight: bold;
	display: inline-block;
	margin-left: 0.4em;
}
form.search_form_ .search_btn_close {
	/* display: block; */
	display: none;
	background-color: #4b4b4b;
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -30px;
	padding: 12px 0;
}
form.search_form_.js-view .search_btn_title,
form.search_form_.js-view .search_btn_close {
	display: block;
}
form.search_form_ .search_btn_close:before {
	content: "×";
	font-weight: bold;
	margin-right: 4px;
}

.search_bg_ {
	display: none;
}

a.modal_close {
	background: transparent;
	border: none;
}
a.modal_close &gt; img {
	display: block;
	width: 32px;
	margin: 10px 0;
}

#popup_ {
	padding-top: 52px;
}
#popup_ dl {
	margin: 0;
}
#popup_ dt {
	background-color: #ccc;
	color: #333;
	border-bottom: none;
	font-weight: normal;
	padding: 4px 12px;
	width: 100%;
	margin-bottom: 0;
}
#popup_ dt img {
	margin-right: 4px;
	position: relative;
	top: 2px;
	display: inline-block;
}
#popup_ dt.text-lead {
	color: #fff;
	background-color: #ff9400;
	text-align: center;
}
#popup_ dl.gmenu {
	display: flex;
	flex-wrap: wrap;
}
#popup_ dl.gmenu dd {
	width: 50%;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	border-top: none;
}
#popup_ dl.gmenu dd:nth-child(odd) {
	border-left: none;
}
#popup_ dl.gmenu dd:nth-child(4),
#popup_ dl.gmenu dd:nth-child(5) {
	border-bottom: none;
}
#popup_ dl.gmenu dd a {
	border: none;
	padding: 16px 12px;
	line-height: 1;
}
#popup_ dl.gmenu.menu-sns {
	display: block;
}
#popup_ dl.gmenu.menu-sns dd {
	width: 100%;
	border: none;
	margin: 12px 0;
}
#popup_ dl.gmenu.menu-sns dd a {
	display: flex;
	align-items: center;
	background-image: none;
	padding: 0 12px;
	text-decoration: none;
}
#popup_ dl.gmenu.menu-sns dd a &gt; img {
	display: block;
	margin-right: 8px;
}
#popup_ dl.gmenu.menu-sns dd p {
	font-size: 12px;
	line-height: 1.4;
}

#search_title {
	display: none;
}

/*-----------------------------------------------------------------------------
** 2020/2 フッター改修
-----------------------------------------------------------------------------*/
footer nav#footernav01 &gt; ul {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e4e4e4;
}
footer nav#footernav01 &gt; ul li {
	width: calc(50% - 2px);
	border: 1px solid #e4e4e4;
	border-bottom: none;
}
footer nav#footernav01 &gt; ul li:nth-child(2n) {
	width: calc(50% - 1px);
	border-left: none;
}
footer nav#footernav01 &gt; ul a {
	font-size: 12px;
	background: url("/img/usr/link_goods.png") right 8px center no-repeat;
	background-size: 8px auto;
	padding: 12px 8px;
	line-height: 1;
	display: block;
	text-decoration: none;
}
footer nav#footernav02 {
	margin: 20px 0;
}
footer nav#footernav02 ul {
	display: flex;
	justify-content: center;
}
footer nav#footernav02 ul li + li {
	border-left: 1px solid #666;
}
footer nav#footernav02 ul li a {
	display: block;
	padding: 0 8px;
	color: #666;
	text-decoration: none;
}
.footer_feed {
	display: flex;
	/* justify-content: flex-end; */
}

/*-----------------------------------------------------------------------------
** 2020/2 返品交換フォーム改修
-----------------------------------------------------------------------------*/
div.questionnaire_ {
	padding-top: 20px;
}
div.questionnaire_ .lyt-page-support01 {
	width: calc(100% - 12px * 2);
	margin: 0 auto;
}
div.questionnaire_ .lyt-page-support01 &gt; h2 {
	font-weight: normal;
	text-align: center;
	padding: 8px;
	background-color: #009fcc;
	color: #fff;
	margin: 20px -12px 12px;
	font-size: 16px;
}
div.questionnaire_ .lyt-page-support01 &gt; h2.hdg-notes {
	background-color: #f75356;
}
div.questionnaire_ .lyt-page-support01 &gt; h3 {
	padding: 8px;
	border-bottom: #009fcc 3px solid;
	border-left: none;
	margin-bottom: 12px;
	padding: 0 8px 8px;
}
div.questionnaire_ .lyt-page-support01 em {
	font-weight: bold;
	font-style: normal;
}
div.questionnaire_ .lyt-page-support01 strong {
	color: #ff0000;
	font-weight: normal;
}
div.questionnaire_ .lyt-page-support01 mark {
	background-color: #ffff00;
	font-weight: normal;
	font-style: normal;
}
div.questionnaire_ .lyt-page-support01 p + p,
div.questionnaire_ .lyt-page-support01 p + h3 {
	margin-top: 12px;
}
div.questionnaire_ .lyt-page-support01 li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 1.4em;
}
div.questionnaire_ .lyt-page-support01 li.mb-0 {
	margin-bottom: 0;
	line-height: 1.6;
}
div.questionnaire_ .lyt-page-support01 li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0.4em;
}

div.questionnaire_ .lyt-page-support01 .list-number li &gt; .num {
	position: absolute;
	top: 0;
	left: 0;
}
div.questionnaire_ .lyt-page-support01 .list-number li &gt; .num.color {
	color: #ff0101;
}
div.questionnaire_ .lyt-page-support01 .list-number li:before {
	content: none;
}
div.questionnaire_ .lyt-page-support01 .list-number a {
	text-decoration: underline;
}

.lyt-page-support01 .lyt-panel {
	background-color: #eee;
	padding: 10px;
	margin: 12px 0;
}
.lyt-page-support01 .lyt-panel dt {
	color: #f75356;
	margin-bottom: 4px;
	font-weight: bold;
}
.lyt-page-support01 .lyt-panel dd {
	margin-bottom: 4px;
}

.lyt-page-support01 .formdetail_ {
	margin: 0;
}
.lyt-page-support01 .formdetail_ dt {
	background-color: transparent;
	border-bottom: #009fcc 3px solid;
	color: #404040;
	margin: 20px -12px 8px;
	text-align: center;
	padding-bottom: 4px;
	font-size: 16px;
}
.lyt-page-support01 .formdetail_ dt#th0,
.lyt-page-support01 .formdetail_ dt#th1,
.lyt-page-support01 .formdetail_ dt#th2,
.lyt-page-support01 .formdetail_ dt#th3 {
	display: none;
}
.lyt-page-support01 .formdetail_ dd {
	padding: 0 12px;
}
.lyt-page-support01 .formdetail_ dd textarea {
	padding: 0.6em;
}
.lyt-page-support01 .formdetail_ .comment_ {
	margin-bottom: 8px;
}

.lyt-page-support01 .form-confirm + form .formdetail_ dt {
	background-color: #009fcc;
	color: #fff;
	text-align: left;
}
.lyt-page-support01 .form-confirm + form .formdetail_ + .submit_ {
	margin-top: 20px;
}

.questionnaire_ .message_ .lyt-page-support01 h3 {
	margin-top: 32px;
}

/* 2021.09.30 formmailer */
.fm-cont .lyt-page-support01 .mark {
	background-color: #ffff00;
	font-weight: normal;
	font-style: normal;
}

.fm-cont .top_comment_ {
	font-weight: normal;
}

.fm-cont .forPC {
	display: none;
}

.secFormMailer {
	width: auto;
	margin: 0px 10px;
}

.secFormMailer h2 {
	margin: 20px -10px 12px;
	padding: 8px;
	background-color: #009fcc;
	border-left: #009fcc 4px solid;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.fm-cont .secFormMailer h3 {
	margin: 28px 0px 12px 0px;
	padding-bottom: 4px;
	border-bottom: #009fcc 3px solid;
	border-left: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.secFormMailer h4 {
	margin: 24px 0px 0px 0px;
	padding: 6px 8px;
	border-bottom: none;
	background-color: #d7eef4;
	font-weight: bold;
	font-size: 16px;
}

.secFormMailer h5 {
	margin: 21px 0px 8px 0px;
	font-weight: bold;
	font-size: 16px;
}

.secFormMailer .fm-paragraph {
	display: block;
	margin: 0px 0px 12px 0px;
	text-align: center;
}

.secFormMailer .fm-red {
	color: #ff0101;
}

.secFormMailer strong.fm-red {
	margin-right: 7px;
	font-size: 150%;
	line-height: 0.6;
	vertical-align: text-top;
}

.secFormMailer .fm-flex {
	display: block;
	margin-bottom: 1px;
	border-top: none;
	border-bottom: none;
}

.secFormMailer .fm-flex p {
	width: auto;
	padding: 8px;
	box-sizing: border-box;
}

.secFormMailer .fm-flex p:first-of-type {
	width: auto;
	background-color: #f0f4f6;
	font-weight: bold;
}

.secFormMailer .fm-flex p strong:not(.fm-red) {
	display: block;
	margin-bottom: 5px;
	padding: 6px;
	background-color: #ffff00;
	box-sizing: border-box;
}

.secFormMailer .fm-flex input {
	width: 90%;
	margin: 3px 3px 12px 0px;
}

.secFormMailer .fm-flex select {
	margin: 3px 3px 12px 0px;
}

.secFormMailer .fm-flex textarea {
	margin: 4px 6px;
}

.secFormMailer .fm-flex.fm-name input {
	margin-left: 2px;
	margin-right: 12px;
}

.secFormMailer .fm-flex.fm-address input,
.secFormMailer .fm-flex.fm-address select {
	margin-bottom: 12px;
}

.secFormMailer .fm-flex.fm-address input:nth-of-type(n + 3) {
	width: 90%;
}

.secFormMailer .fm-flex.fm-address input:nth-of-type(-n + 2) {
	width: 30%;
	margin-left: 2px;
	margin-right: 2px;
}

.secFormMailer .fm-flex.fm-tel input {
	width: 23%;
	margin-left: 3px;
}

.secFormMailer .fm-flex.fm-date input:first-of-type {
	width: 24%;
}

.secFormMailer .fm-flex.fm-w50 input {
	width: calc(100% - 7em);
}

.secFormMailer .fm-flex.fm-w90 input {
	width: 90%;
}

.secFormMailer .fm-flex textarea {
	width: 94%;
	max-width: none;
	margin-left: 0px;
}

.secFormMailer .fm-notes {
	margin: 12px 0px;
	padding: 9px;
	border: 3px double #cc0000;
	background-color: #ffd4d4;
}

.secFormMailer .fm-btn {
	width: 90%;
	margin: 21px auto 32px auto;
	text-align: center;
}

.secFormMailer .fm-btn input {
	width: 100%;
	padding: 12px 0px;
	appearance: none;
	background-color: #ff9500;
	border: none;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}

.secFormMailer .fm-btn input:hover {
	opacity: 0.8;
}

/*-----------------------------------------------------------------------------
**  2020/3 会員規約・ログイン レイアウト修正
-----------------------------------------------------------------------------*/
.search_form_ + div.wrapper_ .customer_,
.search_form_ + div.wrapper_ .login_ {
	/* padding-top: 20px; */
	padding-top: 8px;
}

/*-----------------------------------------------------------------------------
** 2020/6 TOPページ スライダー改修
-----------------------------------------------------------------------------*/
.bx-wrapper {
	margin: 12px 0;
}
.bx-wrapper .bx-controls .bx-pager {
	padding: 4px 0;
}
.bx-wrapper li {
	background-color: #fff;
}
.bx-wrapper img {
	margin-bottom: 4px;
}
.bx-wrapper .slide-text01 {
	padding: 4px;
	text-align: center;
	font-size: 12px;
}
.search_form_.lyt-page-top + div.wrapper_ {
	margin-top: 56px;
}
.search_form_.lyt-page-top + div.wrapper_ .chumoku {
	margin-top: 0;
	background-color: #eee;
}
.chumoku ul li {
	border: 1px solid #ccc;
}
strong.text-lead {
	text-align: center;
	display: block;
	color: #ff9300;
	font-weight: bold;
	margin: 4px;
	padding: 4px 0;
	border: 1px solid #ff9300;
}
form.search_form_ {
	background-color: #eee;
}
.informationWrap {
	padding: 8px 6px 4px;
}
.informationWrap &gt; a {
	background: url("https://d38cuxvdcwawa4.cloudfront.net/img/usr/link_goods.png") 4px 2px no-repeat;
	background-size: 8px auto;
	padding-left: 16px;
	width: 100%;
	box-sizing: border-box;
}

/*-----------------------------------------------------------------------------
** 2020/12 サイト改修
-----------------------------------------------------------------------------*/
/* 共通：サイト全体 基本設定 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	font-size: 16px;
}

/* 共通：スマホメニュー */
.header_top_ #top_gnav_area_ &gt; div.icon_menu a {
	position: relative;
	text-decoration: none;
}
.header_top_ #top_gnav_area_ &gt; div.icon_menu a:before {
	content: "MENU";
	font-weight: bold;
	color: #4b4b4b;
	font-size: 10px;
	letter-spacing: 0.1em;
	display: block;
	margin: -4px 0 8px;
}
#popup_ dl.gmenu dd a {
	text-decoration: none;
}

/* 共通：ボタンサイズ＆余白の調整 */
.submit_ input {
	min-height: 44px;
	margin: 16px 0;
}
.submit_ input + input {
	margin-top: 0;
}

/* 共通：見出し */
.common_headline1_ {
	margin-top: 12px;
}

/* 共通：パンくず */
.navitopicpath_ {
	margin: 8px 12px 16px;
}

/* 共通：アイコンリスト*/
.list-icon {
	padding: 12px;
}
.list-icon &gt; li {
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 8px;
	text-align: left;
	font-size: 14px;
}
.list-icon &gt; li .icon {
	position: absolute;
	left: 0;
}
.list-icon strong {
	color: #f00;
	font-weight: normal;
}

/* トップページ */
nav.top_search_title_wrap .top_search_title table tr {
	display: flex;
	flex-wrap: wrap;
}
nav.top_search_title_wrap .top_search_title table td {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 3);
	box-sizing: border-box;
}
nav.top_search_title_wrap .top_search_title table td img {
	max-width: 100%;
	display: block;
}

/* ログイン */
.login_.col1_ .loginform_ + [type="submit"] {
	margin: 20px 0;
	min-height: 40px;
}
.login_.col1_ .forgotpass_ a,
.login_.col1_ .loginform_ a {
	text-decoration: underline;
}

/* 作品別で探す */
div.sub_genre_ nav.GenreStyle_ ul li p.parent_.img_hidden_,
div.sub_genre_ nav.GenreStyle_ ul li p.parent_ {
	background-position: left;
	position: absolute;
	box-sizing: border-box;
	width: 95%;
}

/* ジャンルページ */
.navistyle_ {
	/* margin: 12px -1% 0 0; */
	margin: 12px 0 0 -1%;
	width: 49%;
	box-sizing: border-box;
	display: inline-block;
}
.navistyle_ dt {
	font-size: 12px;
	padding: 8px;
}
.navistyle_ dt select {
	width: 100px;
	font-size: 12px;
}
.navipage_.bottom_ {
	margin-bottom: 12px;
}
ul.goods_t_ li div.desc_ input.cart_btn_ {
	font-size: 16px;
}
a.link_genre_bnr {
	display: inline-block;
}
a.link_genre_bnr div.link_inner {
	display: flex;
	align-items: center;
	margin: 8px;
}
a.link_genre_bnr div.link_inner &gt; img {
	max-width: 48%;
}
a.link_genre_bnr div.link_inner &gt; p {
	margin-left: 4px;
	font-size: 12px;
	line-height: 1.6;
}

/* 商品詳細ページ */
.related_,
.goodsproductdetail_ .top_comment_ &gt; p,
.goodsproductdetail_ .goodsspec_ th,
.goodsproductdetail_ .goodsspec_ td,
.goodsproductdetail_ .goodsspec_ div {
	font-size: 14px;
}

.goodsproductdetail_ .option_buttons_ input[value*="お気に入り"] {
	background-color: #bae8f5;
	color: #00a0c9;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
}

/* 共通：マイページ配下 */
.customer_.col1_ .message_ p a {
	text-decoration: underline;
}
.customer_.col1_ .customer_status_ {
	border: none;
	font-weight: bold;
}

/* マイページ &gt; 購入履歴一覧 */
.customer_.col1_ .formlist_ th,
.customer_.col1_ .formlist_ td {
	padding: 8px;
}
.customer_.col1_ .formlist_ .order_id_ &gt; a {
	text-decoration: underline;
	color: #009fcc;
	padding-left: 12px;
	background: url("/img/usr/link_goods.png") 0 center no-repeat;
	background-size: 7px auto;
	font-weight: bold;
}

/* マイページ &gt; 購入履歴詳細 */
.customer_.col1_ .spandual_ .formdetail_.order_,
.customer_.col1_ .spandual_ .formdetail_.sales_,
.customer_.col1_ .spandual_ .formdetail_.method_ {
	border-top: 1px dotted #009cff;
	margin: 16px 0;
}
.customer_.col1_ .spandual_ .formdetail_.order_ th,
.customer_.col1_ .spandual_ .formdetail_.sales_ th,
.customer_.col1_ .spandual_ .formdetail_.method_ th {
	border-left: 1px dotted #009cff;
	border-bottom: 1px dotted #009cff;
	background-color: #f0f4f6;
	padding: 8px;
}
.customer_.col1_ .spandual_ .formdetail_.order_ td,
.customer_.col1_ .spandual_ .formdetail_.sales_ td,
.customer_.col1_ .spandual_ .formdetail_.method_ td {
	border-right: 1px dotted #009cff;
	border-left: 1px dotted #009cff;
	border-bottom: 1px dotted #009cff;
	padding: 8px;
}
.customer_.col1_ .spandual_ .formdetail_.sales_ td.nocell_ {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.customer_.col1_ .spandual_ .processimage_ {
	display: flex;
	position: relative;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 20px;
}
.customer_.col1_ .spandual_ .processimage_:before {
	content: "処理状態";
	padding: 4px;
}
.customer_.col1_ .spandual_ .processimage_ img {
	width: 72%;
}
.customer_.col1_ .method_addr_ {
	border: none;
}

.customer_.col1_ .submit_ input[value*="問い合わせ"] {
	background-color: #bae8f5;
	color: #09a2ce;
	border: 1px solid #9bdaec;
}

/* フッター */
footer .footer_feed {
	margin: 0 8px 20px;
}
footer .change_mode_ {
	display: none;
}

/* カート*/
.cartlist_.col1_ img {
	max-width: 100%;
}
header.header-cart {
	margin: 0 auto -48px;
	padding: 12px;
	position: relative;
	box-sizing: border-box;
}
header.header-cart img {
	width: 120px;
}

table.cartlist_ tr {
	display: flex;
	flex-wrap: wrap;
	padding: 4px;
	justify-content: flex-end;
}
table.cartlist_ tr.list_ {
	padding: 4px 0;
}
table.cartlist_ td {
	display: block;
	padding: 0 8px;
}
table.cartlist_ td.img_ img {
	display: block;
}
table.cartlist_ td.name_ {
	width: calc(100% - 68px);
	box-sizing: border-box;
	padding: 0;
}
table.cartlist_ td.name_ a {
	font-size: 14px;
	text-decoration: underline;
	color: #009fcc;
	font-weight: normal;
}
table.cartlist_ td.name_ .price_ {
	color: #404040;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ td.price_box_ {
	width: 240px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
table.cartlist_ td.price_box_ .qty_ {
	display: flex;
	align-items: center;
}
table.cartlist_ td.price_box_ .qty_ input {
	order: 1;
	margin: 0 4px;
}
table.cartlist_ td.price_box_ .qty_ img {
	width: 20px;
	margin: 0 8px;
}
table.cartlist_ td.price_box_ .qty_ img[src*="spinplus"] {
	order: 2;
}
table.cartlist_ td.price_box_ .price_ {
	margin-left: 8px;
	color: #404040;
	font-size: 14px;
}
table.cartlist_ td.button_ {
	width: auto;
	display: flex;
	align-items: center;
}
/* table.cartlist_ td.button_ input[value="削除"] {
	background-color: transparent;
	color: #009cff;
	text-decoration: underline;
	padding: 0;
} */
table.cartlist_ td.total_:after {
	content: "：";
	position: relative;
	right: -8px;
}
table.cartlist_ td.money_ {
	text-align: left;
	width: auto;
}
table.cartlist_ td.button_ input[value="再計算"] {
	padding: 4px 16px;
}
div.postage_comment_ {
	font-size: 14px;
	text-align: left;
	color: #404040;
	background-color: #faf2d4;
	margin: 12px;
	padding: 12px;
}

/* カート &gt; 注文内容の確認 */
table.estimate_.sales_ {
	border: none;
}
table.host_ th,
table.estimate_.sales_ th,
table.estimate_.sales_ td {
	border-top: 1px dotted #009cff;
}
table.estimate_.sales_ td.nocell_ .small_ br {
	display: none;
}
table.goodslist_ .goods_ {
	word-break: break-all;
}
div.order_ .method_addr_ {
	border: none;
	padding: 0;
}
/* カート &gt; エラーメッセージ */
div.single_mainframe_ {
	margin-top: 12px;
}
div.single_mainframe_ div.notice_ {
	padding: 12px;
	box-sizing: border-box;
	max-width: 92%;
	margin: 0 auto;
}
div.single_mainframe_ div.notice_ p + p {
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------
** 2021/03 商品詳細ページ文言追加
-----------------------------------------------------------------------------*/
div.details_note {
	background: #fff;
	padding: 0 10px 10px;
}
div.details_note ul {
	text-indent: -0.7em;
	margin-left: 1em;
}
div.details_note ul li {
	font-size: 12px !important;
}

/*-----------------------------------------------------------------------------
** 2021/04 プレースホルダー色修正
-----------------------------------------------------------------------------*/
input::placeholder {
	color: #ccc;
}
/* IE */
input:-ms-input-placeholder {
	color: #ccc;
}
/* Edge */
input::-ms-input-placeholder {
	color: #ccc;
}

/*-----------------------------------------------------------------------------
** 2021/12 iOS15 セレクトボックス文字色修正
-----------------------------------------------------------------------------*/
select {
	color: #333;
}

/*-----------------------------------------------------------------------------
** 2021/12 コピーライト年表記自動出力
-----------------------------------------------------------------------------*/
#copyright .js-year {
	font-size: 14px;
}

/*-----------------------------------------------------------------------------
** 2022/2 購入グループ購入完了ページにボタン追加
-----------------------------------------------------------------------------*/
.groupWrapCon {
	background: #e6f4f8;
	padding: 10px;
}

.groupWrapCon h2 {
	margin: 0 0 10px;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #009fcc;
	color: #009fcc;
}

.groupWrapCon p.group_button a {
	background: #009fcc;
	border-radius: 3px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------
** 2022/3 商品一覧アイコン大きさ指定
-----------------------------------------------------------------------------*/
.icon_ img {
	width: 85px !important;
}

/* --------------------------------------------------------------------
.goodsimg_ .icon_area_  グッズ詳細アイコン2022.03.22
-------------------------------------------------------------------- */
.goodsimg_ .icon_area_ img {
	width: 90px !important;
}

/* --------------------------------------------------------------------
.icon_area_ グッズ一覧リボンアイコン 2022.04.07
-------------------------------------------------------------------- */
.icon_area_ img {
	width: 44px !important;
}


/* --------------------------------------------------------------------
開催中の展示会　追加 2022.04.14
-------------------------------------------------------------------- */
.exhibition {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.exhibition .overBox {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

.exhibition .overBox::-webkit-scrollbar {
	display: none;
}

.exhibition .exhibitionBox {
	display: inline-block;
	min-width: 100%;
	padding: 6px 2px 4px 16px;
}

.exhibition .d-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 100%;

}

.exhibition .exhibitionBox a {
	display: block;
	width: 60vw;
	margin-right: 14px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 5px;
}

.exhibition a img {
	height: 30vw;
}

.exhibition a span {
	display: block;
	width: 100%;
	height: 42px;
}

.exhibition a span img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 85%;
	border-radius: 0px;
}

.exhibition a figcaption {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	padding-top: 4px;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
}

/* --------------------------------------------------------------------
検索フォーム　改修 2022.05.06
-------------------------------------------------------------------- */
.search-popup-background {
	/* 画面全体を暗くする透過背景 */
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	z-index: 1;
}

/* --------------------------------------------------------------------
事前事後バナー　改修 2022.06.20
-------------------------------------------------------------------- */
.jizenjigo_list {
	display: flex;
	flex-wrap: wrap;
}

.jizenjigo_list li {
	justify-content: center;
	align-items: center;
	width: calc(100% / 3);
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

.jizenjigo_list li:last-child {
	margin-bottom: 20px
}

.jizenjigo_list li img {
	width: 100%;
}

/* --------------------------------------------------------------------
受注生産バナー　改修 2022.06.20
-------------------------------------------------------------------- */
.juchu_list {
	display: flex;
	flex-wrap: wrap;
}

.juchu_list li {
	justify-content: center;
	align-items: center;
	width: calc(100% / 3);
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}


.juchu_list li img {
	width: 100%;
}




/* --------------------------------------------------------------------
スマホメニュー改修 ＆ バナー掲載用フリーページ作成 2022.07
-------------------------------------------------------------------- */
#popup_ dl.gmenu dd {
	display: flex;
	align-items: stretch;
}

#popup_ dl.gmenu dd+:nth-child(n+6) {
	border-top: 1px solid #c7c7c7;
}

#popup_ dl.gmenu dd a {
	line-height: 1.8;
	padding: 8px 12px;
	display: flex;
	width: 100%;
	align-items: center;
}

h2.hdg-l2 {
	margin: 0 10px 10px;
	padding: 0px 10px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	border-left: solid 5px #009fcc;
	color: #009fcc;
}

.banner-area {
	padding: 6px;
}

.banner-area .juchu_list[data-column="2"] {
	margin-bottom: 20px;
}

.banner-area .jizenjigo_list[data-column="2"]&gt;li,
.banner-area .juchu_list[data-column="2"]&gt;li {
	width: calc(100% / 2);
	padding: 12px;
}

/* --------------------------------------------------------------------
トップページ下部 6秒バナー　正方形版 2022.07
-------------------------------------------------------------------- */
#addBnr[data-type="square"] dl {
	display: flex;
	align-items: center;
	justify-content: center;
}

#addBnr[data-type="square"] dl dt {
	width: auto;
	display: block;
}

#addBnr[data-type="square"] dl dd {
	width: auto;
	display: block;
}

#addBnr[data-type="square"] dd img {
	display: block;
	width: 80px;
	margin: 4px 12px;
}

/* --------------------------------------------------------------------
	モーダルメニュー改修　2022.08
-------------------------------------------------------------------- */
.gmenu_top {
	text-align: center;
	margin-bottom: 20px;
}

.menu_waku {
	border: 3px solid #ff9300;
	border-radius: 5px;
	padding: 15px 40px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}

.menu_welcome {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------
	お問い合わせページ　shop/contact/contact.aspx　改修　2023.01
-------------------------------------------------------------------- */
.contact_info {
	margin: 0 auto;
	padding: 16px;
	line-height: 1.6;
}

.contact_info h1 {
	margin: 0px 0px 10px;
	font-size: 18px;
}

.contact_info h2 {
	border-bottom: 3px solid #009FCC;
	font-size: 16px;
	font-weight: bold;
	margin: 20px -5px 15px;
	padding: 0 0 8px 8px;
}

.contact_info p {
	margin-bottom: 10px;
}

.contact_info span {
	color: red;
}

.contact_info ul li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
}

.contact_info ul li :before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
}

.contactUs {
	border: 1px dotted #009FCC;
	margin-top: 12px;
	margin-bottom: 24px;
	padding: 8px;
}

.contactUs h3 {
	border-bottom: 1px solid #009FCC;
	color: #009FCC;
	font-weight: bold;
	margin: 8px 0px 15px;
	padding-bottom: 10px;
}

.contactUs a {
	text-decoration: underline;
}

.contact_list_note&gt;li:before {
	content: "※";
	display: block;
	color: red;
	position: absolute;
	left: 0;
}

/* --------------------------------------------------------------------
	会員規約　改修　2023.01.18
-------------------------------------------------------------------- */
.agreebox_ {
	margin: 0 10px 10px;
	padding: 14px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	word-wrap: break-word;
	height: 240px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.agreebox_ p {
	font-size: 13px;
}

.agreebox_ h3 {
	font-size: 13px;
}

.agreebox_ ul li {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 4px;
	font-size: 13px;
}

.agreebox_ ul span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
}

/* --------------------------------------------------------------------
ページ下部固定 6秒バナー　追加CSS 2023.03
-------------------------------------------------------------------- */
#addBnr[data-type="square"] dl dt {
  font-size: 14px;
  display: none;
}

#addBnr[data-type="square"] dl dd {
  display: none;
}

#addBnr[data-type="square"] dl dt.active,
#addBnr[data-type="square"] dl dt.active + dd {
  display: block;
}

/*-----------------------------------------------------------------------------
** お届け先変更
-----------------------------------------------------------------------------*/
div.ui-dialog-buttonset{
   width: 100%;
   display: flex;
   display: -webkit-flex;
   text-align: center;
   justify-content: space-around;
   -webkit-justify-content: space-around;
}
div.ui-dialog div.ui-dialog-buttonpane{
   padding: .3em .3em .5em .3em;
}
div.dest_change_comp_message_ {
    background-color: #d6f7f7;
    border: solid 1px #85a7bb;
    padding: 8px;
    margin: 10px auto;
    text-align: left;
    width: 97%;
}
.dest_change_comp_message_ {
    color: #244278;
    font-weight: bold;
}


/* --------------------------------------------------------------------
	マイページ　チェックイン
-------------------------------------------------------------------- */
.block-apply-checkin--qr {
	display:flex;
	justify-content:center;
 	margin: 10px auto 0px auto;
}

.checkin_goods_url_ {
 margin: 0 0.5em;
 white-space: normal;
 text-decoration: underline!important;
 font-size:16x ;
}

.reload_button_{
 display:flex;
 justify-content:center;
}

.checkin_back_submit_{
  margin-top:10px;
}
</pre></body></html>