@charset "UTF-8";

/*****************************
shop_news (記事本文内の追加指定) 20181012 ADD
*****************************/
.topics_subtitle {
  color:#cc0000;
  text-decoration:underline;
  margin-top:5px;
  font-weight:bold;
}
.add__du__topics_subtitle {
  color:#cc0000;
  text-decoration:underline;
  margin-top:5px;
  font-weight:bold;
}



/*****************************
kaitori_footer (買取ページ共通フッターへの追加指定) 20181101 ADD
*****************************/
.add__du__kaitori_footer_info_indent {
  margin:3px 0 3px 15px;
}



/*****************************
kaitori_list (買取リストページ共通案内の追加指定) 20181112 ADD
*****************************/
.add__du__kaitori_list_footer_info_indent {
  margin:50px 0 0 0;
}



/*****************************
kaitori (買取ページタイトル下部にテキスト追加) 20200109 ADD
*****************************/
.add__du__kaitori_supplement {
  text-align:center;
  margin-top:20px;
}

@media screen and (max-width:768px){
  .add__du__kaitori_supplement {
	margin-right: 20px;
	margin-left: 20px;
  }
}



/*****************************
delivery_kit (セルのサイズ追加指定) 20181011 ADD
*****************************/
@media screen and (min-width:769px){
  .add__du__delivery_kit_cell {
    width: 300px;
  }
}



/*****************************
shop_sale_list (全店セール一覧リストの追加指定) 20181122 ADD
*****************************/
.add__du__list_area {
  width:760px;
  padding:0 0 20px 0;
  font-size:100%;
  line-height:1.5em;
}
@media screen and (max-width:768px){
  .add__du__list_area {
    width:100%;
    padding:0 0 20px 0;
    font-size:100%;
    line-height:1.5em;
  }
}
.add__du__list_area ul {
  margin-bottom:36px;
}
.add__du__list_area img {
  margin:0;
  padding:10px 0 3px 0;
}
.add__du__list_area .sale_area {
  background:#bbbbbb;
  padding:10px 3px;
  font-weight:bold;
  margin:0 0 12px 0;
  font-size:130%;
  line-height:1.5;
}
.add__du__list_area .dshaiban_shopname {
  font-weight:bold;
  font-size:120%;
  margin:0 0px 8px 0;
  padding:8px 5px 8px 15px;
  background:#e5e5e5;
}
.add__du__list_area .dshaiban_shopname a:link,
.add__du__list_area .dshaiban_shopname a:visited {
  color:#cc0000;
}
.add__du__list_area .dshaiban_salename {
  font-weight:bold;
  margin:0 0 0 15px;
  padding:0 0 3px 16px;
  background:url(/shop/st/portal/images/salename_m.gif) no-repeat;
  color:#333333;
  font-size:106%;
}
.add__du__list_area .dshaiban_saledate {
  font-weight:bold;
  font-size:1.2em;
  margin:5px 0 3px 14px;
  padding:0;
}
.add__du__list_area .sl_ct {
  margin-left:15px;
}
.add__du__list_area .sale_url {
  margin:5px 0 0 15px;
  font-size:96%;
}
.add__du__list_area .sale_url a:link,
.add__du__list_area .sale_url a:visited {
  color:#0054a9;
}



/*****************************
shoptop_map_img (店舗地図画像のリンク設定) 20181226 ADD
*****************************/
@media screen and (min-width:769px){
  .add__du__shoptop_map_img {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
  .add__du__shoptop_map_img:hover {
      opacity: 0.7;
  }
}



/*****************************
全ページ共通行間指定 20190125 ADD
*****************************/
.add__du__lineh_13 {
	line-height: 1.3;
}

.add__du__lineh_15 {
	line-height: 1.5;
}

.add__du__lineh_18 {
	line-height: 1.8;
}

.add__du__lineh_20 {
	line-height: 2;
}



/*****************************
メンバーズセール時の新品商品詳細ページ内中古商品箇所の割引価格 20190809 ADD
*****************************/
@media screen and (max-width:768px){
  .u-priceNormal--red {
    font-size: 0.75rem;
    line-height: 1.5;
    display: inline-block;
    color: #f10002;
    margin-left:5px;
  }
}



/*****************************
font_size (フォントサイズの追加指定) 20191125 ADD
*****************************/
.add__du__font_resize72 {font-size:72%!important;}
.add__du__font_resize79 {font-size:79%!important;}
.add__du__font_resize86 {font-size:86%!important;}
.add__du__font_resize93 {font-size:93%!important;}
.add__du__font_resize100 {font-size:100%!important;}
.add__du__font_resize108 {font-size:108%!important;}
.add__du__font_resize115 {font-size:115%!important;}
.add__du__font_resize122 {font-size:122%!important;}
.add__du__font_resize129 {font-size:129%!important;}
.add__du__font_resize136 {font-size:136%!important;}
.add__du__font_resize150 {font-size:150%!important;}
.add__du__font_resize158 {font-size:158%!important;}
.add__du__font_resize165 {font-size:165%!important;}



/*****************************
ご意見・お問い合わせ 20200205 ADD
*****************************/
.add__du__contact_text {
	text-align:center;
}
.add__du__contact_btn-black .fa-chevron-right {
	color:#fff;
	position: absolute;
	right: 10px;
}
.add__du__contact_btn-black {
	width:40%;
}

@media screen and (max-width:768px){
	.add__du__contact_text {
		text-align:left;
	}
	.add__du__contact_btn-black .fa-chevron-right{
		position: absolute;
		right: 10px;
	}
	.add__du__contact_btn-black {
		width:100%;
	}
}



/*****************************
ニュース本文+商品詳細レビューの「テキスト斜体」指定 20200225 ADD
*****************************/
.contentBody .itemDescArea em,
.contentBody .itemDescArea p em,
.contentBody .itemDescArea div em,
.contentBody .newsDescArea em {
	font-family:Noto Sans JP!important;
	font-style:italic!important;
}



/*****************************
グローバルナビ内中古トップページへの誘導リンク(PC)指定 20200225 ADD
*****************************/
.add__du__usedTop_navDropdownLi {margin-bottom:20px!important;}
.add__du__usedTop_navDropdownLi a {color:#000000!important;}
.add__du__usedTop_navDropdownLi a:link {color:#000000!important; text-decoration:none!important;}
.add__du__usedTop_navDropdownLi a:visited {color:#000000!important; text-decoration:none!important;}
.add__du__usedTop_navDropdownLi a:hover {color:#000000!important; text-decoration:underline!important;}
.add__du__usedTop_title_margin_b03 {margin-bottom:3px;}
@media screen and (max-width:768px){.add__du__usedTop_title_margin_b03 {margin-bottom:0px;}}



/*****************************
中古TOPページにバナー追加 20200306 ADD
*****************************/
.add__du__used_banner_area {
		text-align: center;
		margin-bottom: 80px;
}
.add__du__used_banner_area figure {
	background-image: url("https://diskunion.net/images/home/slider_bg_pc.jpg");
	margin-bottom: 15px;
}
.add__du__used_banner_area img {
	margin: 20px auto;
}
.add__du__used_banner_area p {
	line-height: 1.8;
}

@media screen and (max-width:768px){
	.add__du__used_banner_area img {
		width: 96%;
	}
	.add__du__used_banner_area p {
		margin: auto 8px;
	}
}



/*****************************
指定文章箇所へ強制改行を追加 20200312 ADD
*****************************/
.add__du__text_wordbreak {word-break:break-all;}



/*****************************
ジャンルニュース/ポータル表示時の参照ジャンルを追加 20200414 ADD
*****************************/
.add__du__reference_genre_Info {margin-top:70px;}



/*****************************
高価買取リスト用のテーブル記述を追加 20200424 ADD
*****************************/
.table_cell_area table {border-top: 1px solid #999;border-right: 1px solid #999;border-collapse: collapse!important;width: 100%;}
.table_cell_area table th,.table_cell_area table td {border-left: 1px solid #999;border-bottom: 1px solid #999;padding: 10px;}
.table_cell_area table th {background-color: #eee;text-align: left;}
.table_cell_area td.contents_img {text-align: center!important;}
@media screen and (max-width: 768px) {
	.table_cell_area table {border: none;border-collapse: collapse!important;}
	.table_cell_area table th {display: none;}
	.table_cell_area table tr {border-top: 1px solid #666;display: block;margin-bottom: 12px;}
	.table_cell_area table td {border-right: 1px solid #666;border-bottom: 1px solid #666;border-collapse: collapse!important;display: block;padding: 4px 5px;text-align: right;}
	.table_cell_area table td::before {content: attr(data-label);float: left;font-weight: bold;}
}
@media screen and (min-width: 769px) {
	.table_cell_area{width:100%!important;}
	.table_cell_area table td {word-break:break-all;}
}



/*****************************
中古トップページの中古セールエリア記述を追加 20200424 ADD
*****************************/
.add__du__usedTop_Topics {border-bottom:1px solid #cccccc; padding-bottom:50px; margin-bottom:70px; padding-top:30px;}
.add__du__usedTop_PreTopics {border-bottom:1px solid #cccccc; padding-bottom:50px; margin-bottom:70px; padding-top:30px;}
.add__du__usedTop_PreTopics_newsInfo {margin-top:30px}
.add__du__usedTop_PreTopics_newsInfo li {font-size:90%; line-height:1.4; padding-bottom:12px; margin-bottom:14px; border-bottom:1px dotted #cccccc;}
.add__du__usedTop_PreTopics_newsInfo li span {padding-right:30px;}
@media screen and (max-width: 768px) {
	.add__du__usedTop_PreTopics_newsInfo li span {display:block; padding-right:30px; padding-bottom:3px;}
}



/*****************************
各SHOPページのSNSアイコン修正 20200430 ADD
*****************************/
.add__du__sns_margin-bottom_001 {
	margin-top: 12px;
	margin-bottom: 4px;
}
.add__du__sns_margin-bottom_002 {
	margin-bottom: 8px;
}
.snsBtnList02 a {
	margin-right: 2px;
}



/*****************************
ポータルサイト/フリーワード検索時のSPジャンル絞り込み項目の調整 20200821 ADD
*****************************/
@media screen and (max-width: 768px) {
	.add__du__portalsearch_genreselect_li_sp {
		margin-left:-25px;
	}
}



/*****************************
SHOPページ等のお知らせエリア用 20200825 ADD
*****************************/
.add__du__shopPage_notice {
	margin-top:20px;
	padding-bottom:20px;
	line-height:1.5;
	font-size:90%;
	overflow-wrap: break-word;
}

.add__du__shopPage_notice_redbold {
	color:#ff0000;
	font-weight:bold;
}



/*****************************
採用ページ 感染防止策実施アピール用 2020904 ADD
*****************************/
.add__du__recruitListArea_info {
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	text-align: center;
}

.add__du__recruitListArea_infotext {
	margin: 30px auto 10px auto;
}

@media screen and (max-width: 768px) {
	.add__du__recruitListArea_info {
	margin-top: 0;
	}
.add__du__recruitListArea_infotext {
	margin: 10px auto 30px auto;
	}
}



/*****************************
いま聴くオールジャンル2020 個別ジャンルページ用 20201207 ADD
*****************************/
.add__du__selectone2020_web_nowrap {white-space:nowrap;}
@media screen and (min-width:769px){
	.add__du__selectone2020_web_table_cell_area{width:100%!important;}
	.add__du__selectone2020_web_img {width:80px; text-align:center!important;}
	.add__du__selectone2020_web_name {width:20%;}
	.add__du__selectone2020_web_title {width:20%;}
	.add__du__selectone2020_web_for {white-space:nowrap;}
	.add__du__selectone2020_web_no10 {white-space:nowrap; text-align:center!important;}
}
@media screen and (max-width:768px){
	.add__du__selectone2020_web_img {text-align:center!important;}
	.add__du__selectone2020_web_review {text-align:left!important;}
	.add__du__selectone2020_web_no10 {text-align:center!important;}
}



/*****************************
新店舗/リニューアル店舗用の[NEW]アイコン追加用 20210317 ADD
*****************************/
/* ラベル[ ナシ ]の場合はこちらに指定 ********** ********** ********** */
.add__du__ShopCondition_icon_do2,
.add__du__ShopCondition_icon_dkp,
.add__du__ShopCondition_icon_do1,
.add__du__ShopCondition_icon_dp6,
.add__du__ShopCondition_icon_dp3,
.add__du__ShopCondition_icon_ds11,
.add__du__ShopCondition_icon_ds12,
.add__du__ShopCondition_icon_ds21,
.add__du__ShopCondition_icon_ds22,
.add__du__ShopCondition_icon_dns,
.add__du__ShopCondition_icon_ds17,
.add__du__ShopCondition_icon_ds19,
.add__du__ShopCondition_icon_ds10,
.add__du__ShopCondition_icon_ds13,
.add__du__ShopCondition_icon_ds8,
.add__du__ShopCondition_icon_ds23,
.add__du__ShopCondition_icon_ds21,
.add__du__ShopCondition_icon_dp5,
.add__du__ShopCondition_icon_dkj,
.add__du__ShopCondition_icon_dkp,
.add__du__ShopCondition_icon_dki
 {}

/* ラベル表示時の基本指定 ********** ********** ********** */

.add__du__ShopCondition_icon_dkw:after {display:inline-block;margin-left:10px; padding:4px 10px; line-height:1; font-size:11px; font-family:"Noto Sans JP", sans-serif, sans-serif; color:#fff; vertical-align:2px;}

/* ラベル[ NEW ]の場合はこちらに指定 ********** ********** ********** */

.add__du__ShopCondition_icon_dkw:after {content:"NEW"; background:#e60012;}

/* ラベル[ RENEWAL ]の場合はこちらに指定 ********** ********** ********** */
/*
.add__du__ShopCondition_icon_dkp:after, .add__du__ShopCondition_icon_dkj:after {content:"RENEWAL"; background:#ec8c02;}
.add__du__ShopCondition_icon_dkp:after, .add__du__ShopCondition_icon_dkj:after {font-size:10px; margin-left:5px; padding:3px 7px; vertical-align:1px; text-indent:0;}
*/

/* ラベルに[ オープン情報 ]を追加 ********** ********** ********** */
/*
.add__du__ShopCondition_icon_dkw:after {content:" - 6/20 オープン"; background:#e60012;}
.sellPage__text .add__du__ShopCondition_icon_dkw:after {font-size:10px; margin-left:5px; padding:3px 7px; vertical-align:1px; text-indent:0;}
*/

/* 一覧の店舗名称に[ オープン情報 ]を追加 ********** ********** ********** */
/*
.sellNearbyContentArea__shopList__tableWrap .add__du__ShopCondition_icon_dkw:after {content:" - 6/20(金) オープン"; background:#e60012;}
*/

/*****************************
ナビゲーション「ASIAN MUSIC」追加に伴い「NEW」ラベル表示 追加 20250314 ADD
*****************************/
.add__du__ShopCondition_icon_asia:after, .add__du__ShopCondition_icon_zine:after{margin-left:10px; padding:2px 10px; font-size:11px; font-family:"Noto Sans JP", sans-serif, sans-serif; color:#fff;}
.add__du__ShopCondition_icon_asia:after, .add__du__ShopCondition_icon_zine:after {content:"NEW"; background:#e60012;}



/*****************************
「近くの買取センター」宅配集荷リンクの追加 20210405 ADD
*****************************/
.add__du__delivery_home_margintop20_pc {
	margin-top:20px;
	}

.add__du__delivery_home_background_sp {
	background:#0064BF;
	}



/*****************************
Chrome/Edge 画像がぼやけて表示される問題の回避記述 20210519 ADD
*****************************/
img {image-rendering:-webkit-optimize-contrast;}



/*****************************
footerへ「pacific audio」「disk union USA」追加 20210514 ADD
*****************************/
.add__du__margin-left25_pc {
	margin-left: 25px;
	}



/*****************************
買取に「DJ機器・機材の高価買取」ページ追加 20211019 ADD
*****************************/
.add__du__djeq_ach_boxes01 {text-align:center;margin-bottom:20px;}
.add__du__djeq_ach_boxes01 img{	margin-bottom:10px;}

@media screen and (min-width:769px) {
.add__du__djeq_mainimg img {width:88%;}
.add__du__djeq_other {margin-top:70px;}
<!--
.add__du__djeq_counterimg {text-align:center!important;}
-->
.add__du__djeq_counterimg img {width:76%;}
.add__du__djeq_ach_wrap01 {display:flex;flex-wrap:wrap;justify-content:space-between;}
.add__du__djeq_ach_wrap01>a {display:block;width:calc(33.33% - 1px);flex-shrink:0;}
.add__du__djeq_ach_boxes01 {width:50%;}
.add__du__djeq_ach_boxes01 img{height:90%;}
}

@media screen and (max-width:768px) {
.add__du__djeq_mainimg img {width:100%;}
.add__du__djeq_other {margin-top:-20px;}
.add__du__djeq_counterimg img {width:98%;}
.add__du__djeq_ach_wrap01 {display:block;}
.add__du__djeq_ach_wrap01>a {display:block;max-width:100%;margin:0 auto;}
.add__du__djeq_ach_boxes01 img {width:100%;}
}



/*****************************
CLASSIC買取リストにテキスト+ボタン追加 20211108 ADD
*****************************/
  .add__du__btn-red a {
    padding: 10px;
}
.add__du__btn-red .fa-chevron-right {
	position: absolute;
	right: 11px;
	top: 16px;
}
@media screen and (max-width:768px){
	.add__du__btn-red .fa-chevron-right {top: 15px;}
}

.add__du__btn-red a {
    color: #fff;
 }



/*****************************
買取申込書のダウンロードをボタン化 20220105 ADD
*****************************/
@media screen and (min-width:769px){
	.add__du__kaitori_applicationform_df {
		margin-left:90px;
	}
}



/*****************************
買取Gmailに関するお知らせをフォームページへ移設 20220406 ADD
*****************************/
@media screen and (min-width:769px){
	.add__du__kaitori_from_deliverykit_info_Area{padding:0;}
}
@media screen and (min-width:769px){
	.add__du__kaitori_from_deliverykit_info_Box{margin-left:0; width:870px;}
}



/*****************************
買取に「大口買取」ページ追加 202205 ADD
*****************************/
.add__du__kaitori_Areaborder_01 { border-top: 1px solid #777777; text-align : center; }

@media screen and (min-width:769px) {
.add__du__kaitori_ooguchi_imgdouble img {margin-top:10px; margin-bottom:10px; width:96%;}
.add__du__kaitori_ooguchi_subtitle01 {margin-top:60px; margin-bottom: 10px; font-size: 17px; font-weight: bold; font-family: "Noto Sans JP", sans-serif; line-height: 1.5; }
.add__du__kaitori_ooguchi_subtitle02 {margin-top:60px;}
.add__du__kaitori_ooguchi_subtitle03 {margin-top:100px; margin-bottom:100px;}
.add__du__kaitori_Areaborder_01 {margin-top: 60px; padding-top: 65px; }
.add__du__kaitori_ooguchi_boxes01{width:49%; margin-top:20px; line-height:1.5; font-size:93%;}
.add__du__kaitori_ooguchi_boxes01 img{width:100% ;margin-bottom:4px;}
.add__du__kaitori_ooguchi_imgsingle01 img {margin-top:10px; margin-bottom:20px; width:450px;}
}

@media screen and (max-width:768px) {
.add__du__kaitori_ooguchi_imgdouble img {margin-top:10px; margin-bottom:20px; width:98%;}
.add__du__kaitori_ooguchi_subtitle01 {margin-top:30px; margin-bottom: 10px; font-size: 14px; font-weight: bold; font-family: "Noto Sans JP", sans-serif; line-height: 1.5;}
.add__du__kaitori_ooguchi_subtitle02 {margin-top:40px;}
.add__du__kaitori_ooguchi_subtitle03 {margin-top:50px; margin-bottom:50px;}
.add__du__kaitori_Areaborder_01 {margin-top: 40px; padding-top: 25px; }
.add__du__kaitori_ooguchi_boxes01{margin-top:20px; line-height:1.5; font-size:80%;}
.add__du__kaitori_ooguchi_boxes01 img{width:100%;margin-bottom:5px;}
.add__du__kaitori_ooguchi_imgsingle01 img {margin-top:10px; margin-bottom:20px; width:96%;}
}



/*****************************
ショップページに買取インフォ箇所を追加 20220524 ADD
*****************************/
.add__du__shoppage_kaitori_information_area {border-top:2px solid #222222; padding-top:15px; margin-top:40px;}
.add__du__shoppage_kaitori_main_title {margin-bottom:40px; font-size:18px;}
.add__du__shoppage_kaitori_contents_title {font-size:16px; line-height: 1.5; margin-bottom:0px;}
.add__du__shoppage_kaitori_contents_text {font-size: 14px; line-height: 1.7; margin-bottom:10px;}
.add__du__shoppage_kaitori_contents_link {margin-top:10px; margin-bottom:50px; text-align:left;}
.add__du__shoppage_kaitori_contents_btn-black{display:inline-block;font-size:14px;font-family:"ヒラギノ角ゴ ProN W6", "HiraKakuPro-W6", sans-serif;text-align:center;width:380px;background:#000000;border:2px solid #000000;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.add__du__shoppage_kaitori_contents_btn-black a{position:relative;display:block;color:#fff;padding:10px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;font-weight:bold;}
.add__du__shoppage_kaitori_contents_btn-black .fa-chevron-right{position:absolute;right:11px;}
.add__du__shoppage_kaitori_contents_btn-black:hover{background:#fff;}
.add__du__shoppage_kaitori_contents_btn-black:hover a{color:#000000;}
.add__du__shoppage_kaitori_contents_link_blue {text-align:left;}
.add__du__shoppage_kaitori_contents_btn-blue{display:inline-block;font-size:14px;font-family:"ヒラギノ角ゴ ProN W6", "HiraKakuPro-W6", sans-serif;text-align:center;width:380px;background:#0064BF;border:2px solid #0064BF;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.add__du__shoppage_kaitori_contents_btn-blue a{position:relative;display:block;color:#fff;padding:10px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;font-weight:bold;}
.add__du__shoppage_kaitori_contents_btn-blue .fa-chevron-right{position:absolute;right:11px;}
.add__du__shoppage_kaitori_contents_btn-blue:hover{background:#fff;}
.add__du__shoppage_kaitori_contents_btn-blue:hover a{color:#0064BF;}
.add__du__shoppage_kaitori_contents_subtitle {margin-bottom:20px; font-size:16px; line-height:1.7;}
@media screen and (max-width:768px){
   .add__du__shoppage_kaitori_contents_link,
   .add__du__shoppage_kaitori_contents_link_blue,
   .add__du__shoppage_kaitori_contents_btn-black,
   .add__du__shoppage_kaitori_contents_btn-blue {width:100%;}
   .add__du__shoppage_kaitori_contents_btn-black .fa-chevron-right{position:absolute;right:11px; margin-top:6px;}
   .add__du__shoppage_kaitori_contents_btn-blue .fa-chevron-right{position:absolute;right:11px; margin-top:6px;}
}



/*****************************
パスワード再送付に関する追加対応 20220819 ADD
*****************************/
.add__du__reset_pwd_notice_red {color:#ff0000;}
.add__du__reset_pwd_submit button[type="submit"][disabled] {
   background-color: #fff;
   color: #ccc;
   border-color: #ccc;
   cursor: default;
}
.add__du__reset_pwd_checkbox input[type="checkbox"] + label {
    font-size: 16px;
}
.add__du__reset_pwd_submit button[type="submit"][disabled]:hover{opacity:1;}
@media screen and (max-width:768px){
   .add__du__reset_pwd_submit button {
      height:45px;
   }
   .add__du__reset_pwd_submit i {
      margin-top:3px;
   }
  .add__du__reset_pwd_checkbox input[type="checkbox"] + label:before {
    top: 10px!important;
  }
  .add__du__reset_pwd_checkbox input[type="checkbox"]:checked + label:after {
    top: 14px!important;
  }
}


/*****************************
買取ページへの動画埋め込み 20221011 ADD
*****************************/
.add__du__kaitorimovie_small {text-align: center;}
@media screen and (max-width:768px) {.add__du__kaitorimovie_small iframe {max-width: 96%;}}



/*****************************
いまきくジャンルページ用記述 20221122 ADD
*****************************/

.add__du__selectone_morelink_info_button1{display:inline-block; width:80%; height:40px; text-align:center; text-decoration:none; line-height:40px; outline:none; background-color:#ff0000!important; color:#fff!important; border-radius:4px; font-weight:bold;}
.add__du__selectone_morelink_info_button2{display:inline-block; width:80%; height:40px; text-align:center; text-decoration:none; line-height:40px; outline:none; background-color:#000000!important; color:#fff!important; border-radius:4px; font-weight:bold;}
.add__du__selectone_morelink_info_button1::before,
.add__du__selectone_morelink_info_button1::after,
.add__du__selectone_morelink_info_button2::before,
.add__du__selectone_morelink_info_button2::after {position: absolute; z-index: -1; display:block; content:'';}
.add__du__selectone_morelink_info_button1,
.add__du__selectone_morelink_info_button1::before,
.add__du__selectone_morelink_info_button1::after,
.add__du__selectone_morelink_info_button2,
.add__du__selectone_morelink_info_button2::before,
.add__du__selectone_morelink_info_button2::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.add__du__selectone_morelink_info_button1:hover {background-color: #ff8888!important; text-decoration: none;}
.add__du__selectone_morelink_info_button2:hover {background-color: #666666!important; text-decoration: none;}
.posi_cen {width:100%; text-align:center; margin:10px auto;}



/*****************************
いまきくまとめページ用記述 20221122 ADD
*****************************/
.add__du__selectone_genreselect_morelink_info_button1{display:inline-block; width:20%; height:40px; text-align:center; text-decoration:none; line-height:40px; outline:none; background-color:#ff0000!important; color:#fff!important; border-radius:4px; font-weight:bold;}
.add__du__selectone_genreselect_morelink_info_button2{display:inline-block; width:20%; height:40px; text-align:center; text-decoration:none; line-height:40px; outline:none; background-color:#000000!important; color:#fff!important; border-radius:4px; font-weight:bold;}
.add__du__selectone_genreselect_morelink_info_button1::before,
.add__du__selectone_genreselect_morelink_info_button1::after,
.add__du__selectone_genreselect_morelink_info_button2::before,
.add__du__selectone_genreselect_morelink_info_button2::after {position: absolute; z-index: -1; display:block; content:'';}
.add__du__selectone_genreselect_morelink_info_button1,
.add__du__selectone_genreselect_morelink_info_button1::before,
.add__du__selectone_genreselect_morelink_info_button1::after,
.add__du__selectone_genreselect_morelink_info_button2,
.add__du__selectone_genreselect_morelink_info_button2::before,
.add__du__selectone_genreselect_morelink_info_button2::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.add__du__selectone_genreselect_morelink_info_button1:hover {background-color: #ff8888!important; text-decoration: none;}
.add__du__selectone_genreselect_morelink_info_button2:hover {background-color: #666666!important; text-decoration: none;}
.add__du__selectone_genreselect_posi_cen {width:100%; text-align:left; margin:5px 0 15px 0;}



/*****************************
買取SEO対策 20230216 ADD
*****************************/
@media screen and (max-width:768px) {
	.add__du__blacktitle_multiline {
		font-size:15px!important;
	}
}



/*****************************
買取「DJ機器・機材の高価買取」ページへリスト追加 20230518 ADD
*****************************/
.table_cell_area .add__du__makerlist, .table_cell_area .add__du__makerlist_02 {
	line-height:1.5;
}
@media screen and (min-width: 769px) {
	.table_cell_area .add__du__makerlist {
		width:20%;
	}
}
@media screen and (max-width: 768px) {
	.table_cell_area .add__du__makerlist, .table_cell_area .add__du__makerlist_02 {
		text-align: left;
	}
}



/*****************************
買取センター移設に伴う更新 20230816 ADD
*****************************/
.add__du__sellQaIntroArea__address__listItem__textMiddle {
  width: auto;
 }

.add__du__footerSellAddressArea__box__listItem__text__Middle {
  width: auto;
 }

.add__du__sellApplyContentArea__listItem__topContentRight__address__textMiddle {
  width: auto;
   }



/*****************************
買取「レコードカートリッジの高価買取」ページ追加(ページ内に記載したスタイルを外部cssに記載) 20231115 ADD
*****************************/
.add__du__cartidge_title_01 {margin-bottom: 10px;padding:3px 10px;font-size: 18px;font-weight: bold;text-align: left;background:#ff0000;color:#ffffff;}
.add__du__cartidge_listtitle_01 {font-size:16px;font-weight:bold;text-align:center;}
.add__du__cartidge_listtitle_01 img {width: 30%;}
.add__du__cartidge_listtitle_02 {font-size:14px;font-weight:bold;}
.add__du__cartidge_listtext_01 {font-size:15px;}
.add__du__cartidge_sectiontitle_01 {font-size:14px;font-weight:bold;}
.add__du__cartidge_sectiontitle_02 {font-size:18px;font-weight:bold;}
.add__du__cartridge2023_box_03 {text-align:center!important;}

@media screen and (min-width:769px) {
	.add__du__cartidge_box_01, .add__du__cartidge_box_02 {width:100%;}
	.add__du__cartidge_box_01 img {width:30%;}
	.add__du__cartidge_box_02 img {width:45%;}
	.add__du__cartridge2023_box_03 {width:20%;}
	.add__du__cartridge2023_box_03 img {width:80%;}
	.add__du__cartridge2023_box_04_left {width:70%;text-align: center;}
	.add__du__cartridge2023_box_04_left img {width:30%;margin:auto 20px;}
}

@media screen and (max-width:768px) {
	.add__du__cartidge_box_01, .add__du__cartidge_box_02 {width:100%;}
	.add__du__cartidge_box_01 img, .add__du__cartidge_box_02 img {width:100%;}
	.add__du__cartridge2023_box_03 img {width:60%;}
	.add__du__cartridge2023_box_04_left {text-align:center!important;}
	.add__du__cartridge2023_box_04_left img {width:60%;margin:auto 20px;}
	.add__du__cartridge2023_box_04_right {text-align: left!important;padding:10px!important;}
}



/*****************************
パスワード再発行ページ テキスト修正 20240221 ADD
*****************************/
.add__du__formsubtext_01 {
	font-weight: normal!important;
	font-size: 0.75rem!important;
}



/*****************************
買取「クラッシックランディング」ページ追加 20240227 ADD
*****************************/
.add__du__classclpa_text_01 {
	margin-top:20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

/*****************************
買取「クラッシックランディング」ページ追加 20240722 ADD
*****************************/
.add__du__strengthening_listitem {
  background: #fff;
  padding: 14px;
  margin: 1px;
  text-align: center;
  border: 1px solid #ddd;
}
.add__du__strengthening_listarea img, .add__du__strengthening_listarea02 img {
  max-width: 60%;
  height: auto;
  margin-bottom: 10px;
}
.add__du__strengthening_listarea03 img {
  max-width: 80%;
  height: auto;
}  margin-bottom: 10px;

.add__du__strengthening_listarea p {
  text-align: center;
  padding: 3px 10px;
  line-height:1.5;
}
.add__du__strengthening_listarea02 p, .add__du__strengthening_listarea03 p {
  text-align: left;
  padding: 3px 10px;
  line-height:1.5;
}
.add__du__strengthening_listtext001 {
	font-weight: bold;
}
.add__du__strengthening_listtextred {
	color:#cc0000;
	font-weight:bold;
	padding-left:10px;
}
@media ( min-width : 769px ){
  .add__du__strengthening_listarea, .add__du__strengthening_listarea02, .add__du__strengthening_listarea03 {
    display: flex;
    flex-wrap: wrap;
  }
  .add__du__strengthening_listitem {
    width: 30%;
  }
}



/*****************************
TwitterをXへ修正 20240308 ADD
*****************************/
@media screen and (min-width: 769px) {
	.fa-x-twitter:before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto; }
	.btn-sns .fa-x-twitter {
		font-size: 20px; }
	.nav__dubooks .fa-x-twitter {
		text-align: center;
		width: 36px;
		height: 36px;
		font-size: 20px;
		color: #fff; }
}
@media screen and (max-width: 768px) {
	.btn-sns .fa-x-twitter {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;}
	.nav__genre__sns__listItem .fa-x-twitter:before {
		text-align: center;
		width: 36px;
		height: 36px;
		font-size: 20px;
		color:#000;}
}



/*****************************
遺品整理、生前整理の買取ページ 20240508 ADD
*****************************/
.add__du__kaitori_andbe_inner01 {max-width: 1000px;width: 97%;margin: 0 auto;}
.add__du__kaitori_andbe_text01 {text-align: center;}
.add__du__kaitori_andbe_text01 ul {list-style: disc; text-align: left;display: inline-block;padding: 0;}
@media screen and (min-width:769px) {
	.add__du__kaitori_andbe_pic01 {width:100%;text-align: center;}
	.add__du__kaitori_andbe_pic01 img {width:50%;}
}

@media screen and (max-width:768px) {
	.add__du__kaitori_andbe_pic01 {text-align:center!important;}
	.add__du__kaitori_andbe_pic01 img {width:96%;}
}



/*****************************
ニュース、商品詳細表示時ナビゲーション部分カラム落ち修正 20240528 ADD
*****************************/
@media screen and (min-width: 769px) {
	.add__du__fa-caret-down .fa-caret-down {
		font-size:12px;
		}
}



/*****************************
Amazon Pay バナー設置 20240617 ADD
*****************************/
.add__du__amazonpay_banner01 {width:100%;text-align: center;}
.add__du__amazonpay_banner01 img {text-align: center;}
@media only screen and (max-width: 768px) {
    .add__du__amazonpay_banner01_in { width:94%;}
}



/*****************************
法人様・古物営業者様専用買取センター窓口作成 20240703 ADD
*****************************/
.add__du__corporation_indent {
   text-indent: -1em;
   padding-left: 1em;
}



/*****************************
法人様・古物営業者様専用買取センター窓口作成 20240724 ADD
*****************************/
.add__du__corporation_contents {
  display: flex;
  border: 2px solid #444444;
}
.add__du__corporation_contents02 {
  display: flex;
}
.add__du__corporation_contents_image {
  display: flex;
  justify-content: center;
  align-items: center;/* 上辺合わせにしたい場合は center を flex-start に変更 */
  width: 30%;/* 画像の横幅専有パーセンテージ */
  margin: 0 auto;
  padding: 1em;
}
.add__du__corporation_contents_text01 {
  flex: 1;
  min-width: 0;
  display: flex;
  /* 上下中央合わせにしたい場合はこの一行削除 1/2
  align-items: center;
  上下中央合わせにしたい場合はこの一行削除 2/2 */
  padding: 2em;
}
.add__du__corporation_contents_text02 {
  font-weight:bold;
  line-height:2.5;
}
@media screen and (max-width: 768px) {
.add__du__corporation_contents_text01 {
  padding: 1em;
}
  .add__du__corporation_contents, .add__du__corporation_contents02 {
    display: block;
  }
  .add__du__corporation_contents_image {
    width: 60%;
    border: 0;
  }
}
.add__du___aboutlist_text a {color:#2c6ec1;font-weight: bold;}
.add__du___aboutlist_text a:hover {text-decoration: underline; }
.add__du___aboutlist_text dd {text-indent: -1em; padding-left: 1em;margin-left:1em;}
.add__du__aboutlist_title {font-weight: bold; margin-top:20px;}




/*****************************
リンク用テキスト装飾 20240724 ADD
*****************************/
.add__du___kaitorilink_text01 a {color:#2c6ec1;}
.add__du___kaitorilink_text01 a:hover {text-decoration: underline; }



/*****************************
ゲームミュージック買取ランディングページ 20240731 ADD
*****************************/
.add__du__trackrecord_area {
	margin-top: 30px;
}

.add__du__gamemusiclpa_main_img, .add__du__gamemusiclpa_main_img02 {
	margin: 10px auto;
}
@media screen and (min-width: 769px) {
	.add__du__gamemusiclpa_main_img img {
		width: 70%;
		display: block;
		margin: auto;
	}
	.add__du__gamemusiclpa_main_img02 img {
		width: 90%;
		text-align: left;
	}
	.add__du__trackrecord_01 {
		width: 49%;
		line-height: 1.5;
	}
	.add__du__trackrecord_03 {
		width: 33%;
		line-height: 1.5;
	}
	.add__du__trackrecord_04 {
		width: 24%;
		line-height: 1.5;
	}
	.add__du__trackrecord_01 img, .add__du__trackrecord_03 img, .add__du__trackrecord_04 img {
		width: 100%;
		margin: 6px auto;
	}
}

@media screen and (max-width:768px){
	.add__du__gamemusiclpa_main_img img, .add__du__gamemusiclpa_main_img02 img {
		width: 100%;
	}
	.add__du__trackrecord_01 img, .add__du__trackrecord_03 img, .add__du__trackrecord_04 img {
		width: 100%;
		margin-bottom: 5px;
	}
}



/*****************************
アニソン買取ランディングページ 20240815 ADD
*****************************/
.add__du__anisonglpa_trackrecord01, .add__du__anisonglpa_trackrecord02 {
	text-align : center;
}

@media screen and (min-width:769px) {
	.add__du__anisonglpa_trackrecord01 img {
		margin-top:10px; margin-bottom:10px; width:46%;
	}
	.add__du__anisonglpa_trackrecord02 img {
		margin-top:10px; margin-bottom:10px; width:40%;
	}
}

@media screen and (max-width:768px) {
	.add__du__anisonglpa_trackrecord01 img, .add__du__anisonglpa_trackrecord02 img {
		margin-top:10px; margin-bottom:20px; width:98%;
	}
}



/*****************************
買取「【ウェルネット送金サービス】導入のご案内」追加 20241002 ADD
*****************************/
.add__du__wellnet_space_01 img {margin-top:20px;}
.add__du__wellnet_space_01:last-child img {margin-top:20px;margin-bottom:20px;}
.add__du__wellnet_text_03 {margin-top:20px;font-size: 15px;font-weight: bold;line-height: 1.5;}
.add__du__wellnetsmbc_logo {text-align : center;}

@media screen and (min-width:769px) {
	.add__du__wellnet_01 img {width:70%;}
	.add__du__wellnet_02 img {width:45%;}
	.add__du__wellnetsmbc_logo img {width:50%;}
}

@media screen and (max-width:768px) {
	.add__du__wellnet_01 img {width:100%;}
	.add__du__wellnet_02 img {width:100%;}
	.add__du__wellnetsmbc_logo img {width:98%;}
}



/*****************************
ナビゲーション変更「オンラインショップ」→「ジャンル選択」 追加 20250207 ADD
*****************************/
@media screen and (min-width:769px){
	.headerBasic .add__du__headerBasic__navLi a {
		padding: 0 51px!important;
	}
}



/*****************************
採用情報　正社員募集項目 追加 20250508 ADD
*****************************/
.recruitPermStaffArchiveArea__listItem:nth-child(2) .add__du__recruitPermStaffArchiveArea__listItem__title {
  width: 180px!important; }

.recruitPermStaffArchiveArea__listItem:nth-child(3) .add__du__recruitPermStaffArchiveArea__listItem__title {
  width: 152px!important; }

.recruitPermStaffArchiveArea__listItem:nth-child(4) .add__du__recruitPermStaffArchiveArea__listItem__title {
  width: 108px!important; }

.recruitPermStaffArchiveArea__listItem:nth-child(5) .add__du__recruitPermStaffArchiveArea__listItem__title {
  width: 73px!important; }



/*****************************
音楽系ヴィンテージ・バンドTシャツ買取ランディングページ 追加 20251006 ADD
*****************************/
.add__du__vintage_list img { max-width: 90%!important;}

.add__du__font_resize16 {font-size:16px%!important;}
.add__du__font_resize16b {font-size:16px%!important;font-weight:bold;}
.add__du__font_resize17 {font-size:17px%!important;}
.add__du__font_resize17b {font-size:17px%!important;font-weight:bold;}



