@charset "UTF-8";
/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
	/*
  font: inherit;
  font-size: 100%;
	*/
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
a img {
  border: none;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
.aliasArea {
	width: 100%;
}
.sf_bff_products {
	font-family: GUJPCorporateLight,system-ui,-apple-system,sans-serif!important;
	font-size: 15px;
	line-height: 1.5;
}
.sf_bff_products_inner ul {
	width: 100%;
	margin: 0 auto 3vh auto;
	display: flex;
	flex-wrap: wrap;
}
.sf_bff_products_inner ul li {
	margin-bottom: 3vh;
	position: relative;
	z-index: 0;
}
.sf_bff_products_inner ul.column_1 li {
	width: 100%;
}
.sf_bff_products_inner ul.column_2 li {
	width: 49%;
	margin-right: 2%;
}
.sf_bff_products_inner ul.column_2 li:nth-child(2n) {
	margin-right: 0;
}
.sf_bff_products_inner ul.column_3 li {
	width: 32%;
	margin-right: 2%;
}
.sf_bff_products_inner ul.column_3 li:nth-child(3n) {
	margin-right: 0;
}
.sf_bff_products_inner ul.column_4 li {
	width: 23.5%;
	margin-right: 2%;
}
.sf_bff_products_inner ul.column_4 li:nth-child(4n) {
	margin-right: 0;
}
.sf_bff_products_inner ul.column_5 li {
	width: 18.8%;
	margin-right: 1.5%;
}
.sf_bff_products_inner ul.column_5 li:nth-child(5n) {
	margin-right: 0;
}


.sf_bff_products_inner li .sf_bff_products_colorchip_hide {
	margin: 1vh 0 0 0;
}
.sf_bff_products_inner li .sf_bff_products_colorchip {
	margin: 1vh 0;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.sf_bff_products_inner.device_sp li .sf_bff_products_colorchip {
	height: 20px;
}
.sf_bff_products_inner li .sf_bff_products_colorchip span.chipOver {
	display: inline-block;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin: 0;
}
.sf_bff_products_inner li .sf_bff_products_colorchip span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	/*border: 1px solid #dadada;*/
	margin-right: .3rem;
	margin-bottom: 2px;
	background-color: #FFF;
	padding: 1px;
}
.sf_bff_products_inner li .sf_bff_products_colorchip span:not(.chipOver):hover,
.sf_bff_products_inner li .sf_bff_products_colorchip span:not(.chipOver).current {
	background-color: #241a88;
}
.sf_bff_products_inner li .sf_bff_products_colorchip span img {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	border: 1px solid #dadada;
	background-color: #FFF;
}
.sf_bff_products_inner li .sf_bff_products_colorchip span:hover img,
.sf_bff_products_inner li .sf_bff_products_colorchip span.current img {
	border: 2px solid #FFF;
}
.sf_bff_products_inner li .sf_bff_products_detail {
}
.sf_bff_products_inner li .sf_bff_products_itemName {
	font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.6;
}
.sf_bff_products_inner li .sf_bff_products_flags {
	padding: 1vh 0 0 0;
}
.sf_bff_products_inner li .sf_bff_products_flags span {
	display: inline-block;
	color: #767676;
	font-size: 13px;
	line-height: 1.3;
	margin-right: 3px;
}
.sf_bff_products_inner li .sf_bff_products_flags span:before {
	content: ", ";
}
.sf_bff_products_inner li .sf_bff_products_flags span:first-child:before {
	content: none;
}
.sf_bff_products_inner li .sf_bff_price_flags {
	padding: 1vh 0 0 0;
}
.sf_bff_products_inner li .sf_bff_price_flags span {
	display: inline-block;
	color: #767676;
	font-size: 13px;
	line-height: 1.3;
}
.sf_bff_products_inner li .sf_bff_products_price {
	font-size: 20px;
	font-weight: 700;
	padding: 1.2vh 0 0 0;
	letter-spacing: 1.5px;
}

.sf_bff_products_inner ul.column_1_text li {
	width: 100%;
	margin-bottom: 0.7vh;
}
.sf_bff_products_inner ul.column_1_text li .sf_bff_products_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
}
.sf_bff_products_inner ul.column_1_text li * {
	padding: 0;
}
.sf_bff_products_inner ul.column_1_text li a {
	display: inline-block;
}
.sf_bff_products_inner ul.column_1_text li a:link,
.sf_bff_products_inner ul.column_1_text li a:visited {
	color: 
}
.sf_bff_products_inner.device_sp ul.column_3 li .sf_bff_products_colorchip {
	height: 14px;
}
.sf_bff_products_inner.device_sp ul.column_3 li .sf_bff_products_colorchip span {
	width: 14px;
	height: 14px;
	margin-right: .15rem;
}
.sf_bff_products_inner.device_sp ul.column_3 li .sf_bff_products_colorchip span.chipOver {
	line-height: 12px;
}
.sf_bff_products_inner.device_sp ul.column_3 li .sf_bff_products_colorchip span img {
	width: 12px;
	height: 12px;
	border-radius: 9px;
	border: 1px solid #FFF;
	background-color: #FFF;
}
.sf_bff_products_inner li .sf_bff_products_colorchip.on,
.sf_bff_products_inner.device_sp ul.column_3 li .sf_bff_products_colorchip.on {
	height: auto;
}
.sf_bff_products_inner.device_sp li .sf_bff_products_itemName {
	font-size: 12px;
	line-height: 1.4;
}
.sf_bff_products_inner.device_sp li .sf_bff_products_flags span {
	font-size: 11px;
	line-height: 1.2;
}
.sf_bff_products_inner.device_sp li .sf_bff_price_flags span {
	font-size: 11px;
	line-height: 1.2;
}
.sf_bff_products_inner.device_sp li .sf_bff_products_price {
	font-size: 16px;
	letter-spacing: 1.5px;
}
.sf_bff_products_inner ul.column_1_text li .sf_bff_products_price {
	font-size: 14px;
	margin-left: 12px;
}
.sf_bff_products_inner ul.column_1_text li .sf_bff_products_flags span {
	font-size: 13px;
	border: 1px solid #CCC;
	padding: 1px 3px;
	background-color: #FFF;
	margin: 0 2.5px;
}
.sf_bff_products_inner.device_sp ul.column_1_text li .sf_bff_products_flags span {
	font-size: 11px;
}
.sf_bff_products_inner ul.column_1_text li .sf_bff_products_flags span:first-child {
	margin-left: 12px;
}
.sf_bff_products_inner ul.column_1_text li .sf_bff_products_flags span:last-child {
	margin-right: 0;
}
.sf_bff_products_inner ul.column_1_text li .sf_bff_products_flags span:before {
	content: none;
}
.sf_bff_products_inner .favorites_layout {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
}
.sf_bff_products_inner .favorites_layout a {
	display: block;
	width: 100%;
	height: 30px;
	background-image: url(/jp/ja/special-feature/feature/assets/images/button-fav.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px auto;
	cursor: pointer;
}
.sf_bff_products_inner .favorites_layout a.current {
	background-position: right top;
}
.soldoutFlg {
	color: #AAA;
	margin-top: 5px;
	font-size: 16px;
}




#modal_wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#modal_wrap .modal_inner {
	background-color: #FFF;
	margin: 0 10%;
}
#modal_wrap .modal_inner.modal_login_inner {
	width: 36rem;
}
#modal_wrap .modal_inner.modal_favorites_inner {
	width: 48.5rem;
	max-height: 85vh;
}
#modal_wrap .modal_inner .modal_login,
#modal_wrap .modal_inner .modal_favorites {
	width: 100%;
	position: relative;
	z-index: 0;
}
#modal_wrap .modal_inner .modal_title {
	font-size: 20px;
	border-bottom: 1px solid #dadada;
	padding: 2.3vh 10% 2.3vh 4%;
}
#modal_wrap .modal_inner .modal_subject {
	padding: 3vh 4% 4vh 4%;
}
#modal_wrap .modal_inner .modal_links {
	width: 100%;
	display: flex;
	padding: 0 4% 3vh 4%;
}
#modal_wrap .modal_inner .modal_links a {
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
}
#modal_wrap .modal_inner .modal_links .btn_login {
	width: 48%;
	text-align: center;
	color: #FFF;
	margin-right: 4%;
	background-color: #1b1b1b;
	box-shadow: 0 5px 15px #00000040;
}
#modal_wrap .modal_inner .modal_links .btn_cancel {
	width: 48%;
	text-align: center;
	border: 1px solid #1b1b1b;
}
#modal_wrap .modal_inner .modal_close {
	position: absolute;
	top: 5px;
	right: 4%;
	text-align: center;
	line-height: 1;
	font-size: 12px;
	cursor: pointer;
}
#modal_wrap .modal_inner .modal_close span {
	display: block;
	font-size: 30px;
	font-weight: 700;
}
#modal_wrap .modal_inner .modal_favorites .modal_scroll {
	width: 100%;
	height: 77vh;
	padding-bottom: 4vh;
	overflow-y: scroll;
}
#modal_wrap .modal_inner .modal_favorites .modal_scroll > ul {
	width: 100%;
	padding: 3vh 4%;
}
#modal_wrap .modal_inner .modal_favorites .modal_scroll > ul > li {
	width: 100%;
	margin-bottom: 3vh;
}
#modal_wrap .modal_inner .modal_favorites .itemData {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5vh;
}
#modal_wrap .modal_inner .modal_favorites .itemData .image {
	width: 100px;
	height: 134px;
}
#modal_wrap .modal_inner .modal_favorites .itemData .item {
	width: calc(100% - 100px);
	padding-left: 3%;
}
#modal_wrap .modal_inner .modal_favorites ul.favoritesList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#modal_wrap .modal_inner .modal_favorites ul.favoritesList li {
	width: 48%;
	min-height: 44px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: 0 4% -1px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 0 1.5%;
}
#modal_wrap .modal_inner .modal_favorites ul.favoritesList li:nth-child(even) {
	margin-right: 0%;
}
#modal_wrap .modal_inner .modal_favorites ul.favoritesList li .favorites_heart {
	display: inline-block;
	margin-left: auto;
	width: 30px;
	height: 30px;
	/*background-image: url(./button-fav.png);*/
	background-image: url(/jp/ja/special-feature/feature/assets/images/button-fav.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px auto;
	cursor: pointer;
}
#modal_wrap .modal_inner .modal_favorites ul.favoritesList li .favorites_heart.ON {
	background-position: right top;
}
#modal_wrap .modal_inner .modal_favorites .modal_favorites_close {
	width: 46.8%;
	height: 52px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	color: #FFF;
	background-color: #1b1b1b;
	box-shadow: 0 5px 15px #00000040;
	cursor: pointer;
}


.testLayout01 {
	width: 80%;
	margin: 0 auto;
}
.testLayout02 {
	width: 50%;
	margin: 0 auto;
}
.testLayout03 {
	width: 30%;
	margin: 0 auto;
}
.testLayout04 {
	width: 60%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {/* SP */
	#modal_wrap .modal_inner.modal_favorites_inner {
		width: 100%;
		max-height: none;
		position: absolute;
		bottom: 0;
		margin: 0;
	}
	#modal_wrap .modal_inner {
		margin: 0 4%;
	}
	#modal_wrap .modal_inner .modal_title {
		font-size: 17px;
		padding: 3.5vh 17% 3.5vh 5%;
	}
	#modal_wrap .modal_inner .modal_subject {
		font-size: 14px;
		padding: 3vh 5% 4vh 5%;
		line-height: 1.6;
	}
	#modal_wrap .modal_inner .modal_links {
		padding: 0 5% 3vh 5%;
		display: block;
	}
	#modal_wrap .modal_inner .modal_links .btn_login {
		width: 96%;
		margin: 0 auto 3vh auto;
	}
	#modal_wrap .modal_inner .modal_links .btn_cancel {
		width: 96%;
		margin: 0 auto;
	}
	#modal_wrap .modal_inner .modal_favorites .modal_scroll > ul {
		padding: 3vh 5%;
	}
	#modal_wrap .modal_inner .modal_favorites .itemData .item {
		padding-left: 5%;
	}
	#modal_wrap .modal_inner .modal_favorites .modal_scroll > ul > li {
		margin-bottom: 4vh;
	}
	#modal_wrap .modal_inner .modal_favorites ul.favoritesList li {
		width: 47%;
		margin: 0 6% -1px 0;
	}
	.soldoutFlg {
		font-size: 14px;
	}
	.sf_bff_products_inner ul.column_1_text li {
		padding-right: 38px;
	}
	.testLayout01 {
		width: 96%;
		margin: 0 auto;
	}
	.testLayout02 {
		width: 96%;
		margin: 0 auto;
	}
	.testLayout03 {
		width: 96%;
		margin: 0 auto;
	}
	.testLayout04 {
		width: 96%;
		margin: 0 auto;
	}
}

.sf_bff_products_price {
	font-weight: 700;
	/*font-family: GUJPCorporateLight,system-ui,-apple-system,sans-serif;*/
	line-height: 1.2;
}