@media only screen and (min-width:599px) {
	#SPheader{
		display: none;
	}
}

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; }
/*body {line-height: 1;}*/
ol,ul {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none;}
/*table {border-collapse: collapse; border-spacing: 0;}*/
/*caption,th,td {font-weight: normal; text-align: left;}*/
/*h1,h2,h3,h4,h5,h6 {clear: both;}*/
/*html {overflow-y: scroll; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}*/
/*a:focus {outline: none;}*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display: none;}
del {color: #333;}
ins {background: #fff9c0; text-decoration: none;}
hr {border: 0; border-bottom: 1px dotted #ccc; margin-top: 15px; margin-bottom: 15px;}
sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
small {font-size: smaller;}
/*img {border: 0; -ms-interpolation-mode: bicubic;}*/
/*img,embed,object,iframe {vertical-align: bottom;}*/

b,strong {font-weight: bolder;}


/* @group clearfix ----------------------------------------- */

.cf:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html .cf {/* IE6 */
	zoom:1;
}

*:first-child+html .cf {/* IE7 */
	zoom:1;
}

/* @end */


html,body {
	width: 100%;
	height: 100%;
}

html.no-js {
	margin-top: 0 !important;
}

html { font-size: 62.5%; }

body {
	position: relative;
	min-width: 980px;
	color: #111;
	background-color: #fff;
}

#SPheader a,
#footer_22 a {
	color: #111;/*要確認 ------------------------------*/
	text-decoration: none;
	transition: all 0.3s ease;
}

#SPheader a:hover,
#footer_22 a:hover {
	color: #757575;
	text-decoration: none;
}

.cFrame {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.forSp {display: none;}

#headPromo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	color: #f5f5f5;
	background: #111;
	font-size: 1.2rem;
	line-height: calc(5/2);
	text-align: center;
	transform: translateY(0);
	transition: all .3s ease;
}

#headPromo a {
	color: #f5f5f5;
	text-decoration: none;
}

#headPromo .promoClose {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}

#headPromo .promoClose:before,
#headPromo .promoClose:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 1px;
	margin-left: -8px;
	background: #f5f5f5;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
#headPromo .promoClose:after {
	transform: rotate(135deg);
}

.scrlHide #headPromo {
	transform: translateY(-100%);
}

/* @group Header ============================================================ */

#SPheader {
	/* position: fixed;*/
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 80px;
	background: #fff;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5 80px );
	transform: translateY(0);
	transition: all .3s ease;
	letter-spacing: 0;
} 

.scrlHide #SPheader {
	/*transform: translateY(-100%);*/
	transform: translateY(-100%);
}

#SPheader .headInner {
	display: flex;
/*	position: relative;*/
	padding: 0 10px;
}

#SPheader .logo>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #001489;
}

#SPheader .logo>a img {
	width: 63px;
	height: auto;
}


.promoOn #SPheader {
	top: 30px;
	/*height: 110px;*/
/*	background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5 80px );*/
}

.promoOn.scrlHide #SPheader {
	/*transform: translateY(-100%);*/
	transform: translateY(-110px);
}

/* @end */

/* @group Navigation[Main] ============================================================ */

#gNav > ul#gNavMain {
	display: flex;
	align-items: center;
	height: 50px;
	margin: 30px 0 0 21px;
}


#gNav > ul#gNavMain > li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	font-family: Roboto,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0;
}

#gNav > ul#gNavMain > li > label {
	display: block;
	position: relative;
	padding: 0;
    font-weight: 700;
	text-decoration: none;
}

/*#gNav > ul#gNavMain > li > label a {
	pointer-events: none;
}*/

/*	#gNav > ul#gNavMain > li input[type='checkbox'] {
	display: none;
}*/

#gNav > ul#gNavMain > li > label:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 100%;
	min-width: 74px;
	height: 3px;
	background-color: #757575;
	transform: translateX(-50%) scale(0,1);
	transition: all 0.3s ease;
}

#gNav > ul#gNavMain > li:hover label:after {
	transform: translateX(-50%) scale(1,1);
}

#gNav > ul#gNavMain > li .ddMenu {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	padding: 25px 0 75px;
	background-color: #f5f5f5;
	transform: scale(1,0);
	transform-origin: 50% 0;
	transition: transform 0.2s ease;
	transition-delay: 0.2s;
}

#gNav > ul#gNavMain > li:hover .ddMenu {
	transform: scale(1,1);
}

#gNav .ddMenuInner {
	display: flex;
	padding: 0 10px;
}

#gNav > ul#gNavMain > li .ddMenu a {
}

#gNav > ul#gNavMain > li .ddMenu .ddMenuCol {
	width: 200px;
	margin: 0 0 0;
}

#gNav > ul#gNavMain > li .ddMenu .ddMenuCol:last-child {
	width: 180px;
}

#gNav > ul#gNavMain > li .ddMenu .ddMenuCol .ddMenuList:nth-of-type(n+2) {
	margin-top: 20px;
}

#gNav > ul#gNavMain > li .ddMenu .ddMenuList dt {
	margin: 0 0 9px;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: 700;
}

#gNav > ul#gNavMain > li .ddMenu .ddMenuCol dd {
	font-size: 1.2rem;
	line-height: calc(10/6);
}

#gNav > ul#gNavMain > li .ddMenu .ddMenuCol dd li {
	padding: 2px 0 3px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

/* @group Navi - Sports */

#gNav > ul#gNavMain > li#gNSports .ddMenu .ddMenuCol:nth-of-type(n+2) {
	/* width: 980px; */
}

#gNav > ul#gNavMain > li#gNSports .ddMenu .ddMenuCol:nth-of-type(n+2) ul {
	/* display: flex; */
	/* flex-wrap: wrap; */
}

#gNav > ul#gNavMain > li#gNSports .ddMenu .ddMenuCol:nth-of-type(n+2) li {
	/* width: 20%; */
	/* margin: 0 0 9px; */
}

#gNav > ul#gNavMain > li#gNSports .ddMenu .ddMenuCol:nth-of-type(n+2) li ul {
	display: block;
	margin-bottom: 18px;
}

#gNav > ul#gNavMain > li#gNSports .ddMenu .ddMenuCol:nth-of-type(n+2) li ul li {
	width: auto;
	margin: 0;
}

/* @end */

/* @group Navi - LifeStyle */

#gNav > ul#gNavMain > li#gNLifestyle .ddMenu .ddMenuCol:nth-of-type(n+2) {
	/*width: 980px;*/
}

#gNav > ul#gNavMain > li#gNLifestyle .ddMenu .ddMenuCol:nth-of-type(n+2) ul {
	/*display: flex;
	flex-wrap: wrap;*/
}

#gNav > ul#gNavMain > li#gNLifestyle .ddMenu .ddMenuCol:nth-of-type(n+2) ul li {
	/*width: 170px;
	margin: 0 24px 20px 0;
	padding: 0;
	font-family: Roboto,"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;*/
}

#gNav > ul#gNavMain > li#gNLifestyle .ddMenu .ddMenuCol:nth-of-type(n+2) ul li img {
	display: block;
	margin: 0 0 10px;
	transition: all 0.3s ease;
}

#gNav > ul#gNavMain > li#gNLifestyle .ddMenu .ddMenuCol:nth-of-type(n+2) ul li a:hover img {
	opacity: 0.7;
}

/* @end */

/* @group Navi - More MIZUNO */

#gNav > ul#gNavMain > li#gNVarious .ddMenu .ddMenuCol:nth-of-type(n+2) {
	/*width: 250px;*/
}

#gNav > ul#gNavMain > li#gNVarious .ddMenu .ddMenuCol:nth-of-type(5) {
	/*width: 230px;*/
}

/* @end */

/* @end */

/* @group Navigation[Sub] ============================================================ */

#gNav > ul#gNavSub {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1200px;
	height: 30px;
	margin: 0 0 0;
	transform: translateX(-50%);
}

#gNav > ul#gNavSub li {
	padding: 0 14px;
	border-left: 1px solid #111;
	font-size: 1.3rem;
	line-height: 1;
}

#gNav > ul#gNavSub li:first-child {
	border: none;
}

/* @end */

/* @group Header Utility ============================================================ */

#headerUtil {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
	margin: 30px 0 0;
	padding: 0 15px 0 0;
}

#headerUtil .js_npsearch_searchbox_sp {
	display: none;
}

#headerUtil .js_npsearch_searchbox {
	display: block;
}

#headerUtil .searchArea .searchRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 186px;
	height: 24px;
	padding: 0 10px 0 15px;
	background: #f5f5f5;
	border: 1px solid #8e8e8e;
	border-radius: 12px;
}

#headerUtil .searchArea .searchRow input[type='text'] {
	width: 140px;
	border: none;
	background: transparent;
	font-size: 1.2rem;
}

#headerUtil .searchArea .searchRow input[type='button'] {
	width: 16px;
	height: 16px;
	background-image: url(/static/mallDefault/images/parts/icon_search.svg);
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	text-indent: -999em;
}

#headerUtil .loginArea a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
}

#headerUtil .loginArea a .icon {
	display: block;
	width: 14px;
	height: 19px;
	background-image: url(/static/mallDefault/images/parts/icon_mypage.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#headerUtil .loginArea a .point {
	margin: 2px 0 0;
	font-size: 0.9rem;
}

#headerUtil .favArea a .icon {
	display: block;
	width: 18px;
	height: 19px;
	background-image: url(/static/mallDefault/images/parts/icon_fav.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#headerUtil .cartArea a .icon {
	display: block;
	width: 20px;
	height: 19px;
	background-image: url(/static/mallDefault/images/parts/icon_cart.svg);
	background-repeat: no-repeat;
	background-size: contain;
}


#headerUtil .loginArea,
#headerUtil .favArea,
#headerUtil .cartArea {
	position: relative;
	margin-left: 15px;
}

#headerUtil .favArea .badge,
#headerUtil .cartArea .badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 19px;
	height: 19px;
	padding: 2px 0 0;
	color: #fff;
	background: #cc1c1d;
	border-radius: 50%;
	font-size: 0.9rem;
	letter-spacing: 0;
}

/* @end */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* @group Footer ============================================================ */

#footer_22 {
	padding: 35px 0 0;
	color: #f5f5f5;
	background-color: #111;
	letter-spacing: 0;
    margin-top: 15px;
}

#footer_22 .fnTrigSp {
	display: none;
}

#footer_22 a {
	color: #f5f5f5;
}

#footer_22 .footInner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#footer_22 #fNav {
	display: flex;
	margin: 0 0 15px;
}

#footer_22 #fNav .fNavBlock {
	width: auto;
	margin: 0 100px 0 0;
}

#footer_22 #fNav .fNavBlock dt {
	margin: 0 0 10px;
	line-height: 1;
	font-size: 1.4rem;
	font-size: 14px;
}


#footer_22 #fNav ul {
	display: flex;
	flex-direction: column;
	align-content: space-between;
	flex-wrap: wrap;
	width: auto;
	max-height: 140px;
}

/* #footer #fNav .fNavBlock:nth-of-type(1) ul { */
/* 	width: 260px; */
/* } */

#footer_22 #fNav li {
	font-size: 1.2rem;
	line-height: calc(5/3);
	font-size: 12px;
}

#footer_22 #footerSNS dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer_22 #footerSNS dl dt {
	order: 2;
	margin: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: normal;
}

#footer_22 #footerSNS dl dd {
	order: 1;
}

#footer_22 #footerSNS dl dd ul {
	display: flex;
	justify-content: space-between;
	width: 194px;
}

#footer_22 #footerSNS dl dd ul li a {
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -999em;
}

#footer_22 #footerSNS dl dd ul li.fb a {background-image: url(/static/mallDefault/images/parts/icon_fb.png);}
#footer_22 #footerSNS dl dd ul li.tw a {background-image: url(/static/mallDefault/images/parts/icon_tw.png);}
#footer_22 #footerSNS dl dd ul li.yt a {background-image: url(/static/mallDefault/images/parts/icon_yt.png);}
#footer_22 #footerSNS dl dd ul li.ig a {background-image: url(/static/mallDefault/images/parts/icon_ig.png);}
#footer_22 #footerSNS dl dd ul li.li a {background-image: url(/static/mallDefault/images/parts/icon_li.png);}

#footer_22 .footerBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0 0;
	padding: 18px 0;
	border-top: 1px solid #757575;
}

#footer_22 .footerBottom .footerUtil {
	display: flex;
	align-items: center;
}

#footer_22 .footerBottom .footerUtil li {
	margin: 0 40px 0 0;
	font-size: 1.1rem;
	line-height: 1;
	font-size: 11px;
}

#footer_22 .footerBottom .copyright {
	font-size: 1.1rem;
	line-height: 1;
	font-size: 11px;
}

/* @end */

/* @group Main ============================================================ */

#main,
.main,
main {
	/*margin-top: 80px;*/
	transition: all 0.3s ease;
}

.promoOn #main,
.promoOn .main
.promoOn main  {
	/*margin-top: 110px;*/
}


main #main {
	margin-top:80px;
	transition: all 0.3s ease;
}

.promoOn main #main {
	margin-top: 110px;
}

/* @end */

@media only screen and (max-width:599px) {/*------------------------------------------------------------------------------------------------------------------------------------------------------*/

	html {
		overscroll-behavior: contain:
	}


	.cFrame {width: 100%; padding:0;}

	.forPc {display: none;}

	.forSp {display: block;}
	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(0, 0, 0, .5);*/
		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 ============================================================ */

	#SPheader {
		/*! position: fixed; */
		/*! top: 0; */
		/*! left: 0; */
		z-index: 500;
		width: 100%;
		height: auto;
		background: #fff;
	}

	.scrlHide #SPheader {
		transform: translateY(calc(100vw/(750/110) * -1));
	}

	#SPheader .headInner {
		display: block;
		padding: 0;
	}

	#SPheader .logo>a {
		width: calc(100vw/(750/110));
		height: calc(100vw/(750/110));
		/*! margin: 0 0 0 calc(100vw/(750/30)); */
	}

	#SPheader .logo>a img {
		width: calc(100vw/(750/86));
	}

	.promoOn #SPheader {
		top: calc(100vw/(750/60));
		/*height: 110px;*/
	/*	background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5 80px );*/
	}

	.promoOn.scrlHide #SPheader {
		/*transform: translateY(-100%);*/
		transform: translateY(calc(100vw/(750/170) * -1));
	}


	/* @end */

	/* @group Navigation[Main] ============================================================ */

	#gNav {
		position: relative;
		width: 100%;
		/*! height: calc(100vw/(750/96)); */
		overflow-x: scroll;
	}

	#gNav > ul#gNavMain {
		display: flex;
		align-items: center;
		width: auto;
		height: calc(100vw/(750/96));
		margin: 0;
		padding: 0 calc(100vw/(750/1));
	}


	#gNav > ul#gNavMain > li {
		height: calc(100vw/(750/96));
		margin: 0;
		padding: 0 calc(100vw/(750/37));
		font-size: calc(100vw/(750/26));
		letter-spacing: 0;
		white-space: nowrap;
	}

	/*#gNav > ul#gNavMain > li:last-child {
		margin: 0;
	}*/

	#gNav > ul#gNavMain > li > label {
		display: block;
		position: relative;
		padding: 0;
		text-decoration: none;
	}

	/*#gNav > ul#gNavMain > li > label a {
		pointer-events: none;
	}*/

	#gNav > ul#gNavMain > li input[type='checkbox'] {
	/*	display: none;*/
	}

	#gNav > ul#gNavMain > li > label:after {
		display: none;
	}

	#gNav > ul#gNavMain > li .ddMenu {
		top: calc(100vw/(750/96));
		display: none;
	}


	/* @end */

	/* @end */

	/* @group Navigation[Sub] ============================================================ */

	#gNav > ul#gNavSub {
		display: none;
	}


	/* @end */


	#spGNavTrig {
		display: block;
		position: absolute;
		top: calc(100vw/(750/40));
		right: calc(100vw/(750/36));
		width: calc(100vw/(750/35));
		height: calc(100vw/(750/28));
	}

	#spGNavTrig label {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}

	#spGNavTrig label span,
	#spGNavTrig label:before,
	#spGNavTrig label:after {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100%;
		height: calc(100vw/(750/4));
		background: #111;
		transform: translate(-50%,-50%);
		transition: all 0.3s ease;
	}

	#spGNavTrig label:before,
	#spGNavTrig label:after {
		content: '';
	}

	#spGNavTrig label:before {
		margin: calc(100vw/(750/14) * -1) 0 0;
	}

	#spGNavTrig label:after {
		margin: calc(100vw/(750/14)) 0 0;
	}

	#gnTrig00:checked + #spGNavTrig label span {
		width: 0;
		transform: rotate(135deg);
	}

	#gnTrig00:checked + #spGNavTrig label:before {
		margin: 0;
		transform: translate(-50%,-50%) rotate(225deg);
	}

	#gnTrig00:checked + #spGNavTrig label:after {
		margin: 0;
		transform: translate(-50%,-50%) rotate(315deg);
	}


	#spGNav {
		position: absolute;
		top: calc(100vw/(750/110));
		left: 0;
		z-index: 20;
		width: 100%;
		height: 0;
	}

	#gnTrig00 {
		display: none;
	}

	#gnTrig00 ~ #spGNav #spGNavList {
		border-bottom: 1px solid #eaeaea;
		transform: scale(1,0);
		transform-origin: 0 0;
		transition: all 0.3s ease;
		overflow: hidden;
		background: #fff;
	}

	#gnTrig00:checked ~ #spGNav #spGNavList {
		transform: scale(1,1);
	}

	#gnTrig00 ~ #spGNav #spGNavList li {
		border-top: 1px solid #eaeaea;
	}

	#gnTrig00 ~ #spGNav #spGNavList li label,
	#gnTrig00 ~ #spGNav #spGNavList li a {
		display: block;
		position: relative;
		padding: calc(70vw/(750/38)) calc(100vw/(750/40)) calc(100vw/(750/36));
		font-family: Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,sans-serif;
		font-size: calc(100vw/(750/26));
		line-height: 1;
	}

	#gnTrig00 ~ #spGNav #spGNavList li label:after,
	#gnTrig00 ~ #spGNav #spGNavList li a:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: calc(100vw/(750/64));
		width: calc(100vw/(750/22));
		height: calc(100vw/(750/27));
		background-image: url(/static/mallDefault/images/parts/icon_arrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
		transform: translateY(-50%);
	}

	#gnTrig00 ~ #spGNav #spGNavList li.logOut a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(100vw/(750/100));
		padding: 0;
		font-size: calc(100vw/(750/22));
	}

	#gnTrig00 ~ #spGNav #spGNavList li.logOut a:after {
		display: none;
	}

	#gnTrig00 ~ #spGNav #spGNavList li.logOut a:before {
		content: '';
		display: block;
		width: calc(100vw/(750/29));
		height: calc(100vw/(750/38));
		margin: 0 calc(100vw/(750/10)) 0 0;
		background-image: url(/static/mallDefault/images/parts/icon_mypage.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#spNavIncArea {
		position: relative;
	}

	#spNavIncArea .spDD {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/*height: calc(100vh - calc(100vw/(750/200)));*/
		height: 0;
		overflow: auto;
	}

	.fixed #spNavIncArea .spDD {
		height: calc(100vh - calc(100vw/(750/210)));
		padding-bottom: calc(100vw/(750/300));
	}

	#spNavIncArea:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 11;
		width: 100%;
		height: 1px;
		background: #eaeaea;
	}

	#spNavIncArea .spDD input {
		display: none;
	}

	#spNavIncArea .spDD input + .ddMenuInner {
		position: relative;
		z-index: 10;
		border-bottom: 1px solid #eaeaea;
		background: #fff;
		transform: scale(1,0);
		transform-origin: 0 0;
		transition: all 0.3s ease;
	}

	#spNavIncArea .spDD input:checked + .ddMenuInner {
		transform: scale(1,1);
	}

	#spNavIncArea .spDD dt {
		position: relative;
		padding: calc(70vw/(750/38)) calc(100vw/(750/40)) calc(100vw/(750/36));
		border-top: 1px solid #eaeaea;
/*		border-bottom: 1px solid #eaeaea;*/
		font-family: Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,sans-serif;
		font-size: calc(100vw/(750/26));
		line-height: 1;
	}

	#spNavIncArea .spDD dt:before,
	#spNavIncArea .spDD dt:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: calc(100vw/(750/68));
		width: calc(100vw/(750/28));
		height: calc(100vw/(750/4));
		margin-top: calc(100vw/(750/2) * -1);
		background: #111;
		transition: all 0.3s ease;
	}
	#spNavIncArea .spDD dt:after {
		transform: rotate(90deg);
	}

	#spNavIncArea .spDD dt.ac:after {
		transform: rotate(90deg) scale(0,1);
	}

	#spNavIncArea .spDD dd {
		max-height: 0;
		margin-bottom: -1px;
		background: #ededed;
		font-family: Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,sans-serif;
		font-weight: 400;
		opacity: 0;
		/*transform: scale(1,0);
		transform-origin: 0 0;*/
		transition: all 0.3s ease;
		overflow: hidden;
	}

	#spNavIncArea .spDD dt.ac + dd {
		opacity: 1;
		max-height: 750px;
		/*transform: scale(1,1);*/
	}

	#spNavIncArea .spDD dd ul {
		display: flex;
		flex-wrap: wrap;
	}

	#spNavIncArea .spDD dd ul li {
		width: 50%;
		margin-bottom: -1px;
		border-bottom: 1px solid #fff;
	}

	#spNavIncArea .spDD dd ul li:nth-of-type(2n+1) {
		border-right: 1px solid #fff;
	}

	#spNavIncArea .spDD dd ul li a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		height: calc(100vw/(750/80));
		padding: calc(100vw/(750/2)) calc(100vw/(750/20)) 0 calc(100vw/(750/40));
		font-size: calc(100vw/(750/24));
		line-height: calc(4/3);
	}

	#spNavIncArea .spDD#spDDSports .ddMenuCol:nth-of-type(n+2) dd > ul {
/*		display: inline;*/
/*		float: left;*/
	}

	#spNavIncArea .spDD#spDDSports .ddMenuCol:nth-of-type(n+2) dd > ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	#spNavIncArea .spDD#spDDSports .ddMenuCol:nth-of-type(n+2) dd > ul > li {
		/*float: left;*/
		/* display: inline; */
		/* width: 100%; */
	}

	#spNavIncArea .spDD#spDDSports .ddMenuCol:nth-of-type(n+2) dd > ul > li ul {
		display: inline;
	}

	#spNavIncArea .spDD#spDDSports .ddMenuCol:nth-of-type(n+2) dd > ul > li li {
		float: left;
		width: 50%;
		border-right: 1px solid #fff;
	}

	#spNavIncArea .spDD dd ul li a img {
		display: none;
	}

	#spNavIncArea .spDD dd ul li a span {
		display: block;
	}

	#spNavIncArea .spDDClose {
		border-top: 1px solid #eaeaea;
	}

	#spNavIncArea .spDDClose label {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: calc(100vw/(750/100));
		font-size: calc(100vw/(750/26));
		line-height: 1;
	}

	#spNavIncArea .spDDClose label:before {
		content: '';
		display: block;
		width: calc(100vw/(750/18));
		height: calc(100vw/(750/18));
		margin: 0 calc(100vw/(750/14)) 0 0;
		background-image: url(/static/mallDefault/images/parts/icon_close.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	/* @group Header Utility ============================================================ */

	#headerUtil {
		position: absolute;
		top: 0;
		right: 0;
		height: calc(100vw/(750/110));
		margin: 0 0 0;
		padding: 0 calc(100vw/(750/137)) 0 0;
	}

	#headerUtil .js_npsearch_searchbox_sp {
		display: block;
	}

	#headerUtil .js_npsearch_searchbox {
		display: none;
	}

	#headerUtil .searchArea .searchTrig label {
		display: block;
		width: calc(100vw/(750/33));
		height: calc(100vw/(750/110));
		background-image: url(/static/mallDefault/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/110));
		right: 0;
		z-index: 500;
		width: calc(100vw/(750/750));
		height: calc(100vw/(750/100));
		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 .loginArea a {
		min-width: calc(100vw/(750/120));
		font-size: calc(100vw/(750/20));
	}

	#headerUtil .loginArea a .icon {
		width: calc(100vw/(750/29));
		height: calc(100vw/(750/38));
		margin: 0 0 calc(100vw/(750/3));
	}

	#headerUtil .loginArea a .point {
		margin: calc(100vw/(750/2)) 0 0;
		font-size: calc(100vw/(750/18));
	}

	#headerUtil .favArea a .icon {
		width: calc(100vw/(750/37));
		height: calc(100vw/(750/42));
	}

	#headerUtil .cartArea a .icon {
		width: calc(100vw/(750/44));
		height: calc(100vw/(750/41));
	}

	#headerUtil .loginArea,
	#headerUtil .favArea,
	#headerUtil .cartArea {
		position: relative;
		margin-left: 0;
	}

	#headerUtil .loginArea {
		margin-left: calc(100vw/(750/24));
		margin-bottom:0;
	}

	#headerUtil .favArea {
		margin-left: calc(100vw/(750/24));
		margin-right: calc(100vw/(750/31));
	}

	#headerUtil .cartArea {
		margin-left: calc(100vw/(750/24));
	}

	#headerUtil .favArea .badge,
	#headerUtil .cartArea .badge {
		top: calc(100vw/(750/16) * -1);
		right: calc(100vw/(750/20) * -1);
		width: calc(100vw/(750/38));
		height: calc(100vw/(750/38));
		padding: 2px 0 0;
		font-size: calc(100vw/(750/20));
	}

	/* @end */


	/* @group Footer ============================================================ */

	#footer_22 {
        margin-top: 15px;
        padding: 0 0 0;
		padding-bottom: calc(100vw/(750/150));
	}

/*	#footer a {
		color: #f5f5f5;
	}*/

	#footer_22 .footInner {
		display: block;
	}

	#footer_22 #fNav {
		display: block;
		margin: 0;
	}

	#footer_22 #fNav .fNavBlock {
		width: auto;
		margin: 0 0 0;
	}

	#footer_22 #fNav .fNavBlock dt {
		margin: 0;
		font-size: calc(100vw/(750/24));
	}

	#footer_22 #fNav .fNavBlock dt label {
		display: block;
		position: relative;
		z-index: 5;
		margin: 0;
		padding: calc(100vw/(750/28)) calc(100vw/(750/50));
		border-bottom: 1px solid #757575;
	}

	#footer_22 #fNav .fNavBlock dd {
		background: #ccc;
		margin-bottom: -1px;
	}

	#footer_22 #fNav ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		max-height: 100%;
	}

	#footer_22 #fNav .fNavBlock:nth-of-type(1) ul {
		width: 100%;
	}

	#footer_22 #fNav ul {
		max-height: 0;
		margin-bottom: -1px;
		opacity: 0;
		/*transform: scale(1,0);
		transform-origin: 0 0;*/
		transition: all 0.5s ease;
		overflow: hidden;
	}

	#footer_22 #fNav .fnTrigSp:checked + .fNavBlock ul {
		opacity: 1;
		max-height: 750px;
		/*transform: scale(1,1);*/
	}


	#footer_22 #fNav .fNavBlock dt label:before,
	#footer_22 #fNav .fNavBlock dt label:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: calc(100vw/(750/68));
		width: calc(100vw/(750/28));
		height: calc(100vw/(750/4));
		margin-top: calc(100vw/(750/2) * -1);
		background: #fff;
		transition: all 0.3s ease;
	}
	
	#footer_22 #fNav .fNavBlock dt label:after {
		transform: rotate(90deg);
	}

	#footer_22 #fNav .fnTrigSp:checked + .fNavBlock > dt label:after {
		transform: rotate(90deg) scale(0,1);
	}

	#footer_22 #fNav li {
		width: 50%;
		border-bottom: 1px solid #fff;
		font-size: calc(100vw/(750/22));
		line-height: calc(15/11);
	}

	#footer_22 #fNav li:nth-of-type(2n+1) {
		border-right: 1px solid #fff;
	}

	#footer_22 #fNav li a {
		display: flex;
		align-items: center;
		height: calc(100vw/(750/80));
		padding: 0 calc(100vw/(750/50));
		color: #111;
	}

	#footer_22 #footerSNS {
		padding: calc(100vw/(750/67)) 0 calc(100vw/(750/64));
		border-bottom: 1px solid #111;
	}

	#footer_22 #footerSNS dl {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#footer_22 #footerSNS dl dt {
		/*margin: calc(100vw/(750/44)) 0 0;*/
		font-size: calc(100vw/(750/22));
	}
	
	#footer_22 #footerSNS dl dt {
		margin: 10px 0 0 0;
	}

	#footer_22 #footerSNS dl dd ul {
		justify-content: center;
		width: auto;
	}

	#footer_22 #footerSNS dl dd ul li {
		margin: 0 calc(100vw/(750/18));
	}

	#footer_22 #footerSNS dl dd ul li a {
		width: calc(100vw/(750/63));
		height: calc(100vw/(750/63));
	}

	#footer_22 .footerBottom {
		display: block;
		margin: 0 0 0;
		padding: 0 0;
		border-top: 1px solid #757575;
	}

	#footer_22 .footerBottom .footerUtil {
		flex-wrap: wrap;
		border-bottom: 1px solid #757575;
	}

	#footer_22 .footerBottom .footerUtil li {
		width: 50%;
/*		box-sizing: border-box;*/
		margin: 0 0 -1px 0;
		border-bottom: 1px solid #757575;
		font-size: calc(100vw/(750/20));
		line-height: calc(15/11);
	}

	#footer_22 .footerBottom .footerUtil li:nth-of-type(2n+1) {
		border-right: 1px solid #757575;
	}

	#footer_22 .footerBottom .footerUtil li a {
		display: flex;
		align-items: center;
		height: calc(100vw/(750/80));
		padding: 0 calc(100vw/(750/50));
	}

	#footer_22 .footerBottom .copyright {
		display: flex;
		align-items: center;
		justify-content: center;
		height: calc(100vw/(750/80));
		font-size: calc(100vw/(750/20));
	}

	/* @end */

	/* @group Main ============================================================ */

	.promoOn #main,
	.promoOn .main
	.promoOn main {
		margin-top: 5px;
	}

	main #main {
		margin-top: calc(100vw/(750/206));
		transition: all 0.3s ease;
	}

	.promoOn main #main {
		margin-top: 5px;
	}
	
	
	#SPutility {
		text-align: center;
		margin: 0 auto;
	}

	#SPutility li {
		display: inline-block;
		padding: 8px 0 20px;
	}
	
	#SPutility li a {
		border: 1px #ddd solid;
		padding: 8px 12px;
		margin: 0 4px;
	}	

	/* @end */

}