@charset "utf-8";
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('../font/notosans-m.woff') format('woff'),
url('../font/notosans-m.eot') format('eot');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('../font/notosans-b.woff') format('woff'),
url('../font/notosans-b.eot') format('eot');
	font-display: swap;
}
article, header, footer, aside, figure, figcaption, nav, section, main { 
  display:block;
}
html{
  height: 100%;
  font-size: 15px;
}
body{
	font-size: 15px;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
  font-weight: 500;
  height: 100%;
  width: 100%;
  color: #363636;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a{
  text-decoration: none;
  color: #363636;
  outline: none;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
a:hover{
  color: #565656;
}
/*
a:hover img{
  opacity: 0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}
*/
ul li{list-style: none;}
ol,ul{list-style: none;list-style-type: none;}
main{margin: 0px auto;display: block;background: #fff;padding:10px 0;}
.flexlist{display: flex;}
.center{text-align: center;}
.right{text-align: right;}
.mgt0{margin-top:0 !important}
.imgmax {
	width: 100%;
	height: auto;
	line-height: 1rem;
	display: block;
}
main{overflow: hidden;}
@media screen and (min-width:768px) {
.sp{display: none !important;}
}
@media screen and (max-width:767px) { 
.pc{display: none !important;}
.wp-caption{max-width: 100%;}
}


/* header */
header nav #gnav,
.ff-navi #gnav{
	display: flex;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
header nav #gnav li,
.ff-navi #gnav li{
	padding:10px 3.3% 5px;
	font-size: 1.1rem;
	letter-spacing: .08em;
}
@media screen and (min-width:768px) and (max-width:850px) {
	header nav #gnav li,.ff-navi #gnav li{padding:10px 2.8% 5px;font-size: 1.05rem;}
}



/* PCのみ */
@media screen and (min-width:768px) {
 .headlogoarea .headlogo {
    width: 160px;
    margin:0 auto;
}
.headlogoarea .headlogo.wf{
	width:90px;
	margin-bottom: 24px;
}
.headlogoarea .headlogo.classical{
	width:150px;
	margin-bottom: 18px;
}
.fat-nav li a:hover {
  color: #b3a8d5;
}

}


/* SPのみ */
@media screen and (max-width:767px) {
header nav #gnav,
.ff-navi #gnav{display: none;}
.headlogoarea .headlogo {
    width: 130px;
}
.headlogoarea .headlogo.wf{
	width:49px;
	top:5px;
}
.headlogoarea .headlogo.classical{
	top:9px;
}
ul.serviceicon {
  opacity: 0;
}
}




/* footer */
footer{
	background:#000;
	margin-top: 50px;
	padding:40px 0 20px;
	color:#fff;
}
footer copy{
	text-align: center;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size:0.9rem;
}
.footcontetsarea{
	margin:0 auto;
}
.footlogolist{
	margin:0 auto;
}
.footlogolist li{
	text-align: center;
}
.footlogolist li.farfalle{
	width: 100%;
}
.footlogolist li.classical{
	width: 93%;
}
.footlogolist li.wf{
	width: 42%;
}

/* PCのみ */
@media screen and (min-width:768px) {
.footcontetsarea{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:85%;
	max-width: 1300px;
}
.footcontetsarea .footlogo{
	flex:1;
}
.footlogolist{
	max-width: 170px;
}
.footlogolist li{
	margin:0 auto 28px;
}
.footcontetsarea .footcate{
	width: 70%;
	margin-left:8%;
}
.brandarea{
	display: flex;
	padding-left:3px;
}
.brandsns{
	display	:flex;
	margin-right: 8%;
	align-items: 	center;
}
.brandsns a{
	color:#fff;
}
.brandsns li{
	padding-right: 10px;
}
.brandsns li:first-child{
	font-weight: bold;
	padding-right: 13px;
}
.brandsns:last-chikd{
	margin-right: 0;
}
.footnavarea{
	border-top: 1px solid #fff;
	padding-top: 25px;
	margin-top: 7px;
}
.footnav{
	display: flex;
	flex-wrap: wrap;
}
.footnav li{
	width: 33.33%;
	margin-bottom: 5px;
}
.footnav li a{
	color:#fff;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: 0.45em;
}
}


@media screen and (min-width:846px) and (max-width:1100px) {
	.footnav li a{
	font-size: 17px;
	letter-spacing: 0.25em;
}
.footnavarea{
	padding-top: 15px;
}
.brandsns{
	margin-right: 5%;
}
}
@media screen and (min-width:768px) and (max-width:845px) {
	.footnav li a{
	font-size: 16px;
	letter-spacing: 0.08em;
}
.footnavarea{
	padding-top: 15px;
}
.brandsns{
	margin-right: 3%;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
footer{padding-bottom: 79px;padding-top: 60px}
.footlogo{
	margin-bottom: 47px;
}
.footlogolist{
	max-width: 132px;
}
.footlogolist li{
	margin:0 auto 35px;
}
}



/* 共通 */
.inner{
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
}
.maintitle{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing:0.08em;
}
.readmore.right a{
	position: absolute;
	right:0;
}
.readmore a{
	color:#0a0a0a;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: .11em;
}
.readmore a::after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f105";
	padding-left:8px;
	color: #2f2f2f;
	vertical-align: top;
}
/* PCのみ */
@media screen and (min-width:768px) {
  .inner{width: 80%;}
  .maintitle{font-size: 3.1rem;margin-bottom: 36px;}
  .generalsec{margin-bottom: 120px;}
  .readmore a{font-size:1.12rem;}
  .readmore.right a{top:37px;}
  .readmore a::after{font-size:17px;}
}
/* SPのみ */
@media screen and (max-width:767px) {
  .inner{width: 94%;}
  .maintitle{font-size: 1.72rem;margin-bottom: 22px;}
  .generalsec{margin-bottom: 65px;}
  .readmore a{font-size:.9rem;}
  .readmore.right a{top:12px;}
  .readmore a::after{font-size:13px;}
  .infoflex .readmore a{position: absolute;right:0;top:12px;}
}


/* フッター上部エリア */
.footnavlist{
	display: flex;
}
.footnavlist li.menu-button{
	cursor: pointer;
}
.footnavlist li:last-child{
	border-right: none;
}
.footnavlist li i{
	font-size:30px;
}
.footnavlist li a .readmore{
	color:#0a0a0a;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: .11em;
}
.footnavlist li a .readmore::after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f105";
	padding-left:8px;
	font-size:14px;
	color: #2f2f2f;
	vertical-align: top;
}

ul.foot-bnr-list {
  display: grid;
}
p.footlogo-cloche {
	width: 175px;
  margin: 0 auto;
  padding: 50px 0 0;
}

/* PCのみ */
@media screen and (min-width:768px) {
.footnavlist li{width:25%;text-align: center;border-right: 1px solid #d9d9d9;padding:30px 0;}
.footnavlist li i{padding-bottom:23px;}
.footnavlist li a .readmore{padding-top: 20px;}
.footnavlist li a .readmore{font-size:0.9rem;}
.f-cart a{
	position: relative;
}
.f-cart .fs-client-cart-count{
	top: -19px;
  right: -9px;
}
.footnavlist .f-cart .fs-client-cart-count{
	right: 50%;
}
ul.foot-bnr-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
img.imgmax.icon-x {
  width: 15px;
  height: auto;
}
}
/* SPのみ */
@media screen and (max-width:767px) {
  .footnavlist{flex-direction: column;display: none;}
  .footnavlist li{border-bottom: 1px solid #d9d9d9;padding:30px 0;}
  .footnavlist li{position: relative;border-bottom: 1px solid #d9d9d9;padding:30px 0 30px 86px;}
  .footnavlist li i{position: absolute;left:18px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%); }
  .footnavlist li a .readmore{padding-top: 8px;}
  .footnavlist li a .readmore{font-size:0.87rem;}
  .f-cart p,.f-cart .fs-client-cart-count{display: inline;}
  .f-cart .fs-client-cart-count{padding-left:4px;}
  .f-cart .fs-client-cart-count::before{content:"("}
  .f-cart .fs-client-cart-count::after{content:")"}
	ul.foot-bnr-list {
	  grid-template-columns: repeat(1, 1fr);
	  gap: 10px;
	}
.footcate {
  width: 90%;
  margin: 0 auto;
}
.brandarea{display: flex;flex-direction: column;gap: 7px;font-size: 13px;}
.brandsns{
	display	:flex;
	align-items: 	center;
}
.brandsns a{
	color:#fff;
}
.brandsns li{
	padding-right: 10px;
}
.brandsns li:first-child{
	font-weight: bold;
	padding-right: 20px;
}
.footnavarea{
	border-top: 1px solid #fff;
	padding-top: 25px;
	margin-top: 25px;
}
.footnav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 5px;
}
.footnav li{
	width: 48%;
}
.footnav li a{
	color:#fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: .1em;
}
p.footlogo-cloche {
  width: 175px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.footcate {
  width: 90%;
  margin: 0 auto;
}
img.imgmax.icon-x {
  width: 13px;
  height: auto;
}
}

/* ハンバーガー */
.hamburger{
	padding: 0;
	width: auto;
	height:38px;
	position: absolute;
}
.hamburger:after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%,0);
    text-align: center;
    content: "メニュー";
    width: 62px;
    display: block;
    font-size: 10px;
    letter-spacing: .5px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after{width:28px;background-color: #515151}
.hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.hamburger__icon:after{top:8px;}
.hamburger__icon:before {top: -8px;}
.fat-nav li{
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.fat-nav ul.ham-bnr-list{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-top: 20px;
}
img.imgmax.icon-x_nav {
  width: 20px;
  height: auto;
}
.fat-nav{z-index:996;}
.hamburger{
  z-index:997;
}

@media screen and (min-width:1320px) { 
	.hamburger{right:50%;margin-right:-625px;}
}
@media screen and (min-width:768px) and (max-width:1319px) {
	.hamburger{
    right:3%;
  }
}
@media screen and (min-width:768px) { 
  .fat-nav {
	  right:0;
	  left: auto;
	  top: 51px;
    width: 33%;
    min-width: 460px;
  }
  .hamburger{
    top: 9px;
  }
}
@media screen and (max-width:767px) {
  .hamburger{
    right:6%;
    top: 15px;
    position: fixed;
  }
}
/* ハンバーガー内展開 */
#acMenu dt{
	display:block;
	cursor:pointer;
	position: relative;
}
#acMenu dd{
	background: #f6f6f6;
	display:none;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 25px;
}



#acMenu dd.acmenu-brand{
	padding: 0 20px 0px;
}
.hamnavtop{
	margin: 20px 0;
}
.hamnavtop li{
	padding: 14px 10px 8px;
	border-bottom: 1px dotted #929292;
}
.hamnavtop li span{
	font-size: 0.7em;
	padding-left:18px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
}
.hamnavtop .brandsearch li{
	border-bottom: 1px solid #d6d6d6;
	padding: 9px 10px 7px;
	font-size: 13px;
}
.hamnavtop .brandsearch li:last-child{
	border-bottom: none;
}

.brandlogobn p{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.brandlogobn img{
	width: 100px;
	border-radius: 4px;
}

.menuar::after {
	margin: 0px 0px 5px 5px;
	display: inline-block;
	position: absolute;
	right: 8px;
	top:0;
	z-index: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f107";
}
.ffcate{
	display: none;
}
.hamnavtop .ffcate li{
	border-bottom: 1px solid #d6d6d6;
	padding: 9px 10px 7px;
	font-size: 13px;
}
.hamnavtop .ffcate li:last-child{
	border-bottom: none;
}
.hamnavtop .ffcate li a{
	display: block;
}
h3.actitle{
	background:#fff;
	padding:4px 10px 3px;
	font-size: 12px;
	border:1px solid #ccc;
	margin-bottom: 9px;
	position: relative;
}
h3.actitle::after {
	display: inline-block;
	position: absolute;
	right: 13px;
	top:4px;
	z-index: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f107";
}
#ham-searchform {
	position: relative;
	margin: 0 auto 9px;
}
input#sbox{
	background: none;
	border:none;
	border-bottom: 1px solid #acacac;
	display: block;
}
#sbtn {
	position: absolute;
	right: 12px;
	top: 2%;
	background: none;
	color: #0c0c0c;
	border: none;
	font-size: 18px;
}
input#sbox::placeholder {
  color: #111111;
  font-size: 0.7em;
}
.searchT01{
	font-size: 12px;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 4px;
}
.ff-colist{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
	padding: 8px !important;
}
.ff-colist li{
	list-style-type: none;
	width: 14%;
	border-bottom: none !important;
	background:none;
	padding: 0 !important;
}
.ff-colist li:nth-child(-n+7){
	margin-bottom: 15px;
}
.ff-colist li a{
	margin: 0 auto;
}
.ff-colist li:nth-child(1) a{
	display: block;
	border-radius: 50%;
	background: #fa0808;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(2) a{
	display: block;
	border-radius: 50%;
	background: #000;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(3) a{
	display: block;
	border-radius: 50%;
	background: #097439;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(4) a{
	display: block;
	border-radius: 50%;
	background:#3e0bf3;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(5) a{
	display: block;
	border-radius: 50%;
	background:#460606;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(6) a{
	display: block;
	border-radius: 50%;
	background:#c3afaf;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(7) a{
	display: block;
	border-radius: 50%;
	background:#fff;
	border: 1px solid #222;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(8) a{
	display: block;
	border-radius: 50%;
	background:#f40d8b;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(9) a{
	display: block;
	border-radius: 50%;
	background:#ffff3a;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(10) a{
	display: block;
	border-radius: 50%;
	background:#a3a3a1;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(11) a{
	display: block;
	border-radius: 50%;
	background:url(https://www.cloche.shop/s/images/nav/ff/silver.jpg) no-repeat center center;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(12) a{
	display: block;
	border-radius: 50%;
	background:url(https://www.cloche.shop/s/images/nav/ff/gold.jpg) no-repeat center center;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(13) a{
	display: block;
	border-radius: 50%;
	background:#bf00ff;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.ff-colist li:nth-child(14) a{
	display: block;
	border-radius: 50%;
	background:url(https://www.cloche.shop/s/images/nav/ff/panther.jpg) no-repeat center top;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.fat-nav ul.nav1{
	margin-top: 20px;
}
.nav1 li{
	padding: 4px 10px;
	font-size: 14px;
	font-weight: 300;
}
.fat-nav ul.nav2{
	display: flex;
	margin-top: 20px;
}
.fat-nav ul.nav2 li{
	font-size: 14px;
	font-weight: 300;
	padding: 0 10px;
}

.fat-nav-logo{
	width: 120px;
	margin: 0 auto;
	padding-top: 80px;
}

.fat-nav-logo__shop{
	display: flex;
	margin: 0 auto 30px;
	padding-top: 20px;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.logo_tc{
	width:104px;
}
.logo_ento{
	width:75px;
}
.logo_ff {
  width: 80px;
}
.logo_pelaq{
	width:75px;
}

.ham-brandsns{
	margin-top: 45px;
}
.ham-brandsns ul{
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}
.ham-brandsns ul li{
	padding:0 10px;
	font-size:20px;
}
.ham-brandsns ul li.brandtitle{
	font-size:14px;
	margin-right: 2px;
}

@media screen and (min-width:768px) { 
	.fat-nav__wrapper{padding: 11% 7% 100px!important;}
}
@media screen and (max-width:767px) { 
	.ham-usermenu.fs-clientInfo.is-ready{
		display: flex;
		margin-bottom: 17px;
	}
	.ham-usermenu li{
		font-size: 12px;
		font-weight: 300;
		padding:0 10px;
	}
}


/* フリーページ用 */
#fs_CustomPage #mainarea{
	width: 90%;
	max-width:1050px;
}
#fs_CustomPage header {
    border-bottom: 1px solid #dadada;
}
.mgt20 {
    margin-top: 20px !important;
}
.mgt50 {
    margin-top: 50px !important;
}
.underline {
    text-decoration: underline !important;
}
/* バンドルラベル */
.fs-c-mark--bundle {
  margin-right: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 8px;
}


/* PCのみ */
@media screen and (min-width:768px) {
#fs_CustomPage .mininner {
    width: 85%;
    margin: 0 auto 100px;
    padding-top: 30px;
}
iframe.iframe-calendar-g {
    height: 320px;
}
.foot_calender .iframe-calendar{
	height:240px;
}
.calarea.generalsec.inner{
	margin-bottom: 45px;
}
}
/* SPのみ */
@media screen and (max-width:767px) {
#fs_CustomPage .mininner {
    margin: 0 auto 50px;
}
iframe.iframe-calendar-g {
    min-height: 570px;
    width: 80%;
    margin: 0 auto;
    height: 30vw;
    display: block;
}
.calarea.generalsec.inner{
	max-width:260px;
	margin-bottom: 0px;
}
}

/* ヘッダー固定調整 */
.headlogoareaff {
  background: #fff;
  z-index: 10;
  margin: 0 auto;
}
.headlogoareaff.sticky {
  box-shadow: 0 0 5px #eee;
}
@media screen and (min-width:768px) {
	.headlogoareaff {
	  position: sticky;
	  top: 0;
	  padding: 10px 0;
}
	a.hamburger.sticky {
	  position: fixed;
	  top: 20px;
	}
	.headlogoareaff .headlogo {
    width: 160px;
    margin:0 auto;
	}
	
}
@media screen and (max-width:767px) {
	.headlogoareaff {
	  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	  padding: 8px 0 5px;
	}
	.headlogoareaff .headlogo {
    width: 130px;
	}
	.member-navi {
    text-align: center;
    border: none;
    font-size: 10px;
    line-height: 1.2;
    position: fixed;
    left: 3%;
    top: 20px;
    z-index: 12;
	}
	.member-navi i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
	}
}
/* youtube */
	.youtube {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	}
	.youtube-s {
		max-width: 320px;
		margin: 0 auto;
		aspect-ratio: 9 / 16;
	}
	.youtube-s iframe {
		width: 100%;
		aspect-ratio: 9 / 16;
	}
	@media screen and (min-width:768px) {
		.youtube-s {
			max-height: 480px;
		}
		.youtube-s iframe {
			height: 100%;
		}
	}
	@media screen and (max-width:767px) {
		.youtube-s {
			max-height: 460px;
		}
	}

	

	/* 20250314 */
	.footlogolist .classical{
		display: none;
	}
	@media screen and (max-width: 767px){
		.brandsns{
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 25px;
		}
		.brandsns li:first-child{
			display: none;
		}
		.brandsns li{
			padding-right: 0;
			line-height: 1;
		}
		.brandsns i{
			font-size: 30px;
		}
		.brandsns img.imgmax.icon-x{
			width: 27px;
		}
	}
  
  footer .foot-bnr-list{
    display: none;
  }