@charset "utf-8";
.imgmax {
  width: 100%;
  height: auto;
  line-height: 1rem;
  display: block;
}
*{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;}
.center{text-align:center;}
.clear{clear:both;}
.block{display:block;}
.bordernone{border: none !important;}
h1,h2,h3,h4,h5{margin: 0;}
p{margin:0;padding:0;}
body {
	font-size: 15px;
	width:100%;
	position:relative;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
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;
}
.mincho{
  font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fxw{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jcsb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
/* スライダー */

.slider img{
	width: 100%;
}
.ranking-slider .slick-slide,
.staff-slider .slick-slide{
	margin-right: 20px;
}
.ranking-slider .slick-list,
.staff-slider .slick-list{
 	padding: 0 25% 0 0!important;
}

/* PCのみ */
@media screen and (min-width:768px) {
  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{
  	color: #939393;
  }
  .inner{
  	width: 90%;
    margin: 0 auto 40px;
  }
  .generalsec{
  	margin-bottom: 67px;
  }
  .historyslider{
	opacity: 0;
	transition: opacity .3s linear;
}
.historyslider.slick-initialized{
	opacity: 1;
}
}
/* 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;}
  .spinner {
    width: 93%;
    margin: 0 auto;
}
  .inner{
  	width: 96%;
  	margin: 0 auto;
  }
  .generalsec{
  	margin-bottom: 40px;
  }
  .hamburger{
  	top:10px;
  	right:10px;
  	left:auto;
  	z-index: 97;
  }
}



/* --------------------header------------------- */
.Launcherstyled__Image-oef45p-3{
	display: none ;
}
.headnewsbox{
	background:#262626;
}
header .headlogoarea{
	margin-top: 12px;
}



/* 共通 */
svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.sec-ttl{
	font-weight: normal;
	margin-bottom: 25px;
	letter-spacing:2px;
}
.more-link{
	text-align: center;
}
.more-insta a i{
	text-decoration: underline;
}
.more-link a:hover{
	color:#8f8f8f;
}
#sbox {
	padding: 0px 10px;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #454545;
	height: 32px;
	font-size: 16px;
}
#sbtn {
	position: absolute;
	right: 8px;
	top: 10%;
	background: none;
	color: #0c0c0c;
	border: none;
	font-size: 18px;
}
/* PCのみ */
@media screen and (min-width:768px) {
	.headlogoarea h1,.headlogoarea .headlogo{
	width: 126px;
}

  #wrapper{
  	width: 80%;
  	max-width:980px;
  	margin:5px auto 0;
  }
  .sec-ttl{
	text-align: left !important;
	display: flex;
	align-items: center;
	font-size:18px;
}
.sec-ttl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
	margin-left:20px;
}
.more-link{
	margin: 20px auto 5px;
	font-size:14px;
}
.more-link a{
	display: inline-block;
	font-size: 14px;
  color: #353535;
  letter-spacing: 3px;
  text-decoration:	underline;
}

}


/* SPのみ */
@media screen and (max-width:767px) {
	.headlogoarea h1 {
    width: 86px;
    top: 6px;
}
.headlogoarea .headlogo {
    width: 86px;
    top: 18px;
}
  #wrapper{
  	margin-top: 14px;
  }
/*
  .sec-ttl{
	text-align: center;
	font-size:16px;
}
*/
 .sec-ttl{
	text-align: left !important;
	display: flex;
	align-items: center;
	font-size:16px;
	padding-left:3px;
}
.sec-ttl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
	margin-left:12px;
}

.more-link{
  width: 180px;
  margin: 0 auto;
}
.more-link a{
	text-decoration: underline;
  display: block;
  padding: 8px 0 6px;
  font-size: 11px;
}
}



/* --------------------footer------------------- */
footer{
	margin-top: 100px;
	background:#191919;
	padding-top: 50px;
}
footer .footlogo svg{
	fill:#fff;
}
footer .footlogo{
	width: 115px;
	margin: 0 auto 25px;
}
footer .sec-ttl{
	color:#fff;
	text-align: center;
}
.snsarea{
	width: 100%;
}
.sns ul{
	width: 285px;
	margin: 0 auto; 
	justify-content: space-evenly;
}
.sns ul li a i{
	color: #fff;
	font-size:31px;
}
.sns ul li img{
	width:30px;
	padding-top: 1px;
}
.footcommonlogoarea{
	margin-top: 35px;
}
.footcommonlogoarealist{
	display: flex;
	justify-content: center;
	align-items: 	center;
	flex-wrap: wrap;
}

.termlink{
	font-size:10px;
	text-align: center;
	margin-top: 50px;
}
.termlink a{
	color:rgba(255, 255, 255, 0.72);
}
copy{
	font-size:10px;
	text-align: center;
	color:rgba(255, 255, 255, 0.72);
	margin-top: 15px;
	display: block;
}


/* PCのみ */
@media screen and (min-width:768px) {
	footer{
		padding-bottom: 10px;
	}
	.footcommonlogoarealist li{
		margin:0 20px;
	}
	.footcommonlogoarealist li:first-child {
	  width: 100%;
	  margin-bottom: 40px;
	}
	.footcommonlogoarealist li:first-child img {
		width:130px;
	  display: block;
	  margin: 0 auto;
	}
	.footcommonlogoarealist li.logo-tc{
		width:80px;
	}
	.footcommonlogoarealist li.logo-ff{
		width:80px;
	}
}


/* SPのみ */
@media screen and (max-width:767px) {
	footer{
		padding-bottom: 100px;
	}
	footer .footlogo{
		margin-bottom: 35px;
	}
	.footcommonlogoarealist{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin:15px auto 20px;
		gap: 10px 20px;
		padding-inline: 10px;
	}
	.footcommonlogoarealist li:first-child{
		grid-column: span 4;
		width: 30%;
		margin-inline: auto;
	}
}







/* パンくず */
.fs-c-breadcrumb{
	color:#7c7c7c;
}
.fs-c-breadcrumb a{
	text-decoration: underline;
	color:#7c7c7c;
}
.historyslider{
	display: flex;
}
.historyslider li img{
	width:100%;
}
.slick-slide > div{
	margin:0 5px;
}

/* PCのみ */
@media screen and (min-width:768px) {
.fs-c-breadcrumb{
	margin:30px 0 30px;
	font-size:11px;
	letter-spacing:2px;
}
.historyslider li p{
	width:120px;
}
}


/* SPのみ */
@media screen and (max-width:767px) {
/* パンくず */
.fs-c-breadcrumb{
	margin:14px 3% 10px;
	font-size:10px;
}
.historyslider{
	overflow: scroll;
	padding-bottom: 13px;
}
.historyslider li{
	min-width: 130px;
	max-width: 130px;
	margin-right: 15px;
}
}


/* ハンバーガー */
.fatnavcontents{
	padding-top: 10vh;
	padding-bottom: 121px;
}

.fatnavcontents .accmenu {
	text-align: center;
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
.fatnavcontents .accmenu.open::before,
.fatnavcontents .accmenu::before{
	content: "";
	display: inline-block;
	margin-left: 1.5em;
}
.fatnavcontents .accmenu::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 2px solid #262626;
	border-right: 2px solid #262626;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: 1em;
  margin-bottom: 3px
}

.fatnavcontents .accmenu.open::after{
	-webkit-transform: rotate(^45deg);
	transform: rotate(-45deg);
	margin-bottom: 0
}

.accdownmenu{
	display: none;
}
.picticonlist{
	display: flex;
	flex-wrap: wrap;
}
.fat-nav ul.picticonlist{
	max-width: 300px;
	margin:15px auto;
}
.picticonlist li{
	width: 25%;
/* 	margin-right: 2%; */
	margin-bottom: 0px;
}
.picticonlist li:nth-child(4n){
	margin-right: 0;
}



/* ここからTOP */
.tag-icon {
	display: flex;
}
.tag-icon li {
	font-size:10px;
	text-align: center;
	line-height: 1.25;
	letter-spacing: 0;
}
.tag-icon li:nth-child(n+11){
	display: none;
}
.tag-icon a img {
	object-fit: cover;
	object-position: 50% 50%;
	/* border-radius: 50%; */
	margin-bottom: 6px;
}
.topmainimg{
	margin-bottom: 30px;
}
.mainbannerarea{
	display: flex;
	max-width:980px;
	margin:0 auto;
	flex-wrap: wrap;
}
.mainbannerarea li:last-child{
	margin-right: 0;
}
.mainbannerarea2{
	max-width:980px;
	margin:0 auto 50px;
}

.new-arraival h2{
	text-align: center;
}
.toppickup{
	display: flex;
	flex-wrap: wrap;
}
.toppickup li img{
	width:100%;
	height: auto;
  line-height: 1rem;
  display: block;
}
.toppickup li .name a{
	letter-spacing: 0;
}
.toppickup li .price{
	font-size: 11px;
	color: #666;
	margin-top: 6px;
}
.toppickup li .price span{
	font-size: 10px;
	padding-left: 2px;
}
#staffstart__staff{
	margin-bottom: 30px;
}
#staffstart__staff .fs-c-coordinationList__list{
	display: flex;
}
.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;
}
.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-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;
	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{
	font-size:10px;
}
.fs-c-coordinationListItem__staffInfo__height{
	display: none;
}
.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;
}

.ranking h2{
	text-align: center;
}
.rankinglist{
	display: flex;
}
.rankinglist li{
	position: relative;
	counter-increment:a;
}
.rankinglist li:after {
  content: counter(a);
  position: absolute;
	background: #1d1d1d;
	color: #fff;
	left: 0px;
	font-size: 10px;
	z-index: 10;
	width: 22px;
	height: 22px; 
	border-radius: 50%; 
	margin: 0 auto;
	text-align: center;
	line-height: 22px;
}
.rankinglist li img{
	width:100%;
	margin-bottom:5px;
	height: auto;
  line-height: 1rem;
  display: block;
}
.rankinglist li .name a{
	letter-spacing: 0;
}
.rankinglist li .price{
	font-size: 11px;
	color: #666;
	margin-top: 6px;
}
.issuelist.topissue li{	
	display: flex;	
}	
.issuelist.topissue li .issuelist__img{	

	margin-right: 3%;	
}	
.issuelist.topissue li .issuelist__contents{	
	flex:1;	
	margin-top: 0;	
}	
.issuelist.topissue .issuelist__contents h1{	
	font-size:13px;	
	line-height: 1.3;	
	margin-bottom:8px;	
}	
.issuelist.topissue li .issuelist__img img {	
	width: 100%;	
	height:100px;	
	object-fit: cover;	
	object-position: 50% 50%;	
}
.topnewslist{
	max-width:800px;
	margin:0 auto 30px;
}
.topnewslist li{
	font-size:13px;
	border-bottom: 1px dashed #a1a1a1;
	padding-bottom:6px;
	margin-bottom:13px;
	padding-left:7px;
}
.topnewslist li time{
	padding-right: 10px;
	font-size:0.78em;
	color:#676767;
	font-weight: bold;
}





/* PCのみ */
@media screen and (min-width:768px) {
.tag-icon {
	margin: 0 0 20px;
	padding-top: 20px;
	justify-content: center;
}
.tag-icon li {
	margin-right: 10px;
	min-width: 70px;
	width:70px;
}
.tag-icon a img {
	width: 60px;
	height:60px;
}
.mainbannerarea{
	justify-content: space-between;
}
.mainbannerarea li{
	width: calc( ( 100% - 10px ) / 2 );
	margin-bottom: 10px;
}
.new-arraival{
	margin-bottom:80px;
}
.toppickup li{
	width:23.5%;
	margin-right: 2%;
	margin-bottom:20px;
}
.toppickup li:nth-child(4n){
	margin-right: 0;
}
.toppickup li .name a{
	font-size: 12px;
	color: #666;
}
#staffstart__staff .fs-c-coordinationList__list{	
	flex-wrap: wrap;
	margin-top: 30px;
	}
#staffstart__staff .fs-c-coordinationList__list article{	
	width:18.4%;	
	margin-right:2%;	
}	
#staffstart__staff .fs-c-coordinationList__list article:nth-child(5n){	
	margin-right: 0;	
}	
#staffstart__staff .fs-c-coordinationList__list article:nth-child(n+6){	
	display: none;	
}
.fs-c-coordinationListItem__staffInfo__image {	
	width: 36px;	
	height: 36px;	
}
.fs-c-coordinationListItem__staffInfo__profile {	
	font-size: 11px;	
}
	.rankinglist{	
	flex-wrap: wrap;	
}	
.rankinglist li{	
	width:18.4%;	
	margin-right: 2%;	
}
	.rankinglist li:after {	
  content: counter(a);	
  position: absolute;	
	background: #1d1d1d;	
	color: #fff;	
	top: -5px;
	}
	.rankinglist li:nth-child(5){	
	margin-right: 0;	
}	
.rankinglist li:nth-child(n+6){	
	display: none;	
}
.rankinglist li .name a{	
	font-size: 12px;	
	color: #666;	
}
.rankinglist li .price span{	
	font-size: 10px;	
	padding-left: 2px;	
}	
.rankinglist li:nth-child(n+7){	
	display: none;	
}
.issuelist.topissue{
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 30px;
}
.issuelist.topissue li{	
	width:48%;	
	margin-right: 4%;	
	display: flex;	
}
.issuelist.topissue li:nth-child(-n+2){
	margin-bottom:40px;
}
.issuelist.topissue .issuelist__contents h1{
	font-weight: normal;
}
.issuelist.topissue .issueday{
	font-size: 0.8em;
	color:#6d6d6d;
}
.issuelist.topissue li .issuelist__img{	
	width:48%;	
}
.issuelist.topissue li:nth-child(3n){	
	margin-right: 4%;	
}	
.issuelist.topissue li:nth-child(2n){	
	margin-right: 0;	
}	

}

@media screen and (min-width:768px) and (max-width:800px) { 
	.tag-icon li {
  	margin-right: 12px;
  	min-width: 55px;
  	width:55px;
  	font-size:10px;
  	text-align: center;
  	line-height: 1.25;
  }
  .tag-icon a img {
  	width: 50px;
  	height:50px;
  }
}


/* SPのみ */
@media screen and (max-width:767px) {
.tag-icon {
	margin: 0;
	padding-top: 5px;
	padding-left:10px;
	min-height: 105px;
	overflow: auto;
    -ms-overflow-style: none;
}
.tag-icon li {
	margin-right: 10px;
	min-width: 60px;
	width:60px;
}
.tag-icon a img {
	width: 58px;
	height:58px;
}
.mainbannerarea{
	flex-wrap: wrap;
	width:96%;
}
.mainbannerarea li{
	width:49%;
	margin-right: 2%;
	margin-bottom: 6px;
}
.mainbannerarea li:nth-child(2n){
	margin-right: 0;
}
.mainbannerarea2{
	width:96%;
}
.new-arraival{
	margin-bottom:53px;
}
.toppickup{
	margin-bottom: 16px;
}
.toppickup li{
	width: 48%;
	margin-right: 4%;
	margin-bottom:14px;
}
.toppickup li:nth-child(2n){
	margin-right: 0;
}
.toppickup li:nth-child(n+9){
	display: none;
}
.toppickup li .name{
	line-height: 1.3;
}
.toppickup li .name a{
	font-size: 11px;
	color: #707070;
}
#staffstart__staff .fs-c-coordinationList__list{
	overflow: auto;
    -ms-overflow-style: none;
}
#staffstart__staff .fs-c-coordinationList__list article{
	min-width: 97px;
    width: 97px;
	margin-right:8px;
}
#staffstart__staff .fs-c-coordinationList__list article:nth-child(n+9){
	display: none;
}
.fs-c-coordinationListItem__staffInfo__image {
	width: 25px;
	height: 25px;
}
.fs-c-coordinationListItem__staffInfo__profile {
	font-size: 10px;
}
.fs-c-coordinationListItem__staffInfo__shop{
	line-height: 1.2;
}
.rankinglist{
	overflow: scroll;
	padding-bottom: 13px;
	padding-left:3px;
}
.rankinglist li{
	min-width: 31%;
	max-width:31%;
	margin-right: 15px;
	padding-top: 4px;
}
.rankinglist li:after {
	top: 0px;
	}
	.rankinglist li .name{
	line-height: 1.3;
}
.rankinglist li .name a{
	font-size: 11px;
	color: #707070;
}
.issuelist.topissue li{
	margin-bottom:20px;
}
.issuelist.topissue li:last-child{
	margin-bottom: 30px;
}
.issuelist.topissue .issuelist__contents h1{
	font-weight: normal;
}
.issuelist.topissue .issueday{
	font-size: 0.8em;
	color:#6d6d6d;
}
.issuelist.topissue li .issuelist__img{
	width:49%;
	margin-right: 3%;
}
.topnewslist li time{
	display: block;
	padding-bottom:3px;
}
.topnewslist li{
	padding:0 10px 6px;
	}
}










.linkbtn.btntype1{
	text-align: center;
	margin-top: 25px;
}
.linkbtn.btntype1 a{
	display: block;
	padding:8px 0 6px;
	font-size:14px;
	color: #353535;
	letter-spacing:3px;
}
.linkbtn.btntype1 a:hover{
	color:#6a6a6a;
}




















/* トレンドキーワード */
.tag-title {
  line-height: 1.7;
  color: #454545;
  position: relative;
  letter-spacing: .05em;
  display: flex;
	align-items: center;
}
.tag-title span{
	background: #fff;
	padding-right: 2em;
}
.tag-title::after{
  position: absolute;
  content: "";
  width: 95%;
  top: 15px;
  right: 0;
  z-index: -1;
	height: 1px;
	background: #444;
	display: block;
	margin-left:20px;
}
.keyword-list {
  display: flex;
  letter-spacing: .1em;
  flex-wrap: wrap;
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,Osaka,sans-serif;
}
.keyword-list li {
  box-sizing: border-box;
}
.keyword-list li a{
	color: #262626;
	font-weight: bold;
}
.issue-trend .tag-title::after{
	content: none;
}
.issue-trend .keyword-list {
  border-bottom: none;
}
/* タグ説明 */
.tagflex {
  margin: 0 auto;
}


/* PCのみ */
@media screen and (min-width:768px) {
.tag-title {
  font-size:18px;
  }
  .tag-title::after{	
  background: #454545;	
  height: 1px;	
  flex-grow: 1;	
}
.keyword-list {	
  padding: 20px 0;	
  font-size: 12px;	
  justify-content: center;	
}
.keyword-list li {
  padding: 5px;
  margin: 0 5px;
}
.tagflex {
  width: 80%;
  max-width: 1250px;
  display: flex;
  align-items: center;
  }
  .contentstitle.tagtitle {	
  width: 25%;	
}	
.tag-disc{	
	flex: 1;	
	font-size: 12px;	
}
}


/* SPのみ */
@media screen and (max-width:767px) {
#trend {
  margin-bottom: 47px;
  }
  .tag-title {
  font-size:16px;
  }
  .tag-title::after{
  content: "";
	flex-grow: 1;
}
.keyword-list {
  justify-content: center;
  font-size: 11px;
  padding: 5px 0;
  margin-top: 13px;
}
.keyword-list li {
  padding: 3px 5px;
  text-align: center;
}
#trend.issue-trend {
  margin-bottom: 20px;
}
.issue-trend .keyword-list{
  padding: 5px 0 0;
}
.tagflex {
  width: 88%;
  }
  .contentstitle.tagtitle {
  margin: 0;
}
.tag-disc{
	font-size: 11px;
	margin-top: 5px;
}
}


.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;
}





.hamburger{
	right:2.5%;
	left: auto !important;
	left: auto !important;
	top:10px;
	position:absolute;
	z-index:997;
}

@media screen and (min-width:1380px) { 
	.hamburger{
	right: 50%;
    margin-right: -636px;
}
}
.hamburger:after {
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%,0);
    text-align: center;
/*     content: "メニュー"; */
    width: 62px;
    display: block;
    font-size: 10px;
    letter-spacing: .5px;
}

.hamburger.fixed{
	animation:posifix 1.5s ease-in-out 0s forwards; 
  top:6px;
	position:absolute;
	opacity:0;
}

.hedtopnewsarea {
    background: #262626;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 8px 0 9px;
    margin-bottom: 14px;
}
.hedtopnewsarea a {
    color: #fff;
}
.pankuzuarea {
    width: 80%;
    max-width: 1250px;
    margin: 0 auto;
}
#issuetrend .tag-title{
	display: none;
}
#issuetrend .keyword-list{
	padding-top: 0;
	padding-bottom: 27px;
}



ul.accdownmenu li a{
	color: #737373;
}
ul.accdownmenu {
    margin-bottom: 30px;
}


@-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;
}
.fat-nav-logo__shop{
	display: flex;
	margin: 0 auto 30px;
	padding-top: 20px;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.logo_tc{
	width:90px;
}
.logo_ento{
	width:65px;
}
.logo_ff {
  width: 70px;
}
.logo_pelaq{
	width:65px;
}

.ham-brandsns{
	margin-top: 45px;
}
.ham-brandsns ul{
	display: flex;
    justify-content: center;
	margin-bottom: 15px;
	align-items: center;
}
.ham-brandsns ul li{
	padding:0 10px;
	font-size:20px;
}
.ham-brandsns ul li.brandtitle{
	font-size:14px;
	margin-right: 2px;
}
.icon-x_nav {
    width: 20px;
    height: auto;
}
/* ENTOファーストビュー */
.ento-fv{
	position: relative;
}
.ento-fv-img div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.ento-fv-img .slick-dots {
  position: absolute;
  z-index: +1;
}
.ento-fv-img .slick-dots li.slick-active button:before {
  color: #666;
}
.ento-fv-img .slick-dots li button:before {
  opacity: .75;
  color: #fff;
}
.slick-dots li
.ento-fv {
  position: relative;
}
.fv-title {
  position: absolute;
}
.fv-text {
  letter-spacing: .05em;
  line-height: 2;
  margin-top: 20px;
}
.fv-text.mix{
	color: #fff;
	mix-blend-mode: exclusion;
}
.fv-text.shadow{
  color: #262626;
  text-shadow: 1px 1px 0 rgba(255, 255, 255);
}
.fv-btn a {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #262626;
  padding: 7px 20px 6px;
  letter-spacing: .05em;
  display: block;
  position: relative;
}
.fv-btn a::after{
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #262626;
  position: absolute;
}
h1.lookbook-title {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px){
	.ento-fv-img div {
	  height: calc( 100vh - 96.5px);
	}
	.ento-fv-img div.img01 {
	  background-image: url(/ento/images/top/1_24aw_1b.jpg);
	}
	.ento-fv-img div.img02 {
	  background-image: url(/ento/images/top/2_pc_en_24aw_vol2_561.jpg);
	}
	.ento-fv-img div.img03 {
	  background-image: url(/ento/images/top/3_pc_en_24aw_vol2_901.jpg);
	}
    .ento-fv-img div.img04 {
      background-image: url(/ento/images/top/4_pc_24aw_vol2_486.jpg);
    }
	.ento-fv-img div.img05 {
		background-image: url(/ento/images/top/5_pc_en_24aw_vol2_1111.jpg);
	}
	h1.fv-logo {
	  width: 70%;
	}
	.fv-title {
	  position: absolute;
	  bottom: 5%;
	  left: 15vw;
	}
	.fv-btn a {
	  margin: 30px auto 0 0;
	  width: 60%;
	  font-size: 13px;
	}
	.fv-btn a::after{
	  right: 15px;
	  top: 15px;
	}
	h1.lookbook-title {
    margin-top: 50px;
    font-size: 18px;
	}
	.ento-fv-img .slick-dots {
	  bottom: 5%;
	  right: 15vw;
	  width: 150px;
	}

}
@media screen and (max-width: 767px){
	.ento-fv-img div {
	  height: calc( 100vh - 159.4px);
	}
	.ento-fv-img div.img01 {
	  background-image: url(/ento/images/top/1_24aw_1b_sp.jpg);
	}
	.ento-fv-img div.img02 {
	  background-image: url(/ento/images/top/2_sp_en_24aw_vol2_561.jpg);
	}
	.ento-fv-img div.img03 {
	  background-image: url(/ento/images/top/3_sp_en_24aw_vol2_901.jpg);
	}
    .ento-fv-img div.img04 {
      background-image: url(/ento/images/top/4_sp_en_24aw_vol2_486.jpg);
    }
	.ento-fv-img div.img05 {
		background-image: url(/ento/images/top/5_sp_en_24aw_vol2_1111.jpg);
	}
	h1.fv-logo {
	  width: 60%;
    margin: 0 auto;
    max-width: 150px;
	}
	.fv-title {
	  bottom: 20%;
	  left: 50%;
	  transform: translate(-50%, 0);
	  text-align: center;
    font-size: 11px;
    width: 80%;
	}
	.fv-btn a {
	  margin: 30px auto 0;
	  font-size: 12px;
	  width: 70%;
	}
	.fv-btn a::after{
	  right: 15px;
	  top: 12px;
	}
	h1.lookbook-title {
    margin-top: 50px;
    font-size: 16px;
	}
	.ento-fv-img .slick-dots {
	  bottom: 20px;
	}
	.fv-text-sp {
		text-align: center;
		font-size: 10px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px){
	.fv-logo svg#shoplogo {
	  fill: #262626;
	}
}
@media screen and (max-width: 767px){
	.fv-logo svg#shoplogo {
	  fill: #fff;
	}
}
