.t-numberlist li:before{
	content: "";
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	left: 0;
	top: 0;
}
.t-numberlist li:nth-child(n+4):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;
}
.accshowT {
  padding: 10px 0 8px 5px;
  font-weight: bold;
}
/* EVENT TRECODE */
.openbox{
	text-align: center;
  font-size: 16px;
  margin: 20px auto;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  width: 600px;
  padding: 20px;
}
.openbox span{
	font-size: 22px;
	font-weight: bold;
}
.openbox img{
	width: 370px;
	margin: 40px auto;
	display: block;
}
.recruit_btn {
	width: 340px;
	margin: 20px auto 50px;
	font-size: 13px !important;
	text-align: center;
}
.recruit_btn a{
	display: block;
	background: #000;
	color: #fff;
	padding: 8px 0;
	border-radius: 3px;
}
.recruit_btn a:hover{
	background: #616161;
}
.event-shoptext{
/* 	padding-bottom: 10px; */
}
.eventday {
  font-size: 17px;
  font-weight: bold;
}
.eventlist-shop{
	overflow: hidden;
	margin: 30px 0 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.eventlist-shop li{
	width: 48%;
	margin-right: 4%;
	margin-bottom:23px;
}
.eventlist-shop li:nth-child(2n){
	margin-right:0;
}
.eventshop-img img {
	width: 100%;
	padding: 10px 0;
}
.shop-add{
	font-size: 14px;
}
/* 新着アイテム 一覧*/
.new-tc{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.new-tc li{
	width: 23%;
	margin-right: 2%;
}
.new-tc li:nth-child(4n){
	margin-right: 0px;
}
.new-tc li:nth-child(n+5){
	margin-top: 30px;
}
.new-tc li img{
	max-width: 100%;
	height: auto;
}

.ashiyabox{
	width: 50%;
	margin: 0px auto 50px;
}
.ashiyashop img{
	width: 100%;
  padding:10px 0;
}
.opentime{
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}
.opentime a {
  text-decoration: underline;
}



/* モーダル */
.modal_img{
	width: 70%;
	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: 5%;
	align-self: center;
	max-width: 800px;
	height: 90%;
	overflow: scroll;
	padding: 60px 0;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  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: 20px;
	right: 0;
	bottom: 0;
	left: 0;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	/* margin: 20px auto; */
	padding: 10px 30px 8px;
	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: 18px;
}

.hamburger{
	display: none !important;
}

/* サイドカラー */

.tc-colist{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
	padding: 8px !important;
}

.tc-colist li{
	list-style-type: none;
	margin: 5% 6% 0 0; 
	border-bottom: none !important;
	background:none;
	padding: 0 !important;
}

.tc-colist li a:hover{
	opacity: 0.5 ;
}
.tc-colist li:nth-child(5n){
	margin-right:0 !important;
}


.tc-colist li:nth-child(1) a{
	display: block;
	border-radius: 50%;
	background:#fff;
	border: 1px solid #222;
	width: 28px;
	height: 28px;
	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;
	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;
}	
/* トレンドキーワード */
#trend {
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,Osaka,sans-serif;
  margin-bottom: 25px;
}
.tag-title {
  line-height: 1.7;
  color: #ffa8a8;;
  position: relative;
  font-size: 14px;
  letter-spacing: .05em;
}
.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;
  padding: 10px 0 20px;
  font-size: 12px;
  letter-spacing: .1em;
  flex-wrap: wrap;
  justify-content: center;
}
.keyword-list li {
  padding: 5px;
  box-sizing: border-box;
  margin: 0 10px;
}
.keyword-list li a{
	color: #000;
	font-weight: bold;
}
.sp-trend .tag-title::after {
  content: none;
}
.sp-trend .keyword-list {
  padding: 5px 0 0;
}

.video iframe {
max-width: 100%;
}
/* lookbook */
.lookbook_image{
	width:96%;
	margin:50px auto 140px;
	max-width:1250px;
	display: flex;
}
#lookbookside{
	width:130px;
	margin-right: 20px;
}
#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: 60px;
}
.lookbookimg__cap {
  padding: 12px 5px 0;
  letter-spacing: .1em;
}
.lookbookimg__cap a{
  font-size: 16px;
  text-decoration: underline;
}
span.con-price {
  margin-left: 0.5em;
  font-weight: bold;
}
@keyframes fadeinimg {
 0% { opacity: 0;  }
 100% { opacity: 1; }
}
.fat-nav-clochelogo{
	width: 100px;
	margin: 0 auto;
	padding-top: 80px;
}
/* lookbook一覧 */
#lookbookmain h1 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.lookbook-list {
  justify-content: space-between;
  flex-wrap: wrap;
}
.lookbook-list li {
  width: 49%;
}
.lookbook-list li img {
  width: 100%;
  height: auto;
}
.lookbook-list li:nth-child(n+3) {
  margin-top: 40px;
}
.lookbook-title {
  padding: 5px;
  letter-spacing: .1em;
  font-weight: 500;
  font-size: 13px;
}
