@charset "utf-8";
/* 追記 */
.look-text-wrap {
  padding: 10px 15px;
  flex-grow: 1;
}
.acfcm-content.layout-1 .lookbookimg__look{
  display: flex;
  flex-direction: column;
}
span.coming-s {
  opacity: .5;
}

/* PCのみ */
@media screen and (min-width:768px) {
/* wordpress */
.pankuzuarea{
	width: 80%;
	max-width: 1250px;
	margin: 0 auto;
}
.pankuzu{
	margin:45px 0 30px;
	font-size:11px;
	color:#7c7c7c;
	letter-spacing:2px;
	display: flex;
}
.pankuzu li a{
	text-decoration: underline;
	color:#7c7c7c;
}
.pankuzu li::before{
	content: " > ";
	padding-left:8px;
}
.pankuzu li:first-child::before{
	content: none;
}
.contentstitlearea {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 16px 0 14px;
	margin-bottom: 46px;
}
.contentstitle {
	font-size: 22px;
	font-weight: normal;
	width: 80%;
	max-width: 1250px;
	margin: 0 auto;
	letter-spacing: 3px;
}
.issuelist{
	display: flex;
	flex-wrap:wrap;
}
.issuelist li{
	width:29%;
	margin-right: 6.5%;
	margin-bottom:40px;
}
.issuelist li:nth-child(3n){
	margin-right: 0;
}
.issuelist li img{
	width:100%;
}
.issuelist__contents{
	margin-top: 13px;
}
.issuelist__img{
	overflow: hidden;
}
.issuelist__img img{
 transition:1s all;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 180px;
}
.issuelist__img:hover img{
  transform:scale(1.05,1.05);
  transition:1.5s all;
}
.issueday{
	font-size:11px;
	color:#949494;
	letter-spacing:0px;
	padding-bottom:2px;
}
.issuelist__contents h3{
	font-size:15px;
	font-weight: normal;
	letter-spacing:1.5px;
}
.issuelist__contents h3 a{
	color:#454545;
}
.issuelist__contents h1{
	font-size:15px;
	font-weight: normal;
	letter-spacing:1.5px;
}
.issuelist__contents h1 a{
	color:#454545;
}
.issuecontentsP #mainarea{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.blogtitle{
	font-size:21px;
	font-weight: normal;
	margin-bottom:30px;
	letter-spacing:2px;
	margin-top: 7px;
	border-bottom: 1px solid #ebebeb;
}
.blogtitlearea__day{
	color:#565656;
	font-size:12px;
	text-align: right;
}
.blog_tag {
  text-align: right;
}
.blog_tag a{
  font-size: 12px;
  color: #000;
}
.blog_tag a::before{
	content: "#";
  margin-left: 5px;
}
.entry-content{
	font-size:14px;
	letter-spacing:1px;
	line-height: 1.8;
}
.newslist{
	display: flex;
	flex-wrap:wrap;
}
.newslist li{
	width:22.3%;
	margin-right: 3.6%;
	margin-bottom: 40px;
}
.newslist li:nth-child(4n){
	margin-right: 0;
}
.newslist li span{
	font-size: 10px;
	display: block;
	color:#949494;
}
.newslist__img{
	overflow: hidden;
	margin-bottom:7px;
}
.newslist__img img{
 transition:1s all;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 110px;
}
.newslist__img:hover img{
  transform:scale(1.05,1.05);
  transition:1.5s all;
}
.newslist li a{
	font-size:13px;
}
.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__movie{
	margin-bottom:18px;
}
.lookbookimg__movie{
	position:relative;
	height:0;
	padding:0 0 56.25%;
	overflow:hidden;
}
.lookbookimg__movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.acfcm-content.layout-1{
	display: flex;
	flex-wrap:wrap;
}
.acfcm-content.layout-1 .lookbookimg__look{
	width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.acfcm-content.layout-1 .lookbookimg__look:nth-child(3n){
	margin-right: 0;
}
.acfcm-content.layout-1 .lookbookimg__look img{
	width:100%;
	vertical-align: bottom;
}
#lookbookside h2{
	font-size: 13px;
	font-weight: normal;
	letter-spacing:1px;
}
#lookbookside h2:not(:last-child){
	margin-top: 20px;
}
#lookbookside h2 a{
	color:#606060
}
#lookbookside h2.on a{
	color:#131313
}
.lookbookcate{
	display: none;
	margin-left:4px;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top:4px;
	letter-spacing:1.5px;
}
.lookbookcate.on{
	display: block;
}
.lookbookcate a{
	color:#606060
}
.lookbookcate li{
	margin-bottom: 3px;
}
.lookbookcate li.on a{
	text-decoration: underline;	
	color:#131313;
}
[class*='lightcase-icon-']:before {
	font-family: "Font Awesome 5 Pro"; 
  font-weight: 400; 
}
.lightcase-icon-next:before {
  content: "\f054";
}
.lightcase-icon-prev:before {
  content: '\f053';
}
.lightcase-icon-close:before {
  content: '\f057';
}
a[class*='lightcase-icon-'].lightcase-icon-close{
	top:38px;
	right: 8%;
}
.accdownmenu{
	display: none;
}
.accmenu{
	text-align:center;
	padding: 10px;
  font-size: 12px;
  cursor: pointer;
}
ul.accdownmenu{
	margin-bottom: 30px;
}
ul.accdownmenu li{
	padding:5px;
}
ul.accdownmenu li a{
	color:#737373;
}
.fatmenu li a{
	cursor: pointer;
}
.newarrival{
	margin-top: 40px;
}
.newarrival .sec-ttl{
	text-align: center;
	font-size: 25px;
	margin-bottom: 35px;
	letter-spacing: 2px;
	font-weight: normal;
}
.newarrivallist{
	display: flex;
	flex-wrap: wrap;
}
.newarrivallist li{
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.newarrivallist li:nth-child(5n){
	margin-right: 0;
}
.newarrivallist .productabout{
	margin-top: 5px;
}
.newarrivallist li .name a {
	font-size: 12px;
	color: #666;
	letter-spacing: 0;
}
.newarrivallist li .price{
	font-size: 11px;
	color: #666;
	margin-top: 6px;
}
.newarrivallist li .price span{
	font-size: 10px;
	padding-left: 2px;
}
.entry-content img{
	height:auto;
}
#nextbox {
	margin: 80px 0;
	display: flex;
	justify-content: space-between;
	font-size:15px;
}
#nextbox a{
	color:#141414;
	text-decoration: underline;
}
#nextbox a:hover{
	color:#737373;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0
}
img.alignright {
  margin: 0 0 10px 10px;
  display: block;
  float: right
}
img.alignleft {
  margin: 0 10px 0 0;
  display: block;
  float: left
}
img.alignnone {
  margin: 30px auto 30px;
  display: block;
}
img.size-full {
  max-width: 779px;
}
#next {
	text-align: center;
	padding: 20px 0 30px;
	margin-top: 40px;
}
#next a {
	font-size: 13px;
	padding: 0;
  margin: 0 4px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border:none;
  background: #fff;
}
#next a:hover{
	background: #141414;
	color:#fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.wp-pagenavi span{
	display: none;
}
.wp-pagenavi span.current{
	font-size: 13px;
	color: #474747;
	font-weight: normal !important;
}
#next .current {
	color: #fff;
  background-color:#141414;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
}
@-webkit-keyframes posifix {
 0% { position:absolute;opacity:0;transform: translateY(-50px);  }
 50% { position:fixed;opacity:0;transform: translateY(0px);}
 100% { position:fixed;opacity:1;transform: translateY(0px);}
}
.lookbookimg__image{
	opacity: 0;
}
.lookbookimg__image.active{
	animation:fadeinimg 1.3s ease-in-out .2s forwards; 
	opacity: 0;
}
@keyframes fadeinimg {
 0% { opacity: 0;  }
 100% { opacity: 1; }
}
.fat-nav-clochelogo{
	width: 100px;
	margin: 0 auto;
	padding-top: 80px;
}

.look-text-wrap {
  font-size: 12px;
}
.look-catch {
  margin-bottom: 5px;
}
.look-name {
  margin-bottom: 5px;
}










}


/* SPのみ */
@media screen and (max-width:767px) {


/* wordpress */
.pankuzuarea{
	margin: 30px 3% 10px;
	font-size: 10px;
	color: #7c7c7c;
}
.pankuzu{
	margin:30px 0 23px;
	font-size:11px;
	color:#7c7c7c;
	letter-spacing:0px;
	display: flex;
	flex-wrap: wrap;
}
.pankuzu li a{
	text-decoration: underline;
	color:#7c7c7c;
}
.pankuzu li::before{
	content: " > ";
	padding-left:8px;
}
.pankuzu li:first-child::before{
	content: none;
}
.contentstitlearea {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 16px 0 14px;
	margin-bottom: 20px;
}
.contentstitle {
	font-size: 20px;
	font-weight: normal;
	margin:0 6%;
	letter-spacing:3px;
}
.issuelistP #mainarea{
	width:80%;
	margin:0 auto;
}
.issuelist li{
	width:100%;
	margin-bottom:40px;
	line-height: 1.3;
}
.issuelist li img{
	width:100%;
}
.issuelist__contents{
	margin-top: 8px;
}
.issuelist__img{
	overflow: hidden;
}
.issuelist__img img{
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 195px;
}
.issueday{
	letter-spacing:0px;
	color:#949494;
	font-size:11px;
	padding-bottom:5px;
}
.issuelist__contents h3{
	font-size:13px;
	font-weight: normal;
	letter-spacing:1.5px;
}
.issuelist__contents h3 a{
	color:#454545;
}
.issuelist__contents h1{
	font-size:13px;
	font-weight: normal;
	letter-spacing:1.5px;
}
.issuelist__contents h1 a{
	color:#454545;
}
.issuecontentsP #mainarea{
	width:93%;
	margin:0 auto;
}
.blogtitle{
	font-size:18px;
	font-weight: normal;
	margin-bottom:40px;
	letter-spacing:2px;
	padding-bottom:3px;
	border-bottom: 1px solid #e3e3e3;
}
.blogtitlearea__day{
	text-align: right;
/* 	margin-bottom:7px; */
	color:#565656;
	font-size:12px;
	margin-top: 27px;
}
.blog_tag {
  text-align: right;
  margin-bottom: 20px;
}
.blog_tag a{
  font-size: 12px;
  color: #000;
}
.blog_tag a::before{
	content: "#";
  margin-left: 5px;
}
.entry-content{
	font-size:14px;
	letter-spacing:1px;
	line-height: 1.8;
}
.newslistP #wrapper{
	margin-top:35px;
}
.newslistP #mainarea{
	width:86%;
	margin:0 auto;
}
.newslistP .contentstitle{
	font-size:17px;
}
.newslist{
	display: flex;
	flex-wrap:wrap;
}
.newslist li{
	width:47.5%;
	margin-right: 5%;
	margin-bottom:25px;
	line-height: 1.3;
}
.newslist li:nth-child(2n){
	margin-right: 0;
}
.newslist li span{
	font-size: 10px;
	display: block;
	color:#949494;
	padding-bottom:2px;
}
.newslist__img{
	overflow: hidden;
	margin-bottom:7px;
}
.newslist__img img{
 transition:1s all;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 87px;
}
.newslist__img:hover img{
  transform:scale(1.05,1.05);
  transition:1.5s all;
}
.newslist li a{
	font-size:11px;
}
.lookbook_image{
	margin:50px auto 90px;
	display: flex;
	flex-direction: column;
}
.acfcm-content.layout-2,
.acfcm-content.layout-3 {
	width:90%;
  margin-left: auto;
  margin-right: auto;
}

#lookbookmain{
	flex:1;
}
.lookbookimg__image{
	margin-bottom:24px;
}
.lookbookimg__image img{
	width:100%;
}
.lookbookimg__movie{
	margin-bottom:18px;
}
.lookbookimg__movie{
	position:relative;
	height:0;
	padding:0 0 56.25%;
	overflow:hidden;
}
.lookbookimg__movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.acfcm-content.layout-1{
	display: flex;
	flex-wrap:wrap;
}
.acfcm-content.layout-1 .lookbookimg__look{
	width:50%;
}
.acfcm-content.layout-1 .lookbookimg__look img{
	width:100%;
	vertical-align: bottom;
}
#lookbookside h2{
	font-size: 13px;
	font-weight: normal;
	letter-spacing:1px;
	text-align: center;
	margin-bottom:13px;
}
#lookbookside h2 a{
	color:#606060
}
#lookbookside h2.on a{
	color:#131313
}
#lookbookunderlink{
	margin-top: 70px;
}
.lookbookcate{
	margin-left:4px;
	font-size: 12px;
	margin-bottom: 25px;
	margin-top:4px;
	letter-spacing:1.5px;
	display: none;
	justify-content: center;
}
.lookbookcate.on{
	display: flex;
}
.lookbookcate a{
	color:#606060;
	padding:5px 10px;
}
.lookbookcate li{
	margin-bottom: 3px;
}
.lookbookcate li.on a{
	text-decoration: underline;	
	color:#131313;
}
#lookbookunderlink .lookbookcate,#lookbookunderlink #lookbookside h2{
	font-size:10px;
}
.lookbookhistory{
	display: none;
}
#lookbookunderlink .lookbookhistory{
	display: block;
}
[class*='lightcase-icon-']:before {
	font-family: "Font Awesome 5 Pro"; 
  font-weight: 400; 
}
.lightcase-icon-next:before {
  content: "\f054";
}
.lightcase-icon-prev:before {
  content: '\f053';
}
.lightcase-icon-close:before {
  content: '\f057';
}
a[class*='lightcase-icon-'].lightcase-icon-close{
	top:8%;
	right: 5%;
}
a[class*='lightcase-icon-'] {
  bottom: 48%;
  font-size: 30px;
}
a[class*='lightcase-icon-'].lightcase-icon-prev{
	left:7px;
}
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 7px;
}
.accdownmenu{
	display: none;
}
.accmenu{
	text-align:center;
	padding: 10px;
  font-size: 12px;
}
ul.accdownmenu{
  margin-bottom: 30px;
}
ul.accdownmenu li{
	padding:5px;
}
ul.accdownmenu li a{
	color:#737373;
}
.newarrival{
  width: 90%;
  margin: 0 auto;
}
.newarrivallist{
	display: flex;
	flex-wrap: wrap;
}
.newarrival .sec-ttl{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}
.newarrivallist li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
}
.newarrivallist li:nth-child(2n){
	margin-right: 0;
}
.newarrivallist li:nth-child(-n+2){
	margin-top: 0;
}
.newarrivallist .toppickupabout{
	margin-top: 5px;
}
.toppickup li .name{
	line-height: 1.3;
}
.newarrivallist li .name a {
	font-size: 11px;
	color: #707070;
	letter-spacing: 0;
}
.newarrivallist li .price{
	font-size: 11px;
	color: #666;
	margin-top: 6px;
}
.newarrivallist li .price span{
	font-size: 10px;
	padding-left: 2px;
}
.entry-content img{
	height:auto;
}
#nextbox {
	margin: 60px auto 30px;
	display: flex;
	justify-content: space-between;
	font-size:13px;
	width:90%;
}
#nextbox a{
	color:#0a0a0a;
	text-decoration: underline;
}
img.alignnone{
	max-width: 100%;
  margin:10px auto;
  display: block;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  max-width: 100%;
}
img.alignright {
  display: block;
  max-width: 100%;
  margin:10px auto;
}
img.alignleft {
  display: block;
  max-width: 100%;
  margin:10px auto;
}
img.size-full {
  max-width: 100%;
  margin:10px auto;
}
#next {
	text-align: center;
	padding: 20px 0 30px;
	margin-top: 40px;
}
#next a {
	font-size: 12px;
	padding: 0;
  margin: 0 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border:none;
  background: #fff;
}
.wp-pagenavi span{
	display: none;
}
.wp-pagenavi span.current{
	font-size: 12px;
	color: #474747;
	font-weight: normal !important;
}
#next .current {
	color: #fff;
  background-color:#141414;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
@-webkit-keyframes posifix {
 0% { position:absolute;opacity:0;transform: translateY(-50px);  }
 50% { position:fixed;opacity:0;transform: translateY(0px);}
 100% { position:fixed;opacity:1;transform: translateY(0px);}
}
.lookbookimg__image{
	opacity: 0;
}
.lookbookimg__image.active{
	animation:fadeinimg 1.3s ease-in-out .2s forwards; 
	opacity: 0;
}
@keyframes fadeinimg {
 0% { opacity: 0;  }
 100% { opacity: 1; }
}

/* チャネルトーク */
#ch-plugin-core > div.PopupPushMessagestyled__Wrapper-t4ic6t-11.iMYTEk.PushMessagestyled__MobilePopupMessage-vqm8p7-3.bmxSFh{
	bottom: 70px !important;
}
.PopupPushMessagestyled__Wrapper-t4ic6t-11.hnukbI.PushMessagestyled__MobilePopupMessage-vqm8p7-3.cFnEES * {
min-width: auto !important;
letter-spacing: unset !important;
}
.PopupPushMessagestyled__Wrapper-t4ic6t-11 *{
	min-width: auto !important;
}
.fat-nav-clochelogo{
	width: 85px;
	margin: 0 auto;
	padding-top: 80px;
}

.look-text-wrap {
  font-size: 11px;
}
.look-catch {
  margin-bottom: 5px;
}
.look-name {
  margin-bottom: 5px;
}


}