@charset "utf-8";
@import url(common_style.css);

/*=====================================================================
【common】
=======================================================================*/
fieldset,
img {
	border: 0;
}
a img {
	border-style: none;
}
ul,
ol,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/*ショップ看板*/
body#shoptop_hobby .shopSignboard {
	margin: 0 !important;
	width: 906px;
}
body#shoptop_hobby .shopSignboard img {
	width: 100%;
	height: auto;
}

/*【ショップトップ用】全体の枠
--------------------------------------------*/
/*サイトジャックのために100%幅を確保*/
#hobbyWrap {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "sans-serif" !important;
	padding: 0;
	position: relative;
}
/*サイトジャックが入っても、メインコンテンツの白背景とコンテンツ幅を確保させる*/
#hobbyWrap_inner {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 1016px;
}

/*罫線
--------------------------------------------*/
body#shoptop_hobby hr {
	display: none;
}
body#shoptop_hobby .line_img {
	background: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/20180328_hobby_line.jpg)
		top left no-repeat;
	height: 5px;
	margin: 15px auto;
	padding: 0;
	width: 100%;
	background-size: cover;
}

/*【共用】赤い文字にしたいとき
--------------------------------------------*/
body#shoptop_hobby .red,
body#shoptop_hobby a .red {
	color: #f00;
}
body#shoptop_hobby a:hover .red {
	color: #f00;
	text-decoration: underline;
}

/*=====================================================================
【ショップ全体のリンク挙動】
※ショップトップ用のは下の方で書いています。

基本の構成メモ（※ショップトップを除く）
-----------------
#cdu3mainColumn02		…3カラム時のメインカラム
#cdu2mainColumn			…2カラム時のメインカラム（商品一覧ページ等）
#cdu2sideColumn			…左カラム
#cdu3sideColumn_right	…右カラム
-----------------
=======================================================================*/
#cdu3mainColumn a img,
#cdu2sideColumn a img,
#cdu3sideColumn_right a img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	width: auto !important;
	zoom: 1;
}

#cdu3mainColumn a:hover img,
#cdu2sideColumn a:hover img,
#cdu3sideColumn_right a:hover img,
#cdu3mainColumn a:active img,
#cdu2sideColumn a:active img,
#cdu3sideColumn_right a:active img {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
	width: auto !important;
}

/*=====================================================================
【※下層ページ用】基本のレイアウト
※ショップトップ用のレイアウト（カラム分け）は下の方で書いています。
「ショップトップ用カラムレイアウト」で検索して下さい。

01：手動のお知らせとニュースボタン
02：動かないバナー
03：発送月とブランドメニュー
04：スライダーバナー
05：新着情報
06：キャンペーン・特集
07：カテゴリーリスト
08：関連リンク
09：締切迫る！
10：まもなくスタート！
11：検索
12：ボタンメニュー（全商品一覧・予約品一覧・特集一覧・過去のアイテム）
=======================================================================*/
/*メインカラム*/
#cdu3mainColumn02 {
	float: left;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	width: 600px;
}

/*サイドバー左*/
#cdu2sideColumn {
	float: left;
	width: 204px;
}

/*サイドバー右*/
#cdu3sideColumn_right {
	float: left;
	margin: 0px;
	padding: 3px 0px 0px 11px;
	width: 194px;
}

/*フッター*/
#cduFooter {
	clear: both;
	margin: 15px auto 0 auto;
}
#cduFooter .inner {
	margin: 0 auto 0 auto !important;
	width: 998px;
}
#cduCopyFooter {
	clear: both;
	color: #999;
	font-size: 10px;
	line-height: 13px;
	padding: 15px 0;
}

/*=====================================================================
【パンくずリスト】
=======================================================================*/
#cduPanNavi {
	color: #504e4e !important;
	margin: 0 !important;
	width: 998px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#cduPanNavi a,
#cduPanNavi a:visited,
.cduPanNavi a,
.cduPanNavi a:visited {
	color: #504e4e;
}

#cduPanNavi a,
.cduPanNavi a {
	text-decoration: underline;
}

/*=====================================================================
【ショップトップ用】【サイトジャック】（フリースペース05）
=======================================================================*/
#hobby_sitejack {
	margin: 0;
	padding: 0;
	z-index: 60;
}

.hobby_sitejackL.fixed,
.hobby_sitejackR.fixed {
	position: fixed;
	top: 0;
}

/*※中央位置を自動で取得して（50%のやつ）、そこからの位置を左右で数値指定（marginのやつ）する*/
.hobby_sitejackL {
	margin: 0 600px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 100;
}
.hobby_sitejackR {
	margin: 0 0 0 600px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
}

#hobby_sitejack img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	transition: all 0.25s ease-in-out, background 0.25s ease-in-out;
	-webkit-transition: all ease-in-out 0.25s;
	width: auto !important;
	zoom: 1;
}

#hobby_sitejack a:hover img,
#hobby_sitejack a:active img {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
	width: auto !important;
}

/*1024以下ならサイトジャックしない*/
@media screen and (max-width: 1024px) {
	.hobby_sitejackL,
	.hobby_sitejackR {
		display: none;
	}
}

/*=====================================================================
【トップ】手動のお知らせとニュースボタン（フリースペース01）
=======================================================================*/

/* 2306 */
#hobby_topiNews {
	margin: 0 auto 15px auto;
	padding: 0;
	width: 100%;
}

/* 2306 */
.hobby_topi {
	margin: 0;
	vertical-align: middle;
	width: 60%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

/* 2306 */
.hobby_charaBnr {
	margin: 30px 0 20px;
}

.hobby_charaBnr a {
	display: block;
	background: #ccc;
	width: 600px;
	height: 100px;
	margin: auto;
	transition: all ease 0.3s;
}

.hobby_charaBnr a:hover {
	opacity: 0.9;
}

.hobby_topi ul {
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.hobby_topi ul li {
	background: url(//bandai-a.akamaihd.net/bc/images/hobby/20121121_news_btn.gif)
		top left no-repeat;
	font-size: 12px !important;
	line-height: 16px;
	margin: 3px 0;
	padding: 0 0 0 18px;
}
.hobby_topi ul li:last-child {
	background: url(//bandai-a.akamaihd.net/bc/images/hobby/20121121_news_btn.gif)
		top left no-repeat;
	font-size: 12px !important;
	line-height: 16px;
	margin: 3px 0 0 0;
	padding: 0 0 0 18px;
}
.hobby_topi ul li span {
	display: inline-block;
	font-size: 13px !important;
	font-weight: 100;
	line-height: 16px;
	padding: 0;
	vertical-align: middle;
	width: 95%;
	color: red;
}

/*=====================================================================
ホビーナビ
=======================================================================*/

/* 2306 */
#hobby_nav {
	/*width: 100%;
	margin: 5px auto 0;
	text-align: center;*/
	float: right;
    margin: 0;
    padding: 0;
    width: 40%;
}

#hobby_nav ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*#hobby_nav img {
	max-width: 50%;
	vertical-align: bottom;
}*/

/*#hobby_nav li {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	width: 16%;
	border-right: 2px solid #d5d5d5;
	padding: 0 1.5%;
	height: 70px;
	margin: 0.5rem 0rem;
}*/

/* 2306 */
#hobby_nav ul li {
    border-left: 2px solid #ccc;
    line-height: 0;
    margin: 0;
    padding: 3% 1%;
    width: 29.7%;
    float: left;
    height: 100%;
}
#hobby_nav ul li:last-child {
    border-right: 2px solid #ccc;
}

#hobby_nav ul li img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

#hobby_nav li p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-weight: bold;
}
/*#hobby_nav li:first-child {
	border-left: 2px solid #d5d5d5;
}*/
/*#hobby_nav li:last-child {
	width: 25%;
}*/
#hobby_nav .new_icon {
	position: relative;
}
/*#hobby_nav .new_icon::after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	right: 1.5vw;
	width: 4.5vw;
	max-width: 25px;
	height: 4.5vw;
	max-height: 25px;
	background-color: red;
	background-image: url(/bc/images/hobby/202003_new_icon_dtl.png);
	background-size: cover;
	border-radius: 25px;
	z-index: 10;
}*/
#hobby_nav ul .new_icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 19px;
    height: 19px;
    background-color: red;
    background-image: url(/bc/images/hobby/202003_new_icon_dtl.png);
    background-size: cover;
    border-radius: 10px;
}

#hobby_topBnr_m2x3 {
	margin: 0 auto 23px auto;
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#hobby_topBnr_m2x3 ul {
	font-size: 0;
	display: block;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#hobby_topBnr_m2x3 ul li {
	width: 503px;
	float: left;
	margin: 0 10px 10px 0;
}
#hobby_topBnr_m2x3 ul li:nth-child(2n) {
	margin-right: 0;
}
#hobby_topBnr_m2x3 ul li img {
	width: 100%;
	height: auto;
}
#hobby_topBnr_m2x3 ul li a {
	transition: all ease 0.3s;
}
#hobby_topBnr_m2x3 ul li a:hover {
	opacity: 0.9;
}
#hobby_topBnr_m2x3 ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	padding: 0 0 0 12px;
	text-indent: -12px;
	font-weight: bold;
}
/* #hobby_topBnr_m2x3 ul li span:before {
	content: "\25B2";
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	vertical-align: top;
	width: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} */
#hobby_topBnr_m2x3 ul li div.slhead {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 0 4px 0;
	padding: 0;
	text-indent: 0;
	vertical-align: baseline;
	width: 100%;
}
#hobby_topBnr_m2x3 ul li div.slhead:before {
	display: none;
}
#hobby_topBnr_m2x3 ul li div.slhead big {
	background: #f00;
	border: 2px solid #f00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 3px 0 0;
	padding: 2px 3px 0 3px;
	vertical-align: top;
	width: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#hobby_topBnr_m2x3 ul li div.slhead small {
	background: #444;
	border: 2px solid #444;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 3px 0 0;
	padding: 2px 3px 0 3px;
	vertical-align: top;
	width: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#hobby_topBnr_m2x3 ul li div.slhead strong {
	display: inline-block;
	font-size: 11px;
	font-weight: 100;
	line-height: 11px;
	margin: 0;
	padding: 5px 0 0 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hobby_topBnr {
	margin: 6px auto 15px auto;
	padding: 0;
	min-width: 1016px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#hobby_topBnr dl {
	display: block;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	width: 999px;
}

/*大バナー（左）*/
#hobby_topBnr dl dt {
	display: inline-block;
	height: 321px;
	line-height: 0;
	margin: 0 4px 0 0;
	padding: 0;
	vertical-align: top;
	width: 565px;
}
#hobby_topBnr dl dt img {
	height: auto !important;
	width: 564px !important;
	max-width: 564px;
}

/*中バナー（右）*/
#hobby_topBnr dl dd {
	display: inline-block;
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 430px;
}
#hobby_topBnr dl dd ul {
	line-height: 0;
	margin: 0;
	padding: 0;
}

#hobby_topBnr dl dd ul li:nth-child(1),
#hobby_topBnr dl dd ul li:nth-child(2) {
	display: block;
	line-height: 0;
	margin: 0 0 5px 0;
	padding: 0;
	width: 430px;
}
#hobby_topBnr dl dd ul li:nth-child(3) {
	display: block;
	line-height: 0;
	margin: 0 !important;
	padding: 0;
	width: 430px;
}
#hobby_topBnr dl dd ul li img {
	height: auto !important;
	width: 430px !important;
	max-width: 430px;
}

/*リンクの挙動*/
#hobby_topBnr a img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	zoom: 1;
}
#hobby_topBnr a:hover img,
#hobby_topBnr a:active img {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
}

/*トップバナー「予約受付中アイテムをみる」ボタン*/
.hobby_topBnr_btn {
	margin: 8px auto 0 auto;
	padding: 0;
	text-align: center;
}

/*=====================================================================
【トップ】発送月メニューとブランドメニュー（フリースペース01）
=======================================================================*/

#hobby_shipbrand {
	margin: 0 auto 23px auto;
	padding: 0;
	width: 999px;
}

/*発送月メニュー（ブランドメニューと横並び）
--------------------------------------------*/
.hobby_shipping {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 496px;
	vertical-align: middle;
}
.hobby_shipping h2 {
	background: none;
	border-left: 2px solid #b3b3b3;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 1px 0 0 14px;
	text-indent: inherit;
	vertical-align: middle;
	width: 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*ブランドメニュー（発送月メニューと横並び）
--------------------------------------------*/
.hobby_brand {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 496px;
}
.hobby_brand h2 {
	background: none;
	border-left: 2px solid #b3b3b3;
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 1px 0 0 14px;
	text-indent: inherit;
	vertical-align: middle;
	width: 108px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*中のメニュー（共用）
--------------------------------------------*/
#hobby_shipbrand ul {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	width: 382px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

/*ブランドごとの枠*/
#hobby_shipbrand ul li {
	display: inline-block;
	margin: 0;
	padding: 9px 0 7px 0;
	vertical-align: top;
	width: auto /*76px*/;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	zoom: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hobby_shipbrand ul li span {
	border-left: 2px solid #b3b3b3;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0 15px;
	-webkit-transition: all ease-in-out 0.25s;
	zoom: 1;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hobby_shipbrand ul li:first-child span {
	border-left: 0;
	padding-left: 0;
}

#hobby_shipbrand ul li:last-child img {
	width: 100%;
	height: auto;
	transform: translateY( -5px );
}

.hobby_brand ul li:last-child {
	/*width: 70px !important;*/
}

#hobby_shipbrand ul li:last-child span {
	padding-right: 0;
}
#hobby_shipbrand .brand li:last-child a {
	border-left: 2px solid #b3b3b3;
}
#hobby_shipbrand .brand li:last-child span {
	height: 18px;
	position: relative;
	left: 10px;
	border: none;
	padding: 0;
}

/*Aタグの範囲をボタン全体に拡げる*/
/*※hoverさせない時はここのpaddingを0にして、数値をliのpaddingへ移動*/
#hobby_shipbrand ul li a {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	text-decoration: none !important;
	width: 100%;
}

/*=====================================================================
【ショップトップ用】スライダー（フリースペース02）
=======================================================================*/
.hobby_slider {
	margin: 0 auto 70px auto;
	padding: 0;
	position: relative;
	width: 100%;
}

/*続きはスライダー用CSSで*/

/*=====================================================================
【ショップトップ用】新着情報（NEWS_LIST_IF）
=======================================================================*/
#hobby_itemnews {
	margin: 0 auto 23px auto;
	padding: 0;
	position: relative;
	width: 999px;
}
#hobby_itemnews h2 {
	background: none !important;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	text-indent: inherit !important;
}

/*ホバー時に背景色を変える*/
#hobby_itemnews ul {
	line-height: 0;
	margin: 10px auto 0 auto;
	padding: 0 17px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#hobby_itemnews ul li {
	background: url(//bandai-a.akamaihd.net/bc/images/hobby/20121121_news_btn.gif)
		top left no-repeat;
	font-size: 12px !important;
	line-height: 16px;
	margin: 5px 0;
	padding: 0 0 0 18px;
}

/*1行で末尾を自動省略する*/
#hobby_itemnews ul li span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

/*3件以上を非表示にする（「n+4」＝4個目から）*/
#hobby_itemnews ul li:nth-child(n + 4) {
	display: none;
}

/*新着情報一覧を見る
--------------------------------------------*/
#hobby_itemnews .hobby_itemnews_all {
	margin: 0 auto;
	padding: 0 15px 0 0;
	width: 1016px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#hobby_itemnews .hobby_itemnews_all span {
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#hobby_itemnews .hobby_itemnews_all span:before {
	content: "\25B6";
	height: 12px;
	width: 12px;
}

/*=====================================================================
【ショップトップ用カラムレイアウト】
=======================================================================*/
#hobby_2col {
	margin: 0 auto 13px auto;
	padding: 0;
	width: 999px;
}

/*メインカラム
--------------------------------------------*/
#hobby_2col #hobby_2col_main {
	display: inline-block;
	vertical-align: top;
	width: 800px;
}

/*右カラム
--------------------------------------------*/
#hobby_2col #hobby_2col_right {
	display: inline-block;
	vertical-align: top;
	width: 194px;
	padding-top: 15px;
}

/*【両カラム共用】リンクの挙動
--------------------------------------------*/
#hobby_2col img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	zoom: 1;
}
#hobby_2col a {
	line-height: 0;
}
#hobby_2col a:hover img,
#hobby_2col a:active img {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
}

/*【右カラム共用】タイトル（H3）
--------------------------------------------*/
#hobby_2col_right h3 {
	line-height: 0;
	margin: 0 0 8px 0;
	padding: 0;
}

/*【右カラム共用】
「締切迫る！」と「まもなくスタート！」で共用
--------------------------------------------*/
/*商品画像がない時（SPと同一ソースにする都合上で付与）*/
#hobby_2col_right span.hobby_side_txtonly {
	width: 100% !important;
}

/*アイテム一覧を見る*/
#hobby_2col_right .hobby_side_listall {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
	width: 100%;
}
#hobby_2col_right .hobby_side_listall span {
	font-size: 11px;
	line-height: 16px;
}

.mb0 {
	margin-bottom: 0 !important;
}
#hobby_2col_main #hobby_special {
	margin: 0 auto 41px auto;
	padding: 0;
	width: 100%;
	padding-top: 15px;
}
#hobby_2col_main #hobby_special h2 {
	background: none !important;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	text-indent: inherit !important;
}
#hobby_2col_main #hobby_special ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_main #hobby_special ul li {
	display: inline-block;
	margin: 0 12px 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}

#hobby_2col_main #hobby_special ul li img {
	width: 100%;
	height: auto;
}

#hobby_2col_main #hobby_special ul li:nth-child(4n) {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}
#hobby_2col_main #hobby_special ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	word-break: break-all;
}
/* #hobby_2col_main #hobby_special ul li span:before {
	content: "\25B2";
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	vertical-align: top;
	width: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} */

#hobby_2col_main #hobby_campaign {
	margin: 0 auto 41px auto;
	padding: 15px 0 0;
	width: 100%;
}
#hobby_2col_main #hobby_campaign h2 {
	background: none !important;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	text-indent: inherit !important;
}
#hobby_2col_main #hobby_campaign ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_main #hobby_campaign ul li {
	display: inline-block;
	margin: 0 12px 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}

#hobby_2col_main #hobby_campaign ul li img {
	width: 100%;
	height: auto;
}

#hobby_2col_main #hobby_campaign ul li:nth-child(4n) {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}
#hobby_2col_main #hobby_campaign ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	word-break: break-all;
}
/* #hobby_2col_main #hobby_campaign ul li span:before {
	content: "\25B2";
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	vertical-align: top;
	width: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} */

#hobby_2col_main .new_cnt span {
	color: red;
	font-weight: bold;
	position: relative;
	padding-left: 15px !important;
	text-indent: 0 !important;
}
#hobby_2col_main .new_cnt span::before {
	content: "" !important;
	position: absolute;
	display: inline-block;
	width: 12px !important;
	height: 12px !important;
	background-color: red;
	border-radius: 12px;
	left: 0;
	top: 0;
	padding: 0 !important;
	margin-right: 5px;
	background-image: url(/bc/images/hobby/202003_new_icon_dtl.png);
	background-size: cover;
}

/*--------------------------------------------------------------------
【ショップトップ用】【メインカラム】カテゴリーリスト（フリースペース03）
----------------------------------------------------------------------*/
#hobby_2col_main #hobby_category {
	margin: 0 auto 41px auto;
	padding: 0;
	width: 100%;
}
#hobby_2col_main #hobby_category h2 {
	background: none !important;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	text-indent: inherit !important;
}

#hobby_2col_main #hobby_category ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_main #hobby_category ul li {
	display: inline-block;
	margin: 0 8px 10px 0;
	padding: 0;
	vertical-align: top;
	width: 188px;
}
/*4つめは右marginを付けない*/
#hobby_2col_main #hobby_category ul li:nth-child(4n) {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 188px;
}

#hobby_2col_main #hobby_category ul li img {
	height: auto;
	width: 100%;
}

/*テキスト
--------------------------------------------*/
#hobby_2col_main #hobby_category ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	word-break: break-all;
}
/*冒頭に「▲」を付ける*/
/* #hobby_2col_main #hobby_category ul li span:before {
	content: "\25B2";
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	vertical-align: top;
	width: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} */

/*--------------------------------------------------------------------
【ショップトップ用】【メインカラム】関連リンク（フリースペース03）
----------------------------------------------------------------------*/
#hobby_2col_main #hobby_relatedLink {
	margin: 0 auto 41px auto;
	padding: 0;
	width: 100%;
}
#hobby_2col_main #hobby_relatedLink h2 {
	background: none !important;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	text-indent: inherit !important;
	vertical-align: middle;
	width: 137px;
}

#hobby_2col_main #hobby_relatedLink ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 653px;
}
#hobby_2col_main #hobby_relatedLink ul li {
	display: inline-block;
	margin: 0 8px 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}

/*4つめは右marginを付けない*/
#hobby_2col_main #hobby_relatedLink ul li:nth-child(4n) {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}

#hobby_2col_main #hobby_relatedLink ul li img {
	height: auto;
	width: 100%;
}

/*テキスト
--------------------------------------------*/
#hobby_2col_main #hobby_relatedLink ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	word-break: break-all;
}
/*冒頭に「▲」を付ける*/
#hobby_2col_main #hobby_relatedLink ul li span:before {
	content: "\25B2";
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	vertical-align: top;
	width: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*=====================================================================
【ショップトップ用】右カラム一式
=======================================================================*/

/*--------------------------------------------------------------------
【ショップトップ用】【右カラム】締切迫る！（フリースペース04）
----------------------------------------------------------------------*/
#hobby_2col_right #hobby_side_close {
	margin: 0 0 20px 0;
	padding: 0;
	width: 182px;
}
#hobby_2col_right #hobby_side_close ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_right #hobby_side_close ul li {
	border-bottom: 1px dotted #ccc;
	display: inline-block;
	margin: 0 0 2% 0;
	padding: 0 0 2% 0;
	position: relative;
	width: 100%;
}

/*テキスト関係
--------------------------------------------*/
/*えんじ色のタイトル*/
#hobby_2col_right #hobby_side_close ul li span.side_catch {
	color: #bc0001 !important;
	font-weight: bold;
	display: block !important;
	line-height: 16px !important;
	margin: 0 0 2px 0;
	padding: 0;
	width: 98%;
}

/*商品名*/
#hobby_2col_right #hobby_side_close ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 16px !important;
	padding: 0;
	vertical-align: top;
	width: 124px;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*えんじ色ほど目立たせたくはないが、書き添えたい時*/
#hobby_2col_right #hobby_side_close ul li span.side_notes {
	display: block !important;
	line-height: 16px !important;
	margin: 2px 0 2px 0;
	padding: 2px 0 0 0;
	width: 98%;
}

/*商品画像*/
#hobby_2col_right #hobby_side_close ul li img {
	border: 1px solid #ccc;
	display: inline-block;
	height: 48px;
	line-height: 0;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
	width: 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*締切迫る！のみリンクが付与されるので調整*/
#hobby_2col_right #hobby_side_close ul li a:hover,
#hobby_2col_right #hobby_side_close ul li a:hover span.close_ttl {
	text-decoration: none !important;
}
#hobby_2col_right #hobby_side_close ul li a:hover span {
	text-decoration: underline !important;
}

/*--------------------------------------------------------------------
【ショップトップ用】【右カラム】まもなくスタート！（フリースペース04）
----------------------------------------------------------------------*/
#hobby_2col_right #hobby_side_coming {
	margin: 0 0 20px 0;
	padding: 0;
	width: 182px;
}
#hobby_2col_right #hobby_side_coming ul {
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_right #hobby_side_coming ul li {
	border-bottom: 1px dotted #ccc;
	display: inline-block;
	margin: 0 0 2% 0;
	padding: 0 0 2% 0;
	position: relative;
	width: 100%;
}

/*テキスト関係
--------------------------------------------*/
/*えんじ色のタイトル*/
#hobby_2col_right #hobby_side_coming ul li span.side_catch {
	color: #bc0001 !important;
	font-weight: bold;
	display: block !important;
	line-height: 12px !important;
	margin: 0 0 2px 0;
	padding: 0;
	width: 98%;
}

/*商品名*/
#hobby_2col_right #hobby_side_coming ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 16px !important;
	padding: 0;
	vertical-align: top;
	width: 124px;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*えんじ色ほど目立たせたくはないが、書き添えたい時*/
#hobby_2col_right #hobby_side_coming ul li span.side_notes {
	display: block !important;
	line-height: 16px !important;
	margin: 2px 0 2px 0;
	padding: 2px 0 0 0;
	width: 98%;
}

/*商品画像*/
#hobby_2col_right #hobby_side_coming ul li img {
	border: 1px solid #ccc;
	display: inline-block;
	height: 48px;
	line-height: 0;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
	width: 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------------
【ショップトップ用】【右カラム】検索フォーム
----------------------------------------------------------------------*/
#hobby_2col_right div.search {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/hobby_side_search.jpg) !important;
	background-repeat: no-repeat !important;
	height: 91px;
	text-align: right;
	margin: 0 0 15px 0;
	padding: 0;
	width: 194px;
}
#hobby_2col_right div.search input {
	margin-right: 20px;
}
#hobby_2col_right div.search input.search_box {
	margin-top: 15px;
	margin-right: 23px;
	margin-bottom: 3px;
	width: 126px;
}
#hobby_2col_right div.search select {
	margin-right: 23px;
	margin-bottom: 3px;
	width: 130px;
}
#hobby_2col_right div.button {
	background-image: none !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-right: 3px;
	padding-bottom: 0 !important;
}

/*--------------------------------------------------------------------
【ショップトップ用】【右カラム】ボタンリスト
----------------------------------------------------------------------*/
#hobby_2col_right .hobby_side_btn {
	margin: 0 0 15px 0;
	padding: 0 0 0 1px;
}
#hobby_2col_right .hobby_side_btn ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_right .hobby_side_btn ul li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
#hobby_2col_right .hobby_side_btn ul li span {
	display: block;
	font-size: 11px;
	line-height: 16px;
	word-break: break-all;
}

/*--------------------------------------------------------------------
【ショップトップ用】【右カラム】その他必要な時に使う
----------------------------------------------------------------------*/

/*汎用バナーリスト
--------------------------------------------*/
#hobby_2col_right .hobby_side_bnr {
	margin: 0 0 15px 0;
	padding: 0;
}
#hobby_2col_right .hobby_side_bnr ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_right .hobby_side_bnr ul li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
#hobby_2col_right .hobby_side_bnr ul li span {
	display: block;
	font-size: 11px;
	line-height: 16px;
	word-break: break-all;
}

/*=====================================================================
【ショップトップ用】ページトップに戻る
=======================================================================*/
.hobby_main_backto {
	margin: 0 0 15px 0;
	padding: 0;
}

.hobby_main_backto a img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	zoom: 1;
}
.hobby_main_backto a:hover img,
.hobby_main_backto a:active img {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
}

/*=====================================================================
【※下層ページ用】【左カラム】
=======================================================================*/

/*--------------------------------------------------------------------
【※下層ページ用】【左カラム】検索フォーム
----------------------------------------------------------------------*/
#cdu2sideColumn div.search {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/hobby_side_search.jpg) !important;
	background-repeat: no-repeat !important;
	height: 91px;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	width: 194px;
}
#cdu2sideColumn div.search input {
	margin-right: 20px;
}
#cdu2sideColumn div.search input.search_box {
	margin-top: 15px;
	margin-right: 23px;
	margin-bottom: 3px;
	width: 126px;
}
#cdu2sideColumn div.search select {
	margin-right: 23px;
	margin-bottom: 3px;
	width: 130px;
}
#cdu2sideColumn div.button {
	background-image: none !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-right: 3px;
	padding-bottom: 0 !important;
}

/*--------------------------------------------------------------------
【※下層ページ用】【左カラム】★ショップ内カテゴリーリスト★
----------------------------------------------------------------------*/
#cdu2sideColumn div.category {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/dl.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 25px;
	width: 194px;
}

/*★大カテゴリの名前（ショップトップの場合はショップ名）★*/
#cdu2sideColumn div.category dt {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/cat_head.jpg) !important;
	color: #333 !important;
	padding: 10px 16px 5px 26px !important;
}
#cdu2sideColumn div.category dt a {
	color: #333 !important;
}

/*中～小カテゴリー中身*/
#cdu2sideColumn div.category dd {
}

/*カテゴリーリスト：もっと見る*/
#cdu2sideColumn div.category p.andmore {
	margin-right: 15px;
	text-align: right;
}

/*--------------------------------------------------------------------
【※下層ページ用】【左カラム】★サイドバー左用のリンクボタン★
----------------------------------------------------------------------*/
#cdu2sideColumn div.look {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/side_look_button.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: 20px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	width: 194px;
	height: 37px;
}

/*★サイドバー左のリンクボタンのテキスト、リンク色まとめ★
--------------------------------------------*/
#cdu2sideColumn div.look a {
	color: #333 !important;
	background-color: transparent;
}
#cdu2sideColumn div.look div.next {
	padding-top: 5px;
}

#cdu2sideColumn div.mall {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/mall_1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -2px;
	padding-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	width: 194px;
}
#cdu2sideColumn div.mall div.sub {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/mall_2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 25px;
}
#cdu2sideColumn div.mall div.sub ul {
	margin-left: 40px;
}
#cdu2sideColumn div.mall div.sub ul li {
	margin-right: 10px;
	text-indent: 3px;
}

/*moreinfo*/
.moreInfo {
	padding: 0 20px 15px 20px;
}
.moreInfo li {
	list-style-type: disc;
}
.moreInofoTitle {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-indent: 12px;
	margin-bottom: 12px;
}

/*--------------------------------------------------------------------
【※下層ページ用】【左カラム】★PB全体のショップリスト★
----------------------------------------------------------------------*/
/*大枠*/
#cdu2sideColumn div.shoplist {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/dl.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 25px;
	width: 194px;
}

#cdu2sideColumn div.shoplist dl {
}

/*★タイトル★*/
#cdu2sideColumn div.shoplist dt {
	color: #333 !important;
	background-color: transparent;
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/cat_head.jpg) !important;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}

/*ショップリスト中身*/
#cdu2sideColumn div.shoplist dd {
	margin: 0 !important;
	padding: 8px 5px 8px 15px !important;
	overflow: hidden;
}

#cdu2sideColumn div.shoplist ul {
	margin: 0;
}
#cdu2sideColumn div.shoplist ul li {
	border: none;
	line-height: 21px;
	margin: 0 !important;
	padding: 0 !important;
}

/*自動で頭に中黒を付ける*/
#cdu2sideColumn div.shoplist ul li:before {
	content: "・";
	margin: 0;
	padding: 0;
}

/*H1*/
#cdu3mainColumn02 div.article_details02 h1,
#cdu3mainColumn02 div.article_details02 h2 {
	background: #000;
	color: #fff;
	font-size: 12px;
	margin: 0 0 12px 0;
	text-indent: 12px;
}

#cdu3mainColumn02 div.article_title02 h2 {
	background-color: #13161b;
	border-top: 2px solid #ff0000;
	color: #fff;
	font-size: 12px;
	margin-bottom: 12px;
	text-indent: 12px;
}

/*使っているか不明*/
#cdu2sideColumn div.banner {
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 3px;
}
#cdu2sideColumn div.banner img {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

/*=====================================================================
【※下層ページ用】【メインカラム】
=======================================================================*/
/*メインコンテンツ大枠*/
#cdu3mainColumn02 div.article_area02 {
	margin-top: 8px !important;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

/*フリースペース*/
#cdu3mainColumn02 div.big_banner {
	margin-top: 0 !important;
	padding: 0;
}

/*--------------------------------------------------------------------
【※下層ページ用】【メインカラム】イチオシアイテム（RECOMMEND_ITEM_LIST）
----------------------------------------------------------------------*/
#cdu3mainColumn02 div.article_item01 {
	color: #000;
	float: left;
	font-size: 12px;
	padding: 0px 0px 5px 20px;
	width: 270px;
}

#cdu3mainColumn02 div.article_item01 a,
#cdu3mainColumn02 div.article_item01 a:visited {
	color: #bf3100 !important;
}

#cdu3mainColumn02 div.article_photo_s01 {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 110px;
}

#cdu3mainColumn02 div.article_info,
#cdu3mainColumn02 div.article_txt {
	float: left;
	line-height: 160%;
	width: 140px;
}

#cdu3mainColumn02 div.article_txt p.article_title a {
	color: #bf3100;
	background-color: transparent;
	font-size: 11px;
	line-height: 130%;
}
#cdu3mainColumn02 div.article_txt p.release {
	font-size: 11px;
	color: #585858;
	background-color: transparent;
}
#cdu3mainColumn02 div.article_txt p.price {
	font-weight: bold;
	color: #343434;
	background-color: transparent;
	margin: 5px 0px 10px 0px;
}
#cdu3mainColumn02 div.article_txt p.summary {
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 5px;
}

/*リンクの挙動*/
#cdu3mainColumn02 div.article_item01 a img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	zoom: 1;
}
#cdu3mainColumn02 div.article_item01 a:hover img,
#cdu3mainColumn02 div.article_item01 a:active img {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
}

/*=====================================================================
【※下層ページ用】【商品一覧ページ】
=======================================================================*/

/*--------------------------------------------------------------------
【※下層ページ用】【商品一覧ページ】★商品一覧ナビゲーション（上部）★
----------------------------------------------------------------------*/
/*★背景★*/
#cdu2mainColumn div.pnav_u {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/page_s_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #4d4d4d !important;
	padding-top: 1px;
}

#cdu2mainColumn div.pnav_u div.pnav_dsp {
	margin-left: 445px;
}
#cdu2mainColumn div.pnav_u div.pnav_dsp dl dt {
	float: left;
	margin-right: 45px;
}
#cdu2mainColumn div.pnav_u div.pnav_dsp dl dd {
	float: left;
	margin: 0 0 0 0;
}
#cdu2mainColumn div.pnav_u div.pnav_dsp dl dd li {
	float: left;
	list-style-type: none;
}
#cdu2mainColumn div.pnav_u div.pnav_dsp dl dd li.txt {
	float: left;
	margin-right: 45px;
	list-style-type: none;
}
#cdu2mainColumn div.pnav_u div.pnav_dsp dl dd li a {
	color: #ff5f00 !important;
	background-color: transparent;
	text-decoration: underline;
}

#cdu2mainColumn div.pnav_u div.page_swt {
	clear: both;
	float: left;
	font-weight: bold;
	width: 400px;
}
#cdu2mainColumn div.pnav_u div.page_swt ul {
	display: inline;
	margin-left: 20px;
	position: relative;
	top: -3px;
}
#cdu2mainColumn div.pnav_u div.page_swt li {
	display: inline;
	list-style-type: none;
}
#cdu2mainColumn div.pnav_u div.page_swt li a {
	background-color: transparent;
	color: #4d4d4d !important;
	text-decoration: underline;
}
#cdu2mainColumn div.pnav_u div.total_p {
	display: inline;
	font-weight: normal;
	position: relative;
	top: -2px;
}
#cdu2mainColumn div.pnav_u div.sort {
	float: right;
	margin-right: 20px;
	position: relative;
	top: 0;
}

/*--------------------------------------------------------------------
【※下層ページ用】【商品一覧ページ】★商品一覧ナビゲーション（下部）★
----------------------------------------------------------------------*/
/*★背景★*/
#cdu2mainColumn div.pnav_b {
	background-color: #c9c9c9 !important;
	clear: both;
	color: #4d4d4d !important;
	margin-bottom: 38px;
}

#cdu2mainColumn div.pnav_b div.page_swt {
	clear: both;
	float: left;
	font-weight: bold;
	width: 400px;
}
#cdu2mainColumn div.pnav_b div.page_swt ul {
	display: inline;
	margin-left: 20px;
	position: relative;
	top: -1px;
}
#cdu2mainColumn div.pnav_b div.page_swt li {
	display: inline;
	list-style-type: none;
}
#cdu2mainColumn div.pnav_b div.page_swt li a {
	color: #4d4d4d !important;
	background-color: transparent;
	text-decoration: underline;
}
#cdu2mainColumn div.pnav_b div.total_p {
	display: inline;
	font-weight: normal;
	position: relative;
	top: -1px;
}
#cdu2mainColumn div.pnav_b div.sort {
	float: right;
	margin-top: 2px;
	margin-right: 20px;
}

/*--------------------------------------------------------------------
【※下層ページ用】【商品一覧ページ】商品アイコン
----------------------------------------------------------------------*/
#cdu2mainColumn div.article_area div.article_txt .icon li,
#cdu2mainColumn div.article_details div.article_details_shop .icon li,
#cdu2mainColumn div.article_box .icon li {
	display: inline;
	line-height: 20px;
	list-style: none;
	text-align: left;
}

#cdu2mainColumn div.article_area div.article_txt .icon img,
#cdu2mainColumn div.article_details div.article_details_shop .icon img,
#cdu2mainColumn div.article_box .icon img {
	margin: 3px 0 0 3px;
}

/* thumbnail image background */
#cdu2mainColumn div.article_details div.article_tn2 {
	border-color: #e0e4e7;
}

/*--------------------------------------------------------------------
【※下層ページ用】【商品一覧ページ】商品リスト（説明付き版）
----------------------------------------------------------------------*/
#cdu2mainColumn div.article_area {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #94999d;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#cdu2mainColumn div.article_area div.article_photo_s {
	float: left;
	width: 115px;
}
#cdu2mainColumn div.article_area div.article_photo_s img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#cdu2mainColumn div.article_area div.article_txt {
	float: right;
	width: 590px;
}

/*商品リスト（説明付き版）文字色
--------------------------------------------*/
#cdu2mainColumn div.article_area div.article_txt p.release {
	background-color: transparent;
	color: #585858;
	font-size: 11px;
	line-height: 14px;
}
#cdu2mainColumn div.article_area div.article_txt p.price {
	background-color: transparent;
	color: #343434;
	font-weight: bold;
}
#cdu2mainColumn div.article_area div.article_txt p.summary {
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 5px;
}

/*商品リスト（説明付き版）リンク色
--------------------------------------------*/
#cdu2mainColumn div.article_area div.article_txt p.article_title a {
	background-color: transparent;
	color: #bf3100;
}

/*--------------------------------------------------------------------
【※下層ページ用】【商品一覧ページ】商品リスト（写真のみ版）
----------------------------------------------------------------------*/
#cdu2mainColumn div.article {
	margin-top: 20px;
	margin-bottom: 10px;
}
#cdu2mainColumn div.article_box {
	float: left;
	margin-top: 10px;
	line-height: 1.2;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	text-align: center;
	width: 150px;
}

#cdu2mainColumn div.article_box div.article_photo {
	margin-bottom: 10px;
}

#cdu2mainColumn div.article_box p.article_title {
	margin: 5px 0 5px 0;
}
#cdu2mainColumn div.article_box p.article_title a {
	background-color: transparent;
	color: #ff5f00;
	font-size: 10px;
}
#cdu2mainColumn div.article_box p.release {
	background-color: transparent;
	color: #585858;
	font-size: 10px;
	margin-bottom: 7px;
}
#cdu2mainColumn div.article_box p.price {
	background-color: transparent;
	color: #343434;
	font-weight: bold;
	margin-bottom: 3px;
}
#cdu2mainColumn div.article_box p.copyp {
	background-color: transparent;
	color: #7a7a7a;
	font-size: 10px;
}

/*商品リスト（写真のみ版）で自動で入るhr*/
/*リスト行がclearされるようにする*/
#cdu2mainColumn div.article hr {
	background-color: #fff;
	border: none;
	clear: both;
	color: #fff;
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/*=====================================================================
【※下層ページ用】【商品詳細ページ】
=======================================================================*/

/*現行でh2は使ってない（h3を使っている）*/
#cdu2mainColumn div.article_details h2 {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-indent: 12px;
	margin-bottom: 12px;
}

/*商品画像*/
#cdu2mainColumn div.article_details div.article_details_image {
}
#cdu2mainColumn div.article_details div.article_details_photo {
	margin-bottom: 3px;
}
#cdu2mainColumn div.article_details_photo img {
	border-color: #e0e4e7;
	border-width: 1px;
	border-style: solid;
}

/*商品画像の並びのfloatがclearfixされてないのを調整*/
#cdu2mainColumn div.article_details form:before,
#cdu2mainColumn div.article_details form:after {
	content: " ";
	display: table;
}
#cdu2mainColumn div.article_details form:after {
	clear: both;
}

/*★商品詳細ページ：購入ボタン下の取扱いショップ名★*/
#cdu2mainColumn div.article_details div.article_details_shop {
}
#cdu2mainColumn div.article_details div.article_details_shop div.shop {
	background-color: #f1f1f1;
	color: #343434;
	padding-top: 2px;
	padding-bottom: 2px;
}
#cdu2mainColumn div.article_details div.article_details_shop div.shop_title {
}
#cdu2mainColumn div.article_details div.article_details_shop div.shop_image {
	float: right;
	text-align: right;
	width: 128px;
}
#cdu2mainColumn div.article_details div.zoom img {
	margin-right: 5px;
	vertical-align: baseline;
}

/*商品詳細ページ：商品画像下のコピーライト*/
#cdu2mainColumn div.article_details p.copy_a {
	font-size: 10px;
}

/*商品詳細ページ：カート挙動一式
--------------------------------------------*/
#cdu2mainColumn div.article_details div.cart {
	clear: both;
	float: left;
}
#cdu2mainColumn div.article_details div.cart dl {
	margin-bottom: 0;
}

#cdu2mainColumn div.article_details div.cart p.captiion {
	clear: both;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
	padding-left: 15px;
}

#cdu2mainColumn div.article_details div.cart dl dt {
	clear: both;
	float: left;
	line-height: 1.5;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 4px;
	width: 145px;
}
*html #cdu2mainColumn div.article_details div.cart dl dt {
	padding: 4px 0 2px 7px;
}
#cdu2mainColumn div.article_details div.cart dl dd {
	margin-left: 145px;
	padding: 4px 0;
	width: 185px;
}
#cdu2mainColumn div.article_details div.cart dl dd.price,
#cdu2mainColumn div.article_details div.cart dl dd.point,
#cdu2mainColumn div.article_details div.cart dl dd.stock {
	font-weight: bold;
}

#cdu2mainColumn div.article_details div.cart dl dd a {
	text-decoration: underline;
}

#cdu2mainColumn div.article_details div.cart .cart_button {
	clear: both;
	float: left;
	margin-bottom: 25px;
	text-align: right;
	width: 342px;
}
#cdu2mainColumn div.article_details div.cart div.cart_button input {
	margin-bottom: 5px;
}

/*商品写真リスト
--------------------------------------------*/
/*common_styleの方の「article_tn2」を使用しているのでおそらく使ってない*/
#cdu2mainColumn div.article_details div.article_tn {
	background-color: #ffe8db;
	border-width: 1px;
	border-style: solid;
	border-color: #e0e4e7;
	clear: both;
	margin-left: 0px;
	margin-bottom: 50px;
	padding: 10px;
}
*html #cdu2mainColumn div.article_details div.article_tn {
	padding-top: 4px;
}
* + html body #cdu2mainColumn div.article_details div.article_tn {
	padding-top: 4px;
}
#cdu2mainColumn div.article_details div.article_tn img {
	margin-right: 5px;
	vertical-align: middle;
}

/*購入ボタンの下あたりに出るQRコード*/
/*common_styleの方でdisplay:none;指定されているので使ってない*/
#cdu2mainColumn div.article_details div.qr_code {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 62px;
}

/*★色帯にデバイス文字のタイトル（「商品詳細」など）★*/
/*一番最初の「cdu1Column」は既に無さそうですが念のため残します*/
#cdu1Column h3,
#cdu2mainColumn div.article_details h3,
#cdu2mainColumn div.article h3 {
	background-color: #666;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 10px;
}

/*商品詳細：テキスト用調整枠*/
#cdu2mainColumn div.article_details div.details_txt {
	margin: 20px 0 0 20px;
	margin-bottom: 15px;
	width: 690px;
}

/*商品詳細：商品基本項目の枠*/
#cdu2mainColumn div.article_details table {
	border-width: 1px;
	border-style: solid;
	border-color: #d1d4d7;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	font-size: 12px;
	width: 712px;
}
#cdu2mainColumn div.article_details table th {
	background-color: #a1a8ae;
	border-width: 1px;
	border-style: solid;
	border-top-color: #a1a8ae;
	border-left-color: #a1a8ae;
	border-right-color: #fff;
	border-bottom-color: #fff;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
	width: 125px;
}
#cdu2mainColumn div.article_details table td {
	background-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d1d4d7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d4d7;
	font-size: 12px;
	padding-left: 10px;
}

/*不明：どこかで使っているかもしれない
--------------------------------------------*/
/* ----バナー---- */
.bnr_style {
	padding: 0px 0px 5px 0px;
}

/*=====================================================================
【※下層ページ用】【右カラム】
=======================================================================*/

/*ランキング
--------------------------------------------*/
#cdu3sideColumn_right div.ranking {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/dl.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 25px;
	width: 194px;
}
#cdu3sideColumn_right div.ranking dt {
	color: #fff;
	background-color: transparent;
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/cat_head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 36px;
	padding-bottom: 5px;
}

#cdu3sideColumn_right div.ranking ul {
	margin-top: 3px;
	clear: both;
}
#cdu3sideColumn_right .icon {
	width: 50px;
	padding: 10px 0px 0px 15px;
	list-style-type: none;
	border: none;
	float: left;
}
#cdu3sideColumn_right .tx {
	width: 110px;
	margin: 10px 5px 0px 0px;
	list-style-type: none;
	font-size: 12px;
	float: left;
	line-height: 150%;
}

/*カテゴリリストが右にある場合
--------------------------------------------*/
#cdu3sideColumn_right div.category ul {
	margin-top: 3px;
}
#cdu3sideColumn_right div.category ul li {
	margin-left: 45px;
	margin-right: 0px;
	list-style-type: none;
}

#cdu3sideColumn_right div.banner {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#cdu3sideColumn_right div.banner img {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

/*★サイドバー右用のリンクボタン★
--------------------------------------------*/
#cdu3sideColumn_right div.look {
	background-image: url(//bandai-a.akamaihd.net/bc/images/shop_top_hobby/side_look_button.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: 20px;
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	width: 194px;
	height: 37px;
}
#cdu3sideColumn_right div.look a {
	color: #333 !important;
	background-color: transparent;
}
#cdu3sideColumn_right div.look div.next {
	padding-top: 5px;
}

/*=====================================================================
【トップページ用】「あなたへのおすすめ商品」
=======================================================================*/
/* recommender */
#recommender_pc51 {
	display: none;
}

/*★ショップトップのみに出てくる「あなたへのおすすめ商品」★を復活させたいときはこれ
--------------------------------------------*/
/* shoptop */
/*
body#shoptop_hobby #recommender_pc51 {display:block;}
body#shoptop_hobby #recommender_pc51 {background-image:url("//bandai-a.akamaihd.net/bc/images/common/dl.jpg"); background-position:center bottom; background-repeat:no-repeat; margin:0 5px; padding-bottom:25px; width:194px; word-wrap:break-word;}
body#shoptop_hobby #recommender_pc51 #dv_rc_title { background:url("//bandai-a.akamaihd.net/bc/images/shop_top_hobby/hobby_cat_head_recently.jpg") no-repeat scroll left bottom; height:39px;}
body#shoptop_hobby #recommender_pc51 .dv_rc_items { margin:10px auto 0; width:164px;}
body#shoptop_hobby #recommender_pc51 .dv_rc_img {float:left; margin-right:10px;}
body#shoptop_hobby #recommender_pc51 .dv_rc_img img { height:80px; width:80px;}
body#shoptop_hobby #recommender_pc51 .dv_rc_name { float:left; line-height:1.25em; width:70px;}
body#shoptop_hobby #recommender_pc51 .dv_rc_description { display:none;}
body#shoptop_hobby #recommender_pc51 .dv_rc_price { color:#8a8a8a; float:right; line-height:1.25em; margin-left:90px; width:73px;}
*/

/*=====================================================================
【※下層ページ用】【商品詳細ページ】
=======================================================================*/

/*★商品詳細ページに出てくる「最近チェックした商品」★
--------------------------------------------*/
#footprint_pc11 {
	background-image: url("//bandai-a.akamaihd.net/bc/images/common/dl.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 5px;
	padding-bottom: 25px;
	width: 194px;
	word-wrap: break-word;
}
#footprint_pc11 #dv_rc_title {
	background: url("//bandai-a.akamaihd.net/bc/images/shop_top_hobby/hobby_side_recommend_itemdl.jpg")
		no-repeat scroll left bottom;
	height: 39px;
}
#footprint_pc11 .dv_rc_items {
	margin: 10px auto 0;
	width: 164px;
}
#footprint_pc11 .dv_rc_img {
	float: left;
	margin-right: 10px;
}
#footprint_pc11 .dv_rc_img img {
	height: 80px;
	width: 80px;
}
#footprint_pc11 .dv_rc_name {
	float: left;
	line-height: 1.25em;
	width: 70px;
}
#footprint_pc11 .dv_rc_description {
	display: none;
}
#footprint_pc11 .dv_rc_price {
	color: #8a8a8a;
	float: right;
	line-height: 1.25em;
	margin-left: 90px;
	width: 73px;
}

/*★この商品を見たお客様はこんな商品も見ています★
--------------------------------------------*/
#recommender_pc12 {
	margin-bottom: 30px;
	text-align: center;
}
#recommender_pc12 #dv_rc_title {
	background: url("//bandai-a.akamaihd.net/bc/images/common/title_recommend_itemdl.gif")
		no-repeat left bottom;
	height: 33px;
	margin-bottom: 15px;
	width: 712px;
}
#recommender_pc12 .dv_rc_items {
	float: left;
	margin: 0 3px;
	width: 170px;
}
#recommender_pc12 .dv_rc_img img {
	height: 130px;
	margin-bottom: 10px;
	width: 130px;
}
#recommender_pc12 a {
	color: #bf3100;
	display: block;
	font-size: 12px;
	line-height: 110%;
}
#recommender_pc12 .dv_rc_description {
	display: none;
}

/* --------------------------------------------------
overwrite [pbItemDetail.css]
-------------------------------------------------- */
.pbFluidStyle #cdu2sideColumn div.category,
.pbFluidStyle #footprint_pc11 {
	border-radius: 7px;
	background: none !important;
}

.pbFluidStyle #cdu2sideColumn div.category dt,
.pbFluidStyle #footprint_pc11 #dv_rc_title {
	padding: 10px 0 !important;
	background: #c9c9c9 !important;
	color: #333 !important;
}

.pbFluidStyle #footprint_pc11 #dv_rc_title:before {
	content: url(//bandai-a.akamaihd.net/bc/images/common/side_recommend_icon_black.png) !important;
}

.pbFluidStyle #cdu2mainColumn div.pnav_u,
.pbFluidStyle #cdu2mainColumn div.pnav_b {
	background: #c9c9c9 !important;
}

/* ★202003 追加 */

.swiper-parent {
	position: relative;
}
.hobby_slider li {
	width: 328px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.hobby_slider li:nth-child(3n) {
	padding-right: 0;
}
.hobby_slider li img {
	width: 100%;
	height: auto;
}
.hobby_slider li span {
	line-height: 17px;
	margin-top: 5px;
	display: block;
	font-size: 11px;
	height: 35px;
	overflow: hidden;
	font-weight: bold;
}
/* .hobby_slider li span::before {
	content: "\25B2";
	margin-right: 5px;
} */
.hobby_slider li a:hover {
	text-decoration: none;
}
.hobby_slider li:nth-child(n + 4) {
	border-top: solid 1px #ccc;
	padding-top: 15px;
}

/* 2306 */
.hobby_slider li small {
	background: #333;
	border: 2px solid #333;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: 0 3px 5px 0;
	padding: 2px 3px 0 3px;
	vertical-align: top;
	width: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hobby_slider li strong {
	display: inline-block;
	font-size: 11px;
	font-weight: 100;
	line-height: 11px;
	margin: 0;
	padding: 3px 0 0 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.hobby_slider li big {
	background: #f00;
	border: 2px solid #f00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: 0 3px 0 0;
	padding: 2px 3px 0 3px;
	vertical-align: top;
	width: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.swiper-button-next,
.swiper-button-prev {
	width: 65px;
	height: 65px;
	outline: none;
	top: 46.5%;
}
.swiper-button-next {
	background-image: url( /bc/images/hobby/202003_swiper_arrow_next.png );
	right: -80px;
}
.swiper-button-prev {
	background-image: url( /bc/images/hobby/202003_swiper_arrow_prev.png );
	left: -80px;
}
.swiper-pagination {
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%);
}
.swiper-pagination-bullet {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #666;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	margin-right: 10px;
	opacity: 1;
	outline: none;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet-active {
	background: #666;
	border: 1px solid #666;
	cursor: default;
}
.swiper-button-min-prev,
.swiper-button-min-next {
	top: auto;
	bottom: -50px;
	width: 40px;
	height: 40px;
	background-size: cover;
	display: none;
}
.swiper-button-min-prev {
	right: 300px;
}
.swiper-button-min-next {
	left: 300px;
}

@media screen and (max-width: 1160px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	.swiper-button-min-prev,
	.swiper-button-min-next {
		display: block;
	}
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 30px;
	cursor: pointer;
	text-align: center;
	background: #fff;
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: -15px;
	left: 50%;
	width: 14rem;
	font-size: 1rem;
	font-family: FontAwesome;
	content: '　　　もっと見る　　▼';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	border: solid 1px #d5d5d5;
	/*border-bottom: solid 3px #d5d5d5;*/
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 470px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '　　　　閉じる　　　▲';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 30px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}




.cp_box2 *, .cp_box2 *:before, .cp_box2 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box2 {
	position: relative;
}
.cp_box2 label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 60px;
	cursor: pointer;
	text-align: center;
	background: #fff;
}
.cp_box2 input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box2 label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 50%;
	width: 14rem;
	font-size: 1rem;
	font-family: FontAwesome;
	content: '　　　もっと見る　　▼';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	border: solid 1px #d5d5d5;
	/*border-bottom: solid 3px #d5d5d5;*/
}
.cp_box2 input {
	display: none;
}
.cp_box2 .cp_container2 {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box2 input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box2 input:checked + label:after {
	font-family: FontAwesome;
	content: '　　　　閉じる　　　▲';
}
.cp_box2 input:checked ~ .cp_container2 {
	height: auto;
	padding-bottom: 60px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


#mainImg {
	/*margin-top: 1rem;*/
	position: relative;
}

.ttl_sp1 {
	float: left;
}

#mainImg .ttl_sp2 {
	padding: 0.3rem;
    position: absolute;
    right: 0;
    top: 2px;
    border: solid 1px #d5d5d5;
    /*border-bottom: solid 3px #d5d5d5;*/
    background: #FFF;
}

#mainImg .ttl_sp2 a {
	display: block;
	height: 65px;
	width: 95px;
}

#mainImg .ttl_sp2 img {
	width: 95px;
	height: 65px;
}

/*________ホットニュース_______*/

#hobby_2col_main #hot_news {
	margin: 0 auto 41px auto;
	padding: 15px 0 0;
	width: 100%;
}
#hobby_2col_main #hot_news h2 {
	background: none !important;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 10px auto;
	padding: 0;
	text-indent: inherit !important;
}
#hobby_2col_main #hot_news ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#hobby_2col_main #hot_news ul li {
	display: inline-block;
	margin: 0 12px 10px 0;
	padding: 0;
	vertical-align: top;
	width: 48%;
}

#hobby_2col_main #hot_news ul li img {
	width: 100%;
	height: auto;
}

#hobby_2col_main #hot_news ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	word-break: break-all;
}
#hobby_2col_main #hot_news ul li span:before {
	content: "\25B2";
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	vertical-align: top;
	width: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*=====================================================================
【ショップトップ】ホットニュース
=======================================================================*/
#hot_news {
	margin: 2% auto 4% auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 96%;
}

/*タイトル
--------------------------------------------*/
#hot_news h2 {
	margin: 0;
	padding: 0;
}
/*#hot_news h2 img {
	height: 30px;
	width: auto;
}*/

/*中身
--------------------------------------------*/
#hot_news .hn_box {
	display: flex;
}

#hot_news .hn_img {
	width: 75%;
}

#hot_news .hn_text {
	margin-left: 1rem;
	font-size: 0.8rem;
	line-height: normal;
}

#hot_news big {
	background: #bd5c00;
	border: 2px solid #bd5c00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: 0 3px 0 0;
	padding: 2px 0 0 0;
	text-align: center;
	vertical-align: top;
	width: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hot_news small {
	background: #c27a21;
	border: 2px solid #c27a21;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: 0 3px 0 0;
	padding: 2px 4px 0 4px;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*あなたへのおすすめ
--------------------------------------------*/

#hobby_2col_main #itemRecommend {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 100%;
	padding-top: 15px;
}
#hobby_2col_main #itemRecommend h2 {
	margin-bottom: 1rem;
}
#hobby_2col_main #itemRecommend ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#hobby_2col_main #itemRecommend ul li {
	display: inline-block;
	margin: 0 12px 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}

#hobby_2col_main #itemRecommend ul li img {
	width: 100%;
	height: auto;
}

#hobby_2col_main #itemRecommend ul li:nth-child(4n) {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 182px;
}
#hobby_2col_main #itemRecommend ul li span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	word-break: break-all;
}
#hobby_2col_main #itemRecommend ul li span:before {
	content: "\25B2";
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin: 0 1px 0 0;
	padding: 0 0 0 12px;
	text-indent: -12px;
	vertical-align: top;
	width: 11px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#hobbyWrap .hobby_rcm {
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	display: none;
	/*border-bottom: 1px solid #b4c1c6;
	padding-bottom: 30px;*/
  }

  #hobbyWrap .hobby_rcm > p {
	font-size: 20px;
  }

  #hobbyWrap .hobby_rcm a:hover {
	text-decoration: none;
  }

  #hobbyWrap .hobby_rcm .ttl h2 {
	margin-top: 10px;
  }

  #hobbyWrap .hobby_rcm .more {
	width: 160px;
	float: right;
	margin-top: 15px;
	display: none;
  }
  #hobbyWrap .hobby_rcm .more img,
  #hobbyWrap .hobby_rcm .more .off {
	width: 160px;
	height: auto;
  }
  #hobbyWrap .hobby_rcm .more:hover .off {
	width: 0;
  }
  #hobbyWrap .hobby_rcm .more .on {
	position: absolute;
  }

  .rcm_btn_prev,
  .rcm_btn_next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	z-index: 10;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	border-radius: 50%;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	cursor: pointer;
	border: 1px solid #fff;
  }

  .rcm_btn_prev {
	background-image: url(/bc/images/hobby/202103_hobby_slider_arrow_prev.svg);
	left: 5px;
  }

  .rcm_btn_next {
	background-image: url(/bc/images/hobby/202103_hobby_slider_arrow_next.svg);
	right: 5px;
  }

  .hobby_rcm .swiper-button-disabled {
	opacity: 0;
  }

  #footprint_pc79,
  #recommender_pc78 {
	word-wrap: unset;
	background-image: none ;
	background-position: unset ;
	background-repeat: unset;
	margin: 0 ;
	padding-bottom: 0 ;
	width: 100% ;
	font-size: 0;
  }

  #footprint_pc79 .dv_rc_items,
  #recommender_pc78 .dv_rc_items {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin: 0 2% 20px 0;
  }


  #footprint_pc79 > div > div:nth-child(6),
  #recommender_pc78 > div > div:nth-child(6) {
	margin-right: 0;
  }

  .gbase_history .dv_rc_description,
  .hobby_rcm .dv_rc_description,
  #recommender_pc78 #dv_rc_title,
  #recommender_pc78 .dv_rc_price,
  #footprint_pc79 #dv_rc_title,
  #footprint_pc79 .dv_rc_price {
	display: none;
  }

  #recommender_pc78 .dv_rc_img,
  #footprint_pc79 .dv_rc_img {
	float: none;
	margin-right: 0;
  }

  #recommender_pc78 .dv_rc_img img,
  #footprint_pc79 .dv_rc_img img,
  #hobbyWrap .gbase_history img {
	width: 100%;
	height: auto;
  }

  #recommender_pc78 .dv_rc_name,
  #footprint_pc79 .dv_rc_name {
	float: none;
	width: 100%;
	font-size: 13px;
	margin-top: 10px;
	height: 35px;
	overflow: hidden;
	display: block;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
  }
