@charset "utf-8";

/* ===================================================================
	01 ページ基本
	02 ブランドタイトル
	03 ブランド画像
	04 レビュー機能の☆部分
	05 backボタン関係
	06 brand top bnr関係
=================================================================== */
html,
body {
	height: 100%;
}
body {
	width: 100%;
	/* overflow-x: hidden; */
}
a,
a:hover,
a:focus,
a:visited {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

iframe {
	max-width: 100% !important;
}

/* 01 ページ基本
--------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #000;
	font-size: 12px;
	background-color:#fff;
}

#wrapper {
	position: relative;
}

#site_body {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}
#site_container {
	position: relative;
	/*z-index: 1;*/
	height: 100%;
}
#site_main {
	position: relative;
	/*z-index: 10;*/
	min-height: 100%;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 100%;
	height: 100%;
	/*overflow-x: hidden;*/
}
.is_drawer .wrapper {
	position: fixed;
	z-index: 1;
}
#bread {
	color: #000;
	font-size: calc(5% + 2.6vw);
	text-align: left;
	margin: 10px;
}
.appmode #bread {
	display: none;
}

#bread ol {
	letter-spacing: -.40em;
}

#bread ol li {
	display: inline;
	letter-spacing: normal;
}
#bread ol li:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 6px;
	background: url("/static/lite/images/common/icon_linkarrow.gif") right center no-repeat;
	background-size: 5px 6px;
	margin: 0 5px;
}
#bread ol li:last-of-type:after {
	content: none;
	margin: 0;
}

#bread ol li h1 {
	display: inline;
	font-weight: bold;
}

#bread ol li h2 {
	display: inline;
	font-weight: bold;
}


/* 02 ブランドタイトル
--------------------------------------------------------------------*/

/* 03 ブランド画像
--------------------------------------------------------------------*/

/* 05 backボタン関係
--------------------------------------------------------------------*/
.btn_area {
	text-align: center;
	padding: 28px 0;
	margin: 0 10px 0 10px;

}

.btn_area p {
	margin-bottom: 5px;
}

.btn_area li {
	border-radius: 2px;
	width: 100%;
	box-shadow: 0 0 0 1px #cecccd;
	-moz-box-shadow: 0 0 0 1px #cecccd;
	-webkit-box-shadow: 0 0 0 1px #cecccd;
	margin: 10px auto 0 auto;
}

.btn_area li:first-child {
	margin-top: 0;
}

.btn_area li a.btn_back,
.btn_area li a.btn_logout {
	padding: 15px 0;
	display: block;
	background: #FFFFFF url("/static/lite/images/common/icon_arrow_right_black.png") no-repeat 8px center;
	background-size: 5px 9px;
	border-radius: 2px;
}

.appmode .btn_area li:has(a.btn_back) {
	display: none;
}
.appmode .btn_area li:has(a.btn_logout) {
	display: block;
}
.btn_area li a.btn_black {
	padding: 15px 0;
	display: block;
	background: #080404 url("/static/lite/images/common/icon_arrow_left.png") no-repeat scroll 8px center;
	background-size: 5px 9px;
	border-radius: 2px;
	color: #fff;
}

.btn_area li a.btn_white {
	padding: 15px 0;
	display: block;
	background: #FFFFFF url("/static/lite/images/common/icon_arrow_right_black.png") no-repeat scroll 8px center;
	background-size: 5px;
	border-radius: 2px;
	color: #000000;
}

.btn_area li a.btn_submit {
	padding: 15px 0;
	display: block;
	background: #CC0033 url("/static/lite/images/common/icon_arrow_left.png") no-repeat scroll 8px center;
	background-size: 5px 9px;
	border-radius: 2px;
	color: #fff;
}

/*Now loading関連*/

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-backface-visibility: hidden;
}

#loading span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	width: 80px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}

#loading span img {
	width: 40px;
	height: 40px;
	opacity: 1.0 !important;
}

/* ----------------------------------------
   ページ移動
---------------------------------------- */
.page-control {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-size: 10px;
	position: relative;
	margin-bottom: 15px;
}

.page-control p {
	line-height: 39px;
	text-align: center;
	position: relative;
	width: 100%;
}

.page-control p span {
	font-size: 12px;
	font-weight: bold;
}

.page-control .prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

.page-control .prev a {
	background: url("/static/lite/images/list/btn_page_prev.png") center center no-repeat;
	background-size: 10px 17px;
	border-right: 1px solid #dddddd;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 39px
}

.page-control .next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

.page-control .next a {
	background: url("/static/lite/images/list/btn_page_next.png") center center no-repeat;
	background-size: 10px 17px;
	border-left: 1px solid #dddddd;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 39px
}


/* 06 brand top bnr関係
--------------------------------------------------------------------*/

.brand_top_bnr {
	margin: 0 0 20px 0;
}

.brand_top_bnr .full_bnr {
	width: 100%;
}

.brand_top_bnr .half_bnr_l {
	width: 50%;
	float: left;
}

.brand_top_bnr .half_bnr_r {
	width: 50%;
	float: left;
}

/* 07 ラジオボタン/セレクトプルダウン
--------------------------------------------------------------------*/
input,
textarea {
	font-size: 12px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

input::-webkit-input-placeholder {
	color: #bbb;
}

textarea::-webkit-input-placeholder {
	color: #bbb;
}

select {
	border: #D6D6D6 1px solid !important;
	outline: none;
	margin: 0 0 2px 0;
	padding: 0 30px 0 5px;
	height: 24px !important;
	line-height: 24px !important;
	text-align: center;
	vertical-align: middle;
	font-size: 12px !important;
	cursor: pointer;
}

input {
	border: 1px solid #D6D6D6;
	padding: 0px 5px;
	margin-bottom: 2px;
	height: 24px !important;
	line-height: 24px !important;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}


input[type="radio"]+label {
	background: url("/static/lite/images/common/radio_bg.gif") no-repeat left top;
	background-size: 14px 14px;
	padding-left: 18px;
	line-height: 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="radio"]:checked+label {
	background: url("/static/lite/images/common/radio_bg_checked.gif") no-repeat left top;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="radio"]:disabled+label {
	background: url("/static/lite/images/common/radio_bg_disabled.gif") no-repeat left top;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="checkbox"]+label {
	background: url("/static/lite/images/common/check_bg_disabled.gif") no-repeat 0 2px;
	background-size: 14px 14px;
	padding-left: 18px;
	line-height: 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="checkbox"]:checked+label {
	background: url("/static/lite/images/common/check_bg_checked.gif") no-repeat 0 2px;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="checkbox"]:disabled+label {
	background: url("/static/lite/images/common/check_bg.gif") no-repeat 0 2px;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="radio"]+span {
	background: url("/static/lite/images/common/radio_bg.gif") no-repeat left top;
	background-size: 14px 14px;
	padding-left: 18px;
	line-height: 16px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="radio"]:checked+span {
	background: url("/static/lite/images/common/radio_bg_checked.gif") no-repeat left top;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="radio"]:disabled+span {
	background: url("/static/lite/images/common/radio_bg_disabled.gif") no-repeat left top;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="checkbox"]+span {
	background: url("/static/lite/images/common/check_bg_disabled.gif") no-repeat 0 2px;
	background-size: 14px 14px;
	padding-left: 18px;
	line-height: 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="checkbox"]:checked+span {
	background: url("/static/lite/images/common/check_bg_checked.gif") no-repeat 0 2px;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

input[type="checkbox"]:disabled+span {
	background: url("/static/lite/images/common/check_bg.gif") no-repeat 0 2px;
	background-size: 14px 14px;
	min-height: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}


/* 15 cmn-lightbox
--------------------------------------------------------------------*/
.cmn-lightbox {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 20000;
}

.cmn-lightbox .inner {
	background-color: #ffffff;
	position: relative;
	/* margin: 35px 20px; */
	padding: 15px 5px;
}

.cmn-lightbox .top-close {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 17px;
	right: 17px;
	z-index: 1000;
}

.cmn-lightbox .top-close img {
	width: 11px;
	height: 11px;
}

.cmn-lightbox .bottom-close {
	margin-top: 25px;
	padding: 0 25px;
}

.cmn-lightbox .bottom-close span {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #808080;
	display: block;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.cmn-lightbox h3 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: -40px;
	padding-bottom: 10px;
}

.cmn-lightbox h3 span {
	position: relative;
	padding: 0px 30px;
}

.cmn-lightbox h3 span:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0px;
}

.lightbox-cart.cmn-lightbox h3 span:after {
	background: url("/static/lite/images/common/icon_lightbox_cart.png") left center no-repeat;
	background-size: 23px 23px;
	margin-top: -13px;
	width: 23px;
	height: 23px;
}

.lightbox-favorite.cmn-lightbox h3 span:after {
	background: url("/static/lite/images/common/icon_lightbox_favorite.png") left center no-repeat;
	background-size: 23px 23px;
	margin-top: -13px;
	width: 23px;
	height: 23px;
}

.cmn-lightbox .block {
	margin-top: 50px;
}

.cmn-lightbox .block .color {
	position: relative;
	padding: 0 5px;
}

.cmn-lightbox .block .color p:nth-of-type(1) {
	position: relative;
}

.cmn-lightbox .block .color p:nth-of-type(1) img {
	width: 100%;
	height: auto;
}

.cmn-lightbox .block .color p:nth-of-type(2) {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -10px;
}

.cmn-lightbox .block .list {}

.cmn-lightbox .block .list ul {
	padding-top: 10px;
}

.cmn-lightbox .block .list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0 10px 10px;
}

.cmn-lightbox .block .list dl {
	display: table;
	width: 100%;
}

.cmn-lightbox .block .list dt,
.cmn-lightbox .block .list dd {
	display: table-cell;
	vertical-align: middle;
}

.cmn-lightbox .block .list dt {
	font-size: 13px;
	width: 50%;
}

.cmn-lightbox .block .list dt b {
	font-size: 19px;
	min-width: 1.579em;
	min-height: 1.579em;
	line-height: 1.579em;
	display: inline-block;
	text-align: center;
	margin-right: 0.6316em;
	vertical-align: middle;
}

.cmn-lightbox .block .list dt span {
	color: #818181;
}

.cmn-lightbox .block .list dd {
	width: 50%;
}

.lightbox-cart.cmn-lightbox .block .list dd a {
	background-color: #eb1c2b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	color: #ffffff;
	display: block;
	float: right;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 100%;
}

.lightbox-favorite.cmn-lightbox .block .list dd a {
	background-color: #5b90cb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	display: block;
	float: right;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	width: 100%;
}

.lightbox-favorite.cmn-lightbox .block .list dd a.selected {
	background-color: #A5A5A5;
}

.cmn-lightbox .block .list dd .soldout {
	color: #eb1c2b;
	display: block;
	float: right;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
}


.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: 1000;
}

.page-mask-white {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.pagetop {
	position: fixed;
	right: 5px;
	bottom: 50px;
	width: 31px;
	height: 31px;
	z-index: 5000;
}

.popup_ok a {
	width: 20px;
	height: 20px;
	font-size: 1%;
	line-height: 1%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/static/lite/images/common/btn_close_popup.png) top left no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: -10px;
	right: -10px;
}

/* .カートモーダル
--------------------------------------------------------------------*/
#modal_cart {
	display: none;
	width:92%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	margin: 4% 4% 0;
	box-sizing: border-box;
}
#modal_cart *,
#modal_cart *:before,
#modal_cart *:after {
	box-sizing: border-box;
}


/* モーダル
--------------------------------------------------------------------*/
/* ログインモーダル */
.modal_login {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 300px;
	background-color: #fff;
	border: 1px solid #000;
}
.modal_login *,
.modal_login *:before,
.modal_login *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.modal_login_box {
	background: #fff;
	height: 100%;
}
.modal_login_close {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
}
.modal_login_close_btn {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/static/lite/images/common/btn_close_popup.png) top left no-repeat;
	background-size: 20px 20px;
}

.modal_login_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #ccc;
	margin-bottom: 10px;
	padding: 10px 5px;
	border-bottom: 1px dotted #777;
}
.modal_login_top {
	text-align: center;
	padding: 0 40px 10px;
}
.modal_login_form {}
.modal_login_form + .modal_login_form {
	margin-top: 10px;
}
input.modal_login_input {
	display: inline-block;
	width: 100%;
	height: 32px !important;
	line-height: 32px !important;
	margin: 0;
	padding: 0 20px 0 5px;
}
.modal_login_bottom {
	padding: 0 20px 10px;
}
.modal_login_btn {
	text-align: center;
	margin-bottom: 5px;
}
.modal_login_btn_list:before,
.modal_login_btn_list:after {
	content: none;
}
.modal_login_btn_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.modal_login_btn_item {
	padding: 0 4px;
}
a.btn_favorite_login:link,
a.btn_favorite_login:visited,
a.btn_favorite_login:hover,
a.btn_favorite_login:active {
	color: #fff;
}
.btn_favorite_login {
	display: inline-block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	background-color: #3f3434;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn_favorite_entry {
	display: inline-block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
	background-color: #3f3434;
	border-radius: 8px;
}
a.btn_favorite_entry:link,
a.btn_favorite_entry:visited,
a.btn_favorite_entry:hover,
a.btn_favorite_entry:active {
	color: #fff;
}
.modal_remind {
	display: block;
	text-align: center;
}
.modal_remind_link {
	color: #000;
	font-size: 10px;
	text-align: left;
	text-decoration: underline;
	background: url(/static/full/images/common/icon_linkarrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}
a.modal_remind_link:link,
a.modal_remind_link:visited,
a.modal_remind_link:hover,
a.modal_remind_link:active {
	color: #000;
	text-decoration: underline;
}
#modal_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	top: 0;
	left: 0;
	z-index: 10000;
}

/* お気に入りモーダル */
#favorite-info {
	display: none;
	width:92%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	margin: 4% 4% 0;
	box-sizing: border-box;
}
#favorite-info *,
#favorite-info *:before,
#favorite-info *:after {
	box-sizing: border-box;
}
.modal_favorite_inner {
	background-color: #fff;
	position: relative;
}
/* モーダル閉じるボタン上 */
.modal_close_top {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 16px;
	z-index: 10;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.modal_close_top:before,
.modal_close_top:after {
	content: "";
	display: inline-block;
	height: 2px;
	background-color: #818181;
	position: absolute;
	overflow: hidden;
}
.modal_close_top:before {
	width: 16px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(0px) rotate(-315deg);
	transform: translateY(0px) rotate(-315deg);
}
.modal_close_top:after {
	width: 16px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-0px) rotate(315deg);
	transform: translateY(-0px) rotate(315deg);
}
/* モーダル閉じるボタン下 */
.modal_close_bottom {
	padding: 15px 25px;
	border-top: 1px solid #e5e5e5;
}
.button_modal_close {
	display: block;
	color: #808080;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.modal_title {
	color: #000;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.modal_title.modal_title_cart:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url("/static/lite/images/common/icon_lightbox_cart.png") left center no-repeat;
	background-size: 23px 23px;
	margin-right: 10px;
}
.modal_title.modal_title_favorite:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url("/static/lite/images/common/icon_lightbox_favorite.png") left center no-repeat;
	background-size: 23px 23px;
	margin-right: 10px;
}
.modal_cart_list {
	padding: 0 5px;
}
.modal_cart_item {
	padding: 10px 5px 20px 5px;
	border-bottom: 1px solid #e5e5e5;
}
.modal_cart_item:last-child {
	border-bottom: 0;
}
.modal_favorite_list {
	padding: 0 5px;
}
.modal_favorite_item {
	padding: 10px 5px 20px 5px;
	border-bottom: 1px solid #e5e5e5;
}
.modal_favorite_item:last-child {
	border-bottom: 0;
}
.modal_color_info {
	display: table;
	width: 100%;
}
.modal_color_thumb,
.modal_choose_item {
	display: table-cell;
}
.modal_color_thumb {
	width: 70px;
	text-align: center;
}
.modal_color_photo {
	margin-bottom: 5px;
	position: relative;
}
.modal_color_photo:before {
	content: "";
	display: block;
	padding-top: 120%;
}
.modal_color_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
.modal_color_text {
	font-size: 10px;
	text-align: center;
}
.modal_choose_item {
	max-width: 100%;
	padding: 0 0 0 5px;
	vertical-align: top;
}

.modal_stock_list {}
.modal_stock_item {
	margin-bottom: 10px;
}
.modal_stock_item:last-child {
	margin-bottom: 0;
}
.modal_stock_data {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.modal_stock_data.modal_stock_data_full {}
.modal_stock_info {
	width: 30%;
	text-align: center;
}
.modal_stock_data.modal_stock_data_full .modal_stock_info {}
.modal_stock_size {
	display: inline-block;
	min-width:1.579em;
	min-height:1.579em;
	line-height:1.579em;
	color: #000;
	font-size: 11px;
	text-align: center;
}
.modal_stock_text {
	display: block;
	font-size: 11px;
}
.modal_stock_detail {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1;
	flex: 1;
	width: -webkit-calc(100% - 30%);
	width: calc(100% - 30%);
	padding: 0 0 0 5px;
}
.modal_stock_data.modal_stock_data_full .modal_stock_detail {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.modal_stock_cart {
	-webkit-flex: 1;
	flex: 1;
}
.modal_stock_favorite {
	-webkit-flex-basis: 44px;
	flex-basis: 44px;
	max-width: 44px;
	width: 44px;
	text-align: right;
	padding: 0 0 0 4px;
}

/* モーダルカートボタン */
.button_modal_cart {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: transparent;
	padding: 10px 5px 9px;
	border: 1px solid transparent;
}
.button_modal_cart:hover {
	color: inherit;
	text-decoration:none;
}
.button_modal_cart.cart_in,
.button_modal_cart.reservation_in {
	background-color:#5f87cf;
	border: 1px solid #5f87cf;
}

.button_modal_cart.backorder {
	background-color:#fa9969;
	border: 1px solid #fa9969;
}

.button_modal_cart.comingsoon,
.button_modal_cart.rearrival,
.button_modal_cart.restock {
	background:#fff;
	padding: 10px 5px 9px;
	border: 1px solid #5d6066;
}
.button_modal_cart.soldout {
	background-color: #98999b;
	border: 1px solid #98999b;
}
.button_modal_text {
	display:inline-block;
	color: #fff;
	font-size:11px;
	line-height: 1.6;
}
.button_modal_cart.soldout .button_modal_text {
	color: #fff;
}
.button_modal_cart.cart_in .button_modal_text,
.button_modal_cart.reservation_in .button_modal_text {}
.button_modal_cart.comingsoon .button_modal_text,
.button_modal_cart.rearrival .button_modal_text,
.button_modal_cart.restock .button_modal_text {
	color: #000;
	line-height: 1.6;
	background:url(/static/lite/images/detail/icon_mail.png) left center no-repeat;
	background-size: 20px 19px;
	padding-left:25px;
}
/* モーダルお気に入りボタン */
a.button_modal_favorite:link,
a.button_modal_favorite:visited,
a.button_modal_favorite:hover,
a.button_modal_favorite:active {
	color: #fff;
	text-decoration: none;
}
.button_modal_favorite {
	display: inline-block;
	padding: 10px 10px 9px;
}
.button_modal_favorite_text {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(/static/lite/images/common/icon_favorite_off.png) no-repeat;
	background-size: 20px 18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.button_modal_favorite_text.on {
	background:url(/static/lite/images/common/icon_favorite_on.png) no-repeat;
	background-size: 20px 18px;
}
.modal_stock_schedule {
	display: block;
	padding-top: 2px;
}
.modal_stock_date {
	display: block;
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: -.02em;
}
.modal_stock_selldate + .modal_stock_shippingdate {
	padding-top: 5px;
}

/* お気に入り登録完了モーダル */
#favorite-info-add,
#favorite-info-remove {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 300px;
}
.modal_add_inner {
	height: 100%;
	background-color: #f3f3f3;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #5e5e5e;
	padding: 20px;
}
.modal_add_title {
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 1;
	margin-bottom: 10px;
}
/*.modal_add_title:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 18px;
	background: url("/static/full/images/common/icon_favorite_ttl.png") left center no-repeat;
	background-size: 20px 18px;
	margin-right: 10px;
}*/
.modal_add_text {
	color: #000;
	font-size: 11px;
	text-align: left;
	line-height: 1.6;
}
a.modal_add_link:link,
a.modal_add_link:visited,
a.modal_add_link:hover,
a.modal_add_link:active {
	color: #000;
	text-decoration: underline;
}
.modal_add_link {
	color: #000;
	text-decoration: underline;
	line-height: 1.6;
}
.modal_favorite_bottom {
	text-align: right;
	padding-top: 5px;
}
.modal_favorite_close {
	display: inline-block;
	color: #3192ff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
a.modal_favorite_close:link,
a.modal_favorite_close:visited,
a.modal_favorite_close:hover,
a.modal_favorite_close:active {
	color: #3192ff;
	text-decoration: none;
}

/* goods_list
--------------------------------------------------------------------*/
.goods_list *, .recently_list *,
.goods_list *:before, .recently_list *:before,
.goods_list *:after, .recently_list *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.goods_list:before, .goods_slide_list:before,
.goods_list:after, .goods_slide_list:after {
	content: none;
}

/* 2列表示 */
.goods_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.goods_item {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	margin-bottom: 15px;
	padding: 0 5px;
	position:relative;
}
.goods_link {
	display: block;
	position: relative;
}
.goods_photo {
	margin-bottom: 5px;
	position:relative;
}
.goods_photo:before {
	content:"";
	display: block;
	padding-top: 120%;
}
.goods_image {
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.goods_detail {
	text-align: left;
}
.goods_brandname {
	display: block;
	color: #555;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 5px;
}
.goods_name {
	display: block;
	color: #555;
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
	padding-bottom: 5px;
}
.goods_price {
	color: #000;
	font-size:11px;
}
.goods_price del {
	color: #ff0000;
}
.goods_price_proper {
	color: #000;
	font-size: 11px;
}
.goods_price_tax {
	color: inherit;
	font-size: 10px;
}
.goods_price_sale {
	color:#ff0000;
	font-size: 11px;
}
.goods_price_off,
.goods_price_rate {
	color:#ff0000;
	font-size: 10px;
}
/* 商品ステータスアイコン */
.goods_icon_list {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -2px;
	margin-right: -2px;
}
.goods_icon_item {
	max-width: 100%;
	padding: 0 2px;
	margin-bottom: 5px
}
.goods_icon_item.is_hidden {
	display: none;
}
.goods_icon {
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	padding: 0 6px;
	border: 1px solid transparent;
}
/* icon color */
.goods_icon.goods_icon_sale {
	color:#ff0000;
}
.goods_icon.goods_icon_new {
	color:#e48010;
}
.goods_icon.goods_icon_rearrival {
	color:#019057;
}
.goods_icon.goods_icon_restock {
	color:#019057;
}
.goods_icon.goods_icon_reserve {
	color:#2c69bb;
}
.goods_icon.goods_icon_magazine {}
.goods_icon.goods_icon_comingsoon {}
.goods_icon.goods_icon_newcolor {
	color: #0066ff;
}

/* 販促アイコン */
.goods_sales_list {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -2px;
	margin-right: -2px;
}
.goods_sales_item {
	max-width: 100%;
	padding: 0 2px;
	margin-bottom: 5px
}
.goods_sales_item.is_hidden {
	display: none;
}
.goods_sales_icon {
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	padding: 0 6px;
	border: 1px solid transparent;
	border-radius: 2px;
}
.goods_sales_icon.goods_sales_isyo {
	background-color: #ff436a;
}
.goods_sales_icon.goods_sales_magazine {
	background-color: #5f87cf;
}
.goods_sales_icon.goods_sales_apply {
	background-color: #ff6000;
}
.goods_sales_icon.goods_sales_limited {
	background-color: #5f87cf;
}
.goods_sales_icon.goods_sales_asoriginal {
	background-color: #5f87cf;
}
.goods_sales_icon.goods_sales_drama {
	background-color: #5f87cf;
}
.goods_sales_icon.goods_sales_shoplimited {
	background-color: #5f87cf;
}
.goods_sales_icon.goods_sales_sendfree {
	background: #ff0035;
}
.goods_sales_icon.goods_sales_washable {
	background-color: #92d7a0;
}
.goods_promotion {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	font-size: 0;
	line-height: 1;
	text-align: left;
}
.goods_promotion_list {}
.goods_promotion_item {
	overflow: hidden;
}
.goods_promotion_item + .goods_promotion_item {
	margin-top: 2px;
}
.goods_promotion_icon {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	max-width: 100%;
	font-size: 10px;
	line-height: 20px;
	text-overflow: ellipsis;
	vertical-align: middle;
	word-wrap: normal;
	white-space: nowrap;
}
.goods_promotion_icon.goods_promotion_campaign {
	color: #fff;
	background-color: #fa2e77;
}
.goods_promotion_icon.goods_promotion_10off {
	color: #fff;
	background-color: #fa2e77;
}
.goods_rank {
	position: absolute;
	top: 1%;
	left: 7%;
	font-family: 'Lusitana', serif;
	font-style: italic;
	color: black;
	font-size: calc(5% + 5.2vw);
	z-index: 10;
}
.goods_soldout {
	position: absolute;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,0.5);
	height:  100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}
.goods_soldout_text {
	display: block;
	width:  auto;
	height:  1em;
	color:  #fff;
	font-size: 12px;
	line-height:  1;
	position:  absolute;
	top: 0;
	left: 0;
	bottom:  0;
	right: 0;
	margin: auto;
}
.goods_comingsoon {
	display: block;
	width: 100%;
	height:  100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}
.goods_comingsoon_text {
	display: block;
	width: auto;
	height: 1em;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	position:  absolute;
	top: 0;
	left: 0;
	bottom:  0;
	right: 0;
	margin: auto;
}
.goods_not_found {
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 15px;
}
.goods_not_found_text {
	font-size: 12px;
	line-height: 1.4;
}

/* 3列表示 */
.goods_list.goods_list__column3 {}
.goods_list.goods_list__column3 .goods_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 100%;
	max-width: 33.333333%;
}
.goods_list.goods_list__column3 .goods_soldout_text {
	font-size: calc(5% + 2.4vw);
}
.goods_list.goods_list__column3 .goods_comingsoon_text {
	font-size: calc(5% + 3.0vw);
}

/*アイコン設定*/
.item_status {
	margin-bottom: 1%;
}

.item_status li {
	margin-right: 5%;
	float: left;
	font-size: calc(5% + 2.8vw);
}

.item_status .new {
	color: #e48010;
}

.item_status .reserved {
	display: none;
	color: #2c69bb;
}

.item_status .rearrival {
	color: #019057;
}

.item_status .restock {
	color: #019057;
}

.item_status .sale {
	color: #ff0035;
}

.item_icon {
	margin-top: 2px;
}

.item_icon>li {
	padding: 4px 4px;
	margin: 0 0 1% 1%;
	font-size: calc(5% + 2.4vw);
	color: #fff;
	line-height: 1em;
	border-radius: 2px;
	box-sizing: border-box;
	height: auto;
	float: left;
}

.item_icon>li:first-child {
	margin-left: 0;
}

.item_icon .isyo {
	background: #ff436a;
}

.item_icon .magazine {
	background: #000;
}

.item_icon .apply {
	background: #ff6000;
}

.item_icon .limited {
	background: #5f87cf;
}

.item_icon .asoriginal {
	display: none;
	background: #5f87cf;
}

.item_icon .sendfree {
	background: #ff0035;
}

.item_comingsoon {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.item_comingsoon span {
	display: block;
	width: auto;
	height: 1em;
	color: #fff;
	font-size: calc(5% + 3.0vw);
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/*SNS用モーダル*/
.sns-modal h3 {
	margin: 0;
	background: #FFF;
}

.sns-modal .inner {
	margin: 0;
	padding: 15px 0;
}

.sns-modal .sns_main {
	background: #f6f6f6;
}

.sns-modal .sns_main ul>li>a {
	border-bottom: 1px solid #e2e2e2;
	background: url("/static/lite/images/common/ico_right.png") 96% center no-repeat;
	background-size: 6px 10px;
	display: block;
	padding: 2.7% 4%;
	width: 100%;
	box-sizing: border-box;
	float: left;
	font-size: calc(5% + 3.0vw);
	text-align: left;
}

.sns-modal .bottom-close {
	margin-top: 15px;
}

/* フォーム共通
--------------------------------------------------------------------*/

/* テキストの整列 */
.text_left { text-align:left !important; }
.text_center { text-align:center !important; }
.text_right { text-align:right !important; }

/*-- 水平 --*/
.form_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form_row  > [class*=col_] {
	padding-right: 5px;
	padding-left: 5px;
}
/* 縦軸 */
.align_items_start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align_items_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
/* 横軸 */
.justify_content_center {
	-ms-flex-pack: center; /*IE10*/
	-webkit-justify-content: center;
	justify-content: center;
}
.justify_content_start {
	-ms-flex-pack: start; /*IE10*/
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.justify_content_end {
	-ms-flex-pack: end; /*IE10*/
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.col_form_1 {
	-ms-flex: 0 0 8.333333333%;
	flex: 0 0 8.333333333%;
	max-width: 8.333333333%;
}
.col_form_2 {
	-ms-flex: 0 0 16.666666667%;
	flex: 0 0 16.666666667%;
	max-width: 16.666666667%;
}
.col_form_3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col_form_4 {
	-ms-flex: 0 0 33.333333333%;
	flex: 0 0 33.333333333%;
	max-width: 33.333333333%;
}
.col_form_5 {
	-ms-flex: 0 0 41.666666667%;
	flex: 0 0 41.666666667%;
	max-width: 41.666666667%;
}
.col_form_6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col_form_7 {
	-ms-flex: 0 0 58.333333333%;
	flex: 0 0 58.333333333%;
	max-width: 58.333333333%;
}
.col_form_8 {
	-ms-flex: 0 0 66.666666667%;
	flex: 0 0 66.666666667%;
	max-width: 66.666666667%;
}
.col_form_9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col_form_10 {
	-ms-flex: 0 0 83.333333333%;
	flex: 0 0 83.333333333%;
	max-width: 83.333333333%;
}
.col_form_11 {
	-ms-flex: 0 0 91.666666667%;
	flex: 0 0 91.666666667%;
	max-width: 91.666666667%;
}
.col_form_12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col_form_auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	min-height: 1px;
	position: relative;
}

/* #57506
--------------------------------------------------------------------*/
.ui-widget .ui-widget {
	border: 1px solid #999;
    background: #ddd;
}

.ui-dialog .ui-dialog-title {
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 5px 0 0 0px;
    padding: 5px;
}
