@charset "UTF-8";

.bg-d-gray,
.bg-black {
  overflow: hidden;
}

#contents {
  padding-top: 50px;
}

/* ==========================================================================
   MV
========================================================================== */
#mv .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mv .imgBox .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s 0s linear;
}
#mv .imgBox .image:first-of-type() {
    opacity: 1;
}

#mv .sub_ttl {
  margin-bottom: 15px;
}
#mv .sub_ttl span{
  display: inline-block;
  padding: 5px 0;
  border-bottom: 1px solid currentColor;
}
#mv .view {
  margin-top: 15px;
}

#mv .lang-nav {
  position: absolute;
  z-index: 100;
  bottom: 50px;
}

#mv .c-scroll {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#mv .c-scroll::after {
  content: '';
  position: relative;
  display: block;
  width: 1px;
  height: 50px;
  vertical-align: middle;
  margin: 10px auto 0;
  background-color: currentcolor;
  animation: scroll-border 2s -1s cubic-bezier(1, 0, 0, 1) infinite;
  will-change: animation;
}

@keyframes scroll-border {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* ==========================================================================
   APP
========================================================================== */
#app .banner > a {
  color: #FFF;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#app .banner .bgBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all .2s ease-in-out;
}
#app .banner a:hover .bgBox {
  transform: scale(1.1);
}
#app .banner h3 {
  margin: 10px 0;
}
#app .banner h4 {
  letter-spacing: 0;
  margin: 15px 0;
}
#app .banner .imgBox {
  width: 260px;
  height: 190px;
  overflow: hidden;
}
/*--------------------
  .download_btn
--------------------*/
#app .app-btn{
  display: flex;
  align-items: center;
  margin: 10px -10px;
}
#app .app-btn > div {
  padding: 10px;
}
#app .app-btn img {
  width: 135px;
  height: 40px;
}

/* ==========================================================================
   PRODUCTS
========================================================================== */
#products .inner {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
} 

/* ---------------
   Slick Slider
--------------- */
#products .slider-wrap {
  position: relative;
  z-index: 2;
}
#products .slide {
  position: relative;
}
#products .slide a {
  display: block;
  width: 100%;
  border: 10px solid currentColor;
}
#products .slide .imgBox {
  position: relative;
  z-index: 3;
  max-width: 100%;
}
#products .slide .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .6s 0s linear;
}
#products .slide .imgBox img:first-of-type {
  position: relative;
}
#products .slide .txtBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

#products .slide .txtBox .season {
  display: block;
  font-size: 1.2rem;
  margin: 10px 0 20px;
} 

#products .slider-controls-wrap {
  position: relative;
  z-index: 20;
}

/* ==========================================================================
   LOOK
========================================================================== */
#look .lookList li {
  padding-top: 10px;
}
#look .lookList li a {
  display: block;
}
#look .lookList li a figure {
  overflow: hidden;
  margin-bottom: 20px;
}
#look .lookList li a figure .no-thumb {
  padding-top: 140%;
}
#look .lookList li a figure img,
#look .lookList li a figure .no-thumb {
  transition: all .2s .1s ease-in-out;
}
#look .lookList li a:hover figure img,
#look .lookList li a:hover figure .no-thumb {
  transform: scale(1.1);
  transition: all .2s 0s ease-in-out;
}
#look .lookList li a .txtBox {
  position: relative;
}
#look .lookList li a .season {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
#look .lookList li a .for {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.2rem;
  line-height: 1;
  transform: translate(-.9em, -50%) rotate(90deg);
  transform-origin: center center;
}
#look .lookList li a .ttl {
  padding-left: 1.7rem;
  position: relative;
}
#look .lookList li a .view {
  position: absolute;
  right: 0;
  bottom: -.2rem;
}

/* ==========================================================================
   EC
========================================================================== */
/* ---------------
   RANKING
--------------- */
#ec {
  background-color: #FFF;
  padding-bottom: 100px;
  margin-bottom: 0;
  position: relative;
}
#ec .slide .txtBox,
#ec .slider-controls-wrap,
#ec .btn {
    color: #FFF;
}
#ec::before {
    content: '';
    position: absolute;
    right: 0; bottom: 0; left: 0;
    background-color: #000;
}
#ec .ec-slider {
  position: relative;
  z-index: 2;
  letter-spacing: .05em;
  overflow: hidden;
}
#ec .slick-list {
    padding-left: 0 !important;
    overflow: visible !important;
}
#ec .slide {
    padding-right: 4vw;
}
#ec .slide a {
    display: block;
}
#ec .slide figure {
    overflow: hidden;
    color: #000;
}
#ec .slide a figure img,
#ec .slide a figure .no-thumb {
    transition: all .2s .1s ease-in-out;
}
#ec .slide a:hover figure img,
#ec .slide a:hover figure .no-thumb {
    transform: scale(1.1);
    transition: all .2s 0s ease-in-out;
}
#ec .slide figure .no-thumb {
    padding-top: 133.33333%;
    background-color: #F4F4F4;
}
#ec .slide .name {
  font-size: 1.6rem;
    margin-bottom: 6px;
}
#ec .slide .size {
    font-weight: 500;
    margin-bottom: 12px;
}
#ec .slider-controls-wrap {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
#ec .slider-controls {
    margin-bottom: 0;
}

/* ---------------
   BAG TYPE
--------------- */
#bag-type .lists {
  margin-right: -1px;
  margin-left: -1px;
}
#bag-type .lists .list {
  padding: 0 1px;
}
#bag-type .lists .list a {
  padding: 20px 50px 19px 30px;
  background-color: #2E2E2E;
  transition-delay: .2s;
}
#bag-type .lists .list a:hover {
  background-color: #F4F4F4;
  color: #000;
}
#bag-type .lists .list a:hover .icon-arrow-w::after {
  background-image: url(../../common/img/icon-arrow.svg);
}

/* ==========================================================================
   BANNAR
========================================================================== */
.bannaerList li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.bannaerList li a .imgBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .2s ease-in-out;
}
.bannaerList li a:hover .imgBox {
  transform: scale(1.1);
}
.bannaerList li a .txtBox {
  color: #FFF;
  position: relative;
  z-index: 2;
}
.bannaerList li a .txtBox .ttl {
  margin: .25em 0;
}
.bannaerList li a .txtBox p {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: .5em;
}


/* ==========================================================================
   STAFF STYLING
========================================================================== */
#styling .slider-wrap {
  margin-right: calc(((100vw - 100%)/2)*-1);
}
#styling .slick-list {
  padding-right: 12.5%;
}
#styling .slick-track {
  margin-left: 0;
}
#styling .slide figure {
  padding-top: 125%;
}
#styling .slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#styling .slide figure .no-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* ==========================================================================
   JOURNAL
========================================================================== */


/* ==========================================================================
   NEWS
========================================================================== */
#news .lists .list a {
  background-color: #2E2E2E;
  transition-delay: .2s;
}
#news .lists .list a:hover {
  background-color: #F4F4F4;
  color: #000;
}
#news .lists .list a:hover .icon-arrow-w::after {
  background-image: url(../../common/img/icon-arrow.svg);
}


