@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700,800,900|Roboto:400,500,700,900|Quicksand:400,500,700');
.imgmax {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
/*   height: 100%; */
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
p {
	margin: 0;
}
.pc{
  display: none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.mincho{
  font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
a{
  text-decoration: none;
  color: #000;
  transition: color .5s;
}
a:hover{
  color: #009fe8;
}
a:hover img{
  opacity: 0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
ul li {list-style:none;}

.pc{
	display: none;
}
.inner{
	width: 90%;
	margin: 0 auto;
}
.generalsec{
	margin-bottom: 80px;
}
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
/* スライダー */
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}
.slider img{
	width: 100%;
}
.slider .slick-slide{
	margin: 0 10px;
}
.sec-ttl{
	font-size: 30px !important;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
/* --------------------header------------------- */
/* 共通 */
.hedtopnewsarea{
	background:#fff;
	text-align: center;
	color:#181818;
	font-size: 11px;
  letter-spacing: 1px;
  padding: 8px 0 9px;
  z-index: 99;
  position: relative;
}	
.hedtopnewsarea a{
	color:#181818;
}
header{
	background-color: #000;
	position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 50px;
  display: flex;
}
.headerflex{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 7px 0 5px;
}
.headerflex h1{
	width: 40%;
	max-width: 146px;
	line-height: 1;
}
.headerflex h1 img{
	width: 100%;
}
.headerflex-logo{
	width: 40%;
	max-width: 146px;
	line-height: 1;
}
.headerflex-logo img{
	width: 100%;
}
.gnav{
	width: 40%;
	margin-left: auto;
	margin-right: 15%;
}
.gav-icon > li:hover{
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
.header-search:hover{
	cursor: pointer;
}
.gav-icon > li i{
	color: #fff;
	font-size: 20px;
}
/* ハンバーガー */
.hamburger {
/*   top: 39px !important; */
  position: absolute;
}
.hamburger.fixed {
  animation: posifix 1.5s ease-in-out 0s forwards;
  top: 5px !important;
  position: fixed;
  opacity: 0;
}
@-webkit-keyframes posifix {
 0% { position:absolute;opacity:0;transform: translateY(-50px);  }
 50% { position:fixed;opacity:0;transform: translateY(0px);}
 100% { position:fixed;opacity:1;transform: translateY(0px);}
}
.lookbookimg__image{
	opacity: 0;
}
.lookbookimg__image.active{
	animation:fadeinimg 1.3s ease-in-out .2s forwards; 
	opacity: 0;
}
@keyframes fadeinimg {
 0% { opacity: 0;  }
 100% { opacity: 1; }
}
/* トップ */
.toppage-header .headerflex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buyer-link-b{
	display: none;
	width: 180px;
	text-align: right;
	margin-right: auto;
}
.buyer-link-b a{
	display: block;
	border: 2px solid #fff;
	color: #fff;
	padding: 5px 15px 5px 0;
	position: relative;
}
.buyer-link-b a::before {
	position:absolute;
	left:10%;
	top: 20%;
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/group-brand/buyer-b.svg) no-repeat;
	background-size:contain;
}
.buyer-link-b a:hover{
	background-color: #fff;
	color: #000;
}
/* その他 */
.common-header .headerflex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
/* むしめがね */
.slidupmenu {
	width: 100%;
	transition: 2.7s;
	opacity: 0;
	height: auto;
	cursor: pointer;
	position: fixed;
	top: 100vh;
	left: 0;
	right: 0;
	bottom: -100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: -2;
	background: rgba(255, 255, 255, 0.94);
	transition: .7s;
}
.slidupmenu-inner {
	padding: 105px 30px 50px;
}
.open {
	top: 0;
	bottom: 0;
	opacity: 1;
	z-index: 3;
}
#searchform {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#sbox {
	padding: 15px 10px;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border: 2px solid #000;
	height: 32px;
	font-size: 16px;
	border-radius: 0;
}
#sbtn {
	position: absolute;
	right: 5px;
	top: 2px;
	background: none;
	color: #0c0c0c;
	border: none;
	font-size: 18px;
}
#sbtn-wp{
	position: absolute;
	right: 0px;
	top: 5px;
	background: none;
	color: #0c0c0c;
	border: none;
	font-size: 18px;
}
.modalnavi{
	margin:20px auto;
	width:90%;
	font-size:13px;
}
.modalnavi__child{
	display: none;
}
.modalnavi > li p{
	font-size: 20px;
	font-weight: bold;
}
.modalnavi__child li a{
	padding-bottom:7px;
	padding-top:13px;
	padding-left:10px;
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.slidupmenu .menu-button {
	position: fixed;
	top: 108px;
	right: 4%;
	z-index: 3;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
}
.slidupmenu .menu-button i {
	font-size: 27px;
	font-weight: 300;
	display: block;
}
/* -----------------------fatnav------------------------ */
.fat-nav__mainguide{
	margin-bottom: 25px;
}
.fat-nav__subguide{
	margin-bottom: 20px;
}
.fat-nav__sns{
	width: 70%;
	margin: 30px 0;
}
.fat-nav__sns li a i{
	color: #fff;
	font-size: 30px;
}
.fat-nav__sns li a:hover{
	opacity: 0.7;
}
.fat-nav__icon{
	padding-left: 45px;
	font-size: 20px;
	font-weight: bold;
}
.fat-nav__icon01{
	position: relative;
}
.fat-nav__icon01::before {
	position:absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/fatnav/aboutus.png) no-repeat;
	background-size:contain;
	z-index: 99999;
}
.fat-nav__icon02{
	position: relative;
}
.fat-nav__icon02::before {
	position:absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/fatnav/brand-artist.png) no-repeat;
	background-size:contain;
	z-index: 99999;
}
.fat-nav__icon03{
	position: relative;
}
.fat-nav__icon03::before {
	position:absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/fatnav/feature.png) no-repeat;
	background-size:contain;
	z-index: 99999;
}
.fat-nav__icon04{
	position: relative;
}
.fat-nav__icon04::before {
	position:absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/fatnav/magazine.png) no-repeat;
	background-size:contain;
	z-index: 99999;
}
.fat-nav__icon05{
	position: relative;
}
.fat-nav__icon05::before {
	position:absolute;
	left:0;
	top: 65%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/fatnav/item.png) no-repeat;
	background-size:contain;
	z-index: 99999;
}
.fat-nav__icon06{
	position: relative;
}
.fat-nav__icon06::before {
	position:absolute;
	left:5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/fatnav/visit.png) no-repeat;
	background-size:contain;
	z-index: 99999;
}
.fat-nav__buyer{
	padding-left: 45px;
	font-size: 18px;
	font-weight: normal;
}
.fat-nav__icon07{
	position: relative;
}
.fat-nav__icon07::before {
	position:absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../images/fatnav/buyer-b.svg) no-repeat;
	background-size:contain;
	z-index: 99999;
}
.fat-nav__itemlink:hover{
	cursor: pointer;
}
.menu-arrow{
	position: relative;
}
.menu-arrow::after{
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	font-size: 20px;
	position: absolute;
	right: -30px;
	top: -5px;
}
.menu-arrow__active span::after {
	transform: rotate(180deg);
	transition: 0.5s;
}
.item__child{
	display: none;
	padding-left: 45px;
	margin-top: 15px;
}
.item__child li{
	margin-bottom: 20px;
}
/* --------------------footer------------------- */
footer{
	background-color: #000;
	padding: 80px 0;
}
.footerlogo{
	width: 63%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footerlogo a img{
	width: 100%;
}
.footersns{
	width: 202px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footersns li a i{
	color: #fff;
	font-size: 25px;
}
.footersns li a:hover{
	opacity: 0.7;
}
.footer-buyer-link-b{
	margin: 0 auto;
	margin-bottom: 30px;
}
.shoplist{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.shoplist > li{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
.shoplist > li p{
	color: #fff;
}
.shopname{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.shopadress{
	font-size: 14px;
}
.shophour::before {
  content: "OPEN";
  margin-right: .3em;
}
.shopholiday{
	color: #e51d9b !important;
}
.shopcontact{
	width: 30%;
	margin: 20px auto 0;
}
.shopcontact li a i{
	font-size: 7vw;
	color: #fff;
}
.map-pin a:hover{
	opacity: 0.7;
}
.line{
	width: 40%;
}
.clochelogo{
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.clochelogo img{
	width: 100%;
}
.copyright{
	text-align: center;
	color: #fff;
	font-size: 10px;
}
/* 商品一覧ページ */
.newarrivallist{
	display: flex;
	flex-wrap: wrap;
}
.free-sub .sec-ttl{
	font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
.newarrivallist li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
}
.newarrivallist li:nth-child(2n){
	margin-right: 0;
}
.newarrivallist li:nth-child(-n+2){
	margin-top: 0;
}
.newarrivallist .toppickupabout{
	margin-top: 5px;
}
.toppickup li .name{
	line-height: 1.3;
}
.newarrivallist li .name a {
	font-size: 11px;
	color: #707070;
	letter-spacing: 0;
}
.newarrivallist li .price{
	font-size: 11px;
	color: #666;
	margin-top: 6px;
}
.newarrivallist li .price span{
	font-size: 10px;
	padding-left: 2px;
}
/* コラボレーション */
.productrecommend{
	display: flex;
	overflow: scroll;
	padding-bottom: 13px;
	margin-top: 30px;
}
.productrecommend li{
	min-width: 130px;
	margin-right: 15px;
}
.productrecommend li img{
	width:100%;
}
.productrecommend .name a{
	font-size:12px;
	color: #666;
	letter-spacing:0;
}
.productrecommend .price{
	font-size:11px;
	color: #666;
}
.productrecommend .price span{
	font-size:10px;
	padding-left:2px;
}
/* 商品グループ */
.groupP #wrapper {
    width: 90%;
    margin: 0 auto;
}
.grouptitle .fs-c-heading--page,
.sec-ttl-jss {
/* 	padding: 10px 0 10px; */
  font-size: 30px !important;
  font-weight: bold !important;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

/* パンくず */
.fs-c-breadcrumb{
	margin:14px 3% 10px;
	font-size:10px;
	color:#7c7c7c;
}
.fs-c-breadcrumb a{
	text-decoration: underline;
	color:#7c7c7c;
}
/* 閲覧スライダー */
.historyslider{
	display: flex;
	overflow: scroll;
	padding-bottom: 30px;
}
.historyslider li{
	min-width: 130px;
	max-width: 130px;
	margin-right: 15px;
}
.historyslider li img{
	width:100%;
}
/* 検索ボックス */
.all-item-top{
	padding: 40px 0 30px;
}
.all-item__ttl{
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
#asrtistform{
	width: 100%;
	position: relative;
	width: 69%;
  position: relative;
  margin: 30px auto 0;
}
#asrtistbox{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #666;
	padding: 10px 20px;
}
#asrtistform-btn{
	position: absolute;
  right: 8px;
  top: 4px;
  background: none;
  color: #000;
  border: none;
  font-size: 20px;
}
#asrtistform-btn:hover{
	cursor: pointer;
	opacity: 0.7;
}
/* 入荷お知らせボタン非表示 */
button.fs-c-button--subscribeToArrivalNotice--list.fs-c-button--plain {
  display: none;
}
/* 画像拡大ボタン非表示 */
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
  display: none !important;
}

/* チャンネルトーク */
.PopupPushMessagestyled__Wrapper-t4ic6t-11.hnukbI.PushMessagestyled__MobilePopupMessage-vqm8p7-3.cFnEES * {
min-width: auto !important;
letter-spacing: unset !important;
}
.PopupPushMessagestyled__Wrapper-t4ic6t-11 *{
	min-width: auto !important;
}

.fat-nav-clochelogo{
	width: 150px;
	padding: 30px 0;
}
.footer-clocheonlineshop{
	width: 50%;
	margin: 0 auto 30px;
}
.magazine__tag span {
  margin: 0 5px;
}
.magazine__tag span a::before {
  content: "#";
}