@charset "utf-8";
*{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;}
h1,h2,h3,h4,h5{margin: 0;}
p{margin:0;padding:0;}
body {
	font-size: 15px;
	width:100%;
	position:relative;
	font-family: "Castoro",'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  font-weight: 400;
  color: #5D5856;
}
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;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
a{
	text-decoration: none;
	outline: none;
	color: #252525;
}
.gsc{
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.mincho{
  font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}
/* 画像 */
.imgmax {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}
/* PCのみ */
@media screen and (min-width:800px) {
  body {
  	font-size: 15px;
  	line-height:1.7;
  	color: #454545;
  }
  .sp{display: none;}
  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:hover{
  	opacity:0.75;
  }
}
/* SPのみ */
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #393737;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  .pc{display: none;}
}
.pelaq__page{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: 400;
	color: #5D5856;
}
/* ヘッダー */
.headnewsbox{
	background-color: #383837;
}
.headlink {
  color:#faaf3f;              /* 通常 */
  font-weight:bold;        /* 太字で強調 */
  text-decoration:underline; /* 下線を常時表示 */
  font-size:16px;
}
.headlink:hover {
  color:#ffffff;           /* ホバー時*/
  text-decoration:none;    /* 下線を消して「変化」を見せる */
}


.head__area{
	background-color: #5D5856;
	padding: 10px 0;
	position: sticky;
	top: 0;
	z-index: 995;
}
.head__title{
	width: 66px;
	margin: 0 auto;
}
.hamburger__btn {
  width: 30px; /* ハンバーガーボタンの幅 */
  height: 20px; /* ハンバーガーボタンの高さ */
  position: absolute;
  cursor: pointer;
	top: 3px;
	right: 0;
	z-index: 996;
}
.slidupmenu{
	z-index: 997;
}
.hamburger__btn span {
  position: absolute;
  width: 100%;
  height: 2px; /* ハンバーガーボタンの線の高さ */
  background-color: #FAAF3F; /* ハンバーガーボタンの線の色 */
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.hamburger__btn span::before,
.hamburger__btn span::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  transition: transform 0.3s ease;
}
.hamburger__btn span::before {
  top: -8px;
}
.hamburger__btn span::after {
  bottom: -8px;
}
/* ハンバーガーボタンが開いた状態のスタイル */
.hamburger__btn.active span{
	background-color: transparent;
}
.hamburger__btn.active span::before {
  transform: translateY(8px) rotate(45deg);
	background-color: #FAAF3F;
}
.hamburger__btn.active span::after {
  transform: translateY(-8px) rotate(-45deg);
	background-color: #FAAF3F;
}
.hamburger__area{
	max-width: 2020px;
	position: relative;
	margin: 0 auto;
}
.hamburger__content{
	max-width: 800px;
	width: 100%;
	background-color: #5D5856;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	padding: 20px 0 60px;
	overflow-y: scroll;
}
.hamburger__content::-webkit-scrollbar {  
  display: none;
}
.hamburger__area a{
	color: #fff;
}
.hamburger__menu{
	font-size: 16px;
}
.hamburger__menu a{
	display: block;
	padding: 5px 0;
}
.hamburger__menu > li{
	border-bottom: 1px solid #3B3837;
}
.accordion-btn{
	cursor: pointer;
}
.hamburger__accordion-btn{
	display: block;
	padding: 5px 0;
}
.accordion-content{
	display: none;
}
.hamburger__accordion-content{
	background-color: #3B3837;
	font-size: 14px;
	padding: 7px 0;
}
.accordion-btn::after {
	content: '＋';
	display: inline-block;
	margin-left: 5px;
	color: #FAAF3F;
	font-size: 14px;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.accordion-btn.active::after {
	content: '―';
}
.accordion-btn::before {
  content: "";
  margin-right: 1em;
}
.hamburger__sns{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	width: 140px;
	column-gap: 20px;
	justify-content: center;
	margin: 40px auto 20px;
}
.hamburger__sns li{
	flex: 1;
	/* width: 20px; */
}
.hamburger__line a{
	display: block;
	width: fit-content;
	text-align: center;
	background-color: #CFC7C0;
	color: #5D5856;
	font-size: 14px;
	padding: 8px 14px 3px;
	margin: 0 auto;
}
.pelaq__footer .hamburger__line a{
	color: #5D5856;
}
.hamburger__line-text{
	margin-top: 20px;
}
.hamburger__logo{
	width: 136px;
	margin: 40px auto 0;
}
.commonheader .headrightarea{
	margin-right: 0;
}
.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;
}
@media screen and (min-width: 768px) {
	.accordion-btn{
		transition: all  0.5s;
	}
	.accordion-btn:hover{
		opacity: 0.75;
	}
	.hamburger__line-text{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	header{
		padding-top: 0;
	}
	.headinner.commonheader {
    display: none;
	}
	.headnewsbox {
    font-size: 10px;
    padding: 5px 0;
	}
	.hamburger__btn{
		top: 14px;
		right: 14px;
	}
	.hamburger__content{
		height: 100vh;
		padding-bottom: 220px;
	}
	.hamburger__line-text{
		font-size: 12px;
	}
	.main__content {
    padding-top: 20px;
	}
}
/* フッター */
.pelaq__footer{
	background-color: #5D5856;
	margin-top: 80px;
	padding: 60px 0;
}
.footer__content{
	max-width: 430px;
	width: 100%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.footer__content a{
	color: #fff;
}
.footer__sns{
	display: flex;
	width: 140px;
	column-gap: 20px;
	justify-content: center;
	margin: 0 auto;
}
.footer__sns li{
	flex: 1;
	width: 20px;
}
.footer__community{
/* 	margin-top: 40px; */
	color: #CFC7C0;
}
.footer__line a{
	display: block;
	width: fit-content;
	text-align: center;
	background-color: #FAAF3F;
	color: #5D5856;
	font-size: 14px;
	padding: 8px 14px 3px;
	margin: 15px auto 0;
}
.footer__line-text{
	margin-top: 20px;
}
.footer__menu{
	margin-top: 40px;
}
.footer__menu a{
	display: block;
	padding: 5px 0;
}
.footer__menu > li{
	border-bottom: 1px solid #C3B9B5;
}
.footer__accordion-btn{
	display: block;
	padding: 5px 0;
}
.footer__accordion-content{
	font-size: 14px;
	padding-bottom: 10px;
}
.footer__logo{
	width: 136px;
	margin: 60px auto 0;
}
@media screen and (min-width: 768px){
	.footer__community{
		font-size: 24px;
	}
	.footer__line-text{
		font-size: 14px;
	}
	.footer__menu{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.footer__community{
		font-size: 22px;
	}
	.pelaq__footer{
		padding-bottom: 100px;
	}
	.sp-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
		background-color: #3B3837;
	}
	.sp-nav__list{
		display: flex;
	}
	.sp-nav__list li{
		flex: 1;
		position: relative;
	}
	.sp-nav__list li a{
		color: #fff;
		display: block;
		text-align: center;
		font-size: 12px;
		padding: 12px 0 8px;
	}
	.sp-nav__list li a i{
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.sp-nav__list li:nth-of-type(n+2)::after{
		content: '';
		display: inline-block;
		height: 50%;
		width: 1px;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.fs-client-cart-count {
    background: #FAAF3F;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}
	.accordion-content li {
    font-size: 12px;
	}
	.footer__line-text{
		font-size: 12px;
	}
	.footer__menu{
		font-size: 18px;
	}
}
/* メイン */
.main__section{
	background-color: #CFC7C0;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	font-size: 10px;
	color: #fff;
	opacity: 1;
}
.main__title{
	max-width: 270px;
}
.main__catch .en{
	max-width: 280px;
	display: block;
	margin-top: 60px;
}
.main__catch .large{
	font-size: 20px;
	display: block;
	margin: 28px 0 40px;
}
.main__catch .small{
	font-size: 16px;
	line-height: 1.9;
}
.main__btn a {
 background: #faaf3f;
  max-width: 110px;
  display: block;
  margin-top: 43px;
  text-align: center;
  font-size: 13px;
  font-family: "Castoro",'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #5D5856;
  border: 1px solid #ad792b;
  padding: 4px 10px 4px;
}
@media screen and (min-width: 768px) {
	.main__section{
		padding: 80px 0;
	}
	.main__flex{
		display: flex;
		align-items: center;
		max-width: 1080px;
		width: 92%;
		margin: 0 auto;
	}
	.main__content{
		flex: 1;
	}
	.main__slider,
	.main__movie{
		width: 53%;
		position: relative;
	}
	.main__slider::after,
	.main__movie::after{
		content: "";
    background: #d0c7c0;
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
	}
	.main__slider .slick-dots{
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.main__section{
		padding-bottom: 40px;
	}
	.main__flex{
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}
	.main__title{
		display: none;
	}
	.main__catch{
		text-align: center;
	}
	.main__catch .en{
		margin-left: auto;
		margin-right: auto;
	}
	.main__catch .large{
		font-size: 16px;
		margin: 15px 0;
	}
	.main__catch .small{
		font-size: 12px;
        margin-bottom: 100px;
	}
	.main__btn a{
		position: absolute;
		top: 96vw;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.slick-dots li button:before{
		font-size: 8px;
	}
}

.menu__section{
	margin-top: 80px;
}
.menu__list{
	display: flex;
	column-gap: 25px;
	max-width: 850px;
	margin: 0 auto;
	width: 92%;
}
.menu__list li{
	flex: 1;
}
.menu__list li a{
	display: block;
}
@media screen and (max-width: 767px) {
	.menu__section{
		margin-top: 40px;
	}
	.menu__list{
		column-gap: 15px;
	}
}

.banner__area{
	max-width: 980px;
	margin: 80px auto 0;
	width: 92%;
}
@media screen and (max-width: 767px) {
	.banner__area{
		margin-top: 40px;
	}
}


.jp-sub {
  font-size: 0.65em;
  color: #fff;
}

.category__section{
	max-width: 850px;
	margin: 80px auto 0;
	width: 92%;
}
.category__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category__head h2{
	display: flex;
	align-items: center;
	flex: 1;
	font-weight: 400;
	font-size: 20px;
}
.category__head h2::after{
	content: '';
	display: block;
	height: 1px;
	flex: 1;
	background-color: #CFC7C0;
	margin: 0 10px;
}
.category__head-link a{
	font-size: 13px;
}
.category__head-link a::after{
	content: '>';
	display: inline-block;
	margin-left: 5px;
}
.category__products {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
	column-gap: 15px;
	margin-top: 30px;
}
.category__products_setup {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
	column-gap: 15px;
	margin-top: 30px;
}
.category__product-price::before{
	content: '¥';
}
.category__btn a{
	display: block;
	width: 170px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 14px;
	background-color: #5D5856;
	color: #fff;
	text-align: center;
	position: relative;
	border-radius: 2px;
	margin-top: 20px;
}
.category__btn a::after{
	content: '';
	display: inline-block;
  height: 7px;
  width: 5px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #FAAF3F;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}

.new-label {
  background-color: #FAAF3E; /* バックグラウンドカラー */
  color: #fff;              /* テキストカラー（白推奨） */
  font-weight: bold;        /* 太字 */
  padding: 2px 6px;         /* 内側余白 */
  border-radius: 3px;       /* 角丸（お好みで） */
  font-size: 0.85em;        /* 少し小さめに */
}


@media screen and (min-width: 768px){
	.category__product-name{
		font-size: 18px;
	}
	.category__product-detail{
		font-size: 13px;
	}
	.category__product-price{
		font-size: 12px;
	}

}
@media screen and (max-width: 767px) {
	.category__section{
		margin-top: 40px;
	}
	.category__products {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
		row-gap: 25px;
    margin-top: 10px;
	}
	.category__product-name{
		font-size: 15px;
	}
	.category__product-detail{
		font-size: 12px;
	}
	.category__product-price{
		font-size: 11px;
	}
}
	.category__products_setup {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
		row-gap: 25px;
    margin-top: 10px;
	}
	.category__product-name{
		font-size: 15px;
	}
	.category__product-detail{
		font-size: 12px;
	}
	.category__product-price{
		font-size: 11px;
	}
}

.banner__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  max-width: 600px;         /* ← ここがPCサイズ制限のポイント */
  margin: 0 auto 16px;      /* 中央寄せ＆下余白 */
  border-radius: 4px;       /* ← 角を少し丸く */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); /* 薄い影を付けても◎ */
}





/* カラー検索 */
.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;
}