@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: "GUJPCorporate";
  src: url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2") format("woff2"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff") format("woff"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GUJPCorporate";
  src: url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2") format("woff2"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff") format("woff"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GUJPCorporate";
  src: url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2") format("woff2"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff") format("woff"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

img, svg {
	vertical-align: top;
}
hr {
	width: calc(100% - 4%);
	margin: 1.5rem auto;
	padding: 0;
	border: none;
	border-bottom: 1px solid #cbcbcb;
}
.fr-ec-navigation-header {
	margin-bottom: -1px;
}

#contents_layout {
	width: 100vw;
	max-width: none;
	margin: 0 auto 0 auto;
	padding: 0;
}
.content_topicpath {
	display: block;
	padding: 1.5rem 2%;
	border-top: 1px solid #cbcbcb;
	background-color: #FFF;
	border-bottom: 1px solid #cbcbcb;
}
.content_topicpath div {
	display: inline-block;
	padding: 0 0 0 10px;
}
.content_topicpath div::before {
	content: "/";
	margin-right: 10px;
}
.content_topicpath div:first-child {
	padding-left: 0;
}
.content_topicpath div:first-child::before {
	content: none;
	padding-left: 0;
}
.content_topicpath div a {
	text-decoration: underline;
}
#contents_layout .content_tablayout {
	width: 100%;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#contents_layout .content_tablayout::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #dadada;
	position: absolute;
	top: 0;
	left: 50%;
}
#contents_layout .content_tablayout > div {
	width: 50%;
	height: 56px;
}
#contents_layout .content_tablayout > div a {
	display: block;
	width: 100%;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f4f4f4;
	border: 1px solid #dadada;
	border-left: none;
	border-right: none;
	font-weight: bold;
	/*margin-right: -1px;*/
}
#contents_layout .content_tablayout > div a.current {
	background-color: #FFF;
	border-bottom-color: #FFF;
}
.content_item_link {
	width: 100%;
}
.content_item_link a {
    display: flex;
    width: 70%;
    height: 40px;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #606060;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 14px;
}


.fr-ec-navigation-header--with-sticky {
	position: relative
}
.fr-ec-navigation-header-with-empty-space {
	display: none;
}
.content_item {
	font-family: GUJPCorporate,system-ui,-apple-system,sans-serif!important;
	font-size: 15px;
	line-height: 1.5;
}
.sf_bff_products_inner {
	padding: 0 2%;
}
.content_item .sf_bff_products_colorchip_hide {
	margin: 1vh 0 0 0;
}
.content_item .sf_bff_products_colorchip {
	margin: 0.5vh 0 0.5vh -1px;
	height: 20px;
	overflow: hidden;
	position: relative;
}
.content_item .sf_bff_products_colorchip.on {
	height: auto!important;
}
.content_item .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;
}
.content_item .sf_bff_products_colorchip span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	/*border: 1px solid #dadada;*/
	margin-right: .2rem;
	margin-bottom: 2px;
	background-color: #FFF;
	padding: 1px;
}
.content_item .sf_bff_products_colorchip span:not(.chipOver):hover,
.content_item .sf_bff_products_colorchip span:not(.chipOver).current {
	background-color: #241a88;
}
.content_item .sf_bff_products_colorchip span img {
	width: 16px;
	height: 16px;
	border-radius: 9px;
	border: 1px solid #dadada;
	background-color: #FFF;
}
.content_item .sf_bff_products_colorchip span:hover img,
.content_item .sf_bff_products_colorchip span.current img {
	border: 2px solid #FFF;
}
.content_item .sf_bff_products_detail {
	padding: 5px 8px 4vh 8px;
}
.content_item .sf_bff_products_detail > span {
	display: inline-block;
	margin: 0.5vh 1.5vh 0.5vh 0;
	vertical-align: top;
}
.content_item .sf_bff_products_itemName {
	font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.6;
}
.content_item .sf_bff_products_flags {
	padding: 0.5vh 0 0 0;
}
.content_item .sf_bff_products_flags span {
	display: inline-block;
	color: #767676;
	font-size: 13px;
	line-height: 1.3;
	margin-right: 3px;
}
.content_item .sf_bff_products_flags span:before {
	content: ", ";
}
.content_item .sf_bff_products_flags span:first-child:before {
	content: none;
}
.content_item .sf_bff_price_flags {
	padding: 1vh 0 0 0;
}
.content_item .sf_bff_price_flags span {
	display: inline-block;
	color: #767676;
	font-size: 13px;
	line-height: 1.3;
}
.content_item .sf_bff_products_price {
	font-size: 28px;
	font-weight: 400;
	padding: 0.5vh 0 0 0;
	letter-spacing: 0.5px;
	display: inline-block;
}
.content_item li .sf_bff_products_itemName {
	font-size: 12px;
	line-height: 1.4;
}
.content_item li .sf_bff_products_flags span {
	font-size: 11px;
	line-height: 1.2;
}
.content_item li .sf_bff_price_flags span {
	font-size: 11px;
	line-height: 1.2;
}
.content_item li .sf_bff_products_price {
	font-size: 16px;
	letter-spacing: 1.5px;
}
.soldoutFlg {
	color: #AAA;
	margin-top: 5px;
	font-size: 16px;
}

.sf_bff_products_price {
	font-weight: 700;
	font-family: GUJPCorporate,system-ui,-apple-system,sans-serif;
	line-height: 1.2;
}



.digi_flyer_layout {
	width: 100%;
	padding: 0 0;
	max-width: none;
	margin: 0 auto 0 auto;
}
.digi_flyer_layout .digi_flyer {
	width: 100%;
	max-width: none;
	padding: 0;
	border: none;
}
.digi_flyer_layout .information {
	padding: 1.5rem 0 0.5rem 15px;
	font-size: 13px;
	border: none;
}
.digi_flyer_layout .digi_flyer img {
	max-width: none;
	width: 100%;
	min-width: initial;
	height: auto;
}
.no_pdf {
	background-color: #241a88;
}
.no_pdf a {
	display: block;
	width: 100%;
	padding: 0.5rem 0;
	color: #FFF!important;
	font-size: 24px;
	font-weight: 700;
}

.pc_view {
	display: none!important;
}
.sp_view {
	display: block!important;
}

@media screen and (min-width:768px) {

	#contents_layout {
		width: calc(100vw - 4.5rem);
		max-width: calc(1200px - 1.5rem);
		margin: 0 auto;
		padding: 1.5rem 0 0 0;
	}
	#contents_layout .content_topicpath {
		display: block;
		padding: 0 0 1.5rem 0;
		border-top: none;
		background-color: #FFF;
		border-bottom: none;
	}
	#contents_layout .content_topicpath div {
		display: inline-block;
		padding: 0 0 0 10px;
	}
	#contents_layout .content_topicpath div::before {
		content: "/";
		margin-right: 10px;
	}
	#contents_layout .content_topicpath div:first-child {
		padding-left: 0;
	}
	#contents_layout .content_topicpath div:first-child::before {
		content: none;
		padding-left: 0;
	}
	#contents_layout .content_topicpath div a {
		text-decoration: underline;
	}
	#contents_layout .content_tablayout {
		width: 100%;
		margin-bottom: 1.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#contents_layout .content_tablayout > div {
		width: 50%;
		height: 54px;
	}
	#contents_layout .content_tablayout > div a {
		display: block;
		width: calc(100% + 1px);
		height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f4f4f4;
		border: 1px solid #dadada;
		font-weight: bold;
		margin-right: -1px;
	}
	#contents_layout .content_tablayout > div a.current {
		background-color: #FFF;
		border-bottom-color: #FFF;
	}
	
	.digi_flyer_layout {
		width: 100%;
		padding: 0 12px;
		max-width: 1200px;
		margin: -1.5rem auto 0 auto;
	}
	.digi_flyer_layout .digi_flyer {
		width: 100%;
		max-width: 1200px;
		padding: 0;
		border: 1px solid #dadada;
		border-top: none;
	}
	.digi_flyer_layout .information {
		padding: 1.5rem 0 0.5rem 15px;
		font-size: 13px;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
	}
	.digi_flyer_layout .digi_flyer img {
		max-width: 1176px;
		width: 100%;
		min-width: 1000px;
		height: auto;
	}
	.pc_view {
		display: block!important;
	}
	.sp_view {
		display: none!important;
	}

}