@charset "utf-8";
body{
	font-family: "游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
	display: none;
}
.top-brand-img {
  width: 180px;
  margin: 30px auto 20px;
}
.top-brand-img img {
  width: 100%;
}
.headnewsbox {
  background: #574a6a;
}
header{
	background: #F6EEF5;
}
.headlogoarea h1 {
  width: 130px;
}
.imgauto{
	width: 100%;
}
@media screen and (min-width:768px){
  a:hover{
    color: #8a8f8c;
    opacity: .8;
    transition: .3s;
    text-decoration: none;
  }
  a:hover img{
    opacity: 0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
  }  
}
/* 紙吹雪 */
#kamifubuki{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
}
canvas{ 
  position:absolute;
  z-index:1;
  width: 100%;
  /* height: 100%; */
  /* background: #F6EEF5; */
}
#kamifubuki{
  position: relative;
  z-index: 1;
  width:100%;
  height: 100%;
}
/* フェードイン */
.fadein-bx{
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 1s ease-in-out;
}
.fadein-bx.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
/* 回転 */
section.topsec {
  padding: 20px 0;
}
.topimg {
  position: relative;
}
.circle {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  width: 65%;
}
.circle img {
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
/* トップセクション */
/* スライダー */
/* .top-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.top-slider.slick-initialized{
  opacity: 1;
} */
section.slider {
  background: #f6eef5;
}
.top-slider {
  max-width: 1000px;
  margin: 0 auto 60px !important;
}
.top-slider img {
  width: 100%;
}
.slick-dots{
	bottom: -40px;
}
.slick-dots li.slick-active button:before{
	color: #574a6a;
}
.top-thumbnail {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width:768px) {
	.topimg {
	  padding-bottom: 60px;
	}
	.top-slider {
	  width: 95%;
	}
	.top-thumbnail {
	  width: 95%;
	}
	.top-thumbnail li{
		width: 48%;
	  margin-bottom: 50px;
	}
	section.slider {
	  padding: 30px 0 100px;
	}
}
@media screen and (max-width:767px) {
	.top-slider {
	  width: 95%;
	}
	.top-thumbnail {
	  width: 95%;
	}
	.top-thumbnail li{
		width: 49%;
	  margin-bottom: 7px;
	}
	section.slider {
	  padding: 30px 0 40px;
	}
	.headlogoarea h1{
    top: 8px;
	}
}

/* メイン */
main {
  background: #F6EEF5;
  padding-bottom: 50px;
}
h2.sec-title {
  text-align: center;
  color: #BF9224;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px){
	section.rank-sec,
	section.reco-sec,
	section.cat-sec,
	section.staff-code-sec,
	section.keyword-sec,
	section.magazine-sec,
	section.info-sec,
	section.instagram-sec,
	section.review-sec,
	section.about-sec {
	  margin-bottom: 100px;
	}
	h2.sec-title {
	  font-size: 38px;
	  margin-bottom: 60px;
	  letter-spacing: .1em;
	}

}
@media screen and (max-width: 767px){
	section.rank-sec,
	section.reco-sec,
	section.cat-sec,
	section.staff-code-sec,
	section.keyword-sec,
	section.magazine-sec,
	section.info-sec,
	section.instagram-sec,
	section.review-sec,
	section.about-sec {
	  margin-bottom: 60px;
	}
	h2.sec-title {
	  font-size: 16px;
	  margin-bottom: 30px;
	}

}
/* ランキング */
.top-inner{
  max-width: 1000px;
  margin: 0 auto;
}
.carousel-ul {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
}
.carousel-ul li{
	flex: 0 0 auto;
	min-width: var(--WIDTH);
	max-width: var(--WIDTH);
	position: relative;
}
.carousel-ul li .name{
	margin-top: 5px;
	white-space: normal;
	line-height: 1.5;
}
.carousel-ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
}
.ul-ranking li:nth-of-type(1)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-01.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(2)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-02.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(3)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-03.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(4)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-04.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(5)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-05.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(6)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-06.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(7)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-07.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(8)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-08.png) no-repeat;
	background-size: contain;
}
.ul-ranking li:nth-of-type(9)::before{
	background: url(/farfalle/images/top2023/ranking/numbers-09.png) no-repeat;
	background-size: contain;
}
@media screen and (min-width: 768px){
	.top-inner{
	  width: 90%;
	}
	.carousel-ul{
		margin-top: -15px;
		padding: 15px 0 50px 13px;
	}
	.carousel-ul::-webkit-scrollbar{
		height: 10px;
	}
	.carousel-ul::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.carousel-ul::-webkit-scrollbar-thumb:hover{
		cursor: grab;
	}
	.carousel-ul li{
		margin-right: 80px;
		--WIDTH: 220px;
	}
	.carousel-ul li img{
		border-radius: 12px;
	}
	.carousel-ul li p,
	.carousel-ul li p a {
	  font-size: 14px;
	  color: #666;
	}
	.carousel-ul li::before{
		width: 40px;
		height: 40px;
		left: -10px;
		top: -10px;
	}
}
@media screen and (max-width: 767px){
	.top-inner{
	  width: 86%;
	}
	.rank-sec .top-inner,
	.reco-sec .top-inner{
		width: 100%;
	}
	.carousel-ul{
		margin-top: -10px;
		padding: 10px 0 0 20px;
		padding-bottom: 30px;
	}
	.carousel-ul li{
		margin-right: 25px;
		--WIDTH: 135px;
	}
	.carousel-ul li img{
		border-radius: 6px;
	}
	.carousel-ul li p,
	.carousel-ul li p a {
	  font-size: 11px;
	  color: #666;
	}
	.carousel-ul li p.price {
	  font-size: 10px;
	  letter-spacing: 0;
	}
	.carousel-ul li::before{
		width: 18px;
		height: 18px;
		left: -5px;
		top: -5px;
	}

}

/* カテゴリ */
.cat-sec .inner {
  max-width: 1000px;
}
.cat-list {
  display: flex;
  justify-content: center;
}
.cat-list li{
	max-width: 100px;
	margin: 0 10px;
	text-align: center;
}
.cat-list li img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.cat-list li .name{
	margin-top: 10px;
	line-height: 1.4;
}
.cat-list li a{
	color: #666;
}
@media screen and (min-width: 768px){
	.cat-list li a{
		font-size: 14px;
	}

}
@media screen and (max-width: 767px){
	.cat-list {
	  flex-wrap: wrap;
	}
	.cat-list li {
    width: 28%;
    margin: 0 2% 30px;
	}
	.cat-list li img {
    display: block;
    width: 50%;
    margin: 0 auto;
	}
	.cat-list li a{
		font-size: 10px;
	}
}
/* スタッフコーデ */
.title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.title-wrap::after {
  content: "";
  background: #BF9224;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate( 0, -50%);
  left: 1em;
  width: 90%;
}
.top-inner.scode-inner {
  max-width: 1000px;
}
.title-wrap .sec-title{
	margin-bottom: 0;
	background: #f6eef5;
  z-index: 2;
  padding: 0 1em 0 0;
}
.title-wrap .more-link a {
  color: #BF9224;
	background: #f6eef5;
  z-index: 2;
  padding-left: 1.5em;
  position: relative;
}
.title-wrap .more-link a:hover {
  opacity: 1;
  color: rgba(191, 148, 37, 0.8);
}
.more-link a::after {
	content: "";
  display: inline-block;
  border-top: 1px solid #BF9224;
  border-right: 1px solid #BF9224;
  transform: rotate(45deg);
}
.fs-c-staffImage img {
  width: 100%;
  border-radius: 50%;
}
.topstafflist .fs-c-coordinationListItem__staffInfo__name {
  font-weight: bold;
  font-size: 0.88rem;
  margin-bottom: 8px;
  margin-top: 16px;
}
.fs-c-coordinationListItem__staffInfo__shop {
  font-size: 0.9rem;
  color: #3d3d3d;
  letter-spacing: 0.11em;
}
.fs-c-coordinationListItem__imageContainer {
  margin-bottom: 5px;
}
.fs-c-coordinationList__list__item:nth-of-type(n+7) {
  display: none;
}
.staff-code-sec span.fs-c-coordinationListItem__staffInfo__height {
  display: none;
}
.staff-code-sec .fs-c-coordinationListItem__staffInfo__image {
  display: none;
}
.fs-c-coordinationListItem__image.fs-c-coordinationImage img {
  border: 3px solid #fff;
}
@media screen and (min-width:768px) { 
	.more-link a::after {
	  margin: 0 10px;
	  width: 8px;
	  height: 8px;
	}
	.fs-c-coordinationList__list {
	  display: flex !important;
	  justify-content: space-between;
	  flex-wrap: wrap;
	}
	.fs-c-coordinationList__list__item {
		margin: 0 5% 60px 0;
		width: 30%;
	}
	.fs-c-coordinationList__list__item:nth-of-type(3n){
	   margin-right: 0% !important;
	}
	.fs-c-coordinationListItem__staffInfo__shop::before {
	  content: "#";
	  padding-right: 2px;
	}
	.fs-c-coordinationListItem__staffInfo__shop{
		display: block;	
		font-size:11px;
	}
	.title-wrap {
	  margin-bottom: 60px;
	}

}
@media screen and (min-width:768px) and ( max-width:1100px) {
	section.cat-sec{
		margin-bottom: 70px;
	}
	.cat-list {
    flex-wrap: wrap;
	}
	.cat-list li {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width:767px) { 
	.title-wrap .sec-title{
		font-size: 14px;
	}
	.title-wrap .more-link{
		font-size: 11px;
	}
	.more-link a::after {
	  margin: 0 5px;
	  width: 5px;
	  height: 5px;
	}
	.fs-c-coordinationList__list {
	  display: flex !important;
	  flex-wrap: wrap;
	}
	.fs-c-coordinationList__list__item {
		margin: 0 5% 30px 0;
		width: 30%;
	}
	.fs-c-coordinationList__list__item:nth-child(n+2){
		margin-right: 5% !important;
	}
	.fs-c-coordinationList__list__item:nth-child(n+3){
		margin-top: 0 !important;
	}
	.fs-c-coordinationList__list__item:nth-of-type(3n){
	   margin-right: 0% !important;
	}
	.fs-c-coordinationList__list__item:nth-child(n+4) {
	   margin-bottom: 0% !important;
	}
	.fs-c-coordinationList__list__item:nth-child(n+5) {
    display: block !important;
	}
	.fs-c-coordinationList__list__item:nth-child(n+7) {
    display: none !important;
	}
	.fs-c-coordinationListItem__staffInfo__shop::before {
	  content: "#";
	  padding-right: 2px;
	}
	.fs-c-coordinationListItem__staffInfo__profile {
    font-size: 11px;
	}
	.fs-c-coordinationListItem__staffInfo__shop{
		display: block;	
		font-size:11px;
	}
	.title-wrap {
	  margin-bottom: 30px;
	}
}
/* キーワード */
.keyword-sec .inner {
  max-width: 750px;
}
.keyword-list {
  display: flex;
  font-size: 12px;
  letter-spacing: .1em;
  flex-wrap: wrap;
  justify-content: center;
}
.keyword-list li {
  box-sizing: border-box;
}
.keyword-list li a{
	font-weight: bold;
	letter-spacing: .2em;
}
#trend {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width:768px) {
	#trend {
    height: clamp(168px, 22vw, 325px);
    background: url(/farfalle/images/top2023/trend-bg.svg) no-repeat center center;
    background-size: contain;
	}
	.keyword-list {padding: 34px 10%;}
  .keyword-list li {padding: 5px;margin: 0 13px;}
	.keyword-list li a{
		font-size: 16px;
	}
}
@media screen and (max-width:767px) {
	section.keyword-sec .inner{
		width: 86%;
	}
	#trend {
		margin:0 auto 50px;
    height: clamp(78px, 22vw, 168px);
    background: url(/farfalle/images/top2023/trend-bg.svg) no-repeat center center;
    background-size: contain;
	}
	.keyword-list {padding: 20px 0;}
  .keyword-list li {padding:3px 7px;}
	.keyword-list li a{
		font-size: 11px;
	}
}

/* マガジン */
.magazine-sec .inner {
  max-width: 1000px;
}
h3.sec-title {
  text-align: center;
  color: #BF9224;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ul-blog{
  margin-bottom: 40px;
}
.ul-blog li{
  display: flex;
  justify-content: space-between;
}
.top-blog-text-wrap .day,
.top-blog-text-wrap .title a{
	color: #666;
}
.top-blog-text-wrap .title a{
	font-weight: 500;
	font-feature-settings: "palt" 1;
}
.bn-list {
  display: flex;
  justify-content: center;
}
.bn-list li {
  max-width: 138px;
}
.bn-list li img{
  border-radius: 50%;
  margin-bottom: 10px;
}
.bn-list li p {
  text-align: center;
  color: #666;
  font-size: 12px;
}
@media screen and (min-width:768px) {
	h3.sec-title {
	  font-size: 38px;
	  margin-bottom: 60px;
	  letter-spacing: .1em;
	}
	.ul-blog{
		display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.ul-blog li{
		width: 48%;
		margin-bottom: 40px;
	}
	.topblog-img {
	  width: 30%;
	  max-width: 250px;
	}
	.top-blog-text-wrap {
	  width: 63%;
	  font-size: 14px;
	}
	.top-blog-text-wrap a{
	  font-size: 14px;
	}
	.top-blog-text-wrap .day{
		margin-bottom: 20px;
	}
	.bn-list {
	  /* border-bottom: 1px solid #BF9224; */
	  padding-bottom: 100px;
	}
	.bn-list li {
	  width: 15%;
	  margin: 0 20px;
	}

}
@media screen and (max-width:767px) {
	h3.sec-title {
	  font-size: 11px;
	  margin-bottom: 30px;
	}
	.magazine-sec .inner{
		width: 86%;
	}
	.ul-blog li{
		margin-bottom: 30px;
	}
	.topblog-img {
	  width: 35%;
	}
	.top-blog-text-wrap {
	  width: 60%;
	  font-size: 11px;
	}
	.top-blog-text-wrap .day{
		margin-bottom: 15px;
	}
	.bn-list li {
	  width: 18%;
	  margin: 0 15px;
	}
}

/* お知らせ */
.info-sec .inner {
  max-width: 1000px;
}
.newslist {
  margin-left: auto;
}
.newslist li {
  border-bottom: 1px solid #AFA0C9;
}
.newslist li a{
	color: #666;
}
.newslist li time {
  display: block;
  color: #666;
}
@media screen and (min-width:768px) {
	.newslist {
	  width: 70%;
	}
	.newslist li {
	  padding: 40px 0;
	}
	.newslist li a::after{
		content: "";
	  display: inline-block;
	  border-top: 1px solid #666;
	  border-right: 1px solid #666;
	  transform: rotate(45deg);
	  width: 8px;
	  height: 8px;
	  margin: 0 10px;
	}
	.newslist li time {
	  margin-bottom: 20px;
	}

}
@media screen and (max-width:767px) {
	.info-sec .inner{
		width: 86%;
	}
	.newslist {
	  width: 75%;
	}
	.newslist li {
	  padding: 30px 0 15px;
	  font-size: 11px;
	}
	.newslist li a{
	  font-size: 11px;
	}
	.newslist li:first-child{
		padding-top: 0;
	}
	.newslist li time {
	  margin-bottom: 15px;
	}
}
footer{
	margin-top: 0;
}


/* ハンバーガー固定 */
/*
.headlogoareaff.sticky {
  box-shadow: 0 0 5px #ccc;
}
*/
a.hamburger.fixed{
  transition: .5s;
}
a.hamburger.fixed::before {
	content: "";
/*   background: #f6eef5; */
	position: absolute;
	transition: .5s;
}
.headlogoareaff{
  background: #f6eef5;
}
@media screen and (min-width: 768px){
	a.hamburger{
		position: fixed;
	}
	a.hamburger.sticky {
  top: 9px;
	}
	a.hamburger.fixed {
  top: 20px;
	}
	a.hamburger.fixed::before {
	  width: 70px;
	  height: 60px;
	  top: -9px;
	  left: -21px;
	}
	nav.ff-navi.headinner {
    display: none;
	}
	.headrightarea ul.serviceicon {
    opacity: 1;
	}
	.fat-nav{
		top: 87px;
	}
}
@media screen and (max-width: 767px){
	a.hamburger.fixed::before {
	  width: 77px;
	  height: 65px;
	  top: -12px;
	  left: -25px;
	}
}

/* フロートボタン */
@media screen and (min-width: 768px){
	p.float-bnr-allitem {
			width: 100px;
			position: fixed;
			z-index: 10;
			bottom: 55px;
			left: 27px;
	}
}
@media screen and (max-width: 767px){
	p.float-bnr-allitem {
			width: 70px;
			position: fixed;
			z-index: 10;
			bottom: 65px;
			right: 17px;
	}
}
.tree{
	background: #f6eef5;
	}
	.tree-area{
	position:relative;
	z-index:1;
	}

	.xmas-snow{
		position: fixed;
    top: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    will-change: auto;
	}



/* about */
.about__catch{
	color: #BF9224;
	letter-spacing: 0.03em;
	text-align: center;
}
.about__link{
	margin-inline: auto;
}
.about__link a{
	display: block;
	text-align: center;
	background-color: #B1A8D1;
	color: #fff;
	border-radius: 5px;
	font-family: 'yu mincho', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
@media screen and (min-width: 768px){
	.about__container{
		width: 95%;
		max-width: 900px;
		margin-inline: auto;
		display: grid;
		align-items: center;
		grid-template-columns: repeat(2,1fr);
	}
	.about__img{
		width: 80%;
	}
	.about__catch{
		font-size: clamp( 15px, 1.7vw, 20px);
		margin-bottom: 60px;
	}
	.about__link{
		max-width: 280px;
	}
	.about__link a{
		font-size: clamp( 20px, 2.5vw, 30px);
		padding-block: 5px;
	}
}
@media screen and (max-width: 767px){
	.about__container{
		width: 86%;
		margin-inline: auto;
	}
	.about__img{
		width: 70%;
		margin: 0 auto 5px;
	}
	.about__catch{
		font-size: 13px;
		margin-bottom: 20px;
	}
	.about__link{
		width: 180px;
	}
	.about__link a{
		font-size: 20px;
		padding-block: 7px;
	}
}