@charset "utf-8";
/*-----------------------
*
*  トップページのCSSを記述する
*
-------------------------*/
/* トップページメインのみ */
#fs_Top .fs-l-main {
  padding: 0;
  margin: 0;
}
/* トップスライダー */
.mv {
  background: #000;
}
.mv .slick-slide {
  position: relative;
}
.mv .slick-slide img {
  opacity: 0.7;
}
/* トップブランドロゴ */
.mv .brand-logo {
  background: #fff;
  padding: 1rem 0;
}
/* ブランドロゴエリア */
.mv .brand-logo--image {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1350px;
  padding: 0 3rem;
  margin: 0 auto;
}
.mv .brand-logo--image a {
  display: block;
}
.mv .brand-logo--image a:hover {
  opacity: 0.6;
}
/* トップページパディング（共通） */
#lablog, #recommend, #lookbook, #history, #brand, #news {
  padding: 3rem 1rem 4rem;
}
/* バナーエリア */
.fs-p-bannerGroup {
  max-width: 1430px;
  padding: 0 1rem;
}

#recommend, #history {
  max-width: 1430px;
  margin: 0 auto;
}
#news .news_title {
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 45px;
}
#lookbook .lookbook_title {
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
}
#lookbook .fs-pt-column--2 {
  display: flex;
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
}
#lookbook .fs-pt-column__item {
  width: 100%;
  padding: 0;
}
/* トップNewsエリアここから↓↓ */
#news {
  background: #eee;
}
.news-event {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-height: 360px;
  overflow-y: scroll;
  margin: 0 auto;
  max-width: 1260px;
}
.news-event .fs-pt-list__item {
  width: 46%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.news-event .fs-pt-list__item:nth-child(n+9) {
  display: none;
}
#news .fs-pt-list__link {
  text-decoration: none;
  transition: .4s all;
}
#news .fs-pt-list__link:hover {
  opacity: 0.6;
}
.column {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
}
.column .img {
  width: 150px;
  height: 150px;
  margin-right: 30px;
}
.column .img img {
  transition: .4s all;
}
.column .img img:hover {
  box-shadow: 2px 2px 4px #555;
}
.column .text {
  width: 68%;
}
.column .icon {
  height: 20px;
  border-radius: 20px;
  padding: 0 10px;
  background-color: #3366ff;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 0;
  margin-right: 5px;
}
.column .text-detail {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 0.875rem
}
/* トップNewsエリアここまで↑↑ */
#lookbook .fs-pt-column__image {
  display: inline-block;
  background: #000;
}
#lookbook .fs-pt-column__image > img {
  opacity: 0.5;
}
#lookbook .fs-pt-column__heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: -325px;
  margin-left: 25px;
  color: #fff;
}
#lookbook .fs-pt-column__item {
  transition: all .3s;
}
#lookbook .fs-pt-column__item:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}
#lookbook .fs-pt-column__heading:hover {
  color: #000;
}
#brand .mv {
  background: #fff;
}
#brand .brand_title {
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
}
#brand .top_brands-list {
  max-width: 1400px;
  margin: 0 auto;
}
.mv .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.mv .slick-dots {
  display: none!important;
  bottom: 1rem;
}
.mv .slick-slide .cont > * {
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: all 1s;
}
.mv .slick-slide .cont.active > * {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.mv h1 {
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFF;
  margin-bottom: 30px;
  font-weight: 400;
}
.mv .top_brands a {
  padding: 15px;
  overflow: hidden;
  height: 22vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mv .top_brands a img.logo {
  transition: all 0.5s;
  position: relative;
}
.mv .top_brands a img.abs {
  transition: all 0.5s;
  min-height: 100%;
  width: 100%;
}
.mv .top_brands a:hover img.abs {
  transform: scale(1.1);
  opacity: 0.4;
  transition: all 0.5s;
}
.mv .top_brands a:hover img.logo {
  transform: scale(0.9);
  transition: all .3s;
}
.btn.ble a:hover {
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, .3);
  text-decoration: none !important;
}
.btn.ble a:visited {
  color: #fff !important;
}
#brands > .row {
  height: 150px;
}
#brands a + a {
  margin-left: 90px;
}
section#lablog .cont {
  margin: 15px 30px;
}
section#lablog .cont p {
  font-weight: bold;
  line-height: 1.7;
}
section#lablog .cont time {
  display: block;
}
section#checkitem {
  border-top: 1px solid #ccc;
}
/* スクロールバー全体 */
#news ::-webkit-scrollbar, #news-sp ::-webkit-scrollbar {
  width: 10px;
}
/* スクロールバーの軌道 */
#news ::-webkit-scrollbar-track-piece, #news-sp ::-webkit-scrollbar-track-piece {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
/* スクロールバーの動く部分 */
#news ::-webkit-scrollbar-thumb, #news-sp ::-webkit-scrollbar-thumb {
  background-color: rgba(50, 50, 50, .5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}
#news {
  width: 100%;
  height: 550px;
}
#news-sp {
  width: 100%;
}
.news-event {
  width: 100%;
  height: 800px;
}
.homeBlog {
  display: block;
  width: 100%;
  max-width: 1260px;
  height: 370px;
  margin: 0 auto 20px;
}
.post-wrap {
  overflow: hidden;
}

/* 751px以上のデバイス適用 */
/* レコメンド部分 */
@media screen and (min-width: 751px) {
  #fs_Top .mv .slick-slide img {
    width: 100%;
/*
    height: 600px;
    object-fit: cover;
*/
  }
  .mv .slick-slide .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    flex-direction: column;
  }
  a .ph img, #brands a img, .item .ph a img, section#checkitem .row > a img {
    transition: all 0.5s;
  }
  #brands a:hover img, a:hover .ph img, .item .ph a:hover img, section#checkitem .row > a:hover img {
    opacity: 0.6;
  }
  .fs-pt-column__item:first-child {
    margin-right: 4rem;
  }
  .fs-pt-column__item:nth-child(2) {
    margin-left: 4rem;
  }
  #brand .top_brands-list a {
    flex-basis: 10%;
    margin: 0 1rem;
  }
  #_rcmdjp_display_2 {
    margin: 6rem 0 2rem;
  }
}

/*1190px以下のデバイス用 */
/* lab.log */
@media screen and (max-width: 1190px) {
  .homeBlog {
    width: 100%;
  }
  .gry#lablog {
    padding: 3rem 0;
  }
  .gry#lablog .btn.r25.blk {
    margin-top: 2rem;
  }
}
/*1160px以下のデバイス用 */
/* lab.log */
@media screen and (max-width: 1160px) {
  .homeBlog {
    width: 100%;
    height: 450px;
  }
}
/* iPadPro以下 */
@media screen and  (max-width: 1024px) {
  .homeBlog {
    width: 100%;
    height: 400px;
  }
}
/* iPad,iPadPro用 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news-event {
    margin-left: 5%;
    max-height: 330px;
  }
  .news-event .fs-pt-list__item {
    width: 45%;
    margin-right: 2%;
  }
  .column .text {
    width: 70%;
  }
  .fs-p-banner__label--emphasis {
    font-size: 1rem;
  }
  .fs-p-banner__label {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    font-size: 0.8rem;
  }
  .fs-p-banner__link i {
    font-size: 1rem;
    padding-right: 5px;
    padding-top: 10px;
  }
  #history {
    padding: 3rem 2rem 4rem;
  }
}
/* iPad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .homeBlog {
    height: 350px;
  }
}
/* SP用 */
@media screen and (max-width: 750px) {
  .fs-l-page {
    overflow-x: hidden;
  }
  .content-sp {
    margin-bottom: 2.5rem;
  }
  /* もっと見るボタン */
  .viewmore {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    width: 60%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
  }
  .view-lablog {
    margin-top: 30px;
  }
  /* もっと見るボタン */
  .viewmore-button {
    display: block;
  }
  .viewmore-button:hover {
    color: #000;
    text-decoration: none;
  }
  .mv .slick-dots {
    height: 4vw;
  }
  .mv h1 {
    font-size: 5vw;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 4vw;
  }
  .mv .slick-slide .cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 10vw 5vw 0;
  }
  .mv .slick-slide .cont h1 {
    font-size: 5vw !important;
    margin-top: 0px;
    margin-bottom: 8px !important;
  }
  .mv .top_brands a {
    height: 33vw;
  }
  .mv .top_brands a img.abs {
    height: 33vw;
    width: auto;
    object-fit: cover;
  }
  #brands > .row {
    text-align: center;
    height: auto;
    padding: 2rem 0px;
  }
  #brands a + a {
    margin-top: 2rem;
    margin-left: auto;
  }
  /* タイトル */
  .blog_title, .brand_title, .scene_title, .lookbook_title, .news_title {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    width: 100%;
    margin: 3rem auto 1rem;
    font-size: 1.3rem;
    font-weight: 700 !important;
  }
  .lookbook_title {
    margin: 2rem auto 1rem !important;
  }
  .scene_title {
    border: none;
    padding-top: 0;
  }
  /* トップBrandエリアここから↓↓ */
  .logo {
    width: 200px;
  }
  .topmv {
    margin: 0 20px 0;
  }
  .mv .top_brands-list {
    justify-content: flex-start;
    padding: 0 10px;
  }
  .mv .top_brands-list a {
    height: 20vw !important;
    padding: 10px;
  }
  /* トップBrandエリアここまで↑↑ */
  /* トップSceneエリアここから↓↓ */
  .scene_text {
    z-index: 1;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2 !important;
  }
  .scene_sale_background {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #3366ff;
    display: table;
  }
  .scene_sale_text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4 !important;
  }
  .mv .top_brands a .abs {
    transition: all 0.5s;
    min-height: 100%;
    width: 100%;
  }
  .mv .top_brands a:hover .abs {
    transform: scale(1.1);
    opacity: 0.4;
    transition: all 0.5s;
  }
  .mv .top_brands a:hover {
    color: #fff;
    text-decoration: none;
  }
  .mv .top_brands a img.abs {
    height: 33vw;
    width: 100%;
    object-fit: cover;
    padding: 10px;
  }
  .mv .top_brands a {
    padding: 10px !important;
  }
  /* トップSceneエリアここまで↑↑ */
  /* トップLookbookエリアここから↓↓ */
  .fs-pt-column--2 {
    display: flex;
    padding: 0 10px;
  }
  .fs-pt-column--2 .fs-pt-column__heading {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 25px;
    text-align: left;
  }
  /* トップLookbookエリアここまで↑↑ */
  /* トップNewsエリアここから↓↓ */
  .news-event {
    display: block;
    overflow-y: scroll;
    max-height: 250px;
    padding-top: 5px;
    margin-left: 0;
  }
  .news-event .fs-pt-list__item {
    width: 90%;
    border-bottom: 1px solid #eee;
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
  .news-event .fs-pt-list__item:nth-child(n+7) {
    display: none;
  }
  .news-event .fs-pt-list__item:nth-child(6) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .column {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .column .img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .column .text {
    width: 68%;
  }
  .column .icon {
    height: 20px;
    border-radius: 20px;
    padding: 0 10px;
    background-color: #3366ff;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 0;
    margin-right: 5px;
  }
  .column .text-detail {
    margin-top: 8px;
    line-height: 1.5;
  }
  /* トップNewsエリアここまで↑↑ */
  /* レコメンド部分 */
  #_rcmdjp_display_2 {
    margin: 5rem 0 4rem;
  }
  .mv-sp .fs-pt-carousel__slide__caption {
    background: none;
    color: #fff;
    padding: 10px 10px 10px 30px;
    position: absolute;
    right: 0;
    bottom: 10%;
    left: 0;
    font-size: 20px;
  }
}