@charset "utf-8";
*{margin: 0;padding: 0;box-sizing: inherit; }
/* fsコマクリ用 */
p{margin:0;}
h1,h2,h3,h4,h5{font-weight: bold;margin:0;}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
body{
	font-size: 15px;
  font-family:  "ヒラギノ角ゴ 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;
}
a{
  outline: none;
  color: #353535;
  text-decoration: none;
}
a:hover{
  color: #959595;
  text-decoration: none;
}
a:hover img {
  opacity: 0.75;
  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:active, a:focus{
  outline: 0;
}
img{
  border: 0;
  vertical-align: bottom;
  height:auto;
  max-width: 100%;
}
ul,li{list-style: none;}
.clear{clear: both;}
.underline{text-decoration: underline !important;}
.center{text-align: center;}
.bordernone{border: none !important;}
.block{display: block;}
.border-bnone{border-bottom: none !important;}



header{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
    font-weight: 500;
}

.headnewsbox-top{
	background:#363636;
	font-size:13px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 7px 0 5px;
}


.simplefooter{
	background:#1d1d1d;
	color: #fff;
}
.simplefooter .finner{
	max-width: 1250px;
	position: relative;
    margin: 0 auto;
    display: block;
}
.footcontents{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
.cloche-common-footer{
	margin-bottom: 35px;
}
.cloche-common-footer a{
	color:#fff;
}
.footcontents .footlogo{
	width:175px;
}
.footcontents .footbrandarea{
	display: flex;
	justify-content: center;
	width: 100%;
}
.footbrandsec h2 a{
	color:#fff !important;
}
.brandsns{
	display: flex;
	justify-content: center;
}
.brandsns a{
	padding:5px 11px;
}
.brandsns a i{
	color:#fff;
	font-size:23px;
}
.brandsns a img{
	width:22px;
}
.copy{
	text-align: center;
	font-size:13px;
	padding-bottom: 20px;
}
footer a:visited{
	color:#fff !important;
}

/* PCのみ */
@media screen and (min-width:768px) {
.sp{
	display:none !important;
}
.headnewsbox-top{
	margin-bottom: 20px;
}
.simplefooter .finner{
	padding: 30px 20px 0;
}
.footbrandsec{
	flex:1;
	margin: 0 1.5%;
	max-width: 230px;
	margin-bottom: 40px;
}
.footcontents .footbrandarea{
	margin-top: 70px;
}
.footbrandsec h2{
	font-size:16px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
	margin:0 0 14px;
	text-align: center;
}
.footbrandsec h2 img{
	display: none;
}
.cloche-common-footer a{
	font-size: 11px;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
.pc{
	display:none;
}
.headnewsbox-top{
	margin-bottom: 13px;
}
.commonheader{
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
	position: relative;
}
.commonheader .h-logo {
	display: block;
	width:130px;
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: auto;
}
.fs-client-cart-count {
	background: #c46415;
	color: #fff !important;
	font-size: 10px !important;
	position: absolute;
	top: -7px;
	right: 0px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
	text-align: center;
}
.simplefooter .finner{
	padding: 30px 0px 60px;
}
.footcontents .footbrandarea{
	flex-direction: column;
}
.footbrandsec{
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #767676;
}
.footbrandsec .brandsns{
	flex:1;
}
.footbrandsec h2 img{
	width:150px;
	padding:0 3%;
}
.footbrandsec h2{
	width: 50%;
	text-align: center;
}
.footbrandsec h2 span{
	display: none;
}
.cloche-common-footer a{
	font-size: 10px;
	padding:0 4px;
}
.footcontents .footbrandarea{
	margin-top: 40px;
}
}




.checkeditem{
	display: flex;
}
.checkeditem li:last-child{
	margin-right: 0;
}
.checkeditem li .item-name{
	line-height: 1.5;
	margin-top: 8px;
}
.foot_calender{
	padding:40px 0 40px;
}

/* PCのみ */
@media screen and (min-width:768px) {
.checkeditem{
	width:88%;
	margin:0 auto 25px;
}
.checkeditem li{
	width:9.6%;
	margin-right:1.7%;
}
.checkeditem li .item-name{
	font-size:13px;
}
.checkeditem li .price{
	display: none;
}
.iframe-calendar{
	max-height: 260px;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
.checkeditem{
	overflow: scroll;
	padding: 8px 0 13px 28px;
}
.checkeditem li{
	min-width: 130px;
	max-width: 130px;
	margin-right: 15px;
}
.checkeditem li .item-name{
	font-size:12px;
}
.checkeditem li .price{
	font-size:11px;
	margin-top: 5px;
}
.foot_calender{
	max-width: 260px;
	margin:0 auto;
}
}





.slideup-title{
	width: 90%;
	margin: 0 auto 10px;
	font-weight: bold;
	font-size:14px;
}
.slideup-title .entitle{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	font-size:17px;
	padding-right: 10px;
}
.slideup-subtitle{
	font-size:14px;
	width: 90%;
    margin: 0 auto 10px;
}
.slidupmenu{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
    font-weight: 500;
}
.slidupmenu .alltop-colist{
	width:90%;
	margin:0px auto 30px;
	padding-top:16px !important;
	padding-bottom:16px !important;
}
/* ハンバーガー */
.hamburger:after {
	position: absolute;
	left: 52%;
	bottom: 0px;
	transform: translate(-50%,0);
	text-align: center;
	content: "メニュー";
	width: 46px;
	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:after {
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.hamburger {
	width: auto;
	padding:0;
	top: 8px;
	height:44px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
    font-weight: 500;
}
.hamburger__icon:after{top:8px;}
.hamburger__icon:before {top: -8px;}
@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%;
  }
}

.fat-nav__wrapper{
	padding-top: 51px !important;
}
.fat-nav {
	right: 0;
	left: auto;
}
.fat-nav{
	  font-size:15px;
	  line-height: 1.7;
    letter-spacing: 0.05em;
	}
	.fat-nav li{
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
	
#acMenu dt{
	display:block;
	cursor:pointer;
	position: relative;
}
#acMenu dd{
	background: #f6f6f6;
	display:none;
	margin-top: 10px;
	margin-bottom: 25px;
}
#acMenu dd.acmenu-brand{
	padding: 0 20px 0px;
}
.hamnavtop{
	margin: 20px 0;
}
.ham-usermenu li {
    font-size: 12px;
    font-weight: 300;
    padding: 0 10px;
}
.hamnavtop li{
	padding: 14px 10px 8px;
	border-bottom: 1px dotted #929292;
}
.hamnavtop li a{
	display: block;
}
.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;
}
.fat-nav .brandlist li{
	margin-bottom: 5px;
	padding: 7px 10px 6px;
}

.fat-nav .magazinelist li:first-child{
	padding-top: 0;
}
.fat-nav .magazinelist li{
	margin-bottom: 0;
}
.fat-nav .magazinelist li img{
	width:95px;
	padding:3px 17px 0 10px;
	display: inline-block;
	box-sizing: border-box;
}
.fat-nav .magazinelist li .icon{
	padding-left:0;
}
.fat-nav .magazinelist li .icon img{
	width:20px;
	padding:0;
}
.ffcate li{
	margin-bottom: 5px;
}
.fat-nav .nav1{
	width:95%;
	margin:20px auto 10px;
}
.fat-nav .nav1 li{
	padding:0;
	margin-bottom: 11px;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
    font-weight: 500;
    font-size:13px;
}
.alltop-colist{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
	padding: 15px 8px 8px!important;
}
.alltop-colist li{
	list-style-type: none;
	width: 14%;
	border-bottom: none !important;
	background:none;
	padding: 0 !important;
}
.alltop-colist li:nth-child(-n+7){
	margin-bottom: 15px;
}
.alltop-colist li a{
	margin: 0 auto;
}
.alltop-colist li:nth-child(1) a{
	display: block;
	border-radius: 50%;
	background: #fa0808;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(2) a{
	display: block;
	border-radius: 50%;
	background: #000;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(3) a{
	display: block;
	border-radius: 50%;
	background: #097439;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(4) a{
	display: block;
	border-radius: 50%;
	background:#3e0bf3;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(5) a{
	display: block;
	border-radius: 50%;
	background:#460606;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(6) a{
	display: block;
	border-radius: 50%;
	background:#c3afaf;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(7) a{
	display: block;
	border-radius: 50%;
	background:#fff;
	border: 1px solid #222;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(8) a{
	display: block;
	border-radius: 50%;
	background:#f40d8b;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(9) a{
	display: block;
	border-radius: 50%;
	background:#ffff3a;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-colist li:nth-child(10) a{
	display: block;
	border-radius: 50%;
	background:#a3a3a1;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-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;
}
.alltop-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;
}
.alltop-colist li:nth-child(13) a{
	display: block;
	border-radius: 50%;
	background:#bf00ff;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.alltop-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;
}


/* PCのみ */
@media screen and (min-width:768px) {
.fat-nav {
	right: 0;
	left: auto;
	top: 51px;
	width: 33%;
	min-width: 460px;
}
.fat-nav__wrapper{
	margin-bottom: 100px;
}
#acMenu dd{
	padding: 20px;
}
.fat-nav .brandlist li img{
	width:146px;
}
}
@media screen and (min-width:450px) and (max-width:767px) {
.hamburger {
	right: 4.5%;
}
}
@media screen and (max-width:449px) {
.hamburger {
	right: 6%;
	top: 12px;
}

}




/* SPのみ */
@media screen and (max-width:767px) {
.ham-usermenu.is-ready{
	display: flex !important;
	font-size:12px;
	margin-bottom: 17px;
}
.ham-usermenu li{
	padding-right: 13px;
}
.ham-usermenu .fs-client-cart-count {
    background: none;
    color: #000 !important;
    font-size: 10px !important;
    position:static;
    width: auto;
    height: auto;
    line-height: 1.5;
}
.hamnavtop li{
	margin-bottom: 4px;
}
.fat-nav .brandlist li img{
	width:135px;
}
#acMenu dd{
	padding: 10px 20px;
}
.magazinelist li{
	font-size:12px;
}
.magazinelist li a{
	color: #666666;
}
.fat-nav .magazinelist.shoplist li .icon img{
	width:17px;
	padding:0;
	padding-bottom: 2px;
}
.fat-nav__wrapper{
	margin-bottom: 10px;
}
.fat-nav .nav1 li{
	margin-top: 10px;
}

.slidupmenu-inner{
	padding-bottom: 100px;
}
.slidupmenu02 .slidupmenu-inner{
	padding-top: 30%;
}
.slidupmenu-inner .magazinelist li {
    padding: 14px 10px 8px;
    border-bottom: 1px dotted #929292;
}
.slidupmenu-inner .magazinelist.shoplist li .icon img{
	width:17px;
	padding:0;
	padding-bottom:6px;
}
.slidupmenu-inner .magazinelist li img {
    width: 95px;
    padding: 3px 17px 0 10px;
    display: inline-block;
}
}


/* 内部ページ用 */

.mininner {
	width: 85%;
	max-width: 1150px;
	margin: 0 auto 100px;
	padding-top: 15px;
}
@media screen and (max-width:1090px) {
	.mininner{width:96%;}
} 
.slim-colum{
	width: 85%;
	max-width: 800px;
	margin: 0 auto 100px;
	padding-top: 15px;
}


#fs_Checkout .fs-c-cartTable__quantity::before{
  display: none;
}

/* 追記2025.5.11 フッター */
.footbrandsec--pelaq .brandsns p:nth-child(2) a{
  display: block;
}
@media screen and (min-width: 768px){
  .footbrandsec--pelaq{
    gap:10px;
    max-width:180px;
    margin-inline: auto;
  }
  .footbrandsec--pelaq .brandsns p{
    flex: 1;
    text-align: center;
  }
  .footbrandsec--pelaq .brandsns p a{
    padding: 0;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px){
  .footbrandsec--pelaq .brandsns p:nth-child(2) a{
    padding: 0 11px;
  }
}