@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: var(--BEIGE02);
	color: var(--GREEN01);
}
.headnewsbox a{
	color: var(--GREEN01);
}
.head__area{
	background-color: var(--GREEN01);
	padding: 10px 0;
	position: sticky;
	top: 0;
	z-index: 995;
}
.head__title{
	width: clamp( 85px, 10vw, 100px);
	margin: 0 auto;
}
.hamburger__btn {
  width: 30px;
  height: 20px;
  position: absolute;
  cursor: pointer;
	top: 9px;
	right: 0;
	z-index: 996;
}
.slidupmenu{
	z-index: 997;
}
.hamburger__btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--BEIGE01);
  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: var(--BEIGE01);
}
.hamburger__btn.active span::after {
  transform: translateY(-8px) rotate(-45deg);
  background-color: var(--BEIGE01);
}
.hamburger__area{
	max-width: 2020px;
	position: relative;
	margin: 0 auto;
}
.hamburger__content{
	max-width: 800px;
	width: 100%;
	background-color: var(--GREEN01);
	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 var(--GRAY01);
}
.accordion-btn{
	cursor: pointer;
}
.hamburger__accordion-btn{
	display: block;
	padding: 5px 0;
}
.accordion-content{
	display: none;
}
.hamburger__accordion-content{
	background-color: var(--GREEN01);
	font-size: 14px;
	padding: 7px 0;
}
.accordion-btn::after {
	content: '＋';
	display: inline-block;
	margin-left: 5px;
	color: var(--BEIGE01);
	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: var(--BEIGE02);
	color: var(--GREEN01);
	font-size: 14px;
	padding: 8px 14px 3px;
	margin: 0 auto;
}
.pelaq__footer .hamburger__line a{
	color: var(--GREEN01);
}
.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 120px;
	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: 17px;
		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: 60px;
  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;
	}
}
.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__product-price::before{
	content: '¥';
}
.category__btn a{
	display: block;
	width: 90px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 13px;
	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;
}
@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;
	}
}
/* カラー検索 */
.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;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■アリソン■■■■■■■■■■■■■■■■■■■■■■■■■■ */
:root{
	/* カラー */
	--BLACK: #000000;
	--WHITE: #FFFFFF;
	--GREEN01:#0F200E;
	--BEIGE01:#D7CEBA;
	--BEIGE02: #E8E9E7;
	--GRAY01: #777777;

	/* フォント */
	--FF_BASE: "Noto Serif JP", serif;
	--FF_BELLEFAIR: "Bellefair", serif;

	/* 英字フォント */
	--FF_NUM:  var(--FF_BASE);
	--FF_EN: var(--FF_BELLEFAIR);

	/* フォトサイズ */
	--FZ_9: clamp(8px, 0.8vw, 9px);
	--FZ_10: clamp(8px, 0.8vw, 10px);
	--FZ_11: clamp(10px, 1.1vw, 11px);
	--FZ_12: clamp(10px, 1.1vw, 12px);
	--FZ_13: clamp(11px, 1vw, 13px);
	--FZ_14: clamp(12px, 1.2vw, 14px);
	--FZ_15: clamp(13px, 1.4vw, 15px);
	--FZ_16: clamp(14px, 1.5vw, 16px);
	--FZ_18: clamp(15px, 1.6vw, 18px);
	--FZ_20: clamp(16px, 1.8vw, 20px);
	--FZ_22: clamp(18px, 2vw, 22px);
	--FZ_25: clamp(20px, 2vw, 25px);
	--FZ_28: clamp(22px, 2.5vw, 28px);
	--FZ_30: clamp(25px, 3vw, 30px);
	--FZ_35: clamp(25px, 3vw, 35px);
	--FZ_38: clamp(30px, 3.5vw, 38px);
	--FZ_40: clamp(30px, 3.5vw, 40px);
	--FZ_43: clamp(30px, 4vw, 43px);
	--FZ_50: clamp(30px, 4vw, 50px);
	--FZ_60: clamp(40px, 5vw, 60px);
	--FZ_70: clamp(50px, 6vw, 70px);
	--FZ_10_CONST: 10px;
	--FZ_12_CONST: 12px;
	--FZ_14_CONST: 14px;
	--FZ_15_CONST: 15px;
	--FZ_16_CONST: 16px;
	--FZ_18_CONST: 18px;
	--FZ_20_CONST: 20px;

	/* ブロック間 */
	--GAP_10: clamp( 5px, 1.1vw, 10px);
	--GAP_15: clamp( 10px, 1.2vw, 15px);
	--GAP_20: clamp( 15px, 1.7vw, 20px);
	--GAP_25: clamp( 15px, 1.7vw, 25px);
	--GAP_35: clamp( 20px, 2.5vw, 35px);
	--GAP_30: clamp( 20px, 2.5vw, 30px);
	--GAP_40: clamp( 30px, 3.5vw, 40px);
	--GAP_50: clamp( 30px, 3.5vw, 50px);
	--GAP_60: clamp( 40px, 4.5vw, 60px);
	--GAP_65: clamp( 50px, 5.5vw, 65px);
	--GAP_75: clamp( 60px, 6.5vw, 75px);
	--GAP_80: clamp( 50px, 5.5vw, 80px);
	--GAP_90: clamp( 60px, 6.5vw, 90px);
	--GAP_100: clamp( 70px, 7.5vw, 100px);
	--GAP_5_CONST: 5px;
	--GAP_10_CONST: 10px;
	--GAP_15_CONST: 15px;
	--GAP_20_CONST: 20px;
	--GAP_30_CONST: 30px;
	--GAP_40_CONST: 40px;

	/* テキストシャドウ */
	--TEXT_SHADOW: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
body{
	font-family: var(--FF_BASE);
}
.formReset button,
.formReset input[type="button"],
.formReset input[type="submit"],
.formReset input[type="text"],
.formReset input[type="image"],
.formReset select{
	background-color: unset;
	color: var(--TXT_COLOR_BASE);
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}
.formReset input[type="text"],
.formReset input[type="text"]::placeholder{
	font-family: var(--FF_BASE);
}
.formReset input[type="text"]{
	color: var(--TXT_COLOR_BASE);
}
.formReset input[type="text"]::placeholder{
	color: var(--GRAY03);
}
@media (hover: hover){
	.formReset button:hover,
	.formReset input[type="button"]:hover,
	.formReset input[type="submit"]:hover,
	.formReset input[type="image"]:hover,
	.formReset select:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	:root{
	/* インナー */
	--INNER_WIDTH: 90%;
	}
}
@media screen and (max-width: 767px){
:root{
	/* インナー */
	--INNER_WIDTH: 80%;
	}
}
/* -------------------ハンバーガー-------------------- */
.logo_tc{
	width: 90px;
}
@media screen and (min-width: 768px){
	.head__user{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.sp-nav{
		background-color: var(--BEIGE02);
	}
	.sp-nav li a{
		color: var(--GREEN01);
	}
	.sp-nav__list li:nth-of-type(n+2)::after{
		background-color: var(--GREEN01);
	}
	.fs-client-cart-count{
		background-color: var(--BEIGE01);
	}
	.hamburger__menu li,
	.hamburger__menu li a{
		color: var(--BEIGE01);
	}
	.head__user{
		position: absolute;
		width: fit-content;
		top: 12px;
		left: 14px;
	}
	.head__user a{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: var(--BEIGE01);
		gap: 4px;
		z-index: 1000;
		line-height: 1;
	}
	.head__user a i{
		font-size: 17px;
	}
	.head__user a span{
		display: block;
		font-size: 8px;
		font-family: var(--FF_EN);
		letter-spacing: 0;
	}
}
/* -------------------見出し-------------------- */
.als-g-heading--center > span{
	text-align: center;
	color: var(--GREEN01);
}
.als-g-heading__ja{
	display: block;
	font-weight: 400;
}
.als-g-heading__en{
	display: block;
	font-family: var(--FF_EN);
	font-weight: 400;
}
@media screen and (min-width: 768px){
  .als-g-headingContainer{
		margin-bottom: var(--GAP_50);
	}
	.als-g-heading__en{
		font-size: var(--FZ_40);
		line-height: 1.5;
	}
	.als-g-heading__ja{
		font-size: var(--FZ_18);
	}
}
@media screen and (max-width: 767px){
	.als-g-headingContainer{
		margin-bottom: 20px;
	}
	.als-g-heading__en{
		font-size: 26px;
		line-height: 1.5;
	}
	.als-g-heading__ja{
		font-size: 12px;
	}
}
/* -------------------SNS-------------------- */
.als-g-sns{
	display: flex;
	justify-content: center;
}
.als-g-sns i{
	color: var(--BEIGE01);
}
@media screen and (min-width: 768px){
	.als-g-sns{
		margin-top: var(--GAP_30);
		gap: var(--GAP_10);
	}
	.als-g-sns i{
		font-size: var(--FZ_25);
	}
}
@media screen and (max-width: 767px){
	.als-g-sns{
		margin-top: 30px;
		gap: 10px;
	}
	.als-g-sns i{
		font-size: 25px;
	}
}
/* -------------------ファーストビュー-------------------- */
.als-fv{
	position: relative;
}
.als-fv__message{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: var(--WHITE);
	font-family: var(--FF_EN);
	font-weight: 400;
	display: grid;
	text-shadow: var(--TEXT_SHADOW);
}
.als-fv__slide{
	line-height: 1;
}
@media screen and (min-width: 768px){
	.als-fv__message{
		padding-bottom: 25px;
		gap: var(--GAP_20);
		letter-spacing: 0.05em;
	}
	.als-fv__message__body{
		font-size: var(--FZ_18);
	}
	.als-fv__message__name{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.als-fv__slide img{
		aspect-ratio: 393/600;
		object-fit: cover;
	}
	.als-fv__message{
		padding-bottom: 20px;
		gap: 15px;
	}
	.als-fv__message__body{
		font-size: 13px;
	}
	.als-fv__message__name{
		font-size: 17px;
	}
}
/* -------------------カテゴリー-------------------- */
.als-categroy{
	width: var(--INNER_WIDTH);
	margin-inline: auto;
	display: flex;
	justify-content: center;
}
.als-categroy li{
	flex: 1;
}
.als-categroy li a{
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 93/180;
	position: relative;
	overflow: hidden;
}
.als-categroy li a::before{
	content: "";
	display: inline-block;
	background: var(--IMAGE) no-repeat center center / 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.als-categroy__name{
	text-align: center;
	font-family: var(--FF_EN);
	font-weight: 400;
	color: var(--WHITE);
	text-shadow: var(--TEXT_SHADOW);
	position: relative;
	z-index: 2;
}
.als-categroy__name small{
	display: block;
}
@media (hover: hover){
	.als-categroy li a:hover{
		opacity: 1;
	}
	.als-categroy li a::before{
		transition: transform 0.5s ease;
	}
	.als-categroy li a:hover::before{
		transform: scale(1.15);
	}
}
@media screen and (min-width: 768px){
	.als-categroy{
		max-width: 600px;
		margin-block: var(--GAP_80);
		gap: var(--GAP_30);
	}
	.als-categroy__name{
		font-size: var(--FZ_25);
	}
	.als-categroy__name small{
		font-size: var(--FZ_15);
	}
}
@media screen and (max-width: 767px){
	.als-categroy{
		gap: 10px;
		margin-block: 30px;
	}
	.als-categroy__name{
		font-size: 15px;
	}
	.als-categroy__name small{
		font-size: 10px;
	}
}
/* -------------------商品リスト-------------------- */
.als-productList{
	display: grid;
}
.als-productList__thumb img{
	aspect-ratio: 2/3;
	object-fit: cover;
}
.als-productList__name{
	line-height: 1.5;
}
.als-productList__name,
.als-productList__price{
	font-family: var(--FF_EN);
	font-weight: 400;
	color: var(--GREEN01);
}
@media (hover: hover){
	.als-productList__thumb{
		overflow: hidden;
	}
	.als-productList__thumb img{
		transition: transform 0.5s ease;
	}
	.als-productList article a:hover,
	.als-productList article a:hover img{
		opacity: 1 !important;
	}
	.als-productList article a:hover img{
		transform: scale(1.15);
	}
}
@media screen and (min-width: 768px){
	.als-productList{
		gap: 20px;
		grid-template-columns: repeat(3,1fr)
	}
	.als-productList__name{
		margin-block: 10px 5px;
	}
}
@media screen and (max-width: 767px){
	.als-productList{
		gap: 20px 10px;
		grid-template-columns: repeat(3,1fr)
	}
	.als-productList__name{
		font-size: 12px;
		margin-block: 10px 3px;
		letter-spacing: 0;
	}
	.als-productList__price{
		font-size: 11px;
		letter-spacing: 0;
	}
}
/* -------------------生地の種類-------------------- */
.als-fabric{
	width: var(--INNER_WIDTH);
	margin-inline: auto;
}
.als-fabric__list{
	display: grid;
}
.als-fabric__nameContainer{
	position: relative;
	aspect-ratio: var(--ASPECT-RATIO);
	height: auto;
	--ASPECT-RATIO: 300/94;
}
.als-fabric__youtube{
	display: block;
  width: 100%;
	height: auto;
	aspect-ratio: var(--ASPECT-RATIO);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.5s linear;
}
.als-fabric__picture{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.als-fabric__picture img{
	aspect-ratio: var(--ASPECT-RATIO);
	object-fit: cover;
}
.als-fabric__name{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	text-shadow: var(--TEXT_SHADOW);
	font-weight: 400;
	letter-spacing: 0.1em;
}
.als-fabric__name--white{
	color: var(--WHITE);
}
.als-fabric__name--black{
	color: var(--GREEN01);
}
.als-fabric__item__heading{
	text-align: center;
	color: var(--GREEN01);
}
@media (hover: hover){
	.als-fabric__list > li:hover .als-fabric__youtube{
		opacity: 1;
	}
}
@media screen and (min-width: 768px){
	.als-fabric{
		margin-bottom: var(--GAP_100);
	}
	.als-fabric__nameSpContainer{
		display: contents;
	}
	.als-fabric__nameContainer{
		margin-bottom: var(--GAP_30);
	}
	.als-fabric__viewItem{
		display: none;
	}
	.als-fabric__list{
		grid-template-columns: repeat(2,1fr);
		gap: var(--GAP_80);
	}
	.als-fabric__name{
		font-size: var(--FZ_25);
	}
	.als-fabric__item__heading{
		font-size: var(--FZ_20);
		margin-bottom: var(--GAP_30);
	}
}
@media screen and (max-width: 767px){
	.als-fabric{
		margin-bottom: 50px;
	}
	.als-fabric__list{
		gap: 30px;
	}
	.als-fabric__nameSpContainer{
		width: 90%;
		margin-inline: auto;
	}
	.als-fabric__nameSpContainer.is-open .als-fabric__youtube{
		opacity: 1;
	}
	.als-fabric__viewItem{
		width: 100%;
		padding-top: 10px;
		text-align: center;
	}
	.als-fabric__itemContainer{
		display: none;
		padding-top: 10px;
	}
	.als-fabric__item__heading{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.als-fabric__item{
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
	}
}
/* ----------------als-section---------------- */
.als-section{
	width: var(--INNER_WIDTH);
	margin-inline: auto;
}
.als-headingHasLine{
	font-weight: 400;
	display: flex;
	align-items: center;
	font-family: var(--FF_EN);
	gap: var(--GAP_20);
}
.als-headingHasLine::after{
	content: '';
	display: block;
	flex-grow: 1;
	height: 1px;
	background-color: var(--GRAY01);
	margin: 0 auto;
}
.als-news__list{
	display: grid;
}
@media screen and (min-width: 768px){
	.als-section{
		max-width: 800px;
		margin-bottom: var(--GAP_80);
	}
	.als-headingHasLine{
		margin-bottom: var(--GAP_30);
	}
	.als-section .als-productList{
		gap: var(--GAP_20) var(--GAP_50);
		width: 90%;
		margin-inline: auto;
	}
	.als-news__list{
		width: fit-content;
		margin-inline: auto;
		gap: var(--GAP_10);
	}
}
@media screen and (max-width: 767px){
	.als-section{
		margin-bottom: 50px;
	}
	.als-headingHasLine{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.als-onePiece .als-productList{
		grid-template-columns: repeat(2,1fr);
	}
	.als-news__list li a{
		font-size: 12px;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
}
/* ----------------footer---------------- */
.als-footer{
	background-color: var(--GREEN01);
}
.als-footer .als-g-sns i{
	color: var(--BEIGE01);
}
.als-footer .footer__menu li{
	border: none;
	text-align: center;
}
.als-footer .footer__menu li a{
	color: var(--BEIGE01);
}
@media screen and (min-width: 768px){
	.als-footer{
		margin-top: var(--GAP_80);
		padding-block: var(--GAP_40);
	}
	.als-f-logo{
		width: 136px;
		margin: 0 auto;
	}
	.als-footer .footer__menu li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 767px){
	.als-footer{
		margin-top: 50px;
		padding-block: 30px 70px;
	}
	.als-f-logo{
		width: 136px;
		margin: 0 auto;
	}
	.als-footer .footer__menu li a{
		font-size: 12px;
	}
}
/* フェードアップ */
/* .fadeupTrigger01{
	opacity: 0;
}
.fadeupTrigger02{
	opacity: 0;
}
.fadeup01{
	animation: fadeUp forwards 1.5s ease 0.3s normal;
}
.fadeup02{
	animation: fadeUp forwards 1.5s ease 0.8s normal;
}
@keyframes fadeUp{
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */


/* スタッフスタート */
@media screen and (min-width: 768px){
	.als-staffSnap .fs-c-coordinationList__list{
		display: flex;
		flex-wrap: wrap;
	}
	.als-staffSnap .fs-c-coordinationList__list article{
		width:23.5%;
		margin-right:2%;
	}
	.als-staffSnap .fs-c-coordinationList__list article:nth-child(4n){
		margin-right: 0;
	}
	.als-staffSnap .fs-c-coordinationList__list article:nth-child(n+5){
		display: none;
	}
	.fs-c-coordinationCatalog{
		max-width: 980px;
		margin-inline: auto;
	}
	.fs-c-coordinationCatalog__header{
		margin-bottom: 20px;
	}
	.fs-c-coordinationList__list .fs-c-coordinationListItem__creationDate, .fs-c-coordinationList__list .fs-c-coordinationNewMark, .fs-c-coordinationList__list .fs-c-coordinationListItem__publicationDate, .fs-c-coordinationList__list .fs-c-coordinationListItem__coordinationHeight {
		display: none;
	}
	.product__recommendarea .fs-c-coordinationCatalog__title{
		display: none;
	}
	.fs-c-coordinationCatalog__list{
		display: flex;
		flex-wrap: wrap;
	}
	.fs-c-coordinationCatalog__list article{
		width:23.5%;
		margin-right:2%;
	}
	.fs-c-coordinationCatalog__list article:nth-child(4n){
		margin-right: 0;
	}
	.fs-c-coordinationCatalog__list article:nth-child(n+5){
		display: none;
	}
	.fs-c-coordinationCatalog__list .fs-c-coordinationListItem__creationDate, .fs-c-coordinationCatalog__list .fs-c-coordinationNewMark, .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__publicationDate, .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__coordinationHeight {
		display: none;
	}
	.fs-c-coordinationListItem__staffInfo__name,.fs-c-coordinationListItem__staffInfo__shop{
		display	:block;
		width: 100%;
	}
	.fs-c-coordinationListItem__staffInfo {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-gap: 8px;
		align-items: start;
		margin: 8px 0;
	}
	.fs-c-coordinationListItem__staffInfo__image {
		width: 36px;
		height: 36px;
	}
	.fs-c-staffImage {
		display: block;
		display: grid;
		height: 0;
		padding-bottom: 100%;
		position: relative;
		border-radius: 50%;
		overflow: hidden;
	}
	.fs-c-staffImage img {
		width: 100%;
		border-radius: 50%;
	}
	.fs-c-coordinationListItem__staffInfo__profile {
		display: flex;
		flex-wrap: wrap;
		font-size: 11px;
		line-height: 1.5;
		color:#999;
	}
	.fs-c-coordinationListItem__staffInfo__profile a{
		color:#727272;
	}
	.fs-c-coordinationListItem__staffInfo__profile {
		flex-basis: 100%;
		word-break: break-all;
	}
	.fs-c-coordinationListItem__staffInfo__ruby,.fs-c-coordinationListItem__staffInfo__label{
		display: none;
	}
	.fs-c-coordinationListItem__staffInfo__shop,.fs-c-coordinationListItem__staffInfo__height{
		font-size:10px;
	}
	.fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__height::before, .fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__shop::before {
		content: "#";
		padding-right: 2px;
	}
	.fs-c-coordinationCatalog__footer{
		text-align: center;
		margin-top: 25px;
	}
	.fs-c-coordinationCatalog__footer a{
		display: block;
		padding:8px 0 6px;
		font-size:14px;
		color: #353535;
		letter-spacing:3px;
	}
	.fs-c-coordinationCatalog__footer a:hover{
		color:#6a6a6a;
	}
	.fs-c-breadcrumb__list li:first-child{
		display: none;
	}
	.fs-c-breadcrumb__list li:nth-child(2):before{
		content: none;
	}
}
@media screen and (max-width: 767px){
	.als-staffSnap .fs-c-coordinationList__list{
		display: flex;
		overflow: scroll;
		padding-bottom: 13px;
	}
	.als-staffSnap .fs-c-coordinationList__list article{
		min-width: 130px;
		margin-right: 15px;
	}
	.als-staffSnap .fs-c-coordinationList__list article:nth-child(n+11){
		display: none;
	}
	.fs-c-coordinationCatalog__header{
		margin-bottom: 10px;
	}
	.fs-c-coordinationList__list .fs-c-coordinationListItem__creationDate, .fs-c-coordinationList__list .fs-c-coordinationNewMark, .fs-c-coordinationList__list .fs-c-coordinationListItem__publicationDate, .fs-c-coordinationList__list .fs-c-coordinationListItem__coordinationHeight {
		display: none;
	}
	.product__recommendarea .fs-c-coordinationCatalog__title{
		display: none;
	}
	.fs-c-coordinationCatalog__list{
		display: flex;
		overflow: scroll;
		padding: 0 0 13px 5%;
	}
	.fs-c-coordinationCatalog__list article{
		min-width: 130px;
		max-width: 130px;
		margin-right: 15px;
	}
	.fs-c-coordinationCatalog__list article:nth-child(4n){
		margin-right: 0;
	}
	.fs-c-coordinationCatalog__list article:nth-child(n+5){
		display: none;
	}
	.fs-c-coordinationCatalog__list .fs-c-coordinationListItem__creationDate, .fs-c-coordinationCatalog__list .fs-c-coordinationNewMark, .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__publicationDate, .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__coordinationHeight {
		display: none;
	}
	.fs-c-coordinationListItem__staffInfo__name,.fs-c-coordinationListItem__staffInfo__shop{
		display	:block;
		width: 100%;
	}
	.fs-c-coordinationListItem__staffInfo {
		display: grid;
		grid-template-columns: auto 1fr;
		grid-gap: 8px;
		align-items: start;
		margin: 8px 0;
	}
	.fs-c-coordinationListItem__staffInfo__image {
		width: 36px;
		height: 36px;
	}
	.fs-c-staffImage {
		display: block;
		display: grid;
		height: 0;
		padding-bottom: 100%;
		position: relative;
		border-radius: 50%;
		overflow: hidden;
	}
	.fs-c-staffImage img {
		width: 100%;
		border-radius: 50%;
	}
	.fs-c-coordinationListItem__staffInfo__profile {
		display: flex;
		flex-wrap: wrap;
		font-size: 11px;
		line-height: 1.5;
		color:#999;
	}
	.fs-c-coordinationListItem__staffInfo__profile a{
		color:#727272;
	}
	.fs-c-coordinationListItem__staffInfo__profile {
		flex-basis: 100%;
		word-break: break-all;
	}
	.fs-c-coordinationListItem__staffInfo__ruby,.fs-c-coordinationListItem__staffInfo__label{
		display: none;
	}
	.fs-c-coordinationListItem__staffInfo__shop,.fs-c-coordinationListItem__staffInfo__height{
		font-size:10px;
	}
	.fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__height::before, .fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__shop::before {
		content: "#";
		padding-right: 2px;
	}
	.fs-c-coordinationCatalog__footer{
		text-align: center;
		width:180px;
		margin:0 auto;
	}
	.fs-c-coordinationCatalog__footer a{
		text-decoration: underline;
		display: block;
		padding:8px 0 6px;
		font-size:11px;
	}
}
.als-more{
	text-align: center;
	margin-top: 30px;
}
.als-more a{
	display: block;
	width: fit-content;
	margin-inline: auto;
	color: var(--GREEN01);
	border-bottom: 1px solid var(--GREEN01);
}
