.t-numberlist li:before{
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	left: 0;
	top: 0;
}
.t-numberlist li:nth-child(n+3):before{
	width: 29px;
  height: 29px;
}
/*
.t-numberlist li:first-child:before{
	background: url(https://www.cloche.shop/s/images/trecode/top/1.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(2):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/2.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(3):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/3.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(4):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/4.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(5):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/5.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(6):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/6.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(7):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/7.png) center center / contain no-repeat;
}
.t-numberlist li:nth-child(8):before{
	background: url(https://www.cloche.shop/s/images/trecode/top/8.png) center center / contain no-repeat;
}
*/
.t-numberlist li{
	position: relative;
}
.t-slider .slick-dots li.slick-active button:before{
  color: #ffa0a0 !important;
}
.spnew-imgbox{
	position: relative;
}
.sp-ttag{
	position: absolute;
  font-size: 10px;
  left: 0;
  bottom: 0;
  background: rgba(240, 188, 173, 0.9);
  color: #000;
  padding: 0 5px;
  line-height: 1.7em;
}
/* EVENT TRECODE */
.eventimg{
	width: 80%;
/* 	margin: 20px auto 15px; */
	margin: 0;
}
.eventimg img{
	width: 100%;
	height: auto;
}
.eventlist-shop li{
  padding: 20px 0 13px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.openbox{
	text-align: center;
	margin: 20px 0;
	padding: 20px;
  border: 1px solid #aaaaaa;
	box-sizing: border-box;
}
.openbox span{
	font-size: 17px;
	font-weight: bold;
}
.openbox img{
	width: 90%;
	margin: 40px auto;
	display: block;
}
.recruit_btn {
	width: 80%;
	margin: 20px auto 0;
	font-size: 13px !important;
	text-align: center;
}
.recruit_btn a{
	display: block;
	background: #000;
	color: #fff;
	padding: 8px 0;
	border-radius: 3px;
}
.event-shoptext{
	margin-top: 10px;
	padding-bottom: 10px;
}
.eventshop-img{
	width: 80%;
	margin: 20px auto 15px;
}
.eventshop-img img {
	width: 100%;
	height: auto;
}
.campaignbox{
	padding-bottom: 5px
}
.event-place{
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}
#eventside select {
	background: #eee;
	padding: 10px 20px 10px 40px;
	font-size: 18px;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #000;
	color: #000;
	width: 240px;
}
/* 新着アイテム 一覧*/
.new-tc{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.new-tc li{
	width: 32%;
	margin-right: 2%;
}
.new-tc li:nth-child(3n){
	margin-right: 0px;
}
.new-tc li:nth-child(n+4){
	margin-top: 30px;
}
.new-tc li img{
	max-width: 100%;
	height: auto;
}

.subpage01 h4 {
  font-size: 16px;
  background: #eee;
  padding: 6px 10px 4px;
  border-radius: 3px;
}
.ashiyabox {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
}
.ashiyashop{
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
}
.ashiyashop img{
	width: 100%;
}
.opentime{
	margin: 20px 0;
	font-weight: bold;
}
.opentime a {
  text-decoration: underline;
}
.newsarea{
  width: 90%;
margin: 40px auto 0;
}



/* モーダル */
.modal_img{
	width: 100%;
	margin: 0 auto;
}
.modal_img img{
	width: 100%;
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
	position: absolute;
	top: 30px;
	align-self: center;
	width: 90%;
	padding: 40px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
	margin-bottom: 50px;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 30px;
  margin:10px 0;
  padding: 7px 0 6px;
  color: #fff;
  background:#f2b8b7;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
	font-size: 12px;
}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップココまで*/	

/* ランキング数字 */

.tc-toprank {
  font-family: "Helvetica Neue";
  font-weight: bold;
}
.tctopnum{
	font-size: 16px;
}


/* fatnav */


.footbnrflex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footbnrflex li{
	width: 48%;
	margin-top: 20px;
}
.footbnrflex li img{
	width: 100%;
}

#acMenu dt{
	display:block;
	cursor:pointer;
}
#acMenu dd{
	background: #e8e8e8;
	display:none;
	padding: 10px;
	margin-top: 10px;
}
.newnav{
	margin: 20px 0;
}
.newnav li{
	text-align: center;
	background: #e8e8e8;
	padding: 6px 10px;
}
.fat-nav__wrapper{
	padding-top: 18% !important;
}
.menuar::after {
	margin: 5px 0px 0px 5px;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(https://www.cloche.shop/s/images/nav/tc/tc-fatnav-ar.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
}
.searchT01{
	text-align: left;
}
.modalcat li a {
  display: block;
  padding: 4px 0 4px 6px;
  color: #000;
  text-align: left;
  margin-top: 10px;
}
.modalcat li{
	border-bottom: 1px dashed #8d8d8d;
	padding: 0 !important;
	font-size: 13px;
}

.tc-colist{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
	padding: 8px !important;
}

.tc-colist li{
	list-style-type: none;
	margin: 3%; 
	border-bottom: none !important;
	background:none;
	padding: 0 !important;
}

.tc-colist li:nth-child(1) a{
	display: block;
	border-radius: 50%;
	background:#fff;
	border: 1px solid #222;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(2) a{
	display: block;
	border-radius: 50%;
	background: #ffff3a;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(3) a{
	display: block;
	border-radius: 50%;
	background: #0b9f5a;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(4) a{
	display: block;
	border-radius: 50%;
	background:#f99c05;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(5) a{
	display: block;
	border-radius: 50%;
	background:#ff79b8;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(6) a{
	display: block;
	border-radius: 50%;
	background:#ff1212;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(7) a{
	display: block;
	border-radius: 50%;
	background:#b30707;
	border: 1px solid #222;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(8) a{
	display: block;
	border-radius: 50%;
	background:#4913ea;
	width: 30px;
	height: 30px;
	font-size: 20px;
}

.tc-colist li:nth-child(9) a{
	display: block;
	border-radius: 50%;
	background:rgba(0, 0, 128);
	width: 30px;
	height: 30px;
	font-size: 20px;
}

.tc-colist li:nth-child(10) a{
	display: block;
	border-radius: 50%;
	background:#f36bff;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(11) a{
	display: block;
	border-radius: 50%;
	background:#e2e2e2;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(12) a{
	display: block;
	border-radius: 50%;
	background:#8e2a2a;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(13) a{
	display: block;
	border-radius: 50%;
	background:#b06c6c;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(14) a{
	display: block;
	border-radius: 50%;
	background:#a09e9e;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(15) a{
	display: block;
	border-radius: 50%;
	background:#000000;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.tc-colist li:nth-child(16) 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;
}
.tc-colist li:nth-child(17) 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;
}
.tc-colist li:nth-child(18) a{
	display: block;
	border-radius: 50%;
	background:url(https://www.cloche.shop/s/images/nav/tc/panther.jpg) no-repeat center top;
	width: 30px;
	height: 30px;
	font-size: 20px;
}
.guidelist li{
	text-align: left;
	font-size: 13px;
}
.guidelist li:last-child{
	margin-bottom: 0 !important;
}
.guidelist li::before {
	margin: 0px 0px 5px 5px;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(https://www.cloche.shop/s/images/nav/tc/tc-left.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
}

.nav1{
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}
.login-icon::after {
	margin: 0px 0px 0px 5px;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(https://www.cloche.shop/s/images/nav/tc/tc-login.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
}
.nav1 li{
	padding: 6px 0;
	width: 48%;
	font-size: 13px;
	border-bottom: dashed 1px #dadada;
}
.nav-logo{
	width: 40%;
	margin: 20px auto;
}
.nav-logo img{
	width: 100%;
}
.nav1 li::before {
	margin: 0px 0px 3px 5px;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(https://www.cloche.shop/s/images/nav/tc/tc-left.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
}
.loginpoint{
	text-align: center;
	margin: 10px 0;
}
.taglist{
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 10px !important;
}
.taglist li{
	background: #fff !important;
	margin-right: 2%;
}
.fftop a{
	color: #ae9bc9 !important;
	font-weight: bold !important;
}
.itemlist{
	display: flex;
	flex-wrap: wrap;
	background: #fff !important;
}
.itemlist li{
	background: #fff !important;
	margin: 8px 0 0 0 !important;
	padding: 4px !important;
}
.itemlist li:before{
	margin: 0px 0px 3px 5px;
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(https://www.cloche.shop/s/images/nav/tc/tc-left.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
}
.navisaize{
	width: 100%;
}
.navisaize img{
	width: 100%;
}
.tccate li {
	border-bottom: 1px dashed #8d8d8d;
	padding: 0 !important;
	font-size: 13px;
}
.tccate li a {
	display: block;
	padding: 4px 0 4px 6px;
	color: #000;
	text-align: left;
	margin-top: 10px;
}
.tccate li a::before {
	margin: 0px 2px 3px 5px;
	content: " ";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(https://www.cloche.shop/s/images/nav/tc/tc-left.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
}
.fat-nav-clochelogo{
	width: 40%;
	margin: 0 auto;
	padding-top: 20px;
}
/* トレンドキーワード */
#trend {
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,Osaka,sans-serif;
  padding: 20px 0;
}
.tag-title {
  line-height: 1.7;
  color: #ffa8a8;;
  position: relative;
  font-size: 12px;
  letter-spacing: .1em;
}
.tag-title span{
	background: #fff;
	padding-right: 1.5em;
}
.tag-title::after{
  position: absolute;
  content: "";
  background: #454545;
  width: 95%;
  height: 1px;
  display: inline-block;
  top: 10px;
  right: 0;
  z-index: -1;
}
.keyword-list {
  display: flex;
  justify-content: center;
  font-size: 11px;
  letter-spacing: .1em;
  flex-wrap: wrap;
  padding: 5px 0 0;
}
.keyword-list li {
  padding: 3px 5px;
  box-sizing: border-box;
  text-align: center;
}
.keyword-list li a{
	color: #000;
	font-weight: bold;
}
#trend.sp-trend {
  margin-bottom: 0;
}
.sp-trend .tag-title::after {
  content: none;
}

.video {
 position: relative;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 height: 0;
 overflow: hidden;
}
.video iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* lookbook */
.lookbook_image{
	width:90%;
	margin:50px auto 90px;
	display: flex;
	flex-direction: column;
}
#lookbookmain{
	flex:1;
}
.lookbookimg__image{
	margin-bottom:24px;
}
.lookbookimg__image img{
	width:100%;
}
.lookbookimg__image{
	opacity: 0;
}
.lookbookimg__image.active{
	animation:fadeinimg 1.3s ease-in-out .2s forwards; 
	opacity: 0;
}
.lookbookimg__image:nth-child(n+2) {
  margin-top: 30px;
}
.lookbookimg__cap {
  padding: 8px 5px 0;
  line-height: 1.4;
  font-size: 10px;
  letter-spacing: .1em;
}
.lookbookimg__cap a{
  text-decoration: underline;
  display: flex;
  justify-content: space-between;
}
span.con-price {
  margin-left: 0.5em;
}
@keyframes fadeinimg {
 0% { opacity: 0;  }
 100% { opacity: 1; }
}
/* lookbook一覧 */
#lookbookmain h1 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: left;
}
.lookbook-list {
  flex-direction: column;
}
.lookbook-list li {
  width: 100%;
}
.lookbook-list li img {
  width: 100%;
  height: auto;
}
.lookbook-list li:nth-child(n+2) {
  margin-top: 30px;
}
.lookbook-title {
  padding: 5px;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 11px;
}
/* セレクト */
.select-dd {
	width: 240px;
  margin: 0 auto;
  position: relative;
  text-align: center !important;
}
.select-dd::after {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f107";
  background: none;
}
