@charset "UTF-8";

.header-shop__margin {
	margin-top: 136px
}

.header-shop__bg {
	position: fixed;
	width: 100%;
	background-color: var(--color-gray-00);
	box-shadow: inset 0 -1px 0 0 var(--color-gray-10);
	z-index: 80
}

.header-shop__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.header-shop__top-left {
	display: flex;
	gap: 20px;
	align-items: center;
	flex: 1;
}

.header-shop__top-right {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	gap: 15px;
}

.header-shop__point-wrap {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	white-space: nowrap;
}

.header-shop__point-wrap span {
	font-size: 14px;
	white-space: nowrap;
	display: inline;
}

.header-shop__mb-none-btn {
	width: max-content;
}

.header-shop__sch-pc,
.header-shop__sch-wrap {
	max-width: 400px;
	width: 100%;
}

.header-shop__sch {
	display: inline-flex;
	align-items: center;
	width: 100%;
	background-color: var(--color-gray-05);
	border-radius: 100px;
	overflow: hidden;
	padding: 0 16px;
	box-sizing: border-box;
}

.header-shop__sch-input {
	width: 100%;
	height: 48px;
	box-shadow: none
}

.header-shop__sch-input:focus {
	box-shadow: none
}

.header-shop__mb {
	position: relative;
}

.header-shop__mb-ico,
.header-shop__mb-none-ico {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 100px;
	box-shadow: inset 0 0 0 1px var(--color-gray-10);
	overflow: visible;
	cursor: pointer;
}

.header-shop__mb-ico img,
.header-shop__mb-none-ico img {
	width: 44px;
	height: 44px;
	border-radius: 100px;
	object-fit: cover;
}

.header-shop__mb-menu {
	position: absolute;
	top: 52px;
	right: 0;
	padding: 8px;
	box-sizing: border-box;
	width: 160px;
	background-color: var(--color-gray-00);
	box-shadow: inset 0 0 0 1px var(--color-gray-10);
	border-radius: 8px;
	z-index: 30
}

.header-shop__mb-menu-li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight: 500;
	transition: 0.3s
}

.header-shop__mb-menu-li a:hover {
	background-color: var(--color-gray-05)
}


.header-shop__bottom {
	display: flex;
	align-items: center;
	height: 56px;
}

.header-shop__menu-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.header-shop__menu-li {
	display: inline-block !important;
	width: auto !important
}

.header-shop__menu-li a {
	display: inline-flex;
	word-break: keep-all;
	box-sizing: border-box;
	transition: 0.3s
}

.header-shop__menu-li a:hover {
	color: var(--color-primary-70)
}

.header-shop__menu-li-grid {
	display: flex;
	align-items: center;
	gap: 2px;
}

.header-shop__menu-ico {
	width: 24px;
	height: 24px
}

.header-shop__mb-none {
	position: relative;
}

.header-shop__mb-none-btn-pc {
	display: flex;
	gap: 12px;
}

.header-shop__mb-bg,
.header-shop__mb-none-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10
}

.footer-shop__bg {
	background-color: var(--color-gray-80)
}

.footer-shop__top {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px
}

.footer-shop__top-item a {
	color: var(--color-gray-00)
}

.footer-shop__bottom {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 64px
}

.mo-only {
	display: none
}


.footer-shop__bottom-item-tit,
.footer-shop__bottom-item02-tit {
	color: var(--color-gray-40);
	margin-bottom: 16px
}

.footer-shop__bottom-item-txtbox,
.footer-shop__bottom-item02-txtbox {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: var(--color-gray-60);
	margin-bottom: 20px
}

.footer-shop__bottom-item-txtbox01,
.footer-shop__bottom-item02-txtbox01 {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.footer-shop__bottom-copyright {
	color: var(--color-gray-70)
}

.footer-shop__bottom-item02-tit {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	user-select: none;
	cursor: pointer;
}

.footer-shop__bottom-item02-titico {
	height: 24px;
	transition: 0.3s
}

.footer-shop__bottom-item02-titico.rotate {
	transform: rotate(90deg);
}

.footer-shop__bottom-item02-txtbox {
	display: none
}

.line {
	display: block;
	width: 1px;
	height: 8px;
	background-color: var(--color-gray-70)
}

.footer-shop__bottom-item:last-child {
	display: flex;
	gap: 12px;
}

.footer-shop__bottom-sns {
	width: 44px;
	height: 44px;
	border-radius: 100px;
	box-shadow: inset 0 0 0 1px var(--color-gray-70)
}

.footer-shop__bottom-sns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 12px;
	box-sizing: border-box;
}



.header-shop__sch-mo {
	display: none
}

@media all and (max-width:1320px) {}

@media all and (max-width:1200px) {}

@media all and (max-width:1024px) {}

@media all and (max-width:768px) {

	.header-shop__mb-none-btn {
		width: 100%;
	}

	.header-shop__sch-pc {
		display: none
	}

	.header-shop__sch-mo {
		display: block;
	}

	.header-shop__top-left {
		justify-content: flex-start;
		margin-right: 5px;
		flex: 0 1 auto;
		gap: 5px;
	}

	.header-shop__top-right {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: nowrap !important;
		gap: 8px;
	}

	.header-shop__point-wrap {
		margin-right: 0 !important;
		flex-shrink: 0;
		order: 1;
		display: inline-flex !important;
		white-space: nowrap !important;
	}

	.header-shop__point-wrap span {
		font-size: 1.4rem !important;
		white-space: nowrap !important;
		display: inline !important;
	}

	.header-shop__mb-wrap {
		order: 2;
		flex-shrink: 0;
	}

	.header-shop__sch-mo-btn {
		position: relative;
		width: 44px;
		height: 44px;
		cursor: pointer;
		border-radius: 100px;
		transition: 0.3s
	}

	.header-shop__sch-mo-btn:hover {
		background-color: var(--color-gray-05)
	}

	.header-shop__sch-mo-btn img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.header-shop__sch-mo .header-shop__sch-mo-box {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: var(--color-gray-00);
		box-shadow: inset 0 -1px 0 0 var(--color-gray-10);
		z-index: 81
	}

	.header-shop__sch-mo-box {
		display: grid;
		grid-template-columns: 40px 1fr;
		align-items: center;
		gap: 12px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.header-shop__sch-mo-close {
		position: relative;
		width: 44px;
		height: 44px;
		cursor: pointer;
		border-radius: 100px;
		transition: 0.3s
	}

	.header-shop__sch-mo-close:hover {
		background-color: var(--color-gray-05)
	}

	.header-shop__sch-mo-close img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.header-shop__mb-none-btn-pc {
		display: none;
	}

	.mo-only {
		display: block
	}

	.header-shop__mb-none-btn-wrap {
		all: unset;
		position: absolute;
		top: 52px;
		right: 0;
		padding: 8px;
		box-sizing: border-box;
		width: 160px;
		background-color: var(--color-gray-00);
		box-shadow: inset 0 0 0 1px var(--color-gray-10);
		border-radius: 8px;
		z-index: 30
	}

	.header-shop__mb-none-btn a {
		all: unset;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		border-radius: 6px;
		font-size: 1.6rem;
		font-weight: 500;
		transition: 0.3s;
		cursor: pointer;
	}

	.header-shop__mb-none-btn a:hover {
		background-color: var(--color-gray-05);
		color: var(--color-gray-90)
	}

	.footer-shop__bottom {
		flex-direction: column;
		gap: 40px;
	}

}

@media all and (max-width:500px) {
	.header-shop__bottom {
		height: calc(56px - 8px);
	}

	.header-shop__menu-ico {
		width: calc(24px - 8px);
		height: calc(24px - 8px);
	}

}

@media all and (max-width:400px) {

	.footer-shop__bottom-corp,
	.footer-shop__bottom-tel {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.line {
		display: none
	}
}



@media all and (max-width:320px) {}