@charset "utf-8";

html {
	overscroll-behavior: none;
}


body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

body.fixed:after {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
	}

#header {
	background-image: none;
	z-index: 11;
}

#header .headInner {
	position: relative;
}




#headerUtil {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	margin: 0 0 0;
	padding: 30px 0 0 0;
}

#headerUtil .searchArea .searchTrig {
	display: none;
}

#headerUtil .searchArea .searchRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 350px;
	height: 36px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 15px;
	background: #fff;
	border: 1px solid #A0A0A0;
	border-radius: unset;
}

#headerUtil .searchArea .searchRow input[type='text'] {
	width: 300px;
	border: none;
	background: transparent;
	font-size: 1.2rem;
}

#headerUtil .searchArea .searchRow input[type='button'] {
	width: 20px;
	height: 20px;
	background-image: url(../../images/parts/icon_search.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	text-indent: -999em;
}

#headerUtil .hUtMenu {
	margin: 0 0 0 15px;
}

#headerUtil .hUtMenu a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	color: #696969;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}



#headerUtil .hUtMenu a .icon {
	display: block;
	width: 100%;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	transition: all 0.3s ease;
}

#headerUtil .searchArea .searchRow input[type='button']:hover,
#headerUtil .hUtMenu a:hover .icon {
	opacity: 0.6;
}

#headerUtil .supportArea a .icon {background-image: url(../../images/parts/icon_support.svg);}
#headerUtil .retailerArea a .icon {background-image: url(../../images/parts/icon_retailer.svg);}
#headerUtil .loginArea a .icon {background-image: url(../../images/parts/icon_mypage.svg);}
#headerUtil .favArea a .icon {background-image: url(../../images/parts/icon_fav.svg);}
#headerUtil .cartArea a .icon {background-image: url(../../images/parts/icon_cart.svg);}

#headerUtil .hUtMenu a .txt {
	margin: 3px 0 0;
	line-height: 1.3;
                                display: block;
                                max-width: 158px;
                                overflow:hidden;
                                white-space:nowrap;
                                text-overflow: ellipsis;
                                -webkit-text-overflow: ellipsis;
                                -o-text-overflow: ellipsis;
}

#headerUtil .hUtMenu {
	position: relative;
}

#headerUtil .hUtMenu .retailerMenu {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	z-index: 100;
	opacity: 0;
	width: 208px;
	height: 50px;
	padding: 10px 7px 6px;
	background-image: url(../../images/parts/retailer_balloon2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	transform: translateX(-43px);
	transition: all 0.3s ease;
}

#headerUtil .hUtMenu:hover .retailerMenu {
	opacity: 1;
	pointer-events: auto;
}

#headerUtil .hUtMenu:hover .retailerMenu li:first-child {
	position: relative;
}

#headerUtil .hUtMenu:hover .retailerMenu li:first-child::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 34px;
	margin-right: -8px;
	background: #d1d0d0;
}

#headerUtil .hUtMenu .retailerMenu a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 34px;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

#headerUtil .hUtMenu .retailerMenu a:hover {
	opacity: 0.6;
}

#headerUtil .hUtMenu .num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: -7px;
	width: 18px;
	height: 18px;
	color: #fff;
	background: #DB0000;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: bold;
}


/* @group Global Navigation ============================== */

#gNav .mTrigTxt {
	display: flex;
	align-items: center;
	justify-content: center;
/*	width: 220px;*/
	height: 80px;
	margin: 0 0 0 40px;
	padding: 0 30px;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	transition: all 0.3s ease;
}

#gNav .mTrigTxt::after {
	content: '';
	display: block;
	width: 9px;
	height: 14px;
	margin: -2px 0 0 8px;
	background-image: url(../../images/parts/gn_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}

#gNav:hover .mTrigTxt {
	background-color: #F5F5F5;
}

#gNav:hover .mTrigTxt::after {
	transform: rotate(-90deg);
}


#gNav .ddBase {
	position: fixed;
	z-index: 1;
	top: 80px;
	left: 50%;
	width: 100vw;
	height: 430px;
	background: #F5F5F5;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

#gNav:hover .ddBase {
	opacity: 1;
	pointer-events: auto;
}


#gNav .catL {
	position: absolute;
	z-index: 3;
	top: 100px;
	left: 10px;
	overflow: hidden;
	width: 165px;
	height: 0;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2.4;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#gNav .catL::-webkit-scrollbar {
	display: none;
}

#gNav:hover .catL {
	overflow: auto;
	height: 390px;
	opacity: 1;
	pointer-events: auto;
}

#gNav .catL ul {
	width: 161px;
	border-right: 1px solid #111;
}

#gNav .catL ul li {
	letter-spacing: 0;
}

#gNav .catL ul li a {
	display: block;
	padding: 0 8px;
}

#gNav .catL ul li.ac {
	background: #111111;
}

#gNav .catL ul li.ac a {
	color: #fff;
}

.simplebar-track.simplebar-vertical {
	width: 9px !important;
	margin-right: -2px;
}

.simplebar-scrollbar,
.simplebar-scrollbar:before {
	border-radius: 0 !important;
}

.simplebar-scrollbar:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


#gNav .catMArea {
	position: relative;
	top: 0;
	left: 0;
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	transition: all 0.3s ease;
}

#gNav .catM {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 165px;
	width: 1035px;
	height: 0;
	padding: 12px 0 30px 35px;
}

#gNav .catM.ac {
	display: block;
	height: auto;
}

#gNav .catM .catTitle {
	margin: 0 0 8px;
	font-size: 2.2rem;
	line-height: 65px;
}

#gNav .catM .catTitle a {
	display: flex;
	align-items: center;
}

#gNav .catM .catTitle a::before,
#gNav .catM .catTitle a::after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
}

#gNav .catM .catTitle a::before {
	width: 65px;
	height: 65px;
	margin: 0 10px 0 0;
	border-radius: 50%;
}

#gNav .catM .catTitle a::after {
	width: 9px;
	height: 14px;
	margin: -2px 0 0 14px;
	background-image: url(../../images/parts/gn_arrow.svg);
}


#gNav .catM .catLink {
	margin: 20px 0 0;
	font-size: 1.2rem;
	line-height: 1;
}

#gNav .catM .catLink a {
	display: flex;
	align-items: center;
}

#gNav .catM .catLink a::after {
	content: '';
	display: block;
	width: 8px;
	height: 10px;
	margin: 0 0 2px 4px;
	background-image: url(../../images/parts/gn_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#gNav .catM .inner {
	display: flex;
	align-items: flex-start;
}


#gNav .catS {
	width: 200px;
	margin: 0 0 20px;
	padding: 0 20px 0 0;
	font-size: 1.2rem;
	line-height: calc(4/3);
	letter-spacing: 0;
}

#gNav .catS.odr01 {order: 0;}
#gNav .catS.odr02 {order: 1;}
#gNav .catS.odr03 {order: 2;}
#gNav .catS.odr04 {order: 3;}
#gNav .catS.odr05 {order: 4;}
#gNav .catS.odr06 {order: 5;}
#gNav .catS.odr07 {order: 6;}
#gNav .catS.odr08 {order: 7;}
#gNav .catS.odr09 {order: 8;}


#gNav .catM .inner .mNavCol .catS:last-of-type {
	margin-bottom: 0;
}

#gNav .catS li {
	padding: 3px 0;
}

#gNav .catS li:first-child {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
}

#gNav .catSFlat li:first-child {
	font-size: 1.2rem;
	font-weight: normal;
}

#gNav .catS li a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 8px;
	background-image: url(../../images/parts/icon_blank.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#gNav .gmBan .pickup {
	font-size: 1.3rem;
	font-weight: bold;
}

#gNav .gmBan {
	position: absolute;
	top: 84px;
	right: 0;
	margin-left: auto;
	width: 200px;
}

#gNav .gmBan ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	row-gap: 25px;
}

#gNav .gmBan img {
	width: 100%;
	height: auto;
}

#gNav .gmBan figCaption {
	margin: 5px 0 0;
	font-size: 1.2rem;
	line-height: 1;
}

/* @end */

@media only screen and (max-width:1199px) {



	.cFrame {width: 100%;}

	#header .forPc:not(#js_npsearch_form) {display: none;}

	#gNav .forSp {display: block;}
	#gNav br.forSp {display: inline;}

	body {
		min-width: 320px;
		overflow: visible;
	}

	body.fixed {
		position: fixed;
	}

	body.fixed:after {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
	}



	/* @group Header ============================================================ */



	#headerUtil {
		margin-right: 65px;
	}

	#headerUtil .hUtMenu a {
		min-width: 40px;
	}

	#headerUtil .hUtMenu a .txt {
		display: none;
	}

	#headerUtil .loginArea a .txt {
		display: block;
                                                                max-width: 105px;
	}

	#gNav {

	}

	#gNav .mTrig {
		pointer-events: none;
	}

	#gNav .mTrigTxt {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
		width: 60px;
		height: 60px;
		margin: 0;
		background: none;
		transition: background-color 0.3s ease;
	}

	#gNav #gmTrig:checked + .mTrigTxt {
		background: #fff;
	}

	.headInner #headerUtil,
	.headInner .logo {
		transition: all 0.3s ease;
	}

	#gNav #gmTrig {
		display: none;
	}

	#gNav:hover .mTrigTxt {
		background: none;
	}

	#gNav .mTrigTxt::after {
		display: none;
	}

	.mTrigTxt label {
		display: flex;
		flex-direction: column;
		align-items: center;
		pointer-events: auto;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100%;
		height: 100%;
		padding: 20px;

	}

	.mTrigTxt label span {
		display: block;
		text-indent: -999em;
	}

	.mTrigTxt label:before,
	.mTrigTxt label:after {
		content: '';
		display: block;
	}

	.mTrigTxt label span,
	.mTrigTxt label:before,
	.mTrigTxt label:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 2px;
		margin-left: -10px;
		background: #000;
		transition: all 0.3s ease;
		transform-origin: center;
	}

	.mTrigTxt label::before {
		margin-top: -7px;
	}

	.mTrigTxt label::after {
		margin-top: 7px;
	}

	#gmTrig:checked + .mTrigTxt label span {
		transform: rotate(180deg) scale(0,1);
	}
	#gmTrig:checked + .mTrigTxt label:before {
		margin-top: 0;
		transform: rotate(225deg);
	}
	#gmTrig:checked + .mTrigTxt label:after {
		margin-top: 0;
		transform: rotate(315deg);
	}

	#gNav .catL {
		font-size: 1.4rem;
		line-height: 2;
	}

	#gNav .catL,
	#gNav:hover .catL {
		display: block;
		position: absolute;
		top: 80px;
		left: auto;
		right: 0;
		z-index: 99;
		overflow: auto;
		width: 56vw;
		height: 0;
		opacity: 1;
		background: #fff;
		pointer-events: none;
		transition: all 0.3s ease;
	}

	#gNav #gmTrig:checked ~ .catL {
		height: calc(100svh - 80px);
		pointer-events: auto;
	}

	.scrlHide #gNav #gmTrig:checked ~ .catL {
		height: 100svh;
	}

	.promoOn #gNav #gmTrig:checked ~ .catL {
		height: calc(100svh - 110px);
		pointer-events: auto;
	}


	.promoOn.scrlHide #gNav #gmTrig:checked ~ .catL {
		height: 100svh;
		pointer-events: auto;
	}


	#gNav:hover .catL {

	}

	#gNav:not(:checked):hover .ddBase {
		display: none;
	}

	#gNav .catL ul {
		width: 100% !important;
		border: none;
		background: #F5F5F5;
	}

	#gNav .catL ul li {
		border-top: 1px solid #EAEAEA;
	}

	#gNav .catL ul li label {
		display: block;
		pointer-events: auto;
	}

	#gNav .catL ul li a {
		display: flex;
		align-items: center;
		height: 60px;
		position: relative;
		padding: 10px 20px;
		pointer-events: none;
	}

	#gNav .catL ul li.ac {
		background: none;
	}

	#gNav .catL ul li.ac a {
		color: #000;
	}

	#gNav .catL ul li a::before {
		content: '';
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 10px 0 0;
		background-color: #E2E2E2;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-size: contain;
	}

	#gNav .catL ul li a::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		width: 12px;
		height: 16px;
		background-image: url(../../images/parts/gn_arrow.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
		transform: translateY(-50%);
	}

	#gNav .catL ul.retailerMenu li a {
		background: #fff;
		pointer-events: auto;
	}

	#gNav .catL ul.retailerMenu li a::before {
		background-color: #fff;
		background-position: 50% 50%;
		background-size: contain;
	}

	#gNav .catL ul.retailerMenu li a::after {
		display: none;
	}

	#gNav .catL ul.retailerMenu li.sup a::before {
		background-image: url(../../images/parts/icon_support.svg);
		background-size: 26px auto;
	}

	#gNav .catL ul.retailerMenu li.ret01 a::before,
	#gNav .catL ul.retailerMenu li.ret02 a::before {
		background-image: url(../../images/parts/icon_retailer.svg);
		background-size: 26px auto;
	}

	#gNav .catL ul.retailerMenu li.logOut a::before {
		background-image: url(../../images/parts/icon_mypage.svg);
		background-size: 19px auto;
	}

	.simplebar-track.simplebar-vertical {
		width: 9px !important;
		margin-right: 0;
	}

	.simplebar-scrollbar,
	.simplebar-scrollbar:before {
		border-radius: 0 !important;
	}


	#gNav .ddBase {
		display: block !important;
		opacity: 1 !important;
		top: 0;
		left: 100%;
		z-index: 99;
		width: 50vw;
		height: 100svh;
		transform: translateX(0);
		pointer-events: auto;
	}

	#catBack {
		display: flex !important;
		align-items: center;
		position: absolute;
		z-index: 100;
		top: 80px;
		left: 0;
		opacity: 0;
		width: 56vw;
		height: 60px;
		padding: 0 20px;
		background: #fff;
		font-size: 1.5rem;
		font-weight: normal;
		transition: all 0.3s ease;
	}

	.mmTrig:checked ~ #catBack {
		left: -112%;
		opacity: 1;
	}

	#catBack::before {
		content: '';
		display: block;
		width: 12px;
		height: 16px;
		margin: 0 10px 0 0;
		background-image: url(../../images/parts/gn_arrow.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
		transform: rotate(180deg);
	}

	#gNav .catMArea,
	#gNav:hover .catMArea {
		opacity: 1;
		width: 100%;
		height: 100%;
		pointer-events: auto;
	}

	#gNav .mmTrig {
		display: none;
	}

	#gNav .catM {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 56vw;
		height: calc(100svh - 80px) !important;
		margin: 80px 0 0;
		padding: 60px 0 0;
		transform: translateX(0);
		transition: all 0.3s ease;
		background: #fff;
		overflow: auto;
	}

	.promoOn #gNav .catM {
		height: calc(100svh - 110px) !important;
	}

	.scrlHide #gNav .catM {
		height: 100svh !important;
	}

	#gNav .mmTrig:checked + .catM {
		transform: translateX(-100%);
	}

	#gNav .catM .inner {
		float: none;
		display: block;
		max-height: none;
	}

	#gNav .catM .catTitle {
		margin: 0;
		font-size: 1.5rem;
		line-height: 1;
	}

	#gNav .catM .catTitle a {
		padding: 10px 20px;
		background: #F5F5F5;
		border-top: 1px solid #EAEAEA;
		font-weight: normal;
	}

	#gNav .catM .catTitle a::before {
		width: 40px;
		height: 40px;
	}

	#gNav .catM .catTitle a::after {
		width: 12px;
		height: 16px;
		margin-left: auto;
	}

	#gNav .spCTrig label {
		display: flex;
		align-items: center;
		position: relative;
		height: 60px;
		padding: 0 20px;
		border-top: 1px solid #EAEAEA;
		font-weight: normal;
	}

	#gNav .spCTrig label::before,
	#gNav .spCTrig label::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 2px;
		background: #313131;
	}

	#gNav .spCTrig label::after {
		transform: rotate(90deg);
	}

	#gNav .catM .inner input {
		display: none;
	}

	#gNav .catM .inner .spCTrig:has(+ input:checked) label::after {
		width: 0;
	}

	#gNav .catS,
	#gNav .catSFlat {
		width: auto;
		max-height: 0;
		overflow: hidden;
		margin-bottom: 0;
		padding: 0;
		transition: all 0.3s ease;
	}

	#gNav input:checked + .catS,
	#gNav input:checked + .catSFlat {
		max-height: calc(100vw/(750/1500));
	}

	#gNav .catSFlat {
		max-height: none;
	}

	#gNav .catS li,
	#gNav .catS li:first-child,
	#gNav .catSFlat li:first-child {
		margin: 0;
		padding: 0;
		border-top: 1px solid #EAEAEA;
		font-size: 1.5rem;
		font-weight: normal;
	}

	#gNav .catS li:first-child {
		font-weight: normal;
	}

	#gNav .catS li a {
		display: flex;
		align-items: center;
		height: 60px;
		padding: 0 20px 0 40px;
	}

	#gNav .catS li a::after {
		content: '';
		display: block;
		width: 12px;
		height: 16px;
		margin-left: auto;
		background-image: url(../../images/parts/gn_arrow.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	}

	#gNav .catS li a[target="_blank"]::after {
		content: '';
		display: block;
		width: 50px;
		height: 16px;
		margin-left: auto;
		background-image: url(../../images/parts/icon_blank.svg), url(../../images/parts/gn_arrow.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
		background-position: 0 50%, 100% 50%;
	}

	#gNav .catM .catLink,
	#gNav .gmBan {
		position: static;
		margin: 0;
	}

	#gNav .catM .catLink a {
		display: flex;
		align-items: center;
		position: relative;
		height: 60px;
		padding: 0 20px;
		border-top: 1px solid #EAEAEA;
		font-size: 1.5rem;
		font-weight: normal;
	}

	#gNav .catM .catLink a::after {
		content: '';
		display: block;
		width: 12px;
		height: 16px;
		margin-left: auto;
		background-image: url(../../images/parts/gn_arrow.svg);
	    background-repeat: no-repeat;
	    background-size: contain;
	}

	#gNav .gmBan {
		width: auto;
		padding: 22px 20px;
		border-top: 1px solid #EAEAEA;
	}

	#gNav .gmBan .pickup {
		margin: 0 0 20px;
		padding: 0 0 0;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: normal;
	}

	#gNav .gmBan ul {
		/*flex-direction: row;
		justify-content: space-between;*/
		flex-wrap: nowrap;
	}

	#gNav .gmBan ul li {
		/*width: 48%;*/
	}

	#gNav .gmBan figcaption {
		margin: 10px 0 0;
		font-size: 1.2rem;
		font-weight: normal;
	}

}



@media only screen and (max-width:767px) {

	html {
		overscroll-behavior: none:
	}


	#header .cFrame {width: 100%;}

	#gNav .forPc {display: none;}

	#gNav .forSp {display: block;}
	#gNav br.forSp {display: inline;}

	body {
		min-width: 320px;
		overflow: visible;
	}

	body.fixed {
		position: fixed;
	}

	body.fixed:after {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
	}



	#headPromo {
		font-size: calc(100vw/(750/22));
		line-height: calc(100vw/(750/60));
	}

	#headPromo .promoClose {
		width: calc(100vw/(750/60));
		height: calc(100vw/(750/60));
	}

	#headPromo .promoClose:before,
	#headPromo .promoClose:after {
		width: calc(100vw/(750/34));
		height: calc(100vw/(750/2));
		margin-left: calc(100vw/(750/17) * -1);
	}
	#headPromo .promoClose:after {
		transform: rotate(135deg);
	}



	/* @group Header ============================================================ */

	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 50;
		width: 100%;
		height: auto;
		background: #fff;
	}

	.scrlHide #header {
		transform: translateY(calc(100vw/(750/110) * -1));
	}

	#header .headInner {
		display: block;
		padding: 0;
	}

	#header .logo>a {
		width: calc(100vw/(750/110));
		height: calc(100vw/(750/110));
		margin: 0 0 0 calc(100vw/(750/30));
	}

	#header .logo>a img {
		width: calc(100vw/(750/86));
	}

	.promoOn #header {
		top: calc(100vw/(750/60));
	}

	.promoOn.scrlHide #header {
		transform: translateY(calc(100vw/(750/170) * -1));
	}


	/* @end */


	.promoOn:has(#gmTrig:checked) #headPromo {
	    transform: translateY(-100%);
	}

	.promoOn:has(#gmTrig:checked) #header {
		transform: translateY(calc(100vw/(750/60) * -1));
	}

	.scrlHide #header {
		transform: translateY(calc(100vw/(750/120) * -1));
	}

	.promoOn.scrlHide #header {
		transform: translateY(calc(100vw/(750/180) * -1));
	}

	#header .logo>a {
		width: calc(100vw/(750/120));
		height: calc(100vw/(750/120));
		margin: 0 0 0 calc(100vw/(750/30));
	}

	#headerUtil {
		position: absolute;
		top: 0;
		right: calc(100vw/(750/100));
		height: calc(100vw/(750/120));
		margin: 0 0 0;
		padding: 0 0 0 0;
	}

	#headerUtil .searchArea .searchTrig {
		display: block;
	}

	#headerUtil .searchArea .searchTrig label {
		display: block;
        width: calc(100vw / (750 / 36));
        height: calc(100vw / (750 / 120));
        background-image: url(../../images/parts/icon_search.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
	}

	#headerUtil .searchArea .searchTrig + input {
		display: none;
	}

	#headerUtil .searchArea .searchRow {
		overflow: visible;
		position: absolute;
		top: calc(100vw/(750/120));
		right: calc(100vw/(750/100) * -1);
		width: calc(100vw/(750/750));
		height: calc(100vw/(750/100));
		margin: 0;
		padding: calc(100vw/(750/20)) calc(100vw/(750/30));
		background: #ddd;
		border: none;
		border-radius: 0;
		transition: all 0.3s ease;
		transform: scale(1,0);
		transform-origin: 0 0;
	}

	#headerUtil .searchArea input#gnTrig99:checked + .searchRow {
		transform: scale(1,1);
	}

	#headerUtil .searchArea .searchRow input[type='text'] {
		width: calc(100vw/(750/540));
		height: calc(100vw/(750/60));
		padding: 0 calc(100vw/(750/14));
		background: #fff;
		font-size: calc(100vw/(750/28));
	}

	#headerUtil .searchArea .searchRow input[type='button'] {
		width: auto;
		height: auto;
		padding: 0 calc(100vw/(750/16)) 0 calc(100vw/(750/48));
		background-size: auto calc(100vw/(750/33));
		background-position: 0 50%;
		font-size: calc(100vw/(750/26));
		text-indent: 0;
	}

	#headerUtil .hUtMenu {
		margin: 0 0 0 calc(100vw/(750/25));
	}

	#headerUtil .hUtMenu a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 0;
		color: #696969;
		font-size: 1rem;
		line-height: 1;
		letter-spacing: 0;
	}

	#headerUtil .hUtMenu a .icon {
		height: calc(100vw/(750/38));
	}

	#headerUtil .favArea a .icon {width: calc(100vw/(750/42));}
	#headerUtil .cartArea a .icon {width: calc(100vw/(750/40));}

                                #headerUtil .hUtMenu a .txt {
		max-width: calc(100vw/(750/260));
	}

	#gNav .mTrigTxt {
		width: calc(100vw/(750/100));
		height: calc(100vw/(750/120));
	}

	.headInner #headerUtil,
	.headInner .logo {
		transition: all 0.3s ease;
	}

	.headInner:has(#gmTrig:checked) #headerUtil,
	.headInner:has(#gmTrig:checked) .logo {
		opacity: 0;
		pointer-events: none;
	}

	.mTrigTxt label {
		top: 0;
		right: 0;
		width: calc(100vw/(750/100));
		height: calc(100vw/(750/120));
		padding: calc(100vw/(750/44)) calc(100vw/(750/33));

	}

	.mTrigTxt label span,
	.mTrigTxt label:before,
	.mTrigTxt label:after {
		width: calc(100vw/(750/34));
		height: calc(100vw/(750/4));
		margin-left: calc(100vw/(750/17) * -1);
	}

	.mTrigTxt label::before {margin-top: calc(100vw/(750/14) * -1);}
	.mTrigTxt label::after {margin-top: calc(100vw/(750/14));}

	#gmTrig:checked + .mTrigTxt label span {transform: rotate(180deg) scale(0,1);}
	#gmTrig:checked + .mTrigTxt label:before {
		margin-top: 0;
		transform: rotate(225deg);
	}
	#gmTrig:checked + .mTrigTxt label:after {
		margin-top: 0;
		transform: rotate(315deg);
	}

    .mmTrig:checked ~ #catBack {
        left: -100%;
        opacity: 1;
    }

	#gNav .catL {
		font-size: calc(100vw/(750/28));
	}

	#gNav .catL,
	#gNav:hover .catL {
		top: calc(100vw/(750/120));
		width: 100vw;
		overflow: hidden;
		pointer-events: auto;
	}

	#gNav #gmTrig:checked ~ .catL,
	.promoOn #gNav #gmTrig:checked ~ .catL {
		height: calc(100svh - 100vw/(750/120));
	}


	.scrlHide #gNav #gmTrig:checked ~ .catL,
	.promoOn.scrlHide #gNav #gmTrig:checked ~ .catL {
		height: calc(100svh - 100vw/(750/120));
	}

	#gNav .catL ul {
		width: 100vw !important;
	}

	#gNav .catL ul li a {
		height: calc(100vw/(750/120));
		padding: calc(100vw/(750/20)) calc(100vw/(750/30));
	}

	#gNav .catL ul li a::before {
		width: calc(100vw/(750/76));
		height: calc(100vw/(750/76));
		margin: 0 calc(100vw/(750/14));
	}

	#gNav .catL ul li a::after {
		right: calc(100vw/(750/60));
		width: calc(100vw/(750/22));
		height: calc(100vw/(750/28));
	}


	#gNav .catL ul.retailerMenu li.sup a::before {
		background-size: calc(100vw/(750/44)) auto;
	}

	#gNav .catL ul.retailerMenu li.ret01 a::before,
	#gNav .catL ul.retailerMenu li.ret02 a::before {
		background-size: calc(100vw/(750/49)) auto;
	}

	#gNav .catL ul.retailerMenu li.logOut a::before {
		background-size: calc(100vw/(750/32)) auto;
	}

	.simplebar-track.simplebar-vertical {
		width: calc(100vw/(750/6)) !important;
		margin-right: 0;
	}

	#gNav .ddBase {
		width: 100vw;
	}

	#catBack {
		top: 0;
		width: 100%;
		height: calc(100vw/(750/120));
		padding: 0 calc(100vw/(750/36));
		font-size: calc(100vw/(750/28));
	}

	#catBack::before {
		width: calc(100vw/(750/22));
		height: calc(100vw/(750/28));
		margin: 0 calc(100vw/(750/8)) 0 0;
	}


	#gNav .catM {
		width: 100vw;
		height: 100svh !important;
		margin: 0;
		padding: calc(100vw/(750/120)) 0 0;
		overflow: hidden !important;
	}

	.promoOn #gNav .catM {
		height: 100svh !important;
	}

	#gNav .mmTrig:checked + .catM {
		overflow: auto !important;
	}

	#gNav .catM .inner {
		float: none;
		display: block;
		max-height: none;
	}

	#gNav .catM .catTitle {
		font-size: calc(100vw/(750/28));
	}

	#gNav .catM .catTitle a {
		padding: calc(100vw/(750/22)) calc(100vw/(750/60)) calc(100vw/(750/22)) calc(100vw/(750/34));
		border-top: calc(100vw/(750/2)) solid #EAEAEA;
	}

	#gNav .catM .catTitle a::before {
		width: calc(100vw/(750/76));
		height: calc(100vw/(750/76));
	}

	#gNav .catM .catTitle a::after {
		width: calc(100vw/(750/22));
		height: calc(100vw/(750/28));
	}

	#gNav .spCTrig label {
		height: calc(100vw/(750/96));
		padding: 0 calc(100vw/(750/46));
		border-top: calc(100vw/(750/2)) solid #EAEAEA;
		font-size: calc(100vw / (750 / 28));
	}

	#gNav .spCTrig label::before,
	#gNav .spCTrig label::after {
		right: calc(100vw/(750/61));
		width: calc(100vw/(750/28));
		height: calc(100vw/(750/4));
	}


	#gNav input:checked + .catS,
	#gNav input:checked + .catSFlat {
		max-height: calc(100vw/(750/1500));
	}

	#gNav .catS li,
	#gNav .catS li:first-child,
	#gNav .catSFlat li:first-child {
		border-top: calc(100vw/(750/2)) solid #EAEAEA;
		font-size: calc(100vw/(750/28));
	}

	#gNav .catS li a {
		height: calc(100vw/(750/94));
		padding: 0 calc(100vw/(750/61)) 0 calc(100vw/(750/78));
	}

	#gNav .catS li a::after {
		width: calc(100vw/(750/20));
		height: calc(100vw/(750/30));
	}

	#gNav .catS li a[target="_blank"]::after {
		width: calc(100vw/(750/90));
		height: calc(100vw/(750/30));
	}

	#gNav .catM .catLink a {
		height: calc(100vw/(750/96));
		padding: 0 calc(100vw/(750/61)) 0 calc(100vw/(750/46));
		border-top: calc(100vw/(750/2)) solid #EAEAEA;
		font-size: calc(100vw/(750/28));
	}

	#gNav .catM .catLink a::after {
		width: calc(100vw/(750/22));
		height: calc(100vw/(750/28));
	}

	#gNav .gmBan {
		width: auto;
		padding: calc(100vw/(750/36)) calc(100vw/(750/30)) calc(100vw/(750/40));
		border-top: calc(100vw/(750/2)) solid #EAEAEA;
	}

	#gNav .gmBan .pickup {
		margin: 0 0 calc(100vw/(750/34));
		padding: 0 0 0 calc(100vw/(750/16));
		font-size: calc(100vw/(750/26));
	}

	#gNav .gmBan ul {
		flex-direction: column;
		row-gap :calc(100vw/(750/55));
	}

	#gNav .gmBan ul li {
		width: 100%;
	}

	#gNav .gmBan figcaption {
		margin: calc(100vw/(750/15)) 0 0;
		font-size: calc(100vw/(750/24));
	}



	main {
		margin-top: calc(100vw/(750/120));
	}

	.promoOn main {
        margin-top: calc(100vw/(750/180));
    }


}