.headlogoareaff,header{
  background: #fff;
}
#fs_CustomPage header{
  border-bottom: none;
}
.headnewsbox{
  background-color: #363636;
}
main {
  background: #fff;
  color: #747474;
  padding: 0;
}
.t-farfalle__inner--s{
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}
.t-farfalle__inner{
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}

.t-farfalle__slider .slick-slide{
  margin: 0 10px;
}


@media screen and (min-width: 768px) {
  .t-mgb{
    margin-bottom: 140px;
  }
  .t-mgb--small{
    margin-bottom: 100px;
  }
  .main__slider, .main__movie {
    width: 53%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
    .t-mgb{
    margin-bottom: 100px;
  }
    .t-mgb--small{
    margin-bottom: 80px;
  }
  .t-farfalle-slide{
    margin-bottom: 100px;
  }
}


.main__title {
    max-width: 270px;
}
.main__catch .large {
    display: block;
    font-weight: bold;
}
.main__btn a {
    background: #B1A8D1;
    max-width: 110px;
    display: block;
    margin-top: 43px;
    text-align: center;
    font-size: 13px;
    font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #fff;
    padding: 4px 10px 4px;
}
@media screen and (min-width: 768px) {
  .main__flex {
    display: flex;
    align-items: center;
    max-width: 1080px;
    width: 92%;
    margin: 0 auto;
  }
    .main__content{
    flex: 1;
  }
  .main__catch .small {
    font-size: 16px;
    line-height: 1.9;
  }
    .main__catch .large {
      font-size: 20px;
      margin: 28px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .main__flex {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .main__catch{
    text-align: center;
    margin-bottom: 40px;
  }
  .main__title{
    max-width: 140px;
    margin: 0 auto;
  }
  .main__btn a {
    margin: 0 auto;
  }
  .main__catch .large {
    font-size: 18px;
    margin: 35px 0;
  }
  .main__catch .small {
    font-size: 14px;
    line-height: 1.9;
  }
  .main__content{
    padding-top: 40px;
  }
    .main__section{
    margin-bottom: 60px;
  }
}




.t-farfalle__cat-list{
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.t-farfalle__cat-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: #747474;
}
@media screen and (min-width: 768px) {
  .t-farfalle__cat-list{
  gap: 50px 20px;
}
.t-farfalle__cat-list li img {
  max-width: 100px;
}
}
@media screen and (max-width: 767px) {
  .t-farfalle__cat-list li p{
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
  }
  .t-farfalle__cat-list{
    gap: 20px;
  }
  .t-farfalle__cat-list li img {
  max-width: 65px;
}
}


.t-farfalle__ttl{
 font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-weight: 700;
 letter-spacing: 0.05em;
 color: #B1A8D1;
 display: flex;
 align-items: center;
 flex: 1;
 gap: 10px;
}
.t-farfalle__ttl::after {
    content: '';
    display: block;
    height: 1px;
    flex: 1;
    background-color: #B1A8D1;
    margin: 0 0 0 10px;
}
.t-farfalle__recm{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.t-farfalle__head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.t-farfalle__head h2,
.t-farfalle__head--info h2{
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #B1A8D1;
  display: flex;
  align-items: center;
  flex: 1;
}
.t-farfalle__head h2::after {
    content: '';
    display: block;
    height: 1px;
    flex: 1;
    background-color: #B1A8D1;
    margin: 0 10px;
}
.t-farfalle__head-link a {
    font-size: 13px;
    color: #B1A8D1;
}
.t-farfalle__head-link a::after {
    content: '>';
    display: inline-block;
    margin-left: 5px;
}

.t-farfalle a:hover{
  opacity: .7;
}
@media screen and (min-width: 768px) {
    .t-farfalle__ttl{
    margin-bottom: 40px;
     font-size: 26px;
  }
  .t-farfalle__head{
    margin-bottom: 40px;
  }
  .t-farfalle__head h2,
.t-farfalle__head--info h2{
  font-size: 26px;
}
}

@media screen and (max-width: 767px) {
  .t-farfalle__ttl{
    margin-bottom: 20px;
     font-size: 20px;
  }
  .t-farfalle__head{
    margin-bottom: 20px;
  }
    .t-farfalle__head h2,
.t-farfalle__head--info h2{
  font-size: 20px;
}
}


/* ランキング */
@media screen and (min-width: 768px) {
      .carousel-ul li {
        margin-right: 50px;
        --WIDTH: 140px;
    }
}

/* インスタグラム */
.t-farfalle-instagram .ukomiGrid.ukomiGalleryContainer .ukomiItem:nth-child(n+7){
display: none;
}
.t-farfalle-instagram [data-gallery-id="752"] .ukomiGrid {
    grid-template-rows: 33fr 33fr!important;
}

/* レビュー */
.t-farfalle-review #ffreview-slider.review-container .reviewSliderWidget .starRating .reviewWidget_title_overview span.reviewNumber{
color: #747474!important;
}
.t-farfalle-review #ffreview-slider.review-container .reviewSliderWidget .starRating span.highlight{
  color: #747474!important;
}
@media screen and (max-width: 767px) {
  .t-farfalle-review{
    margin-bottom: 40px;
  }
}


/* マガジン */
.t-farfalle-magazine .ul-blog{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.t-farfalle-magazine .ul-blog li:nth-child(4){
  display: none;
}
.t-farfalle-magazine .ul-blog li{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}
.t-farfalle-magazine .topblog-img{
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.t-farfalle-magazine .top-blog-text-wrap{
  width: 100%;
}
.t-farfalle-magazine .top-blog-text-wrap .day{
  margin-bottom: 5px;
  font-size: 12px;
}
.t-farfalle-magazine .top-blog-text-wrap .tittle{
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .t-farfalle-magazine .ul-blog {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
  .t-farfalle-magazine .ul-blog li{
    min-width: 60%;
  }
  .t-farfalle-magazine ul li a {
  display: block;
  white-space: normal; /* 折り返しを許可 */
  word-break: break-all; /* 必要なら単語途中でも改行 */
  }
}


/* インフォメーション */
.t-farfalle-info .newslist{
width: 100%;
}
.newslist li{
  border-bottom: 1px solid #666;
}
.t-farfalle-info .newslist li:nth-child(n+3){
  display: none;
}
.t-farfalle-info .newslist li{
  position: relative;
}
.t-farfalle-info .newslist li a::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  /* position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%) rotate(45deg); */
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .t-farfalle-info{
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
}
  .t-farfalle-info .newslist li{
    padding: 20px 0;
  }
  .t-farfalle-info .newslist li time{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .t-farfalle__head--info{
      display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  .t-farfalle__head--info h2::after{
    content: '';
    display: block;
    height: 1px;
    flex: 1;
    background-color: #B1A8D1;
    margin: 0 10px;
  }
  .newslist li a {
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .newslist li time{
      font-size: 12px;
      margin-bottom: 5px;
    }
}


    .t-farfalle__slider .slick-slide {
    margin-inline: 5px;
}

    .t-farfalle__slider .slick-list {
        overflow: visible;
    }
    .t-farfalle__slider {
        width: 80%;
        max-width: 1200px;
        margin-inline: auto;
    }