/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
}
img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:bottom;*/
	vertical-align:top;
	background:transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
	line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

/*ol ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
	list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	/* font-size:0;
	line-height: 0; */
}


/*------base-------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;*/
	height: 100%;
	/* word-break: break-all; */
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

table {
	font-size:inherit;
}

/*------clearfix-------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*--------Google Chrome フォーム入力のフォーカス枠を消す-----------------------------------*/
input, input[type="text"], input[type="password"], textarea, select, a {
	outline: none;
	-webkit-appearance: none; /* iPhoneの角丸消し */
	border-radius: 0;
}

.newssubttl{
	color: #b7c7c5;
	margin-bottom: 10px;
}

.newstxt{
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.newsttl{
	font-size: 26px;
	margin-bottom: 5px;
	font-family: "Poppins",sans-serif;
}

.newsdate{
	font-size: 5px;
	margin-bottom: 10px;
	font-family: "Poppins",sans-serif;
}
.newslist-sns{
	padding-top: 50px;
}

.newsfacebook{
	width: 9px;
	position: absolute;
	margin-top: 50px;
	left: 48%;
	transform: translate(-50%,-50%);
	transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;/*一応BOX内の文字も中央寄せ*/
}

.newstwitter{
	width: 20px;
	position: absolute;
	margin-top: 50px;
	left: 52%;
	transform: translate(-50%,-50%);
	transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;/*一応BOX内の文字も中央寄せ*/
}

.colttl{
	font-size: 26px;
	line-height: 1.5;
	text-align: left;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 30px;
}

.col{
	font-size: 21.5px;
	line-height: 1.5;
	text-align: left;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 30px;
}

/* ------------------------------------------------
  .pager
------------------------------------------------ */
.pager {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.pager .pager-arrow {
  position: absolute;
  top: -2px;
}

.pager .pager-arrow a {
  display: block;
  width: 11px;
  height: 21px;
  position: relative;
}

.pager .pager-arrow a::before, .pager .pager-arrow a::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  right: -2px;
  background: #808080;
}

.pager .pager-arrow a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

.pager .pager-arrow a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 5px;
}

.pager .pager-arrow.prev {
  left: 0;
}

.pager .pager-arrow.prev a {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pager .pager-arrow.next {
  right: 0;
}

.pager .list-pager {
  width: 100%;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.pager .list-pager li {
  display: inline-block;
  font-size: 12px;
  margin: 0 16px;
}

.pager .list-pager li a {
  display: inline-block;
  padding: 0 5px;
}

.box-result .block-pager{
	display:none;
}
.area-list .result{
	display: none;
}
/* エラーページ */
.errorWrap{
	width: 980px;
	margin: 80px auto 120px;
}
.errorWrap #dvErrorInfoBox.errorTextArea h2{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding: 0 !important;
}
.errorWrap #dvErrorInfoBox.errorTextArea h2.errorTtl{
	position: relative;
	padding-bottom: 15px;
	margin: 20px 0;
	border-bottom: #CCCCCC solid 1px;
}
.errorWrap #dvErrorInfoBox.errorTextArea p{
	font-size: 14px;
	line-height: 1.2;
}
.errorWrap div.btmbtn span{display:block;line-height: 1.5;}
.errorWrap div.btmbtn div { width: 100%; }

.errorWrap ul.btmWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 40px;
}
.errorWrap ul.btmWrap li a.btn-ddd{
	display: block;
	background: #ddd;
	padding: 10px 0;
	width: 180px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.errorWrap ul.btmWrap li a.btn-next{
	display: block;
	background: #000000;
	padding: 10px 0;
	color: #ffffff;
	width: 180px;
	text-align: center;
	font-size: 14px;
	margin-left: 14px;
	font-weight: bold;
}
.errorWrap ul.btmWrap li a.btn-next:hover{
	opacity: 0.6;
}

/*割引率アイコン*/
.discountRateS{
	width: 52px;
	height: 16px;
	background-color: #fe0002;
	color: #fff;
	line-height: 16px;
	display: inline-block;
	font-size: 11px;
	text-align: center;
	margin-left: 3px;
}

.main-area.detail .discountRateS {
    width: 70px;
    height: 18px;
    background-color: #fe0002;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    margin-left: 8px;
    vertical-align: middle;
}
#Contents .main-area.detail .ChangesByVariation .RateS p:first-child{
	margin-bottom: 10px !important;
}

/*ブランド表記*/
.brand {
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 10px!important;
}

/*---------------------------------------
 カートリスト CartList.aspx
 ---------------------------------------*/
 .CL_guestbtn{
	text-align: right;
    margin-top: 15px;
    margin-right: 5px;
}
.CL_guestbtn a:after{
	content: '>';
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 18px;
}
.guest_attention{
	font-size: 11px;
	text-align: right;
	margin-top:  20px;
}
.guest_attention span{
	color: #E31515;
}


/*---------------------------------------
 検索履歴サジェスト
 ---------------------------------------*/
/*----▼ 検索履歴サジェスト 2024.1.12 ▼----*/
.ui-widget {
	font-size: 1.3em;
}
.ui-menu-item * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 300;
}
.ui-menu-item:hover {
	background-color: #E4E4E4;
}
.ui-menu-item:hover a {
	opacity: 1;
}
.ui-menu .ui-menu-item {
	position: relative;
	width: initial;
}
.ui-menu .ui-menu-item:not(:first-child) {
	border-top: 1px solid #cccccc;
}
.ui-widget.ui-widget-content hr{
	display: none;
}
/*削除ボタン位置設定*/
#ui-id-1 .ui-menu {
	position: absolute;
	transform: translateY(-50%);
	left: auto!important;
	right: 10px;
	top: 50%!important;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.ui-menu button.ui-menu-item {
	display: block;
	list-style-image: none;
	border: none;
	font-size: 0;
	background-color: transparent;
	background-image: url(../image/suggest_deleat.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.ui-menu-item-wrapper + .ui-widget.ui-widget-content.ui-front {
	border: none;
	background-color: transparent;
	z-index: 10;
	width: 25px;
	height: 25px;
	font-size: 0;
	border: none;
}
.ui-menu .ui-menu-item-wrapper {
	padding: 1rem 3.5rem 1rem 1rem;
	display: flex;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 1.3rem;
	overflow-wrap:  break-word;
	max-width: 534px;
}
.ui-menu .ui-menu-item-wrapper span.cate {
	margin-left: 1.4rem;
}
.ui-menu .ui-menu-item-wrapper img{
  height: auto;
  margin-right: 1.5rem;
}
.ui-menu .ui-menu-item-wrapper .name{
  display: block;
  font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 1.4;
}
.ui-widget.ui-widget-content {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  position: fixed;
	z-index: 1000!important;
}
	/*検索履歴削除モーダル*/
.delHistoryAlertModal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1002;
	padding: 30px 20px 40px;
	border: 1px solid #ccc;
	display: none;
	width: 50%;
	height: auto;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	color: #000;
	font-size: 12px;
	line-height: 1.75;
}
.delHistoryAlertModalBody {
	height: 30%;
	text-align: center;
}
.delHistoryModalClose {
	text-align: center;
	background-color: #ededed;
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 14px;
}
.delHistoryModalClose:hover {
	/* color: #ff0000; */
	cursor: pointer;
}

/* ===============================================
* 検索ワードリセットボタン *
=============================================== */
.popupSearchArea .box-input input.input-text::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url(../image/suggest_deleat2.svg);
  background-color: transparent;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: calc(100% - 28px) !important;
  font-size: 0 !important;
}

/*----▲ 検索履歴サジェスト 2024.1.12 ▲----*/



.modal-inner {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal-inner::-webkit-scrollbar{
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
