@charset "UTF-8";

/* 商品詳細 */
.item_detail .del_price .item_price_val,
.item_detail .del_price .item_price_val:not(.item_fix_price .item_price_val,.price_unit_sub .item_price_val){
	font-size: inherit;
}

/* パーツの配置(左右中央寄せ) */
.social_position_left,
.logo_position_left,
.login_cart_position_left .welcome_cart_area,
.search_form_left,
.translation_left,
.search_left{
	text-align:left;
}

.social_position_right,
.logo_position_right,
.login_cart_position_right .welcome_cart_area,
.search_form_right,
.translation_right,
.search_right{
	text-align:right;
}

.social_position_center,
.logo_position_center,
.login_cart_position_center .welcome_cart_area,
.search_form_center,
.translation_center,
.search_center{
	text-align:center;
}

.search_posi .tag_item_search{
	max-width:500px;
	display:inline-block;
}

.search_form_left > .tag_item_search,
.search_form_right > .tag_item_search,
.search_form_center > .tag_item_search{
	display:inline-block;
	width:auto;
}

.social_position_none{
	height:100%;
	min-height:21px;
}

.logo_position_left div.logo,
.logo_position_right div.logo,
.logo_position_center div.logo{
	display:inline-block;
}

@media print, screen and (min-width: 701px) {
	.header_position_left .pane_head_menu_bar .top_menu_pulldown{
		justify-content: flex-start;
	}
	
	.header_position_right .pane_head_menu_bar .top_menu_pulldown{
		justify-content: flex-end;
	}
	
	.header_position_center .pane_head_menu_bar .top_menu_pulldown{
		justify-content: center;
	}
}
.footer_position_left ul.foot_menu{
	margin-right:auto;
	width:auto;
	display:table;
	float:none;
}

.footer_position_right ul.foot_menu{
	margin-left:auto;
	width:auto;
	display:table;
	float:none;
}

.footer_position_center ul.foot_menu{
	margin:0 auto;
	width:auto;
	display:table;
	float:none;
}

.footer_position_right ul.foot_menu li,
.footer_position_left ul.foot_menu li,
.footer_position_center ul.foot_menu li{
	margin:0px 0px;
	display:table-cell;
	float:none;
}

.switch_right .pc_sp_switch{
	text-align:right;
}

.switch_left .pc_sp_switch{
	text-align:left;
}

.switch_center .pc_sp_switch{
	text-align:center;
}

/* ソーシャルボタン関連 */
.sns_box {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

.sns_box li {
	display: inline-block;
	margin:0 2px;
}
.sns_box iframe {
  margin: 0 !important;
}

.social_position_left ul.sns_box,
.social_position_right ul.sns_box,
.social_position_center ul.sns_box{
	float:none;
	display:inline-block;
}

/* ソーシャルパーツの設定関係 */
.shareBtn {
	position: relative;
	display: inline-block;
	margin: 2px;
	padding: 1px 15px;
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	background: #717171;
	border-radius: 3px;
	text-decoration: none;
}

.shareBtn:hover {
	color: #fff;
	text-decoration: none;
}

.shareBtn i {
	display: inline-block;
	margin-top: -1px;
	margin-right: 4px;
	vertical-align: middle;
}

.shareBtn .btn_text {
	display: inline-block;
	vertical-align: middle;
}
.shareBtn.shareBtnSmall {
	margin: 1px;
	padding: 1px 10px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}

.shareBtn.shareBtnSmall i {
	margin-right: 7px;
	font-size: 14px;
}

.shareBtn.shareBtnMedium i {
  margin-right: 8px;
  font-size: 16px;
}

.shareBtn.shareBtnLarge {
	margin: 5px;
	width: 193px;
	height: 48px;
	line-height: 48px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

.shareBtn.shareBtnLarge i {
	margin-right: 16px;
	font-size: 26px;
}

.shareBtnLine {
	background: #06c755;
}
.shareBtn.shareBtnLine i {
	margin-right: 5px;
}
.shareBtn.shareBtnLine i:not(.fa){
	background-image: url(../img/line_square_default.png);
	background-size: cover;
	height: 1.2em;
	width: 1.2em;
}

.shareBtnTwitter {
	background: #000;
}
.shareBtnTwitter:has(.fa-twitter) {
	background: #1d9bf0;
}
.shareBtn.shareBtnTwitter i:not(.fa){
	background-image: url(../img/x_logo_white.png);
	background-size: cover;
	height: 0.8em;
	width: 0.8em;
}
.shareBtnLarge.shareBtnTwitter i{
	height: 0.7em;
	width: 0.7em;
}

.shareBtnFacebook {
	background: #1877f2;
}
.shareBtn.shareBtnFacebook i:not(.fa){
	background-image: url(../img/Facebook_Logo_Secondary.png);
	background-size: cover;
	height: 16px;
	width: 16px;
}
.shareBtnLarge.shareBtnFacebook i{
	height: 0.9em;
	width: 0.9em;
}

/* 共通ボタンクラス */
.common_ok_btn,
.common_opt_btn {
	margin: 5px 10px;
}

/* メイン画像 動画サイズ*/
.mainimg_group_all .item_video{
	width: 320px;
	height: 180px;
}
/* 商品画像ダイアログ 動画サイズ*/
.item_img_dlg_block .item_video{
	width: 720px;
	height: 480px;
}
/* スマホyoutube動画 */
@media only screen and (max-width: 720px) {
	.item_detail .item_video,
    .item_img_dlg_block .item_video{
	    max-width: 100%;
	    max-height: calc(100vw * 9.5 / 16);
	    margin: 0 auto;
	}
	.item_detail .item_video.item_video_mainimg,
	.item_img_dlg_block .item_video {
	    width: auto;
	    height: auto;
	    max-width: 70%;
	}
}

/** プルダウン(sp) */
@media print, screen and (min-width: 701px) {
  .null_optgroup_sp {
    display: none;
  }
}

/* オーダーメイド関連 */
.ordermade_indent{
	padding-left: 1ex;
}

/* ファイルアップロード(オーダーメイド、レビュー)関連 */
.fileup_failure_text{
	color:red;
}

.ordermade_image{
  display: inline-block;
  width: 100%;
  height: 100%;
}

.fileup_list_li .ordermade_image{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.ordermade_image_val{
	width:100%;
	height:100%;
	object-fit: contain;
}

.kind_image{
  display: inline-block;
  margin-right: 10px;
  width: 100px;
  height: 100px;
}

.common_opt_btn.file_select {
  display: inline-block;
  padding: 17px 34px;
  color: #fff;
  background: #099;
  cursor: pointer;
}

.file_select .idx_fileup {
  display: none;
}

.om_drag_and_drop{
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03) 7.5px, transparent 0, transparent 15px);
  background-color: #fafafa;
  border: dashed 3px #bbb;
  cursor: pointer;
}

.om_drag_and_drop .om_drop_text{
  font-size: 18px;
  font-weight: bold;
  color: #888;
}

.fileup_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fileup_list_li ,
.fileup_list_li .om_drag_and_drop{
  display: flex;
  align-items: center;
}

.upload_value {
  margin: 0 1ex;
}

.file_up_area{
  margin-top: 10px;
}

/* オーダーメイド、サジェスト検索ダイアログ */
.fix_dlg{
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 90% !important;
	height: 90vh !important;
	margin: auto !important;
	z-index: 20000 !important;
}

.fix_dlg.ios{
	height: 80vh !important;
}

.fix_dlg .ems_dlg_con{
	display:block;
}

.none_foot .fix_dlg .ems_dlg_ele{
	max-height:100%;
}

/* カレンダー(読み込み中) */
.iframe_wait,
.wait_mask{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	min-width: 60px;
	min-height: 60px;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(50, 52, 56, 0.7);
	background: rgba(207, 210, 216, 0.6);
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	-webkit-animation: key_wait_mask .5s forwards;
	animation: key_wait_mask 0.5s forwards;
}

.iframe_wait {
  position: relative;
  margin: 30px 0;
  padding: 30px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

.iframe_wait:after,
.wait_mask:after{
	content: "";
	position: absolute;
	top: 30%;
	left: 40%;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	/* border: 6px solid #ccc; */
	border: 6px solid #f3f3f5;
	border-left-color: transparent;
	border-right-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-animation: wait_mask 875ms infinite;
	animation: wait_mask 875ms infinite linear;
}
.wait_mask.wait_mask_calender{
	position: relative;
	height: 200px;
}

@-webkit-keyframes wait_mask{
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@keyframes wait_mask{
	100%{
		transform: rotate(360deg);
	}
}
@-webkit-keyframes key_wait_mask{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes key_wait_mask{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* カレンダー(選択アイコン) */
.spec_calendar_icon, .rental_calendar_icon{
	display: inline-block;
	padding: 1px 10px;
	cursor: pointer;
}
.spec_calendar_icon:before,
.rental_calendar_icon:before {
	font-family: 'WebHostingHub-Glyphs';
	content: '\f4d0';
}

/* ソーシャルログイン */
.facebook_login_button{
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0.1ex;
    position: relative;
    display: block;
    margin: 40px auto;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    outline: none;
    border-width: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: all 0ms;
    transition: all 0ms;
    cursor: pointer;
    -webkit-appearance: none;
	background-color: #1877f2;
    color: #fff;
}

.line_login_button{
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0.1ex;
    position: relative;
    display: block;
    margin: 40px auto;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    outline: none;
    border-width: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: all 0ms;
    transition: all 0ms;
    cursor: pointer;
    -webkit-appearance: none;
	background-color: #00C300;
    color: #fff;
}

.twitter_login_button{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    letter-spacing: 0.1ex;
    position: relative;
    display: block;
    margin: 40px auto;
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    outline: none;
    border-width: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: all 0ms;
    transition: all 0ms;
    cursor: pointer;
    -webkit-appearance: none;
	background-color: #00ACEE;
    color: #fff;
}

/* google recaptcha */
.ems_recaptcha_dlg_contents{
	text-align: center;
}
.google_recaptcha_area{
	position: relative;
	margin: auto;
	margin-top: 15px;
}
.google_recaptcha_compact{
	width: 164px;
}
.google_recaptcha_normal{
	width: 304px;
}

/* 関連商品,オプション商品(商品詳細下のカルーセル) */
.related_tag_name_list{
	padding:0;
	margin:0;
	list-style-type:none;
	display:inline;
	-webkit-padding-start:0px;
}
.related_tag_name_list li:not(:last-child):after{
	content: " , ";
}

/* レジ最終確認 カレンダーテキスト非可視 */
.spec_calendar_area input[type=text].spec_calendar_hidden{
	visibility:hidden;
	position:absolute;
	margin:0;
	padding:0;
	width:33px;
	border:0;
	z-index:-1;	
}

/* キャンセル待ち */
.cancel_wait_area{
	margin: 0 auto;
	padding-top: 10px;
}

.cancel_wait_item{
	margin: 1em auto;
	padding: 1em;
	line-height: 1.8em;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.om_cancel_wait_area{
	display:inline-block
}

/* クイックオーダー */
.quick_order_item_price_ttl{
	min-width:140px;
}
.quick_order_item_subtotal_ttl{
	min-width:100px;
}
.quick_order_item_code{
	width:20em;
}
.quick_order_kind_code{
	width:15em;
}
.quick_order_table .quick_order_ng_item td,
.regular_item_list .change_item_num td{
	background: #ffdd9d;
}
.quick_order_ng_msg{
	padding-left:10px;
	color: #796002;
	background:#FFF9E4;
}
.quickorder_add{
	text-align: left;
}

/* 配送日指定 */
.spec_calender {
	width: 10.4em;
}

/* レンタル */
.rental_calendar {
	width: 8em;
}

.rental_calendar_icon_txt{
	display:none;
}
.rental_period_ttl:after{
	content: '：';
}

/* 二次元種類表示 */
.soldout_td {
  background: #eee;
}

.item_none_td {
  background: #eee;
}

.kind_list_soldout {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.kind_list_soldout:before,
.kind_list_soldout:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #555;
  transform: rotate(45deg);
}

.kind_list_soldout:after {
  transform: rotate(-45deg);
}

.item_none {
  position: relative;
  display: inline-block;
  width: 1ex;
  height: 1em;
}

.item_none:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #777;
}

.stock_td{
  text-align: center;
}

.col_head {
	font-size: .9rem;
	color: #555;
	background: #fdfdfd;
}
.row_head {
	font-size: .9rem;
	color: #555;
	background: #fbfbfb;
}

.item_kind_list ul{
	list-style-type:none;
}

/* 種類リスト表示 */
.item_kind_list_title {
  padding: 1ex;
  background: #f0f0f0 ;
  border: none;
}

.item_kind_list_li {
  border: 1px solid #e6e6e6;
  border-top: none;
}

.item_kind_list_li .label_value {
  padding: 1em 1ex;
}

.item_kind_list .label_value {
  padding: 0 5px;
}

.item_kind_list_ul{
  padding : 0;
}

.item_kind_list .item_kind_img_val {
  display: inline;
  padding-left: 10px;
  vertical-align: middle;
}

.item_kind_list_ul .kind_image{
  vertical-align: middle;
}

.item_kind_list_ul .item_normal_price,
.item_kind_list_ul .member_item_price,
.item_kind_list_ul .item_soldout,
.item_kind_list_ul .item_stock,
.item_kind_list_ul .non_regular_price_area,
.item_kind_list_ul .regular_price_area,
.item_kind_list_ul .item_normal_price_txt{
  display:inline-block;
  vertical-align: middle;
}

.item_kind_tbody.list .item_kind_img_val,
.item_kind_tbody.list .item_stock,
.item_kind_tbody.list .item_soldout{
  display:none;
}

/* カートINダイアログ表示 */
.cartin_dlg_item_img .buy_item_image{
	max-width: 70px;
	max-height: 70px;
}
.cartin_dlg_tbl{
	width:100%;
}
.cartin_comment{
	margin-bottom:25px;
	font-size:20px;
	line-height: 1.2;
	text-align: center;
}

/* 楽天(rakutenPay)関係 */
.rakuten_pay_pay_errmsg{
	font-weight: bold;
	color: #ff0000;
}
.rakutenpay_checkout_btn{
	margin:40px auto;
}

/* amazonpay */
.amazon_pay_info{
	width: 400px; height: 228px;
	display: inline-block;
}
.read_amazon_pay_info{
	width: 400px; height: 150px;
}

/* welcomIcon */
.welcome_cart_area.postage_free_div {
	padding-top:18px;
}

.welcome_cart_area .cart_info_postage_block{
	position: absolute;
	top: -17px;
	right: 7px;
	white-space: nowrap;
	border-radius: 2px;
	background: #FFFF30;
}

/* お気に入り関係 */
.welcome_favorite_link,
.welcome_like_link,
.welcome_later_link{
	display:inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 700px) {
	.welcome_favorite_link,
	.welcome_like_link,
	.welcome_later_link{
		display:none;
	}
}

.favorite_link span,
.like_link span,
.later_link span{
	position: relative;
    padding-left: 1.35em;
}

.favorite_link span:before,
.like_link span:before,
.later_link span:before{
    font-family: 'WebHostingHub-Glyphs';
    line-height: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 11px;
    text-align: center;
}

.favorite_link span:before{
	content: '\f13a';
}

.like_link span:before{
	content: '\f4c6';
}

.later_link span:before{
	content: '\f4cf';
}

/* エントリーコード */
ul.entry_code_list{
	display: inline-block;
	margin: 0 0 1px 5px;
	padding: 0;
	list-style-type: none;
}
.entry_code_list li {
	margin: 0px 0 -1px;
	padding: 5px 5px;
	min-width: 70px;
	line-height: 1.1;
	color: #777;
	background: #fff;
	border: 1px solid #ddd;
}

.entry_code_ttl:after{
	content:':';
}

/* 販売期間 */
.reload{
	cursor: pointer;
}

.item_handling_start_day, .item_handling_end_day {
	white-space: nowrap;
}

.item_handling_start_time, .item_handling_end_time {
	white-space: nowrap;
}

/* 店舗モード限定 */
.shop_only_class{
	/* background: #c78888; */
	background: #DF7862;
	color: #FFF;
}

/* 上へ戻る */
.page_top_link_title:before {
	content: attr(data-title);
}

/* individual_section */
.individual_section{
	padding: 0 0 20px;
}

/* カートレジの非表示クラス */
.regi_disp_none{
	display:none;
}

/* カートオプション価格 */
.buy_option_price_val{
	margin-left:1ex;
}

@media only screen and (max-width: 700px){
	.individual_section tbody tr.regi_disp_none{
		display:none;
	}

	.individual_section .grid_head{
		display: block;
		width: auto;
		text-align: center;
	}
}

/* 注文完了画面 */
.order_end_text:before,
.order_no_text:before{
	content:attr(title);
}

/* 商品プレビュー */
.preview_caution{
	font-size:12px;
}

/* 会員退会時 */
.withdrawal_explain{
	width:800px;
	margin:0 auto;
}

/* 会員自動ログイン無効 */
.auto_login_area{
	text-align:center;
}

/* カテゴリアートワーク */
.category_supplement{
	line-height: 0;
}

.category_explain_supplement{
	list-style: none;
}

/* 分類フラグ */
.classifi_lavel{
  margin: 0 -1px -1px 0;
  width: 10px;
  height: 15px;
  border: 1px solid rgba(0,0,0,0.301);
  display: inline-block;
  vertical-align: middle;
}

/* メール確認 */
.email_conf_text{
	display:inline-block;
}

/* 価格表記 */
.item_price_unit,
.price_from,
.price_unit_sub,
.item_catalog .member_price_rate,
.item_list .member_price_rate{
  font-size: 90%;
}

.price_unit_sub{
  margin-left: 0.3em;
}

/* セール */
.item_data_block .sale_item_price{
	display: inline-block;
}

.item_detail .sale_info_price,
.item_detail .sale_info_rate{
	margin: 0.2ex;
	line-height: 1;
	white-space: nowrap;
}

/* 詳細表示ダイアログ内テーブル(配送、会員、ボリュームディスカウント、など) */
.detail_info_table{
	width:100%;
}

/* レビューセキュリティ */
.review_guarantee img{
	max-height:250px;
	cursor: pointer;
}

/* レビューすべて見る */
.review_link_all{
	text-align:right;
}

/* 数量 */
.om_child_count_input,
.item_count_input{
	width:75px;
	text-align:right;
}

/* メンソニー */
.item_catalog div.item_masonry {
	float:left;
}
*+html .item_catalog,
*+html .item_catalog div.item{
	visibility: visible;
}
.item_catalog div.item_masonry{
	max-width: none;
}
div.item_masonry_square {
	margin:0 auto;
	z-index: 0;
}

/* エレメントズーム */
.zoomContainer {
	z-index: auto;
}

/* light box */
@media only screen and (max-width: 700px){
	.lb-nav a { /* for lightbox */
		opacity: 0.4;
	}
}

/* 旧デザイン互換 */
@media only screen and (max-width: 700px) {
	.pane_regi .grid_input_body tr td.grid_head { /* for old design */
		display: block;
		width: auto;
		text-align: left;
	}
}

/* PC/SP専用クラス */
@media print, screen and (min-width: 701px) {
  .for_sp{
    display: none!important;
  }
}
@media only screen and (max-width: 700px) {
  .for_pc {
    display: none!important;
  }
}

ul.top_menu_pulldown > li > .category_main_menu_arrow,
ul.top_menu_pulldown > li > .category_main_menu_arrow:hover{
	width:38px;
}
  
.grid_head_sp{
	margin-right: 0.7em;
}

/* プリント時の制御クラス(css末尾に記述する) */
@media print {
	body {
		min-width: 1024px;
	}
	.item_masonry_square {
		position: static!important;
		width: auto!important;
		height: auto!important;
	}
	.item_masonry_square:after {
		content: "";
		clear: both;
		display: block;
	}
	.item_masonry {
		position: static!important;
		left: auto!important;
		top: auto!important;
		transition: none 0ms ease 0ms!important;
		transform: none!important;
	}
.member_reg_agreement{
    height:auto;
  }
}

/* AmazonPay */
.buy_amazon_pay_button{
	margin: auto;
}
/* リンクなしヘッダーメニュー */
.category_menu_selected a.none_href_link:hover{
	cursor:default;
	text-decoration: none;
}

/** タグマッピング */
.ems-dom-mp .logo,
.logo_area .logo{
	width:60px;
	height:60px;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
	border-radius: 50%;
}

/* 認証コード */
.auth_key_input_area{
	margin:1ex 0;
}

.auth_key_caution ul {
	margin:0;
}

.regular_disabled_limit_list{
	margin: 1ex 0;
}

.regular_disabled_limit_text_area{
	margin:10px;
}

.payment_ok_msg{
	text-align:center;
}

.grid_space_body .member_reg_agree_check {
	margin: 32px 0 0 0;
	padding: 6px 0;
	color: rgba(0, 0, 0, 0.85);
	background: rgba(240, 248, 255, 0.85);
	text-align: center;
}

/* マイページ　定期商品数量変更ダイアログ */
.item_change_dlg .buy_item_price_val,
.item_change_dlg .buy_item_total_price_val{
	text-align:right;
}

@media screen and (max-width: 700px) {
	.item_change_dlg,
	.send_edit_dlg{
		width:95vw;
	}
	
	.item_change_dlg .ems_dlg_con,
	.send_edit_dlg .ems_dlg_con{
		margin: 0;
		width:100%;
	}
	
	.send_edit_dlg .memo{
		display:block;
	}
	
	.item_change_dlg table,
	.item_change_dlg tbody,
	.item_change_dlg tr,
	.item_change_dlg td{
		display: block;
		width:100%;
	}
	
	.item_change_dlg .buy_item_price_val{
		text-align: left;
	}
}

/* ボリュームディスカウントの割引率ダイアログ */
.volume_discount_price_ttl{
	margin-top: 7px;
}

/* カートページ等の税表記のカッコ */
.price_tax_text:before {
	content: "(";
}
.price_tax_text:after {
	content: ")";
}

/* カート内税毎の合計表記 */
.tax_target_text, .tax_value_text{
	margin-right: 5px;
}
.tax_value_info{
	margin-left: 10px;
}

/* クーポン */
.coupon_list{
	list-style: none;
    padding: 0px;
}

.coupon_list li{
	padding: 1ex;
    border: 1px solid;
    background: #fff9e4;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .2);
    margin-bottom:3ex;
    cursor:pointer;
}

.mall_coupon{
	display: flex;
    min-height: 150px;
}

.coupon_info{
	margin-left: 2ex;
}

.coupon_name{
	font-size: 20px;
}

.coupon_price_val{
	font-size: 50px;
    font-weight: bold;
    color: red;
}

.coupon_price_unit{
	font-size: 25px;
    font-weight: bold;
    color: red;
}

.coupon_img{
	max-width: 150px;
	max-height: 150px;
}

.coupon_img img{
	max-height:100%;
}

.coupon_limit .limit_time,
.coupon_limit .limit_text{
	margin-left:1ex;
}

.rep_coupon_msg,
.rep_point_msg{
	text-align: center;
	font-weight: bold;
	color: #60a362;
}

.alulu_coupon_list_dlg{
	display:block;
}

.item_catalog .cartin_item_list{
	display:flex;
	justify-content: center;
}

.payment_description_10 a > img{
	max-width:70px;
}

.payment_description_10 div a:has(> img){
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 3px;
}

.payment_description_10 div:has(> a){
	flex-wrap: wrap;
}

.search_item_row{
	display: flex;
	align-items: center; /* 垂直方向の中央揃え */
}

.item_search_detail:not(.name_disp_none) .search_item_title{
	width: 100px;
	padding: 0;
}

.search_form_dlg .search_item_title{ /*ダイアログのsearch_item_title*/
	width: 30%;
}

.search_form_dlg .label{
	display: block;
}

.search_item_title{
	/*white-space: nowrap;*/
	line-height: 1.5; /* 行間を狭くする */
}

.search_item_element{
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}

.choice_img{
	width:2em;
	height:2em;
	vertical-align: middle;
}

.choice{
	padding-right: 2em;
}

.search_form_dlg .tag_botton_search { /* 検索 詳細 Go botton */
	display: block;
	margin: 30px auto 10px;
	padding: 15px 0;
	width: 100%;
	letter-spacing: 0.2em;
}

.search_item_contents ul{
	padding-left:0px;
}

.tag_item_search.dialog .item_search_detail,
.tag_item_search.slide .item_search_detail{
	display:none;
}

.tag_item_search.slide .item_search_detail,
.tag_item_search.always .item_search_detail{
	max-width: 800px;
	margin: 0 auto;
	padding:20px;
}

.tag_item_search.always .tag_icon_search_detail{
	display:none;
}

.pulldown_select{
	vertical-align: middle;
}

.pulldown_img{
	width:3em;
	height:3em;
	vertical-align: middle;
	margin-left:0.5em;
}

.search_form_dlg_outer{
	min-width:700px;
}

@media screen and (max-width: 700px) {
	.search_form_dlg_outer{
		width: 95vw !important;
		min-width:95vw;
	}
	
	.search_item_row{
		align-items: flex-start;
		flex-direction: column;
	}
	
	.search_item_title{
	    font-weight: bold;
	    font-size: 1.2rem;
	    color: #666;
	}
	
	.search_item_list{
		margin:5px 0;
	}
}

.search_item_contents_category select{
	min-width:10em;
	max-width:40%;
	width: 100%;
}

.search_item_contents_category{
	max-width:50%;
}