@charset "utf-8";
.imgmax {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}
*{margin:0;padding:0;}
/* html {height:100%;} */
a:focus, *:focus{ outline:none; }
main{display: block;}
img{height:auto;max-width:100%;vertical-align: bottom;}
ul li {list-style:none;}
.center{text-align:center;}
.clear{clear:both;}
.block{display:block;}
.bordernone{border: none !important;}
p {margin: 0;}
body {
	font-size: 15px;
	height:100%;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	width:100%;
	line-height:1.7;
	position:relative;
}
a:hover img{
	opacity:0.75 !important;
	filter:alpha(opacity=75);
	-ms-filter: “alpha( opacity=75 )”;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
}
a:hover{
	opacity: 0.6;
}
.sp{
	display: none;
}
.generalsec{
	margin-bottom: 80px;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fxw{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jcsb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.inner{
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
}
/* スライダー */
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}
.slider img{
	width: 100%;
}
.sec-ttl{
	font-size: 40px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
/* --------------------header------------------- */
/* 共通 */
.hedtopnewsarea{
	background:#fff;
	text-align: center;
	color:#181818;
	font-size: 13px;
  letter-spacing: 2px;
  padding: 8px 0 9px;
  z-index: 99;
  position: relative;
}	
.hedtopnewsarea a{
	color:#181818;
}
header{
	background-color: #000;
	position: sticky;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  height: 86.6px;
  display: flex;
}
.headerflex{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 10px 0;
	align-items: center;
}
.headerflex h1{
	width: 260px;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
}
.headerflex h1 img{
	width: 100%;
}
.headerflex-logo{
	width: 260px;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
}
.headerflex-logo img{
	width: 100%;
}
.gnav{
	width: 200px;
	margin-right: 60px;
}
.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: 25px;
}
/* ハンバーガー */
.hamburger {
  left: auto !important;
/*   top: 60px !important; */
  position: absolute;
}
.hamburger.fixed {
  animation: posifix 1.5s ease-in-out 0s forwards;
  top: 21px !important;
  position: absolute;
  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;
}
.buyer-link-b{
	width: 180px;
	text-align: right;
}
.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;
	cursor: pointer;
}
/* その他 */
.common-header .headerflex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
/* むしめがね */
.slidupmenu {
	width: 500px;
	transition: 2.7s;
	opacity: 0;
	height: 70vh;
	cursor: pointer;
	position: fixed;
	top: 100vh;
	right: 6%;
	top: -100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: -2;
	background: rgba(255, 255, 255, 0.94);
	border:3px solid #000;
	transition: .7s;
}
.slidupmenu-inner {
	padding: 95px 20px 10px;
	position: relative;
}
.open {
	top: 107px;
	bottom: 0;
	opacity: 1;
	z-index: 3;
}
#searchform {
	position: relative;
	width: 70%;
	margin: 0 auto;
}
#sbox {
	padding: 15px 10px;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #000;
	height: 32px;
	font-size: 16px;
}
#sbtn {
	position: absolute;
	right: 8px;
	top: 5%;
	background: none;
	color: #0c0c0c;
	border: none;
	font-size: 18px;
}
#sbtn-wp{
	position: absolute;
	right: 8px;
	top: 22%;
	background: none;
	color: #0c0c0c;
	border: none;
	font-size: 18px;
}
.modalnavi{
	margin:20px auto;
	width:70%;
	font-size:13px;
}
.modalnavi__child{
	display: none;
}
.modalnavi > li p{
	font-size: 25px;
	font-weight: bold;
}
.modalnavi__child li a{
	padding-bottom:7px;
	padding-top:13px;
	display: block;
	color:#151515;
	font-size: 18px;
	font-weight: bold;
}
.modalnavi li a:hover{
	color:#727272;
}
.slidupmenu .menu-button {
	position: absolute;
	top: 48px;
	right: 3%;
	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: 25px;
	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: 34%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footerlogo a img{
	width: 100%;
}
.footersns{
	width: 20%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.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: 50px;
}
.shoplist{
	margin: 0 auto;
	margin-bottom: 80px;
	justify-content: space-around
}
.shoplist > li{
	width: 25%;
	margin-left: 8%;
	margin-bottom: 30px;
}
.shoplist > li p{
	color: #fff;
}
.shopname{
	font-size: 23px;
	font-weight: bold;
}
.shopholiday{
	color: #e51d9b !important;
}
.shophour::before {
  content: "OPEN";
  margin-right: .3em;
}
.shopcontact{
	margin-top: 10px;
	width: 25%;
}
.shopcontact li a i{
	font-size: 25px;
	color: #fff;
}
.map-pin a:hover{
	opacity: 0.7;
}
.line,
.line img{
	width: 28px;
}
.clochelogo{
	width: 20%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.clochelogo img{
	width: 100%;
}
.copyright{
	text-align: center;
	color: #fff;
	font-size: 12px;
}
/* 商品一覧ページ */
.newarrival{
	margin-top: 40px;
}
.free-sub .sec-ttl{
	font-size: 40px;
  font-weight: bold;
  margin: 30px 0;
  font-family: 'Roboto', sans-serif;
}
.newarrivallist{
	display: flex;
	flex-wrap: wrap;
}
.newarrivallist li{
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.newarrivallist li:nth-child(5n){
	margin-right: 0;
}
.newarrivallist .productabout{
	margin-top: 5px;
}
.newarrivallist li .name a {
	font-size: 12px;
	color: #666;
	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;
	flex-wrap: wrap;
}
.productrecommend li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom:25px;
}
.productrecommend li:nth-child(4){
	margin-right: 0;
}
/*
.productrecommend li:nth-child(n+5){
	display: none;
}
*/
.productrecommend li img{
	width:100%;
}
.productrecommend .name a{
	font-size:12px;
	color: #666;
	letter-spacing:0;
}
.productrecommend .price{
	font-size:11px;
	color: #666;
	margin-top: 6px;
}
.productrecommend .price span{
	font-size:10px;
	padding-left:2px;
}
/* 商品グループ */
#wrapper{
	width: 80%;
	max-width:980px;
	margin:5px auto 0;
}
.grouptitle .fs-c-heading--page,
.sec-ttl-jss {
	padding: 10px 0 10px;
  font-size: 40px !important;
  font-weight: bold !important;
  font-family: 'Roboto', sans-serif;
}

/* パンくず */
.fs-c-breadcrumb{
	margin:30px 0 30px;
	font-size:11px;
	color:#7c7c7c;
	letter-spacing:2px;
}
.fs-c-breadcrumb a{
	text-decoration: underline;
	color:#7c7c7c;
}
/* スライダー */
.historyslider{
	display: flex;
	margin-top: 20px;
	padding-bottom: 100px;
}
.slick-slide > div{
	margin:0 5px;
}
.historyslider li p{
	width:120px;
}
.historyslider li img{
	width:100%;
}
/* 検索ボックス */
#asrtistform{
	width: 80%;
  max-width: 1250px;
  margin: 0 auto 46px;
	position: relative;
}
#asrtistbox{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #000;
	padding: 15px;
}
#asrtistform-btn{
	height:50px;
	position:absolute; 
	right: 20px;
	top:3px;
	background:none;
	color:#000;
	border:none;
	font-size:26px;
}
#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;
}

.fat-nav-clochelogo{
	width: 150px;
	padding: 30px 0;
}
.footer-clocheonlineshop{
	width: 20%;
	margin: 0 auto 30px;
}
/* タグ */
.magazine__tag span {
  margin: 0 5px;
}
.magazine__tag span a::before {
  content: "#";
}