/****************************** all ******************************/
::-webkit-scrollbar{
	width:14px;
	height:14px;
}

::-webkit-scrollbar-track{
	background:#f0f0f0;
	box-shadow:0 0 5px #ccc inset;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

::-webkit-scrollbar-thumb{
	background:#ccc;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

*{
	word-break:break-all;
	min-height:0;
	min-width:0;
}

*, 
*:before, 
*:after{
	box-sizing:border-box;
}

html{
	color:#000;
	background:#fff;
}

html, body{
	width:100%;
}

html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,sup, textarea, tfoot tt, ul, var, menu, figure, figcaption{
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
}

h1, h2, h3, h4, h5, h6{
	font-size:12px;
	font-weight:normal;
}

img{
	height:auto;
	border:none;
	vertical-align:bottom;
}

svg, 
video{
	height:auto;
}

iframe{
	border:none;
	background:none;
	display:block;
	position:relative;
}

main{
	display:block;
}

fieldset{
	display:block;
	text-align:left;
}

legend{
	font-size:16px;
	line-height:1.5;
	margin:0 auto;
	padding:0 5px;
}

table{
	border-spacing:0;
}

th, 
strong{
	font-weight:normal;
}

address{
	font-style:normal;
}

li{
	list-style:none;
}

output{
	display:inline-block;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill{
	background:#fff;
}

input:focus, 
textarea:focus, 
select:focus{
	outline:none;
}

input::placeholder, 
textare::placeholder{
	color:#aaa;
}

input:disabled, 
textarea:disabled, 
select:disabled{
	color:#999;
	background:#f0f0f0;
	opacity:1;
	cursor:default;
}

input, 
select, 
textarea{
	vertical-align:bottom;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

input[type=text], 
input[type=search], 
input[type=tel], 
input[type=url], 
input[type=email], 
input[type=password], 
input[type=datetime], 
input[type=date], 
input[type=month], 
input[type=week], 
input[type=time], 
input[type=datetime-local], 
input[type=number], 
select, 
textarea{
	color:#000;
	font-size:14px;
	letter-spacing:1px;
	padding-block:0 !important;
	border:1px solid #333;
	background:#fff;
}

input[type=text], 
input[type=search], 
input[type=tel], 
input[type=url], 
input[type=email], 
input[type=password], 
input[type=datetime], 
input[type=date], 
input[type=month], 
input[type=week], 
input[type=time], 
input[type=datetime-local], 
input[type=number], 
select{
	height:30px;
	line-height:2.0;
	text-indent:4px;
}

input[type=button], 
input[type=submit], 
button{
	text-indent:0;
	-webkit-appearance:none;
	cursor:pointer;
}

button{
	border:none;
}

button, 
button *{
	color:inherit;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}

input[type=radio], 
input[type=checkbox]{
	margin:0;
}

label{
	cursor:pointer;
}

body{
	color:#000;
	font-size:80%;
	letter-spacing:1px;
	text-align:center;
	background:#fff;
	font-family:"Arial", "メイリオ";
	-webkit-text-size-adjust:100% !important;
	overscroll-behavior:none;
}

a:link, 
a:visited, 
a:active{
	color:#000;
	text-decoration:none;
}

.font_min{
	font-family:"游明朝体", "YuMincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pr6 W6", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho ProN W3", "Times New Roman", HiraMinProN-W3, Georgia, "NotoSerifCJKjp-Regular";
}
/****************************** /all ******************************/

/****************************** pc ******************************/
@media screen and (min-width:1280px){
	a:hover{
		color:#000;
		text-decoration:none;
		outline:none;
	}
	
	a:hover img{
		opacity:0.7;
	}
	
	.pc_hide{
		display:none !important;
	}
}
/****************************** /pc ******************************/

/****************************** tablet ******************************/
@media screen and (min-width:768px) and (max-width:1280px){
	input[type=text], 
	input[type=search], 
	input[type=tel], 
	input[type=url], 
	input[type=email], 
	input[type=password], 
	input[type=datetime], 
	input[type=date], 
	input[type=month], 
	input[type=week], 
	input[type=time], 
	input[type=datetime-local], 
	input[type=number], 
	select{
		min-height:32px;
		height:5.0vw;
		font-size:1.5vw;
		line-height:2.0;
	}
	
	input[type="button"], 
	input[type="text"], 
	input[type="search"], 
	input[type="submit"], 
	input[type="image"], 
	textarea{
		-webkit-appearance:none;
		border-radius:0;
	}
	
	.tablet_hide{
		display:none !important;
	}
}
/****************************** /tablet ******************************/

/****************************** sp ******************************/
@media screen and (max-width:768px){
	input[type=text], 
	input[type=search], 
	input[type=tel], 
	input[type=url], 
	input[type=email], 
	input[type=password], 
	input[type=datetime], 
	input[type=date], 
	input[type=month], 
	input[type=week], 
	input[type=time], 
	input[type=datetime-local], 
	input[type=number], 
	select{
		min-height:32px;
		height:9.0vw;
		font-size:4.5vw;
		line-height:2.0;
	}
	
	input[type="button"], 
	input[type="text"], 
	input[type="search"], 
	input[type="submit"], 
	input[type="image"], 
	textarea{
		-webkit-appearance:none;
		border-radius:0;
	}
	
	.sp_hide{
		display:none !important;
	}
}
/****************************** /sp ******************************/

/****************************** all ******************************/
/*----------------------------- visually -----------------------------*/
.visually_hidden{
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	border:0;
	overflow:hidden;
	clip:rect(0 0 0 0);
	white-space:nowrap;
}
/*----------------------------- /visually -----------------------------*/

/*----------------------------- layout -----------------------------*/
.wrapper, 
.wrapper_inner{
	margin-inline:auto;
}

.main_contents_section:last-child{
	margin-bottom:0;
}
/*----------------------------- /layout -----------------------------*/

/*----------------------------- noscript -----------------------------*/
noscript > p{
	text-align:left;
}
/*----------------------------- /noscript -----------------------------*/

/*----------------------------- anchor_point -----------------------------*/
.anchor_point{
	display:block;
}
/*----------------------------- /anchor_point -----------------------------*/

/*----------------------------- text -----------------------------*/
.text_trimming{
	display:-webkit-box;
	overflow:hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}
/*----------------------------- /text -----------------------------*/

/*----------------------------- product_search_form -----------------------------*/
.product_search_form{
	border:solid #000 1px;
	background:#fff;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.product_search_form > input[type="search"]{
	width:80%;
	height:100%;
	border:none;
}

.product_search_form > button{
	width:20%;
	height:100%;
	background:#d3245e;
	display:flex;
	justify-content:center;
	align-items:center;
}

.product_search_form img{
	width:auto;
	height:60%;
}
/*----------------------------- /product_search_form -----------------------------*/

/*----------------------------- common_section -----------------------------*/
.common_section0_keywords_div0 > h2{
	line-height:1.5;
}

.common_section0_keywords_div0 > h2 > span{
	display:block;
}

.common_section0_favorite_keywords_list{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}

.common_section0_favorite_keywords_list > li > a{
	white-space:nowrap;
	display:inline-block;
}
/*----------------------------- /common_section -----------------------------*/

/*----------------------------- header -----------------------------*/
#header_contents_section{
	background:#000;
	position:relative;
	z-index:10;
}

#header_headline{
	color:#fff;
	line-height:1.2;
	display:block;
}

#header_logo_anchor{
	display:block;
}

#header_logo_anchor img{
	width:100%;
}
/*----------------------------- /header -----------------------------*/

/*----------------------------- footer -----------------------------*/
#footer{
	content-visibility:auto;
}

.footer_section:last-child{
	margin-bottom:0;
}

#footer_section0_headline0{
	line-height:1.2;
	background:#fdf6ed;
}

#footer_section0_ul0{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
}

#footer_section0_ul0 > li:nth-of-type(1) .footer_section0_headline1{
	background:#75d0a4;
}

#footer_section0_ul0 > li:nth-of-type(2) .footer_section0_headline1{
	background:#e6a9a9;
}

#footer_section0_ul0 > li:nth-of-type(3) .footer_section0_headline1{
	background:#9f9add;
}

#footer_section0_ul0 > li:nth-of-type(4) .footer_section0_headline1{
	background:#75c6d0;
}

#footer_section0_ul0 > li:nth-of-type(5) .footer_section0_headline1{
	background:#d19b1a;
}

#footer_section0_ul0 > li:nth-of-type(6) .footer_section0_headline1{
	background:#737373;
}

.footer_section0_headline1 > a, 
.footer_section0_headline1:not(:has(a)){
	display:block;
	position:relative;
}

.footer_section0_headline1 > a::after{
	content:"";
	aspect-ratio:1;
	border-top:solid #fff 2px;
	border-right:solid #fff 2px;
	display:inline-block;
	position:absolute;
	top:50%;
	transform:rotate(45deg);
}

.footer_section0_headline1 img{
	position:absolute;
}

.footer_section0_headline1 > a > span, 
.footer_section0_headline1 > span{
	color:#fff;
	font-weight:bold;
	text-align:left;
	display:block;
}

.footer_section0_ul1 a{
	border-right:solid #eee 1px;
	border-bottom:solid #eee 1px;
	background:linear-gradient(to bottom, #fefefe 0%, #f8f8f8 50%, #f4f4f4 75%, #f1f1f1 100%);
	display:block;
	position:relative;
}

.footer_section0_ul1 a::after{
	content:"";
	aspect-ratio:1;
	background:#f00;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	display:block;
	position:absolute;
}

.footer_section0_ul1 figure{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.footer_section0_ul1 figcaption{
	font-weight:bold;
	line-height:1.3;
	text-align:left;
}

.footer_section0_ul1_size_ll_5l::before, 
.footer_section0_ul1_size_ll_6l::before{
	color:#666;
	font-weight:normal;
	display:block;
}

.footer_section0_ul1_size_ll_5l::before{
	content:"LL-5L";
}

.footer_section0_ul1_size_ll_6l::before{
	content:"LL-6L";
}

#footer_section1{
	background:linear-gradient(to bottom, #e44b81 0%, #c91755 100%);
}

#footer_section1_nav > ul{
	display:flex;
	justify-content:center;
	align-items:stretch;
}

#footer_section1_nav li{
	width:20%;
}

#footer_section1_nav a{
	display:block;
}

#footer_section1_nav figcaption{
	color:#fff;
}

#footer_section3_headline_img{
	width:100%;
}

#footer_section4_headline{
	line-height:1.2;
}

#footer_section4_calendar{
	border:solid #ccc 1px;
}

#footer_section4_calendar .calendar_trigger_parent, 
#footer_section4_calendar .calendar_list{
	width:96%;
	margin-inline:auto;
}

#footer_section4_calendar .calendar_schedule_list_parent{
	padding:0;
}

#footer_section4_calendar .calendar_schedule_parent{
	width:calc(100% - 1px);
	height:calc(100% - 1px);
	position:absolute;
	top:0.5px;
	left:0.5px;
	z-index:-1;
}

#footer_section4_calendar .calendar_holiday{
	background:#e0e0e0;
}

#footer_section4_calendar .calendar_shipping_date{
	background:#fe76f9;
}

#footer_section4_calendar .calendar_table td:has(.calendar_shipping_date) .calendar_number > span{
	color:#fff;
}

#footer_section4_div0 > ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

#footer_section4_div0 li{
	line-height:1.2;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

#footer_section4_div0 li:last-child{
	margin-right:0;
}

#footer_section4_div0 li::before{
	content:"";
	aspect-ratio:1;
	display:inline-block;
}

#footer_section4_div0 li:nth-of-type(1)::before{
	background:#fe76f9;
}

#footer_section4_div0 li:nth-of-type(2)::before{
	background:#e0e0e0;
}

#footer_section4_div0 > p{
	line-height:1.2;
	text-align:left;
}

#footer_section5{
	background:#000;
}

#footer_section5_ul0{
	display:flex;
	justify-content:center;
	align-items:center;
}

#footer_section5_ul0 a{
	display:block;
}

#footer_section5_ul0 span{
	aspect-ratio:1;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}

#footer_section5_ul0 > li:nth-of-type(1) span, 
#footer_section5_ul0 > li:nth-of-type(3) span, 
#footer_section5_ul0 > li:nth-of-type(4) span{
	background:#999;
}

#footer_section5_ul0 > li:nth-of-type(2) span{
	background:#d3245e;
}

#footer_section5_ul0 img{
	width:80%;
}

#footer_section5_ul0 figcaption{
	color:#fff;
	line-height:1.3;
	white-space:nowrap;
}

#footer_section5_ul1{
	display:flex;
	justify-content:center;
	align-items:center;
}

#footer_section5_ul1 > li{
	border-left:solid #fff 1px;
}

#footer_section5_ul1 > li:first-child{
	border-left:none;
}

#footer_section5_ul1 a{
	color:#fff;
	line-height:1.5;
	display:block;
}

#footer_section5_copyright{
	color:#fff;
	line-height:1.5;
	display:block;
}

#footer_section6_headline0{
	line-height:1.2;
	background:#fdeded;
}

#footer_section6_ul0{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.footer_section6_size_button{
	color:#fff !important;
	line-height:1.2;
	font-weight:bold;
	text-shadow:0 0 3px rgba(0, 0, 0, 0.7);
	width:100%;
	margin-inline:auto;
	background:linear-gradient(to bottom, #ffc9d5 0%, #ff9bb1 10%, #ff9bb1 90%, #824d59 100%);
	display:block;
}
/*----------------------------- /footer -----------------------------*/

/*----------------------------- right_fix -----------------------------*/
#right_fix_nav{
	position:fixed;
	right:0;
	z-index:100;
}

#right_fix_scroll_button{
	color:#fff;
	line-height:1.2;
	aspect-ratio:1;
	background:rgba(50, 50, 50, 0.7);
	position:fixed;
	right:0;
	z-index:100;
	display:none;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

#right_fix_scroll_button::before{
	content:"";
	aspect-ratio:1;
	background:#fff;
	clip-path:polygon(50% 0, 100% 100%, 0 100%);
	display:block;
}
/*----------------------------- /right_fix -----------------------------*/

/*----------------------------- drawer_menu -----------------------------*/
#menu_contents{
	content-visibility:auto;
}
/*----------------------------- /drawer_menu -----------------------------*/

/*----------------------------- drawer_menu_contents_section0 -----------------------------*/
.drawer_menu_contents_section{
	margin-bottom:40px;
}

.drawer_menu_wrapper_inner{
	width:290px;
	margin-inline:auto;
}

#drawer_menu_contents_section0{
	padding-top:20px;
}

#drawer_menu_contents_section0 a{
	width:160px;
	padding:4px 0;
	background:#fea096;
	border-radius:5px;
	display:block;
}

#drawer_menu_contents_section0 figure{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:5px;
}

#drawer_menu_contents_section0 img{
	width:25px;
}

#drawer_menu_contents_section0 figcaption{
	color:#fff;
	font-size:16px;
	line-height:1.2;
}
/*----------------------------- /drawer_menu_contents_section0 -----------------------------*/

/*----------------------------- drawer_menu_contents_section1 -----------------------------*/
#drawer_menu_contents_section1_headline{
	font-size:16px;
	line-height:1.2;
	margin-bottom:10px;
}

#drawer_menu_contents_section1_list{
	margin:20px 0;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}

#drawer_menu_contents_section1_list:has(span:empty){
	display:none;
}

#drawer_menu_contents_section1_list .member_count_text_wrapper > data{
	color:#ff473c;
	font-weight:bold;
	line-height:1.2;
	margin-left:3px;
}

#drawer_menu_contents_section1_list img{
	width:50px;
	margin-bottom:5px;
}

#drawer_menu_contents_section1_list figcaption{
	color:#ffe0e4;
	font-size:14px;
}
/*----------------------------- /drawer_menu_contents_section1 -----------------------------*/

/*----------------------------- drawer_menu_contents_section2 -----------------------------*/
#drawer_menu_contents_section2_headline{
	font-size:16px;
	line-height:1.2;
	margin-bottom:10px;
}

#drawer_menu_contents_section2_list{
	margin:20px 0;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:15px;
}

#drawer_menu_contents_section2_list:has(span:empty){
	visibility:hidden;
}

#drawer_menu_contents_section2_list img{
	width:50px;
	margin-bottom:5px;
}

#drawer_menu_contents_section2_list figcaption{
	color:#ffe0e4;
	font-size:14px;
}

#drawer_menu_contents_section2_product_search_form{
	width:100%;
	height:36px;
	margin-bottom:20px;
	border-radius:2px;
	border:solid #d3245e 1px;
	background:#fff;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#drawer_menu_contents_section2_product_search_form > input[type="search"]{
	font-size:16px;
	text-indent:10px;
	width:80%;
	height:100%;
	border:none;
}

#drawer_menu_contents_section2_product_search_form > button{
	width:20%;
	height:100%;
	background:#d3245e;
	display:flex;
	justify-content:center;
	align-items:center;
}

#drawer_menu_contents_section2_product_search_form img{
	width:auto;
	height:60%;
}

.drawer_menu_table0{
	border-top:solid #fff 1px;
	border-left:solid #fff 1px;
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	grid-template-rows:repeat(3, auto);
}

.drawer_menu_table0 > li{
	padding:10px 0;
	border-bottom:solid #fff 1px;
	border-right:solid #fff 1px;
}

.drawer_menu_contents_section2_size_button{
	color:#fff !important;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	text-shadow:0 0 3px rgba(0, 0, 0, 0.7);
	width:60px;
	padding:8px 0;
	margin-inline:auto;
	background:linear-gradient(to bottom, #ffc9d5 0%, #ff9bb1 10%, #ff9bb1 90%, #824d59 100%);
	box-shadow:inset 3px 3px 4px rgba(255, 255, 255, 0.8), inset -3px -3px 4px rgba(0, 0, 0, 0.3);
	border-radius:6px;
	display:block;
}

.drawer_menu_contents_section2_icon_button{
	display:block;
}

.drawer_menu_contents_section2_icon_button span{
	width:60px;
	aspect-ratio:1;
	margin:0 auto 5px;
	background:linear-gradient(to bottom, #f282aa 0%, #e92469 10%, #e92469 90%, #771234 100%);
	box-shadow:inset 3px 3px 4px rgba(255, 255, 255, 0.8), inset -3px -3px 4px rgba(0, 0, 0, 0.3);
	border-radius:6px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.drawer_menu_contents_section2_icon_button img{
	width:70%;
	margin-inline:auto;
}

.drawer_menu_contents_section2_icon_button figcaption{
	color:#fff !important;
	font-size:12px;
	line-height:1.2;
}
/*----------------------------- /drawer_menu_contents_section2 -----------------------------*/

/*----------------------------- drawer_menu_contents_section3 -----------------------------*/
#drawer_menu_contents_section3_headline{
	font-size:16px;
	line-height:1.2;
	margin-bottom:10px;
}

.drawer_menu_contents_section3_icon_button img, 
.drawer_menu_contents_section3_icon_button svg{
	width:60%;
	margin:0 auto 5px;
}

.drawer_menu_contents_section3_icon_button svg{
	fill:#fff;
	stroke:none;
}

.drawer_menu_contents_section3_icon_button.pickup_category svg{
	fill:#fff000;
}

.drawer_menu_contents_section3_icon_button figcaption{
	color:#fff;
	font-size:12px;
	line-height:1.2;
}

.drawer_menu_contents_section3_icon_button.pickup_category figcaption{
	color:#fff000;
}
/*----------------------------- /drawer_menu_contents_section3 -----------------------------*/

/*----------------------------- drawer_menu_contents_section4 -----------------------------*/
#drawer_menu_contents_section4:has(#drawer_menu_contents_section4_list:empty){
	display:none;
}

#drawer_menu_contents_section4_headline{
	padding-left:10px;
	margin-bottom:10px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

#drawer_menu_contents_section4_headline > img{
	width:20px;
	margin-right:10px;
}

#drawer_menu_contents_section4_headline > span{
	font-size:16px;
	line-height:1.2;
}

#drawer_menu_contents_section4_list{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:10px;
}

#drawer_menu_contents_section4_list > li{
	width:calc((100% / 3) - (20px / 3));
}

#drawer_menu_contents_section4_list a{
	width:100%;
	display:block;
}

#drawer_menu_contents_section4_list img{
	width:100%;
}
/*----------------------------- /drawer_menu_contents_section4 -----------------------------*/

/*----------------------------- drawer_menu_contents_section5 -----------------------------*/
#drawer_menu_contents_section5:has(#drawer_menu_contents_section5_list:empty){
	display:none;
}

#drawer_menu_contents_section5_headline{
	padding-left:10px;
	margin-bottom:10px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

#drawer_menu_contents_section5_headline > img{
	width:20px;
	margin-right:10px;
}

#drawer_menu_contents_section5_headline > span{
	font-size:16px;
	line-height:1.2;
}

#drawer_menu_contents_section5_list{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:10px;
}

#drawer_menu_contents_section5_list > li{
	width:calc((100% / 3) - (20px / 3));
}

#drawer_menu_contents_section5_list a{
	width:100%;
	display:block;
}

#drawer_menu_contents_section5_list img{
	width:100%;
}
/*----------------------------- /drawer_menu_contents_section5 -----------------------------*/

/*----------------------------- drawer_menu_contents_section6 -----------------------------*/
#drawer_menu_contents_section6_anchor{
	height:150px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

#drawer_menu_contents_section6_anchor > div{
	width:100%;
	padding:30px 10px;
	background:#a54863;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

#drawer_menu_contents_section6_anchor span{
	color:#fff;
	font-size:14px;
}

#drawer_menu_contents_section6_anchor > img{
	width:150px;
	aspect-ratio:1;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-75px, -75px);
}
/*----------------------------- /drawer_menu_contents_section6 -----------------------------*/

/*----------------------------- drawer_menu_contents_section7 -----------------------------*/
#drawer_menu_contents_section7_headline{
	font-size:16px;
	line-height:1.2;
	margin-bottom:10px;
}

.drawer_menu_contents_section7_icon_button img{
	width:60%;
	aspect-ratio:1;
	border-radius:10px;
	margin:0 auto 5px;
}

.drawer_menu_contents_section7_icon_button figcaption{
	color:#fff !important;
	font-size:12px;
	line-height:1.2;
}
/*----------------------------- /drawer_menu_contents_section7 -----------------------------*/

/*----------------------------- drawer_menu_contents_section8 -----------------------------*/
.drawer_menu_button0{
	font-size:16px;
	line-height:1.2;
	width:100%;
	padding:15px 0;
	background:#fff;
	border-radius:10px;
	display:block;
	position:relative;
}

.drawer_menu_button0::after{
	content:"";
	width:10px;
	margin-top:-5px;
	width:10px;
	aspect-ratio:1;
	border-top:solid #000 1px;
	border-right:solid #000 1px;
	display:inline-block;
	position:absolute;
	top:50%;
	right:10px;
	transform:rotate(45deg);
}

#drawer_menu_contents_section8_headline{
	padding-left:10px;
	margin-bottom:10px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

#drawer_menu_contents_section8_headline > img{
	width:20px;
	margin-right:10px;
}

#drawer_menu_contents_section8_headline > span{
	font-size:16px;
	line-height:1.2;
}

#drawer_menu_contents_section8 p{
	color:#ffe0e4;
	font-size:13px;
	line-height:1.4;
	text-align:left;
	margin-bottom:10px;
}
/*----------------------------- /drawer_menu_contents_section8 -----------------------------*/

/*----------------------------- drawer_menu_contents_section9 -----------------------------*/
#drawer_menu_contents_section9_headline{
	padding-left:10px;
	margin-bottom:10px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

#drawer_menu_contents_section9_headline > img{
	width:20px;
	margin-right:10px;
}

#drawer_menu_contents_section9_headline > span{
	font-size:16px;
	line-height:1.2;
}

#drawer_menu_contents_section9 p{
	color:#ffe0e4;
	font-size:13px;
	line-height:1.4;
	text-align:left;
	margin-bottom:10px;
}
/*----------------------------- /drawer_menu_contents_section9 -----------------------------*/

/*----------------------------- drawer_menu_contents_section10 -----------------------------*/
#drawer_menu_contents_section10_list{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
	gap:10px;
}

#drawer_menu_contents_section10_list > li{
	width:calc(50% - 5px);
	border-bottom:solid #fff 1px;
}

#drawer_menu_contents_section10_list a{
	color:#fff;
	font-size:12px;
	line-height:3.0;
	text-align:left;
	display:block;
	position:relative;
}

#drawer_menu_contents_section10_list a::after{
	content:"";
	width:10px;
	margin-top:-5px;
	width:10px;
	aspect-ratio:1;
	border-top:solid #fff 1px;
	border-right:solid #fff 1px;
	display:inline-block;
	position:absolute;
	top:50%;
	right:3px;
	transform:rotate(45deg);
}
/*----------------------------- /drawer_menu_contents_section10 -----------------------------*/

/*----------------------------- drawer_menu_contents_section11 -----------------------------*/
#drawer_menu_contents_section11_headline{
	font-size:16px;
	line-height:1.2;
	margin-bottom:20px;
}

#drawer_menu_contents_section11_list{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:10px;
}

#drawer_menu_contents_section11_list > li{
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap:10px;
}

#drawer_menu_contents_section11_list li > span{
	width:50px;
	aspect-ratio:1;
	border:solid #fff 3px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
}

#drawer_menu_contents_section11_list img{
	width:60%;
}

#drawer_menu_contents_section11_list div{
	text-align:left;
	width:calc(100% - 60px);
}

#drawer_menu_contents_section11_list a{
	color:#fff;
	font-size:15px;
	line-height:1.2;
	margin-bottom:5px;
	display:inline-block;
}

#drawer_menu_contents_section11_list p{
	font-size:12px;
	line-height:1.5;
}
/*----------------------------- /drawer_menu_contents_section11 -----------------------------*/
/****************************** /all ******************************/

/****************************** pc ******************************/
@media screen and (min-width:1280px){
	/*----------------------------- layout -----------------------------*/
	.wrapper, 
	.wrapper_inner{
		width:1000px;
	}
	
	.main_contents_section{
		margin-bottom:50px;
	}
	/*----------------------------- /layout -----------------------------*/
	
	/*----------------------------- noscript -----------------------------*/
	noscript > p{
		font-size:12px;
	}
	/*----------------------------- /noscript -----------------------------*/
	
	/*----------------------------- product_search_form -----------------------------*/
	.product_search_form{
		height:36px;
		border-radius:8px;
	}
	
	.product_search_form > input[type="search"]{
		font-size:16px;
		text-indent:10px;
	}
	/*----------------------------- /product_search_form -----------------------------*/
	
	/*----------------------------- common_section -----------------------------*/
	.common_section0{
		margin-bottom:30px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-direction:row-reverse;
	}
	
	.common_section0_product_search_form{
		width:360px;
	}
	
	.common_section0_keywords_div0{
		width:580px;
		display:flex;
		justify-content:flex-start;
		align-items:center;
	}
	
	.common_section0_keywords_div0 > h2{
		width:26%;
		font-size:14px;
		font-weight:bold;
	}
	
	.common_section0_keywords_div0 > h2 > span{
		display:block;
	}
	
	.common_section0_keywords_div0 > h2 > span:first-child::before{
		content:"\FF3C\FF3C";
	}
	
	.common_section0_keywords_div0 > h2 > span:first-child::after{
		content:"\FF0F\FF0F";
	}
	
	.common_section0_keywords_div0 > h2 > span:first-child::before, 
	.common_section0_keywords_div0 > h2 > span:first-child::after{
		transform:scale(0.5, 1);
		display:inline-block;
	}
	
	.common_section0_favorite_keywords_list{
		width:74%;
		min-height:58px;
		gap:6px;
	}
	
	.common_section0_favorite_keywords_list > li > a{
		color:#fff;
		font-size:13px;
		line-height:1.2;
		padding:5px 8px;
		background:#d3245e;
		border-radius:8px;
	}
	/*----------------------------- /common_section -----------------------------*/
	
	/*----------------------------- header -----------------------------*/
	#header_navi0_section{
		padding:3px 0;
	}
	
	#header_contents_section.sticky_active{
		position:relative !important;
		top:unset;
		left:unset;
		z-index:unset;
	}
	
	#header_navi0_list{
		display:flex;
		justify-content:flex-end;
		align-items:center;
	}
	
	#header_navi0_list > li{
		border-left:solid #000 1px;
	}
	
	#header_navi0_list > li:first-child{
		border-left:none;
	}
	
	#header_navi0_list a{
		font-size:12px;
		line-height:1.5;
		padding:0 10px;
		display:block;
	}
	
	#header_contents_section{
		padding:10px 0;
	}
	
	#header_headline{
		font-size:14px;
		width:400px;
		margin-left:-190px;
		position:absolute;
		top:12px;
		left:50%;
		z-index:1;
	}
	
	#header_logo_anchor{
		width:500px;
		margin-inline:auto;
	}
	
	#header_navi1{
		display:none;
	}
	/*----------------------------- /header -----------------------------*/
	
	/*----------------------------- footer -----------------------------*/
	#footer{
		margin-top:80px;
	}
	
	.footer_section{
		margin-bottom:30px;
	}
	
	#footer_section0_headline0{
		font-size:16px;
		padding:10px 0;
		margin-bottom:30px;
	}
	
	#footer_section0_ul0{
		gap:20px;
	}
	
	#footer_section0_ul0 > li{
		width:320px;
	}
	
	.footer_section0_headline1{
		margin-bottom:10px;
	}
	
	.footer_section0_headline1 > a, 
	.footer_section0_headline1:not(:has(a)){
		padding:8px 0;
	}
	
	.footer_section0_headline1 > a::after{
		width:10px;
		margin-top:-5px;
		right:10px;
	}
	
	.footer_section0_headline1 img{
		width:50px;
		top:-5px;
		left:5px;
	}
	
	.footer_section0_headline1 > a > span, 
	.footer_section0_headline1 > span{
		font-size:16px;
		text-indent:10px;
		margin-left:55px;
	}
	
	.footer_section0_ul1 a{
		padding:8px 0;
	}
	
	.footer_section0_ul1 a::after{
		width:12px;
		bottom:3px;
		right:3px;
	}
	
	.footer_section0_ul1 figure{
		padding-left:5px;
	}
	
	.footer_section0_ul1 figure img{
		width:40px;
	}
	
	.footer_section0_ul1 figcaption{
		font-size:16px;
		margin-left:10px;
	}
	
	.footer_section0_ul1_size_ll_5l::before, 
	.footer_section0_ul1_size_ll_6l::before{
		font-size:14px;
	}
	
	#footer_section1_nav li{
		border-inline:solid #fff 1px;
	}
	
	#footer_section1_nav li:first-child{
		border-left:solid #fff 2px;
	}
	
	#footer_section1_nav li:last-child{
		border-right:solid #fff 2px;
	}
	
	#footer_section1_nav a{
		padding:15px 0;
	}
	
	#footer_section1_nav figure{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	#footer_section1_nav img{
		width:30px;
	}
	
	#footer_section1_nav figcaption{
		font-size:22px;
		line-height:1.2;
		margin-left:10px;
	}
	
	#footer_div0{
		margin-bottom:30px;
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		flex-direction:row-reverse;
	}
	
	#footer_section3{
		width:560px;
	}
	
	#footer_section3_headline_img{
		margin-bottom:10px;
	}
	
	#footer_section4{
		width:410px;
	}
	
	#footer_section4_headline{
		font-size:16px;
		margin-bottom:10px;
	}
	
	#footer_section4_calendar{
		padding:8px 0;
		margin-bottom:10px;
	}
	
	#footer_section4_div0 > ul{
		margin-bottom:5px;
		gap:10px;
	}
	
	#footer_section4_div0 li{
		font-size:14px;
	}
	
	#footer_section4_div0 li::before{
		width:12px;
		margin-right:8px;
	}
	
	#footer_section4_div0 > p{
		font-size:13px;
	}
	
	#footer_section5{
		padding:30px 0;
	}
	
	#footer_section5_ul0{
		margin-bottom:20px;
	}
	
	#footer_section5_ul0 > li{
		width:90px;
	}
	
	#footer_section5_ul0 span{
		width:30px;
		margin:5px auto;
	}
	
	#footer_section5_ul0 figcaption{
		font-size:13px;
	}
	
	#footer_section5_ul1{
		margin-bottom:20px;
	}
	
	#footer_section5_ul1 a{
		font-size:12px;
		padding:0 10px;
	}
	
	#footer_section5_copyright{
		font-size:14px;
	}
	
	#footer_section6_headline0{
		font-size:16px;
		padding:10px 0;
		margin-bottom:30px;
	}
	
	#footer_section6_ul0{
		gap:20px;
	}
	
	#footer_section6_ul0 > li{
		width:calc((100% / 6) - (100px / 6));
	}
	
	.footer_section6_size_button{
		font-size:16px;
		padding:10px 0;
		box-shadow:inset 3px 3px 4px rgba(255, 255, 255, 0.8), inset -3px -3px 4px rgba(0, 0, 0, 0.3);
		border-radius:6px;
	}
	/*----------------------------- /footer -----------------------------*/
	
	/*----------------------------- right_fix -----------------------------*/
	#right_fix_nav{
		width:135px;
		bottom:130px;
	}
	
	#right_fix_nav > ul{
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
		gap:5px;
	}
	
	#right_fix_nav li{
		width:100%;
	}
	
	#right_fix_nav a{
		width:100%;
		display:block;
	}
	
	#right_fix_nav img{
		width:100%;
	}
	
	#right_fix_scroll_button{
		font-size:12px;
		width:80px;
		border-radius:10px;
		bottom:15px;
	}
	
	#right_fix_scroll_button::before{
		width:15px;
		margin-bottom:10px;
	}
	/*----------------------------- /right_fix -----------------------------*/
}
/****************************** /pc ******************************/

/****************************** tablet ******************************/
@media screen and (min-width:768px) and (max-width:1280px){
	/*----------------------------- layout -----------------------------*/
	.wrapper{
		width:100%;
	}
	
	.wrapper_inner{
		width:98%;
	}
	
	.main_contents_section{
		margin-bottom:5.0vw;
	}
	/*----------------------------- /layout -----------------------------*/
	
	/*----------------------------- noscript -----------------------------*/
	noscript > p{
		font-size:1.2vw;
	}
	/*----------------------------- /noscript -----------------------------*/
	
	/*----------------------------- anchor_point -----------------------------*/
	.anchor_point{
		transform:translateY(-8.5vw);
	}
	/*----------------------------- /anchor_point -----------------------------*/
	
	/*----------------------------- product_search_form -----------------------------*/
	.product_search_form{
		height:5.0vw;
		border-radius:1.0vw;
	}
	
	.product_search_form > input[type="search"]{
		font-size:2.5vw;
		text-indent:1.5vw;
	}
	/*----------------------------- /product_search_form -----------------------------*/
	
	/*----------------------------- common_section -----------------------------*/
	.common_section0{
		margin-bottom:3.0vw;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-direction:row-reverse;
	}
	
	.common_section0_product_search_form{
		width:44%;
	}
	
	.common_section0_keywords_div0{
		width:54%;
		display:flex;
		justify-content:flex-start;
		align-items:center;
	}
	
	.common_section0_keywords_div0 > h2{
		width:30%;
		font-size:1.4vw;
		font-weight:bold;
	}
	
	.common_section0_keywords_div0 > h2 > span{
		display:block;
	}
	
	.common_section0_keywords_div0 > h2 > span:first-child::before{
		content:"\FF3C\FF3C";
	}
	
	.common_section0_keywords_div0 > h2 > span:first-child::after{
		content:"\FF0F\FF0F";
	}
	
	.common_section0_keywords_div0 > h2 > span:first-child::before, 
	.common_section0_keywords_div0 > h2 > span:first-child::after{
		transform:scale(0.5, 1);
		display:inline-block;
	}
	
	.common_section0_favorite_keywords_list{
		width:70%;
		min-height:7.1vw;
		gap:0.8vw;
	}
	
	.common_section0_favorite_keywords_list > li > a{
		color:#fff;
		font-size:1.8vw;
		line-height:1.2;
		padding:0.5vw 1.0vw;
		background:#d3245e;
		border-radius:1.0vw;
	}
	/*----------------------------- /common_section -----------------------------*/
	
	/*----------------------------- header -----------------------------*/
	#header_navi0_section{
		display:none;
	}
	
	#header_contents_section{
		padding:1.2vw 0 1.0vw;
		transition:0.3s;
	}
	
	#header_contents_section.sticky_active{
		padding:0.6vw 0 0.4vw;
	}
	
	#header_headline{
		font-size:1.6vw;
		width:40%;
		position:absolute;
		top:0.3vw;
		left:30%;
		z-index:1;
		transition:opacity 0.3s ease, max-height 0.3s ease;
	}
	
	#header_contents_section.sticky_active #header_headline{
		max-height:0;
		margin-bottom:0;
		opacity:0;
		overflow:hidden;
		visibility:hidden;
	}
	
	#header_logo_anchor{
		width:48%;
		margin-inline:auto;
		transition:0.3s;
	}
	
	#header_contents_section.sticky_active #header_logo_anchor{
		width:40%;
	}
	
	#header_navi1{
		width:21%;
		position:absolute;
		bottom:0;
		right:0;
	}
	
	#header_navi1 > ul{
		width:100%;
		margin-bottom:0.3vw;
		display:flex;
		justify-content:flex-end;
		align-items:center;
	}
	
	#header_navi1 li{
		width:23%;
	}
	
	#header_navi1 li:last-child{
		width:31%;
	}
	
	#header_navi1 a{
		width:100%;
		position:relative;
		display:block;
	}
	
	.header_navi1_icon_wrapper{
		width:80%;
		aspect-ratio:1;
		margin-inline:auto;
		background:#fff;
		border-radius:0.5vw;
		position:relative;
		display:flex;
		justify-content:center;
		align-items:center;
		overflow:hidden;
	}
	
	#header_navi1 a img{
		width:100%;
	}
	
	#header_navi1 li > button{
		width:100%;
		position:relative;
		display:block;
	}
	
	#header_navi1 li > button::before{
		content:"";
		width:5.0vw;
		aspect-ratio:1;
		margin:auto;
		border:solid #fff 2px;
		border-radius:50%;
		position:relative;
		z-index:2;
		display:block;
	}
	
	#header_navi1 li > button::after{
		content:"MENU";
		color:#fff;
		font-size:1.1vw;
		line-height:9.2vw;
		width:100%;
		height:6.0vw;
		background:#000;
		border-bottom-right-radius:50%;
		border-bottom-left-radius:50%;
		position:absolute;
		bottom:-2.6vw;
		left:0;
		z-index:1;
		display:block;
	}
	
	#header_navi1 li:last-child img{
		width:2.8vw;
		margin-left:-1.4vw;
		position:absolute;
		top:1.35vw;
		left:50%;
		z-index:3;
	}
	
	.header_product_count{
		color:#fff;
		font-size:1.5vw;
		line-height:1.2;
		white-space:nowrap;
		min-width:2.4vw;
		aspect-ratio:1;
		background:#e00;
		border-radius:50%;
		display:flex;
		justify-content:center;
		align-items:center;
		position:absolute;
		top:-1.8vw;
		right:0.1vw;
		z-index:2;
	}
	
	.header_product_count:empty{
		display:none;
	}
	/*----------------------------- /header -----------------------------*/
	
	/*----------------------------- footer -----------------------------*/
	#footer{
		margin-top:8.0vw;
	}
	
	.footer_section{
		margin-bottom:4.0vw;
	}
	
	#footer_section0_headline0{
		font-size:2.0vw;
		padding:0.8vw 0;
		margin-bottom:3.0vw;
	}
	
	#footer_section0_ul0{
		gap:2.25vw;
	}
	
	#footer_section0_ul0 > li{
		width:calc(33.33333% - 1.5vw);
	}
	
	.footer_section0_headline1{
		margin-bottom:1.5vw;
	}
	
	.footer_section0_headline1 > a, 
	.footer_section0_headline1:not(:has(a)){
		padding:1.0vw 0;
	}
	
	.footer_section0_headline1 > a::after{
		width:1.2vw;
		margin-top:-0.6vw;
		right:0.8vw;
	}
	
	.footer_section0_headline1 img{
		width:6.0vw;
		top:-0.7vw;
		left:0.3vw;
	}
	
	.footer_section0_headline1 > a > span, 
	.footer_section0_headline1 > span{
		font-size:1.6vw;
		text-indent:0;
		margin-left:6.3vw;
	}
	
	.footer_section0_ul1 a{
		padding:1.0vw 0;
	}
	
	.footer_section0_ul1 a::after{
		width:1.4vw;
		bottom:0.4vw;
		right:0.4vw;
	}
	
	.footer_section0_ul1 figure{
		padding-left:0.8vw;
	}
	
	.footer_section0_ul1 figure img{
		width:4.0vw;
	}
	
	.footer_section0_ul1 figcaption{
		font-size:1.5vw;
		margin-left:1.0vw;
	}
	
	.footer_section0_ul1_size_ll_5l::before, 
	.footer_section0_ul1_size_ll_6l::before{
		font-size:1.4vw;
	}
	
	#footer_section1_nav li{
		border-inline:solid #fff 0.1vw;
	}
	
	#footer_section1_nav li:first-child{
		border-left:none;
	}
	
	#footer_section1_nav li:last-child{
		border-right:none;
	}
	
	#footer_section1_nav a{
		padding:1.0vw 0;
	}
	
	#footer_section1_nav figure{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	#footer_section1_nav img{
		width:3.5vw;
	}
	
	#footer_section1_nav figcaption{
		font-size:2.5vw;
		line-height:1.2;
		margin-left:1.0vw;
	}
	
	#footer_div0{
		margin-bottom:3.0vw;
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		flex-direction:row-reverse;
	}
	
	#footer_section3{
		width:60%;
	}
	
	#footer_section3_headline_img{
		margin-bottom:1.0vw;
	}
	
	#footer_section4{
		width:37%;
	}
	
	#footer_section4_headline{
		font-size:2.0vw;
		margin-bottom:0.8vw;
	}
	
	#footer_section4_calendar{
		padding:0.6vw 0;
		margin-bottom:1.5vw;
	}
	
	#footer_section4_div0 > ul{
		margin-bottom:1.0vw;
		gap:1.0vw;
	}
	
	#footer_section4_div0 li{
		font-size:1.5vw;
	}
	
	#footer_section4_div0 li::before{
		width:1.2vw;
		margin-right:0.5vw;
	}
	
	#footer_section4_div0 > p{
		font-size:1.2vw;
	}
	
	#footer_section5{
		padding:3.0vw 0;
	}
	
	#footer_section5_ul0{
		margin-bottom:2.0vw;
	}
	
	#footer_section5_ul0 > li{
		width:9.5vw;
	}
	
	#footer_section5_ul0 span{
		width:3.5vw;
		margin:0.8vw auto;
	}
	
	#footer_section5_ul0 figcaption{
		font-size:1.2vw;
	}
	
	#footer_section5_ul1{
		margin-bottom:2.0vw;
	}
	
	#footer_section5_ul1 a{
		font-size:1.2vw;
		padding:0 1.0vw;
	}
	
	#footer_section5_copyright{
		font-size:1.6vw;
	}
	
	#footer_section6_headline0{
		font-size:2.0vw;
		padding:0.8vw 0;
		margin-bottom:3.0vw;
	}
	
	#footer_section6_ul0{
		gap:2.25vw;
	}
	
	#footer_section6_ul0 > li{
		width:calc((100% / 6) - (11.25vw / 6));
	}
	
	.footer_section6_size_button{
		font-size:1.6vw;
		padding:1.0vw 0;
		box-shadow:inset 0.3vw 0.3vw 0.4vw rgba(255, 255, 255, 0.8), inset -0.3vw -0.3vw 0.4vw rgba(0, 0, 0, 0.3);
		border-radius:0.6vw;
	}
	/*----------------------------- /footer -----------------------------*/
	
	/*----------------------------- right_fix -----------------------------*/
	#right_fix_nav{
		bottom:12.0vw;
	}

	#right_fix_scroll_button{
		font-size:1.2vw;
		width:8.0vw;
		border-radius:1.0vw;
		bottom:1.5vw;
	}
	
	#right_fix_scroll_button::before{
		width:1.5vw;
		margin-bottom:1.0vw;
	}
	/*----------------------------- /right_fix -----------------------------*/
}
/****************************** /tablet ******************************/

/****************************** sp ******************************/
@media screen and (max-width:768px){
	/*----------------------------- layout -----------------------------*/
	.wrapper{
		width:100%;
	}
	
	.wrapper_inner{
		width:97%;
	}
	
	.main_contents_section{
		margin-bottom:7.0vw;
	}
	/*----------------------------- /layout -----------------------------*/
	
	/*----------------------------- noscript -----------------------------*/
	noscript > p{
		font-size:2.5vw;
	}
	/*----------------------------- /noscript -----------------------------*/
	
	/*----------------------------- anchor_point -----------------------------*/
	.anchor_point{
		transform:translateY(-17.8vw);
	}
	/*----------------------------- /anchor_point -----------------------------*/
	
	/*----------------------------- product_search_form -----------------------------*/
	.product_search_form{
		width:100%;
		height:10.2vw;
		margin-bottom:2.0vw;
		border-radius:1.0vw;
	}
	
	.product_search_form > input[type="search"]{
		font-size:4.5vw;
		text-indent:1.5vw;
	}
	/*----------------------------- /product_search_form -----------------------------*/
	
	/*----------------------------- common_section -----------------------------*/
	.common_section0{
		margin-bottom:4.0vw;
	}
	
	.common_section0_product_search_form{
		width:100%;
	}
	
	.common_section0_keywords_div0{
		padding-bottom:1.0vw;
		border:solid #ccc 1px;
		border-radius:1.5vw;
	}
	
	.common_section0_keywords_div0 > h2{
		font-size:3.6vw;
		width:96%;
		padding-bottom:1.0vw;
		margin:1.0vw auto 2.0vw;
		border-bottom:solid #ccc 1px;
	}
	
	.common_section0_keywords_div0 > h2 > span{
		display:block;
	}
	
	.common_section0_keywords_div0 > h2 > span:first-child{
		display:none;
	}
	
	.common_section0_favorite_keywords_list{
		width:96%;
		min-height:20.0vw;
		margin-inline:auto;
		gap:2.0vw;
	}
	
	.common_section0_favorite_keywords_list > li > a{
		font-size:3.6vw;
		text-indent:1.0vw;
		line-height:1.2;
		padding:0.5vw 1.0vw 0.5vw 4.4vw;
		position:relative;
	}
	
	.common_section0_favorite_keywords_list > li > a::before{
		content:"";
		width:4.4vw;
		aspect-ratio:1;
		background:#d3245e;
		border-radius:1.0vw;
		display:block;
		position:absolute;
		top:0.2vw;
		left:0;
		z-index:0;
	}
	
	.common_section0_favorite_keywords_list > li > a::after{
		content:"";
		width:2.0vw;
		aspect-ratio:1;
		border-top:solid #fff 2px;
		border-right:solid #fff 2px;
		display:inline-block;
		position:absolute;
		top:1.5vw;
		left:0.8vw;
		z-index:1;
		transform:rotate(45deg);
	}
	/*----------------------------- /common_section -----------------------------*/
	
	/*----------------------------- header -----------------------------*/
	#header_navi0_section{
		display:none;
	}
	
	#header_contents_section{
		padding:1.5vw 0 2.0vw;
	}
	
	#header_headline{
		font-size:3.5vw;
		text-indent:1.0vw;
		text-align:left;
		width:100%;
		max-height:4.2vw;
		margin-bottom:0.6vw;
		transition:opacity 0.3s ease, max-height 0.3s ease;
	}
	
	#header_contents_section.sticky_active #header_headline{
		max-height:0;
		margin-bottom:0;
		opacity:0;
		overflow:hidden;
		visibility:hidden;
	}
	
	#header_logo_anchor{
		width:56%;
		margin:0 auto 0 0;
	}
	
	#header_navi1{
		width:44%;
		position:absolute;
		bottom:0;
		right:0;
	}
	
	#header_navi1 > ul{
		width:100%;
		margin-bottom:1.0vw;
		display:flex;
		justify-content:flex-end;
		align-items:center;
	}
	
	#header_navi1 li{
		width:23%;
	}
	
	#header_navi1 li:last-child{
		width:31%;
	}
	
	#header_navi1 a{
		width:100%;
		position:relative;
		display:block;
	}
	
	.header_navi1_icon_wrapper{
		width:80%;
		aspect-ratio:1;
		margin-inline:auto;
		background:#fff;
		border-radius:1.5vw;
		position:relative;
		display:flex;
		justify-content:center;
		align-items:center;
		overflow:hidden;
	}
	
	#header_navi1 a img{
		width:100%;
	}
	
	#header_navi1 li > button{
		width:100%;
		position:relative;
		display:block;
		cursor:pointer
	}
	
	#header_navi1 li > button::before{
		content:"";
		width:9.6vw;
		aspect-ratio:1;
		margin:auto;
		border:solid #fff 2px;
		border-radius:50%;
		position:relative;
		z-index:2;
		display:block;
	}
	
	#header_navi1 li > button::after{
		content:"MENU";
		color:#fff;
		font-size:2.0vw;
		line-height:14.5vw;
		width:100%;
		height:10.0vw;
		background:#000;
		border-bottom-right-radius:50%;
		border-bottom-left-radius:50%;
		position:absolute;
		bottom:-5.0vw;
		left:0;
		z-index:1;
		display:block;
	}
	
	#header_navi1 li:last-child img{
		width:5.2vw;
		margin-left:-2.6vw;
		position:absolute;
		top:2.55vw;
		left:50%;
		z-index:3;
	}
	
	.header_product_count{
		color:#fff;
		font-size:3.0vw;
		line-height:1.2;
		white-space:nowrap;
		min-width:4.1vw;
		aspect-ratio:1;
		background:#e00;
		border-radius:50%;
		display:flex;
		justify-content:center;
		align-items:center;
		position:absolute;
		top:-1.4vw;
		right:0.1vw;
		z-index:2;
	}
	
	.header_product_count:empty{
		display:none;
	}
	/*----------------------------- /header -----------------------------*/
	
	/*----------------------------- footer -----------------------------*/
	#footer{
		margin-top:15.0vw;
	}
	
	.footer_section{
		margin-bottom:4.0vw;
	}
	
	#footer_section0_headline0{
		font-size:4.5vw;
		padding:1.5vw 0;
		margin-bottom:3.0vw;
	}
	
	#footer_section0_ul0{
		gap:2.5vw;
	}
	
	#footer_section0_ul0 > li{
		width:100%;
	}
	
	.footer_section0_headline1{
		margin-bottom:3.0vw;
	}
	
	.footer_section0_headline1 > a, 
	.footer_section0_headline1:not(:has(a)){
		padding:1.2vw 0;
	}
	
	.footer_section0_headline1 > a::after{
		width:3.0vw;
		margin-top:-1.5vw;
		right:2.5vw;
	}
	
	.footer_section0_headline1 img{
		width:12.0vw;
		top:-1.8vw;
		left:1.0vw;
	}
	
	.footer_section0_headline1 > a > span, 
	.footer_section0_headline1 > span{
		font-size:4.0vw;
		text-indent:1.0vw;
		margin-left:13.0vw;
	}
	
	.footer_section0_ul1{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		flex-wrap:wrap;
	}
	
	.footer_section0_ul1 > li{
		width:50%;
	}
	
	.footer_section0_ul1 a{
		padding:2.0vw 0;
	}
	
	.footer_section0_ul1 a::after{
		width:2.5vw;
		bottom:0.6vw;
		right:0.6vw;
	}
	
	.footer_section0_ul1 figure{
		padding-left:1.0vw;
	}
	
	.footer_section0_ul1 figure img{
		width:9.0vw;
	}
	
	.footer_section0_ul1 figcaption{
		font-size:3.2vw;
		margin-left:1.0vw;
	}
	
	.footer_section0_ul1_size_ll_5l::before, 
	.footer_section0_ul1_size_ll_6l::before{
		font-size:3.0vw;
	}
	
	#footer_section1_nav li{
		border-inline:solid #fff 0.2vw;
	}
	
	#footer_section1_nav li:first-child{
		border-left:none;
	}
	
	#footer_section1_nav li:last-child{
		border-right:none;
	}
	
	#footer_section1_nav a{
		padding:1.5vw 0;
	}
	
	#footer_section1_nav img{
		width:7.0vw;
	}
	
	#footer_section1_nav figcaption{
		font-size:3.5vw;
		line-height:1.5;
		width:75%;
		padding-top:0.8vw;
		margin:1.4vw auto 0;
		border-top:solid #fff 1px;
	}
	
	#footer_div0{
		margin-bottom:3.0vw;
	}
	
	#footer_section3{
		margin-bottom:3.0vw;
	}
	
	#footer_section3_headline_img{
		margin-bottom:2.0vw;
	}
	
	#footer_section4_headline{
		font-size:4.5vw;
		margin-bottom:1.0vw;
	}
	
	#footer_section4_calendar{
		padding:1.8vw 0;
		margin-bottom:3.0vw;
	}
	
	#footer_section4_div0 > ul{
		margin-bottom:2.0vw;
		gap:2.0vw;
	}
	
	#footer_section4_div0 li{
		font-size:3.5vw;
	}
	
	#footer_section4_div0 li::before{
		width:2.0vw;
		margin-right:1.0vw;
	}
	
	#footer_section4_div0 > p{
		font-size:3.0vw;
	}
	
	#footer_section5{
		padding:5.0vw 0;
	}
	
	#footer_section5_ul0{
		margin-bottom:3.0vw;
	}
	
	#footer_section5_ul0 > li{
		width:22.0vw;
	}
	
	#footer_section5_ul0 span{
		width:9.0vw;
		margin:1.5vw auto;
	}
	
	#footer_section5_ul0 figcaption{
		font-size:3.2vw;
	}
	
	#footer_section5_ul1{
		margin-bottom:4.0vw;
	}
	
	#footer_section5_ul1 a{
		font-size:3.2vw;
		padding:0 1.5vw;
	}
	
	#footer_section5_copyright{
		font-size:3.0vw;
	}
	
	#footer_section6_headline0{
		font-size:4.5vw;
		padding:1.5vw 0;
		margin-bottom:3.0vw;
	}
	
	#footer_section6_ul0{
		gap:2.0vw;
	}
	
	#footer_section6_ul0 > li{
		width:calc((100% / 3) - (4.0vw / 3));
	}
	
	.footer_section6_size_button{
		font-size:4.5vw;
		padding:2.0vw 0;
		box-shadow:inset 1.1vw 1.1vw 0.8vw rgba(255, 255, 255, 0.8), inset -1.1vw -1.1vw 0.8vw rgba(0, 0, 0, 0.3);
		border-radius:1.2vw;
	}
	/*----------------------------- /footer -----------------------------*/
	
	/*----------------------------- right_fix -----------------------------*/
	#right_fix_nav{
		bottom:20.0vw;
	}

	#right_fix_scroll_button{
		font-size:2.2vw;
		width:14.0vw;
		border-radius:2.0vw;
		bottom:3.0vw;
	}
	
	#right_fix_scroll_button::before{
		width:3.0vw;
		margin-bottom:2.0vw;
	}
	/*----------------------------- /right_fix -----------------------------*/
}
/****************************** /sp ******************************/

/****************************** all ******************************/
/*----------------------------- layout -----------------------------*/
#main_contents{
	margin-inline:auto;
}
/*----------------------------- /layout -----------------------------*/

/*----------------------------- breadcrumb -----------------------------*/
.fs-c-breadcrumb__list{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}

.fs-c-breadcrumb li{
	line-height:1.4;
	text-align:left;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.fs-c-breadcrumb li:not(:first-child)::before{
	content:">";
	color:#999;
}

.fs-c-breadcrumb a{
	display:inline-block;
}
/*----------------------------- /breadcrumb -----------------------------*/

/*----------------------------- main_contents_common -----------------------------*/
.fs-c-requiredMark::before{
	color:#c00;
}

.fs-c-time{
	white-space:normal;
	display:inline-block;
}
/*----------------------------- /main_contents_common -----------------------------*/

/*----------------------------- main_contents_carousel -----------------------------*/
.fs-c-button--carousel{
	border:none;
	background:none;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	cursor:pointer;
	transition-property:all;
	transition-duration:0.5s;
	transition-timing-function:linear;
	transition-delay:0s;
}

.fs-c-button--carousel .fs-c-button__label{
	display:none;
}

.fs-c-button--carousel--prev::before, 
.fs-c-button--carousel--next::before{
	font-family:"fs-icon" !important;
	line-height:1;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
}

.fs-c-button--carousel--prev::before{
	content:"\e90b";
}

.fs-c-button--carousel--next::before{
	content:"\e90c";
}

.fs-c-coordinationCarouselMainImage__image__caption{
	color:#ffffff;
	line-height:1.8;
	background:rgba(30, 30, 30, 0.4);
}

.fs-c-coordinationCarouselMainImage__expandButton{
	justify-content:flex-end;
}

.slick-active .fs-c-coordinationCarouselMainImage__thumbnail__img{
	border-color:#666;
}

.fs-c-productCarouselMainImage__image__caption{
	color:#fff;
	line-height:1.8;
	background:rgba(30, 30, 30, 0.4);
}

.fs-c-productCarouselMainImage__expandButton{
	justify-content:flex-end;
}

.slick-active .fs-c-productCarouselMainImage__thumbnail__img{
	border-color:#666;
}

.fs-pt-carousel__slide{
	position:relative;
}

.fs-pt-carousel__slide__caption{
	color:#fff;
	background:rgba(30, 30, 30, 0.4);
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}

.fs-c-productListItem__salesPeriod{
	border: solid #000 1px;
}
/*----------------------------- /main_contents_carousel -----------------------------*/

/*----------------------------- main_contents_product_list -----------------------------*/
.fs-c-productList__list{
	width:100%;
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
}

.fs-c-productListItem__viewMoreImageButton{
	display:none;
}

.fs-c-productListItem__productName > a, 
.fs-c-productListItem__productName span{
	display:block;
}

.fs-c-productListItem__productName span{
	line-height:1.4;
	text-align:left;
	display:-webkit-box;
	overflow:hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
}

.fs-c-productPrice--listed > span, 
.fs-c-productPrice--selling{
	display:flex;
	justify-content:flex-start;
	align-items:baseline;
}

.fs-c-productPrice--selling .fs-c-productPrice__addon__label::before{
	content:"(";
}

.fs-c-productPrice--selling .fs-c-productPrice__addon__label::after{
	content:")";
}

.fs-c-price__price{
	align-items:baseline;
	justify-content:flex-end;
}

.fs-c-productListItem__productDescription{
	display:none;
}

.fs-c-aggregateRating__rating{
	align-items:center;
}

.fs-c-button--addToCart--list{
	width:100%;
	background:linear-gradient(to bottom, #ffde8c 0%, #ffdd85 10%, #ffa933 50%, #ff8f11 90%, #8a4b06 100%);
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.fs-c-button--addToCart--list::before{
	content:"";
	aspect-ratio:1;
	background:#fff;
	border-radius:50%;
	display:block;
	position:absolute;
	top:50%;
}

.fs-c-button--addToCart--list::after{
	content:"";
	aspect-ratio:1;
	background:#ffac39;
	clip-path:polygon(0 0, 100% 50%, 0 100%);
	display:block;
	position:absolute;
	top:50%;
}

.fs-c-button--addToCart--list > span{
	color:#fff !important;
	line-height:1.2;
	font-weight:bold;
	vertical-align:middle;
	display:inline-flex;
	justify-content:center;
	align-items:center;
}

.fs-c-button--addToCart--list > span::before{
	content:"";
	aspect-ratio:1;
	background:url(//www.gold-japan.jp/pages/cc/product_detail/main/img/cart.svg);
}

.fs-c-button--viewProductDetail{
	margin-inline:auto;
	background:linear-gradient(to bottom, #ffde8c 0%, #ffdd85 10%, #ffa933 50%, #ff8f11 90%, #8a4b06 100%);
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.fs-c-button--viewProductDetail::before{
	content:"";
	aspect-ratio:1;
	background:#fff;
	border-radius:50%;
	display:block;
	position:absolute;
	top:50%;
}

.fs-c-button--viewProductDetail::after{
	content:"";
	aspect-ratio:1;
	background:#ffac39;
	clip-path:polygon(0 0, 100% 50%, 0 100%);
	display:block;
	position:absolute;
	top:50%;
}

.fs-c-button--viewProductDetail > span{
	color:#fff !important;
	line-height:1.2;
	font-weight:bold;
	vertical-align:middle;
	display:inline-flex;
	justify-content:center;
	align-items:center;
}

.fs-c-button--viewProductDetail > span::before{
	content:"";
	aspect-ratio:1;
	background:url(//www.gold-japan.jp/pages/cc/product_detail/main/img/cart.svg);
}

.fs-c-button--addToWishList--icon{
	width:100%;
	background:linear-gradient(to bottom, #f8ccdd 0%, #f8a2c9 10%, #ee8bb7 50%, #f974ab 90%, #7f3955 100%);
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.fs-c-button--addToWishList--icon > span{
	color:#fff !important;
	line-height:1.2;
	font-weight:bold;
	vertical-align:middle;
	display:inline-flex;
	justify-content:center;
	align-items:center;
}

.fs-c-button--removeFromWishList--icon{
	width:100%;
	background:linear-gradient(to bottom, #f3f3f3 0%, #dcdcdc 10%, #b5b5b5 50%, #8c8c8c 90%, #4a4a4a 100%);
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}

.fs-c-button--removeFromWishList--icon > span{
	color:#fff !important;
	line-height:1.2;
	font-weight:bold;
	vertical-align:middle;
	text-shadow:#9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px, #9f9f9f 0 0 2px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
}
/*----------------------------- /main_contents_product_list -----------------------------*/

/*----------------------------- main_contents_sort_list -----------------------------*/
.fs-c-sortItems{
	display:flex;
	align-items:center;
}

.fs-c-sortItems__label{
	white-space:nowrap;
	border-right:solid #000 1px;
}

.fs-c-sortItems__list{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.fs-c-sortItems__list__item__label{
	display:block;
}

span.fs-c-sortItems__list__item__label{
	border:solid #000 1px;
	background:#fafafa;
}
/*----------------------------- /main_contents_sort_list -----------------------------*/

/*----------------------------- main_contents_pager -----------------------------*/
.fs-c-pagination{
	border-radius:unset;
	display:inline-flex;
	align-items: center;
}

.fs-c-pagination__item{
	line-height:1.2;
}

.fs-c-pagination__item.is-active{
	border:solid #000 1px;
	background:#fafafa;
	display:inline-block;
}

[class*=fs-c-pagination__item--]::before{
	width:auto;
	height:auto;
}
/*----------------------------- /main_contents_pager -----------------------------*/

/*----------------------------- main_contents_product_detail_modal -----------------------------*/
.fs-c-modal__title{
	width:100%;
	border-bottom:solid #000 1px;
}

.fs-c-modal__close{
	color:#fff;
	aspect-ratio:1;
	padding:0;
	background:#000;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
}

.fs-c-modal__close::before{
	font-weight:bold;
}

.fs-c-modal__contents{
	text-align:left;
	padding:0;
}
/*----------------------------- /main_contents_product_detail_modal -----------------------------*/
/****************************** /all ******************************/

/****************************** pc ******************************/
@media screen and (min-width:1280px){
	/*----------------------------- layout -----------------------------*/
	#main_contents{
		width:1000px;
	}
	/*----------------------------- /layout -----------------------------*/
	
	/*----------------------------- breadcrumb -----------------------------*/
	.fs-c-breadcrumb{
		margin-block:20px;
	}
	
	.fs-c-breadcrumb__list{
		gap:5px;
	}

	.fs-c-breadcrumb li{
		font-size:15px;
	}
	
	.fs-c-breadcrumb li:not(:first-child)::before{
		font-size:13px;
		margin-right:5px;
	}
	/*----------------------------- /breadcrumb -----------------------------*/

	/*----------------------------- main_contents_common -----------------------------*/
	.fs-l-main{
		font-size:14px;
	}

	.fs-c-inputTable__headerCell, 
	.fs-c-inputTable__dataCell{
		padding:5px 3px;
	}
	/*----------------------------- /main_contents_common -----------------------------*/

	/*----------------------------- main_contents_carousel -----------------------------*/
	.fs-c-button--carousel--prev::before, 
	.fs-c-button--carousel--next::before{
		font-size:50px;
	}
	
	.fs-c-productListCarousel__list__item{
		min-width:206px;
		max-width:206px;
		margin-inline:10px;
	}

	.fs-c-coordinationCarouselMainImage__thumbnailList{
		margin-block:10px;
	}

	.fs-c-coordinationCarouselMainImage__thumbnail__img{
		border:2px solid transparent;
	}

	.fs-c-productCarouselMainImage__thumbnailList{
		margin-block:10px;
	}

	.fs-c-productCarouselMainImage__thumbnail__img{
		border:solid transparent 2px;
	}

	.fs-pt-carousel__slide__caption{
		padding:8px;
	}

	.fs-c-productListItem__salesPeriod{
		font-size:12px;
		padding:5px;
		margin-bottom:10px;
	}
	/*----------------------------- /main_contents_carousel -----------------------------*/

	/*----------------------------- main_contents_product_list -----------------------------*/
	.fs-c-productList__list{
		justify-content:flex-start;
		gap:30px 10px;
	}
	
	.fs-c-productList__list > article{
		width:calc((100% / 3) - (20px / 3));
	}

	.fs-c-productListItem__image{
		margin-bottom:5px;
	}

	.fs-c-productListItem__productName{
		margin-bottom:5px;
	}

	.fs-c-productListItem__productName span{
		font-size:15px;
	}

	.fs-c-productPrice--listed > span, 
	.fs-c-productPrice--selling{
		gap:2px;
	}

	.fs-c-productPrice--listed{
		margin-bottom:2px;
	}

	.fs-c-productPrice--selling{
		margin-bottom:8px;
	}

	.fs-c-productPrice--listed .fs-c-productPrice__main__label, 
	.fs-c-productPrice--selling .fs-c-productPrice__addon__label{
		font-size:13px;
	}

	.fs-c-price__currencyMark{
		font-size:13px;
		margin-right:2px;
	}

	.fs-c-price__value{
		font-size:18px;
	}
	
	.fs-c-aggregateRating__rating{
		font-size:14px;
	}
	
	.fs-c-button--addToCart--list{
		padding:8px 36px 8px 8px;
		margin-bottom:5px;
		box-shadow:inset 3px 3px 4px rgba(255, 255, 255, 0.8), inset -3px -3px 4px rgba(0, 0, 0, 0.3);
		border-radius:10px;
	}
	
	.fs-c-button--addToCart--list::before{
		width:20px;
		margin-top:-10px;
		box-shadow:inset 1px 1px 2px rgba(150, 150, 150, 0.8);
		right:12px;
	}
	
	.fs-c-button--addToCart--list::after{
		width:10px;
		margin-top:-5px;
		right:16px;
	}
	
	.fs-c-button--addToCart--list > span{
		font-size:16px;
		letter-spacing:0.8px;
		text-shadow:#ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px;
		gap:4px;
	}
	
	.fs-c-button--addToCart--list > span::before{
		width:28px;
	}
	
	.fs-c-button--viewProductDetail{
		padding-block:8px;
		margin-bottom:5px;
		box-shadow:inset 3px 3px 4px rgba(255, 255, 255, 0.8), inset -3px -3px 4px rgba(0, 0, 0, 0.3);
		border-radius:10px;
	}
	
	.fs-c-button--viewProductDetail::before{
		width:20px;
		margin-top:-10px;
		box-shadow:inset 1px 1px 2px rgba(150, 150, 150, 0.8);
		right:12px;
	}
	
	.fs-c-button--viewProductDetail::after{
		width:10px;
		margin-top:-5px;
		right:16px;
	}
	
	.fs-c-button--viewProductDetail > span{
		font-size:18px;
		letter-spacing:0.8px;
		text-shadow:#ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px, #ed921a 0 0 2px;
	}
	
	.fs-c-button--addToWishList--icon, 
	.fs-c-button--removeFromWishList--icon{
		padding-block:8px;
		box-shadow:inset 3px 3px 4px rgba(255, 255, 255, 0.8), inset -3px -3px 4px rgba(0, 0, 0, 0.3);
		border-radius:10px;
	}
	
	.fs-c-button--addToWishList--icon > span, 
	.fs-c-button--removeFromWishList--icon > span{
		font-size:16px;
		letter-spacing:0.8px;
	}
	/*----------------------------- /main_contents_product_list -----------------------------*/
	
	/*----------------------------- main_contents_sort_list -----------------------------*/
	.fs-c-sortItems{
		margin-bottom:20px;
		justify-content:flex-end;
		gap:12px;
	}
	
	.fs-c-sortItems__label{
		font-size:16px;
		padding-right:10px;
	}
	
	.fs-c-sortItems__list{
		justify-content:flex-start;
		gap:10px;
	}
	
	.fs-c-sortItems__list__item__label{
		font-size:16px;
		padding:5px;
	}
	/*----------------------------- /main_contents_sort_list -----------------------------*/
	
	/*----------------------------- main_contents_pager -----------------------------*/
	.fs-c-productList__controller:last-child{
		margin-top:20px;
	}

	.fs-c-productList__controller:not(:last-child){
		margin-bottom:20px;
	}

	.fs-c-listControl__status{
		margin-bottom:15px;
	}
	
	.fs-c-listControl__status__total, 
	.fs-c-listControl__status__indication{
		font-size:20px;
		margin:0 3px;
	}
	
	.fs-c-listControl__status__total__label, 
	.fs-c-listControl__status__indication__label{
		font-size:16px;
	}
	
	.fs-c-pagination{
		gap:10px;
	}
	
	.fs-c-pagination__item{
		font-size:18px;
		padding:6px;
	}
	
	.fs-c-pagination__item--prev::before, 
	.fs-c-pagination__item--next::before{
		font-size:30px;
	}
	/*----------------------------- /main_contents_pager -----------------------------*/

	/*----------------------------- main_contents_product_detail_modal -----------------------------*/
	.fs-c-modal{
		font-size:14px;
	}

	.fs-c-modal__inner{
		padding:10px;
	}

	.fs-c-modal__title{
		font-size:16px;
		margin-bottom:15px;
	}

	.fs-c-modal__close{
		width:24px;
		top:5px;
		right:10px;
	}

	.fs-c-modal__close::before{
		font-size:16px;
	}
	/*----------------------------- /main_contents_product_detail_modal -----------------------------*/
}
/****************************** /pc ******************************/

/****************************** tablet ******************************/
@media screen and (min-width:600px) and (max-width:1280px){
	/*----------------------------- layout -----------------------------*/
	#main_contents{
		width:98%;
	}
	/*----------------------------- /layout -----------------------------*/
	
	/*----------------------------- breadcrumb -----------------------------*/
	.fs-c-breadcrumb{
		margin-block:2.0vw;
	}
	
	.fs-c-breadcrumb__list{
		gap:0.5vw;
	}

	.fs-c-breadcrumb li{
		font-size:1.5vw;
	}
	
	.fs-c-breadcrumb li:not(:first-child)::before{
		font-size:1.3vw;
		margin-right:0.5vw;
	}
	/*----------------------------- /breadcrumb -----------------------------*/

	/*----------------------------- main_contents_common -----------------------------*/
	.fs-l-main{
		font-size:1.4vw;
	}

	.fs-c-inputTable__headerCell, 
	.fs-c-inputTable__dataCell{
		padding:0.5vw 0.3vw;
	}
	/*----------------------------- /main_contents_common -----------------------------*/

	/*----------------------------- main_contents_carousel -----------------------------*/
	.fs-c-productListCarousel__ctrl{
		flex-basis:4.0vw;
		min-width:4.0vw;
	}

	.fs-c-button--carousel--prev::before, 
	.fs-c-button--carousel--next::before{
		font-size:5.0vw;
	}
	
	.fs-c-productListCarousel__list__item{
		min-width:20.0vw;
		max-width:20.0vw;
		margin-inline:1.0vw;
	}

	.fs-c-coordinationCarouselMainImage__thumbnailList{
		margin-block:1.0vw;
	}

	.fs-c-coordinationCarouselMainImage__thumbnail__img{
		border:0.2vw solid transparent;
	}

	.fs-c-productCarouselMainImage__thumbnailList{
		margin-block:1.0vw;
	}

	.fs-c-productCarouselMainImage__thumbnail__img{
		border:solid transparent 0.2vw;
	}

	.fs-pt-carousel__slide__caption{
		padding:0.8vw;
	}

	.fs-c-productListItem__salesPeriod{
		font-size:1.2vw;
		padding:0.5vw;
		margin-bottom:1.0vw;
	}
	/*----------------------------- /main_contents_carousel -----------------------------*/

	/*----------------------------- main_contents_product_list -----------------------------*/
	.fs-c-productList__list{
		justify-content:flex-start;
		gap:3.0vw 1.0vw;
	}
	
	.fs-c-productList__list > article{
		width:calc((100% / 3) - (2.0vw / 3));
	}

	.fs-c-productListItem__image{
		margin-bottom:0.5vw;
	}

	.fs-c-productListItem__productName{
		margin-bottom:0.5vw;
	}

	.fs-c-productListItem__productName span{
		font-size:1.5vw;
	}

	.fs-c-productPrice--listed > span, 
	.fs-c-productPrice--selling{
		gap:0.2vw;
	}

	.fs-c-productPrice--listed{
		margin-bottom:0.2vw;
	}

	.fs-c-productPrice--selling{
		margin-bottom:0.8vw;
	}

	.fs-c-productPrice--listed .fs-c-productPrice__main__label, 
	.fs-c-productPrice--selling .fs-c-productPrice__addon__label{
		font-size:1.3vw;
	}

	.fs-c-price__currencyMark{
		font-size:1.3vw;
		margin-right:0.2vw;
	}

	.fs-c-price__value{
		font-size:1.8vw;
	}
	
	.fs-c-aggregateRating__rating{
		font-size:1.4vw;
	}
	
	.fs-c-button--addToCart--list{
		padding:0.8vw 3.6vw 0.8vw 0.8vw;
		margin-bottom:0.5vw;
		box-shadow:inset 0.3vw 0.3vw 0.4vw rgba(255, 255, 255, 0.8), inset -0.3vw -0.3vw 0.4vw rgba(0, 0, 0, 0.3);
		border-radius:1.0vw;
	}
	
	.fs-c-button--addToCart--list::before{
		width:2.0vw;
		margin-top:-1.0vw;
		box-shadow:inset 0.1vw 0.1vw 0.2vw rgba(150, 150, 150, 0.8);
		right:1.2vw;
	}
	
	.fs-c-button--addToCart--list::after{
		width:1.0vw;
		margin-top:-0.5vw;
		right:1.6vw;
	}
	
	.fs-c-button--addToCart--list > span{
		font-size:1.6vw;
		letter-spacing:0.1vw;
		text-shadow:#ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw;
		gap:0.4vw;
	}
	
	.fs-c-button--addToCart--list > span::before{
		width:2.8vw;
	}

	.fs-c-button--viewProductDetail{
		padding-block:0.8vw;
		margin-bottom:0.5vw;
		box-shadow:inset 0.3vw 0.3vw 0.4vw rgba(255, 255, 255, 0.8), inset -0.3vw -0.3vw 0.4vw rgba(0, 0, 0, 0.3);
		border-radius:1.0vw;
	}
	
	.fs-c-button--viewProductDetail::before{
		width:2.0vw;
		margin-top:-1.0vw;
		box-shadow:inset 0.1vw 0.1vw 0.2vw rgba(150, 150, 150, 0.8);
		right:1.2vw;
	}
	
	.fs-c-button--viewProductDetail::after{
		width:1.0vw;
		margin-top:-0.5vw;
		right:1.6vw;
	}
	
	.fs-c-button--viewProductDetail > span{
		font-size:1.8vw;
		letter-spacing:0.1vw;
		text-shadow:#ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw, #ed921a 0 0 0.2vw;
	}
	
	.fs-c-button--addToWishList--icon, 
	.fs-c-button--removeFromWishList--icon{
		padding-block:0.8vw;
		box-shadow:inset 0.3vw 0.3vw 0.4vw rgba(255, 255, 255, 0.8), inset -0.3vw -0.3vw 0.4vw rgba(0, 0, 0, 0.3);
		border-radius:1.0vw;
	}
	
	.fs-c-button--addToWishList--icon > span, 
	.fs-c-button--removeFromWishList--icon > span{
		font-size:1.6vw;
		letter-spacing:0.1vw;
	}
	/*----------------------------- /main_contents_product_list -----------------------------*/
	
	/*----------------------------- main_contents_sort_list -----------------------------*/
	.fs-c-sortItems{
		margin-bottom:2.0vw;
		justify-content:flex-end;
		gap:1.2vw;
	}
	
	.fs-c-sortItems__label{
		font-size:1.6vw;
		padding-right:1.0vw;
	}
	
	.fs-c-sortItems__list{
		justify-content:flex-start;
		gap:1.5vw;
	}
	
	.fs-c-sortItems__list__item__label{
		font-size:1.6vw;
		padding:0.5vw;
	}
	/*----------------------------- /main_contents_sort_list -----------------------------*/
	
	/*----------------------------- main_contents_pager -----------------------------*/
	.fs-c-productList__controller:last-child{
		margin-top:2.0vw;
	}

	.fs-c-productList__controller:not(:last-child){
		margin-bottom:2.0vw;
	}

	.fs-c-listControl__status{
		margin-bottom:1.5vw;
	}
	
	.fs-c-listControl__status__total, 
	.fs-c-listControl__status__indication{
		font-size:2.0vw;
		margin:0 0.3vw;
	}
	
	.fs-c-listControl__status__total__label, 
	.fs-c-listControl__status__indication__label{
		font-size:1.6vw;
	}
	
	.fs-c-pagination{
		gap:1.0vw;
	}
	
	.fs-c-pagination__item{
		font-size:1.8vw;
		padding:0.6vw;
	}
	
	.fs-c-pagination__item--prev::before, 
	.fs-c-pagination__item--next::before{
		font-size:3.0vw;
	}
	/*----------------------------- /main_contents_pager -----------------------------*/

	/*----------------------------- main_contents_product_detail_modal -----------------------------*/
	.fs-c-modal{
		font-size:1.4vw;
	}

	.fs-c-modal__inner{
		padding:1.0vw;
	}

	.fs-c-modal__title{
		font-size:1.6vw;
		margin-bottom:1.5vw;
	}

	.fs-c-modal__close{
		width:2.4vw;
		top:0.5vw;
		right:1.0vw;
	}

	.fs-c-modal__close::before{
		font-size:1.6vw;
	}
	/*----------------------------- /main_contents_product_detail_modal -----------------------------*/
}
/****************************** /tablet ******************************/

/****************************** sp ******************************/
@media screen and (max-width:600px){
	/*----------------------------- layout -----------------------------*/
	#main_contents{
		width:97%;
	}
	/*----------------------------- /layout -----------------------------*/
	
	/*----------------------------- breadcrumb -----------------------------*/
	.fs-c-breadcrumb{
		margin-block:3.0vw;
	}
	
	.fs-c-breadcrumb__list{
		gap:1.5vw;
	}

	.fs-c-breadcrumb li{
		font-size:3.2vw;
	}
	
	.fs-c-breadcrumb li:not(:first-child)::before{
		font-size:3.0vw;
		margin-right:1.0vw;
	}
	/*----------------------------- /breadcrumb -----------------------------*/

	/*----------------------------- main_contents_common -----------------------------*/
	.fs-l-main{
		font-size:3.5vw;
	}

	.fs-c-inputTable__headerCell, 
	.fs-c-inputTable__dataCell{
		padding:1.5vw 1.0vw;
	}
	/*----------------------------- /main_contents_common -----------------------------*/

	/*----------------------------- main_contents_carousel -----------------------------*/
	.fs-c-productListCarousel__ctrl{
		flex-basis:5.0vw;
		min-width:5.0vw;
	}

	.fs-c-button--carousel--prev::before, 
	.fs-c-button--carousel--next::before{
		font-size:5.0vw;
	}
	
	.fs-c-productListCarousel__list__item{
		min-width:41.0vw;
		max-width:41.0vw;
		margin-inline:1.0vw;
	}

	.fs-c-coordinationCarouselMainImage__thumbnailList{
		margin-block:1.0vw;
	}

	.fs-c-coordinationCarouselMainImage__thumbnail__img{
		border:0.2vw solid transparent;
	}

	.fs-c-productCarouselMainImage__thumbnailList{
		margin-block:1.5vw;
	}

	.fs-c-productCarouselMainImage__thumbnail__img{
		border:solid transparent 0.2vw;
	}

	.fs-pt-carousel__slide__caption{
		padding:0.8vw;
	}

	.fs-c-productListItem__salesPeriod{
		font-size:2.8vw;
		padding:0.8vw;
		margin-bottom:1.5vw;
	}
	/*----------------------------- /main_contents_carousel -----------------------------*/

	/*----------------------------- main_contents_product_list -----------------------------*/
	.fs-c-productList__list{
		justify-content:space-between;
		row-gap:5.0vw;
	}
	
	.fs-c-productList__list > article{
		width:calc(50% - 1.0vw);
	}

	.fs-c-productListItem__image{
		margin-bottom:1.0vw;
	}

	.fs-c-productListItem__productName{
		margin-bottom:0.8vw;
	}

	.fs-c-productListItem__productName span{
		font-size:3.5vw;
	}
	
	.fs-c-productPrice--listed > span, 
	.fs-c-productPrice--selling{
		gap:0.5vw;
	}

	.fs-c-productPrice--listed{
		margin-bottom:0.5vw;
	}

	.fs-c-productPrice--selling{
		margin-bottom:1.0vw;
	}

	.fs-c-productPrice--listed .fs-c-productPrice__main__label, 
	.fs-c-productPrice--selling .fs-c-productPrice__addon__label{
		font-size:3.2vw;
	}

	.fs-c-price__currencyMark{
		font-size:4.5vw;
		margin-right:0.5vw;
	}

	.fs-c-price__value{
		font-size:5.5vw;
	}
	
	.fs-c-aggregateRating__rating{
		font-size:3.2vw;
	}
	
	.fs-c-button--addToCart--list{
		padding:1.5vw 6.0vw 1.5vw 2.0vw;
		margin-bottom:1.0vw;
		box-shadow:inset 0.3vw 0.3vw 0.4vw rgba(255, 255, 255, 0.8), inset -0.3vw -0.3vw 0.4vw rgba(0, 0, 0, 0.3);
		border-radius:2.0vw;
	}
	
	.fs-c-button--addToCart--list::before{
		width:3.0vw;
		margin-top:-1.5vw;
		box-shadow:inset 0.1vw 0.1vw 0.2vw rgba(150, 150, 150, 0.8);
		right:1.8vw;
	}
	
	.fs-c-button--addToCart--list::after{
		width:1.6vw;
		margin-top:-0.8vw;
		right:2.2vw;
	}
	
	.fs-c-button--addToCart--list > span{
		font-size:3.0vw;
		letter-spacing:0.1vw;
		text-shadow:#ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw;
		gap:1.5vw;
	}
	
	.fs-c-button--addToCart--list > span::before{
		width:4.6vw;
	}
	
	.fs-c-button--viewProductDetail{
		padding-block:2.0vw;
		margin-bottom:1.5vw;
		box-shadow:inset 0.3vw 0.3vw 0.4vw rgba(255, 255, 255, 0.8), inset -0.3vw -0.3vw 0.4vw rgba(0, 0, 0, 0.3);
		border-radius:2.0vw;
	}
	
	.fs-c-button--viewProductDetail::before{
		width:3.0vw;
		margin-top:-1.5vw;
		box-shadow:inset 0.1vw 0.1vw 0.2vw rgba(150, 150, 150, 0.8);
		right:1.8vw;
	}
	
	.fs-c-button--viewProductDetail::after{
		width:1.6vw;
		margin-top:-0.8vw;
		right:2.2vw;
	}
	
	.fs-c-button--viewProductDetail > span{
		font-size:3.0vw;
		letter-spacing:0.1vw;
		text-shadow:#ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw, #ed921a 0 0 0.4vw;
	}
	
	.fs-c-button--addToWishList--icon, 
	.fs-c-button--removeFromWishList--icon{
		padding-block:2.0vw;
		box-shadow:inset 0.3vw 0.3vw 0.4vw rgba(255, 255, 255, 0.8), inset -0.3vw -0.3vw 0.4vw rgba(0, 0, 0, 0.3);
		border-radius:2.0vw;
	}
	
	.fs-c-button--addToWishList--icon > span, 
	.fs-c-button--removeFromWishList--icon > span{
		font-size:3.0vw;
		letter-spacing:0.1vw;
	}
	/*----------------------------- /main_contents_product_list -----------------------------*/

	/*----------------------------- main_contents_sort_list -----------------------------*/
	.fs-c-sortItems{
		margin-bottom:3.0vw;
		justify-content:center;
		gap:2.0vw;
	}
	
	.fs-c-sortItems__label{
		display:none;
	}
	
	.fs-c-sortItems__list{
		width:100%;
		justify-content:center;
		gap:2.0vw;
	}
	
	.fs-c-sortItems__list__item__label{
		font-size:3.2vw;
		padding:1.2vw;
	}
	/*----------------------------- /main_contents_sort_list -----------------------------*/
	
	/*----------------------------- main_contents_pager -----------------------------*/
	.fs-c-productList__controller:last-child{
		margin-top:3.0vw;
	}

	.fs-c-productList__controller:not(:last-child){
		margin-bottom:3.0vw;
	}

	.fs-c-listControl__status{
		margin-bottom:3.0vw;
	}
	
	.fs-c-listControl__status__total, 
	.fs-c-listControl__status__indication{
		font-size:5.0vw;
		margin:0 1.0vw;
	}
	
	.fs-c-listControl__status__total__label, 
	.fs-c-listControl__status__indication__label{
		font-size:4.0vw;
	}
	
	.fs-c-pagination{
		gap:2.2vw;
	}
	
	.fs-c-pagination__item{
		font-size:5.2vw;
		padding:1.8vw;
	}
	
	.fs-c-pagination__item--prev::before, 
	.fs-c-pagination__item--next::before{
		font-size:7.0vw;
	}
	/*----------------------------- /main_contents_pager -----------------------------*/

	/*----------------------------- main_contents_product_detail_modal -----------------------------*/
	.fs-c-modal{
		font-size:3.5vw;
	}

	.fs-c-modal__inner{
		padding:2.0vw;
	}

	.fs-c-modal__title{
		font-size:3.5vw;
		margin-bottom:2.5vw;
	}

	.fs-c-modal__close{
		width:8.0vw;
		top:1.0vw;
		right:2.0vw;
	}

	.fs-c-modal__close::before{
		font-size:3.5vw;
	}
	/*----------------------------- /main_contents_product_detail_modal -----------------------------*/
}
/****************************** /sp ******************************/