@charset "utf-8";

/*
 * 共通
 * コンテンツ
 *
 */



/* ///////////////////////////////////////////////////////////////////
共通
/////////////////////////////////////////////////////////////////// */

.area-header {
  width: 100% !important;
}

.l-container {
  width: 1100px !important;
  margin: 0 auto 120px;
}

.l-sub {
  width: 260px;
  float: left;
  z-index: 2;
  position: relative;
  -webkit-transition: .5s;
          transition: .5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-sub.is-hide {
  width: 0;
  -webkit-transform: translateX(-1500px);
          transform: translateX(-1500px);
}
.l-sub.is-show {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.l-main {
  width: 780px;
  float: right;
  -webkit-transition: .5s;
          transition: .5s;
}
.l-main.is-wide {
  width: 1100px;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.clx {
  *zoom: 1;
  height: 1%;
}
.clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.slick-slider * {
  outline: none;
}

.section-title {
  margin: 0 0 37px;
  font-family: "semplicitapro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'Noto Sans JP',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  color: #0a0e1f;
}
.section-title span {
  font-size: 12px;
  letter-spacing: .1em;
  display: block;
  padding-top: 7px;
}

.view-more {
  text-align: center;
  margin: 50px 0 0;
}

.view-more a {
  padding: 0 0 9px;
  display: inline-block;
  font: 700 16px 'semplicitapro', sans-serif;
  color: #0a0e1f;
  letter-spacing: .12em;
  position: relative;
}
.view-more a:hover {
  color: #fff;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  text-decoration: none;
}
.view-more a:hover:before {
  background-color: #fff;
  border: 1px solid #0a0e1f;
}
.view-more a::before {
  width: 100%;
  height: 3px;
  background: #0a0e1f;
  border-radius: 3px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}


/*brand-header*/
.brand-header{
  width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.brand-header h1 {
  color: transparent;
  position: absolute;
  top: 0;
  left: 40px;
  opacity: 0;
}
.brand-header img {
  width: 100%;
  height: auto;
  vertical-align: top;
  z-index: 2;
}
.brand-header-slide {
  position: relative;
}
.brand-header-slide .bx-wrapper .bx-pager {
  height: 5px;
  padding-top: 17px;
  text-align: center;
}

.brand-header-slide .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
}

.brand-header-slide .bx-wrapper .bx-pager.bx-default-pager a {
  background: #989898;
  text-indent: -9999px;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0a0e1f;
}

/*brandtop-breadcrumbs*/
.brandtop-breadcrumbs {
  width: 1100px;
  margin: 15px auto;
  color: #504f4f;
  display: none;
}

/*brand-header-category*/
.brand-header-category {
  background: #f9f5f3;
  padding: 20px 0;
  margin: 0 40px;
}
.brand-header-category + .brand-header-category {
  margin: 20px 40px 0;
}

.brand-header-category ul {
  text-align: center;
}
.brand-header-category ul li {
  font: 500 13px 'semplicitapro', sans-serif;
  letter-spacing: .05em;
  display: inline-block;
  margin: 0 16px;
}
.brand-header-category ul li a {
  text-decoration: none;
  position: relative;
}
.brand-header-category ul li a::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  bottom: -21px;
  left: 0;
  opacity: 0;
}
.brand-header-category ul li a:hover::before {
  opacity: 1;
}


/*feature-top*/
.feature-top {
  margin: 65px 40px 0;
}
.feature-top ul li {
  margin: 0 0 40px;
}
.feature-top ul li a {
  display: block;
}
.feature-top ul li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*feature-middle*/
.feature-middle {
  margin: 0 0 100px;
}
.feature-middle ul li {
  margin: 0 0 40px;
}
.feature-middle ul li a {
  display: block;
}
.feature-middle ul li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}


/*brandtop__event-bnr*/
.brandtop__event-bnr {
  width: 1000px;
  margin: 40px auto 0;
}
.brandtop__event-bnr ul li + li {
  margin: 40px 0 0;
}
.brandtop__event-bnr ul li a {
  display: block;
}
.brandtop__event-bnr ul li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}



/* ///////////////////////////////////////////////////////////////////
コンテンツ
/////////////////////////////////////////////////////////////////// */

/*new-arrival*/
.new-arrival {
  margin: 0 0 75px;
}

/*recommend*/
.recommend {
  margin: 0 0 100px;
}

/*pre-order*/
.pre-order {
  margin: 0 0 75px;
}

/*four-item*/
.four-item ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.four-item ul li {
  width: 23.5%;
  margin: 0 15px 30px 0;
  /* float: left;
  margin: 0 2% 0 0; */
}
.four-item ul li:nth-child(4n){
  margin-right: 0;
}
/* .four-item ul li:last-child {
  margin: 0;
} */

.four-item .m-item {
  text-align: center;
}
.four-item .m-item a {
  display: block;
}
/* .four-item .m-item a:hover {
  text-decoration: none;
  opacity: .6;
} */

.four-item .m-item-image {
  position: relative;
  margin: 0 0 15px;
  -webkit-transition: .5s;
          transition: .5s;
}
.four-item .m-item-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.four-item .m-item-soldout {
  width: 100%;
  height: 20px;
  font: 400 14px/20px 'semplicitapro', sans-serif;
  text-align: center;
  color: #fff;
  background: #9b9b9b;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .85;
}

.four-item .m-item-brand {
  font: 500 12px 'semplicitapro', sans-serif;
  word-break: break-all;
  color: #989898;
  margin: 0 0 10px;
}
.four-item .m-item-icon,
.four-item .m-item-category {
  display: none;
}
.four-item .m-item-name {
  font-size: 14px;
  max-height: 2.8em;
  overflow: hidden;
  color: #515050;
  margin: 0 0 5px;
  position: relative;
}
.four-item .m-item-name:before,
.four-item .m-item-name:after {
  background: #fff;
  position: absolute;
}
.four-item .m-item-name:before {
  content: '...';
  top: 1.3em;
  right: 0;
}
.four-item .m-item-name:after {
  content: '';
  height: 100%;
  width: 100%;
}

.four-item .m-item-price {
  font: 400 16px 'semplicitapro', sans-serif;
}
.four-item .m-item-price.discount {
  color: #be0d23;
}
.four-item .m-item-price.discount span + span {
  font-size: 14px;
  margin: 0 0 0 5px;
}



/*brandtop-snap*/
.brandtop-snap {
  margin: 0 0 75px;
}
.brandtop-snap .section-title {
  margin: 0 0 32px;
}
.brandtop-snap .view-more {
  width: 230px;
  display: block;
  background: #fff;
  margin: -25px auto 0;
  position: relative;
  z-index: 2;
}

/* //////////////////// 横にスワイプするスライダー //////////////////// */

.swipe-slide {
  position: relative;
}
.swipe-slide-prev,
.swipe-slide-next {
  width: 50px;
  height: 50px;
  background: #fff;
  outline: none;
  background-position: center;
  position: absolute;
  top: 47%;
  z-index: 2;
  cursor: pointer;
}
.swipe-slide-prev {
  left: 20.5%;
}
.swipe-slide-next {
  right: 20.5%;
}

.swipe-slide-prev::before,
.swipe-slide-next::before {
  content: '';
  width: 9px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.swipe-slide-prev::before {
  background-image: url(../img/common/2018/arrow-left-large.png);
}
.swipe-slide-next::before {
  background-image: url(../img/common/2018/arrow-right-large.png);
}

.swipe-slide-prev:hover::before,
.swipe-slide-next:hover::before {
  opacity: .4;
}

.swipe-slide ul li {
  transition: .6s;
  transition: .6s;
  -webkit-transform: scale(.9);
          transform: scale(.9);
}
.swipe-slide ul li.swiper-slide-active {
-webkit-transform: scale(1);
        transform: scale(1);
}
.swipe-slide ul li a {
  display: block;
}
.swipe-slide ul li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* //////////////////// 横にスワイプするスライダー //////////////////// */

/*look*/
.look {
  margin: 0 0 75px;
}
.look .section-title {
  margin: 0 0 10px;
}
.look p {
  font-size: 16px;
  text-align: center;
  margin: 0 0 25px;
}

.look .look-list {
  letter-spacing: -.4em;
}

.look-image-wrap {
  width: 49.8%;
  display: inline-block;
  vertical-align: top;
}
.look-image-wrap + .look-image-wrap {
  margin: 0 0 0 .4%;
}

.look-image02,
.look-image03,
.look-image04,
.look-image05 {
  width: 49.6%;
  display: inline-block;
  vertical-align: top;
}
.look-image01 { margin: 0 0 3px; }
.look-image03 { margin: 0 0 0 .8%; }
.look-image05 { margin: 0 0 3px .8%; }

.look-image a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}


/*news*/
.news {
  width: 100%;
  padding: 0;
  margin: 0 auto 100px;
  position: relative;
}
.news ul {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.news ul:after {
  width: 143px;
  content: '';
}
.news ul li {
  width: 143px;
  margin: 0 15px 15px 0;
}
.news ul li:nth-child(5n){
  margin-right: 0;
}
.news-inr {
  width: 1412px;
  margin: 0 auto;
  position: relative;
}
.news-image {
  margin-bottom: 12px;
  background-position: center;
  background-size: cover;
  margin: 0 0 8px;
}
.news-image img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.news-text {
  margin-bottom: 12px;
  font-size: 12px;
  display: inline-block;
}
.news-date {
  font: 500 11px 'semplicitapro', sans-serif;
  display: block;
}
.news .view-more{
  margin-top: 30px;
}

/*fashion-magazine*/
.fashion-magazine a {
  font-size: 12px;
  text-align: center;
  letter-spacing: .14em;
  display: block;
  color: #000;
  border: 1px solid #000;
  background: #eeccbd;
  background-size: 40px;
  padding: 21px 0 22px;
}
.fashion-magazine a:hover {
  text-decoration: none;
  opacity: .6;
}

.fashion-magazine a span {
  font: 500 16px 'semplicitapro', sans-serif;
  letter-spacing: .2em;
  margin: 0 25px 0 0;
  position: relative;
  top: 1px;
}
.fashion-magazine a span::before {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/brand/2018/ico-fashionmagazine.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 35px 0 0;
}


/* コンテンツ100%時 */
.l-main.is-wide .four-item .m-item-image,
.l-main.is-wide .four-item .m-item-brand {
  margin: 0 0 15px;
}

.l-main.is-wide .swipe-slide-prev,
.l-main.is-wide .swipe-slide-next {
  width: 70px;
  height: 70px;
  top: 44%;
}
.l-main.is-wide .swipe-slide-prev::before,
.l-main.is-wide .swipe-slide-next::before {
  width: 16px;
  height: 31px;
}
.l-main.is-wide .swipe-slide-prev {
  left: 20.5%;
}
.l-main.is-wide .swipe-slide-next {
  right: 20.5%;
}
.l-main.is-wide .brandtop-snap .view-more {
  margin: 40px auto 0;
}

.l-main.is-wide .news .section-title {
  margin: 0 0 20px;
}

.l-main.is-wide .fashion-magazine a {
  font-size: 17px;
  padding: 40px 0 42px;
}
.l-main.is-wide .fashion-magazine a span {
  font: 500 23px 'semplicitapro', sans-serif;
  top: 1px;
  margin: 0 45px 0 0;
}
.l-main.is-wide .fashion-magazine a span::before {
  width: 51px;
  height: 51px;
  margin: 0 55px 0 0;
}


/*checked-item*/
.checked-item {
  width: 100%;
  margin: 0 auto 110px;
}
/*.checked-item h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px;
}*/
.checked-item-list {
  overflow: hidden;
}
.checked-item-list li {
  width: 11.3%;
  float: left;
  margin: 0 1.36% 0 0;
}
.checked-item-list li:last-child {
  margin: 0;
}
.checked-item-list li a {
  display: block;
}
.checked-item-list li a:hover {
  opacity: .6;
}
.checked-item-list li a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}


/*brand-concept*/
.brand-concept {
  text-align: center;
  margin: 0 0 120px;
}
.brand-concept p {
  max-width: 780px;
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
  margin: 0 auto;
  -webkit-transition: .3s;
          transition: .3s;
}

.brand-concept-more {
  color: #3c3c3c;
  text-decoration: underline;
  margin: 20px 0 0;
  cursor: pointer;
  display: none;
}

/*top-sns*/
.top-sns {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-sns-title {
  font: 600 12px 'semplicitapro', sans-serif;
  margin-right: 16px;
}
.top-sns ul {
  width: 193px;
  display: flex;
  justify-content: space-between;
}


/*register-mail-magazine*/
.register-mail-magazine {
  margin: 0 0 120px;
  text-align: center;
}
.register-mail-magazine-top {
  margin: 0 0 50px;
}

.register-mail-magazine h2 {
  font-size: 24px;
  margin: 0 0 7px;
}
.register-mail-magazine > p {
  font-size: 14px;
  color: #323232;
  line-height: 2;
  font-weight: 500;
  margin: 0 5% 110px;
}
.register-mail-magazine-input {
  box-sizing: border-box;
  width: 480px;
  border-bottom: 3px solid #3c3c3c;
  padding: 0 80px 0 0;
  margin: 0 auto 35px;
  position: relative;
}
.register-mail-magazine-input input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font: 400 20px 'semplicitapro', sans-serif;
  outline: none;
  border: none;
  padding: 5px;
}
.register-mail-magazine-input button {
  width: 80px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;

  pointer-events: none;
  opacity: .2;
}
.register-mail-magazine-input button.on {
  pointer-events: initial;
  opacity: 1;
}
.register-mail-magazine-input button:hover {
  opacity: .6;
}

.agree-button {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bfbdbe;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.agree-button.on {
  background: url(../img/brand/2018/ico-checked-black.png) no-repeat center;
}

.register-mail-magazine-policy p {
  font-size: 14px;
  color: #323232;
  display: inline-block;
  vertical-align: middle;
}
.register-mail-magazine-policy p a {
  text-decoration: underline;
}
.register-mail-magazine-policy p a:hover {
  text-decoration: none;
}