@charset "utf-8";

/* ================================================================================================ */
/*																																																	*/
/*    ãªã»ãã																					 																						*/
/*																																																	*/
/* ================================================================================================ */
		
/*ããªã»ããCSS-å¨ä½
=====================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "æ¸¸ã´ã·ãã¯ä½", YuGothic, "æ¸¸ã´ã·ãã¯ Medium", "Yu Gothic Medium", "æ¸¸ã´ã·ãã¯", "Yu Gothic", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing: border-box;
}

/*=====================================================
                      å±é
=====================================================*/
html{
	font-size: 62.5%;
}
body{
	color: #363636;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'æ¸¸ã´ã·ãã¯', meiryo, sans-serif;
}
a{
	color: #363636;
	text-decoration: none;
}

/* ã¡ã¤ã³ã³ã³ãã³ã */
.mainContents{
	background: #fff9dd;
}

/* ã¡ã¤ã³ */
.mainWrap{
	background: #fff;
	text-align: center;
}
body.store .mainWrap{
	position: relative;
}
body.store .mainImg img{
	width: 100%;
}


/* ã¬ã¤ã¢ã¦ã */
[class*='layout']{
	display: flex;
}

.header{
	background: #fdd000;
}

/*=====================================================
                      SP
=====================================================*/
@media screen and (max-width: 767px) {
		
	.spNone { display: none!important; }

	body{
		width: 100%;
		font-size: 1.4rem;
		font-size: 14px;
		line-height: 1.75;
	}

	/* header */
	.header{
		padding: 10px 0;
	}
	.header .logoImg{
		width: 11%;
		margin: 0 auto;
	}

	/* footer */
	.footer{
		font-size: 1.2rem;
		color: #333333;
		text-align: center;
		background: #fdd100;
		padding: 5.5vw;
	}

	/* pageTopãã¿ã³ */
	.pageTopBtn{
		width: 14%;
		position: fixed;
		right: 13px;
		bottom: 70px;
	}

	.mainContents{
		padding-bottom: 20vw;
	}

	/* title */
	.titleA{
		width: 78vw;
		margin-bottom: 5.6vw;
	}

	/* ------------------------------
	ãããããã¼ã¸
	------------------------------ */
	.readWrap{
		padding-top: 8.6vw;
		margin-bottom: 5.7vw;
	}
	.layoutA{
		align-items: flex-end;
		margin-bottom: 9.3vw;
	}
	.layoutA .textWrap{
		width: 69%;
		padding: 0 11.1vw 0 4vw;
	}
	.layoutA .imgWrap{
		width: 31%;
	}
	.layoutB{
		align-items: flex-end;
		margin-bottom: 3.2vw;
	}
	.layoutB .textWrap{
		width: 69%;
		padding: 0 4vw;
	}
	.layoutB .imgWrap{
		width: 31%;
	}
	.layoutC{
		margin-bottom: 3vw;
	}
	.layoutC .textWrap{
		width: 62%;
		padding-right: 3.5vw;
	}
	.layoutC .imgWrap{
		width: 38%;
		height: 140px;
    text-align: center;
	}
	.layoutC .textWrap p{
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	.layoutC .imgWrap img{
		max-height: 100%;
	}
	.busImgWrap{
		overflow: hidden;
		padding-bottom: 3px;
	}
	.busImg{
		width: 16%;
		animation: busMove 10s linear infinite;
		transform: translateX(1000%);
	}
	@keyframes busMove {
		0%{
			transform: translateX(1000%);
		}
		100%{
			transform: translateX(-200%);
		}
	}
	.busImg img{
		animation: busMoveWeave 0.3s linear infinite;
	}
	@keyframes busMoveWeave {
		0%{
			transform: translateY(0);
		}
		100%{
			transform: translateY(2px);
		}
	}

	

	/* éå¬æå ± */
	.openingWrap{
		background: #fff;
		position: relative;
		margin: 0 4vw 8vw;
	}
	.openingTtl{
		width: 38%;
		position: absolute;
		top: -10%;
    left: 7%;
	}
	.openingDetailWrap {
		height: 53vw;
		border: 2px solid #333333;
		border-radius: 3px;
		box-shadow: 4px 4px 2px rgba(37,37,37,0.3);
		overflow-y: auto;
		padding: 7.3vw 3.7vw 0;
	}
	.openingDetailWrap .openingList li{
		border-bottom: 1px dotted #fddd3f;
		padding-bottom: 3.0vw;
		margin-bottom: 4.2vw;
	}

	.openingDetailWrap .itemBlock .date, 
	.pickupDetail .openingDate{
		display: inline-block;
		font-size: 1.2rem;
		color: #fff;
		line-height: 1;
		background: #363636;
		border-radius: 30px;
		padding: 5px 16px;
		margin-bottom: 2.5vw;
	}
	.pickupDetail .openingDate {
		align-self: flex-start;
	}
	.openingDetailWrap .itemBlock .storeLink{
		display: block;
		font-weight: bold;
		color: #363636;
	}
	.openingDetailWrap .openingDetailText{
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}


	/* PICK UP */
	.pickupArea{
		padding: 0 4vw;
		margin-bottom: 11vw;
	}
	.pickupBlock{
		border: 2px solid #333333;
		border-radius: 4px;
		margin-bottom: 6vw;
	}
	.pickupBlock:nth-child(n+7){
		display: none;
	}

	.pickupBlock .pickupTtl{
		border-radius: 4px 4px 0 0;
		background: #fdd000;
		font-weight: bold;
		font-size: 1.7rem;
		padding: 2.4vw 0;
		text-align: center;
	}
	.pickupDetail{
		padding: 4vw 4vw 5.1vw;
	}
	.pickupDetail .pickupSubTtl{
		font-size: 1.5rem;
		font-weight: bold;
		border-bottom: 2px solid #5e5e5e;
		padding-bottom: 1.9vw;
		margin-bottom: 4.3vw;
	}
	.detailBtn{
		width: 38%;
		margin: 0 auto;
	}
	.detailBtn a{
		display: block;
		transition: transform .2s;
	}
	.detailBtn a:hover{
		animation: poyon .3s;
	}	

	/* ãåºããæ¢ã */
	.storeSearchArea{
		padding: 0 4vw;
	}

	.acWrap{
		margin-bottom: 6.4vw;
	}
	.acWrap .acTrigger{
		font-size: 2.2rem;
		font-weight: bold;
		border-bottom: 1px solid #333333;
		padding: 0.8vw 0;
		position: relative;
	}
	.acWrap .acTrigger.inactive{
		pointer-events: none;
		display: flex;
		align-items: end;
	}
	.acWrap .acTrigger.inactive span {
		font-size: 1.2rem;
    margin-left: 0.5em;
    font-weight: normal;
	}
	.acWrap .acTrigger:before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background: #fdd100;
		position: absolute;
		bottom: -3px;
		left: 0;
	}
	.acWrap .acTrigger::after{
		content: "";
		display: block;
		width: 6.5vw;
		height: 6.5vw;
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/ico_plus.png) center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2%;
		margin: auto;
	}
	.acWrap .acTrigger.open::after{
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/ico_minus.png) center no-repeat;
		background-size: contain;
	}
	.acWrap .acTrigger.inactive::after{
		content: none;
	}


	.acWrap .acContents{
		display: none;
		padding-top: 4vw;
	}

	.storeList{
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.storeList li{
		width: calc((100% - 10px) / 2);
		padding-left: 1em;
		text-indent: -1em;

	}
	.storeList li:nth-of-type(odd){
		padding-right: 2vw;
	}
	.storeList li::before{
		content: "";
		display: inline-block;
		width: 2.5vw;
		height: 2.6vw;
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/ico_arrow.png) center no-repeat;
		background-size: contain;
		margin-right: 1vw;
	}

	.storeList li a{
		font-size: 1.3rem;
		font-weight: bold;
	}

	/* ------------------------------
	ãååºèãã¼ã¸
	------------------------------ */
	body.store .mainWrap{
		border-bottom: 2px solid #363636;
	}
	body.store .mainWrap .busImgWrap{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -3px;
	
	}
	body.store .mainWrap .busImgWrap .busImg{
		width: 8%;
		animation: busMove2 30s linear infinite;
		transform: translateX(1300%);
	}
	@keyframes busMove2 {
		0%{
			transform: translateX(1300%);
		}
		100%{
			transform: translateX(-200%);
		}
	}
	body.store .mainWrap .busImgWrap .busImg img{
		animation: busMoveWeave2 0.3s linear infinite;
	}
	@keyframes busMoveWeave2 {
		0%{
			transform: translateY(0);
		}
		100%{
			transform: translateY(1px);
		}
	}

	.storeTtlWrap{
		background: #fdd000;
		padding: 4vw 0 4.4vw;
	}
	.storeTtl{
		width: 92%;
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
		margin: 0 auto;
	}
	.subTtl{
		display: block;
		font-size: 1.4rem;
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/img_sub_ttl_line.png) bottom left no-repeat;
		background-size: contain;
		padding-bottom: 0.9vw;
    margin-bottom: 2.7vw;
	}

	.openPeriodWrap{
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/bg_open_period.png) top left;
		background-size: 10%;
		text-align: center;
		font-size: 1.5rem;
		padding: 3.3vw 0;
	}
	.storeNameWrap{
		text-align: center;
		font-size: 1.5rem;
		background: #fff;
		padding: 3.3vw 0;
		margin-bottom: 11vw;
	}

	/* slider */
	body.store .sliderWrap{
		width: 80%;
		margin:  0 auto 5.7vw;
		position: relative;
	}
	body.store .sliderWrap .slick-track {
		display: flex;
		align-items: center;
	}
	body.store .sliderWrap .slick-slide {
	/*height: 50.7vw !important;*/
	display: flex;
    align-items: center;
	}
	body.store .sliderWrap .slick-slide img {
		max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
	}
	body.store .sliderWrap .slick-prev, 
	body.store .sliderWrap .slick-next{
		width: 23px;
    height: 23px;
	}
	body.store .sliderWrap .slick-prev {
    left: -30px;
	}
	body.store .sliderWrap .slick-next {
		right: -30px;
	}

	body.store .sliderWrap .slick-prev:before, 
	body.store .sliderWrap .slick-next:before{
		content: "";
	}

	.describeTextWrap{
		font-size: 1.6rem;
		margin-bottom: 11.3vw;
		padding: 0 4vw;
	}

	.linkBtnWrap{
		margin-bottom: 4.5vw;
	}
	.linkBtnWrap .linkBtn{
		width: 55%;
		margin: 0 auto 4vw;
	}
	.linkBtnWrap .linkBtn a{
		display: block;
		transition: transform .2s;
	}

	.linkBtnWrap .linkBtn a:hover{
		animation: poyon .3s;
	}
	
	@keyframes poyon {
		from, to { transform: none; }
		50% { transform: scale(.9); }
	}

	.snsIco{
		width: 7%;
		margin: 0 auto;
	}




}
		
/*=====================================================
                        PC
=====================================================*/
@media print, screen and (min-width: 768px) {
	
	.pcNone { display: none!important; }
	
	body{
		width: 100%;
		font-size: 1.6rem;
		font-size: 16px;
		line-height: 1.75;
	}

	.fitWidthA{
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	/* header */
	.header{
		padding: 14px 0;
	}
	.header .logoImg{
		width: 50px;
		margin: 0 auto;
	}

	/* footer */
	.footer{
		font-size: 1.2rem;
		color: #333333;
		text-align: center;
		background: #fdd100;
		padding: 25px 0;
	}


	/* pageTopãã¿ã³ */
	.pageTopBtn{
		width: 100%;
		margin: 0 auto;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 60px;
		pointer-events: none;
	}
	.pageTopBtn a{
		pointer-events: initial;
		display: block;
		width: 72px;
		margin-left: auto;
	}

	.mainContents{
		padding-bottom: 116px;
	}

	/* title */
	.titleA{
		width: 520px;
		margin-bottom: 43px;
	}

	/* ------------------------------
	ãããããã¼ã¸
	------------------------------ */
	.readWrap{
		padding-top: 65px;
		margin-bottom: 60px;
	}
	.layoutA{
		align-items: flex-end;
		margin-bottom: 70px;
	}
	.layoutA .textWrap{
		width: 68%;
		padding-right: 60px;
	}
	.layoutA .imgWrap{
		width: 32%;
	}
	.layoutB{
		align-items: flex-end;
		margin-bottom: 30px;
	}
	.layoutB .textWrap{
		width: 71%;
		padding-left: 85px;
	}
	.layoutB .imgWrap{
		width: 29%;
		padding-left: 43px;
	}
	.layoutC{
		gap: 20px;
		margin-bottom: 40px;
	}
	.layoutC .textWrap{
		width: 59%;
	}
	.layoutC .textWrap p{
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	}

	.layoutC .imgWrap{
		width: 41%;
		height: 146px;
		text-align: center;
	}
	.layoutC .imgWrap img{
		max-height: 100%;
	}

	.busImgWrap{
		overflow: hidden;
		padding-bottom: 3px;
	}
	.busImg{
		width: 16%;
		animation: busMove 20s linear infinite;
		transform: translateX(1000%);
	}
	@keyframes busMove {
		0%{
			transform: translateX(1000%);
		}
		100%{
			transform: translateX(-200%);
		}
	}
	.busImg img{
		animation: busMoveWeave 0.3s linear infinite;
	}
	@keyframes busMoveWeave {
		0%{
			transform: translateY(0);
		}
		100%{
			transform: translateY(2px);
		}
	}

	/* éå¬æå ± */
	.openingWrap{
		width: 82%;
		background: #fff;
		position: relative;
		margin: 0 auto 105px;
	}
	.openingTtl{
		width: 194px;
		position: absolute;
		top: -10%;
    left: 7%;
	}
	.openingDetailWrap {
		height: 360px;
		border: 4px solid #333333;
		border-radius: 8px;
		box-shadow: 4px 4px 2px rgba(37,37,37,0.3);
		overflow-y: auto;
		padding: 30px 40px 0;
	}
	.openingDetailWrap .openingList li{
		border-bottom: 1px dotted #fddd3f;
		padding-bottom: 18px;
		margin-bottom: 28px;
	}

	.openingDetailWrap .itemBlock .date,
	.pickupDetail .openingDate{
		display: inline-block;
		color: #fff;
		line-height: 1;
		background: #363636;
		border-radius: 30px;
		padding: 5px 22px;
		margin-bottom: 15px;
	}
	.pickupDetail .openingDate{
		align-self: flex-start;
	}
	.openingDetailWrap .itemBlock .storeLink{
		display: block;
		color: #363636;
		font-weight: bold;
    white-space: nowrap;
	}
	.openingDetailWrap .openingDetailText{
		overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}

	/* PICK UP */
	.pickupArea{
		margin-bottom: 100px;
	}
	.pickupWrap{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.pickupBlock{
		width: calc((100% - 15px)/2);
		display: flex;
		flex-direction: column;
		border: 2px solid #333333;
		border-radius: 8px;
	}
	.pickupBlock:nth-child(n+7){
		display: none;
	}
	.pickupBlock .pickupTtl{
		border-radius: 8px 8px 0 0;
		background: #fdd000;
		font-weight: bold;
		font-size: 2.2rem;
		padding: 17px 0;
		text-align: center;
	}
	.pickupDetail{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		padding: 20px 30px 30px;
	}
	.pickupDetail .pickupSubTtl{
		font-size: 1.8rem;
		font-weight: bold;
		border-bottom: 2px solid #5e5e5e;
		padding-bottom: 12px;
		margin-bottom: 20px;
	}
	.detailBtn{
		width: 42%;
		margin: auto auto 0;
	}
	.detailBtn a{
		display: block;
		transition: transform .2s;
	}
	
	.detailBtn a:hover{
		animation: poyon .3s;
	}

	.detailBtn a:active{
		animation: poyon .3s;
	}

	@keyframes poyon {
		from, to { transform: none; }
		50% { transform: scale(.9); }
	}

	
	/* ãåºããæ¢ã */
	.acWrap{
		margin-bottom: 38px;
	}
	.acWrap .acTrigger{
		font-size: 2.4rem;
		font-weight: bold;
		border-bottom: 2px solid #333333;
		padding: 2px 0;
		position: relative;
		cursor: pointer;
	}
	.acWrap .acTrigger.inactive{
		pointer-events: none;
	}
	.acWrap .acTrigger.inactive span {
		font-size: 1.6rem;
    margin-left: 1em;
    font-weight: normal;
	}
	.acWrap .acTrigger:before{
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		background: #fdd100;
		position: absolute;
		bottom: -6px;
		left: 0;
	}
	.acWrap .acTrigger::after{
		content: "";
		display: block;
		width: 32px;
		height: 32px;
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/ico_plus.png) center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 18px;
		margin: auto;
	}
	.acWrap .acTrigger.open::after{
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/ico_minus.png) center no-repeat;
		background-size: contain;
	}
	.acWrap .acTrigger.inactive::after{
		content: none;
	}


	.acWrap .acContents{
		display: none;
		padding-top: 20px;
	}

	.storeList{
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.storeList li{
		width: calc((100% - 20px) / 3);
		padding-left: 1.8em;
    text-indent: -1.8em;

	}
	.storeList li::before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/ico_arrow.png) center no-repeat;
		background-size: contain;
		margin-right: 11px;
	}

	.storeList li a{
		font-size: 1.8rem;
		font-weight: bold;
	}

	/* ------------------------------
	ãååºèãã¼ã¸
	------------------------------ */
	body.store .mainWrap{
		border-bottom: 3px solid #363636;
	}
	body.store .mainWrap .busImgWrap{
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -3px;
	
	}
	body.store .mainWrap .busImgWrap .busImg{
		width: 3%;
		animation: busMove2 30s linear infinite;
		transform: translateX(4000%);
	}
	@keyframes busMove2 {
		0%{
			transform: translateX(4000%);
		}
		100%{
			transform: translateX(-200%);
		}
	}
	body.store .mainWrap .busImgWrap .busImg img{
		animation: busMoveWeave2 0.3s linear infinite;
	}
	@keyframes busMoveWeave2 {
		0%{
			transform: translateY(0);
		}
		100%{
			transform: translateY(1px);
		}
	}
	.storeTtlWrap{
		background: #fdd000;
		padding: 30px 0 20px;
	}
	.storeTtl{
		width: 688px;
		text-align: center;
		font-size: 2.8rem;
		font-weight: bold;
		margin: 0 auto;
	}
	.subTtl{
		display: block;
		font-size: 2.0rem;
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/img_sub_ttl_line.png) bottom left no-repeat;
		background-size: contain;
		padding-bottom: 7px;
    margin-bottom: 20px;
	}
	.openPeriodWrap{
		background: url(https://www.loft.co.jp/lp/jimotoloft/lib/img/bg_open_period.png) top left;
		text-align: center;
		font-size: 1.8rem;
		padding: 15px 0;
	}
	.storeNameWrap{
		text-align: center;
		font-size: 2.0rem;
		background: #fff;
		padding: 13px 0;
		margin-bottom: 60px;
	}

	/* slider */
	body.store .sliderWrap{
		width: 600px;
		margin:  0 auto 40px;
		position: relative;
	}
	body.store .sliderWrap .slick-track {
		display: flex;
		align-items: center;
	}
	body.store .sliderWrap .slick-slide {
		height: 380px !important;
		display: flex;
    align-items: center;
	}
	body.store .sliderWrap .slick-slide img {
		max-height: 100%;
    margin: 0 auto;
    object-fit: contain;
	}
	body.store .sliderWrap .slick-prev, 
	body.store .sliderWrap .slick-next{
		width: 39px;
    height: 39px;
	}
	body.store .sliderWrap .slick-prev {
    left: -55px;
	}
	body.store .sliderWrap .slick-next {
		right: -55px;
	}

	body.store .sliderWrap .slick-prev:before, 
	body.store .sliderWrap .slick-next:before{
		content: "";
	}

	.describeTextWrap{
		font-size: 1.8rem;
		line-height: 2.1;
		margin-bottom: 90px;
	}

	.linkBtnWrap{
		display: flex;
		justify-content: center;
		gap: 30px;
		margin-bottom: 60px;
	}
	.linkBtnWrap .linkBtn{
		width: 279px;
	}
	.linkBtnWrap .linkBtn a{
		display: block;
		transition: transform .2s;
	}

	.linkBtnWrap .linkBtn a:hover{
		animation: poyon .3s;
	}
	.linkBtnWrap .linkBtn a:active{
		animation: poyon .3s;
	}
	.snsIco{
		width: 35px;
		margin: 0 auto;
	}

}

/*=====================================================
                     TABLET
=====================================================*/
@media screen and (min-width: 767px) and (max-width: 970px) {
	
	.tbNone { display: none!important; }
		
		
}


body.store .sliderWrap .slick-dots li button:before{
	content: "";
	width: 12px;
	height: 12px;
	background: #333333;
	border-radius: 100%;
}
body.store .sliderWrap .slick-dots li.slick-active  button:before {
	width: 17px;
	height: 17px;
	background: #fdd000;
}
/* slick */
body.store .sliderWrap .slick-dots li {
	margin: 0 10px;
}
body.store .sliderWrap .slick-dots li button {
	position: relative;
}
body.store .sliderWrap .slick-dots li button:before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}
.slick-dots > li:first-child:last-child {
	display: none;
}

@media screen and (max-width: 767px) {
	body.store .sliderWrap .slick-dots li button:before{
		width: 8px;
		height: 8px;
	}
	body.store .sliderWrap .slick-dots li.slick-active  button:before {
		width: 13px;
		height: 13px;
	}
}