<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



@font-face {
  font-family: "Gotham-Bold";
  src: url("./font/Gotham-Bold.otf") format('opentype'),
	  url("./font/Gotham-Bold.eot?") format('eot'),
       url("./font/Gotham-Bold.woff") format('woff');
}


@font-face {
  font-family: "Gotham-Book";
  src: url("./font/Gotham-Book.otf") format('opentype'),
	  url("./font/Gotham-Book.eot?") format('eot'),
       url("./font/Gotham-Book.woff") format('woff');
}

@font-face {
  font-family: "Gotham-Light";
  src: url("./font/Gotham-Light.otf") format('opentype'),
	  url("./font/Gotham-Light.eot?") format('eot'),
       url("./font/Gotham-Light.woff") format('woff');
}




/*/////////////////////////
base layout　helve
//////////////////////////*/
html,body{
	
	font-family:  'A+mfCv-AXIS Font ベーシック L ProN','NoChattering';
	

	
}


.fontLight{
	font-family:  'A+mfCv-AXIS Font ベーシック L ProN','NoChattering';
}

.fontBold{
	font-family:  'A+mfCv-AXIS Font ベーシック M ProN','NoChattering';
}

.en{
	font-family:  "Gotham-Bold";
	letter-spacing:0.15em;
}

.enBook{
	font-family:  "Gotham-Book";
	letter-spacing:0em;
}

.enLight{
	font-family:  "Gotham-Light";
	letter-spacing:0em;
}


h1,
h2,
h3,
h4,
h5,
h6{ font-family: 'A+mfCv-AXIS Font ベーシック M ProN','NoChattering'; }



/* Axis-M */
em,
#coverMenu ul.menu &gt; li.parent &gt; a:nth-of-type(1),
main &gt; nav .menu &gt; li,
.itemWrap.productList article.products h4,
.itemWrap.productList article.products .type li,
main &gt; section.detail .detailMain h2,
main &gt; section.detail .detailMain ul.type li,
body#products main &gt; section.detail .detailMain h2,
main &gt; section#single-entry .entryBody h5{ font-family: 'A+mfCv-AXIS Font ベーシック M ProN','NoChattering' !important;font-style:normal;}



/* Axis-L */
main &gt; nav .menu .children &gt; li,
body#top .contentsWrap article.itemBanner h4,
body#stores .entryBody dl.store dt h4,
body#items main &gt; section.detail .detailMain h4.typeName .sub,
body.entrylist article.entrylist h4.entryTitle{ font-family:  'A+mfCv-AXIS Font ベーシック M ProN','NoChattering' !important;font-style:normal;}



/* Gotham-Bold */
footer .snsLink:before,
body#products main &gt; section.detail .detailMain .enTitle{font-family: "Gotham-Bold" !important;letter-spacing:0.15em;font-style:normal;}



/* Gotham-Book */
#spAddCartWrap ul li .price,
.itemWrap.productList article.products span.saleIconPer div,
body#top #ranking .itemWrap article.products:after{ font-family:  "Gotham-Book";font-style:normal;}



/* Gotham-L */
.free a{ ffont-family: "Gotham-Light";font-style:normal;}

















</pre></body></html>