@charset "UTF-8";
/*================================================
共通レイアウト、共通設定CSS
================================================*/

/* clearfix (基本的に変更しない。新しいclearfixが必要なときはここへ記載)
--------------------------------------------------------------------*/
ul:after, ol:after, dl:after, .clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*markstyler用clearfix*/
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }/ For IE 6/7 (trigger hasLayout) /

/*markstyler用float*/
.fltL { float: left;}
.fltR { float: right;}
.ft { overflow: hidden; zoom: 1; clear:both;}
.fl-l { float: left;}
.fl-r { float: right;}


/* 基本 (サイト共通の設定)
--------------------------------------------------------------------*/
@font-face {
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-weight: normal;
	font-style: normal;
}
*, body {
	font-size: 12px;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media all and (-ms-high-contrast:none) {
*, body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
}
body {
	color: #2b2b2b;
}
body {
	font-size: 12px;
	font-family: 'Noto Sans JP';
	position: relative;
	height: 100%;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
/* メインレイアウト（ヘッダ・フッタ・サイド以外） ※セレクタは極力いじらない
--------------------------------------------------------------------*/

#contents {
	overflow: hidden;
}
#contents.error {
	background-color: #eee;
	padding: 60px 40px;
	-weblit-box-sizing: border-box;
	box-sizing: border-box;
}
.common-title01 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.common-title01 span {
	padding: 16px 0 0px;
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans JP';
	color: #888888;
}
.common-title02 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.common-title03 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.common-title03 span {
	font-weight: bold;
	border-bottom: 2px solid #c7002f;
}
.common-title04 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.common-title04 span {
	font-weight: bold;
}

.common-title05 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.common-title05 span {
	font-weight: bold;
}
.common-btn01 {
	text-align: center;
}
@-moz-document url-prefix(){
	.common-btn01 {
	margin-bottom: 1px;
	}
}
.common-btn01 a {
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
	display: block;
	font-size: 16px;
	font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 1px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.common-btn01 a:hover {
	text-decoration: none;
	background: #eee;
}
.common-btn01 a:after {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/* item_container
--------------------------------------------------------------------*/

.item_container {
	margin: 0 0 30px;
}
.item_container > li {
	width: 224px;
	margin-right: 20px;
	float: left;
	position: relative;
	text-align: center;
}
.item_container > li:nth-child(5n) {
	margin-right: 0;
}
.item_container > li > a {
	display: block;
}
.item_container > li > a:hover {
	text-decoration: none;
}
.item_container > li > span {
	padding-right: 5px;
	display: block;
}
.item_container li img {
	width: 100%;
	height: auto !important;
	cursor: pointer !important;
	opacity: 1 !important;
}
.item_container .item_photo {
	margin: 0 0 10px;
	position: relative;
	overflow: hidden;
}

.item_container .item_photo:before {
	content: "";
	display: block;
	padding-top: 133.33333%;
}
.item_container .item_photo img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
	opacity: 1 !important;
}
.item_container .item_photo .favorite {
	width: 22px;
	height: 20px;
	background: url(../images/list/list_favorite_off.png) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.item_container .item_photo .favorite.selected {
	background: url(../images/list/list_favorite_on.png) no-repeat;
}
.item_container .item_photo .favorite a {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}
.item_container .item_brandname {
	margin: 0 0 10px;
	font-size: 14px;
	font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	color: #888888;
}
.item_container a:hover .item_brandname {
	text-decoration: underline;
}
.item_container .item_name {
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height:initial;
}
.item_container .color-size {
	margin: 0 0 10px;
	font-size: 12px;
	color: #888;
}
.item_container a:hover .item_name {
	text-decoration: underline;
}
.item_price {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.item_container a:hover .item_price {
	text-decoration: underline;
}
.item_price_sale {
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
}
.open_Sale {
	color: #ff3363;
}
.item_price_rate {
	font-size: 12px;
	font-weight: bold;
	color: #ff3363;
}
.item_status {
	margin-bottom: 10px;
	text-align: center;
}
.item_status li {
	padding: 0 9px;
	color: #fff;
	background: #aaaaaa;
	font-size: 11px;
	line-height: 20px;
	display: inline-block;
}
.item_container .hotitem {
	width: 46px;
	height: 46px;
	background: url(../images/outlet/item_icon_01.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.item_list.outlet .item_price_sale {
	color: #ff3363;
}
.item_list.outlet .item_price_rate {
	color: #ff3363;
}

/* item_container_split
--------------------------------------------------------------------*/

.item_container_split {
	margin: 0 0 30px;
}
.item_container_split > li {
	width: 224px;
	margin-right: 20px;
	float: left;
	position: relative;
	text-align: center;
}
.item_container_split > li:nth-child(2n) {
	margin-right: 0;
}
.item_container_split > li > a {
	display: block;
}
.item_container_split > li > a:hover {
	text-decoration: none;
}
.item_container_split > li > span {
	padding-right: 5px;
	display: block;
}
.item_container_split li img {
	width: 100%;
	height: auto !important;
	cursor: pointer !important;
}
.item_container_split .item_photo {
	margin: 0 0 10px;
	position: relative;
}
.item_container_split .item_photo .favorite {
	width: 22px;
	height: 20px;
	background: url(../images/list/list_favorite_off.png) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.item_container_split .item_photo .favorite.selected {
	background: url(../images/list/list_favorite_on.png) no-repeat;
}
.item_container_split .item_photo .favorite a {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}
.item_container_split .item_brandname {
	margin: 0 0 10px;
	font-size: 14px;
	font-family: 'Poppins','Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	color: #888888;
}
.item_container_split a:hover .item_brandname {
	text-decoration: underline;
}
.item_container_split .item_name {
	white-space: nowrap;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.item_container_split .color-size {
	margin: 0 0 10px;
	font-size: 12px;
	color: #888;
}
.item_container_split a:hover .item_name {
	text-decoration: underline;
}
.item_price {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.item_container_split a:hover .item_price {
	text-decoration: underline;
}
.item_price_sale {
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
}
.open_Sale {
	color: #ff3363;
}
.item_price_rate {
	font-size: 12px;
	font-weight: bold;
	color: #ff3363;
}
.item_status {
	margin-bottom: 10px;
	text-align: center;
}
.item_status li {
	padding: 0 9px;
	color: #fff;
	background: #aaaaaa;
	font-size: 11px;
	line-height: 20px;
	display: inline-block;
}
.item_container_split .hotitem {
	width: 46px;
	height: 46px;
	background: url(../images/outlet/item_icon_01.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.item_list.outlet .item_price_sale {
	color: #ff658a;
}
.item_list.outlet .item_price_rate {
	color: #ff658a;
}

/* パンくず ※セレクタは極力いじらない
--------------------------------------------------------------------*/

.bread {
	width: 1200px;
	padding: 15px 0 30px;
	margin: 0 auto;
}
.bread ul, .bread ol {
}
.bread li {
	float: left;
	color: #888888;
}
.bread li:before {
	margin: 0 4px;
	content: ">";
	color: #000000;
}
.bread li:first-of-type:before {
	margin: 0;
	content: " ";
}
.bread li a {
	color: #000000;
}
/* セクションタイトル系
--------------------------------------------------------------------*/
.page-title1 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	background: #ccc;
	padding: 10px;
}
.page-title2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.page-title3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 10px;
	padding: 10px 0;
}
.sub {
	float: right;
	font-size: 11px;
	line-height: 15px;
}
.subtitle1 {
	color: 000;
	background: #ccc;
	margin: 0 0 10px;
	padding: 10px;
}
.subtitle2 {
	color: 000;
	border-bottom: 1px solid #000;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.subtitle3 {
	color: 000;
	border-bottom: 1px solid #000;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.subtitle3:before {
	content: "■";
}
.error-title {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}
.section-title {
	color: #000;
	line-height: 1.6;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.mailmag_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* 静的コンテンツ系
--------------------------------------------------------------------*/
.column_inner_list1 dt:before {
	content: "■";
}
.column_inner_list1 dd {
	margin: 0 0 0 1em;
}
.column_inner_list2 dt:before {
	content: "Q.";
	display: table-cell;
}
.column_inner_list2 dd:before {
	content: "A.";
	display: table-cell;
}
.column_inner_list2 dt span {
	display: table-cell;
}
.column_inner_list2 dd span {
	display: table-cell;
}
/* ボタン ※会員登録、マイページでも使っているので色と画像以外はいじらない
--------------------------------------------------------------------*/
.double_btn {
	text-align: center;
}
.double_btn_list:before, .double_btn_list:after {
	content: " ";
	display: block;
}
.double_btn_list:after {
	clear: both;
}
.double_btn_list {
	font-size: 0;
	letter-spacing: -.45em;
}
.double_btn_list li {
	display: inline-block;
	vertical-align: middle;
}
.double_btn_list li+li {
	margin-left: 20px;
}
.btn_area {
	text-align: center;
	letter-spacing: -0.45em;
	margin: 0 auto;
}
.default-btn {
	display: block;
	/* width: 30%;*/
	width: 290px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	outline: medium none;
	line-height: 1em;
	letter-spacing: normal;
	border-radius: 0;
	vertical-align: middle;
	margin: 0 auto;
	padding: 17px 3%;
	position: relative;
}
.default-btn.vertical-row {
	display: block;
}
.default-btn:hover {
	opacity: 0.7;
}
.default-btn, .default-btn::before, .default-btn::after {
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}
.default-btn::before, .default-btn::after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
}
.default-btn.btn-default { /*デフォ*/
	color: #000;
	border: 1px solid #222;
	background: #fff;
}
.default-btn.btn-primary { /*通常*/
	color: #fff;
	border: 1px solid #222;
	background: #222;
}
.default-btn.btn-success { /*決定系*/
	color: #fff;
	background: #222;
	border: 1px solid #222;
}
.default-btn.btn-confirm { /*確認系*/
	color: #fff;
	background: #222;
	border: 1px solid #222;
}
.default-btn.btn-back { /*戻る系*/
	color: #000;
	background: #fff;
	border: 1px solid #222;
}
.default-btn.white:hover {
	background: #eee;
	text-decoration: none;
}
.default-btn.black:hover, .default-btn.red:hover, .default-btn.confirm:hover, .default-btn.back:hover {
	opacity: 0.7;
	text-decoration: none;
}
/*---- NEXT/BACK ICON ----*/
.icon_back:before {
	content: "";
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	z-index: 1;

}
.icon_next:after{
	content: "";
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	z-index: 1;
}

.default-btn.btn-success.icon_next {
}
.default-btn.btn-primary.icon_next {
	position: relative;
}
.default-btn.btn-confirm.icon_next {
	position: relative;
}
.default-btn.btn-back.icon_back {
	position: relative;
}
.default-btn.btn-default.icon_next {
	position: relative;
}

.default-btn:after{
	content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	z-index: 1;
}

.btn-default:after{
	border-color: #000;
}

.btn-back:after{
	border-color: #000;
}
/* エラーページ
--------------------------------------------------------------------*/
.error_search {
}
.error_search_area:before, .error_search_area:after {
	content: " ";
	display: block;
}
.error_search_area:after {
	clear: both;
}
.error_search_area {
	width: 450px;
	margin: 0 auto 40px;
}
.error_search form {
	float: left;
	width: 320px;
	height: 50px;
	border: 1px solid #a7a6a7;
	border-radius: 3px;
	position: relative;
}
.error_search input[type="text"] {
	width: 100%;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px 0 10px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
}
.error_search input[type="submit"] {
	width: 22px;
	height: 22px;
	background: url("/static/full/images/common/icon_error_search.png") no-repeat;
	background-size: 22px;
	position: absolute;
	top: 50%;
	right: 10px;
	-weblit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
}
.error_search_btn {
	width: 110px;
	float: right;
}
.error_search_btn a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background: #000;
}
.error_carouselArea{
	width: 1010px;
	height: 500px;
	margin: 50px auto;
	overflow: visible;
}
/* エラー文言
--------------------------------------------------------------------*/
.errorText {
	color: #ff0000;
}
.attentionText {
	color: #ff0000;
}
.informationText {
	color: #000000;
}
.l_errorText.errorText {
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
.l_errorText.errorText a {
	color: inherit;
	font-size: 16px;
}
/* フォーム装飾 ※会員登録、マイページ、カートも兼用なので色と画像以外はいじらない。テンプレートを参照してください。
ヘッダの検索フォームなど一部分だけ独自の装飾が出る場合は、該当CSSファイルに親クラスを入れて記載する
--------------------------------------------------------------------*/

input[type="text"], input[type="email"], input[type="tel"], input[type="password"],input[type="number"], textarea {
	border: 1px solid #ccc;
	background: #ffffff;
}
input[type="text"], input[type="email"], input[type="tel"],input[type="number"], input[type="password"] {
	padding: 5px 5px;
}
textarea {
	padding: 5px;
}
input[type="checkbox"] {
	display: none;
	margin: 0;
}
/*---- パラレル ----*/
/*-- 左チェックボックス --*/
.checkbox_parallel .check_leftside input[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	margin: 0;
	padding: 0 0 0 25px;
}
.checkbox_parallel .check_leftside input[type="checkbox"] + label:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
}
.checkbox_parallel .check_leftside input[type="checkbox"]:checked + label:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left bottom;
	position: absolute;
	top: 0;
	left: 0;
}

.allCheck {
	display: inline-block;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	margin: 0;
	padding: 0 0 0 25px;
}
.allCheck:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
}
.allCheck.active:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left bottom;
	position: absolute;
	top: 0;
	left: 0;
}


/*-- 右チェックボックス --*/
.checkbox_parallel .check_rightside input[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	margin: 0;
	padding: 0 25px 0 0;
}
.checkbox_parallel .check_rightside input[type="checkbox"] + label:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left top;
	position: absolute;
	top: 0;
	right: 0;
}
.checkbox_parallel .check_rightside input[type="checkbox"]:checked + label:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left bottom;
	position: absolute;
	top: 0;
	right: 0;
}
/*-- 上チェックボックス --*/
.checkbox_parallel .check_topside input[type="checkbox"] + label {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	margin: 0;
	padding: 0;
}
.checkbox_parallel .check_topside input[type="checkbox"] + label:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left top;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.checkbox_parallel .check_topside input[type="checkbox"]:checked + label:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left bottom;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
/*-- 下チェックボックス --*/
.checkbox_parallel .check_bottomside input[type="checkbox"] + label {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	margin: 0;
	padding: 0;
}
.checkbox_parallel .check_bottomside input[type="checkbox"] + label:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left top;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.checkbox_parallel .check_bottomside input[type="checkbox"]:checked + label:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left bottom;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}
/*---- ヴァーティカル ----*/
/*-- 左チェックボックス --*/
.checkbox_vertical .check_leftside .agree_check {
	float: left;
}
.checkbox_vertical .check_leftside input[type="checkbox"] + label {
	display: block;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	margin: 0;
	padding: 0 0 0 25px;
}
.checkbox_vertical .check_leftside input[type="checkbox"] + label:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
}
.checkbox_vertical .check_leftside input[type="checkbox"]:checked + label:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left bottom;
	position: absolute;
	top: 0;
	left: 0;
}
/*-- 右チェックボックス --*/
.checkbox_vertical .check_rightside {
	text-align: right;
}
.checkbox_vertical .check_rightside .agree_check {
	float: left;
}
.checkbox_vertical .check_rightside input[type="checkbox"] + label {
	display: block;
	cursor: pointer;
	line-height: 24px;
	position: relative;
	margin: 0;
	padding: 0 25px 0 0;
}
.checkbox_vertical .check_rightside input[type="checkbox"] + label:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left top;
	position: absolute;
	top: 0;
	right: 0;
}
.checkbox_vertical .check_rightside input[type="checkbox"]:checked + label:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/bg_checkbox.gif) no-repeat;
	background-size: 24px auto;
	background-position: left bottom;
	position: absolute;
	top: 0;
	right: 0;
}
input[type="radio"] {
	display: none;
	margin: 0;
}
/*---- パラレル ----*/
/*-- 左チェックボックス --*/
.radio_checkbox_parallel .radio_leftside input[type="radio"] {
	vertical-align: middle;
}
.radio_checkbox_parallel .radio_leftside input[type="radio"] + label:before {
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choose.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_checkbox_parallel .radio_leftside input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choosen.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_checkbox_parallel .radio_leftside input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 25px;
}
/*-- 右チェックボックス --*/
.radio_checkbox_parallel .radio_rightside input[type="radio"] {
	vertical-align: middle;
}
.radio_checkbox_parallel .radio_rightside input[type="radio"] + label:before {
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choose.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	right: 0;
}
.radio_checkbox_parallel .radio_rightside input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choosen.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	right: 0;
}
.radio_checkbox_parallel .radio_rightside input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	line-height: 18px;
	margin: 0;
	padding: 0 20px 0 0;
}
/*-- 上チェックボックス --*/
.radio_checkbox_parallel .radio_topside input[type="radio"] {
	vertical-align: middle;
}
.radio_checkbox_parallel .radio_topside input[type="radio"] + label:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choose.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
}
.radio_checkbox_parallel .radio_topside input[type="radio"]:checked + label:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choosen.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
}
.radio_checkbox_parallel .radio_topside input[type="radio"] + label {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
/*-- 下チェックボックス --*/
.radio_checkbox_parallel .radio_bottomside input[type="radio"] {
	vertical-align: middle;
}
.radio_checkbox_parallel .radio_bottomside input[type="radio"] + label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choose.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
}
.radio_checkbox_parallel .radio_bottomside input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choosen.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
}
.radio_checkbox_parallel .radio_bottomside input[type="radio"] + label {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
/*---- ヴァーティカル ----*/
/*-- 左チェックボックス --*/
.radio_checkbox_vertical .radio_leftside .radio_box {
	float: left;
}
.radio_checkbox_vertical .radio_leftside input[type="radio"] {
	vertical-align: middle;
}
.radio_checkbox_vertical .radio_leftside input[type="radio"] + label:before {
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choose.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_checkbox_vertical .radio_leftside input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choosen.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_checkbox_vertical .radio_leftside input[type="radio"] + label {
	display: block;
	cursor: pointer;
	position: relative;
	line-height: 18px;
	margin: 0;
	padding: 0 0 0 20px;
}
/*-- 右チェックボックス --*/
.radio_checkbox_vertical .radio_rightside {
	text-align: right;
}
.radio_checkbox_vertical .radio_rightside .radio_box {
	float: left;
}
.radio_checkbox_vertical .radio_rightside input[type="radio"] {
	vertical-align: middle;
}
.radio_checkbox_vertical .radio_rightside input[type="radio"] + label:before {
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choose.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	right: 0;
}
.radio_checkbox_vertical .radio_rightside input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choosen.gif) no-repeat;
	background-position: 0;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	right: 0;
}
.radio_checkbox_vertical .radio_rightside input[type="radio"] + label {
	display: block;
	cursor: pointer;
	position: relative;
	line-height: 18px;
	margin: 0;
	padding: 0 20px 0 0;
}
input[type="submit"], input[type="button"] {
	border: 0;
}
input[type="submit"]:hover, input[type="button"]:hover {
	cursor: pointer;
}
select {
	background: #ffffff url(../../../static/full/images/common/formparts/bg_select_arrow.png) no-repeat;
	background-position: right center;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 12px 30px 12px 5px;
}
.form_select_wrapper {
	vertical-align: middle;
}
.form_select li {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
	padding: 12px 30px 12px 0;
	background: #ffffff;
	text-align: center;
}
.form_select li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 1) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}
.form_select.focus li:first-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 1) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}
.form_select li:last-of-type {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0) inset, -1px 0 0 0 rgba(0, 0, 0, 1) inset, 0 -1px 0 0 rgba(0, 0, 0, 1) inset, 1px 0 0 0 rgba(0, 0, 0, 1) inset;
}
.form_select .selected, .form_select .selected:hover, .form_select.focus .selected:hover {
	background: url(../images/common/bg_select_arrow.png) no-repeat right center, #ffffff;
}
.form_select.focus li:hover {
	background: #cccccc;
}
/*------------------------------------------
XX.再入荷ポップアップ
-------------------------------------------*/

.floating-dialog {
	background-color: #ffffff;
	position: relative;
	margin: 0;
	border-radius: 0;
	width: 100%;
	height: 100%;
}
#rearrival-info {
	display: none;
	position: absolute;
	width: 800px;
	height: 0;
	background: #fff;
	overflow: visible;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto auto;
	z-index: 20000;
	box-sizing: border-box;
}
#favorite-info {
	display: none;
	position: absolute;
	width: 550px;
	height: 0;
	background: #fff;
	overflow: visible;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto auto;
	z-index: 20000;
	box-sizing: border-box;
}
#popup_wrapper {
	display: none;
	position: absolute;
	width: 800px;
	height: 0;
	background: #fff;
	overflow: visible;
	top: 0;
	left: 0;
	right: 0;
	margin: 5% auto;
	z-index: 20000;
	box-sizing: border-box;
}
.about_credit{
	font-size: 12px;
}
/* close_btn
--------------------------------------------------------------------*/

.close_btn.right {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -30px;
}
.close_btn.right a {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	position: relative;
}
.close_btn.right a:before {
	content: "";
	width: 31px;
	height: 31px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: -15px;
	left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.close_btn.right a:after {
	content: "";
	width: 31px;
	height: 31px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 7px;
	left: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.close_btn.bottom {
	padding: 50px 0 0;
	text-align: center;
}
.close_btn.bottom a {
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	display: block;
}
.close_btn.bottom span {
	padding-left: 25px;
	display: inline-block;
	position: relative;
}
.close_btn.bottom span:before {
	content: "";
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 8px;
	left: 0px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.close_btn.bottom span:after {
	content: "";
	width: 13px;
	height: 13px;
	border-top: 1px solid #fff;
	border-right: none;
	position: absolute;
	top: 17px;
	left: 0px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
/*------------------------------------------
XX.マスク
-------------------------------------------*/
.page-mask, .page-mask-white, {
 background-color: #000000;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.4;
 opacity: 0.4;
 display: none;
 position: fixed;
 left: 0px;
 top: 0px;
 overflow: hidden;
 width: 100%;
 height: 100%;


 z-index: 1001;
}
/*エラー表示*/
.globalErrorSlot {
	display: none;
	padding: 10px;
	background: #FFDBDB;
	border: #F30 1px solid;
	margin-bottom: 20px;
}
.errorSlot {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 3px;
}
.errorText {
	font-size: 12px;
	color: #FF3300;
}
.globalErrorSlot .errorText {
}
.error_area span {
	color: inherit;
}
a.search_zip {
	border-bottom: 1px solid #888;
	color: #888;
	padding-bottom: 1px;
}
a.search_zip:hover {
	text-decoration: none;
}
/* フォーム共通
--------------------------------------------------------------------*/
.g_form_box {
	padding: 0 30px;
}
.g_form {
	display: table;
	table-layout: fixed;
	margin-bottom: 15px;
}
.g_form--th {
	width: 140px;
	padding: 5px 0 6px 0;
}
.g_form--td {
	width: 660px;
	font-size: 0;/* inline-block隙間対策 */
	padding: 0;
}
.g_form--th, .g_form--td {
	display: table-cell;
	vertical-align: top;
	-weblit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}
.g_form.g_form--middle {
}
.g_form--middle .g_form--th, .g_form--middle .g_form--td {
	vertical-align: middle;
	padding: 15px 5px;
}
.g_form.g_form--theme {
}
.g_form--theme .g_form--th {
	width: 280px;
}
.g_form--theme .g_form--td {
	width: 740px;
}
.g_form.g_form--confirm {
}
/*	確認画面のトンマナ合わせ用		*/
.g_form--confirm > .g_form--th {
    color: #888;
}

.g_form--confirm .g_form--th, .g_form--confirm .g_form--td {
	vertical-align: top;
	padding: 0;

}
.g_form--confirm .g_form--td {
	font-size: 12px;
}
.g_form .error_message {
	display: block;
	color: #ff3300;
	font-size: 12px;
}
.label.label_default {
	font-size: 12px;
}
.label.label_general {
	font-size: 12px;
}
.tag.tag_required {
	font-size: 12px;
	color: #f00666;
}
.g_form .tag.tag_required {
	position: relative;
}
a.g_form_link:link, a.g_form_link:visited, a.g_form_link:hover, a.g_form_link:active {
	text-decoration: underline;
}
.g_form_text {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1em;
}
.g_form_text--name {
	display: inline-block;
	width: 30px;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	color: #888;
}
.g_form_text--inline {
	display: inline-block;
	font-size: 12px;
	padding-left: 10px;
	color: #888;
	letter-spacing: 0.05em;
}
.g_form_text--help {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: 5px;
}
.g_form_text-register {
	color:#888;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}
.g_form_text--price {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 15px;
}
.g_form_text--address {
	display: block;
	font-size: 12px;
	padding-left: 9px;
	padding-top: 5px;
	color: #2b2b2b;
	letter-spacing: 0.05em;
}
.input.input_general {
	display: inline-block;
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding: 5px 8px 3px 8px;
	color: #000;
	font-size: 12px;
	height: 30px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.input.input_general.sampleValue {
	color: #999;
}

@media all and (-ms-high-contrast:none) {
.input.input_general {
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
}
 .input.input_general:placeholder-shown, .input.input_general::-webkit-input-placeholder, .input.input_general::-moz-placeholder, .input.input_general:-moz-placeholder, .input.input_general:-ms-input-placeholder {
 color: #2c2b2b;
}
.g_form_group .input.input_general {
	display: inline-block;
	vertical-align: middle;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	line-height: 1;

}
.g_form_select {
	/* overflow: hidden; */
	display: inline-block;
	font-size: 12px;
	position: relative;
	border: 1px solid #cccccc;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* .g_form_select:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	display: block;
	content: "";
	background: url(/static/full/images/common/detailsearch_select.png) center no-repeat;
	pointer-events: none;
	border-left: 1px solid #ccc;
} */
.select.select_general {
	display: inline-block;
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: normal;
	background: url(/static/full/images/common/detailsearch_select_arrow.png) right center no-repeat;
	background-size: 40px;
	background-color: #fff;
	padding-left: 12px;
	padding-right: 40px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.textarea.textarea_general {
	display: inline-block;
	width: 100%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	padding: 4px 12px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
select {
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.select.select_general {
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.textarea.textarea_general {
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
}
.radio.radio_general:checked + .g_form_button {
	background-color: #f4f4f4;
	border-color: transparent;
}
.g_form_radio {
	line-height: 30px;
}
.g_form_radio input[type="radio"] + label, .g_form_radio input[type="radio"]:checked + label {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	margin-right: 25px;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
.g_form_radio input[type="radio"] + label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/static/full/images/common/formparts/choose.gif) no-repeat;
	background-position: 0;
	background-size: 16px 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.g_form_radio input[type="radio"]:checked + label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/static/full/images/common/formparts/choosen.gif) no-repeat;
	background-position: 0;
	background-size: 16px 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.g_form_radio input[type="radio"] + label:last-child {
	margin-right: 0;
}
.g_form_radio + .g_form_radio {
	margin-left: 20px;
}
.g_form_group {
	display: inline-block;
	vertical-align: middle;
}
.g_form_group + .g_form_group {
	margin-left: 15px;
}
.input.input_general.-wide_xs, .select.select_general.-wide_xs, .textarea.textarea_general.-wide_xs {
	width: 80px;
}
.input.input_general.-wide_sm, .select.select_general.-wide_sm, .textarea.textarea_general.-wide_sm {
	width: 180px;
}
.input.input_general.-wide_md, .select.select_general.-wide_md, .textarea.textarea_general.-wide_md {
	width: 300px;
}
.input.input_general.-wide_lg, .select.select_general.-wide_lg, .textarea.textarea_general.-wide_lg {
	width: 660px;
}
.textarea.textarea_general.-size_xs {
	height: 75px;
}
.textarea.textarea_general.-size_sm {
	height: 125px;
}
.textarea.textarea_general.-size_md {
	height: 175px;
}
.textarea.textarea_general.-size_lg {
	height: 200px;
}
/*※米印インデント*/
.ast {
	text-indent: -1em;
	margin-left: 1em;
}
.page-mask, .page-mask-white {
	background-color: #000000;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1301;
}
/*PC/SP表示切替*/
#pcmode1 {
	font-size: 80px;
	line-height: 100px;
	height: 100px;
	background: #999;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: block;
}
/*EFO　チェック*/

.ok {
	font-size: 12px;
	color: #ff0000;
	margin: 1px 0 1px -2em;
	line-height: 28px;
	position: absolute;
	background: rgba(255,255,255,0.8);
}
select+.ok{
	margin-left: -45px;
}
.sampleValue {
	color: #999;
}
.efoMsgBox {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	opacity: 0.8;
	padding: 9px 10px;
	position: absolute;
	height: 30px;
	font-size: 12px;
	box-sizing: border-box;
	z-index: 20000000 !important;
}
#msgBox_variationSelect {
	border: 1px solid #fff;
	box-sizing: border-box;
}
#msgBox_email {
	border: 1px solid #000;
	box-sizing: border-box;
}
.sampleValue {
	color: #999;
}
/* PI
--------------------------------------------------------------------*/

#brandVisual {
	width: 1080px;
	margin: 0 auto 60px;
}
#brandVisual img {
	display: block;
	margin: 0 auto 40px;
}
#pi {
	width: 980px;
	margin: 0 auto 60px;
}
.pi_description {
	line-height: 1.6;
	padding: 10px;
}
.pi_description div {
	line-height: 1.6;
}
/*STEP*/
.step {
	text-align: center;
	margin-bottom: 40px;
}
.step ol {
	list-style: none;
	display: inline-table;
}
.step ol li {
	display: inline;
}
.step ol li span {
	width: 266px;
	display: block;
	float: left;
	height: 50px;
	background: #fff;
	text-align: center;
	padding: 0 15px;
	position: relative;
	font-size: 14px;
	line-height: 50px;
	text-decoration: none;
	color: #888;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.step ol li span:after {
	display: block;
	content: "";
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 15px solid #ccc;
	position: absolute;
	right: -16px;
	top: -1px;
	z-index: 1;}
.step ol li span:before {
	display: block;
	content: "";
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 15px solid #fff;
	position: absolute;
	left:0;
	top: -1px;
	z-index: 1;
}
.step ol li:first-child span {
	border-left: 1px solid #ccc;
}
.step ol li:first-child span:before {
	display: none;
}
.step ol li:last-child span {
	padding-right: 15px;
	border-right: 1px solid #ccc;
}
.step ol li:last-child span:after {
	display: none;
}
.step ol li.active span {
	background: #ccc;
	color: #000;
}
.step ol li.active span:after {
	border-left-color: #ccc;
}
.step ol li.active span:after {
	right: -14px;
	z-index: 2;
}

/*
シーズンアイコンを消す(現在未実装)
各アイコンにユニークなクラスが振られているので、そちらをdisplay:none;とする
*/

.season_14_1,
.season_14_2,
.season_15_1,
.season_15_2,
.season_16_1,
.season_16_2 {
	display: none!important;
}

/*ステータスアイコン（商品画像の下に出るアイコン）*/
.item_status {
	font-size:0;
	letter-spacing:-1.15em;
}
.item_status .statusIcon {
	display:inline-block;
	width:70px;
	height:16px;
	color:#fff;
	text-indent:-99999px;
	letter-spacing:normal;
	background:#aaa;
	background-size:70px 16px;
	margin-left:1px;
	padding:0;
	position:relative;
}
.item_status .statusIcon:first-child {
	margin-left: 0;
}
.item_status .statusIcon:nth-child(n+4) {
	margin-top:1px;
}
.item_status .statusIcon:after {
	width:70px;
	height:16px;
}
/*---- ▼status_icon ----*/
.item_status .statusIcon.icon_newArrival {
	content: url(/static/lite/images/common/sticon_new_arrival.png);/*
	background:url(/static/lite/images/common/sticon_new_arrival.png) no-repeat;
	background-size:100% auto;
	background-position:left center;
*/
}
.item_status .statusIcon.icon_newArrival:after {
	content:url(/static/lite/images/common/sticon_new_arrival.png);
	background:url(/static/lite/images/common/sticon_new_arrival.png) no-repeat;
	background-size:70px 16px;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.item_status .statusIcon.icon_sale {
	content: url(/static/lite/images/common/sticon_sale.png);
	display: none;
/*
	background:url(/static/lite/images/common/sticon_sale.png) no-repeat;
	background-size:100% auto;
	background-position:left center;
*/
}
.item_status .statusIcon.icon_sale:after {
	content:url(/static/lite/images/common/sticon_sale.png);
	background:url(/static/lite/images/common/sticon_sale.png) no-repeat;
	background-size:70px 16px;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.item_status .statusIcon.icon_reserve {
	content: url(/static/lite/images/common/sticon_reserve.png);/*
	background:url(/static/lite/images/common/sticon_reserve.png) no-repeat;
	background-size:100% auto;
	background-position:left center;
*/
}
.item_status .statusIcon.icon_reserve:after {
	content:url(/static/lite/images/common/sticon_reserve.png);
	background:url(/static/lite/images/common/sticon_reserve.png) no-repeat;
	background-size:70px 16px;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.item_status .statusIcon.icon_restock {
	content: url(/static/lite/images/common/sticon_restock.png);/*
	background:url(/static/lite/images/common/sticon_restock.png) no-repeat;
	background-size:100% auto;
	background-position:left center;
*/
}
.item_status .statusIcon.icon_restock:after {
	content:url(/static/lite/images/common/sticon_restock.png);
	background:url(/static/lite/images/common/sticon_restock.png) no-repeat;
	background-size:70px 16px;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.item_status .statusIcon.icon_comingSoon {
	content: url(/static/lite/images/common/sticon_coming_soon.png);/*
	background:url(/static/lite/images/common/sticon_coming_soon.png) no-repeat;
	background-size:100% auto;
	background-position:left center;
*/
}
.item_status .statusIcon.icon_comingSoon:after {
	content:url(/static/lite/images/common/sticon_coming_soon.png);
	background:url(/static/lite/images/common/sticon_coming_soon.png) no-repeat;
	background-size:70px 16px;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
}.item_status .statusIcon.icon_magazine {
	content: url(/static/lite/images/common/sticon_magazine.png);/*
	background:url(/static/lite/images/common/sticon_magazine.png) no-repeat;
	background-size:100% auto;
	background-position:left center;
*/
}
.item_status .statusIcon.icon_magazine:after {
	content:url(/static/lite/images/common/sticon_magazine.png);
	background:url(/static/lite/images/common/sticon_magazine.png) no-repeat;
	background-size:70px 16px;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
}

/*エラーページのレコメンド*/
.section_recommend.error {
	width: 1200px;
	margin: 0 auto;
	padding:50px 0 80px;
}

/*住所検索窓*/
.ui-widget input{
	line-height:1.4;
}
.ui-widget input[type="radio"]:checked + label {
	width:100%;
	display: block;
	background:#eee;
}

.ui-dialog-content.ui-widget-content li label{
	display: block;
	line-height:1.4;
	padding:5px 0;
}

.slick-prev,
.slick-next{
	width:40px;
	height:40px;
	margin-top:-20px;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 70;
	overflow: hidden;
	cursor: pointer;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: none;
}
.slick-prev:hover,
.slick-next:hover{
	background-color: rgba(255,255,255,0.6);
}
.slick-prev {
	left: 0px;
	text-indent:-9999px;
}
.slick-prev:after {
	content:"";
	width:12px;
	height:12px;
	margin-top:-6px;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:50%;
	left:15px;
}
.itemslider .slick-prev {
	left: 0px;
	z-index:10;
}
.slick-next {
	right: 0px;
	text-indent:-9999px;
}
.slick-next:after {
	content:"";
	width:12px;
	height:12px;
	margin-top:-6px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	-webkit-transform: rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:50%;
	right:15px;
}
.flexslider .slick-prev {
	left:5px;
}
.flexslider .slick-next {
	right:5px;
}
.mustbuyslider .slick-prev {
	top:245px;
}
.mustbuyslider .slick-next {
	top:245px;
}
.itemslider .slick-prev {
	top:150px;
}
.itemslider .slick-next {
	top:150px;
}
/*アウトレットページでアイコンを消す*/
.outlet .item_status {
	display: none;
}

/*オープンセール時の文字色*/
.openSale{
	color: #c7002f !important;
	border-top-color: #2c2b2b !important;
}
