@font-face {
	font-family: 'RobotoVariable';
	src: url('Roboto-VariableFont.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: normal;
	unicode-range: U+0000-00FF; /* Basic Latin+Latin-1 */
}
@font-face {
	font-family: 'RobotoVariable';
	src: url('Roboto-Italic-VariableFont.ttf') format('truetype-variations');
	font-weight: 100 900;
	font-style: italic;
	unicode-range: U+0000-00FF; /* Basic Latin+Latin-1 */
}
@font-face {
	font-family: 'NotoSansJP';
	src: url('NotoSansJP-Regular-Subset.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	unicode-range:
		U+3000-303F, /* CJK記号・句読点 */
		U+3040-309F, /* ひらがな */
		U+30A0-30FF, /* カタカナ */
		U+4E00-9FFF, /* CJK統合漢字 */
		U+FF00-FFEF; /* 半角・全角形 */
}
@font-face {
	font-family: 'NotoSansJP';
	src: url('NotoSansJP-Bold-Subset.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	unicode-range:
		U+3000-303F,
		U+3040-309F,
		U+30A0-30FF,
		U+4E00-9FFF,
		U+FF00-FFEF;
}

:root{
	--mainWidth:92vw;
}

body {
	font-family: 'RobotoVariable', 'NotoSansJP', sans-serif;
	font-size:14px;
	line-height:1.5;
	margin:0;
	padding:0;
	overflow-x:clip;
	background:white;
	color:black;
}

@media (min-width:769px){
	.forMobile{display:none !important;}
}
@media (max-width:768px){
	.forWide{display:none !important;}
}

.fs-l-main{
  margin-top:45px;
}
@media (max-width:768px){
  .fs-l-main{
    margin-top:30px;
  }
}



.indent{
  padding-left:1em;
  box-sizing:border-box;
}


.fs-body-top .fs-l-main,
.fs-body-custom:has(.main-inner) .fs-l-main,
.fs-body-custom:has(.about) .fs-l-main,
.fs-body-product .fs-l-main,
.fs-body-category .fs-l-main,
.fs-body-search .fs-l-main{
  max-width:unset;
  margin:0;
  padding:0;
  display:contents;
}

.fs-body-custom:has(.main-inner) .fs-l-pageMain,
.fs-body-custom:has(.about) .fs-l-pageMain,
.fs-body-top .fs-l-pageMain,
.fs-body-product .fs-l-pageMain,
.fs-body-category .fs-l-pageMain,
.fs-body-search .fs-l-pageMain{
  max-width:unset;
}

.fs-p-scrollingCartButton{
  display:none !important;
}


.productSingle-main > form,
.productSingle-main .fs-l-productLayout{
  display:contents;
}

.fs-c-photoswipe.pswp{
  z-index:15000;
}

a,a:link,a:visited,a:hover,a:active{
  color:#000000;
  text-decoration:none;
}
@media (min-width:768px){
  a:hover{
    opacity:0.85;
  }
}

.fs-c-button--primary .fs-c-button__label,
.fs-c-button--secondary .fs-c-button__label{
  color:white;
}


/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}













.searchBox{
	--searchBoxSize:30px;
	--searchBoxColor:black;
	position:relative;
}
.searchBox::before{
	content:"";
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:-0.5px;
	background:var(--searchBoxColor);
	opacity:0.5;
}
.searchBox input{
	appearance:none;
	border:none;
	outline:none;
	border-radius:0;
	font-size:16px;
	line-height:1;
	width:100%;
	height:100%;
	padding-right:var(--searchBoxSize);
	color:var(--searchBoxColor);
	text-align:center;
	background:none;
}
.searchBox button{
	width:var(--searchBoxSize);
	height:var(--searchBoxSize);
	position:absolute;
	right:0;
	top:0;
	display:flex;
	justify-content:center;
	align-items:center;
	appearance:none;
	border:none;
	outline:none;
	background:none;
	padding:0;
}
.searchBox button svg{
	width:80%;
	height:80%;
	display:block;
	color:var(--searchBoxColor);
	padding:0;
}












.accordionSwitch{
	cursor:pointer;
}
.accordionSwitch input{
	display:none !important;
}
.accordion{
	display:grid;
	grid-template-rows:0fr;
	transition:grid-template-rows 0.4s ease-out;
}
.accordionSwitch:has(input:checked) + .accordion{
	grid-template-rows:1fr;
}
.accordionContent{
	overflow:hidden;
}















:root{
	--headerBarSize:40px;
	--headerSize:80px;
	--headerDuration:0.30s;
	--headerColorDuration:0.30s;
}

.headerBar{
	width:100%;
	background:#f5f5f5;
	position:sticky;
	top:calc(var(--headerBarSize) * -1);
	left:0;
	transition:top var(--headerDuration) ease-out;
	z-index:10000;
}
.headerBar.active,
body:has(.drawer.active) .headerBar{
	top:0;
}
.headerBar,
.headerBarViewport,
.headerBarContents,
.headerBarContent,
.headerBarPrev,
.headerBarNext{
	height:var(--headerBarSize);
}
.headerBarViewport{
	width:1000px;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.headerBarContents{
	width:100%;
}
.headerBarContent{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:14px;
	line-height:1;
	color:black;
	text-decoration:none;
	padding:0 var(--headerBarSize);
	box-sizing:border-box;
}
.headerBarContent:hover{
	color:black;
	text-decoration:none;
	opacity:0.7;
}
.headerBarContent > span{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.headerBarPrev,.headerBarNext{
	display:none;
}
.swiper-initialized .headerBarPrev,
.swiper-initialized .headerBarNext{
	display:block;
	width:var(--headerBarSize);
	height:var(--headerBarSize);
	padding-top:var(--headerBarSize);
	overflow:hidden;
	box-sizing:border-box;
	margin:0;
	top:0;
}
.swiper-initialized .headerBarPrev{
	left:0;
}
.swiper-initialized .headerBarNext{
	right:0;
}
.swiper-initialized .headerBarPrev::before,
.swiper-initialized .headerBarNext::before{
	content:"";
	width:35%;
	height:35%;
	left:50%;
	top:50%;
	position:absolute;
	transform:translate(-50%,-50%);
	background:black;
	clip-path:polygon(0% 0%,90% 50%,0% 100%,10% 100%,100% 50%,10% 0%);
}
.swiper-initialized .headerBarPrev::before{
	transform:translate(-50%,-50%) rotate(180deg);
}


.header{
	width:100%;
	height:var(--headerSize);
	position:sticky;
	left:0;
	top:0;
	transition:top var(--headerDuration) ease-out;
	background:rgba(255,255,255,0.8);
	backdrop-filter:blur(3px);
	z-index:10000;
	--contentsPadding:30px;
	--contentsColor:black;
}
body:has(.headerBar.active) .header,
body:has(.drawer.active) .header{
	top:var(--headerBarSize);
}
body:has(.drawer.active) .header{
	background:#f5f5f5!important;
	--contentsColor:black!important;
}
body.fs-body-top .header.onEdge{
	backdrop-filter:none;
	background:none;
	--contentsColor:white;
}

.headerContents{
	width:1400px;
	max-width:92vw;
	height:100%;
	margin:0 auto;
	display:flex;
	align-items:center;
	gap:30px;
}
.headerLogoAndSearchArea{
	width:100%;
	height:100%;
	margin:0 auto 0 0;
	display:flex;
	align-items:center;
	position:relative;
}
.headerLinks{
	width:fit-content;
	height:100%;
	margin:0 auto;
	box-sizing:border-box;
	flex-shrink:0;
	display:flex;
}
.headerSublinks{
	width:fit-content;
	height:100%;
	margin:0 0 0 auto;
	box-sizing:border-box;
	flex-shrink:0;
	display:flex;
}
.headerIcons{
	width:fit-content;
	height:100%;
	margin:0 0 0 auto;
	box-sizing:border-box;
	flex-shrink:0;
	display:flex;
	align-items:center;
}
.headerLogo{
	width:55px;
	margin:0;
}
body.initialized .headerLogo{
	transition:opacity var(--headerColorDuration) ease-out;
}
.headerLogo a{
	display:block;
}
.headerLogo img{
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
	filter:brightness(0);
}
body:not(:has(.drawer.active)).fs-body-top .header.onEdge .headerLogo{
	opacity:0;
	pointer-events:none;
}

.headerIcon{
	cursor:pointer;
	width:50px;
	height:50px;
	flex-shrink:0;
	margin:0 0 0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
}
.headerLinks a,
.headerSublinks a{
	display:flex;
	align-items:center;
	width:fit-content;
	height:100%;
	white-space:nowrap;
	padding:0 0.85em;
	color:var(--contentsColor);
	text-decoration:none;
	position:relative;
}
body.initialized .headerLinks a,
body.initialized .headerSublinks a{
	transition:color var(--headerColorDuration) ease-out;
}
.headerLinks a:hover,
.headerSublinks a:hover{
	color:var(--contentsColor);
	text-decoration:none;
	opacity:0.7;
}
.headerSublinks a:not(:first-child)::before{
	content:"";
	width:1px;
	height:1em;
	position:absolute;
	right:calc(100% - 0.5px);
	top:calc(50% - 0.5em);
	background:var(--contentsColor);
	opacity:0.4;
}
body.initialized .headerSublinks a:not(:first-child)::before{
	transition:background-color var(--headerColorDuration) ease-out;
}

.headerIcon svg{
	width:50%;
	height:50%;
	display:block;
	color:var(--contentsColor);
}
body.initialized .headerIcon svg{
	transition:color var(--headerColorDuration) ease-out;
}
.headerIcon:hover{
	opacity:0.7;
}
.searchBox.headerSearchBox{
	--searchBoxColor:var(--contentsColor);
	width:calc(100% - 60px - 15px);
	max-width:240px;
	position:absolute;
	left:100%;
	top:50%;
	transform:translate(-100%,-50%);
	padding:0;
}
body.initialized .searchBox.headerSearchBox{
	transition:left var(--headerColorDuration) ease-out, transform var(--headerColorDuration) ease-out;
}
body.initialized .searchBox.headerSearchBox::before{
	transition:background-color var(--headerColorDuration) ease-out;
}
body.initialized .searchBox.headerSearchBox input,
body.initialized .searchBox.headerSearchBox svg{
	transition:color var(--headerColorDuration) ease-out;
}
body.fs-body-top .header.onEdge .searchBox.headerSearchBox{
	left:0;
	transform:translate(0,-50%);
}

@media (max-width:1200px){
	.headerLinks{
		margin-right:-30px;
	}
	.headerSublinks a:not(:first-child)::before{
		content:none;
	}
	.header .hideTarget{
		display:none !important;
	}
}
@media (max-width:800px){
	.header .hideTarget2{
		display:none !important;
	}
}

.fs-client-cart-count:empty{display:none !important}
.fs-client-cart-count:blank{display:none !important}
.fs-client-cart-count{
	position:absolute;
	font-size:10px;
	line-height:1;
	left:50%;
	top:calc(50% + 0.5em);
	transform:translate(-50%,-50%);
	color:var(--contentsColor);
	transition:color var(--headerColorDuration) ease-out;
  letter-spacing:0!important;
}

@media (max-width:768px){
	:root{
		--headerBarSize:35px;
		--headerSize:50px;
	}
	.headerContents{
		max-width:100%;
		gap:0;
	}
	.headerLinks{
		display:none;
	}
	.headerSublinks{
		display:none;
	}
	.headerIconFavorite{
		display:none;
	}
	.headerLogo{
		margin-left:4vw;
		width:107px;
	}
}



















@media (min-width:1201px){
	.headerIconMenu,
	.drawer{
		display:none !important;
		transition:none !important;
	}
}

.headerIconMenu svg:first-child{
	display:block;
}
.headerIconMenu svg:last-child{
	display:none;
}
body:has(.drawer.active) .headerIconMenu svg:first-child{
	display:none;
}
body:has(.drawer.active) .headerIconMenu svg:last-child{
	display:block;
}

.drawer{
	position:fixed;
	top:calc(var(--headerBarSize) + var(--headerSize));
	z-index:9900;
	background:#f5f5f5;
	width:375px;
	right:-375px;
	height:calc(100lvh - var(--headerBarSize) - var(--headerSize));
	overflow:hidden;
	transition:right 0.30s ease-out;
}
@media (max-width:768px){
	.drawer{
		width:100svw;
		right:-100svw;
	}
}
.drawer.active{
	right:0;
}
.drawerViewport{
	width:100%;
	height:100%;
	overflow-y:scroll;
}
.drawerContents{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding-left:8%;
	padding-right:8%;
	padding-bottom:calc((100lvh - 100svh) + 60px);
	overflow:hidden;
}







.drawerButtons{
	width:100%;
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
}
.drawerButtons > a{
	width:50%;
	height:60px;
	font-size:14px;
	line-height:1;
	color:black;
	text-decoration:none;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	box-sizing:border-box;
	position:relative;
}
.drawerButtons > a:hover{
	color:black;
	text-decoration:none;
}
.drawerButtons > a:nth-child(odd)::before,
.drawerButtons > a:nth-child(even)::before,
.drawerButtons > a:last-child::after{
	content:"";
	position:absolute;
	background:#c1c1c1;
}
.drawerButtons > a:nth-child(odd)::before{
	width:300vw;
	height:1px;
	left:-100vw;
	top:0;
}
.drawerButtons > a:nth-child(even)::before{
	width:1px;
	height:100%;
	left:-0.5px;
	top:0;
}
.drawerButtons > a:last-child::after{
	width:300vw;
	height:1px;
	left:-100vw;
	bottom:-1px;
}
.drawerButtons > a svg{
	width:20px;
	height:20px;
	display:block;
}
.drawerButtonText{
  width:6em;
  white-space:nowrap;
}
.drawerSearchBox{
	margin-top:40px;
}


.drawerLinks{
  display:flex;
	flex-direction:column;
}
.drawerLinks:not(:first-child){
  margin-top:30px;
}
.drawerLinks > div:not(:first-child):not(.accordion),
.drawerLinks > a:not(:first-child),
.drawerLinks > label:not(:first-child){
	margin-top:15px;
}
.drawerLinks > a,
.drawerLinks > label{
	width:100%;
	height:40px;
	font-size:20px;
	line-height:1.5;
	display:flex;
	justify-content:left;
	align-items:center;
	padding-right:30px;
	box-sizing:border-box;
	color:black;
	text-decoration:none;
	border-bottom:1px solid #c1c1c1;
	position:relative;
}
.drawerLinks > label::before,
.drawerLinks > label::after{
	content:"";
	width:15px;
	height:1px;
	position:absolute;
	right:0;
	top:calc(50% - 0.5px);
	background:black;
}
.drawerLinks > label::after{
	transform:rotate(90deg);
}
.drawerLinks > label:has(input:checked)::after{
	display:none;
}
.drawerLinks .accordionContent::before{
	content:"";
	display:block;
	height:0.75em;
}
.drawerLinks .accordionContent a{
	display:block;
	color:black;
	text-decoration:none;
	padding-top:0.4em;
  padding-bottom:0.4em;
}
.drawerLinks .accordionContent div{
	padding-top:0.4em;
  padding-bottom:0.4em;
}


.drawerInfo{
	margin-top:45px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:1em;
	white-space:nowrap;
	text-align:center;
}
.drawerInfo a{
	width:160px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	white-space:nowrap;
	color:black;
	text-decoration:none;
	box-sizing:border-box;
	border:1px solid black;
}






.drawerFooter{
	margin-top:60px;
	position:relative;
}
/*
.drawerFooter::before{
	content:"";
	width:100%;
	height:1px;
	position:absolute;
	left:50%;
	top:-30.5px;
	transform:translatex(-50%);
	background:#c1c1c1;
}
*/
.drawerFooter > p{
	margin:0;
}
.drawerFooterSNS{
	margin-top:10px;
	width:100%;
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
	gap:24px;
}
.drawerFooterSNS > a{
	width:auto;
	height:35px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:16px;
	line-height:1;
	white-space:nowrap;
	color:black;
	text-decoration:none;
	position:relative;
}
.drawerFooterSNS > a:nth-child(even)::before{
	content:"";
	width:1px;
	height:1.2em;
	position:absolute;
	left:-11.5px;
	top:calc(50% - 0.6em);
	background:#c1c1c1;
}
.drawerFooterLinks{
	margin-top:15px;
}
.drawerFooterLinks a{
	display:block;
	white-space:nowrap;
	color:black;
	text-decoration:none;
	padding:0.5em 0;
	box-sizing:border-box;
}
.drawerCopylight{
	margin-top:45px;
}

@media (min-width:769px){
	.drawerFooter{
		margin:80px auto 0 auto;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		width:var(--mainWidth);
	}
	.drawerFooter::before{
		width:100vw;
	}
	.drawerFooter > p{
		width:fit-content;
	}
	.drawerFooterSNS{
		margin-top:0;
		margin-left:30px;
		width:fit-content;
		flex-wrap:nowrap;
	}
	.drawerFooterSNS > a{
		width:auto;
		height:auto;
	}
	.drawerFooterSNS > a:not(:first-child){
		margin-left:30px;
	}
	.drawerFooterSNS > a:nth-child(even)::before{
		content:none;
	}
	.drawerFooterSNS > a:not(:first-child)::before{
		content:"";
		width:1px;
		height:1.2em;
		position:absolute;
		left:-15.5px;
		top:calc(50% - 0.6em);
		background:#c1c1c1;
	}
	.drawerFooterLinks{
		margin-top:15px;
		width:100%;
		display:flex;
		gap:20px;
	}
	.drawerFooterLinks a{
		white-space:nowrap;
		padding:0.15em 0;
	}
	.drawerCopylight{
		margin-top:0;
		position:absolute;
		right:0;
		bottom:0;
	}
	.footer a:hover{
		color:black;
		text-decoration:none;
		opacity:0.7;
	}
	.footerLinks .drawerLinks label{
		border:none;
	}
	.footerLinks .drawerLinks label::before,
	.footerLinks .drawerLinks label::after{
		content:none;
	}
	.footerLinks .drawerLinks .accordion{
		grid-template-rows:1fr;
		transition:none;
	}
}









.footer{
	margin-top:40px;
	width:100%;
	z-index:2;
	border-top:1px solid #c1c1c1;
	background:#f5f5f5;
	position:relative;
	padding-bottom:40px;
}
.footerContents{
	padding-top:80px;
	width:84vw;
	margin:0 auto;
	display:flex;
	align-items:flex-start;
}
.footer .drawerFooter{
	width:84vw;
	margin-left:auto;
	margin-right:auto;
}
.footerLogo{
	width:98px;
}
.footerLogo img{
	width:100%;
	height:auto;
	display:block;
	filter:brightness(0);
}
.footer .drawerInfo{
	margin:0 auto 0 50px;
	width:fit-content;
	justify-content:left;
	align-items:flex-start;
}
.footerLinks{
	width:fit-content;
	display:flex;
	align-items:flex-start;
	gap:80px;
}
@media (min-width:769px){
	.footerLinks .drawerLinks{
		margin-top:0;
	}
	.footerLinks .drawerLinks .accordionSwitch{
		height:auto;
		line-height:1;
	}
}
@media (max-width:1200px){
	.footerContents{
		flex-wrap:wrap;
	}
	.footerLinks{
		margin-top:60px;
		width:100%;
	}
}
@media (max-width:768px){
	.footerContents{
		flex-direction:column;
		justify-content:center;
		gap:30px;
		padding-top:45px;
	}
	.footerLinks{
		flex-direction:column;
		justify-content:center;
    margin-top: 0;
		gap:0;
	}
	.footerLinks  .drawerLinks{
		width:100%;
	}
	.footerLogo{
		order:99;
		margin:0 auto;
	}
	.footer .drawerInfo{
		align-items:center;
		margin:0 auto;
	}
}









.expandArea{
	position:relative;
	overflow:hidden;
	--borderWidth:min(1.43vw,20px);
	box-sizing:border-box;
}
.expandArea picture{
	display:contents;
}
.expandArea .expandAreaImage{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
}
.expandArea .commonTitle,
.expandArea .commonButton{
  z-index:15 !important;
}
@media (min-width:769px){
	.expandArea:hover{
		--borderWidth:0;
    opacity:1.0;
	}
	.expandArea::after{
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		top:0;
		border:var(--borderWidth) solid white;
		transition:border 0.40s ease-in-out;
		pointer-events:none;
		box-sizing:border-box;
		z-index:20;
	}
	.expandArea img.expandAreaImage{
		transition:transform 0.60s ease-in-out;
		z-index:2;
	}
	.expandArea:hover img.expandAreaImage{
		transform:scale(1.02);
	}
}
.expandArea.shadow::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	z-index:10;
	background:radial-gradient(ellipse,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
















.commonTitle{
	display:block;
	width:fit-content;
	font-size:32px;
	line-height:1.35;
	text-align:center;
	z-index:5;
	position:relative;
	letter-spacing:0.06em;
}
.commonTitle > span{
	display:block;
	width:fit-content;
	font-size:16px;
	line-height:1.5;
	text-align:center;
	margin:0 auto 0.5em auto;
}
@media (max-width:1000px){
	.commonTitle{
		font-size:28px;
	}
	.commonTitle > span{
		font-size:15px;
	}
}
@media (max-width:768px){
	.commonTitle{
		font-size:24px;
	}
	.commonTitle > span{
		font-size:14px;
	}
}





.commonButton{
	--color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	height:50px;
	width:fit-content;
	font-size:16px;
	line-height:1;
	text-align:center;
	white-space:nowrap;
	color:var(--color);
	text-decoration:none;
	border-bottom:1px solid var(--color);
	box-sizing:border-box;
	z-index:5;
	position:relative;
}
.commonButton:hover{
	opacity:0.7;
	color:var(--color);
	text-decoration:none;
}
@media (max-width:768px){
	.commonButton{
		height:40px;
		font-size:16px;
	}
}

.commonButton:has(a){
	border-bottom:none;
	gap:3em;
}
.commonButton:has(a):hover{
	opacity:1;
}
.commonButton a{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	border-bottom:1px solid var(--color);
	box-sizing:border-box;
	text-decoration:none;
}
.commonButton a:hover{
	opacity:0.7;
}




.commonMore{
	color:black;
	width:fit-content;
	display:flex;
	align-items:center;
	gap:6px;
	text-decoration:none;
}
.commonMore:hover{
	opacity:0.7;
}
.commonMore svg{
	width:22.12px;
	height:5.16px;
	display:block;
}












.firstview{
	width:100%;
	height:calc(100lvh - var(--headerBarSize));
	min-height:500px;
	margin-top:calc(var(--headerSize) * -1);
	display:flex;
	position:relative;
}
.firstview > a{
	width:50%;
	height:100%;
	display:block;
	overflow:hidden;
	position:relative;
}
.firstview > a::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background:
		linear-gradient(
			0deg,
			rgba(0, 0, 0, 0.50) 0%,
			rgba(0, 0, 0, 0) 35%,
			rgba(0, 0, 0, 0) 65%,
			rgba(0, 0, 0, 0.50) 100%);
}
.firstviewImage{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	object-fit:cover;
	object-position:center top;
	display:block;
	z-index:1;
}
@media (min-width:769px){
	.firstviewImage{
		transition:transform 1.90s ease-in-out;
	}
  .firstview > a:hover{
    opacity:1;
  }
	.firstview > a:hover .firstviewImage{
		transform:scale(1.03);
	}
}
.firstview .commonTitle{
	color:white;
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:150px;
	z-index:5;
}
.firstview .commonButton{
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:80px;
	z-index:5;
}
.firstviewLogo{
	position:absolute;
	width:125px;
	height:auto;
	display:block;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:5;
	pointer-events:none;
}

@media (max-width:768px){
	.firstview{
		min-height:0;
		flex-direction:column;
	}
	.firstview > a{
		width:100%;
		height:50%;
	}
	.firstview .commonTitle{
		bottom:140px;
	}
	.firstview .commonButton{
		bottom:90px;
	}
	.firstviewLogo{
		width:65px;
		left:50%;
		top:50%;
	}
}



.topContentBlockTitle{
	margin:40px auto 0 auto;
}
.topContentBlock{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	padding:0 4% 75px 4%;
	width:100%;
	height:auto;
	aspect-ratio:1400 / 600;
	margin:40px auto 0 auto;
	overflow:hidden;
	position:relative;
	background:#f5f5f5;
	color:white;
	text-decoration:none;
}
.topContentBlockTitle + .topContentBlock{
	margin-top:0;
}
@media (min-width:1401px){
	.topContentBlock{
		aspect-ratio:unset;
		height:600px;
	}
}
.topContentBlock:hover{
	color:white;
	text-decoration:none;
}
@media (max-width:768px){
	.topContentBlock{
		aspect-ratio:375 / 560;
	}
}
.topContentBlock .commonButton,
.topContentBlock .commonTitle{
	position:relative;
	z-index:5;
	color:white;
	--color:white;
}
.topContentBlock .commonButton{
	margin-top:10px;
}

.top2ndCategory{
	align-items:flex-start;
}
.top2ndCategory .commonTitle,
.top2ndCategory .commonTitle > span{
	text-align:left;
}
.top2ndCategory .commonTitle > span{
	margin-left:0;
}

@media (max-width:768px){
	.topContentBlock{
		padding:0 8vw 30px 8vw;
	}
	.top1stCategory{
		align-items:flex-start;
	}
	.top1stCategory .commonTitle,
	.top1stCategory .commonTitle > span{
		text-align:left;
	}
	.top1stCategory .commonTitle > span{
		margin-left:0;
	}
	.top1stCategory .commonButton{
		margin-top:5px;
	}
}



.topCollections{
	margin-top:40px;
	width:100%;
	height:700px;
	position:relative;
	overflow:hidden;
	display:flex;
}
.topCollections > *{
	width:50%;
	color:white;
	text-decoration:none;
	padding:0 0 60px 0;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-start;
}
@media (min-width: 768.1px){
  .topCollections > *{
    align-items: center;
  }
}
.topCollections > a:hover{
	color:white;
	text-decoration:none;
}

@media (max-width:768px){
	.topCollections{
		height:266.67vw;
		flex-direction:column;
	}
	.topCollections > *{
		width:100%;
		height:50%;
		padding:0 0 40px 8vw;
	}
}
.topCollections a{
  color:inherit;
  text-decoration:none;
}
.topCollections a:hover{
  text-decoration:none;
}








.productList{
	margin:0 auto;
	width:1200px;
	max-width:100%;
	display:flex;
	justify-content:left;
	align-items:stretch;
	flex-wrap:wrap;
	gap:40px 0;
}
.productList.wide{
	width:1800px;
	max-width:100%;
}
.productListCard{
	width:20%;
	position:relative;
	display:flex;
	flex-direction:column;
}
@media (max-width:1400px){
	.productListCard{width:25%}
}
@media (max-width:1200px){
	.productListCard{width:33.33%}
}
@media (max-width:768px){
	.productListCard{width:50%}
}

.productList a{
	color:black;
	text-decoration:none;
}
.productList a:hover{
	opacity:0.7;
	color:black;
	text-decoration:none;
}
.productListImage{
	display:block;
	position:relative;
	overflow:hidden;
	background:#f5f5f5;
	width:100%;
	height:auto;
	aspect-ratio:1 / 1;
}
.productListImage img{
	width:100%;
	max-width:100%;
	height:auto;
	aspect-ratio:1 / 1;
	object-fit:cover;
	display:block;
}
.productListName{
	margin-top:15px;
	display:block;
	text-align:center;
}
.productListPrice{
	margin-top:5px;
	display:block;
	text-align:center;
}




.topProducts{
	margin:0 auto;
	width:1600px;
	max-width:100%;
}
.topProducts + .topProducts{
  margin-top:50px;
}













.stories{
	--cardSize:380px;
	margin-top:40px;
	padding:20px 0 40px 0;
	width:100%;
	display:flex;
	align-items:flex-start;
}
.storyTitle{
	width:350px;
	height:calc(var(--cardSize) * (760 / 570));
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	padding-left:100px;
	flex-shrink:0;
}
.storyTitle .commonTitle,
.storyTitle .commonTitle > span{
	text-align:left;
	color:black;
	white-space:nowrap;
}
.storyTitle .commonButton{
	margin-top:20px;
	--color:black;
}
.storyList{
	width:100%;
	overflow:hidden;
}
.storyListCard{
	width:var(--cardSize);
	text-decoration:none;
	color:black;
}
.storyListCard:hover{
	opacity:0.7;
	text-decoration:none;
	color:black;
}
.storyListImage{
	display:block;
}
.storyListImage img{
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
}
.storyListName{
	display:block;
	margin-top:15px;
	padding:0 20px;
}
.storyList .commonMore{
	margin:15px 20px 0 auto;
}
.storyListPrev,
.storyListNext{
	width:50px;
	height:100px;
	box-sizing:border-box;
	position:absolute;
	overflow:hidden;
	background:none;
	color:transparent;
	margin:0;
	top:calc(var(--cardSize) * (760 / 570) * 0.5);
	transform:translatey(-50%);
}
.storyListPrev{
	left:auto;
	right:calc(60px + 50px + 2px);
}
.storyListNext{
	left:auto;
	right:60px;
}
@media (min-width:769px){
	.storyListPrev:hover,
	.storyListNext:hover{
		opacity:0.7;
	}
}
.storyListPrev::before{
	content:"";
	width:200%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#f5f5f5;
	border-radius:100%;
}
.storyListNext::before{
	content:"";
	width:200%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#f5f5f5;
	border-radius:100%;
}
.storyListPrev svg,
.storyListNext svg{
	position:absolute;
	left:50%;
	top:50%;
	width:60%;
	height:auto;
	aspect-ratio:2212 / 516;
	display:block;
	color:black;
	z-index:5;
	transform:translate(-50%,-50%);
}

@media (max-width:768px){
	.stories{
		--cardSize:74.67vw;
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.storyTitle{
		width:100%;
		height:auto;
		padding-left:0;
		align-items:center;
		text-align:center;
	}
	.storyTitle .commonTitle,
	.storyTitle .commonTitle > span{
		text-align:center;
	}
	.stories .commonButton{
		margin:20px auto 0 auto;
		--color:black;
	}
	.storyList{
		margin-top:20px;
	}
	.storyListPrev,
	.storyListNext{
		width:50px;
		height:50px;
		top:calc(var(--cardSize) * (760 / 570) * 0.5);
		transform:translatey(-50%);
	}
	.storyListPrev{
		left:auto;
		right:calc(50% + var(--cardSize) * 0.5 - 20px);
	}
	.storyListNext{
		left:calc(50% + var(--cardSize) * 0.5 - 20px);
		right:auto;
	}
	.storyListPrev::before{
		content:none;
	}
	.storyListNext::before{
		content:none;
	}
	.storyListPrev svg,
	.storyListNext svg{
		width:80%;
	}
	.storyListName{
		display:block;
		margin-top:10px;
		padding:0 15px;
	}
	.storyList .commonMore{
		margin:10px 15px 0 auto;
	}
  .topContentBlockTitle + .top3rdCategory{
    margin-top: 20px;
  }
}





























































.c-modal {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.c-modal._open {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  padding: 20px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  animation: opacity-in 0.5s ease-in-out 0s forwards;
}
.c-modal._closing {
  animation: opacity-out 0.5s ease-in-out 0s forwards;
}
@media (max-width: 768px) {
  .c-modal._open {
    height:100svh;
    padding: 80px var(--paddingInline);
  }
}

.c-modal-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.c-modal-close {
  width: 43px;
  height: 43px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  right: -21px;
  top: -21px;
  margin-left: auto;
}
.c-modal-close span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.c-modal-close span:first-child {
  rotate: 45deg;
}
.c-modal-close span:last-child {
  rotate: -45deg;
}
@media (max-width: 768px) {
  .c-modal-close {
    right: auto;
    width: 30px;
    height: 30px;
    top: -15px;
  }
}

.c-modal-contentArea {
  max-height: 100%;
  max-width: 1000px;
  margin-inline: auto;
  background-color: #ffffff;
  padding: 60px;
}
.c-modal-contentArea article {
  overflow-y: scroll;
  max-height: calc(100lvh - 200px);
}
@media (max-width: 768px) {
  .c-modal-contentArea {
    margin-top: 60px;
    max-height:calc(100svh - 60px - 15px);
    padding: 30px 20px 47px;
    max-width: calc(100% - 40px);
  }
}

.c-modal-content {
  width: 0;
  height: 0;
  overflow: hidden;
}

@keyframes opacity-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes opacity-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
._sp {
  display: none;
}

@media (max-width: 768px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
}
.fs-c-breadcrumb {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  font-size: 14px;
  line-height: 16px;
  padding-block: 30px 0px;
}

.fs-c-breadcrumb__list {
  padding: 0;
  margin-top:0;
}
@media (max-width:768px){
  .fs-c-breadcrumb__list {
    margin-left:0;
    margin-right:0;
  }
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  margin-inline: 10px;
  vertical-align: middle;
}

.product-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  margin-inline: auto;
  padding-top: 60px;
  padding-inline: 20px;
  box-sizing: content-box;
}

.product-sidearea {
  flex-basis: 260px;
}

.product-mainarea {
  flex-basis: 100%;
}
.product-mainarea:not(:only-child) {
  flex-basis: calc(100% - 300px);
}

@media (min-width: 768.1px) {
  .product-filter .accordion {
    grid-template-rows: 1fr;
  }
}
@media (max-width: 768px) {
  .product-filter .accordionSwitch {
    position: relative;
  }
  .product-filter .accordionSwitch::before, .product-filter .accordionSwitch::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    right: 0;
    top: 10px;
    background: black;
  }
  .product-filter .accordionSwitch::after {
    transform: rotate(90deg);
  }
  .product-filter .accordionSwitch:has(input:checked)::after {
    content: none;
  }
}

.productFilter-heading {
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid currentColor;
}

.productFilter-list {
  margin: 0;
}
.productFilter-list dt {
  font-size: 16px;
  margin-bottom: 3px;
}
.productFilter-list dd {
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  margin-left: 0;
}
.productFilter-list dd:not(:last-child) {
  margin-bottom: 8px;
}
.productFilter-list div:not(:last-child) {
  margin-bottom: 20px;
}
.productFilter-list [data-filter=keyword] dd,
.productFilter-list [data-filter=price] dd {
  padding-left: 0;
}
.productFilter-list [data-filter=keyword] dt,
.productFilter-list [data-filter=price] dt {
  margin-bottom: 7px;
}
.productFilter-list [data-filter=price] dd {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 5px;
  align-items:center;
}
.productFilter-list input {
  border-radius: 0;
  border: 1px solid #000000;
  padding: 5px 7px;
}
.productFilter-list input[type="checkbox"] {
  display:contents;
}
.productFilter-list label:has(input[type="checkbox"]){
  display:flex;
  justify-content:left;
  align-items:center;
  gap:0.5em;
  position:relative;
}
@media (min-width:769px){
  .productFilter-list label:has(input[type="checkbox"]):hover{
    opacity:0.7;
  }
}
.productFilter-list label:has(input[type="checkbox"])::before{
  content:"";
  width:18px;
  height:18px;
  box-sizing:border-box;
  border:1px solid #000000;
}
.productFilter-list label:has(input[type="checkbox"]:checked)::after{
  content:"";
  width:18px;
  height:18px;
  box-sizing:border-box;
  background:black;
  position:absolute;
  left:0;
  top:auto;
  clip-path:polygon(90% 0, 100% 0, 100% 100%, 50% 100%, 50% 90%, 90% 90%);
  transform:translate(-10%,-30%) rotate(45deg);
}
.productFilter-list input[type="text"]::placeholder{
  font-size:12px;
}

.productFilter-submit {
  margin-top: 25px;
}
.productFilter-submit button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #000000;
  width: 100%;
  padding: 15px 0;
}
.productFilter-submit span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.productFilter-submit svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.productFilter-reset {
  margin-top: 20px;
  text-align: center;
}
.productFilter-reset button {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  padding-bottom: 3px;
  color:#000;
}
.productFilter-reset button svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.productFilter-reset button span {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width:769px){
  .productFilter-submit button:hover,
  .productFilter-reset button:hover{
    opacity:0.7;
  }
}

/* 一覧部分 */
.fs-c-productList__controller {
  margin-bottom: 30px;
}

.fs-c-productList__list {
  /*grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(270px, 33.33%));
  row-gap: 50px;
}
.fs-c-productList__list + .fs-c-productList__controller {
  margin-top: 60px;
}

.fs-c-productList__list__item {
  border-bottom: none;
  padding: 0;
  position: relative;
}
.fs-c-productList__list__item .mark {
  position: absolute;
  line-height: 16px;
  top: 15px;
  left: 15px;
}
.fs-c-productList__list__item > form{
  display:flex;
  flex-direction:column;
}
.fs-c-productList__list__item > form > *{
  order:99;
}
@media (min-width:769px){
  .fs-c-productList__list__item a:hover{
    opacity:0.7;
    text-decoration:none;
  }
}

.fs-c-productStock{
  width:calc(100% - 20px);
  margin-left:auto;
  margin-right:auto;
}

.fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
  order:0 !important;
}

.fs-c-productListItem__productName {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 0.5em 0;
}

.fs-c-productListItem__prices {
  text-align: center;
}

.fs-c-productPrice {
  margin-bottom: 10px;
  justify-content: center;
}

.fs-c-productListItem__control {
  padding: 0;
  /*position: absolute;
  right: 18px;
  top: 65%;*/
  order:1 !important;
  position:relative;
  top:-40px;
  right:18px;
}

.fs-c-button--addToCart--list {
  display: none;
}

.fs-c-button--addToWishList--icon.fs-c-button--particular:before {
  content: "";
  width: 21px;
  height: 19px;
  background-image: url("../assets2026/images/productList/addToWishList.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.fs-c-button--removeFromWishList--icon.fs-c-button--particular:before {
  content: "";
  width: 21px;
  height: 19px;
  background-image: url("../assets2026/images/productList/removeFromWishList.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.fs-c-sortItems {
  font-size: 14px;
  margin: 0;
}

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

.sortItems__pulldown {
  display: none;
}

.fs-c-sortItems__list {
  gap: 30px;
}

.fs-c-sortItems__list__item.is-active{
  background:#000;
}

.fs-c-sortItems__list__item__label {
  padding: 0 0.2em;
}

.fs-c-listControl {
  order: -1;
  justify-content: flex-start;
  margin: 0;
}

.fs-c-listControl__status__total {
  display: inline;
}

.fs-c-listControl__status__indication {
  display: inline;
}

.fs-c-pagination {
  gap: 9px;
  align-items: center;
  margin-inline: auto;
}

.fs-c-pagination__item {
  padding: 8px 12px;
}

.fs-c-pagination__item.is-active {
  background-color: transparent;
  color: inherit;
  border-bottom: 1px solid currentColor;
}

.fs-c-pagination__item--next {
  padding: 0;
  margin-left: 11px;
}
.fs-c-pagination__item--next:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMjQyNiAxOS40ODUzTDE3LjQ4NTIgMTUuMjQyN0wxMy4yNDI2IDExIiBzdHJva2U9ImJsYWNrIi8+PHJlY3QgeD0iMjkuNSIgeT0iMjkuNSIgd2lkdGg9IjI5IiBoZWlnaHQ9IjI5IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDI5LjUgMjkuNSkiIHN0cm9rZT0iYmxhY2siLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.fs-c-pagination__item--prev {
  padding: 0;
  margin-right: 11px;
}
.fs-c-pagination__item--prev:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuMjQyNiAxOS40ODUzTDE3LjQ4NTIgMTUuMjQyN0wxMy4yNDI2IDExIiBzdHJva2U9ImJsYWNrIi8+PHJlY3QgeD0iMjkuNSIgeT0iMjkuNSIgd2lkdGg9IjI5IiBoZWlnaHQ9IjI5IiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDI5LjUgMjkuNSkiIHN0cm9rZT0iYmxhY2siLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  .product-content {
    padding-top:45px;
    flex-direction: column;
  }
  .product-sidearea {
    flex-basis: auto;
  }
  .product-mainarea {
    flex-basis: auto;
    margin-inline: -20px;
  }
  /* 一覧部分 */
  .fs-c-productList__controller {
    padding-inline: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .fs-c-productListItem__imageContainer {
    margin-bottom: 5px;
  }
  .fs-c-productListItem__productName {
    font-size: 14px;
    line-height: 1.1428571429;
    margin-bottom: 10px;
    padding-inline: 20px;
  }
  .fs-c-productListItem__prices {
    font-size: 13px;
  }
  .fs-c-productListItem__control {
    right: 9px;
    top:-30px;
  }
  .sortItems__pulldown {
    display: block;
    box-sizing:border-box;
    padding-right:30px;
    position:relative;
  }
  .sortItems__pulldown::after{
    content:"";
    position:absolute;
    width:7px;
    height:7px;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    right:10px;
    top:50%;
    transform:translate(-50%,-66%) rotate(45deg);
  }
  .sortItems__pulldown select{
    appearance:none;
    border:none;
    outline:none;
    border-radius:0;
    color:inherit;
  }
  .fs-c-listControl {
    align-items: flex-start;
    /*margin-inline: auto;*/
  }
  .fs-c-productList__list + .fs-c-productList__controller {
    margin-bottom: 0px;
  }
  .fs-c-sortItems{
    border:none;
  }
  .fs-c-sortItems__list {
    /*display: none;*/
    border:none;
    gap:15px;
  }
  .fs-c-pagination {
    gap: 5px;
  }
}
/* ******************************
  商品詳細
****************************** */
.productSingle {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 80px;
  box-sizing: content-box;
}

.productSingle-main {
  display: flex;
  justify-content: space-between;
}

.productSingle-cartArea {
  flex-basis: 45.8333333333%;
  padding-left: 50px;
}

.fs-c-productNameHeading {
  margin: 0;
  font-weight: inherit;
  letter-spacing: 0.06em;
  font-size: 32px;
  line-height: 1.4375;
  margin-bottom: 12px;
}

.fs-c-productCarouselMainImage,
.productSingle-imageArea{
  flex-basis: 54.1666666667%;
}

.fs-c-productCarouselMainImage__image > img {
  max-width: 100%;
  height: auto;
}

.productSingle-cartArea .fs-c-productPrice__main {
  font-size: 24px;
  letter-spacing: 0.06em;
}

.productSingle-cartArea .fs-c-productPrice {
  justify-content: flex-start;
}

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

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: inherit;
}

.fs-c-productPrice__addon {
  font-size: 14px;
}

.productSingle-sizes-heading {
  margin: 0;
  margin-bottom: 6px;
}

.productSingle-sizes-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 10px;
}
.productSingle-sizes-list li {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding-block: 11px;
  border: 1px solid currentColor;
  cursor: pointer;
}
.productSingle-sizes-list li[data-stock=nostock] {
  background-color: #F5F5F5;
  border: 1px solid #AAAAAA;
  color: #AAAAAA;
}

.fs-c-productChooseVariation,
.productSingle-colors {
  margin-top: 30px;
}

.productSingle-colors-heading {
  margin: 0;
  margin-bottom: 6px;
}

.productSingle-colors-container {
  display: flex;
  max-width: 400px;
  width: 100%;
  border: 1px solid #000000;
  cursor: pointer;
}

.productSingle-colors-content {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 20px;
}

.productSingle-colors-thumbnail img {
  vertical-align: bottom;
}

.productSingle-colors-title {
  margin: 0;
}

.productSingle-colors-button {
  border: none;
  background-color: #AAAAAA;
  flex-basis: 50px;
  padding: 0;
}

.productSingle-colors-detail ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  text-align: center;
  max-width: 880px;
  margin-inline: auto;
}
.productSingle-colors-detail li {
  flex-basis: calc((100% - 100px) / 6);
}
.productSingle-colors-detail li img {
  height: auto;
  vertical-align: bottom;
  margin-bottom: 8px;
}
.productSingle-colors-detail li p {
  margin: 0;
}
@media (max-width: 768px) {
  .productSingle-colors-detail ul {
    gap: 20px 10px;
  }
  .productSingle-colors-detail li {
    flex-basis: calc((100% - 20px) / 3);
  }
}

.productSingle-addCart {
  margin-top: 30px;
}

.fs-c-button--addToCart--detail {
  font-size: 16px;
  line-height: 23px;
  font-family: inherit;
  letter-spacing: 0.06em;
  padding: 27px;
  background-color: #000000;
  width: 100%;
}
.fs-c-button--addToCart--detail svg {
  vertical-align: middle;
  width: 18px;
  height: 20px;
  margin-right: 20px;
}
.fs-c-button--addToCart--detail .fs-c-button__label {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}

.productSingle-info {
  margin-top: 50px;
}
.productSingle-info ._tab {
  margin: 0;
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  display: flex;
  gap: 30px;
}
.productSingle-info ._tab li {
  cursor: pointer;
}
.productSingle-info ._current span {
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}
.productSingle-info ._contentList {
  margin-top: 15px;
}
.productSingle-info ._contentList .js-tab-content {
  display: none;
}
.productSingle-info ._contentList .js-tab-content._current {
  display: block;
}

.productSingle-sizetable {
  line-height: 1.4285714286;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.productSingle-sizetable th {
  font-weight: inherit;
}
.productSingle-sizetable th, .productSingle-sizetable td {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  padding: 10px;
}
.productSingle-sizetable thead th {
  background-color: #F5F5F5;
}

.productSingle-sizetable-sizeguide {
  text-align: right;
  margin: 0;
  margin-top: 16px;
}
.productSingle-sizetable-sizeguide a {
  text-decoration: underline;
}

.productSingle-returnPolicy-link {
  text-align: right;
  margin: 0;
  margin-top: 16px;
}
.productSingle-returnPolicy-link a {
  text-decoration: underline;
}

.fs-c-productReview,
.productSingle-shares {
  border-top: 1px solid #B6B6B6;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fs-c-productReview a,
.productSingle-shares a{
  color:black;
  text-decoration:none;
}
@media (min-width:769px){
  .fs-c-productReview a:hover,
  .productSingle-shares a:hover{
    text-decoration:none;
    opacity:0.7;
  }
}
.fs-c-productReview > *:first-child{
  padding-top:0;
  margin-top:0;
}

.productSingle-call {
  display: block;
}
.productSingle-call img {
  margin-right: 3px;
  vertical-align: middle;
}
.productSingle-call span {
  vertical-align: middle;
}
.productSingle-call svg {
  margin-left: 14px;
  vertical-align: middle;
}

.productSingle-stockList {
  display: block;
}
.productSingle-stockList svg {
  margin-left: 14px;
  vertical-align: middle;
}
.productSingle-stockList span {
  vertical-align: middle;
}

.productSingle-share {
  margin: 0;
  display: flex;
}
.productSingle-share dt:after {
  content: "：";
}
.productSingle-share dd {
  margin-left: 0;
  display:flex;
}
.productSingle-share dd a{
  padding:0 0.6em;
  position:relative;
}

.productSingle-related {
  padding-top: 80px;
}

.productSingle-related-heading {
  font-size: 32px;
  font-weight: inherit;
  margin: 0;
  line-height: 1.1875;
  margin-bottom: 20px;
}

.productSingle-related-list {
  margin: 0;
  padding-left: 0;
  display: flex;
  list-style: none;
}
.productSingle-related-list li {
  flex-basis: 25%;
}
.productSingle-related-list .fs-c-button--addToCart--list {
  display: block;
  margin-left:auto;
}
.productSingle-related-list .fs-c-button--addToCart--list .fs-c-button__label {
  display: none;
}
.productSingle-related-list .fs-c-button--addToCart--list:before {
  content: "";
  width: 18px;
  height: 20px;
  background-image: url(../assets2026/images/productList/addToCart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.productSingle-related-list .fs-c-button--removeFromWishList--icon {
  display: none;
}

.productSingle-viewd {
  padding-top: 80px;
}

.productSingle-viewd-heading {
  font-size: 32px;
  font-weight: inherit;
  margin: 0;
  line-height: 1.1875;
  margin-bottom: 20px;
}

.productSingle-viewd-list {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.productSingle-viewd-list li {
  flex-basis: 25%;
}
.productSingle-viewd-list .fs-c-button--addToCart--list {
  display: block;
  margin-left:auto;
}
.productSingle-viewd-list .fs-c-button--addToCart--list .fs-c-button__label {
  display: none;
}
.productSingle-viewd-list .fs-c-button--addToCart--list:before {
  content: "";
  width: 18px;
  height: 20px;
  background-image: url(../assets2026/images/productList/addToCart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.productSingle-viewd-list .fs-c-button--removeFromWishList--icon {
  display: none;
}

@media (max-width: 768px) {
  .productSingle{
    padding-block:0;
    padding-top:20px;
    padding-bottom:0;
  }
  .productSingle-main {
    flex-direction: column;
  }
  .productSingle-cartArea {
    padding-left: 0;
    padding-top:30px;
  }
  .fs-c-productNameHeading {
    font-size: 30px;
    line-height: 1.4333333333;
  }
  .productSingle-sizes-list {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }
  .fs-c-button--addToCart--detail {
    padding-block: 22px;
  }
  .fs-c-button--addToCart--detail svg {
    margin-right: 10px;
  }
  .productSingle-sizetable {
    font-size: 14px;
  }
  .productSingle-sizetable th, .productSingle-sizetable td {
    padding: 8px;
  }
  .productSingle-sizetable thead th {
    font-size: 12px;
  }
  .productSingle-related{
    padding-top:60px;
  }
  .productSingle-related-heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .productSingle-related-list {
    flex-wrap: wrap;
    margin-inline: -20px;
  }
  .productSingle-related-list li {
    flex-basis: 50%;
  }
  .productSingle-viewd{
    padding-top:60px;
  }
  .productSingle-viewd-list {
    flex-wrap: wrap;
    margin-inline: -20px;
  }
  .productSingle-viewd-list li {
    flex-basis: 50%;
  }
}
/* ******************************
  FAQ
****************************** */
.faq {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  padding-bottom: 100px;
}

.faq-header {
  padding-block: 20px 24px;
  margin-bottom: 37px;
}
.faq-header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.faq-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.faq-navWrapper{
  flex-basis: 280px;
  position: relative;
}
.faq-nav {
  width:100%;
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  letter-spacing: 0.06em;
  height:fit-content;
}
@media (min-width:769px){
  .faq-nav {
    position:sticky;
    left:auto;
    top:calc(var(--headerSize) + var(--headerBarSize));
  }
}
/*
.faq-nav ._current {
  font-weight: 700;
}
*/
.faq-nav a {
  transition: opacity 0.5s;
  display: block;
  position: relative;
}
@media (min-width:769px){
  .faq-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.faq-main {
  flex-basis: calc(100% - 340px);
}

.faq-section h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.06em;
  padding-bottom: 9px;
  border-bottom: 1px solid currentColor;
}
.faq-section + .faq-section {
  margin-top: 80px;
}

.faq-item {
  border-bottom: 1px solid #B6B6B6;
}
.faq-item .accordionSwitch {
  font-size: 16px;
  padding-block: 30px;
  padding-inline: 40px 20px;
  display: block;
  position: relative;
}
@media (min-width:769px){
  .faq-item label:hover{
    opacity:0.7;
  }
}
.faq-item .accordionSwitch:before {
  position: absolute;
  content: "Q";
  left: 20px;
}
.faq-item .accordionSwitch:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 20px;
  top: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAxMkgyNCIgc3Ryb2tlPSJibGFjayIvPjxwYXRoIGQ9Ik0xMiAwVjI0IiBzdHJva2U9ImJsYWNrIi8+PC9zdmc+");
}
.faq-item .accordionSwitch:has(input:checked):after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDI0IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMUgyNCIgc3Ryb2tlPSJibGFjayIvPjwvc3ZnPg==");
}
.faq-item .accordionContent p {
  margin: 0;
  padding-bottom: 30px;
  padding-inline: 40px 20px;
  position: relative;
}
.faq-item .accordionContent p:before {
  position: absolute;
  content: "A";
  left: 20px;
}
.faq-item label {
  width: 100%;
  line-height: 1.5;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

@media (max-width: 768px) {
  .faq-header {
    margin-bottom: 0px;
    padding-block: 0;
    padding-top:50px;
    padding-bottom:30px;
  }
  .faq-header h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .faq-inner {
    flex-direction: column;
    gap: 50px;
  }
  .faq-navWrapper{
    flex-basis:auto;
  }
  .faq-nav {
    flex-basis: auto;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 10px;
    font-size: 14px;
    row-gap: 24px;
    height:auto;
  }
  .faq-nav li {
    flex-basis: calc(50% - 5px);
  }
  .faq-nav a:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wLjUgMC41TDQgNEw3LjUgMC41IiBzdHJva2U9ImJsYWNrIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: calc(50% - 3px);
    right: 10px;
  }
  .faq-main {
    flex-basis: auto;
  }
  .faq-section h2 {
    font-size: 20px;
    padding-bottom: 29px;
  }
  .faq-section + .faq-section {
    margin-top: 60px;
  }
  .faq-item .accordionSwitch {
    padding-inline: 20px 32px;
  }
  .faq-item .accordionSwitch:before {
    left: 0;
  }
  .faq-item .accordionSwitch:after {
    right: 0;
    width: 17px;
    height: 17px;
    top: 30px;
  }
  .faq-item .accordionContent p {
    padding-inline: 20px;
  }
  .faq-item .accordionContent p:before {
    left: 0;
  }
}
/* ******************************
  STORE
****************************** */
.store {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
  padding-bottom: 100px;
}

.store-header {
  padding-block: 20px 24px;
  margin-bottom: 37px;
}
.store-header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.store-main ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  gap: 30px;
}

.store-photo {
  margin-bottom: 20px;
}
.store-photo img {
  width: 100%;
  vertical-align: bottom;
}

.store-title {
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 24px;
}

.store-location {
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
  width: fit-content;
  padding-right: 18px;
  position: relative;
  display:block;
  text-decoration:none;
}
.store-location:hover{
  opacity:0.8;
  text-decoration:none;
}
.store-location ._pin {
  position: absolute;
  right: 0;
  top: 0;
}
.store-location ._pin img {
  width: 11px;
}

.store-telephone {
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0.06em;
}

.store-english {
  margin-top: 0;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .store {
    padding-bottom: 50px;
  }
  .store-header {
    margin-bottom: 0px;
    padding-block: 0;
    padding-top:50px;
    padding-bottom:30px;
  }
  .store-header h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
/* ******************************
  INFORMATION
****************************** */
.informationTop {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-bottom: 60px;
  box-sizing: content-box;
}

.informationTop-header {
  padding-block: 20px 24px;
  margin-bottom: 37px;
}
.informationTop-header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.informationTop-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.informationTop-item {
  display: flex;
  padding-inline: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B6B6B6;
  gap: 20px;
}
.informationTop-item > a {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (min-width:769px){
  .informationTop-item > a:hover{
    opacity:0.7;
    text-decoration:none;
  }
}

.informationTop-date {
  flex-basis: 103px;
  margin: 0;
}

.informationTop-title {
  flex-basis: calc(100% - 123px);
  margin: 0;
}

.informationTop-pager {
  margin-top: 60px;
  display: flex;
}

@media (max-width: 768px) {
  .informationTop-header {
    margin-bottom: 0px;
    padding-block: 0;
    padding-top:50px;
    padding-bottom:30px;
  }
  .informationTop-header h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .informationTop-item {
    padding-inline: 0;
    flex-direction: column;
    gap: 6px;
  }
  .informationTop-item > a {
    flex-direction: column;
    gap: 6px;
  }
  .informationTop-date {
    flex-basis: auto;
  }
  .informationTop-title {
    flex-basis: auto;
  }
}
/* 詳細ページ */
.information {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: content-box;
}

.information-header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}

.information-date {
  margin: 0;
  margin-bottom: 10px;
}

.information-title {
  font-size: 24px;
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

.information-contents {
  margin-bottom: 48px;
  border-bottom: 1px solid #B6B6B6;
}
.information-contents picture {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.information-contents img {
  height: auto;
}
.information-contents > *:last-child {
  margin-bottom: 40px;
}

.information-inner {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
}

.information-navigation {
  font-size: 16px;
  position:relative;
}

.information-prev {
  display: flex;
  align-items: center;
  gap: 7px;
  margin:0 auto 0 0;
}
.information-prev svg {
  margin-bottom: 8%;
}

.information-back {
  justify-self: center;
  margin:0 auto;
}
.information-back span {
  font-size:14px;
  display: inline-block;
  padding-block: 10px;
  border-bottom: 1px solid currentColor;
}

.information-next {
  margin:0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
}
.information-next svg {
  margin-bottom: 8%;
}

@media (min-width:769px){
  .information-prev:hover,
  .information-next:hover,
  .information-back:hover{
    opacity:0.7;
    text-decoration:none;
  }
}

@media (max-width: 768px) {
  .information-header {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .information-title {
    font-size: 20px;
  }
  .information-contents {
    margin-bottom: 0;
  }
  .information-contents picture {
    margin-bottom: 20px;
  }
  .information-contents picture img {
    height: auto;
  }
  .information-contents > *:last-child {
    margin-bottom: 50px;
  }
  .information-inner {
    padding-inline: 0;
  }
  .information-back span {
    padding-top: 15px;
  }
}
/* ******************************
  ABOUt
****************************** */
.about {
  padding-block: 80px;
}

.about-header h1 {
  margin: 0;
  font-size: 32px;
  font-weight: inherit;
  line-height: 38px;
  margin-bottom: 40px;
  text-align: center;
}

.about-mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.about-philosophy {
  padding-inline: 20px;
  padding-top: 80px;
}

.about-philosophy-cols {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.about-philosophy-visual {
  flex-basis: 58.3333333333%;
}
.about-philosophy-visual img {
  height: auto;
}

.about-philosophy-body {
  flex-basis: 41.6666666667%;
  padding-left: 5%;
}

.about-philosophy-heading {
  margin: 0;
  font-size: 32px;
  font-weight: inherit;
  list-style: 38px;
  margin-bottom: 20px;
  letter-spacing:0.03em;
}
.about-philosophy-cols > .about-philosophy-heading {
  display: none;
}

.about-philosophy-concept {
  margin: 0;
}

.about-history {
  padding-inline: 20px;
  padding-top: 80px;
}

.about-history-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.about-history-heading {
  margin: 0;
  /*font-family: "NotoSansJP", sans-serif;*/
  font-size: 32px;
  font-weight: inherit;
  line-height: 38px;
  text-align: center;
  margin-bottom: 44px;
  letter-spacing:0.03em;
}

.about-history-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-history-item {
  display: flex;
  align-items: center;
}

.about-history-photo {
  flex-basis: 41.6666666667%;
}
.about-history-photo img {
  height: auto;
  vertical-align: bottom;
}

.about-history-content {
  flex-basis: 58.3333333333%;
  padding-left: 4.1666666667%;
}

.about-history-title {
  margin: 0;
  font-size: 24px;
  margin-bottom: 26px;
}

.about-history-text {
  margin: 0;
}

.about-craftsmanship {
  padding-inline: 20px;
  padding-top: 80px;
}

.about-craftsmanship-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.about-craftsmanship-heading {
  margin: 0;
  font-size: 32px;
  font-weight: inherit;
  list-style: 38px;
  text-align: center;
  margin-bottom: 44px;
  letter-spacing:0.03em;
}

.about-craftsmanship-list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding-left: 0;
}

@media (min-width: 768.1px) {
  .about-craftsmanship-item {
    flex-basis: calc((100% - 60px) / 3);
  }
}

.about-craftsmanship-photo {
  margin-bottom: 20px;
}
.about-craftsmanship-photo img {
  height: auto;
  vertical-align: bottom;
}

.about-craftsmanship-text {
  margin: 0;
}

.about-design {
  padding-inline: 20px;
  padding-top: 80px;
}

.about-design-cols {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.about-design-visual {
  flex-basis: 58.3333333333%;
}
.about-design-visual img {
  height: auto;
}

.about-design-body {
  flex-basis: 41.6666666667%;
  padding-left: 5%;
}

.about-design-heading {
  margin: 0;
  font-size: 32px;
  font-weight: inherit;
  list-style: 38px;
  margin-bottom: 20px;
  letter-spacing:0.03em;
}
.about-design-cols > .about-design-heading {
  display: none;
}

.about-design-concept {
  margin: 0;
}

.about-policy {
  padding-inline: 20px;
  padding-top: 80px;
}

.about-policy-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.about-policy-heading {
  margin: 0;
  font-size: 24px;
  font-weight: inherit;
  text-align: center;
  line-height: 35px;
  margin-bottom: 48px;
}
.about-policy-heading span {
  display: inline-block;
}

.about-policy-lead {
  margin: 0;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.about-policy-photo {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.about-policy-photo img {
  height: auto;
  vertical-align: bottom;
}

.about-policy-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.about-policy-list li {
  background-color: #F5F5F5;
  font-size: 18px;
  padding-block: 11px 12px;
  padding-inline: 20px;
}
.about-policy-list li p {
  margin: 0;
  position: relative;
  padding-left: 18px;
}
.about-policy-list li p::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #AAAAAA;
  left: 0;
  top: 12px;
}

.about-policy-text {
  margin: 0;
}

.about-message {
  padding-inline: 20px;
  padding-top: 80px;
}

.about-message-cols {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.about-message-photo {
  flex-basis: 41.6666666667%;
}
.about-message-photo img {
  height: auto;
  vertical-align: bottom;
}

.about-message-content {
  flex-basis: 58.3333333333%;
  padding-left: 4.1666666667%;
}

.about-message-title {
  margin: 0;
  font-size: 24px;
  font-weight: inherit;
  line-height: 1.4583333333;
  margin-bottom: 20px;
}

.about-message-text {
  margin: 0;
}

@media (max-width: 768px) {
  .about{
    padding-block:50px;
  }
  .about-header h1 {
    font-size: 30px;
    line-height: 1.1666666667;
    margin-bottom: 20px;
  }
  .about-philosophy {
    padding-top: 60px;
  }
  .about-philosophy-cols {
    flex-direction: column;
  }
  .about-philosophy-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-philosophy-body > .about-philosophy-heading {
    display: none;
  }
  .about-philosophy-cols > .about-philosophy-heading {
    display: block;
  }
  .about-history {
    padding-top: 60px;
  }
  .about-history-heading {
    font-size: 30px;
    line-height: 1.1666666667;
    margin-bottom: 20px;
  }
  .about-history-list {
    gap: 30px;
  }
  .about-history-item {
    flex-direction: column;
  }
  .about-history-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-history-title {
    font-size: 24px;
    line-height: 1.1666666667;
    margin-bottom: 20px;
  }
  .about-craftsmanship {
    padding-top: 60px;
    overflow: hidden;
  }
  .about-craftsmanship .swiper {
    padding-inline: 40px;
    margin-inline: -20px;
    overflow: visible;
  }
  .about-craftsmanship-heading {
    font-size: 30px;
    line-height: 1.1666666667;
    margin-bottom: 20px;
  }
  .about-craftsmanship-list {
    gap: 0;
  }
  .about-craftsmanship-photo {
    margin-bottom: 16px;
  }
  .about-design {
    padding-top: 60px;
  }
  .about-design-cols {
    flex-direction: column;
  }
  .about-design-body {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-design-body > .about-design-heading {
    display: none;
  }
  .about-design-cols > .about-design-heading {
    display: block;
  }
  .about-policy {
    padding-top: 60px;
  }
  .about-policy-heading {
    margin-bottom: 20px;
  }
  .about-policy-lead {
    text-align: left;
    margin-bottom: 20px;
  }
  .about-policy-photo {
    margin-bottom: 20px;
  }
  .about-policy-list {
    margin-bottom: 20px;
  }
  .about-policy-list li {
    font-size: 16px;
    padding-inline: 16px;
  }
  .about-policy-list li p {
    padding-left: 13px;
  }
  .about-message {
    padding-top: 60px;
  }
  .about-message-cols {
    flex-direction: column;
  }
  .about-message-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .about-message-title {
    font-size: 20px;
  }
}






.fs-c-variationLabel__label{
  font-size:14px;
  line-height:1.65;
  font-weight:normal;
}
.fs-c-variationLabel__value{
  display:none !important;
}

.fs-c-variationPanelList__list{
	--cols:3;
	--gap:10px;
  display:flex !important;
  flex-wrap:wrap;
  gap:9px;
  justify-content:left;
  overflow:auto !important;
  align-items:stretch;
  height:auto;
}
.fs-c-variationPanelList__list > li{
  width:calc((100% - var(--gap) * (var(--cols) - 1)) / var(--cols));
  min-width:0;
  max-width:unset;
  flex-grow:0;
}
.fs-c-variationPanelList__panel{
  background-color:transparent;
  border:1px solid #000000;
  color:#000000;
  border-radius:0;
}
@media (min-width:769px){
  .fs-c-variationPanelList__panel:hover{
    opacity:0.7;
  }
}
.fs-c-variationPanelList__panel--outOfStock{
  background-color: #F5F5F5;
  border: 1px solid #AAAAAA;
  color: #AAAAAA;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #000000;
  color: #ffffff;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)){
  border:1px solid #000000;
}
.fs-c-variationPanelList__panel__content{
  background:none;
  align-items:center;
  justify-content:center;
}
.fs-c-variationPanelList__panel__content *{
  font-weight:normal;
  text-align:center;
}

.fs-c-productChooseVariation__variation:not(:first-child)
  .fs-c-variationPanelList__list__item:has(.fs-c-variationPanelList__panel--outOfStock),
.fs-c-productChooseVariation__variation:last-child
  .fs-c-variationPanelList__list__item:has(.fs-c-variationPanelList__panel--outOfStock){
    display:none !important;
}
.fs-c-productQuantityAndWishlist{
  margin-top:30px;
}














.lineLink{
  display:none !important;
}
.lineLink_noVisible{
  visibility:hidden;
  pointer-events:none;
  user-select:none;
}
@media (max-width:768px){
  .lineLink_noVisible{display:none !important;}
}

.storyLink{
  display:none !important;
}



