	html{
		font-size: 16px;
	}
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
		margin: 0;
		padding: 0;
	}
	article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
		display: block;
	}
	html,body {
		width: 100%;
	}
	a {
		color: #272023;
		-webkit-font-smoothing: antialiased;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	a:link, a:visited {
		text-decoration: none;
	}

	a:hover, a:active {
		text-decoration: none;
	}
	a:hover {
		opacity: 0.7;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
	}
	li {
		list-style: none;
	}
	fieldset {
		border: none;
	}
	input, textarea, select, label {
		font-family: inherit;
		font-size: 100%;
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 0;
		vertical-align: middle;
	}
	textarea {
		overflow: auto;
	}
	legend {
		display: none;
	}
	img {
		border: none;
		vertical-align: top;
	}
	object {
		outline: none;
		vertical-align: middle;
	}
	em, strong {
		font-style: normal;
		font-weight: bold;
	}
	small {
		font-size: 100%;
	}
	abbr, acronym {
		border: none;
		font-variant: normal;
	}
	.boxRight {
		float: right !important;
	}

	/* タイトル */
	.u-title-l{
		font-size: 36px;
		font-weight: 500;
		margin-bottom: 20px;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.u-title-m{
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 20px;
		line-height: 1;
		letter-spacing: 0.05em;
	}
	.u-section-title{
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	.u-section-title::before{
		content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    margin-right: 6px;
    border-radius: 50% 70% 60% 40% / 60% 40% 70% 50%;
    background: #e3d9f6;
	}
	.line-title{
		font-size: 20px;
    margin-bottom: 25px;
    background: #FFFFFF;
    overflow: hidden;
    font-weight: 400;
	}
	.line-title span{
		position: relative;
	}
	.line-title span::before,
	.line-title span::after{
    width: 2000px;
		content: "";
    position: absolute;
    top: calc(50% - ((.2px + .05em) / 2));
    border-bottom: calc(.2px + .05em) solid #e5e5e5;
		right: 100%;
    margin-right: calc(5px + .3em);
	}
	.line-title span::after{
		left: 100%;
    margin-left: calc(5px + .3em);
	}
	.sidebar-title{
		font-size: 16px;
		font-weight: 400;
    margin-bottom: 15px;
		position: relative;
	}
	.sidebar-title::before{
		content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    margin-right: 6px;
    border-radius: 50% 70% 60% 40% / 60% 40% 70% 50%;
    background: #e3d9f6;
    /* border-left: 6px solid #e3d9f6; */
	}

	/* パンくず */
	.breadcrumb {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		padding: 0 0 33px;
		margin:-48px 0 0;
		font-size: 14px;
	}
	.breadcrumb__child {
		display: flex;
		align-items: center;
	}
	.breadcrumb__child:not(:last-child)::after {
		content: "›";
		margin: 0 8px;
		color: #999;
		font-size: 12px;
	}
	.breadcrumb__link {
		color: #272023;
		text-decoration: none;
		transition: color 0.2s;
	}
	.breadcrumb__link:hover {
		text-decoration: underline;
	}

	/* 余白付きのボーダー */
	.u-bottom-line{
		border-bottom: 1px solid #e7e3e3;
		padding-bottom: 16px;
		margin-bottom: 30px;
	}
	.u-bottom-line .u-title-m{
		margin-bottom: 0;
	}
	/* タグ */
	.u-tag{
		display: flex;
    flex-wrap: wrap;
		gap: 10px;
		margin-top: 20px;
	}
	.u-tag a{
		padding: 8px 10px;
    border: 1px solid #e7e3e3;
    border-radius: 100px;
    font-size: 13px;
    text-decoration: none;
    background: #fafafa;
    display: block;
    color: #3b4043;
	}

	/* ボタン */
	.u-button{
		padding-top: 1px;
    min-width: 180px;
    font-size: .8125rem;
		text-align: center;
		display: inline-block;
		box-sizing: border-box;
		line-height: 2.4;
		cursor: pointer;
		-webkit-font-smoothing: antialiased;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.u-button-default{
		background: #363636;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
		line-height: 1;
    outline: none;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 100%;
	}
	.more-button{
    width: 260px;
		margin: auto;
		text-align: center;
	}

	/* セクションブロック */
	.section-block{
		margin-bottom: 80px;
	}
	.section-block-img{
		margin: 0 auto 20px;
    text-align: center;
	}

	/* サイドバー */
	.sidebar-list{
		display: flex;
    flex-direction: column;
		gap: 17px;
	}
	.sidebar-list li{
		display: flex;
		align-items: center;
	}
	.sidebar-item::before {
		/* content: ''; */
		display: inline-block;
		width: 16px;
		height: 16px;
		vertical-align: middle;
		margin-right: 6px;
		background: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><polyline points="6,4 10,8 6,12" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
		background-size: 16px 16px;
	}
	.sidebar-item a{
		font-size: 13px;
		padding-left: 16px;
	}
	.sidebar-item.instagram a{
		width: 30px;
    padding-left: 16px;
	}
	.sidebar-item.instagram img{
		width: 100%;
		height: auto;
		display: block;

	}
	.sidebar hr{
		box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
	}
	.sidebar-banner{
		gap: 18px;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.sidebar-banner li a img{
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	.sidebar-link a{
		font-size: 16px;
	}
	
	.sidebar-postage{
		margin: 0 0 23px;
    background: #f8f9fa;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #b4e0db;
		border-radius: 8px;
	}
	.membership .guide .about-point .description{
		margin: 16px 0 0 0 !important;
	}

	/* Header */
	.header-wrap{
    max-width: 1304px;
    margin: 30px auto 0;
    box-sizing: border-box;
	}
	.logo{
		width: 100%;
		margin: 10px 0 30px;
	}
	.logo img{
		width: 100%;
		height: auto;
	}
	.header-right{
		position: relative;
		margin-top: 10px;
	}
	.header-menu-pc{
		display: block;
    margin-left: auto;
	}
	.navbar-nav{
		display: flex;
		align-items: center;
	}
	.navbar-nav-top{
		position: absolute;
		top: 0;
		right: 0;
	}
	.navbar-nav-cart{
		display: flex;
		gap: 15px;
	}
	.navbar-nav-search{
		margin-bottom: 20px;
	}
	.itemSearch__form {
		position: relative;
		margin: 0 auto;
	}
	.itemSearch__field {
		width: 100%;
		height: 40px;
		background: #fff;
		padding: 0 45px 0 16px;
		font-size: 14px !important;
		box-sizing: border-box;
		box-shadow: none !important;
		outline: none;
		color: #212121 !important;
		border: 1px solid #ddd !important;
		border-radius: 8px !important;
	}
	.itemSearch__field::placeholder {
		color: #aaa;
		font-size: 12px;
	}
	.itemSearch__btn {
		position: absolute;
		top: 0;
		right: 0;
    width: 40px;
		height: 40px;
		border: none;
		background: transparent;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.itemSearch__btn svg {
		width: 17px;
		height: 17px;
		display: block;
		fill: #212121;
	}
	.itemSearch__btn{
		margin: 0;
    padding: 0;
    background: none;
    border: none;
	}
	.navbar-nav-list a{
		font-size: 16px;
		font-weight: 500;
	}
	.navbar-nav-list > a:hover{
		opacity: 0.7;
	}
	.navbar-nav-list{
		display: flex;
		gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
	}
	.navbar-nav-list li a{
		display: flex;
		align-items: center;
	}
	.dropdown-menu.brand-search .dropdown-menu-list-wrap:nth-of-type(2),
	.dropdown-menu.brand-search .dropdown-menu-list-wrap:nth-of-type(3),
	.dropdown-menu.brand-search .dropdown-menu-list-wrap:nth-of-type(4) {
		display: none;
	}

	.dropdown-menu.brand-search	.dropdown-menu-single-inner .brand-list-content {
    width: 840px;
		padding: 16px 24px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}

	/* ブランドアルファベットソート機能のスタイル */
	.brand-alphabet-header {
		/* width: 100%; */
		padding: 16px 24px;
		border-bottom: 1px solid #e0e0e0;
		grid-column: 1 / -1;
	}

	.brand-alphabet-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.brand-alphabet-btn {
		background: #ffffff;
		border: 1px solid #dee2e6;
		padding: 8px 0;
		cursor: pointer;
		font-size: 13px;
		font-weight: 500;
		border-radius: 6px;
		transition: all 0.2s ease;
		min-width: 39px;
		text-align: center;
		color: #495057;
		letter-spacing: 0.3px;
	}

	.brand-alphabet-btn:hover,
	.brand-alphabet-btn.active {
		background: #e3d9f6;
		border: 1px solid #dee2e6;
	}

	.brand-alphabet-btn.disabled {
		background: #f8f9fa;
		border-color: #e9ecef;
		color: #adb5bd;
		cursor: not-allowed;
		pointer-events: none;
	}

	.brand-alphabet-btn.disabled:hover {
		background: #f8f9fa;
		border-color: #e9ecef;
		color: #adb5bd;
	}



	/* .brand-show-all {
		background: #333 !important;
		color: #fff !important;
		border-color: #333 !important;
	} */



	.brand-item {
		display: block;
	}

	.brand-item.hidden {
		display: none;
	}

	/* アイテムページ用アルファベットソート */
	.item-page-alphabet-sort {
		padding: 16px 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #e0e0e0;
	}

	.item-page-nav {
		justify-content: flex-start;
		padding: 0;
	}

	.item.hidden {
		display: none !important;
	}

	.u-tag-list.hidden {
		display: none !important;
	}


	/* --- 1階層(single)と2階層(double)のドロップダウン共通化 --- */
	.dropdown-menu,
	.dropdown-menu-item {
		position: relative;
	}
	
	.dropdown-menu-hover {
		position: relative;
		padding-right: 28px;
	}
	.dropdown-menu-hover::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><polyline points="6,4 10,8 6,12" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" transform="rotate(90 8 8)"/></svg>') no-repeat center center;
		background-position: center;
		pointer-events: none;
	}
	.dropdown-menu-hover-medium::after {
		background: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><polyline points="6,4 10,8 6,12" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
		background-position: center;
	}
	.dropdown-menu-hover:hover{
		opacity: 1;
	}

	/* 共通: ドロップダウンリスト本体 */
	.dropdown-menu-ul,
	.dropdown-menu-single {
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 148px;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
		z-index: 100;
		padding: 10px 0;
		display: none;
	}
	.dropdown-menu:hover .dropdown-menu-ul,
	.dropdown-menu:hover .dropdown-menu-single {
		display: block;
	}

	/* 共通: リストアイテム */
	.dropdown-menu-item,
	.dropdown-menu-single li {
		position: relative;
	}
	.dropdown-menu-item > a,
	.dropdown-menu-single a {
		display: block;
		padding: 8px 16px;
		font-size: 14px;
		font-weight: 400;
		color: #272023;
		text-decoration: none;
		transition: background 0.2s;
		background: #fff;
	}
	.dropdown-menu-item > a:hover,
	.dropdown-menu-single a:hover {
		/* background: #f5f5f5; */
		color: #5c00ca;
		opacity: 1;
	}

	/* 2階層: 中カテゴリ */
	.navbar-nav-medium.dropdown-menu-list {
		display: none;
		position: absolute;
		left: 100%;
		top: 0;
		min-width: 180px;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
		z-index: 101;
		padding: 10px 0;
	}
	.dropdown-menu-item:hover > .navbar-nav-medium.dropdown-menu-list {
		display: block;
	}

	/* 2階層: 中カテゴリのリンク */
	.dropdown-menu.item-search .dropdown-menu-item {
		display: none;
	}
	.dropdown-menu.item-search .dropdown-menu-item:nth-of-type(3),
	.dropdown-menu.item-search .dropdown-menu-item:nth-of-type(4) {
		display: block !important;
	}

	.dropdown-menu-medium-item > a {
		display: block;
		padding: 8px 16px;
		color: #272023;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
		white-space: nowrap;
		transition: background 0.2s;
	}
	.dropdown-menu-medium-item > a:hover {
		/* background: #f5f5f5; */
		color: #5c00ca;
	}

	/* レスポンシブ対応（スマホは従来のアコーディオン表示） */
	@media (max-width: 900px) {
		.dropdown-menu-ul,
		.dropdown-menu-single,
		.navbar-nav-medium.dropdown-menu-list {
			position: static;
			min-width: 100%;
			box-shadow: none;
			border: none;
			background: none;
			padding: 0;
			display: none;
		}
		.dropdown-menu:hover .dropdown-menu-ul,
		.dropdown-menu:hover .dropdown-menu-single,
		.dropdown-menu-item.open > .navbar-nav-medium.dropdown-menu-list {
			display: block;
		}
	}
	
	#i18 {
		z-index: 2005;
		left: 10px;
		position: fixed;
		top: calc(var(--information-banner-height, 0px) + 10px);
	}
	#i18 .lang {
		float: left;
		margin: 0 5px 0 0;
		position: relative;
	}
	#i18 .lang:before {
		background: url("{BASEURL}/img/shop/arrow.gif") no-repeat;
		background-size: 10px 7px;
		content: "";
		height: 7px;
		position: absolute;
		right: 13px;
		top: 12px;
		width: 10px;
	}
	#i18 .currency {
		float: left;
		position: relative;
	}
	#i18 .currency:before {
		background: url("{BASEURL}/img/shop/arrow.gif") no-repeat;
		background-size: 10px 7px;
		content: "";
		height: 7px;
		position: absolute;
		right: 13px;
		top: 12px;
		width: 10px;
	}
	#i18 select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #272023;
		cursor: pointer;
		font-family: inherit;
		font-size: 11px;
		line-height: 18px;
		min-width: inherit;
		padding: 5px 25px 5px 10px;
		vertical-align: middle;
	}
	#privacy,
	#law {
		background-color: #fff;
		box-sizing: border-box;
		font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Meiryo', 'メイリオ', sans-serif;
		font-size: 13px;
		line-height: 1.6em;
		margin: 0 auto;
		padding: 30px 40px 40px;
		text-align: left;
		width: 980px;
	}
	#privacy h2,
	#law h2 {
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 0;
		padding: 0 0 20px;
	}
	#privacy h3,
	#privacy dt {
		font-weight: bold;
		margin: 15px 0 8px;
	}
	#privacy .privacy_intro {
		margin: 0 0 20px;
	}
	#law h3 {
		font-weight: bold;
		margin: 20px 0 5px;
	}
	#law .law_attention {
		padding: 10px;
		margin-top: 12px;
		line-height: 1.5;
		background-color: #f8f9fa;
	}
	@media(min-width: 769px) {
		#law .law_attention {
			padding: 16px;
			margin-top: 16px;
			line-height: 1.6;
		}
	}
	#law .atobaraiTerm {
		margin: 20px 0;
	}
	#law .atobaraiTerm .atobaraiTerm__title {
		margin-bottom: 8px;
	}
	#law .atobaraiTerm .atobaraiTerm__body {
		padding-left: 20px;
	}
	#law .atobaraiTerm p {
		font-size: 100%;
		line-height: 1.5;
		margin: 0 0 10px;
	}
	.itemCb #cboxPrevious {
		background: url("{BASEURL}/i/controls.png") no-repeat 0 0;
		bottom: 0;
		height: 20px;
		left: 0;
		overflow: visible;
		text-indent: -9999px;
		width: 20px;
	}
	.itemCb #cboxNext {
		background: url("{BASEURL}/i/controls.png") no-repeat -22px 0;
		bottom: 0;
		height: 20px;
		left: 30px !important;
		overflow: visible;
		text-indent: -9999px;
		width: 20px;
	}
	.itemCb #cboxClose {
		background: url("{BASEURL}/i/controls.png") no-repeat -52px 0;
		height: 20px;
		overflow: visible;
		text-indent: -9999px;
		width: 20px;
	}
	.itemCb #cboxContent button {
		border: none;
	}
	.itemCb:focus {
		outline: none;
	}
	a.cboxElement:focus {
		outline: none;
	}
	.clearfix {
		zoom: 1;
	}
	.clearfix:after {
		clear: both;
		content: "";
		display: block;
	}
	.show {
		display: block !important;
	}
	.hide {
		display: none !important;
	}
	.overlayBackground {
		background-color: rgba(0, 0, 0, 0.5);
		cursor: pointer;
		display: none;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	#baseMenu > ul > li {
		float: left;
		list-style: none;
	}
	#baseMenu > ul > li.base {
		display: none;
	}
	.cart {
		width: 24px;
		height: 24px;
		position: relative;
	}
	.cart img{
		width: 100%;
    height: auto;
		display: block;
		filter: brightness(0) invert(0);
	}
	.navbar-nav-instagram{
		width: 24px;
		height: 24px;
	}
	.navbar-nav-instagram img{
		width: 100%;
    height: auto;
		display: block;
	}
	.cart-badge {
		display: block!important;
	}
	.cart-qty {
		position: absolute;
		top: -5px;
		right: -6px;
		min-width: 16px;
		background:  #f0594c;
		border-radius: 50%;
		color: #fff;
		font-size: 10px;
		font-weight: 600;
		line-height: 16px;
		text-align: center;
	}
	@font-face {
		font-family: "baseicon";
		font-style: normal;
		font-weight: normal;
		src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh");
		src: url("https://static.thebase.in/font/v1/baseicon.eot?317xhh#iefix") format("embedded-opentype"),
			url("https://static.thebase.in/font/v1/baseicon.ttf?317xhh") format("truetype"),
			url("https://static.thebase.in/font/v1/baseicon.woff?317xhh") format("woff"),
			url("https://static.thebase.in/font/v1/baseicon.svg?317xhh#baseicon") format("svg");
	}
	@font-face {
		font-family: "shopicon";
		font-style: normal;
		font-weight: normal;
		src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh");
		src: url("https://static.thebase.in/font/v1/shopicon.eot?317xhh#iefix") format("embedded-opentype"),
			url("https://static.thebase.in/font/v1/shopicon.ttf?317xhh") format("truetype"),
			url("https://static.thebase.in/font/v1/shopicon.woff?317xhh") format("woff"),
			url("https://static.thebase.in/font/v1/shopicon.svg?317xhh#baseicon") format("svg");
	}
	[class^="icon-"],
	[class*=" icon-"] {
		font-family: "baseicon" !important;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		speak: none;
		text-transform: none;
	}
	.icon-cart:before {
		content: "\e900";
	}
	.icon-search:before {
		content: "\e912";
	}
	.icon-information:before {
		content: "\e919";
	}
	.icon-tipi:before {
		content: "\e922";
	}
	.icon-pin:before {
		content: "\e929";
	}

	#reportBtn a.cboxElement button {
		cursor: pointer;
	}

	#fixedHeader ul li {
		float: left;
	}

	#fixedHeader li.topRightNavLi a {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 1px 0 2px rgba(150, 150, 150, 0.4);
		display: block;
		-webkit-font-smoothing: antialiased;
		margin: 1px 0 0;
		padding: 5px 15px;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	#fixedHeader li.topRightNavLi a:hover {
		box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
		padding: 6px 15px 4px;
	}

	#fixedHeader li.topRightNavLi.base {
		margin: 0 10px 0 0;
	}

	body.shop {
		color: #272023;
		font-size: 13px;
		line-height: 1.5;
		-webkit-text-size-adjust: none;
		word-break: break-all;
	}
	body {
		background-color:#ADC7C1;
		font-family: "Murecho", "IBM Plex Sans JP", sans-serif;
		/* font-family: Roboto, 'M PLUS 2', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	}

	/* body.shop .wrapper {
		margin: 0 auto 60px;
		padding: 0 10px;
	} */

	@media(min-width: 769px) {
		/* body.shop .wrapper {
			width: 980px;
      box-sizing: border-box;
      padding: 0;
		} */
	}

  .bannerLink{
    margin: 40px 0 37px;
  }
  .bannerLink ul{
    display: flex;
    gap: 10px;
  }
  .bannerLink ul li img{
    width: 100%;
		border-radius: 10px;
  }

	body.shop #mainHeader {
		margin: 0 auto 34px;
	}


	body.shop #fixedHeader {
		padding: 5px 10px;
		position: fixed;
		right: 0;
		top: 0;
	}

	body.shop #shopHeader h1 {
		display: block;
		font-size: 30px;
		letter-spacing: 2px;
		text-align: center;
	}

	body.shop #shopHeader h1 {
		margin: 56px 0 34px;
	}

	body.shop #shopHeader h1 a {
		display: inline-block;
	}

	body.shop #shopHeader h1 img {
    width: auto;
    max-width: 100%;
		height: auto;
    max-height: 160px;
    -o-object-fit: contain;
    object-fit: contain;
	}
	body.shop #shopHeader h1 img {
		vertical-align:top;
	}

	body.shop #shopHeader nav {
		font-size: 12px;
		font-weight: bold;
	}
	body.shop #shopHeader nav {
		border-bottom: 2px solid #272023;
		border-top: 2px solid #272023;
		margin:0;
	}

	body.shop #shopHeader nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}

	body.shop #shopHeader nav ul li {
		display: block;
		width: max(33%, min(33%));
		height: 40px;
		line-height: 20px;
		text-align: center;
	}

	body.shop #shopHeader nav ul li.itemSearch {
		width: 100%;
		padding: 0 16px;
	}

	body.shop #shopHeader nav ul li.itemSearch form {
		box-sizing: border-box;
		border: none;
		display: inline-block;
		padding: 0 30px 0 0;
		position: relative;
		width: 100%;
		height: 40px;
	}

	body.shop #shopHeader nav ul li.itemSearch form input {
		width: 100%;
		background-color: transparent;
		box-sizing: border-box;
		box-shadow: none;
		border: none;
		display: inline-block;
		margin: auto;
		padding: 0 0 0 8px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: 20px;
	}

	body.shop #shopHeader nav ul li.itemSearch form .itemSearch__btn {
		background-color: transparent;
		border-style: none;
		display: block;
		font-size: 15px;
		position: absolute;
		top: 0;
		right: 5px;
		bottom: 0;
		width: auto;
		cursor: pointer;
	}

	@media(min-width: 769px) {
		body.shop #shopHeader nav ul li.itemSearch form {
			width: 65px;
		}

	}

	body.shop #shopHeader nav ul li:hover {
		border-bottom: solid 2px #272023;
		height: 38px;
	}

	body.shop #shopHeader nav ul li a {
		display: block;
		padding: 10px;
	}

	@media(min-width: 481px) {
		body.shop #shopHeader nav ul {
			flex-wrap: nowrap;
			justify-content: space-between;
		}
		body.shop #shopHeader nav ul li {
			flex: 1;
			width: auto;
		}
	}

	.titleForSearchResult {
		font-size: 20px;
		font-weight: 500;
		margin: -20px 0 0;
		padding: 0 0 30px;
		text-align: center;
		width: 100%;
	}

	.slider li img{
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	/* 固定バナー	 */
	.fixed-banner{
		display: none;
		width: 200px;
		position: fixed;
		bottom: 110px;
		right: 20px;
		z-index: 1000;
	}
	.fixed-banner-close {
		position: absolute;
		top: -14px;
		left: -10px;
		width: 28px;
		height: 28px;
		background: #fff;
		border: none;
		border-radius: 50%;
		box-shadow: 0 2px 8px rgba(0,0,0,0.15);
		cursor: pointer;
		z-index: 10;
	}
	.fixed-banner-close:before, .fixed-banner-close:after {
		content: '';
		position: absolute;
		left: 7px;
		top: 13px;
		width: 14px;
		height: 2px;
		background: #333;
		border-radius: 2px;
	}
	.fixed-banner-close:before {
		transform: rotate(45deg);
	}
	.fixed-banner-close:after {
		transform: rotate(-45deg);
	}
	.fixed-banner img{
		width: 100%;
		height: auto;
	}

	/* カテゴリー画像 */
	.category-head{
		margin: 0 0 30px;
	}
	.category-head p{
		font-size: 16px;
		font-weight: 400;
		margin: 10px 0 0;
		text-align: center;
		color: #272023;
	}
	.category-head .keyword{
		font-weight: 500;
		color: #b17d58;
	}
	.category-head p span{
		color: #272023;
	}
	.category-head .category-head-title{
		height: 400px;
		margin: 30px 0 20px;
		border-radius: 10px;
	}
	@media (max-width: 768px) {
		.category-head .category-head-title{
			height: 49vw;
			background-position: top !important;
		}
	}

	/* フッター */
	.l-footer {
		background: #f1f1f1;
    margin-top: 150px;
	}
	.l-footer-inner {
		max-width: 600px;
		margin: 0 auto;
		padding: 1.45vw 0;
		text-align: center;
	}
	.l-footer-nav{
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 45px;
	}
	.l-footer-inner-menu{
		display: flex;
	}
	.l-footer-sns{
		margin-left: auto;
		display: flex;
		gap: 15px;
	}
	.l-footer-sns li{
		width: 25px;
	}
	.l-footer-sns .base{
		display: block !important;
	}
	.l-footer-sns .cart{
		display: none;
	}
	.l-footer-sns img{
		width: 100%;
		height: auto;
	}
	.l-footer-bottom{
		background-color: #222;
		padding: 0;
	}
	.l-footer-bottom p{
		color: #fff;
		font-size: 12px;
		font-weight: 400;
	}

	@media (max-width: 768px) {
		.l-footer{
			margin: 50px 0 0;
		}
		.l-footer-inner{
			padding: 5vw 4vw;
		}
		.l-footer-inner-menu{
			flex-direction: column;
	    justify-content: center;
  	  align-items: center;
			gap: 30px;
		}
		.l-footer-nav{
			flex-direction: column;
	    justify-content: center;
  	  align-items: center;
			gap: 20px;
		}
		.l-footer-sns{
			margin: 0;
		}
		.l-footer-bottom{
			padding: 0;
		}
		.l-footer-bottom p{
			font-size: 12px;
			text-align: center;
		}
	}

	.pinnedBlog {
		padding: 34px 0 0;
	}

	.pinnedBlog .pinnedBlog_title {
		font-size: 12px;
		text-align: center;
	}

	.pinnedBlog .pinnedBlog_title::before {
		content: "\e919";
		font-family: "shopicon";
		padding: 0 5px 0 0;
	}

	.pinnedBlog .pinnedBlog_title a {
		color: inherit;
		display: inline;
	}

	.publish_date.blog_pinned::before {
		content: "\e929";
		font-family: "shopicon";
		padding: 0 2px 0 0;
	}

	.itemList {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
	}

	.l-container{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.slick-slide img{
		width: 100%;
	}
	.membership .mypage .img-wrapper .img{
		max-height: none !important;
	}
	.membership .mypage .reward-list .reward-card-list .reward-card .reward-detail-wrapper .exchangeable-label{
		background-color: #5ab4be !important;
	}
	#reportBtn{
		margin: 5px 0 0;
		padding: 0 !important;
		text-align: right;
	}
	#reportBtn a{
		font-size: 12px;
		font-weight: 400;
		color: #a0a7b4;
	}
	.shareButtons{
		display: none !important;
	}
	/* l-mainを1304px以上で固定にする */
	@media (max-width: 1304px) {
		
	}
	/* PCの時 */
	@media(min-width: 769px) {
		.sp-only,
		.imagelist-button,
		.slidein-imagelist,
		.sidebar-overlay,
		.sidebar-close-btn,
		.header-mobile{
			display: none;
		}
		.l-main{
			max-width: 1004px;
			margin: -128px 0 0;
		}
		.header-wrap{
			display: grid;
    	grid-template-columns: 270px 1fr;
			column-gap: 30px;
		}
		.header-right{
			max-width: 1004px;
		}
    .l-container{
			max-width: 1304px;
			display: grid;
			grid-template-columns: 270px 1fr;
			column-gap: 30px;
    }
    .l-sidebar {
      width: 270px;
    }
    .l-main {
			/* max-width: 1004px; */
			position: relative;
			z-index: 5;
    }
		.slick-prev:before, .slick-next:before{
			font-size: 40px;
		}
		.slick-prev, .slick-next{
			width: 40px;
			height: 40px;
			z-index: 10;
		}
		.slick-prev{
			left: 20px;
		}
		.slick-next{
			right: 20px;
		}
		.slider{
			margin-bottom: 30px;
			position: relative;
		}
    .slider img{
      width: 100%;
      height: auto;
    }
    .slider li a:hover,
    .bannerLink ul li a:hover{
      opacity: .8;
    }
		.l-about,
		.inquirySection,
		.membership,
		.blogListMain{
			padding: 0 100px 0 !important;
		}
		.itemList {
      width: auto;
      gap: 10px;
      padding: 0;
		}

		.item {
			flex:0 0 calc((890px - 31px * 2) / 4); 
      box-sizing: border-box;
		}

		.item .itemImg {
			width: 100%;
      height: auto;
      aspect-ratio: 4 / 5;
      display: flex;
      align-items: center;
      justify-content: center;
		}

		.item .itemImg img {
      max-width: 100%;
      max-height: 100%;
		}
    .label_image{
      width: 50px !important;
      height: 50px !important;  
    }

	}

	.item .itemTitle {
		margin: 7px 0 0;
	}

	.item a .itemTitle h2 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 13px;
		font-weight: normal;
		margin: 2px auto 5px;
	}

	.item .itemImg {
		width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
		box-sizing: border-box;
		-webkit-font-smoothing: antialiased;
		margin: auto;
		overflow: hidden;
		padding: 1px;
		vertical-align: middle;
	}

	.item:hover .itemImg {
		/* border: 1px dotted #5c00ca; */
		padding: 0;
    opacity: .6;
	}

	.item:hover a {
		color: #5c00ca;
		opacity: 1;
	}

	.item .itemImg a {
		display: block;
		/* position: relative; */
	}

	.item .itemImg a::before {
		content: '';
		display: block;
		padding-top: 100%;
	}

	.item .itemImg img.image-resize {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.item .itemImg a .soldout_cover {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(255, 255, 255, 0.9);
		bottom: 0;
		filter: alpha(opacity=80);
		left: 0;
		opacity: 0.8;
		position: absolute;
		right: 0;
		top: 0;
		zoom: 1;
	}

	.item .itemImg a .soldout_cover p {
		color: #5c00ca;
		font-size: 22px;
		font-weight: 600;
		text-align: center;
	}

	.item .itemDetail .itemPrice {
		/* font-size: 10px; */
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
	}

	.item .itemDetail .discountPrice {
		color: #fa5171;
		margin: 0;
	}

	.discountPrice__ratio {
		background-color: #fa5171;
		display: inline-block;
		font-size: 10px;
		font-weight: 600;
		color: #fff;
		line-height: 18px;
		margin-right: 5px;
		padding: 1px 5px;
	}

	.item .itemDetail .discountPrice__calcPrice {
		font-weight: 600;
		letter-spacing: 1px;
		white-space: nowrap;
	}
	.item .comingSoon {
		color: #11beae;
		font-size: 14px;
		margin-top: 8px;
	}
	.item .soldout {
		color: #fa5171;
    font-weight: 600;
		font-size: 14px;
	}
	.item .preOrder, .item .lottery, .item .takeout, .item .community {
		border: 1px solid #62d5d1;
    color: #5cb9b1;
		display: inline-block;
		font-size: 10px;
		font-weight: 600;
		padding: 2px 6px;
	}
	.item .itemDetail{
		display: flex;
		align-items: center;
		gap: 5px;
		margin: 0 0 5px;
	}

	.item .community {
		background-color: #f2bb31;
		border: 1px solid #f2bb31;
		color: #fff;
	}

	/* 詳細ページ */
	.salesPeriod{
		color: #39cbb8;
	}
	/* --- 画像詳細2カラムレイアウト --- */
	.item-detail-img-main {
		width: 100%;
		position: relative;
	}

	.item-detail-img-main ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.imgBox{
		overflow: hidden;
	}
	.item-detail-img-main img{
		width: 100%;
		height: 100%;
    object-fit: contain;
		/* object-position: center; */
	}
	.item-detail-img-main .label_image,
	.relation-item .label_image{
		display: none !important;
	}
	.item-detail-img-main-thumbs {
		display: grid;
		grid-template-columns: repeat(4, 1fr); /* 4列 */
		gap: 10px;
		align-self: start;
	}

	.item-detail-img-main-thumbs img{
		position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	.smallImgBox{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 20;
		position: relative;
	}
	.item-detail-img-main-thumbs li{
		cursor: pointer;
	}
	.item-detail-img-main-thumbs li.active {
		opacity: 0.7;	
	}

	.item-detail-info{
    margin: 50px 0 0;
		display: grid;
	}
	@media(min-width: 769px){
		.item-detail-img {
			display: grid;
			grid-template-columns: 600px 1fr;
			column-gap: 15px;
		}
		.imgBox{
			width: 600px;
    	height: 600px;
		}
		.item-detail-info{
			grid-template-columns: 1fr 380px;
			column-gap: 30px;
		}	
	}
	.item-detail-info-top{
		order: 2;
	}
	.item-detail .item-name{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: 500;
	}
	.item-detail-description{
		order: 1;
	}
	.item-detail-description p{
		font-size: 13px;
		font-weight: 400;
		color: #272023;
	}
	.item-detail-description p a:hover{
		color: #5c00ca;
		opacity: 1;
	}

	body#shopDetailPage #mainContent {
		background-color: #fff;
		margin-bottom: 50px;
	}

	body#shopDetailPage .itemImgSlide {
		flex: 1;
	}

	body#shopDetailPage #slideImg .imgBox {
		border-radius: 10px;
		text-align: center;
	}

	body#shopDetailPage #slideImg .imgBox img {
		width: 100%;
		vertical-align: middle;
	}

	body#shopDetailPage #slideImg .imgBox img.label_image {
		width: auto;
	}

	body#shopDetailPage #slideImgPager {
		float: left;
		overflow: hidden;
		padding: 0 0 0 10px;
		width: 64px;
	}

	body#shopDetailPage #slideImgPager li + li {
		margin-top: 10px;
	}

	body#shopDetailPage #slideImgPager .smallImgBox {
		height: 64px;
		line-height: 64px;
		text-align: center;
		width: 64px;
	}

	body#shopDetailPage #slideImgPager .smallImgBox img {
		max-height: 64px;
		max-width: 64px;
		vertical-align: middle;
	}

	body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
		margin: 0;
	}

	body#shopDetailPage #mainContent .purchase {
		border-bottom: dotted 1px #272023;
		border-top: dotted 1px #272023;
		box-sizing: border-box;
	}

	body#shopDetailPage header h1.itemTitle {
		color: #3c3c3c;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 32px;
	}

	body#shopDetailPage #purchase_form {
		color: #272023;
		margin-bottom: 0;
	}

	body#shopDetailPage #purchase_form select {
		cursor: pointer;
	}

	body#shopDetailPage #purchase_form #purchaseSelect {
		margin: 0;
	}

	body#shopDetailPage #purchase_form .purchaseElement {
		margin: 5px 0 15px;
		overflow: hidden;
	}

	body#shopDetailPage #purchase_form input,
	body#shopDetailPage #purchase_form select {
		width: 100%;
		display: block;
		box-sizing: border-box;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
	}

	body#shopDetailPage #purchase_form #itemSelect input::placeholder {
		font-size: 14px;
		color: #CCCCCC;
	}

	body#shopDetailPage #purchase_form label {
		font-size: 14px;
		font-weight: 600;
		margin: 16px 0 8px 0;
		line-height: 1em;
		display: block;
	}

	body#shopDetailPage #purchase_form .itemOptionElement, #variationSelectWrap {
		max-width: 100%;
	}

	body#shopDetailPage #purchase_form .itemOption__caption {
		font-size: 12px;
		margin: 8px 0 8px 0;
		line-height: 1.5em;
		display: block;
	}

	body#shopDetailPage #purchase_form .itemOption__bottomCaptionBlock {
		overflow: hidden;
	}

	body#shopDetailPage #purchase_form .itemOption__caption--error {
		float: left;
		font-size: 12px;
		line-height: 1em;
		display: block;
		color: #F07F7F;
		transform-style: preserve-3d;
	}

	body#shopDetailPage #purchase_form .itemOption__count {
		float: right;
		font-size: 12px;
		line-height: 1em;
		display: block;
		color: #777777;
	}

	body#shopDetailPage #purchase_form .itemOption__count--error {
		color: #F07F7F;
	}

	body#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
		border: #F07F7F 1px solid;
	}

	body#shopDetailPage #purchase_form #itemSelect select.itemOption__select,
	body#shopDetailPage #purchase_form #itemSelect #valiationSelect,
	body#shopDetailPage #purchase_form #itemSelect #amountSelect {
		height: auto;
		white-space: normal;
		max-width: 100%;
		min-height: 2.1em;
		appearance: none;
		padding-right: 1em;
		line-height: initial;
		background-repeat: no-repeat;
		background-position: right 0.35em center;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fafafa%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%226%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23333%22%20flood-opacity%3D%220.50%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20mode%3D%22multiply%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22icon-arrow-down%22%20class%3D%22cls-1%22%20d%3D%22M5%2C6l5-6H0Z%22%2F%3E%0A%3C%2Fsvg%3E");
	}

	body#shopDetailPage #purchase_form #amountSelect {
		width: auto;
		max-width: 375px;
	}

	body#shopDetailPage #purchase_form .purchaseElement label {
		color: #272023;
		font-size: 14px;
		font-weight: 600;
		margin-right: 10px;
	}

	body#shopDetailPage .report {
		text-align: left;
	}

	body#shopDetailPage .report a {
		color: #aaa;
		display: block;
		font-size: 11px;
		margin-right: 15px;
		padding-top: 3px;
		text-align: right;
	}

	body#shopDetailPage .report a:hover {
		text-decoration: underline;
	}

	body#shopDetailPage .itemPrice h2 {
		color: #262626;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1;
		/* margin: 30px 0; */
		text-align: left;
	}

	body#shopDetailPage .itemPrice .discountPrice__default {
		color: #272023;
		display: inline-block;
		font-size: 16px;
		line-height: 20px;
		margin-right: 10px;
		text-decoration: line-through;
		vertical-align: top;
	}

	body#shopDetailPage .itemPrice .discountPrice__calcPrice {
		color: #fa5171;
		display: block;
		font-weight: 500;
		line-height: 1.3;
	}
	.tax{
		font-size: 12px;
		color: #272023;
		margin-left: 3px;
	}

	body#shopDetailPage .purchase .itemPrice_soldout {
		margin-top: 25px;
	}
	
	body#shopDetailPage .purchase .itemPrice_soldout h2 {
		display: block;
		margin: 0;
		text-decoration: line-through;
	}
	
	body#shopDetailPage .purchase .itemPrice_soldout > span {
		color: #fa5171;
		display: block;
		font-size: 16px;
		margin: 5px 0 0;
	}

	body#shopDetailPage .purchase .comingSoon {
		color: #11beae;
		font-size: 19px;
		margin: 0 0 20px;
	}

	body#shopDetailPage .preOrder, body#shopDetailPage .lottery, body#shopDetailPage .takeout, body#shopDetailPage .community {
		margin: 16px 0;
	}

	body#shopDetailPage .preOrder__label, body#shopDetailPage .lottery__label, body#shopDetailPage .takeout__label {
		border: 1px solid #252525;
		border-radius: 2px;
		color: #252525;
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		padding: 4px 6px 4px;
		margin: 0 0 4px 0;
	}

	body#shopDetailPage .preOrder__data, body#shopDetailPage .lottery__data {
		font-size: 12px;
		color: #252525;
	}

	body#shopDetailPage .takeout .takeout__data  {
		font-size: 12px;
		margin-top: 4px;
		display: block;
	}

	body#shopDetailPage .lottery > * {
		margin-bottom: 8px;
	}

	body#shopDetailPage #itemAttention {
		color: #272023;
		font-size: 11px;
		margin: 10px 0 0;
	}
	.membershipPoint__amountWrapper{
		font-weight: 500 !important;
		margin-bottom: 5px;
	}
	.membershipPoint__attentionLink{
		font-weight: 500 !important;
	}

	body#shopDetailPage #itemAttention .attention a {
		color: #272023;
	}

	body#shopDetailPage #itemAttention .attention a:hover {
		text-decoration: underline;
	}

	body#shopDetailPage #itemAttention .attention.deliveryShortestDay {
		border: 1px solid #11BEAE;
		border-radius: 2px;
		color: #11BEAE;
		display: inline-block;
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 25px;
		padding: 5px;
		width: 100%;
		text-align: center;
	}

	body#shopDetailPage #itemAttention .attention.free {
		font-weight: bold;
	}

	body#shopDetailPage #itemAttention .attention.free .free__text {
		color: #11BEAE;
		font-weight: bold;
	}

	body#shopDetailPage #itemAttention   .takeout__text {
		color: #252525;
		cursor: pointer;
		font-weight: bold;
		margin: 0 3px;
		text-decoration: underline;
	}

	body#shopDetailPage #itemAttention .attention.salesPeriod--term {
		background: #ceefeb;
		border: 1px solid #11beae;
		color: #11beae;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.7;
		margin-bottom: 36px;
		padding: 10px;
	}

	body#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
		background: #ceefeb;
		border: 1px solid #11beae;
		color: #11beae;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.7;
		margin-bottom: 30px;
		padding: 10px;
		text-align: center;
	}

	body#shopDetailPage #itemAttention .attention.salesPeriod--finish {
		border: 1px solid #999;
		color: #999;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.7;
		margin-bottom: 36px;
		padding: 10px;
		text-align: center;
	}

	body#shopDetailPage .itemDescription {
		margin: 60px 7px 24px 0;
	}

	body#shopDetailPage .itemDescription p {
		line-height: 24px;
	}

	body.shop #embedded-tag {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 24px;
		padding: 20px 0 0;
	}

	body#shopDetailPage #embedded-tag p {
		color: #272023;
		margin: 0 0 5px;
	}

	body#shopDetailPage #embedded-tag textarea {
		border: 1px solid #e2e2e2;
		border-radius: 5px;
		color: #838383;
		padding: 5px;
		width: 100%;
	}

	body#shopDetailPage #purchase_form .purchaseButton {
		margin: 15px 0 0;
		text-align: center;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
		background: #363636;
		border-radius: 10px;
		border: none;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 14px;
		font-weight: 600;
		outline: none;
		padding: 14px 0;
		text-align: center;
		text-decoration: none;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		transition-duration: 0.2s;
		width: 100%;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
		color: #fff;
		background: #888;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:hover {
		cursor: pointer;
		opacity: 0.7;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
		cursor: not-allowed;
		opacity: 1;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
		background: #eeeeee;
		color: #999999;
		cursor: not-allowed;
		opacity: 1;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
		cursor: not-allowed;
		opacity: 1;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled {
		background: #eeeeee;
		color: #999999;
		cursor: not-allowed;
		opacity: 1;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled {
		background: #eeeeee;
		color: #999999;
		cursor: not-allowed;
		opacity: 1;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled:hover {
		opacity: 1;
	}

	body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
		opacity: 1;
	}

	body#shopDetailPage .shareButtons {
		display: flex;
	}

	body#shopDetailPage .shareButtons > div{
		margin-right: 4px;
	}

	/* 関連商品 */
	.relation-item{
		margin: 50px 0;
	}
	.relation-item .itemList{
		grid-template-columns: repeat(3, 1fr);
	}


	@media(min-width: 769px) {
		body#shopDetailPage #mainContent {
			padding: 80px 65px;
			width: 830px;
		}

		body#shopDetailPage #mainContent .item {
			float: left;
			position: relative;
			width: 493px;
		}

		body#shopDetailPage #mainContent .purchase {
			margin: 0 0 0 520px;
			width: 280px;
		}

		body#shopDetailPage header h1.itemTitle {
			font-size: 27px;
			margin-bottom: 55px;
		}

		body#shopDetailPage #mainContent .item .itemImg {
			height: 400px;
		}

		body#shopDetailPage #mainContent .item .itemImgSlide {
			float: left;
			width: 400px;
		}

		body#shopDetailPage #mainContent .item .bx-wrapper {
			float: left;
			width: 400px;
		}

		body#shopDetailPage #slideImg .imgBox {
			border-radius: 10px;
			height: 400px;
			line-height: 400px;
			text-align: center;
			width: 400px;
		}

		body#shopDetailPage #slideImg .imgBox img {
			max-height: 400px;
			max-width: 400px;
			vertical-align: middle;
			object-fit: contain;
		}

		body#shopDetailPage #slideImgPager {
			float: left;
			height: 400px;
			overflow: hidden;
			padding: 0 0 0 10px;
			width: 83px;
		}
	}

	#widget {
		margin: 0 !important;
	}
	#reportBtn {
		padding-bottom: 20px;
	}

	#twitter-widget-0 {
		width: 75px;
	}

	#twitter-widget-1 {
		width: 75px;
	}

	body.shop #mainFooter .footerMenu li .fb-like {
		margin-top: -5px;
	}

	/* about */
	.blogListMain{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.l-about .u-title-l{
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}
	.blogListMain .blog_inner{
		display: grid;
		grid-template-rows: auto auto auto auto;
	}
	.blogListMain .blog_head_image{
		height: 0;
    overflow: hidden;
    padding-bottom: 55.56%;
    position: relative;
	}
	.blogListMain .blog_head_image img{
		height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	}
	.blogListMain .blog_inner .blog_contents{
		height: 50px !important;
		margin: 10px 0 0 !important;
	}
	.main #about.blogListMain .blog_title{
		margin-top: 10px;
		grid-row: 2;
	}
	.main #about.blogListMain .blog_publish{
		grid-row: 3;
	}
	.blogListMain .blog_inner .blog_contents{
		grid-row: 4;
	}
	.blogListMain .blog_inner .blog_contents .blog_body{
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
		font-size: 14px;
    margin-bottom: 16px;
    word-break: break-all !important;
	}
	.main #about.blogListMain .blog_publish{
		margin: 5px 0 10px !important;
	}
	.main #about.blogListMain .blog_publish .publish_date{
		font-size: 12px !important;
	}
	.blogDetail{
		padding: 0 100px;
	}
	.main #about.blogDetail .blog_title h2{
		font-size: 22px;
		font-weight: 600;
	}

	#about h3 {
		font-size: 28px;
	}

	#about p {
		font-size: 13px;
		line-height: 1.6em;
	}

	#about .social {
		width: 100%;
		margin: 40px 0 0;
	}
	.main #about .read_more a{
		font-weight: 400 !important;
	}

	#about .social > ul {
		display: inline-block;
	}

	#about .social ul li {
		float: left;
		margin-right: 15px;
	}

	#about .social ul li:last-child {
		margin-right: 0;
	}

	body.shop #mainFooter .footerMenu ul .social_btn {
		float: right;
		width: 215px;
	}

	body.shop #mainFooter .footerMenu ul .social_btn li {
		margin: 0;
	}

	body.shop #mainFooter .footerMenu ul .social_btn li.twitter {
		margin: -5px 0 0 0;
	}


	.inquirySection h1 {
		font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
		margin: 0 0 20px;
		text-align: left;
		text-transform: uppercase;
	}

	.inquirySection p {
		color: #272023;
		font-size: 13px;
		line-height: 13px;
		text-align: left;
	}

	.inquirySection form {
		width: 100%;
	}

	@media(min-width: 769px) {
		.inquirySection form {
			margin: 40px auto 0;
			width: 652px;
		}
	}

	.inquirySection dl {
		text-align: left;
	}

	.inquirySection dl dt {
		color: #272023;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}

	.inquirySection dl dt span {
		color: #fb7c8a;
		font-size: 11px;
		line-height: 11px;
		margin-left: 5px;
		vertical-align: baseline;
	}

	.inquirySection dl dd {
		margin-bottom: 20px;
	}

	.inquirySection dl dd input {
		box-sizing: border-box;
		border: 1px solid #c4c4c4;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px;
		width: 100%;
	}

	.inquirySection dl dd textarea {
		box-sizing: border-box;
		border: 1px solid #c4c4c4;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		height: 135px;
		padding: 10px;
		width: 100%;
	}

	@media(min-width: 769px) {
		.inquirySection dl dd input {
			width: 630px;
		}

		.inquirySection dl dd textarea {
			width: 630px;
		}
	}

	@-moz-document url-prefix() {
		.inquirySection dl dd textarea {
			font-size: 11px;
		}
	}

	.inquirySection .control-panel input#buttonLeave {
		width: 290px;
		margin: auto;
    background: #363636;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
	}

	.inquirySection .control-panel input#buttonLeave:hover {
		cursor: pointer;
		-ms-filter: "alpha(opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}

	#inquiryConfirmSection p {
		color: #272023;
		font-size: 13px;
		line-height: 13px;
	}

	#inquiryConfirmSection dd {
		font-size: 12px;
		padding-left: 15px;
	}

	#inquiryCompleteSection p {
		line-height: 1.4em;
		margin: 30px 0 0;
	}

	#inquiryCompleteSection a {
		background-color: #272023;
		color: #ccc;
		display: block;
		font-size: 12px;
		-webkit-font-smoothing: antialiased;
		font-weight: bold;
		letter-spacing: 5px;
		margin: 35px auto 0;
		padding: 14px 0;
		text-align: center;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
		width: 290px;
	}

	#inquiryCompleteSection a:hover {
		-ms-filter: "alpha(opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}



	@media(max-width: 769px) {
		/* .main,
		#privacy,
		#law {
			width: 92%;
			margin: 0 auto;
			padding: 0;
		} */

		.main #about,
		.main .inquirySection {
			width: 100%;
			padding: 0;
		}
	}

	.template #category-menu {
		display: block;
	}

	.template #category-menu span {
		cursor: pointer;
	}

	.template #category-menu .category-list {
		display: none;
	}

	.template #category-menu:hover .category-list {
		display: block;
		padding: 20px 0 0;
		position: absolute;
		z-index: 9999;
	}

	.template #category-menu .category-list ul {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		box-shadow: 0 1px 3px rgb(100, 100, 100);
		cursor: pointer;
		margin: 0;
		max-width: 250px;
		padding: 10px;
	}

	.template #category-menu .category-list ul li {
		border: none;
		float: none;
		height: auto;
		line-height: 26px;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
	}

	.template #category-menu .category-list ul li a {
		display: inline;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		white-space: nowrap;
	}

	.template #category-menu .category-list ul li a:hover {
		border-bottom: none;
		text-decoration: underline;
	}

	body.shop #shopHeader nav ul#appsItemCategoryTag {
		display: block;
	}

	body.template #category-menu span {
		display: block;
		-webkit-font-smoothing: antialiased;
		padding: 10px;
		text-transform: uppercase;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	body.template #category-menu:hover .category-list ul {
		border: inherit;
		border-radius: inherit;
		padding: 0;
	}

	body.template #category-menu:hover .category-list ul li:before {
		padding-top: 15px;
	}

	body.template #category-menu:hover .category-list ul li:after {
		padding-bottom: 15px;
	}

	body.template #category-menu:hover .category-list ul li:hover {
		background-color: #b3b3b3;
		border-bottom: none;
		height: auto;
	}

	body.template #category-menu:hover .category-list ul li a {
		display: block;
		margin: 0;
		max-width: 250px;
		overflow: hidden;
		padding: 10px 20px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.template #category-menu:hover .category-list ul li a:hover {
		text-decoration: none;
	}

	.template
	#category-menu
	.appsItemCategoryTag_child
	.appsItemCategoryTag_lowerchild {
		display: none;
	}

	@media(min-width: 769px) {
		.template #category-menu .appsItemCategoryTag_child .appsItemCategoryTag_lowerchild {
			display: none;
			left: 99%;
			position: absolute;
			top: 0;
			z-index: -1;
		}

		.template #category-menu .appsItemCategoryTag_lowerchild:hover,
		.template #category-menu .appsItemCategoryTag_child:hover .appsItemCategoryTag_lowerchild {
			display: block;
		}
	}

	.childCategoryList01 {
		padding: 17px 0 0;
		text-align: center;
	}

	.childCategoryList01_child {
		display: inline-block;
		font-size: 14px;
		letter-spacing: -0.4em;
	}

	.childCategoryList01_link {
		display: inline-block;
		letter-spacing: normal;
		line-height: 2;
		padding: 0 15px;
	}

	.childCategoryList01_link:hover {
		text-decoration: underline;
	}

	body.template .etc-menu span {
		display: block;
		-webkit-font-smoothing: antialiased;
		text-transform: uppercase;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
		font-size: 13px;
	}

	@media(max-width: 768px) {
		.main .communityMain {
			width: 100%;
			padding: 0;
		}

		.main .communityMain .communityTitle {
			font-size: 18px;
		}

		.main .communityMain #limitedItem,
		.main .communityMain #limitedUrl {
			width: 100%;
		}

		.main .communityMain .communityItems,
		.main .communityMain #productsLimitedUrl {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

		.main .communityMain .communityItems .communityItem {
			width: 31%;
			margin: 0 0 12px 0;
		}

		.main .communityMain .communityItems .communityItem .communityImageContainer {
			position: relative;
			width: 100%;
			height: auto;
		}
		.main .communityMain .communityItems .communityItem .communityImageContainer::before {
			content: '';
			display: block;
			padding-top: 100%;
		}

		.main .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			object-fit: contain;
		}

		.main .communityMain #productsLimitedUrl .urlBox {
			width: 44%;
			margin: 0 0 12px 0 !important;
		}
	}

	@media(max-width: 480px) {
		.main .communityMain .communityContent {
			flex-direction: column;
		}
		.main .communityMain .communityContent .communityOverview,
		.main .communityMain .communityContent .communityNav {
			width: 100%;
			margin: 0;
		}

		.main .communityMain .communityItems .communityItem {
			width: 49%;
		}
		.main .communityMain #productsLimitedUrl .urlBox {
			width: 100%;
			margin: 0 0 12px 0 !important;
		}
	}
	
	/* カテゴリー */
	.sidebar-category{
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.sidebar-category-item {
		position: relative;
	}
	.sidebar-category-medium,
	.sidebar-category-child {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 180px;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
		z-index: 10;
		margin-left: 0;
		padding: 10px 0;
	}
	.sidebar-category-medium {
		/* 中カテゴリは大カテゴリの右側に表示 */
	}

	.sidebar-category-child {
		/* 小カテゴリは中カテゴリの右側に表示 */
		left: 100%;
		top: 0;
	}
	.sidebar-category-medium-item,
	.sidebar-category-child-item {
		position: relative;
	}

	.sidebar-category-medium-item > a,
	.sidebar-category-child-item > a {
		display: block;
		padding: 8px 16px;
		color: #222;
		font-size: 13px;
		text-decoration: none;
		white-space: nowrap;
	}

	.sidebar-category-medium-item > a:hover,
	.sidebar-category-child-item > a:hover {
		background: #f5f5f5;
	}

	/* 親カテゴリのリンクにもホバー効果 */
	.sidebar-category-item > a:hover {
		background: #f5f5f5;
	}

	.sidebar-category-item:hover > .sidebar-category-medium,
	.sidebar-category-medium-item:hover > .sidebar-category-child {
		display: block;
	}
	.sidebar-category-item:nth-child(-n+2),
	.sidebar-category-item:nth-child(6) {
		display: none;
	}
	.sidebar-category-item a{
		display: block;
		padding: 7px 0 7px 16px;
		font-size: 13px;
		font-weight: 400;
		position: relative;
		z-index: 1;
		color: #272023;
	}
	.sidebar-category-item a:hover{
		text-decoration: none;
		opacity: 0.6;
	}
  .sidebar-category-medium,
  .sidebar-category-child {
    display: none;
  }
	.sidebar-category-medium li:last-child{
		border: none;
	}
  .sidebar-category-item.open > .sidebar-category-medium,
  .sidebar-category-item.open > .sidebar-category-child {
    display: block;
  }
  .sidebar-category-item > a {
    cursor: pointer;
  }
	.category-toggle {
		width: 18px;
		text-align: center;
		cursor: pointer;
		font-weight: bold;
		user-select: none;
		position: absolute;
		top: 11px;
		right: 0;
		z-index: 2;
		background: #fff;
	}
	.category-toggle a:hover {
		opacity: 0.6;
	}
	.sidebar-category-item.open > .category-toggle {
		color: #272023;
	}

	/* ホバーメニュー */
	.u-hover-menu {
		padding-left: 16px;
  	position: relative;
		font-size: 13px;
	}
	.u-hover-menu a:hover{
		opacity: 1;
	}
	.u-hover-menu > ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 180px;
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 2px 8px rgba(0,0,0,0.08);
		z-index: 20;
		padding: 10px 0;
	}
	.u-hover-menu:hover > ul,
	.u-hover-menu:focus-within > ul {
		display: block;
	}
	.u-hover-menu > ul li a {
		width: 100%;
		display: block;
		padding: 8px 16px;
		color: #272023;
		font-size: 13px;
		text-decoration: none;
		white-space: nowrap;
	}
	.u-hover-menu > ul li a:hover {
		background: #f5f5f5;
		color: #5c00ca;
		opacity: 1;
	}
	/* アコーディオン */
	.u-accordion {
		width: 100%;
		/* border-bottom: 1px solid #ddd; */
	}

	.u-accordion * {
		font-size: 13px;
	}

	.u-accordion li {
		position: relative;
		/* border-top: 1px solid #ddd; */
	}
	.u-accordion-child li {
		border-top: 1px solid #ddd;
	}

	.u-accordion li > a {
    display: flex;
    justify-content: space-between; /* テキストと矢印を左右に配置 */
    align-items: center;            /* 縦中央揃え */
    padding-right: 20px;            /* 矢印のスペース */
    text-decoration: none;
    color: #272023;
	}

	.u-accordion a {
		position: relative;
		display: block;
		width: 100%;
		padding: 10px 20px 10px 20px;
		box-sizing: border-box;
		background: #fff;
		cursor: pointer;
		font-size: 13px;
	}

	.u-accordion-child a,
	.u-accordion-child .u-form-checkbox label,
	.u-accordion-child .u-form-radio label {
		background: #f6f6f6;
	}

	.u-accordion-gchild a,
	.u-accordion-gchild .u-form-checkbox label,
	.u-accordion-gchild .u-form-radio label {
		background: #eee;
	}

	.u-accordion-ggchild a,
	.u-accordion-ggchild .u-form-checkbox label,
	.u-accordion-ggchild .u-form-radio label {
		background: #e8e8e8;
	}

	.u-accordion-arrow:before {
		content: "";
		position: absolute;
		top: 20px;
		left: 20px;
		transform: rotate(45deg);
		z-index: 10;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 1px solid #777;
		border-right: 1px solid #777;
		pointer-events: none;
	}

	.u-accordion-btn:before {
		content: none;
	}
	.u-accordion-btn {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: block;
		width: 40px;
		height: 20px;
		background: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><line x1="3" y1="8" x2="13" y2="8" stroke="%23000" stroke-width="1.5"/><line x1="8" y1="3" x2="8" y2="13" stroke="%23000" stroke-width="1.5"/></svg>') no-repeat center center;
		background-position: center;
		cursor: pointer;
	}

	.u-accordion-btn.is-open {
		background: url('data:image/svg+xml;utf8,<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><line x1="3" y1="8" x2="13" y2="8" stroke="%23000" stroke-width="1.5"/></svg>') no-repeat center center;
		background-position: center;
	}

	.u-accordion > li > .u-accordion-btn.is-open > span:before,
	.u-accordion > li > .u-accordion-btn.is-open > span:after {
		background: #fff;
	}

	.u-accordion-rarrow:before {
		content: "";
		position: absolute;
		transform: rotate(45deg);
		top: 42%;
		left: auto;
		right: 7.7%;
		display: block;
		width: 9px;
		height: 9px;
		border-top: 1px solid #777;
		border-right: 1px solid #777;
	}

	.u-accordion-double {
		display: flex;
		flex-wrap: wrap;
	}

	.u-accordion-double li {
		width: 50%;
	}

	.u-accordion-double li:nth-of-type(odd) {
		border-right: 1px solid #ddd;
	}

	.u-accordion-double a,
	.u-accordion-double label {
		height: 100%;
	}

	.u-accordion .u-form-checkbox label,
	.u-accordion .u-form-radio label {
		position: relative;
		display: block;
		width: 100%;
		padding: 15px 20px 15px 15px;
	}

	.u-accordion .u-accordion-space {
		display: block;
		padding: 15px 20px 15px 15px;
		background: #fff;
	}
	.u-accordion .u-accordion-child .u-accordion-space {
		background: #f6f6f6;
	}
	.u-accordion .u-accordion-gchild .u-accordion-space {
		background: #eee;
	}
	.u-accordion .u-accordion-ggchild .u-accordion-space {
		background: #e8e8e8;
	}

	.u-accordion .u-form-checkbox li:before,
	.u-accordion .u-form-radio li:before {
		content: none;
	}

	.u-accordion .u-form-checkbox,
	.u-accordion .u-form-radio {
		cursor: pointer;
	}

	.u-accordion .u-form-checkbox:hover,
	.u-accordion .u-form-radio:hover {
		opacity: 0.6;
	}

	.u-accordion-input[type="checkbox"] {
		display: none;
	}

	.u-accordion-ggchild a,
	.u-accordion .u-accordion-arrow {
		padding: 15px 20px 15px 40px;
	}

	/* #membership */
	.membership .guide .img-wrapper .img{
		height: auto !important;
	}

	.brand-search-btn{
		display: none;
	}

	/* レスポンシブ対応（スマホ用） */
	@media (max-width: 768px) {
		header{
			margin: 20px 0 30px;
		}
		.header-wrap{
			margin: 0;
			position: relative;
		}
		.logo{
			width: 80%;
    	margin: auto;
			display: none;
		}
		.breadcrumb{
			margin: 0;
			padding: 0 0 30px;
		}
		.categoryPage header,
		.categoryPage .logo,
		.searchPage header,
		.searchPage .logo{
			display: none !important;
		}
		#shopTopPage .logo{
			display: block;
		}
		.header-mobile{
			padding: 10px 0 10px 10px;
			display: flex;
			position: sticky;
			top: 0;
			left: 0;
			z-index: 1000;
			background: #fff;
		}
		.header-mobile-title{
			width: 71%;
			margin: 0 auto;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
			word-break: break-all;
			font-weight: 500;
			line-height: 1.7;
		}
		.header-mobile-right{
			margin-right: 10px;
		}
		.pinnedBlog{
			padding: 0;
		}
		.l-container {
			margin: 20px auto;
			padding: 0 4%;
		}
		.l-sidebar {
			padding: 15px 10px;
			visibility: hidden;
			position: fixed;
			top: 0; left: 0;
			width: 80vw; height: 100vh;
			background: #fff;
			z-index: 9999;
			overflow-y: auto;
			overflow-x: hidden;
			box-shadow: 2px 0 8px rgba(0,0,0,0.15);
			transform: translateX(-100%);
			transition:
				transform 0.3s cubic-bezier(.4,0,.2,1),
				opacity 0.3s cubic-bezier(.4,0,.2,1),
				visibility 0.3s;
		}
		.l-sidebar.open {
			visibility: visible;
			transform: translateX(0);
		}
		.sidebar-overlay {
			display: none;
			position: fixed;
			top: 0; left: 0;
			width: 100vw; height: 100vh;
			background: rgba(0,0,0,0.5);
			z-index: 9998;
		}
		.l-sidebar.open ~ .sidebar-overlay {
			display: block;
		}
		.sidebar-close-btn {
			display: none;
			position: absolute;
			top: 16px;
			right: 16px;
			width: 36px;
			height: 36px;
			background: none;
			border: none;
			z-index: 10001;
			cursor: pointer;
		}
		.l-sidebar.open ~ .sidebar-close-btn {
			display: block;
		}
		.sidebar-close-btn:before, .sidebar-close-btn:after {
			content: '';
			position: absolute;
			left: 10px;
			top: 17px;
			width: 16px;
			height: 2px;
			background: #fff;
			border-radius: 2px;
		}
		.sidebar-close-btn:before {
			transform: rotate(45deg);
		}
		.sidebar-close-btn:after {
			transform: rotate(-45deg);
		}
		.sidebar-toggle {
			display: block;
			width: 30px; 
			background: #fff;
			display: flex;
			flex-direction: column;
      gap: 7px;
      align-items: center;
      justify-content: center;
			z-index: 10;
			cursor: pointer;
		}
		.sidebar-toggle span {
			display: block;
			width: 28px; 
			height: 1px;
			background: #333;
		}
		.sidebar-banner-bottom{
			margin-bottom: 150px;
		}
		.navbar-nav {
			display: none;
		}
		.bannerLink{
			margin: 20px 0 37px;
		}
		.bannerLink ul {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 10px;
		}
		.section-block{
			margin-bottom: 50px;
		}
		.picup-item.section-block .item:nth-child(4),
		.sale-item.section-block .item:nth-child(4){
			display: none;
		}
		.l-sidebar-logo{
			width: 70%;
			margin: 0 auto 20px;
		}
		.l-sidebar-logo img{
			width: 100%;
		}
		.item .itemTitle{
			margin: 4px 0 0;
		}
		.item a .itemTitle h2{
			margin: 0;
			font-size: 11px;
			-webkit-line-clamp: 1;
		}
		.itemList {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 16px 6px;
			padding: 0;
		}
		.label_image{
			height: 20% !important;
    	width: 20% !important;
			left: -3px !important;
		}
		.imgBox{
			margin: 0 0 20px;
			aspect-ratio: 1 / 1;
		}
		.imagelist-button{
			width: 40px;
			position: absolute;
			bottom: 30px;
			left: 10px;
			z-index: 2;
		}
		/* 商品画像一覧 */
		.slidein.slidein-imagelist {
			transform: translate(101%, 0);
		}
		.slidein.slidein-imagelist.is-open {
			transform: translateX(0);
		}

		.slidein-imagelist .slidein-title {
			width: 100%;
			background: #f8f8f8;
    	font-size: 14px;
    	text-align: center;
    	padding: 15px 0;
    	position: sticky;
    	top: 0;
    	left: 0;
		}
		.slidein-imagelist .slidein-title-text {
			font-size: 16px;
			font-weight: 600;
		}
		.slidein-imagelist .slidein-close {
			font-size: 16px;
			font-weight: 600;
			width: auto;
			height: auto;
			background: none;
			display: flex;
			position: absolute;
			top: 16px;
			left: 15px;
			right: auto;
		}
		.slidein-imagelist .slidein-close::before {
			content: '';
			width: 10px;
			height: 17px;
			background: url(/res/s/img/item/icon_arrow_left.png) no-repeat;
			background-size: contain;
			margin: 2px 7px 0 0;
		}

		.imagelist {
			/* display: grid;
			grid-template-columns: repeat(4, minmax(0, 1fr));
			gap: 6px; */
			padding: 10px 6px 20px;
		}
		.imagelist img {
			width: 100%;
			height: auto;
			aspect-ratio: 1 / 1;
			object-fit: cover;
		}
		/* ///////////////////////////////////////////////////////////////////
		スライドアップするポップアップ
		/////////////////////////////////////////////////////////////////// */
		.slidein-title {
			width: 100%;
			background: #ececec;
			font-size: 14px;
			text-align: center;
			padding: 15px 0;
			position: absolute;
			top: 0;
			left: 0;
		}
		.slidein-title-thin {
			height: 30px;
			font-size: 13px;
			font-weight: bold;
			text-align: left;
			color: #fff;
			background: #4a4a4a;
			padding: 8px 15px 0 15px;
		}
		.slidein-title-thin .slidein-close {
			background: none;
			top: 5px;
		}
		.slidein-title-thin .slidein-close::before,
		.slidein-title-thin .slidein-close::after {
			content: '';
			width: 25px;
			height: 1px;
			background: #fff;
			position: absolute;
		}
		.slidein-title-thin .slidein-close::before {
			top: 9px;
			left: -3px;
			transform: rotate(45deg);
		}
		.slidein-title-thin .slidein-close::after {
			bottom: 10px;
			left: -3px;
			transform: rotate(-45deg);
		}

		.slidein-close {
			width: 20px;
			height: 20px;
			display: block;
			background: url(/res/s/img/search/icn_modeal_close.svg) no-repeat;
			background-size: contain;
			position: absolute;
			top: 14px;
			right: 15px;
		}

		.slidein {
			box-sizing: border-box;
			width: 100%;
			height: 100%;
			background: #fff;
			padding: 0;
			position: fixed;
			bottom: 0;
			left: 0;
			transition: 0.4s;
			transform: translateY(101%);
			z-index: 2900;
			-webkit-overflow-scrolling: touch;
			overflow-y: auto;
		}
		.slidein.is-open {
			transform: translateY(0);
		}

		/*fade*/
		.slidein-fade {
			opacity: 0;
		}
		.slidein-fade.is-open {
			opacity: 1;
		}
		.item-detail-info-top{
			margin-top: 30px;
    	padding-top: 30px;
    	border-top: 1px solid #ddd;
		}
		.item-detail-img-main-thumbs {
			display: flex;
			overflow: auto;
		}
		.smallImgBox{
			height: 90px;
		}
		.u-hover-menu{
			flex-direction: column;
			align-items: flex-start !important;
			cursor: none;
		}
		.u-hover-menu ul{
			position: static;
			width: 100%;
			border: none;
			box-shadow: none;
			padding: 5px 10px 0;
			display: block;
		}
		.fixed-banner{
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.fixed-banner-overlay {
			display: block;
			position: fixed;
			top: 0; left: 0;
			width: 100vw; height: 100vh;
			background: rgba(0,0,0,0.3);
			z-index: 999;
		}
		.blogListMain{
			grid-template-columns: repeat(2, 1fr);
		}
		.main #about.blogDetail .blog_publish{
			margin: 10px 0 20px !important;
		}
		.category-head{
			margin: 0 0 10px;
		}
		.category-head p{
			font-size: 14px;
		}
		.blogListMain .blog_inner .blog_contents{
			margin: 0 !important;
		}
		.main #about>.blog_inner .blog_contents .read_more{
			bottom: 18px;
		}
		#privacy, #law{
			width: 100%;
			padding: 0;
		}
		.titleForSearchResult{
			margin: 0;
		}
		.brand-search-btn{
			margin: 0 0 10px;
			display: block;
		}
		.brand-search-btn a{
			padding: 7px 0;
			display: flex;
			justify-content: center;
			align-items: center;
			background-color: #e3d9f6;
			border-radius: 8px;
			font-size: 14px;
			font-weight: 500;
		}
	}