*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img{
  width: 100%;
}

body{

}
.maincontents.new{
  width: 100%;
  margin: 0 auto 0;
}
.maincontents.new .swiper-scrollbar {
  display: none;
}
.fade-scroll{
  transition: all 1.0s ease;
  opacity: 0;
}
.scroll-active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .maincontents.new .swiper-scrollbar {
    display: block;
    width: 89.82%;
    position: relative;
    margin: 23px auto 0;
    height: 1px;
    left: 0;
  }

  .maincontents.new .swiper-scrollbar-drag {
    border-radius: 0px;
    top: -0.5px;
    height: 2px;
    top: -0.5px;
  }
}

#header_information .inner {
  text-align: center;
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 1;
  box-sizing: border-box;
  background: #EAEAEA;
  padding: 10px 0px
}
#header_information .inner .text,
#header_information .inner .text span{
  font-size: 11px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #222;
}
#header_information .btn_close a {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 3px;
  top: 0;
  padding: 16px;
}
#header_information .btn_close a:before,
#header_information .btn_close a:after {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #9B9B9B;
  display: block;
  top: -3px;
  position: relative;
}
#header_information .btn_close a:before {
  transform: rotate(45deg);
  top: -1px;
}
#header_information .btn_close a:after {
  transform: rotate(-45deg);
}

#globalheader{
  position: fixed;
  top: -80px;
  transition: top 0.5s ease;
}

body.fixed #globalheader .inner {
  top: inherit;
}

#globalheader.is-active {
  top: 0;
}

.search-wrapper {
  top: 0;
  height: 100%;
}

#globalheader.is-active+.search-wrapper {
  height: calc(100% - 80px);
  top: 80px;
}

nav.breadcrumb{
  display: none;
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 20px;
  bottom: 20px;
  width: 66.48%;
  color: #222;
  z-index: 100;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
}
body.is-active .popup-cookie.is-visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.8s ease 2.8s;
}
.popup-cookie::before {
  content: "";
  display: block;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.popup-cookie .inner {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 20px 20px;
}
.popup-cookie .text {
  flex: 1 1 0%;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  margin: 0 20px 0 0;
  letter-spacing: 0.1em;
}
.popup-cookie .text a{
  text-decoration: underline;
  color: #fff;
}
.popup-cookie .btn {
  width: 140px;
  height: 45px;
}
.maincontents.new .popup-cookie .btn a{
  background-color: inherit;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.mv_wrapper{
  height: 630px;
  position: relative;
  margin: 0 0 123px
}
.mv_wrapper #indexheader{
  position: absolute;
  z-index: 11;
  width: 100%;
}
.mv_wrapper #indexheader .inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mv_wrapper #indexheader .header-menu{
  margin: 25px 0 0 25px;
}
.mv_wrapper #indexheader .header-menu a {
  position: relative;
  width: 22px;
  height: 8px;
  display: block;
}
.mv_wrapper #indexheader .header-menu a span {
  display: block;
  background: #fff;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.mv_wrapper #indexheader .header-menu span:first-child {
  top: 0;
}
.mv_wrapper #indexheader .header-menu span:last-child {
  top: 100%;
}
.mv_wrapper #indexheader .header-menu a:hover span:first-child {
  transform: translateY(-2px);
}
.mv_wrapper #indexheader .header-menu a:hover span:last-child {
  transform: translateY(2px);
}
.mv_wrapper #indexheader .header-icon {
  width: 130px;
  position: relative;
  top: 20px;
  left: 22px;
}

.mv_wrapper #indexheader .header-content {
  display: flex;
  align-items: center;
  margin: 24px 25px 0 0;
}
.mv_wrapper #indexheader .header-content a {
transition:opacity 0.3s ease;
}
.mv_wrapper #indexheader .header-content a:hover{
opacity: 0.4;
}

.mv_wrapper #indexheader .header-content .header-cart {
  margin: 0 0 0 26px;
}

.mv_wrapper .swiper{
  height: 100%;
  opacity: 0;
  transition:opacity 0.8s ease 0.5s;
}
body.is-active .mv_wrapper .swiper {
  opacity: 1;
}

.mv_wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 10vw;
  text-align: center;
  color: #fff;
  transition: 0.5s all;
}

.mv_wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 12px;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* button style */
.mv_wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 3px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
}

/* button circle */
.mv_wrapper .swiper-pagination .swiper-pagination-bullet .progress {
  transform: rotate(-90deg);
}

.mv_wrapper .swiper-pagination .swiper-pagination-bullet .circle-origin {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 25.132px;
  stroke-dashoffset: 0;
  transform: rotate(0deg);
  transform-origin: center;
}
.mv_wrapper .swiper-pagination .swiper-pagination-bullet-active .circle-origin {
  stroke-width: 1.2;
  -webkit-animation: progress 6.7s ease-out;
          animation: progress 6.7s ease-out;
}

.mv_wrapper .swiper-slide .mv_image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mv_wrapper .swiper-slide .mv_image:before{
  content: "";
  width: 100%;
  height: 240px;
  background: linear-gradient(#000 0%, rgba(128, 128, 128, 0) 100%);
  opacity: .3;
  position: absolute;
  left: 0;
  z-index: 1;
}

.mv_wrapper .swiper-slide .mv_image img {
  display: block;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  width: 100%;
  height: 100%;
}

.mv_wrapper .swiper-slide .mv_text{
  position: absolute;
  z-index: 1;
  left: 0;
  color: #fff;
  text-align: left;
  bottom: 51px;
  left: 50px;
  opacity: 0;
  transition: opacity 0.8s ease 1.2s;
}
body.is-active .mv_wrapper .swiper-slide .mv_text{
  opacity: 1;
}

.mv_wrapper .swiper-slide .mv_text .mv_text_title{
  font-size: 12px;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.mv_wrapper .swiper-slide .mv_text .mv_text_title::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
}
.mv_wrapper .swiper-slide .mv_text .mv_text_heading{
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 40px;
  text-align: left;
  margin: 17px 0 21px;
}
.mv_wrapper .swiper-slide .mv_text .mv_text_button{
  width: 140px;
  height: 45px;
}
.mv_wrapper .swiper-slide .mv_text .mv_text_button a{
  background-color: inherit;
  color: #fff;
}
.mv_wrapper .swiper-slide .mv_text .mv_text_button a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0);
}


@-webkit-keyframes progress {
  0% {
    stroke-dashoffset: 25.132px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}


@keyframes progress {
  0% {
    stroke-dashoffset: 25.132px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mv_wrapper #indexheader .header-content a:hover {
    opacity: 1;
  }
  .search-wrapper {
    top: 0;
    height: 100%;
  }
  .popup-cookie{
    width: 94.91%;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 0);
    bottom: 1.1%;
  }
  .popup-cookie .inner {
    display: block;
  }
  .popup-cookie .text {
    margin: 0 0 15px;
  }
  #globalheader.is-active+.search-wrapper {
    height: calc(100% - 60px);
    top: 60px;
  }
  #header_information .inner .text,
  #header_information .inner .text span {
    letter-spacing: 0.04em;
  }
  .mv_wrapper #indexheader .header-menu {
    margin: 19px 0 0 20px;
  }
  .mv_wrapper #indexheader .header-icon {
    width: 110px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .mv_wrapper #indexheader .header-content {
    margin: 14px 20px 0 0;
  }
  .mv_wrapper #indexheader .header-content .header-cart {
    margin: 0 0 0 20px;
  }
  .mv_wrapper {
    height: 540px;
    position: relative;
    margin: 0 0 68px;
  }
  .mv_wrapper .swiper-slide .mv_image:before {
    height: 170px;
  }
  .mv_wrapper .swiper-slide .mv_text {
    bottom: 48px;
    left: 20px;
  }
  .mv_wrapper .swiper-slide .mv_text .mv_text_title {
    font-size: 11px;
  }
  .mv_wrapper .swiper-slide .mv_text .mv_text_heading {
    font-size: 32px;
    line-height: 34px;
    margin: 12px 0 21px;
  }
  .mv_wrapper .swiper-slide .mv_text .mv_text_button {
    height: 40px;
  }
  .mv_wrapper .swiper-slide .mv_text .mv_text_button a {
    font-size: 12px;
  }
  .mv_wrapper .swiper-slide .mv_text .mv_text_button a:hover {
    background-color: inherit;
    color: #fff;
  }
  .mv_wrapper .swiper-pagination {
    width: 100%;
    right: 0;
  }
  .mv_wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
.lineup{
  width: 93.75%;
  margin: 0 auto 122px;
}
.lineup .lineup-heading h2 {
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
}
.lineup .lineup-top{
  margin: 32px 0 40px;
}
.lineup .lineup-top ul{
  display: flex;
  justify-content: space-between;
}
.lineup .lineup-top li{
  width: 49.92%;
  overflow: hidden;
}
.lineup .lineup-top li a{
  position: relative;
  display: block;
  transition: all 0.5s ease;
}
.lineup .lineup-top li a img {
  transition: .3s ease;
}
.lineup .lineup-top .lineup-top-image:before {
  padding: 68.3333% 0 0;
}
.lineup .lineup-top .lineup-top-image{
  overflow: hidden;
}
.lineup .lineup-top .lineup-top-image img{
  transition: transform 0.8s ease-out;
}
.lineup .lineup-top a:hover .lineup-top-image img {
  transform: scale(1.04);
}
.lineup .lineup-top .lineup-top-text{
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  bottom: 20px;
  padding: 0 20px 0 25px;
}
.lineup .lineup-top .lineup-top-text .lineup-top-heading{
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
}
.lineup .lineup-top .lineup-top-text .btn  {
  width: 110px;
  height:35px;
  margin: 0 7px 0 0;
  pointer-events: none;
}
.lineup .lineup-top .lineup-top-text .btn span{
  background-color: inherit;
  color: #fff;
}

.lineup .lineup-bottom  .swiper-slide a{
  display: block;
  position: relative;
  overflow: hidden;
}
.lineup .lineup-bottom .swiper-slide a:after{
  width: 100%;
  height: 243px;
  height: 56.6%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  content: "";
}
.lineup .lineup-bottom .lineup-bottom-image:before {
  padding: 143.3333% 0 0;
}
.lineup .lineup-bottom .lineup-bottom-image{
  overflow: hidden;
}
.lineup .lineup-bottom a:hover .lineup-bottom-image img {
  transform: scale(1.04);
}
.lineup .lineup-bottom .lineup-bottom-image img {
  transition: transform 0.8s ease-out;
}
.lineup .lineup-bottom .lineup-bottom-text {
  color: #fff;
  position: absolute;
  bottom: 23px;
  width: 100%;
  padding: 0 10px 0 26px;
  z-index: 1;
}
.lineup .lineup-bottom .lineup-bottom-text .lineup-bottom-heading{
  font-size: 22px;
  letter-spacing: 0.04em;
}
.lineup .lineup-bottom .lineup-bottom-text p{
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 12px 0 0;
}



@media only screen and (max-width: 767px) {
  .lineup {
    width: 100%;
    margin: 0 auto 80px;
  }
  .lineup .lineup-heading h2 {
    font-size: 22px;
    letter-spacing: 0.02em;
    width: 89.82%;
    margin: 0 auto;
  }
  .lineup .lineup-top{
    width: 89.82%;
    margin: 28px auto 30px;
  }
  .lineup .lineup-top ul{
    flex-direction: column;
  }
  .lineup .lineup-top li {
    width: 100%;
  }
  .lineup .lineup-top .lineup-top-image:before {
    padding: 65.1558% 0 0;
  }
  .lineup .lineup-top .lineup-top-text {
    bottom: 22px;
    padding: 0 14px 0 15px;
  }
  .lineup .lineup-top .lineup-top-text .lineup-top-heading {
    font-size: 20px;
    position: relative;
    top: 3px;
  }
  .lineup .lineup-top .lineup-top-text .btn {
    width: 95px;
    height: 30px;
  }

  .lineup .lineup-bottom .swiper-wrapper .swiper-slide{
    width: 58.52%;
  }
  .lineup .lineup-bottom .swiper-wrapper .swiper-slide:first-child {
    margin-left: 5.09%!important;
  }
  .lineup .lineup-bottom .swiper-wrapper .swiper-slide:last-child{
    margin-right: 5.09%!important;
  }

  .lineup .lineup-bottom .lineup-bottom-text .lineup-bottom-heading{
    font-size: 20px;
  }
  .lineup .lineup-bottom .lineup-bottom-text {
    bottom: 20px;
    padding: 0 14px 0;
  }
  .lineup .lineup-bottom .lineup-bottom-text p {
    font-size: 10px;
    margin: 10px 0 0;
  }
  .lineup .lineup-top a:hover .lineup-top-image img {
    transform: scale(1);
  }
  .lineup .lineup-bottom a:hover .lineup-bottom-image img {
    transform: scale(1);
  }
}

.newarrivals{
  margin: 0 0 118px;
}
.newarrivals .newarrivals-heading{
  margin: 0 0 20px;
}
.newarrivals .newarrivals-heading h2 {
  font-size: 24px;
  letter-spacing: 0.02em;
  width: 93.75%;
  margin: 0 auto;
}
.newarrivals .newarrivals-gender .swiper{
  position: relative;
}
.newarrivals .newarrivals-gender .newarrivals-gender-heading{
  width: 93.75%;
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.newarrivals .newarrivals-gender .newarrivals-gender-heading h3{
  font-size: 22px;
  letter-spacing: 0.04em;
}
.newarrivals .newarrivals-gender .newarrivals-gender-heading .btn {
  width: 110px;
  height: 35px;
  position: relative;
  top: 6px;
}

.newarrivals .newarrivals-gender .swiper-slide{
  width: 20.31%;
}
.newarrivals .newarrivals-gender .swiper-slide .images{
  margin: 0 0 15px;
  position: relative;
}
.newarrivals .newarrivals-gender .swiper-slide .images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newarrivals .newarrivals-gender .swiper-slide .images img:nth-child(1){
  opacity: 1;
}
.newarrivals .newarrivals-gender .swiper-slide .images img:nth-child(2){
  opacity: 0;
  transition: opacity .5s ease;
}
.newarrivals .newarrivals-gender .swiper-slide .images a:hover img:nth-child(2) {
  opacity: 1;
}
.newarrivals .newarrivals-gender .swiper-slide .images:before {
  content: "";
  display: block;
  padding: 125% 0 0;
}
.newarrivals .newarrivals-gender .swiper-slide .item_name,.newarrivals .newarrivals-gender .swiper-slide .item_price{
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 19px;
  color: #222;
}
.newarrivals .newarrivals-gender .swiper-slide:first-child {
  margin-left: 3.13% !important;
}
.newarrivals .newarrivals-gender .swiper-slide:last-child {
  margin-right: 3.13% !important;
}

.newarrivals .newarrivals-gender .swiper-slide.viewmore {
}

.newarrivals .newarrivals-gender .swiper-slide.viewmore a{
  display: block;
}

.newarrivals .newarrivals-gender .swiper-slide.viewmore .viewmore-wrap{
  position: relative;
}
.newarrivals .newarrivals-gender .swiper-slide.viewmore .viewmore-wrap .viewmore-cover{
  background-color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.newarrivals .newarrivals-gender .swiper-slide.viewmore .viewmore-wrap .images::after{
  content: "";
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.newarrivals .newarrivals-gender .swiper-slide.viewmore .viewmore-wrap .viewmore-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000;
  width: 100%;
  text-align: center;
  z-index: 2;
  transition: all 0.5s ease;
}

.newarrivals .newarrivals-gender .swiper-slide.viewmore a:hover .viewmore-wrap .viewmore-cover {
  background-color: #000;
}
.newarrivals .newarrivals-gender .swiper-slide.viewmore a:hover .viewmore-wrap .viewmore-text {
  color: #fff;
}

.newarrivals .newarrivals-gender .swiper-button-next,
.newarrivals .newarrivals-gender .swiper-button-prev{
  width: 40px;
  top: 46%;
}
.newarrivals .newarrivals-gender .swiper-button-next svg,
.newarrivals .newarrivals-gender .swiper-button-prev svg {
  transition: all 0.3s ease;
  border-radius: 3px;
}
.newarrivals .newarrivals-gender .swiper-button-next:hover svg,
.newarrivals .newarrivals-gender .swiper-button-prev:hover svg{
  background-color: #000;
}
.newarrivals .newarrivals-gender .swiper-button-next svg g,
.newarrivals .newarrivals-gender .swiper-button-prev svg g {
  transition: all 0.3s ease;
}
.newarrivals .newarrivals-gender .swiper-button-next:hover svg g,
.newarrivals .newarrivals-gender .swiper-button-prev:hover svg g{
  stroke: #000;
}
.newarrivals .newarrivals-gender .swiper-button-next path,
.newarrivals .newarrivals-gender .swiper-button-prev path {
  transition: all 0.3s ease;
}
.newarrivals .newarrivals-gender .swiper-button-next:hover path,
.newarrivals .newarrivals-gender .swiper-button-prev:hover path {
  fill: #fff;
}
.newarrivals .newarrivals-gender .swiper-button-next {
  right: 30px;
  left: auto;
}
.newarrivals .newarrivals-gender .swiper-button-prev {
  left: 30px;
  left: right;
}
.newarrivals .newarrivals-gender .swiper-button-prev:after,
.newarrivals .newarrivals-gender .swiper-button-next:after{
  content:none;
}
.newarrivals .newarrivals-gender .swiper-button-next.swiper-button-disabled,
.newarrivals .newarrivals-gender .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.newarrivals .newarrivals-gender:after{
  content: "";
  display: block;
  width: 93.75%;
  height: 1px;
  margin: 0 auto;
  background-color: #ddd;
  margin: 45px auto 0;
}

.newarrivals .newarrivals-gender.women {
  margin: 33px 0 0;
}
.newarrivals .newarrivals-gender.women:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .newarrivals {
    margin: 0 0 80px;
  }
  .newarrivals .newarrivals-heading {
    margin: 0 0 27px;
  }
  .newarrivals .newarrivals-heading h2 {
    font-size: 22px;
    letter-spacing: 0.02em;
    width: 89.82%;
  }
  .newarrivals .newarrivals-gender{
    margin: 0 0 60px;
  }
  .newarrivals .newarrivals-gender .newarrivals-gender-heading {
    width: 89.82%;
    margin: 0 auto 21px;
  }

  .newarrivals .newarrivals-gender .newarrivals-gender-heading h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .newarrivals .newarrivals-gender .newarrivals-gender-heading .btn {
    width: 98px;
    height: 30px;
    top: 6px;
  }
  .newarrivals .newarrivals-gender .swiper {
    margin: 0 0 30px;
  }
  .newarrivals .newarrivals-gender .swiper-slide {
    width: 40.71%;
  }

  .newarrivals .newarrivals-gender .swiper-slide .images {
    margin: 0 0 13px;
  }

  .newarrivals .newarrivals-gender .swiper-slide .images a:hover img:nth-child(2) {
    opacity: 0;
  }

  .newarrivals .newarrivals-gender .swiper-slide:first-child {
    margin-left: 5.34% !important;
  }

  .newarrivals .newarrivals-gender .swiper-slide:last-child {
    margin-right: 5.34% !important;
  }

  .newarrivals .newarrivals-gender .swiper-button-next,
  .newarrivals .newarrivals-gender .swiper-button-prev {
    display: none;
  }

  .newarrivals .newarrivals-gender .swiper-button-next:hover svg,
  .newarrivals .newarrivals-gender .swiper-button-prev:hover svg {
    background-color: inherit;
  }

  .newarrivals .newarrivals-gender .swiper-button-next:hover svg g,
  .newarrivals .newarrivals-gender .swiper-button-prev:hover svg g {
    stroke: inherit;
  }

  .newarrivals .newarrivals-gender .swiper-button-next:hover path,
  .newarrivals .newarrivals-gender .swiper-button-prev:hover path {
    fill: inherit;
  }

  .newarrivals .newarrivals-gender:after {
    content: none;
  }
  .newarrivals .newarrivals-gender.women {
    margin: -11px 0 0;
  }
  .maincontents.new .newarrivals-gender.women .swiper-scrollbar {
    margin: 38px auto 0;
  }
  .newarrivals .newarrivals-gender .swiper-slide.viewmore a:hover .viewmore-wrap .viewmore-cover {
    background-color: #fff;
  }

  .newarrivals .newarrivals-gender .swiper-slide.viewmore a:hover .viewmore-wrap .viewmore-text {
    color: #000;
  }
}

.lookbook{
  position: relative;
  margin: 0 0 115px;
}
.lookbook .lookbook-text {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  left: 102px;
}
.lookbook .lookbook-text .lookbook-heading{
  font-size: 16px;
  letter-spacing: 0.06em;
}
.lookbook .lookbook-text .lookbook-title {
  font-size: 24px;
  letter-spacing: .02em;
  margin: 20px 0 33px;
}
.lookbook .lookbook-text .lookbook-button{
  width: 140px;
  height: 45px;
}
.lookbook .lookbook-text .lookbook-button a {
  background-color: inherit!important;
  color: #fff!important;
}
.lookbook .lookbook-text .lookbook-button a:hover {
  background-color: #fff !important;
  color: #222 !important;
  border: 1px solid #fff!important;;
}
.lookbook .lookbook-image{
  padding-top: 42.9687%;
}

@media only screen and (max-width: 767px) {
  .lookbook{
    margin: 0 0 65px;
  }
  .lookbook .lookbook-image {
    padding-top: 100%;
  }
  .lookbook .lookbook-text {
    left: 21px;
  }
  .lookbook .lookbook-text .lookbook-heading {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  
  .lookbook .lookbook-text .lookbook-title {
    font-size: 22px;
    letter-spacing: 0.03em;
    margin: 14px 0 23px;
  }

  .lookbook .lookbook-text .lookbook-button {
    width: 140px;
    height: 40px;
  }
  .lookbook .lookbook-text .lookbook-button a {
    font-size:12px !important;
  }
  .lookbook .lookbook-text .lookbook-button a:hover {
    background-color: inherit !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    ;
  }
}

.journal{
  width: 93.75%;
  margin: 0 auto 110px;
}
.journal .journal-heading {
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.journal .journal-heading h2 {
  font-size: 24px;
  letter-spacing: 0.02em;
}
.journal .journal-heading .btn {
  width: 110px;
  height: 35px;
  position: relative;
  top: 6px;
}
.journal .journal-wrap{

}
.journal .journal-wrap ul {
  display: flex;
  justify-content: space-between;
}
.journal .journal-wrap ul li {
  width: 48.75%;
}
.journal .journal-wrap ul li a{}
.journal .journal-wrap ul li .journal-image{
  padding-top: 58.1196%;
  overflow: hidden;
}
.journal .journal-wrap ul li .journal-image img {
  transition: transform 0.8s ease-out;
}
.journal .journal-wrap ul li a:hover .journal-image img{
  transform: scale(1.04);
}
.journal .journal-wrap ul li .journal-text{
  margin: 20px 0 0;
}
.journal .journal-wrap ul li .journal-text .journal-text-heading{
  font-size: 16px;
  line-height: 20px;
  color: #1f1f1f;
}
.journal .journal-wrap ul li .journal-text .journal-text-data{
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 35px;
  color: #1f1f1f;
  display: flex;
  align-items: center;
}
.journal .journal-wrap ul li .journal-text .journal-text-data span{
  display: block;
  width: 1px;
  height: 10px;
  background-color: #1F1F1F;
  margin: 0 9px;
}
@media only screen and (max-width: 767px) {
  .journal {
    width: 89.82%;
    margin: 0 auto 77px;
  }

  .journal .journal-heading {
    margin: 0 auto 28px;
  }

  .journal .journal-heading h2 {
    font-size: 22px;
    letter-spacing: 0.06em;
  }

  .journal .journal-heading .btn {
    width: 98px;
    height: 30px;
    top: 5px;
  }
  .journal .journal-wrap ul {
    flex-direction: column;
  }
  .journal .journal-wrap ul li {
    width: 100%;
  }
  .journal .journal-wrap ul li+li {
    margin: 37px 0 0;
  }
  .journal .journal-wrap ul li a:hover .journal-image img {
    transform: scale(1);
  }
  .journal .journal-wrap ul li .journal-text {
    margin: 16px 0 0;
  }
  .journal .journal-wrap ul li .journal-text .journal-text-heading {
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #222;
    line-height: 23px;
  }
  .journal .journal-wrap ul li .journal-text .journal-text-data{
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 42px;
    color: #222;
    line-height: 1;
    margin: 7px 0 0;
  }
}
.stores{
  margin: 0 0 114px;
}
.stores .stores-wrap{
  display: flex;
  width: 84.38%;
  margin: 0 auto;
}
.stores .stores-text{
  width: 50%;
  background-color: #EAEAEA;
  padding: 33px 30px 33px 30px;
  color: #000;
  position: relative;
  transition: all 0.5s ease;
}
.stores .stores-text .stores-heading{
  font-size: 24px;
  letter-spacing: 0.03em;
  margin: 0 0 18px;
}
.stores-description{
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 23px;
}
.stores .stores-link {
  position: absolute;
  bottom: 30px;
}
.stores .stores-link .btn {
  width: 140px;
  height: 45px;
}
.stores .stores-link .btn a{
  background-color: inherit!important;
}
.stores .stores-link .btn a:hover {
  border: 1px solid #000!important;
  background-color: #000!important;
  color: #fff!important;
}
.stores .stores-image {
  width: 50%;
}
.stores .stores-link .image svg path {
  transition: all 0.5s ease;
}
.stores .stores-image:before {
  padding-top: 74.074%;
}
@media only screen and (max-width: 767px) {
  .stores{
    margin: 0 0 66px;
  }
  .stores .stores-wrap {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    background-color: #EAEAEA;
  }
  .stores .stores-text{
    width: 100%;
    padding: 33px 20px 21px;
  }
  .stores .stores-image {
    width: 100%;
  }
  .stores .stores-text .stores-heading {
    letter-spacing: 0.06em;
    margin: 0 0 13px;
  }
  .stores .stores-link {
    position: relative;
    bottom: 0;
    margin: 105px 0 0;
  }
    .stores .stores-link .btn {
      width: 110px;
      height: 35px;
    }
  
    .stores .stores-link .btn a {
      background-color: inherit !important;
      font-size: 12px;
      letter-spacing: 0.06em;
    }
    .stores .stores-link .btn a:hover {
      border: 1px solid #ddd !important;
      background-color: inherit !important;
      color: #000 !important;
    }
}
.news{
  width: 93.75%;
  margin: 0 auto 150px;
}
.news .news-heading {
  margin: 0 auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .news-heading h2 {
  font-size: 24px;
  letter-spacing: .02em;
}
.news .news-heading .btn {
  width: 110px;
  height: 35px;
  position: relative;
  top: 6px;
}

.news .news-wrap ul{
  display: grid;
  grid-template-columns: 21.17% 21.17% 21.17% 21.17%;
  grid-gap: 5%;
}
.news .news-wrap ul li{
  position: relative;
}
.news .news-wrap ul li+li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: red;
  display: block;
  position: absolute;
  top: 0;
  left: -13%;
}
.news .news-wrap ul li+li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  display: block;
  position: absolute;
  top: 0;
  left: -12%;
}
.news .news-wrap .news-image {
  overflow: hidden;
}
.news .news-wrap .news-image img {
  transition: transform 0.8s ease-out;
}
.news .news-wrap a:hover .news-image img {
  transform: scale(1.04);
}
.news .news-wrap .news-image:before {
  padding-top: 70.4724%;
}
.news .news-wrap .news-text{
  margin: 13px 0 0;
}
.news .news-wrap .news-text .news-text-heading{
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
}
.news .news-wrap .news-text .news-text-data{
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #222;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.news .news-wrap .news-text .news-text-data span {
  display: block;
  width: 1px;
  height: 10px;
  background-color: #CCCCCC;
  margin: 0 9px;
}
@media only screen and (max-width: 767px) {
  .news{
    width: 89.82%;
    margin: 0 auto -20px;
  }
  .news .news-heading {
    margin: 0 auto 28px;
  }
  .news .news-heading h2 {
    font-size: 22px;
    letter-spacing: .06em;
  }
  .news .news-heading .btn {
    width: 98px;
    height: 30px;
    top: 5px;
  }
  .news .news-wrap ul {
    display: block;
  }
  .news .news-wrap ul li a{
    display: flex;
    justify-content: space-between;
  }
  .news .news-wrap .news-image{
    width: 39.66%;
  }
  .news .news-wrap a:hover .news-image img {
    transform: scale(1);
  }
  .news .news-wrap .news-text {
    margin: 0 0 0;
    width:54.26%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news .news-wrap .news-text .news-text-heading{
    line-height: 20px;
  }
  .news .news-wrap ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0 20px;
  }
  .news .news-wrap ul li+li:after {
    content: none;
  }
  .news .news-wrap ul li:last-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0 20px;
    position: relative;
    left: 0;
  }
}