
@charset "UTF-8";
/*
ヒーローエリア
============================== */
.hero {
  background: #fff;
}

/* ヒーローエリア スライダー */
.hero-slider {
  width: 100%;
  height: 47.62vw;
  transition: opacity 5s;
  opacity: 0;
  overflow: hidden;
}
.hero-slider.slick-initialized {
  margin: 0;
  opacity: 1;
}
.hero-slider::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.16vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  content: "";
  z-index: 1000;
}
.hero-slider .slick-slide {
  height: 47.62vw;
  overflow: hidden;
}
.hero-slider .slick-slide img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: 100%;
  min-height: 22.23vw;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: 10s .5s linear;
}
.hero-slider .slick-slide:nth-child(odd) img {
  transform: translate(-51%, -50%) scale(1.03);
}
.hero-slider .slick-slide:nth-child(odd).slick-active img {
  animation: movie 5s;
}
.hero-slider .slick-slide:nth-child(even).slick-active img {
  animation: movie 6s linear 1 reverse;
}
.hero-slider .slick-slide _:-ms-lang(x) img, .hero-slider .slick-slide:nth-child(odd).slick-active img {
  animation: none;
}
.hero-slider .slick-slide _:-ms-lang(x) img, .hero-slider .slick-slide:nth-child(even).slick-active img {
  animation: none;
}
@keyframes movie {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-51%, -50%) scale(1.03);
  }
}
.hero-slider .slick-dots {
  bottom: 20px;
  z-index: 1001;
}
.hero-slider .slick-dots li {
  width: 14px;
  height: 14px;
}
.hero-slider .slick-dots button {
  width: 10px;
  height: 10px;
  transition-duration: .2s;
  border-radius: 100%;
  background: #eee;
}
.hero-slider .slick-dots .slick-active button {
  border: 2px solid #fff;
  background: transparent;
}
.hero-slider .slick-dots button::before {
  display: none;
}

/*
フロアヘッダー
============================== */
.floor-header {
  padding: 60px 0;
  background: #f5f5f5;
}
.floor-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 300px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.floor-header__guide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 80px;
}
.floor-header__guide img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.floor-header__desc {
  margin: 35px 0 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

/*
記事スライダー
============================== */
.article-slider {
  position: relative;
  left: 30px;
  width: 63.5vw;
  min-width: 480px;
  max-width: 864px;
}

.article-list__list {
  margin: 0 24px;
}
.article-list__item {
  display: block;
  width: 19.05vw;
  min-width: 150px;
  max-width: 240px;
  color: #333;
  text-decoration: none;
}
.article-list__item:hover img {
  transform: scale(1.1);
}
.article-list__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.05vw;
  max-width: 240px;
  height: 19.05vw;
  /*max-height: 240px;*/
  background: #f5f5f5;
  overflow: hidden;
}
.article-list img {
  max-width: 100%;
  transition-duration: .2s;
}
.article-list__title {
  margin: 25px 0 15px;
}
.article-list__date {
  margin: 0;
  color: #999;
}
.article-list__period, .article-list__venue {
  margin: 0;
}
.article-list .slick-arrow {
  top: 7.15vw;
  width: 40px;
  height: 78px;
  transition-duration: .2s;
  background: rgba(255, 255, 255, 0.8) url("/scsq/images/common/ico_arrow_right.svg") no-repeat center center/24px 24px;
  box-shadow: 0 0 10px rgba(70, 70, 70, 0.27);
  z-index: 1000;
}
.article-list .slick-arrow:hover {
  opacity: .6;
}
.article-list .slick-arrow::before {
  display: none;
}
.article-list .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.article-list .slick-prev {
  left: 4px;
  transform: translate(0, 0) scale(-1, 1);
}
.article-list .slick-next {
  right: 4px;
  transform: translate(0, 0);
}

/*
ブログ
============================== */
.blog {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: 1300px;
  margin: 0 auto;
  padding: 100px 0;
}
.blog__frame {
  display: block;
  width: 100%;
  height: 100%;
}

/*
BRAND INFORMATION (KAZURA)
============================== */
.brand-list {
  display: flex;
  flex-wrap: wrap;
}
.brand-list__item {
  display: flex;
  flex-direction: column;
  width: 29%;
  padding: 0 0 25px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.brand-list__item:nth-child(3n-1) {
  margin: 0 6.5%;
}
.brand-list__item:nth-child(n+4) {
  margin-top: 60px;
}
.brand-list__image {
  height: 250px;
}
.brand-list__image img {
  min-width: 100%;
  max-height: 100%;
  transition-duration: .2s;
}
.brand-list__logo {
  height: 128px;
  margin: 25px 0;
}
.brand-list__logo img {
  width: 100%;
}
.brand-list__body {
  margin: 0 25px;
}
.brand-list__shop {
  margin: 0 0 10px;
  font-weight: bold;
}
.brand-list__desc {
  margin: 0 0 25px;
}
.brand-list__tel {
  margin: 0 0 25px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.brand-list__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}
.brand-list__button a {
  display: block;
  width: 100%;
  margin: 0 25px 5px;
  padding: 15px 0 15px 15px;
  transition-duration: .5s;
  background: url("/sby-plaza/images/floor/icon_link.svg") no-repeat 15px center/16px #333;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
.brand-list__button a:last-child {
  margin-bottom: 0;
}
.brand-list__button a:hover {
  transition-duration: .5s;
  opacity: .7;
}

/*
BRAND INFORMATION (WACOAL)
============================== */
.wacoal {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.wacoal__image {
  position: relative;
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.wacoal__image img {
  position: absolute;
  right: 0;
  min-width: 100%;
  max-height: 100%;
}
.wacoal__body {
  display: flex;
  align-items: center;
  width: 700px;
}
.wacoal__logo {
  margin: 0 50px;
}
.wacoal__logo img {
  width: 100%;
}
.wacoal__inner {
  margin-right: 50px;
}
.wacoal__shop {
  width: 100%;
  font-weight: bold;
}
.wacoal__desc {
  width: 100%;
}

/*
取り扱いブランド
============================== */
.handling {
  padding-top: 50px;
  text-align: center;
}
.handling__list {
  display: flex;
  text-align: left;
}
.handling__item {
  width: 30%;
  margin-right: 3.333333%;
  padding: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.handling__item:last-child {
  margin: 0;
}
.handling__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 77px;
  margin-bottom: 20px;
}
.handling__logo img {
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.handling__shop {
  font-size: 12px;
  font-weight: bold;
}
.handling__desc {
  margin: 0;
  font-size: 12px;
}

/*
期間限定ショップ
============================== */
.limited-shop {
  margin: 50px 0 0;
  padding: 70px;
  background: #f5f5f5;
  text-align: center;
  /* 期間限定ショップ リスト */
}
.limited-shop__box {
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #ccc;
}
.limited-shop__box:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.limited-shop__date {
  display: inline-block;
  margin: 0;
  padding: 15px 50px;
  border: 1px solid #333;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
}
.limited-shop__desc {
  margin: 40px 0;
}
.limited-shop__image {
  width: 500px;
  height: 300px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.limited-shop__image img {
  max-width: 100%;
  max-height: 100%;
}
.limited-shop__detail {
  font-size: 16px;
  font-weight: bold;
}
.limited-shop .limited-shop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.limited-shop .limited-shop-list__item {
  width: 30%;
  padding: 30px 0;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.limited-shop .limited-shop-list__item:nth-child(3n-1) {
  margin: 0 3%;
}
.limited-shop .limited-shop-list__item:nth-child(n+4) {
  margin-top: 60px;
}
.limited-shop .limited-shop-list__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.limited-shop .limited-shop-list__image img {
  max-width: 100%;
  max-height: 100%;
}
.limited-shop .limited-shop-list__body {
  margin: 20px 30px 0;
  text-align: left;
}
.limited-shop .limited-shop-list__shop {
  margin: 0 0 5px;
  font-size: 12px;
}
.limited-shop .limited-shop-list__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

/*
FLOOR MAP
============================== */
.floor-map {
  margin-bottom: 110px;
}
.floor-map img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

/*
FLOOR INFORMATION
============================== */
.floor-info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  text-align: center;
}
.floor-info__button {
  display: block;
  width: 400px;
  margin: 60px auto 0;
  padding: 25px 0 25px 30px;
  transition-duration: .5s;
  background: url("/sby-plaza/images/floor/icon_link.svg") no-repeat 80px center/20px 20px #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.floor-info__button:hover {
  transition-duration: .5s;
  opacity: .7;
}

/*
FLOOR LINE-UP
============================== */
.floor-shop {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor-shop__list {
  width: 50%;
  box-sizing: border-box;
}
.floor-shop__list:nth-child(odd) {
  padding-right: 20px;
}
.floor-shop__list:nth-child(even) {
  padding-left: 20px;
}
.floor-shop__list:nth-child(n+3) {
  margin-top: 30px;
}
.floor-shop__link {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  transition-duration: .2s;
  color: #333;
  text-decoration: none;
}
.floor-shop__link span {
  position: absolute;
  top: 0;
  left: 0;
}
.floor-shop__link:hover {
  color: #999;
}

/*
FLOOR NAV
============================== */
.floor-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 95px 110px;
}
.floor-nav__box {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  padding: 38px 30px 38px 45px;
  transition-duration: .2s;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  opacity: .5;
  box-sizing: border-box;
}
.floor-nav__box:nth-child(n+3) {
  margin-top: 30px;
}
.floor-nav__box .floor-nav__info {
  background: #eee;
}
.floor-nav__box--current {
  opacity: 1;
}
.floor-nav__box:hover {
  opacity: 1;
}
.floor-nav__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  font-size: 20px;
  font-weight: bold;
}
.floor-nav__logo {
  width: 260px;
  height: 60px;
  text-align: center;
}
.floor-nav__logo img {
  max-width: 100%;
  max-height: 100%;
}



