@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Reenie+Beanie');/* notfouond */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,700,900');/* category title */
/* CSS Document */

html {
	font-size: 100%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 1rem;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	color: #323232;
	letter-spacing: 0.05rem;
	line-height: 2;
	position: relative;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 0.75rem;
	}
}

*{
	box-sizing: border-box;
}

/* プレビューバー消す */
#fs_preview_header {
	display: none !important;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: 900;
    line-height: 2;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
}

ul,ol {
	list-style: none;
	padding: 0;
}

i {
	font-family:"FontAwesome" !important;
}

*, *::after, *::before {
  box-sizing: border-box;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #323232;
}

img, svg {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
}

[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"], 
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"], select, textarea {
    line-height: 2;
    padding: 0 1rem;
}

/* Tag＋崩れ対策（ニュース一覧） */
ul#contentsBox > a{ display: none; }

/* news */
main {
    width: 100%;
    max-width: calc(1200px + 4rem);
    padding: 2rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-title {
	font-size: 0!important;
	margin-left: -0.25rem;
	padding-bottom: 1.5rem;
}

.page-title::after {
	font-size: 1.5rem!important;
	content: "ニュース";
}

main h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	line-height: 1.25rem;
}

section p {
	font-size: 0.75rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.25rem;
}

.entry-header {
	padding-bottom: 0.5rem;
}

.update {
    font-size: 0.75rem;
}

.imgBox {
	padding-bottom: 0.75rem;
}

.entry-footer {
	display: none;
}

.imgBox .post-categories {
	display: none;
}

.tag {
	display: none;
}

.pager {
    display: block;
    text-align: right;
	font-size: 1.25rem;
	letter-spacing: 0.125rem;
}

.pager .current {
    color: #ffb900;
}

.post header {
	margin-bottom: 0.5rem;
}

.post header h2{
	font-size: 1.5rem;
	line-height: 3rem;
}

.postmetadata {
	display: none;
}

.entry p {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.category_list_box {
	display: grid !important;
	grid-gap: 1.25rem;
	grid-template-columns: repeat(5,1fr);
	text-align:center; 
	margin-bottom: 4rem;
}

.brand_list_box {
	display: grid !important;
	grid-gap: 1rem;
	grid-template-columns: repeat(6,1fr);
	text-align:center; 
}

.brand_list,
.category_list {
	width: 100%;
	max-width:  calc(1200px + 4rem);
	padding: 2rem;
	margin: auto;
	box-sizing: border-box;
}

.contents_box {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.contents_box h3 {
	font-weight: 900;
	font-size: 1.5rem;
}

.contents_box .all_view {
	text-align: right;
	align-self: flex-end;
}

.contents_box .all_view a {
	color: #ffa000;
}

.contents_box > div:last-child {
	grid-column:1/3;
}

.contents_box .product_list_box > div {
	margin-bottom:12px ;
}

.contents_box .product_list_box img {
	margin-bottom: 1rem;
}

.contents_box .product_list_box span {
    font-size: 0.75rem;
    line-height: 1.5rem;
    display: block;
}

.contents_box .category_list_box > div{
	margin-bottom: 0;
}

.category_list_box > div a {
	background: #cdcdcd;
	line-height: 3rem;
	width: 100%;
	display: block;
}

.category_list_box > div a:hover{
	background: #323232;
	color: #FFF;
}

.brand_list_box .brand_list_logo{
	width: 100%;
    background-color: #f5f5f5;	
}

.brand_list_box .brand_list_logo img{
	width: 100%;
    height: auto;
}

.brand_list_box .brand_list_name{
	width: 100%;
	display: block;
	font-size: 0.75rem;
}

.product_list_box,
.category_list_box {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(5,1fr);
}

.JC_product_name {
	font-size: 0.75rem;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.25rem;
}
	
#contentsBox {
	display: grid;
    grid-template-columns: repeat(3 , 1fr);
    grid-gap: 1.5rem;
    margin-bottom: 2rem;
}

#contentsBox li {
    padding-bottom: 1rem;
}

#header_wrap {
	background: #323232;
	padding: 2rem 0 0;
	text-align: center;
	color: #FFF;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top:0;
}

#header_wrap a {
	color: #FFF !important;
	display: block;
}

#header_box {
	display: flex;
	justify-content: flex-start;
	max-width: calc(1200px + 4rem);
	width: 100%;
	padding: 0 2rem;
	box-sizing: border-box;
	margin: auto;
}

#header_wrap .header_logo {
	text-align: left;
	margin-bottom: 1rem;
}

#header_wrap .header_logo h1 {
	font-size: 1.5rem;
	line-height: 1rem;
	font-weight: 700;
}

#header_wrap .header_logo h1 a {
	color: #FFF;
}

#header_wrap .header_logo h2 {
	font-size: 1rem;
	font-weight: 700;
}

.header_menu {
	display: flex;
	height: 2rem;
	margin-left: auto;
	padding-right: 4rem;
}

.header_menu a {
	margin-left: 2rem;
}

.header_menu img {
	width: 2rem;
	height: auto;
}

@media only screen and (min-width: 767px) {
	#header_wrap .header_menu a :hover, 
	#header_wrap .header_hamburger :hover {
		background: #646464;
	}
}

@media only screen and (max-width: 767px) {
    #header_wrap .header_menu a :active, 
    #header_wrap .header_hamburger :active {
	    background: #646464;
    }
}

.header_hamburger {
	height: 2rem;
    position: fixed;
    top: 2rem;
    z-index: 100000;
    transform: translateX(-50%);
    left: 50%;
    margin-left: 600px;
}

.hamburger {
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    text-align: center;
    z-index: 10000;
    right: 0;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 2rem;
  height  : 2px ;
  left    : 0;
  background : #FFF!important;
}

.hamburger span:nth-child(1) {
  top: 6px;
}

.hamburger span:nth-child(2) {
  top: 16px;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 0;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: #323232;
	text-align: left;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
	visibility: hidden;
}

.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
	font-size: 1.25rem;
}

.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}

.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

.globalMenuSp ul li a {
  display: block;
  color: #fff;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
	opacity: 100;
	height: 100vh;
	opacity: 1;
	transition: opacity .6s ease, visibility .6s ease;
	visibility: visible;
	z-index: 1000;
}

.globalMenu_wrap {
	display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1200px;
    padding: 3rem;
    box-sizing: content-box;
}

.globalMenuSp.active .globalMenu_wrap {
    opacity: 1;
}

.globalMenuSp .globalMenu_wrap {
    opacity: 0;
}

.globalMenu_member_wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 2rem 4rem;
}

.globalMenu_menu_wrap {
    grid-column: 2/3;
    grid-row: 1/3;
    border-left: 1px solid #FFF;
    padding: 2rem 4rem;
}

.globalMenu_member_wrap ul,
.globalMenu_menu_wrap ul {
	padding: 0 0 1.25rem !important;
}

.globalMenu_member_wrap ul:last-child,
.globalMenu_menu_wrap ul:last-child {
	padding:  1.25rem 0 0 !important;
}

.globalMenuSp ul.shop_infomation {
    font-size: 0.875rem;
}

.globalMenu_sns_wrap {
    grid-column: 1/2;
    grid-row: 2/3;
	align-self: flex-end;
    padding: 2rem 4rem;
}

.globalMenu_sns_wrap .footer_sns {
	display: flex;
    grid-gap: 2rem;
    padding: 0;
    justify-content: flex-start;
}

.globalMenu_sns_wrap .footer_sns img {
    width: 2rem;
}

.globalMenuSp .fs-clientInfo {
    border: 1px solid #FFF;
    padding: 1rem;
	margin-bottom: 1.25rem;
}

.memberInfo > span {
    display: block;
}

.memberInfo__rank:after {
    content: "会員";
}

.memberInfo__points {
    font-size: 1.75rem;
	color: #ffa000;
}

.memberInfo__points:after {
    content: "ポイント";
    font-size: 1rem;
    display: inline-block;
    margin-left: 1rem;
}

.drawer__loginLogout__login:after {
    content: "/";
    display: inline-block;
    padding: 0 0.5rem;
}

.header_brand_list {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	padding: 0 2rem;
	box-sizing: content-box;
	margin: auto;
}

.header_brand_list a {
	display: block;
	width: 100%;
	align-self: center;
	padding: 0.5rem 0;
}

#header_wrap .header_brand_list a:hover {
	background: #cdcdcd;
	color:#323232!important;
}

.header_brand_list .row_2 {
	font-size: 0.8rem;
	line-height:1rem;
}

#header_wrap .header_brand_list .sale {
	color: #F00 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
	.header_brand_list{
		font-size: 0.8rem;
		line-height: 1rem;
		box-sizing: border-box;
	}
}

.header_banner {
	background: #040404;
	text-align: center;
margin-top: 9rem;}

.header_banner img {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.header_news {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 0.75rem;
}

    .tooltip{
        position: relative;
		cursor: pointer;
        line-height: 2rem;
        margin: 0 auto;
        width: 100%;
        font-size: 0.75rem;
        text-align: right;
        background: #000;
        z-index: 999;
    }
    .tooltip a{
        display: block;
        background: #000;
        max-width: 1200px;
        margin: auto;
        color: #FFF!important;
    }
    .tooltip p{
        margin-bottom: 0!important;
    }
    .tooltip_description {
        display: none;
        position: absolute;
        padding: 1rem;
        font-size: 0.75rem;
        line-height: 2rem;
        color: #fff;
        border-radius: 5px;
        background: #323232;
        opacity: 95%;
        text-align:center;
    }
    .tooltip_description:before {
        content: "";
        position: absolute;
        top: -24px;
        right: 10%;
        border: 15px solid transparent;
        border-top: 15px solid #323232;
        margin-left: -15px;
        transform: rotateZ(180deg);
    }
    .tooltip:hover .tooltip_description{
        display: inline-block;
        top: 40px;
    }

    .tooltip{
		top: 9rem;
	}
    .tooltip a{
        padding-right: 0;
	    line-height: 2.668;
	}
    .tooltip_description {
        width: 30%;
    }
    .tooltip:hover .tooltip_description{
        right: 17.5%;
    }

footer{
	background: #323232 !important;
	border: none !important;
	margin-top: 0 !important;
	padding: 4rem 0 2rem;
	text-align: center;
	color: #FFF;
}

#footer_box{
	max-width: calc(1200px + 4rem);
	width: 100%;
	margin: auto;
	padding: 0 2rem;
	box-sizing: border-box;
}


footer .JC_symbol{
	height: 55px;
	width: auto;
	display: inline-block;
}

footer .JC_symbol path{
	fill:#fff;
}

footer .footer_sns{
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(4 , 2rem);
	justify-content: center;
	padding: 2rem 0 4rem;
}

footer .footer_menu_box{
	display: flex;
	line-height: 2rem;
}

footer .footer_menu{
	display: flex;
}
footer .footer_menu a{
	display: inline-block;
	padding-right: 2rem;
	font-size: 0.75rem;
	color: #FFF;
}

.copyright{
	font-size: 0.8rem;
}

#footerbanner{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999;
	display: flex;
	padding: 0.5rem;
}

#footerbanner a{
	display: block;
	width: 200px;
	margin: 0.5rem
}
#footerbanner img{
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 767px) {

	main{
		padding: 0.75rem !important;
		margin: 0 auto!important;
	}

	main h2 {
		font-size: 0.75rem!important;
		line-height: 1rem!important;
	}

	section p {
	    line-height: 1rem!important;
	}

	.imgBox {
		padding-bottom: 0.5rem!important;
	}

	.page-title {
		padding-bottom: 0.75rem!important;
	}

	.page-title::after {
		font-size: 1rem!important;
	}

	.update {
	    font-size: 0.625rem!important;
	}

	.pager {
		letter-spacing: 0.25rem!important;
	}


.post header h2{
	font-size: 1rem!important;
	line-height: 2rem!important;
}

.entry p {
	margin-top: 1rem!important;
	margin-bottom: 2rem!important;
}

.product_list_box,
.category_list_box {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(2,1fr);
	margin-bottom: 1rem;
}

.brand_list,
.category_list {
	padding: 0.75rem !important;
	margin: 0 auto 2rem !important;
}

	.contents_box {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: 3fr 1fr;
		margin-bottom: 2rem;
		padding: 0;
	}

	.contents_box h3 {
		font-weight: 900;
		font-size: 1rem;
	}	
	
	.contents_box .all_view {
		font-size: 0.75rem;
	}

	.brand_list_box{
		grid-gap: 0.625rem;
		grid-template-columns: repeat(3,1fr);
	}

	.category_list_box{
		grid-gap: 0.75rem;
		grid-template-columns: repeat(2,1fr);
	}

	.category_list_box > div a {
		font-size: 0.75rem;
		list-style: 1.5rem;;
	}

	.sub_menu_box > div a {
		font-size: 0.75rem;
		list-style: 1.5rem;;
	}

	.brand_list_box .brand_list_name {
		font-size: 0.625rem;
	    display: -webkit-box;
	    overflow: hidden;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
		line-height: 1rem;
	}

	#contentsBox {
		grid-template-columns: repeat(2 , 1fr)!important;
		grid-gap: 0.75rem!important;
		margin-bottom: 1rem;
	}

	#contentsBox li {
	    padding-bottom: 0.5rem!important;
	}

	#header_wrap {
		background: #323232;
		padding: 0;
		text-align: center;
		color: #FFF;
		z-index: 9999;
	}

	#header_wrap a {
		color: #FFF;
	}

	#header_box {
		display: grid;
		width: 100%;
		padding: 0.75rem;
		box-sizing: border-box;
		margin: auto;
		grid-template-columns: 1fr 3.5rem;
	}

	#header_wrap .header_logo {
		margin-bottom:0;
		padding-left: 3.5rem;
		width: 100%;
	}

	#header_wrap .header_logo h1 {
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: 700;
		text-align: center;
	}

	#header_wrap .header_logo h1 a {
		color: #FFF;
	}

	#header_wrap .header_logo h2 {
		display: none;
	}

    .tooltip{
		top:3rem;
	}
    .tooltip a{
        padding-right: 0.75rem;
	    line-height: 2.667;
    }
    .tooltip_description {
        width: 100%;
    }
    .tooltip:hover .tooltip_description{
        right: 0;
    }

footer{
	padding: 2.5rem 0 5rem;
}

#footer_box{
	width: 100%;
	margin: auto;
	padding: 0 2rem;
	box-sizing: border-box;
}

footer .JC_symbol{
	height: 3rem;
}

footer .JC_symbol path{
	fill:#fff;
}

footer .footer_sns{
	padding: 2rem 0 2.5rem;
}

footer .footer_menu_box{
	display: block;
	line-height: 2rem;
}

footer .footer_menu{
	display: block;
	border-top: 1px solid #696969;
}

footer .footer_menu a {
	display: block;
	padding-right: 0;
	line-height: 2.5rem;
	border-bottom: 1px solid #696969;
}

footer .footer_menu a:last-child {
	line-height:6rem;
	border-bottom: none;
}

	
#footerbanner{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: flex;
	padding: 0.5rem;
	justify-content: left;
	transition: bottom 0.8s;
}

#footerbanner a{
	display: block;
	width: 120px;
	margin: 0.25rem;
}

#footerbanner img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.copyright{
	font-size: 0.6rem;
}

	.mypage {
		margin-top: 1.25rem;
	}
	
	.header_menu {
		display: flex;
		height: 1.5rem;
		margin-left: 0;
		padding-right: 0;
		grid-gap: 0.5rem;
	}
	
	.header_menu div:nth-child(2),
	.header_menu div:nth-child(3) {
		display: none;
	}	

	.header_menu a {
		margin-left: 0;
	}

	.header_menu img {
		width: auto;
		height: 1.5rem;
		vertical-align: baseline;
	}


	.header_hamburger {
		height: 1.5rem;
		width: 1.5rem;
		padding: 0.75rem;
		box-sizing: content-box;
		top: 0;
		left: 0;
		transform: none;
		margin: 0;
	}

	.hamburger{
		width: 1.5rem;
		height: 1.5rem;
		margin: 0;
		left: 0.75rem;
	}	

	.hamburger span{
		width: 1rem;
		height: 3px;
	}
	
	.header_brand_list{
		display: none;
	}
	
	.header_banner{
		background: #cdcdcd;
		text-align: center;
		margin-top: 3rem;
	}

	.header_banner img{
		width: 100%;
		margin: 0 auto;
	}

	.header_news{
		width: 100%;
		margin: 0 auto;
		font-size: 0.75rem;
	}
	
	.hamburger span {
	  display : block;
	  position: absolute;
	  left    : 0.25rem;
	  background : #FFF;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition   : 0.3s ease-in-out;
	  transition        : 0.3s ease-in-out;
	}


	.hamburger span:nth-child(1) {
		top: 4px;
	}
	
	.hamburger span:nth-child(2) {
		top: 11px;
	}
	
	.hamburger span:nth-child(3) {
		top: 18px;
	}
	
	.hamburger.active {
		position: fixed;
		top: 0.75rem;
		left: 0.75rem;
	}

	.hamburger.active span:nth-child(1) {
		top: 11px;
		left: 4px;
	}	
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 11px;
	}	

	.globalMenuSp.active {
		overflow: auto;
	}	
	
	.globalMenu_wrap {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		box-sizing: border-box;
		padding: 3rem 2rem;
	}	
	
	.globalMenu_wrap > div {
		margin-bottom: 1rem;
	}
	
	.globalMenu_member_wrap,
	.globalMenu_sns_wrap{
		padding: 0;
	}
	.globalMenu_menu_wrap {
		border-left:none;
		padding: 0;
	}
	
	.globalMenuSp .fs-clientInfo {
		border: 1px solid #FFF;
		padding: 1rem;
		margin-bottom: 1.25rem;
		font-size: 0.8125rem;
		text-align: center;
	}	
	
	.globalMenuSp ul {
		font-size: 1rem;
	}
	
	.globalMenu_member_wrap ul,
	.globalMenu_menu_wrap ul {
		padding: 0 0 1rem!important;
		font-size: 1rem;
		margin-bottom: 1rem;
		border-bottom: 1px solid #FFF;
	}	
	
	.globalMenu_member_wrap ul:last-child,
	.globalMenu_menu_wrap ul:last-child {
		padding: 0 0 1rem !important;
	}
	
	.globalMenuSp ul.shop_infomation {
		font-size: 0.75rem;
	}
	
	.globalMenu_sns_wrap .footer_sns {
		grid-gap: 1.5rem;
	}
	
	.globalMenu_sns_wrap .footer_sns img {
		width: 1.5rem;
	}

}