@charset "UTF-8";
/* ===============================================
	reset
=============================================== */
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, main,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong,address,em,cite {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}

/* ===============================================
	setting
=============================================== */
body {
	background: #fff;
	color: #000;
	font-family:メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;}
a {
	color: inherit;
	outline: none;
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
	opacity: .5;
}
img {
	height: auto;
	max-width: 100%;
}

/* ===============================================
	layout
=============================================== */
.wrapper {
	overflow: hidden;
}
.inner{
    width:1200px;
    margin: 0 auto;
}

/* ===============================================
	header
=============================================== */
#naughtiam-header{
    background-color: white;
    box-sizing: border-box;
    height: 88px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#naughtiam-header .header{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    min-width: 1136px;
    position: relative;
    width: 100%;
    padding-top: 37px;
}

/********** ヘッダーレフトメニュー **********/ 

#naughtiam-header .header .header-left{
    float: left;
}

#naughtiam-header .header .header-left .header-naughtiam-logo{
    float: left;
    left: -1px;
    margin-right: 38px;
    position: relative;
    top: -8px;
}

#naughtiam-header .header .header-left .header-naughtiam-logo a{
    background-image: url(../img/share/header/logo.png);
    background-repeat: no-repeat;
	background-size:contain;
    height: 50px;
    width: 240px;
    font-size: 1px;
    color: transparent !important;
    text-indent: -10000px !important;
    overflow: hidden !important;
    display: block;
    position: relative;
    top: -2px;
}

.pc-header-navi{
    float: left;
    font-size:13px;
    line-height:50px;
	font-family:"Montserrat","メイリオ",Osaka,sans-serif;
}

.pc-header-navi li a:hover{
	opacity:0.6;
	transition: all 0.3s ease;
}

.pc-navigation-menu-list a:hover{
	opacity:0.6;
	transition: all 0.3s ease;
	text-decoration:none;
}

#naughtiam-header .header .header-left .pc-header-navi li{
    float: left;
    margin-right: 24px;
	
}

.header_sns a{
	font-size:12px !important;
	padding-left:10px !important;
}


/********** ドロップダウンメニュー上書き **********/ 

ul.brand_list.normal-sub{
    width: 1200px !important;
    background: #f8f8f8 !important;
    padding: 20px !important;
    position: absolute !important;
    z-index: 99 !important;
    left: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    box-sizing: border-box !important;
}

ul.brand_list.normal-sub li{
    width:25% !important;
	float:left !important;	
	margin-right:0 !important;
}

ul.brand_list.normal-sub li a{
	width:100%;
    padding:10px !important;
	overflow:hidden;
	text-align:center;
	position:relative;
}

ul.brand_list.normal-sub li a:before{
	position: absolute;
    right: 20px;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 3px;
    background: #cccccc;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

ul.brand_list.normal-sub li a:after{
	position: absolute;
    right: 20px;
    top: 0;
    bottom: 4px;
    margin: auto;
    content: "";
    width: 8px;
    height: 3px;
    background: #cccccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

ul.brand_list.normal-sub li a img{
    float:left; !important;
	vertical-align:bottom;
}


ul.brand_list.normal-sub li a p{
	font-size:12px;
    float:left !important;
	padding-left:20px;
}


/********** ヘッダーライトメニュー **********/ 

#naughtiam-header .header .header-right{
    float: right;
}

#naughtiam-header .header .header-right .pc-header-navi li{
    float: left;
	margin-left:11px;
}

.guide_icon{
	background-image: url(../img/share/parts/guide.png);
    background-size: 20px 18px;
    background-position:0px -1px;
    padding-left:25px;
    background-repeat: no-repeat;
}

.login_icon{
	background-image: url(../img/share/parts/login.png);
    background-size: 25px 20px;
    background-position:0px -2px;
    padding-left:25px;
    background-repeat: no-repeat;
}

.cart_icon{
	background-image: url(../img/share/parts/cart.png);
    background-size: 21px 17px;
    background-position:0px 1px;
    padding-left:25px;
    background-repeat: no-repeat;
}

.search{
	position:absolute;
	top:10px;
	right:0;
}
.search li {
	float: left;
}
.search li:first-child {
	color: #3197ca;
	margin-right: 1em;
}
.search li a {
	color: #3197ca;
	text-decoration: underline;
}

input.FS2_Search_textarea{
	height:24px;
}

input.search_btn{
	vertical-align:middle;
	height:24px;
}

/* ===============================================
	content
=============================================== */
#main_conts{
	max-width: 1200px;
    min-width: 1000px;
	height:auto;
    margin: auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

#conts{
	float:right;
	width:calc(100% - 280px);
	width:webkit-calc(100% - 280px);
}

/* ===============================================
	leftnavi
=============================================== */
#leftnavi{
    float: left;
    margin:0 10px 0 0;
    width: 250px;
    position: relative;
    box-sizing: border-box;
	font-family:Montserrat;
}

/* brandcategory */

.brandcategory, .itemcategory{
	width:100%;
}

.itemcategory span > :nth-child(2){
	font-size:10px;
}

#leftnavi .brandcategory a{
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	transition:0.5s;
}

#leftnavi .brandcategory a:hover{
	opacity:0.8;
	transition:1s;
}

#leftnavi .brandcategory ul{
	font-size:12px;
	box-sizing:border-box;
}

#leftnavi .brandcategory li{
	position:relative;
}

#leftnavi .brandcategory li > span{
	padding-left:50px !important;
}

#leftnavi .brandcategory li:hover, #leftnavi .category_list li:hover{
	opacity:0.6;
	transition: all 0.3s ease;
}

#leftnavi .brandcategory li:before{
	position:absolute;
	right:10px;
	top:4px;
	bottom:0;
	margin:auto;
	content:"";
	width: 8px;
	height: 3px;
	background:#cccccc;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

#leftnavi .brandcategory li:after{
	position:absolute;
	right:10px;
	top:0;
	bottom:4px;
	margin:auto;
	content:"";
	width: 8px;
	height: 3px;
	background:#cccccc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

#leftnavi .brandcategory span, #leftnavi .category_list span{
	position:relative;
	color:#555;
}

#leftnavi .itemcategory{
	padding-top:50px;
}

ul.category_list > li{
	position:relative;
	border-bottom:1px solid #f5f5f5;
}

ul.category_list li > a{
	padding-left:10px;
}

ul.category_list li p{
	font-weight:normal;
}

ul.category_list li:not(.notblock) > a{
    width: 100%;
    line-height: 1;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 10px 3px 10px 0;
}

.brandcategory ul li:not(.notblock) > a{
	width: 100%;
    border-bottom:dotted 1px #ddd;
    line-height: 1;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 10px 3px 10px 50px;
}

ul.category_list li a > span:first-child:after, .brandcategory ul li a > span:after{
    content: attr(data-hover);
    display: block;
    margin-top: 5px;
    color: #aaa;
    font-size:10px;
	font-family:Meiryo, sans-serif;
}

ul.category_list li a {
    border: none !important;
    padding:10px !important;
}

ul.category_list li.title a:hover{
	cursor:pointer;
}

ul.category_list li > a:before, ul.drawer-dropdown-menu li > a:before{
    position: absolute;
    right: 10px;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 3px;
    background: #cccccc;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

ul.category_list li.title > a:before{
	position: absolute;
    right: 8px;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 3px;
    background: #cccccc;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

ul.category_list li.title > a:after{
	position: absolute;
    right:12px;
    top:8px;
    bottom:4px;
    margin: auto;
    content: "";
    width: 8px;
    height: 3px;
    background: #cccccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

ul.category_list li.title.active > a:before{
    right:12px !important;
    top: 4px !important;
    bottom: 0 !important;
}

ul.category_list li.title.active > a:after{
    right:8px !important;
    top:8px !important;
    bottom:4px !important;
}


ul.category_list li > a:after, ul.drawer-dropdown-menu li > a:after{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 4px;
    margin: auto;
    content: "";
    width: 8px;
    height: 3px;
    background: #cccccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

span.sale{
	color:#bf0000 !important;
}

.drawer-dropdown-menu > li{
	position:relative;
	background-color:#f9f9f9;
	border-bottom:1px dotted #ddd;
}

.brand-img01{
	background:url(../img/share/icon/naughtiam.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img02{
	background:url(../img/share/icon/mp.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img03{
	background:url(../img/share/icon/nf.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img04{
	background:url(../img/share/icon/chums.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img05{
	background:url(../img/share/icon/vrw.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img06{
	background:url(../img/share/icon/assov.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img07{
	background:url(../img/share/icon/chrome.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img08{
	background:url(../img/share/icon/fp.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img09{
	background:url(../img/share/icon/sag.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img10{
	background:url(../img/share/icon/newera.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img11{
	background:url(../img/share/icon/cc.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img12{
	background:url(../img/share/icon/aer.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.brand-img13{
	background:url(../img/share/icon/masterp.png) no-repeat;
	background-size: 35px 35px;
    background-position:5px 8px;
}

.sidebar__banner {
	margin: 30px 0;
}
.sidebar__banner a {
	display: block;
}
.sidebar__banner a + a {
	margin-top: 10px;
}

/* ===============================================
	footer brand
=============================================== */
.footer_brand{
	border-top:1px solid #ddd;
	padding-top:20px;
}

.footer_brand2{
	padding-top:20px;
}

.footer_brand2 .inner{
	border-top:1px dotted #ddd;
}

.footer_brand2 .inner h3{
	text-align:center;
	padding-left:10px;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	box-sizing:border-box;
	font-family:Montserrat,"メイリオ",Osaka,sans-serif;
}

.naughtiam-list-label{
	overflow:hidden;
	padding-top:10px;
}

.naughtiam-list-label li{
	list-style-type:none;
}

.label-name{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 13px;
}

.listed-items-6columns .naughtiam-list-label .naughtiam-list-label-image {
    width: 16.666666667%;
    float: left;
    margin: 0 0 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

.listed-items-6columns .naughtiam-list-label .naughtiam-list-label-image .label-image {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    background-color: white;
}

.listed-items-6columns .naughtiam-list-label .naughtiam-list-label-image .label-image img.brandfit {
    visibility: visible;
}

.listed-items-6columns .naughtiam-list-label .naughtiam-list-label-image .label-image img.brandfit:hover{
	opacity:0.7;
	transition: all 0.3s ease;
}

.listed-items-6columns .naughtiam-list-label .naughtiam-list-label-image .label-image img {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
}

.listed-items-12columns .naughtiam-list-label .naughtiam-list-label-image .label-name {
    line-height: 21px;
    text-align: center;
    margin-top: 13px;
}

.listed-items-12columns .naughtiam-list-label .naughtiam-list-label-image {
    width: 8.3333333333333%;
    float: left;
    margin: 0 0 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

.listed-items-12columns .naughtiam-list-label .naughtiam-list-label-image .label-image {
    width: 100%;
    height: 0;
    padding-bottom:100%;
    position: relative;
    background-color:#fff;
}

.listed-items-12columns .naughtiam-list-label .naughtiam-list-label-image .label-image img.brandfit {
    visibility: visible;
}

.listed-items-12columns .naughtiam-list-label .naughtiam-list-label-image .label-image img {
	width:100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
}

/* ===============================================
	footer
=============================================== */
.footer{
    width: 100%;
    float: left;
    background-color:#0f0149;
}

.footer img {
    height: 40px;
}

.footer a{
    color:#fff;
	text-decoration:none;
}

.footer a:hover{
	opacity:0.8;
	transition: all 0.3s ease;
}

.customer{
	color:#fff;
}

.customer h3{
	text-align:center;
	padding-left:10px;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	height:40px;
	box-sizing:border-box;
	font-family:Montserrat,"メイリオ",Osaka,sans-serif;
}

.f_nav {
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    margin: 0;
    padding:10px 0 5px 0;
}

.f_nav li{
	font-size:14px;
    float:left;
    padding:0 10px;
	border-left:1px solid #fff;
}

.f_nav li:first-child{
	border:none;
}

.copyright{
	color:#fff;
	font-size:14px;
	text-align:center;
}

.sns {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    color: #fff;
	padding-top:20px;
}

.sns span{
	display:block;
	margin:0 auto;
}

.sns ul {
    float:left;
    padding:0;
}

.sns ul li {
    float:left;
    margin:15px;
    list-style-type: none;
}

/* ===============================================
	misc
=============================================== */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;}
.alignright { float: right;}
.alignleft { float: left;}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;}
.wp-caption img {
	margin: 0;
	padding: 0;}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0 4px 5px;
	margin: 0;}

#for_naughtiam-to-page {
	padding: 10px 0;
}

/* ===============================================
	clearfix
=============================================== */
.cf:after {
	content: "";
	display: block;
	clear: both;
}

/* ===============================================
	タブレット
=============================================== */
@media screen and (min-width: 569px) {
}

/* ===============================================
	PC
=============================================== */
@media screen and (min-width: 769px) {
}